{
    "NamesList": [
        {
            "codepoint": "; charset=UTF-8"
        },
        {
            "codepoint": "0000",
            "name": "<control>",
            "aliases": [
                "NULL"
            ]
        },
        {
            "codepoint": "0001",
            "name": "<control>",
            "aliases": [
                "START OF HEADING"
            ]
        },
        {
            "codepoint": "0002",
            "name": "<control>",
            "aliases": [
                "START OF TEXT"
            ]
        },
        {
            "codepoint": "0003",
            "name": "<control>",
            "aliases": [
                "END OF TEXT"
            ]
        },
        {
            "codepoint": "0004",
            "name": "<control>",
            "aliases": [
                "END OF TRANSMISSION"
            ]
        },
        {
            "codepoint": "0005",
            "name": "<control>",
            "aliases": [
                "ENQUIRY"
            ]
        },
        {
            "codepoint": "0006",
            "name": "<control>",
            "aliases": [
                "ACKNOWLEDGE"
            ]
        },
        {
            "codepoint": "0007",
            "name": "<control>",
            "aliases": [
                "BELL"
            ]
        },
        {
            "codepoint": "0008",
            "name": "<control>",
            "aliases": [
                "BACKSPACE"
            ]
        },
        {
            "codepoint": "0009",
            "name": "<control>",
            "aliases": [
                "CHARACTER TABULATION",
                "horizontal tabulation (HT)",
                "tab"
            ]
        },
        {
            "codepoint": "000A",
            "name": "<control>",
            "aliases": [
                "LINE FEED (LF)",
                "new line (NL)",
                "end of line (EOL)"
            ]
        },
        {
            "codepoint": "000B",
            "name": "<control>",
            "aliases": [
                "LINE TABULATION",
                "vertical tabulation (VT)"
            ]
        },
        {
            "codepoint": "000C",
            "name": "<control>",
            "aliases": [
                "FORM FEED (FF)"
            ]
        },
        {
            "codepoint": "000D",
            "name": "<control>",
            "aliases": [
                "CARRIAGE RETURN (CR)"
            ]
        },
        {
            "codepoint": "000E",
            "name": "<control>",
            "aliases": [
                "SHIFT OUT"
            ],
            "comments": [
                "known as LOCKING-SHIFT ONE in 8-bit environments"
            ]
        },
        {
            "codepoint": "000F",
            "name": "<control>",
            "aliases": [
                "SHIFT IN"
            ],
            "comments": [
                "known as LOCKING-SHIFT ZERO in 8-bit environments"
            ]
        },
        {
            "codepoint": "0010",
            "name": "<control>",
            "aliases": [
                "DATA LINK ESCAPE"
            ]
        },
        {
            "codepoint": "0011",
            "name": "<control>",
            "aliases": [
                "DEVICE CONTROL ONE"
            ]
        },
        {
            "codepoint": "0012",
            "name": "<control>",
            "aliases": [
                "DEVICE CONTROL TWO"
            ]
        },
        {
            "codepoint": "0013",
            "name": "<control>",
            "aliases": [
                "DEVICE CONTROL THREE"
            ]
        },
        {
            "codepoint": "0014",
            "name": "<control>",
            "aliases": [
                "DEVICE CONTROL FOUR"
            ]
        },
        {
            "codepoint": "0015",
            "name": "<control>",
            "aliases": [
                "NEGATIVE ACKNOWLEDGE"
            ]
        },
        {
            "codepoint": "0016",
            "name": "<control>",
            "aliases": [
                "SYNCHRONOUS IDLE"
            ]
        },
        {
            "codepoint": "0017",
            "name": "<control>",
            "aliases": [
                "END OF TRANSMISSION BLOCK"
            ]
        },
        {
            "codepoint": "0018",
            "name": "<control>",
            "aliases": [
                "CANCEL"
            ]
        },
        {
            "codepoint": "0019",
            "name": "<control>",
            "aliases": [
                "END OF MEDIUM"
            ]
        },
        {
            "codepoint": "001A",
            "name": "<control>",
            "aliases": [
                "SUBSTITUTE"
            ],
            "crossReferences": [
                "(replacement character - FFFD)"
            ]
        },
        {
            "codepoint": "001B",
            "name": "<control>",
            "aliases": [
                "ESCAPE"
            ]
        },
        {
            "codepoint": "001C",
            "name": "<control>",
            "aliases": [
                "INFORMATION SEPARATOR FOUR",
                "file separator (FS)"
            ]
        },
        {
            "codepoint": "001D",
            "name": "<control>",
            "aliases": [
                "INFORMATION SEPARATOR THREE",
                "group separator (GS)"
            ]
        },
        {
            "codepoint": "001E",
            "name": "<control>",
            "aliases": [
                "INFORMATION SEPARATOR TWO",
                "record separator (RS)"
            ]
        },
        {
            "codepoint": "001F",
            "name": "<control>",
            "aliases": [
                "INFORMATION SEPARATOR ONE",
                "unit separator (US)"
            ]
        },
        {
            "codepoint": "0020",
            "name": "SPACE",
            "comments": [
                "sometimes considered a control code",
                "other space characters: 2000-200A"
            ],
            "crossReferences": [
                "(no-break space - 00A0)",
                "(zero width space - 200B)",
                "(narrow no-break space - 202F)",
                "(word joiner - 2060)",
                "(symbol for space - 2420)",
                "(blank symbol - 2422)",
                "(open box - 2423)",
                "(ideographic space - 3000)",
                "(zero width no-break space - FEFF)"
            ]
        },
        {
            "codepoint": "0021",
            "name": "EXCLAMATION MARK",
            "aliases": [
                "factorial",
                "bang"
            ],
            "crossReferences": [
                "(inverted exclamation mark - 00A1)",
                "(latin letter retroflex click - 01C3)",
                "(double exclamation mark - 203C)",
                "(interrobang - 203D)",
                "(warning sign - 26A0)",
                "(heavy exclamation mark symbol - 2757)",
                "(heavy exclamation mark ornament - 2762)",
                "(medieval exclamation mark - 2E53)",
                "(modifier letter raised exclamation mark - A71D)"
            ]
        },
        {
            "codepoint": "0022",
            "name": "QUOTATION MARK",
            "aliases": [
                "double quote"
            ],
            "comments": [
                "neutral (vertical), used as opening or closing quotation mark",
                "preferred characters in English for paired quotation marks are 201C & 201D",
                "05F4 is preferred for gershayim when writing Hebrew"
            ],
            "crossReferences": [
                "(modifier letter double prime - 02BA)",
                "(double acute accent - 02DD)",
                "(modifier letter double apostrophe - 02EE)",
                "(combining double acute accent - 030B)",
                "(combining double vertical line above - 030E)",
                "(hebrew punctuation gershayim - 05F4)",
                "(left double quotation mark - 201C)",
                "(right double quotation mark - 201D)",
                "(double prime - 2033)",
                "(ditto mark - 3003)"
            ]
        },
        {
            "codepoint": "0023",
            "name": "NUMBER SIGN",
            "aliases": [
                "pound sign (weight)",
                "hashtag, hash",
                "crosshatch, octothorpe"
            ],
            "comments": [
                "for denoting musical sharp 266F is preferred"
            ],
            "crossReferences": [
                "(l b bar symbol - 2114)",
                "(numero sign - 2116)",
                "(viewdata square - 2317)",
                "(music sharp sign - 266F)",
                "(equals sign and slanted parallel - 29E3)"
            ]
        },
        {
            "codepoint": "0024",
            "name": "DOLLAR SIGN",
            "aliases": [
                "milréis, escudo"
            ],
            "comments": [
                "used for many peso currencies in Latin America and elsewhere",
                "glyph may have one or two vertical bars",
                "other currency symbol characters start at 20A0"
            ],
            "crossReferences": [
                "(cent sign - 00A2)",
                "(currency sign - 00A4)",
                "(peso sign - 20B1)",
                "(heavy dollar sign - 1F4B2)"
            ]
        },
        {
            "codepoint": "0025",
            "name": "PERCENT SIGN",
            "crossReferences": [
                "(arabic percent sign - 066A)",
                "(per mille sign - 2030)",
                "(per ten thousand sign - 2031)",
                "(commercial minus sign - 2052)"
            ]
        },
        {
            "codepoint": "0026",
            "name": "AMPERSAND",
            "aliases": [
                "and"
            ],
            "comments": [
                "originally derived from a ligature of 'e' and 't'"
            ],
            "crossReferences": [
                "(tironian sign et - 204A)",
                "(turned ampersand - 214B)",
                "(heavy ampersand ornament - 1F674)"
            ]
        },
        {
            "codepoint": "0027",
            "name": "APOSTROPHE",
            "aliases": [
                "apostrophe-quote (1.0)",
                "single quote",
                "APL quote"
            ],
            "comments": [
                "neutral (vertical) glyph with mixed usage",
                "2019 is preferred for apostrophe",
                "preferred characters in English for paired quotation marks are 2018 & 2019",
                "05F3 is preferred for geresh when writing Hebrew"
            ],
            "crossReferences": [
                "(modifier letter prime - 02B9)",
                "(modifier letter apostrophe - 02BC)",
                "(modifier letter vertical line - 02C8)",
                "(combining acute accent - 0301)",
                "(combining vertical line above - 030D)",
                "(hebrew punctuation geresh - 05F3)",
                "(left single quotation mark - 2018)",
                "(right single quotation mark - 2019)",
                "(prime - 2032)",
                "(latin small letter saltillo - A78C)"
            ]
        },
        {
            "codepoint": "0028",
            "name": "LEFT PARENTHESIS",
            "aliases": [
                "opening parenthesis (1.0)"
            ]
        },
        {
            "codepoint": "0029",
            "name": "RIGHT PARENTHESIS",
            "aliases": [
                "closing parenthesis (1.0)"
            ],
            "comments": [
                "see discussion on semantics of paired bracketing characters"
            ]
        },
        {
            "codepoint": "002A",
            "name": "ASTERISK",
            "aliases": [
                "star"
            ],
            "comments": [
                "can have five or six spokes"
            ],
            "crossReferences": [
                "(arabic five pointed star - 066D)",
                "(reference mark - 203B)",
                "(asterism - 2042)",
                "(low asterisk - 204E)",
                "(two asterisks aligned vertically - 2051)",
                "(combining asterisk above - 20F0)",
                "(asterisk operator - 2217)",
                "(sextile - 26B9)",
                "(heavy asterisk - 2731)",
                "(slavonic asterisk - A673)",
                "(medium six spoked asterisk - 1F7B6)"
            ]
        },
        {
            "codepoint": "002B",
            "name": "PLUS SIGN",
            "crossReferences": [
                "(modifier letter plus sign - 02D6)",
                "(minus sign - 2212)",
                "(heavy plus sign - 2795)",
                "(hebrew letter alternative plus sign - FB29)",
                "(light greek cross - 1F7A2)"
            ]
        },
        {
            "codepoint": "002C",
            "name": "COMMA",
            "aliases": [
                "the use as decimal or thousands separator is locale dependent"
            ],
            "crossReferences": [
                "(arabic comma - 060C)",
                "(arabic decimal separator - 066B)",
                "(single low-9 quotation mark - 201A)",
                "(hypodiastole - 2E12)",
                "(reversed comma - 2E41)",
                "(medieval comma - 2E4C)",
                "(ideographic comma - 3001)"
            ]
        },
        {
            "codepoint": "002D",
            "name": "HYPHEN-MINUS",
            "aliases": [
                "hyphen, dash",
                "minus sign"
            ],
            "comments": [
                "used generically for hyphen, minus sign or en dash, all of which have dedicated alternatives"
            ],
            "crossReferences": [
                "(soft hyphen - 00AD)",
                "(modifier letter minus sign - 02D7)",
                "(hyphen - 2010)",
                "(non-breaking hyphen - 2011)",
                "(figure dash - 2012)",
                "(en dash - 2013)",
                "(hyphenation point - 2027)",
                "(hyphen bullet - 2043)",
                "(minus sign - 2212)",
                "(roman uncia sign - 10191)"
            ]
        },
        {
            "codepoint": "002E",
            "name": "FULL STOP",
            "aliases": [
                "period, dot, decimal point"
            ],
            "comments": [
                "the use as decimal point is locale dependent",
                "may be rendered as a raised decimal point in old style numbers"
            ],
            "crossReferences": [
                "(middle dot - 00B7)",
                "(arabic full stop - 06D4)",
                "(one dot leader - 2024)",
                "(horizontal ellipsis - 2026)",
                "(raised dot - 2E33)",
                "(stenographic full stop - 2E3C)",
                "(ideographic full stop - 3002)"
            ]
        },
        {
            "codepoint": "002F",
            "name": "SOLIDUS",
            "aliases": [
                "slash, forward slash, virgule"
            ],
            "crossReferences": [
                "(combining long solidus overlay - 0338)",
                "(fraction slash - 2044)",
                "(division slash - 2215)",
                "(mathematical rising diagonal - 27CB)",
                "(big solidus - 29F8)",
                "(dotted solidus - 2E4A)"
            ]
        },
        {
            "codepoint": "0030",
            "name": "DIGIT ZERO",
            "variations": [
                "0030 FE00 short diagonal stroke form"
            ]
        },
        {
            "codepoint": "0031",
            "name": "DIGIT ONE"
        },
        {
            "codepoint": "0032",
            "name": "DIGIT TWO",
            "crossReferences": [
                "(latin letter two with stroke - 01BB)",
                "(turned digit two - 218A)"
            ]
        },
        {
            "codepoint": "0033",
            "name": "DIGIT THREE",
            "crossReferences": [
                "(turned digit three - 218B)",
                "(latin capital letter reversed open e - A7AB)"
            ]
        },
        {
            "codepoint": "0034",
            "name": "DIGIT FOUR",
            "crossReferences": [
                "(latin capital letter cuatrillo - A72C)"
            ]
        },
        {
            "codepoint": "0035",
            "name": "DIGIT FIVE",
            "crossReferences": [
                "(latin capital letter tone five - 01BC)"
            ]
        },
        {
            "codepoint": "0036",
            "name": "DIGIT SIX"
        },
        {
            "codepoint": "0037",
            "name": "DIGIT SEVEN"
        },
        {
            "codepoint": "0038",
            "name": "DIGIT EIGHT"
        },
        {
            "codepoint": "0039",
            "name": "DIGIT NINE"
        },
        {
            "codepoint": "003A",
            "name": "COLON",
            "comments": [
                "also used to denote division or scale; for that mathematical use 2236 is preferred",
                "in Finnish and Swedish, also used as intra-word punctation (abbreviation mark)"
            ],
            "crossReferences": [
                "(modifier letter triangular colon - 02D0)",
                "(modifier letter raised colon - 02F8)",
                "(armenian full stop - 0589)",
                "(hebrew punctuation sof pasuq - 05C3)",
                "(ethiopic wordspace - 1361)",
                "(ethiopic colon - 1365)",
                "(two dot punctuation - 205A)",
                "(tricolon - 205D)",
                "(ratio - 2236)",
                "(modifier letter colon - A789)",
                "(presentation form for vertical two dot leader - FE30)"
            ]
        },
        {
            "codepoint": "003B",
            "name": "SEMICOLON",
            "comments": [
                "this, and not 037E, is the preferred character for 'Greek question mark'"
            ],
            "crossReferences": [
                "(greek question mark - 037E)",
                "(arabic semicolon - 061B)",
                "(reversed semicolon - 204F)",
                "(turned semicolon - 2E35)"
            ]
        },
        {
            "codepoint": "003C",
            "name": "LESS-THAN SIGN",
            "comments": [
                "paired with 003E for ASCII-based angle bracket markup conventions"
            ],
            "crossReferences": [
                "(modifier letter left arrowhead - 02C2)",
                "(single left-pointing angle quotation mark - 2039)",
                "(left-pointing angle bracket - 2329)",
                "(mathematical left angle bracket - 27E8)",
                "(left angle bracket - 3008)"
            ]
        },
        {
            "codepoint": "003D",
            "name": "EQUALS SIGN",
            "comments": [
                "other related characters: 2241-2263"
            ],
            "crossReferences": [
                "(canadian syllabics hyphen - 1400)",
                "(almost equal to - 2248)",
                "(not equal to - 2260)",
                "(identical to - 2261)",
                "(double hyphen - 2E40)",
                "(katakana-hiragana double hyphen - 30A0)",
                "(modifier letter short equals sign - A78A)",
                "(small equals sign - FE66)",
                "(roman sextans sign - 10190)",
                "(heavy equals sign - 1F7F0)"
            ]
        },
        {
            "codepoint": "003E",
            "name": "GREATER-THAN SIGN",
            "crossReferences": [
                "(modifier letter right arrowhead - 02C3)",
                "(single right-pointing angle quotation mark - 203A)",
                "(right-pointing angle bracket - 232A)",
                "(mathematical right angle bracket - 27E9)",
                "(right angle bracket - 3009)"
            ]
        },
        {
            "codepoint": "003F",
            "name": "QUESTION MARK",
            "crossReferences": [
                "(inverted question mark - 00BF)",
                "(greek question mark - 037E)",
                "(arabic question mark - 061F)",
                "(interrobang - 203D)",
                "(double question mark - 2047)",
                "(black question mark ornament - 2753)",
                "(uncertainty sign - 2BD1)",
                "(reversed question mark - 2E2E)",
                "(medieval question mark - 2E54)",
                "(replacement character - FFFD)"
            ]
        },
        {
            "codepoint": "0040",
            "name": "COMMERCIAL AT",
            "aliases": [
                "at sign",
                "arroba (old Spanish unit of weight)"
            ],
            "crossReferences": [
                "(circled latin small letter a - 24D0)"
            ]
        },
        {
            "codepoint": "0041",
            "name": "LATIN CAPITAL LETTER A"
        },
        {
            "codepoint": "0042",
            "name": "LATIN CAPITAL LETTER B",
            "crossReferences": [
                "(script capital b - 212C)"
            ]
        },
        {
            "codepoint": "0043",
            "name": "LATIN CAPITAL LETTER C",
            "crossReferences": [
                "(greek capital lunate sigma symbol - 03F9)",
                "(double-struck capital c - 2102)",
                "(degree celsius - 2103)",
                "(black-letter capital c - 212D)",
                "(roman numeral one hundred - 216D)"
            ]
        },
        {
            "codepoint": "0044",
            "name": "LATIN CAPITAL LETTER D",
            "crossReferences": [
                "(roman numeral five hundred - 216E)"
            ]
        },
        {
            "codepoint": "0045",
            "name": "LATIN CAPITAL LETTER E",
            "crossReferences": [
                "(latin capital letter open e - 0190)",
                "(euler constant - 2107)",
                "(script capital e - 2130)"
            ]
        },
        {
            "codepoint": "0046",
            "name": "LATIN CAPITAL LETTER F",
            "crossReferences": [
                "(degree fahrenheit - 2109)",
                "(script capital f - 2131)",
                "(turned capital f - 2132)"
            ]
        },
        {
            "codepoint": "0047",
            "name": "LATIN CAPITAL LETTER G"
        },
        {
            "codepoint": "0048",
            "name": "LATIN CAPITAL LETTER H",
            "crossReferences": [
                "(script capital h - 210B)",
                "(black-letter capital h - 210C)",
                "(double-struck capital h - 210D)"
            ]
        },
        {
            "codepoint": "0049",
            "name": "LATIN CAPITAL LETTER I",
            "comments": [
                "Turkish and Azerbaijani use 0131 for lowercase"
            ],
            "crossReferences": [
                "(latin capital letter i with dot above - 0130)",
                "(script capital i - 2110)",
                "(black-letter capital i - 2111)",
                "(roman numeral one - 2160)"
            ]
        },
        {
            "codepoint": "004A",
            "name": "LATIN CAPITAL LETTER J"
        },
        {
            "codepoint": "004B",
            "name": "LATIN CAPITAL LETTER K",
            "crossReferences": [
                "(kelvin sign - 212A)"
            ]
        },
        {
            "codepoint": "004C",
            "name": "LATIN CAPITAL LETTER L",
            "crossReferences": [
                "(script capital l - 2112)"
            ]
        },
        {
            "codepoint": "004D",
            "name": "LATIN CAPITAL LETTER M",
            "crossReferences": [
                "(script capital m - 2133)",
                "(roman numeral one thousand - 216F)"
            ]
        },
        {
            "codepoint": "004E",
            "name": "LATIN CAPITAL LETTER N",
            "crossReferences": [
                "(double-struck capital n - 2115)"
            ]
        },
        {
            "codepoint": "004F",
            "name": "LATIN CAPITAL LETTER O"
        },
        {
            "codepoint": "0050",
            "name": "LATIN CAPITAL LETTER P",
            "crossReferences": [
                "(script capital p - 2118)",
                "(double-struck capital p - 2119)"
            ]
        },
        {
            "codepoint": "0051",
            "name": "LATIN CAPITAL LETTER Q",
            "crossReferences": [
                "(cyrillic capital letter qa - 051A)",
                "(double-struck capital q - 211A)",
                "(rotated capital q - 213A)"
            ]
        },
        {
            "codepoint": "0052",
            "name": "LATIN CAPITAL LETTER R",
            "crossReferences": [
                "(script capital r - 211B)",
                "(black-letter capital r - 211C)",
                "(double-struck capital r - 211D)"
            ]
        },
        {
            "codepoint": "0053",
            "name": "LATIN CAPITAL LETTER S"
        },
        {
            "codepoint": "0054",
            "name": "LATIN CAPITAL LETTER T"
        },
        {
            "codepoint": "0055",
            "name": "LATIN CAPITAL LETTER U"
        },
        {
            "codepoint": "0056",
            "name": "LATIN CAPITAL LETTER V",
            "crossReferences": [
                "(roman numeral five - 2164)"
            ]
        },
        {
            "codepoint": "0057",
            "name": "LATIN CAPITAL LETTER W",
            "crossReferences": [
                "(cyrillic capital letter we - 051C)"
            ]
        },
        {
            "codepoint": "0058",
            "name": "LATIN CAPITAL LETTER X",
            "crossReferences": [
                "(roman numeral ten - 2169)"
            ]
        },
        {
            "codepoint": "0059",
            "name": "LATIN CAPITAL LETTER Y"
        },
        {
            "codepoint": "005A",
            "name": "LATIN CAPITAL LETTER Z",
            "crossReferences": [
                "(double-struck capital z - 2124)",
                "(black-letter capital z - 2128)"
            ]
        },
        {
            "codepoint": "005B",
            "name": "LEFT SQUARE BRACKET",
            "aliases": [
                "opening square bracket (1.0)"
            ],
            "comments": [
                "other bracket characters: 27E6-27EB, 2983-2998, 3008-301B"
            ]
        },
        {
            "codepoint": "005C",
            "name": "REVERSE SOLIDUS",
            "aliases": [
                "backslash"
            ],
            "crossReferences": [
                "(combining reverse solidus overlay - 20E5)",
                "(set minus - 2216)",
                "(mathematical falling diagonal - 27CD)",
                "(big reverse solidus - 29F9)"
            ]
        },
        {
            "codepoint": "005D",
            "name": "RIGHT SQUARE BRACKET",
            "aliases": [
                "closing square bracket (1.0)"
            ]
        },
        {
            "codepoint": "005E",
            "name": "CIRCUMFLEX ACCENT",
            "comments": [
                "this is a spacing character",
                "used in ASCII-based representation of exponentiation"
            ],
            "crossReferences": [
                "(modifier letter up arrowhead - 02C4)",
                "(modifier letter circumflex accent - 02C6)",
                "(combining circumflex accent - 0302)",
                "(caret - 2038)",
                "(logical and - 2227)",
                "(up arrowhead - 2303)"
            ]
        },
        {
            "codepoint": "005F",
            "name": "LOW LINE",
            "aliases": [
                "spacing underscore (1.0)"
            ],
            "comments": [
                "this is a spacing character",
                "joins with adjacent instances of itself"
            ],
            "crossReferences": [
                "(modifier letter low macron - 02CD)",
                "(combining macron below - 0331)",
                "(combining low line - 0332)",
                "(double low line - 2017)",
                "(combining conjoining macron below - FE2D)"
            ]
        },
        {
            "codepoint": "0060",
            "name": "GRAVE ACCENT",
            "aliases": [
                "backtick, backquote"
            ],
            "comments": [
                "this is a spacing character",
                "in some technical contexts functions as opening quote, paired with apostrophe"
            ],
            "crossReferences": [
                "(acute accent - 00B4)",
                "(modifier letter grave accent - 02CB)",
                "(combining grave accent - 0300)",
                "(greek varia - 1FEF)",
                "(left single quotation mark - 2018)",
                "(reversed prime - 2035)"
            ]
        },
        {
            "codepoint": "0061",
            "name": "LATIN SMALL LETTER A",
            "crossReferences": [
                "(latin small letter alpha - 0251)"
            ]
        },
        {
            "codepoint": "0062",
            "name": "LATIN SMALL LETTER B"
        },
        {
            "codepoint": "0063",
            "name": "LATIN SMALL LETTER C",
            "crossReferences": [
                "(greek lunate sigma symbol - 03F2)",
                "(latin letter small capital c - 1D04)"
            ]
        },
        {
            "codepoint": "0064",
            "name": "LATIN SMALL LETTER D",
            "crossReferences": [
                "(cyrillic small letter komi de - 0501)"
            ]
        },
        {
            "codepoint": "0065",
            "name": "LATIN SMALL LETTER E",
            "crossReferences": [
                "(estimated symbol - 212E)",
                "(script small e - 212F)",
                "(latin small letter blackletter e - AB32)"
            ]
        },
        {
            "codepoint": "0066",
            "name": "LATIN SMALL LETTER F",
            "crossReferences": [
                "(latin small letter f with hook - 0192)",
                "(latin small letter lenis f - AB35)"
            ]
        },
        {
            "codepoint": "0067",
            "name": "LATIN SMALL LETTER G",
            "crossReferences": [
                "(latin small letter script g - 0261)",
                "(script small g - 210A)"
            ]
        },
        {
            "codepoint": "0068",
            "name": "LATIN SMALL LETTER H",
            "crossReferences": [
                "(cyrillic small letter shha - 04BB)",
                "(planck constant - 210E)"
            ]
        },
        {
            "codepoint": "0069",
            "name": "LATIN SMALL LETTER I",
            "comments": [
                "Turkish and Azerbaijani use 0130 for uppercase"
            ],
            "crossReferences": [
                "(latin small letter dotless i - 0131)",
                "(superscript latin small letter i - 2071)",
                "(mathematical italic small dotless i - 1D6A4)"
            ]
        },
        {
            "codepoint": "006A",
            "name": "LATIN SMALL LETTER J",
            "crossReferences": [
                "(latin small letter dotless j - 0237)",
                "(greek letter yot - 03F3)",
                "(mathematical italic small dotless j - 1D6A5)"
            ]
        },
        {
            "codepoint": "006B",
            "name": "LATIN SMALL LETTER K"
        },
        {
            "codepoint": "006C",
            "name": "LATIN SMALL LETTER L",
            "crossReferences": [
                "(script small l - 2113)",
                "(mathematical script small l - 1D4C1)"
            ]
        },
        {
            "codepoint": "006D",
            "name": "LATIN SMALL LETTER M"
        },
        {
            "codepoint": "006E",
            "name": "LATIN SMALL LETTER N",
            "crossReferences": [
                "(superscript latin small letter n - 207F)"
            ]
        },
        {
            "codepoint": "006F",
            "name": "LATIN SMALL LETTER O",
            "crossReferences": [
                "(latin letter small capital o - 1D0F)",
                "(script small o - 2134)",
                "(latin small letter blackletter o - AB3D)"
            ]
        },
        {
            "codepoint": "0070",
            "name": "LATIN SMALL LETTER P"
        },
        {
            "codepoint": "0071",
            "name": "LATIN SMALL LETTER Q",
            "crossReferences": [
                "(cyrillic small letter qa - 051B)"
            ]
        },
        {
            "codepoint": "0072",
            "name": "LATIN SMALL LETTER R"
        },
        {
            "codepoint": "0073",
            "name": "LATIN SMALL LETTER S",
            "crossReferences": [
                "(latin small letter long s - 017F)",
                "(latin letter small capital s - A731)"
            ]
        },
        {
            "codepoint": "0074",
            "name": "LATIN SMALL LETTER T"
        },
        {
            "codepoint": "0075",
            "name": "LATIN SMALL LETTER U"
        },
        {
            "codepoint": "0076",
            "name": "LATIN SMALL LETTER V"
        },
        {
            "codepoint": "0077",
            "name": "LATIN SMALL LETTER W",
            "crossReferences": [
                "(cyrillic small letter we - 051D)",
                "(latin letter small capital w - 1D21)"
            ]
        },
        {
            "codepoint": "0078",
            "name": "LATIN SMALL LETTER X",
            "crossReferences": [
                "(multiplication sign - 00D7)"
            ]
        },
        {
            "codepoint": "0079",
            "name": "LATIN SMALL LETTER Y"
        },
        {
            "codepoint": "007A",
            "name": "LATIN SMALL LETTER Z",
            "crossReferences": [
                "(latin small letter z with stroke - 01B6)",
                "(latin letter small capital z - 1D22)"
            ]
        },
        {
            "codepoint": "007B",
            "name": "LEFT CURLY BRACKET",
            "aliases": [
                "opening curly bracket (1.0)",
                "left brace"
            ]
        },
        {
            "codepoint": "007C",
            "name": "VERTICAL LINE",
            "aliases": [
                "vertical bar, pipe"
            ],
            "comments": [
                "used in pairs to indicate absolute value",
                "also used as an unpaired separator or as a fence"
            ],
            "crossReferences": [
                "(broken bar - 00A6)",
                "(latin letter dental click - 01C0)",
                "(hebrew punctuation paseq - 05C0)",
                "(devanagari danda - 0964)",
                "(combining long vertical line overlay - 20D2)",
                "(divides - 2223)",
                "(light vertical bar - 2758)"
            ]
        },
        {
            "codepoint": "007D",
            "name": "RIGHT CURLY BRACKET",
            "aliases": [
                "closing curly bracket (1.0)",
                "right brace"
            ]
        },
        {
            "codepoint": "007E",
            "name": "TILDE",
            "comments": [
                "this is a spacing character"
            ],
            "crossReferences": [
                "(small tilde - 02DC)",
                "(combining tilde - 0303)",
                "(combining tilde overlay - 0334)",
                "(swung dash - 2053)",
                "(tilde operator - 223C)",
                "(tilde with ring above - 2E1B)",
                "(vertical tilde - 2E2F)",
                "(wave dash - 301C)",
                "(fullwidth tilde - FF5E)"
            ]
        },
        {
            "codepoint": "007F",
            "name": "<control>",
            "aliases": [
                "DELETE"
            ]
        },
        {
            "codepoint": "0080",
            "name": "<control>"
        },
        {
            "codepoint": "0081",
            "name": "<control>"
        },
        {
            "codepoint": "0082",
            "name": "<control>",
            "aliases": [
                "BREAK PERMITTED HERE"
            ],
            "crossReferences": [
                "(zero width space - 200B)"
            ]
        },
        {
            "codepoint": "0083",
            "name": "<control>",
            "aliases": [
                "NO BREAK HERE"
            ],
            "crossReferences": [
                "(word joiner - 2060)"
            ]
        },
        {
            "codepoint": "0084",
            "name": "<control>",
            "comments": [
                "formerly known as INDEX"
            ]
        },
        {
            "codepoint": "0085",
            "name": "<control>",
            "aliases": [
                "NEXT LINE (NEL)"
            ]
        },
        {
            "codepoint": "0086",
            "name": "<control>",
            "aliases": [
                "START OF SELECTED AREA"
            ]
        },
        {
            "codepoint": "0087",
            "name": "<control>",
            "aliases": [
                "END OF SELECTED AREA"
            ]
        },
        {
            "codepoint": "0088",
            "name": "<control>",
            "aliases": [
                "CHARACTER TABULATION SET"
            ]
        },
        {
            "codepoint": "0089",
            "name": "<control>",
            "aliases": [
                "CHARACTER TABULATION WITH JUSTIFICATION"
            ]
        },
        {
            "codepoint": "008A",
            "name": "<control>",
            "aliases": [
                "LINE TABULATION SET"
            ]
        },
        {
            "codepoint": "008B",
            "name": "<control>",
            "aliases": [
                "PARTIAL LINE FORWARD"
            ]
        },
        {
            "codepoint": "008C",
            "name": "<control>",
            "aliases": [
                "PARTIAL LINE BACKWARD"
            ]
        },
        {
            "codepoint": "008D",
            "name": "<control>",
            "aliases": [
                "REVERSE LINE FEED"
            ]
        },
        {
            "codepoint": "008E",
            "name": "<control>",
            "aliases": [
                "SINGLE SHIFT TWO"
            ]
        },
        {
            "codepoint": "008F",
            "name": "<control>",
            "aliases": [
                "SINGLE SHIFT THREE"
            ]
        },
        {
            "codepoint": "0090",
            "name": "<control>",
            "aliases": [
                "DEVICE CONTROL STRING"
            ]
        },
        {
            "codepoint": "0091",
            "name": "<control>",
            "aliases": [
                "PRIVATE USE ONE"
            ]
        },
        {
            "codepoint": "0092",
            "name": "<control>",
            "aliases": [
                "PRIVATE USE TWO"
            ]
        },
        {
            "codepoint": "0093",
            "name": "<control>",
            "aliases": [
                "SET TRANSMIT STATE"
            ]
        },
        {
            "codepoint": "0094",
            "name": "<control>",
            "aliases": [
                "CANCEL CHARACTER"
            ]
        },
        {
            "codepoint": "0095",
            "name": "<control>",
            "aliases": [
                "MESSAGE WAITING"
            ]
        },
        {
            "codepoint": "0096",
            "name": "<control>",
            "aliases": [
                "START OF GUARDED AREA"
            ]
        },
        {
            "codepoint": "0097",
            "name": "<control>",
            "aliases": [
                "END OF GUARDED AREA"
            ]
        },
        {
            "codepoint": "0098",
            "name": "<control>",
            "aliases": [
                "START OF STRING"
            ]
        },
        {
            "codepoint": "0099",
            "name": "<control>"
        },
        {
            "codepoint": "009A",
            "name": "<control>",
            "aliases": [
                "SINGLE CHARACTER INTRODUCER"
            ]
        },
        {
            "codepoint": "009B",
            "name": "<control>",
            "aliases": [
                "CONTROL SEQUENCE INTRODUCER"
            ]
        },
        {
            "codepoint": "009C",
            "name": "<control>",
            "aliases": [
                "STRING TERMINATOR"
            ]
        },
        {
            "codepoint": "009D",
            "name": "<control>",
            "aliases": [
                "OPERATING SYSTEM COMMAND"
            ]
        },
        {
            "codepoint": "009E",
            "name": "<control>",
            "aliases": [
                "PRIVACY MESSAGE"
            ]
        },
        {
            "codepoint": "009F",
            "name": "<control>",
            "aliases": [
                "APPLICATION PROGRAM COMMAND"
            ]
        },
        {
            "codepoint": "00A0",
            "name": "NO-BREAK SPACE",
            "comments": [
                "commonly abbreviated as NBSP"
            ],
            "crossReferences": [
                "(space - 0020)",
                "(figure space - 2007)",
                "(narrow no-break space - 202F)",
                "(word joiner - 2060)",
                "(shouldered open box - 237D)",
                "(zero width no-break space - FEFF)"
            ],
            "compatibilityMappings": [
                [
                    "<noBreak>",
                    "0020"
                ]
            ]
        },
        {
            "codepoint": "00A1",
            "name": "INVERTED EXCLAMATION MARK",
            "comments": [
                "Spanish, Asturian, Galician",
                "used in extended IPA to represent sublaminal lower alveolar percussive"
            ],
            "crossReferences": [
                "(exclamation mark - 0021)",
                "(modifier letter raised inverted exclamation mark - A71E)"
            ]
        },
        {
            "codepoint": "00A2",
            "name": "CENT SIGN",
            "crossReferences": [
                "(latin small letter c with stroke - 023C)",
                "(mill sign - 20A5)",
                "(cedi sign - 20B5)",
                "(musical symbol cut time - 1D135)"
            ]
        },
        {
            "codepoint": "00A3",
            "name": "POUND SIGN",
            "aliases": [
                "pound sterling, Irish punt, lira, etc."
            ],
            "comments": [
                "not to be confused with the unit of weight",
                "glyph may have one or two crossbars, in distinction from 20A4"
            ],
            "crossReferences": [
                "(lira sign - 20A4)",
                "(turkish lira sign - 20BA)",
                "(roman semuncia sign - 10192)"
            ]
        },
        {
            "codepoint": "00A4",
            "name": "CURRENCY SIGN",
            "comments": [
                "generic or unknown currency",
                "other currency symbol characters start at 20A0"
            ],
            "crossReferences": [
                "(dollar sign - 0024)"
            ]
        },
        {
            "codepoint": "00A5",
            "name": "YEN SIGN",
            "aliases": [
                "yuan sign (renminbi)"
            ],
            "comments": [
                "glyph may have one or two crossbars, but the official symbol in Japan and China has two",
                "in native context, specific ideographs may be used for units of these currencies"
            ],
            "crossReferences": [
                "(latin capital letter y with stroke - 024E)",
                "(cyrillic capital letter straight u with stroke - 04B0)",
                "5143",
                "5186"
            ]
        },
        {
            "codepoint": "00A6",
            "name": "BROKEN BAR",
            "aliases": [
                "broken vertical bar (1.0)",
                "parted rule (in typography)"
            ],
            "crossReferences": [
                "(vertical line - 007C)"
            ]
        },
        {
            "codepoint": "00A7",
            "name": "SECTION SIGN",
            "comments": [
                "used in referencing numbered sections or paragraphs"
            ],
            "crossReferences": [
                "(top half section sign - 2E39)"
            ]
        },
        {
            "codepoint": "00A8",
            "name": "DIAERESIS",
            "comments": [
                "this is a spacing character"
            ],
            "crossReferences": [
                "(combining diaeresis - 0308)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00A9",
            "name": "COPYRIGHT SIGN",
            "crossReferences": [
                "(sound recording copyright - 2117)",
                "(circled latin capital letter c - 24B8)",
                "(copyleft symbol - 1F12F)",
                "(mask work symbol - 1F1AD)"
            ]
        },
        {
            "codepoint": "00AA",
            "name": "FEMININE ORDINAL INDICATOR",
            "comments": [
                "Spanish"
            ],
            "crossReferences": [
                "(modifier letter small a - 1D43)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "00AB",
            "name": "LEFT-POINTING DOUBLE ANGLE QUOTATION MARK",
            "aliases": [
                "left guillemet",
                "chevrons (in typography)"
            ],
            "comments": [
                "usually opening, sometimes closing"
            ],
            "crossReferences": [
                "(much less-than - 226A)",
                "(left double angle bracket - 300A)"
            ]
        },
        {
            "codepoint": "00AC",
            "name": "NOT SIGN",
            "aliases": [
                "angled dash (in typography)"
            ],
            "crossReferences": [
                "(reversed not sign - 2310)",
                "(turned not sign - 2319)"
            ]
        },
        {
            "codepoint": "00AD",
            "name": "SOFT HYPHEN",
            "aliases": [
                "discretionary hyphen"
            ],
            "comments": [
                "commonly abbreviated as SHY",
                "an invisible format character indicating a possible hyphenation location"
            ]
        },
        {
            "codepoint": "00AE",
            "name": "REGISTERED SIGN",
            "aliases": [
                "registered trade mark sign (1.0)"
            ],
            "crossReferences": [
                "(trade mark sign - 2122)",
                "(circled latin capital letter r - 24C7)",
                "(raised md sign - 1F16B)",
                "(raised mr sign - 1F16C)"
            ]
        },
        {
            "codepoint": "00AF",
            "name": "MACRON",
            "aliases": [
                "overline, APL overbar"
            ],
            "comments": [
                "this is a spacing character",
                "unlike 203E, adjacent instances of this character do not join"
            ],
            "crossReferences": [
                "(modifier letter macron - 02C9)",
                "(combining macron - 0304)",
                "(combining overline - 0305)",
                "(overline - 203E)",
                "(combining conjoining macron - FE26)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "00B0",
            "name": "DEGREE SIGN",
            "comments": [
                "this is a spacing character"
            ],
            "crossReferences": [
                "(ring above - 02DA)",
                "(combining ring above - 030A)",
                "(superscript zero - 2070)",
                "(degree celsius - 2103)",
                "(degree fahrenheit - 2109)",
                "(ring operator - 2218)"
            ]
        },
        {
            "codepoint": "00B1",
            "name": "PLUS-MINUS SIGN",
            "aliases": [
                "biquintile (astrological aspect: 144°)"
            ],
            "crossReferences": [
                "(minus-or-plus sign - 2213)"
            ]
        },
        {
            "codepoint": "00B2",
            "name": "SUPERSCRIPT TWO",
            "aliases": [
                "squared"
            ],
            "comments": [
                "other superscript digit characters: 2070-2079"
            ],
            "crossReferences": [
                "(superscript one - 00B9)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "00B3",
            "name": "SUPERSCRIPT THREE",
            "aliases": [
                "cubed"
            ],
            "crossReferences": [
                "(superscript one - 00B9)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "00B4",
            "name": "ACUTE ACCENT",
            "comments": [
                "this is a spacing character"
            ],
            "crossReferences": [
                "(grave accent - 0060)",
                "(modifier letter prime - 02B9)",
                "(modifier letter acute accent - 02CA)",
                "(double acute accent - 02DD)",
                "(combining acute accent - 0301)",
                "(greek tonos - 0384)",
                "(greek oxia - 1FFD)",
                "(prime - 2032)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00B5",
            "name": "MICRO SIGN",
            "compatibilityMappings": [
                [
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "00B6",
            "name": "PILCROW SIGN",
            "aliases": [
                "paragraph sign"
            ],
            "comments": [
                "section sign in some European usage"
            ],
            "crossReferences": [
                "(reversed pilcrow sign - 204B)",
                "(curved stem paragraph sign ornament - 2761)",
                "(capitulum - 2E3F)"
            ]
        },
        {
            "codepoint": "00B7",
            "name": "MIDDLE DOT",
            "aliases": [
                "midpoint (in typography)",
                "Georgian comma",
                "Greek middle dot (ano teleia)"
            ],
            "comments": [
                "also used as a raised decimal point or to denote multiplication; for multiplication 22C5 is preferred",
                "used as a vowel length mark (part of words) in many Amerindian orthographies"
            ],
            "crossReferences": [
                "(full stop - 002E)",
                "(dot above - 02D9)",
                "(greek ano teleia - 0387)",
                "(bullet - 2022)",
                "(one dot leader - 2024)",
                "(hyphenation point - 2027)",
                "(bullet operator - 2219)",
                "(dot operator - 22C5)",
                "(word separator middle dot - 2E31)",
                "(raised dot - 2E33)",
                "(katakana middle dot - 30FB)",
                "(latin letter sinological dot - A78F)"
            ]
        },
        {
            "codepoint": "00B8",
            "name": "CEDILLA",
            "comments": [
                "this is a spacing character",
                "other spacing accent characters: 02D8-02DB"
            ],
            "crossReferences": [
                "(combining cedilla - 0327)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "00B9",
            "name": "SUPERSCRIPT ONE",
            "crossReferences": [
                "(superscript two - 00B2)",
                "(superscript three - 00B3)",
                "(superscript zero - 2070)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "00BA",
            "name": "MASCULINE ORDINAL INDICATOR",
            "comments": [
                "Spanish"
            ],
            "crossReferences": [
                "(modifier letter small o - 1D52)",
                "(superscript zero - 2070)",
                "(numero sign - 2116)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "00BB",
            "name": "RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK",
            "aliases": [
                "right guillemet"
            ],
            "comments": [
                "usually closing, sometimes opening"
            ],
            "crossReferences": [
                "(much greater-than - 226B)",
                "(right double angle bracket - 300B)"
            ]
        },
        {
            "codepoint": "00BC",
            "name": "VULGAR FRACTION ONE QUARTER",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "00BD",
            "name": "VULGAR FRACTION ONE HALF",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "00BE",
            "name": "VULGAR FRACTION THREE QUARTERS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0033",
                    "2044",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "00BF",
            "name": "INVERTED QUESTION MARK",
            "aliases": [
                "turned question mark"
            ],
            "comments": [
                "Spanish"
            ],
            "crossReferences": [
                "(question mark - 003F)",
                "(inverted interrobang - 2E18)",
                "(reversed question mark - 2E2E)"
            ]
        },
        {
            "codepoint": "00C0",
            "name": "LATIN CAPITAL LETTER A WITH GRAVE",
            "decompositions": [
                [
                    "0041",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00C1",
            "name": "LATIN CAPITAL LETTER A WITH ACUTE",
            "decompositions": [
                [
                    "0041",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00C2",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0041",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00C3",
            "name": "LATIN CAPITAL LETTER A WITH TILDE",
            "decompositions": [
                [
                    "0041",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00C4",
            "name": "LATIN CAPITAL LETTER A WITH DIAERESIS",
            "decompositions": [
                [
                    "0041",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00C5",
            "name": "LATIN CAPITAL LETTER A WITH RING ABOVE",
            "crossReferences": [
                "(angstrom sign - 212B)"
            ],
            "decompositions": [
                [
                    "0041",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "00C6",
            "name": "LATIN CAPITAL LETTER AE",
            "aliases": [
                "latin capital ligature ae (1.1)"
            ],
            "crossReferences": [
                "(cyrillic capital ligature a ie - 04D4)"
            ]
        },
        {
            "codepoint": "00C7",
            "name": "LATIN CAPITAL LETTER C WITH CEDILLA",
            "decompositions": [
                [
                    "0043",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "00C8",
            "name": "LATIN CAPITAL LETTER E WITH GRAVE",
            "decompositions": [
                [
                    "0045",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00C9",
            "name": "LATIN CAPITAL LETTER E WITH ACUTE",
            "decompositions": [
                [
                    "0045",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00CA",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0045",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00CB",
            "name": "LATIN CAPITAL LETTER E WITH DIAERESIS",
            "decompositions": [
                [
                    "0045",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00CC",
            "name": "LATIN CAPITAL LETTER I WITH GRAVE",
            "decompositions": [
                [
                    "0049",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00CD",
            "name": "LATIN CAPITAL LETTER I WITH ACUTE",
            "decompositions": [
                [
                    "0049",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00CE",
            "name": "LATIN CAPITAL LETTER I WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0049",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00CF",
            "name": "LATIN CAPITAL LETTER I WITH DIAERESIS",
            "decompositions": [
                [
                    "0049",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00D0",
            "name": "LATIN CAPITAL LETTER ETH",
            "comments": [
                "lowercase is 00F0"
            ],
            "crossReferences": [
                "(latin capital letter d with stroke - 0110)",
                "(latin capital letter african d - 0189)",
                "(latin capital letter d with short stroke overlay - A7C7)"
            ]
        },
        {
            "codepoint": "00D1",
            "name": "LATIN CAPITAL LETTER N WITH TILDE",
            "decompositions": [
                [
                    "004E",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00D2",
            "name": "LATIN CAPITAL LETTER O WITH GRAVE",
            "decompositions": [
                [
                    "004F",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00D3",
            "name": "LATIN CAPITAL LETTER O WITH ACUTE",
            "decompositions": [
                [
                    "004F",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00D4",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "004F",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00D5",
            "name": "LATIN CAPITAL LETTER O WITH TILDE",
            "decompositions": [
                [
                    "004F",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00D6",
            "name": "LATIN CAPITAL LETTER O WITH DIAERESIS",
            "decompositions": [
                [
                    "004F",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00D7",
            "name": "MULTIPLICATION SIGN",
            "aliases": [
                "z notation Cartesian product"
            ],
            "crossReferences": [
                "(latin small letter x - 0078)",
                "(saltire - 2613)",
                "(multiplication x - 2715)",
                "(heavy ballot x - 2718)",
                "(cross mark - 274C)",
                "(vector or cross product - 2A2F)",
                "(cancellation x - 1F5D9)",
                "(light saltire - 1F7A9)"
            ]
        },
        {
            "codepoint": "00D8",
            "name": "LATIN CAPITAL LETTER O WITH STROKE",
            "aliases": [
                "o slash"
            ],
            "crossReferences": [
                "(latin capital letter o with middle tilde - 019F)",
                "(empty set - 2205)",
                "(latin capital letter o with long stroke overlay - A74A)"
            ]
        },
        {
            "codepoint": "00D9",
            "name": "LATIN CAPITAL LETTER U WITH GRAVE",
            "decompositions": [
                [
                    "0055",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00DA",
            "name": "LATIN CAPITAL LETTER U WITH ACUTE",
            "decompositions": [
                [
                    "0055",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00DB",
            "name": "LATIN CAPITAL LETTER U WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0055",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00DC",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS",
            "decompositions": [
                [
                    "0055",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00DD",
            "name": "LATIN CAPITAL LETTER Y WITH ACUTE",
            "decompositions": [
                [
                    "0059",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00DE",
            "name": "LATIN CAPITAL LETTER THORN"
        },
        {
            "codepoint": "00DF",
            "name": "LATIN SMALL LETTER SHARP S",
            "aliases": [
                "Eszett"
            ],
            "comments": [
                "German",
                "not used in Swiss High German",
                "uppercase is \"SS\" (standard case mapping), alternatively 1E9E",
                "typographically the glyph for this character can be based on a ligature of 017F with either 0073 or with an old-style glyph for 007A (the latter similar in appearance to 0292). Both forms exist interchangeably today."
            ],
            "crossReferences": [
                "(latin small letter long s - 017F)",
                "(latin small letter ezh - 0292)",
                "(greek small letter beta - 03B2)",
                "(latin capital letter sharp s - 1E9E)",
                "(latin small letter beta - A7B5)",
                "(latin small letter middle scots s - A7D7)"
            ]
        },
        {
            "codepoint": "00E0",
            "name": "LATIN SMALL LETTER A WITH GRAVE",
            "decompositions": [
                [
                    "0061",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00E1",
            "name": "LATIN SMALL LETTER A WITH ACUTE",
            "decompositions": [
                [
                    "0061",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00E2",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0061",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00E3",
            "name": "LATIN SMALL LETTER A WITH TILDE",
            "comments": [
                "Portuguese"
            ],
            "decompositions": [
                [
                    "0061",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00E4",
            "name": "LATIN SMALL LETTER A WITH DIAERESIS",
            "decompositions": [
                [
                    "0061",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00E5",
            "name": "LATIN SMALL LETTER A WITH RING ABOVE",
            "comments": [
                "Danish, Norwegian, Swedish, Walloon"
            ],
            "decompositions": [
                [
                    "0061",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "00E6",
            "name": "LATIN SMALL LETTER AE",
            "aliases": [
                "latin small ligature ae (1.1)",
                "ash (from Old English æsc)"
            ],
            "comments": [
                "Danish, Norwegian, Icelandic, Faroese, Old English, French, IPA"
            ],
            "crossReferences": [
                "(latin small ligature oe - 0153)",
                "(cyrillic small ligature a ie - 04D5)",
                "(latin small letter turned ae - 1D02)",
                "(latin small letter a reversed-schwa - AB31)"
            ]
        },
        {
            "codepoint": "00E7",
            "name": "LATIN SMALL LETTER C WITH CEDILLA",
            "decompositions": [
                [
                    "0063",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "00E8",
            "name": "LATIN SMALL LETTER E WITH GRAVE",
            "decompositions": [
                [
                    "0065",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00E9",
            "name": "LATIN SMALL LETTER E WITH ACUTE",
            "decompositions": [
                [
                    "0065",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00EA",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0065",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00EB",
            "name": "LATIN SMALL LETTER E WITH DIAERESIS",
            "decompositions": [
                [
                    "0065",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00EC",
            "name": "LATIN SMALL LETTER I WITH GRAVE",
            "comments": [
                "Italian, Malagasy"
            ],
            "decompositions": [
                [
                    "0069",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00ED",
            "name": "LATIN SMALL LETTER I WITH ACUTE",
            "decompositions": [
                [
                    "0069",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00EE",
            "name": "LATIN SMALL LETTER I WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0069",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00EF",
            "name": "LATIN SMALL LETTER I WITH DIAERESIS",
            "decompositions": [
                [
                    "0069",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00F0",
            "name": "LATIN SMALL LETTER ETH",
            "comments": [
                "Icelandic, Faroese, Old English, IPA",
                "uppercase is 00D0"
            ],
            "crossReferences": [
                "(latin small letter d with stroke - 0111)",
                "(greek small letter delta - 03B4)",
                "(latin small letter delta - 1E9F)",
                "(partial differential - 2202)",
                "(latin small letter insular d - A77A)"
            ]
        },
        {
            "codepoint": "00F1",
            "name": "LATIN SMALL LETTER N WITH TILDE",
            "decompositions": [
                [
                    "006E",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00F2",
            "name": "LATIN SMALL LETTER O WITH GRAVE",
            "decompositions": [
                [
                    "006F",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00F3",
            "name": "LATIN SMALL LETTER O WITH ACUTE",
            "decompositions": [
                [
                    "006F",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00F4",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "006F",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00F5",
            "name": "LATIN SMALL LETTER O WITH TILDE",
            "comments": [
                "Portuguese, Estonian, Livonian"
            ],
            "decompositions": [
                [
                    "006F",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "00F6",
            "name": "LATIN SMALL LETTER O WITH DIAERESIS",
            "decompositions": [
                [
                    "006F",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00F7",
            "name": "DIVISION SIGN",
            "aliases": [
                "obelus"
            ],
            "comments": [
                "occasionally used as an alternate, more visually distinct shape for a hyphen in some contexts",
                "historically used as a punctuation mark to denote questionable passages in manuscripts"
            ],
            "crossReferences": [
                "(syriac harklean obelus - 070B)",
                "(commercial minus sign - 2052)",
                "(division slash - 2215)",
                "(divides - 2223)",
                "(ratio - 2236)",
                "(heavy division sign - 2797)",
                "(long division - 27CC)",
                "(dotted obelos - 2E13)"
            ]
        },
        {
            "codepoint": "00F8",
            "name": "LATIN SMALL LETTER O WITH STROKE",
            "aliases": [
                "o slash"
            ],
            "comments": [
                "Danish, Norwegian, Faroese, IPA"
            ],
            "crossReferences": [
                "(latin small letter barred o - 0275)",
                "(diameter sign - 2300)",
                "(latin small letter o with long stroke overlay - A74B)",
                "(latin small letter old polish o - A7C1)",
                "(latin small letter blackletter o with stroke - AB3E)"
            ]
        },
        {
            "codepoint": "00F9",
            "name": "LATIN SMALL LETTER U WITH GRAVE",
            "comments": [
                "French, Italian"
            ],
            "decompositions": [
                [
                    "0075",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "00FA",
            "name": "LATIN SMALL LETTER U WITH ACUTE",
            "decompositions": [
                [
                    "0075",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00FB",
            "name": "LATIN SMALL LETTER U WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0075",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "00FC",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS",
            "decompositions": [
                [
                    "0075",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "00FD",
            "name": "LATIN SMALL LETTER Y WITH ACUTE",
            "comments": [
                "Czech, Slovak, Icelandic, Faroese, Welsh, Malagasy"
            ],
            "decompositions": [
                [
                    "0079",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "00FE",
            "name": "LATIN SMALL LETTER THORN",
            "comments": [
                "Icelandic, Old English, phonetics",
                "Runic letter borrowed into Latin script",
                "replaced by \"th\" in modern English"
            ],
            "crossReferences": [
                "(greek small letter sho - 03F8)",
                "(runic letter thurisaz thurs thorn - 16A6)",
                "(latin small letter double thorn - A7D3)"
            ]
        },
        {
            "codepoint": "00FF",
            "name": "LATIN SMALL LETTER Y WITH DIAERESIS",
            "comments": [
                "French, medieval Hungarian orthography",
                "uppercase is 0178"
            ],
            "decompositions": [
                [
                    "0079",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0100",
            "name": "LATIN CAPITAL LETTER A WITH MACRON",
            "decompositions": [
                [
                    "0041",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0101",
            "name": "LATIN SMALL LETTER A WITH MACRON",
            "comments": [
                "Latvian, Latin, ..."
            ],
            "decompositions": [
                [
                    "0061",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0102",
            "name": "LATIN CAPITAL LETTER A WITH BREVE",
            "decompositions": [
                [
                    "0041",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0103",
            "name": "LATIN SMALL LETTER A WITH BREVE",
            "comments": [
                "Romanian, Vietnamese, Latin, ..."
            ],
            "decompositions": [
                [
                    "0061",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0104",
            "name": "LATIN CAPITAL LETTER A WITH OGONEK",
            "decompositions": [
                [
                    "0041",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0105",
            "name": "LATIN SMALL LETTER A WITH OGONEK",
            "comments": [
                "Polish, Lithuanian, ..."
            ],
            "decompositions": [
                [
                    "0061",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0106",
            "name": "LATIN CAPITAL LETTER C WITH ACUTE",
            "decompositions": [
                [
                    "0043",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0107",
            "name": "LATIN SMALL LETTER C WITH ACUTE",
            "comments": [
                "Polish, Croatian, Serbian, ..."
            ],
            "crossReferences": [
                "(cyrillic small letter tshe - 045B)"
            ],
            "decompositions": [
                [
                    "0063",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0108",
            "name": "LATIN CAPITAL LETTER C WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0043",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0109",
            "name": "LATIN SMALL LETTER C WITH CIRCUMFLEX",
            "comments": [
                "Esperanto"
            ],
            "decompositions": [
                [
                    "0063",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "010A",
            "name": "LATIN CAPITAL LETTER C WITH DOT ABOVE",
            "decompositions": [
                [
                    "0043",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "010B",
            "name": "LATIN SMALL LETTER C WITH DOT ABOVE",
            "comments": [
                "Maltese, Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0063",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "010C",
            "name": "LATIN CAPITAL LETTER C WITH CARON",
            "decompositions": [
                [
                    "0043",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "010D",
            "name": "LATIN SMALL LETTER C WITH CARON",
            "comments": [
                "Czech, Slovak, Slovenian, and many other languages"
            ],
            "decompositions": [
                [
                    "0063",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "010E",
            "name": "LATIN CAPITAL LETTER D WITH CARON",
            "comments": [
                "the form using caron/hacek is preferred in all contexts"
            ],
            "decompositions": [
                [
                    "0044",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "010F",
            "name": "LATIN SMALL LETTER D WITH CARON",
            "comments": [
                "Czech, Slovak",
                "the form using apostrophe is preferred in typesetting"
            ],
            "decompositions": [
                [
                    "0064",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0110",
            "name": "LATIN CAPITAL LETTER D WITH STROKE",
            "crossReferences": [
                "(latin capital letter eth - 00D0)",
                "(latin capital letter african d - 0189)",
                "(latin capital letter d with short stroke overlay - A7C7)"
            ]
        },
        {
            "codepoint": "0111",
            "name": "LATIN SMALL LETTER D WITH STROKE",
            "comments": [
                "Croatian, Serbian, Vietnamese, Sami, Moro",
                "an alternate glyph with the stroke through the bowl is used in Americanist orthographies"
            ],
            "crossReferences": [
                "(latin small letter eth - 00F0)",
                "(cyrillic small letter dje - 0452)",
                "(latin small letter d with middle tilde - 1D6D)",
                "(dong sign - 20AB)",
                "(latin small letter d with short stroke overlay - A7C8)"
            ]
        },
        {
            "codepoint": "0112",
            "name": "LATIN CAPITAL LETTER E WITH MACRON",
            "decompositions": [
                [
                    "0045",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0113",
            "name": "LATIN SMALL LETTER E WITH MACRON",
            "comments": [
                "Latvian, Latin, ..."
            ],
            "decompositions": [
                [
                    "0065",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0114",
            "name": "LATIN CAPITAL LETTER E WITH BREVE",
            "decompositions": [
                [
                    "0045",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0115",
            "name": "LATIN SMALL LETTER E WITH BREVE",
            "comments": [
                "Malay, Latin, ..."
            ],
            "decompositions": [
                [
                    "0065",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0116",
            "name": "LATIN CAPITAL LETTER E WITH DOT ABOVE",
            "decompositions": [
                [
                    "0045",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0117",
            "name": "LATIN SMALL LETTER E WITH DOT ABOVE",
            "comments": [
                "Lithuanian"
            ],
            "decompositions": [
                [
                    "0065",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0118",
            "name": "LATIN CAPITAL LETTER E WITH OGONEK",
            "decompositions": [
                [
                    "0045",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0119",
            "name": "LATIN SMALL LETTER E WITH OGONEK",
            "comments": [
                "Polish, Lithuanian, ..."
            ],
            "decompositions": [
                [
                    "0065",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "011A",
            "name": "LATIN CAPITAL LETTER E WITH CARON",
            "decompositions": [
                [
                    "0045",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "011B",
            "name": "LATIN SMALL LETTER E WITH CARON",
            "comments": [
                "Czech, ..."
            ],
            "decompositions": [
                [
                    "0065",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "011C",
            "name": "LATIN CAPITAL LETTER G WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0047",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "011D",
            "name": "LATIN SMALL LETTER G WITH CIRCUMFLEX",
            "comments": [
                "Esperanto"
            ],
            "decompositions": [
                [
                    "0067",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "011E",
            "name": "LATIN CAPITAL LETTER G WITH BREVE",
            "decompositions": [
                [
                    "0047",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "011F",
            "name": "LATIN SMALL LETTER G WITH BREVE",
            "comments": [
                "Turkish, Azerbaijani"
            ],
            "crossReferences": [
                "(latin small letter g with caron - 01E7)"
            ],
            "decompositions": [
                [
                    "0067",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0120",
            "name": "LATIN CAPITAL LETTER G WITH DOT ABOVE",
            "decompositions": [
                [
                    "0047",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0121",
            "name": "LATIN SMALL LETTER G WITH DOT ABOVE",
            "comments": [
                "Maltese, Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0067",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0122",
            "name": "LATIN CAPITAL LETTER G WITH CEDILLA",
            "decompositions": [
                [
                    "0047",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0123",
            "name": "LATIN SMALL LETTER G WITH CEDILLA",
            "comments": [
                "Latvian",
                "there are three major glyph variants"
            ],
            "decompositions": [
                [
                    "0067",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0124",
            "name": "LATIN CAPITAL LETTER H WITH CIRCUMFLEX",
            "comments": [
                "lowercase in Nawdm is 0266"
            ],
            "decompositions": [
                [
                    "0048",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0125",
            "name": "LATIN SMALL LETTER H WITH CIRCUMFLEX",
            "comments": [
                "Esperanto"
            ],
            "decompositions": [
                [
                    "0068",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0126",
            "name": "LATIN CAPITAL LETTER H WITH STROKE",
            "crossReferences": [
                "(modifier letter capital h with stroke - A7F8)"
            ]
        },
        {
            "codepoint": "0127",
            "name": "LATIN SMALL LETTER H WITH STROKE",
            "comments": [
                "Maltese, IPA, ..."
            ],
            "crossReferences": [
                "(cyrillic small letter tshe - 045B)",
                "(planck constant over two pi - 210F)"
            ]
        },
        {
            "codepoint": "0128",
            "name": "LATIN CAPITAL LETTER I WITH TILDE",
            "decompositions": [
                [
                    "0049",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "0129",
            "name": "LATIN SMALL LETTER I WITH TILDE",
            "comments": [
                "Greenlandic (old orthography), Kikuyu"
            ],
            "decompositions": [
                [
                    "0069",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "012A",
            "name": "LATIN CAPITAL LETTER I WITH MACRON",
            "decompositions": [
                [
                    "0049",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "012B",
            "name": "LATIN SMALL LETTER I WITH MACRON",
            "comments": [
                "Latvian, Latin, ..."
            ],
            "decompositions": [
                [
                    "0069",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "012C",
            "name": "LATIN CAPITAL LETTER I WITH BREVE",
            "decompositions": [
                [
                    "0049",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "012D",
            "name": "LATIN SMALL LETTER I WITH BREVE",
            "comments": [
                "Latin, ..."
            ],
            "decompositions": [
                [
                    "0069",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "012E",
            "name": "LATIN CAPITAL LETTER I WITH OGONEK",
            "decompositions": [
                [
                    "0049",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "012F",
            "name": "LATIN SMALL LETTER I WITH OGONEK",
            "comments": [
                "Lithuanian, ..."
            ],
            "decompositions": [
                [
                    "0069",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0130",
            "name": "LATIN CAPITAL LETTER I WITH DOT ABOVE",
            "aliases": [
                "i dot"
            ],
            "comments": [
                "Turkish, Azerbaijani",
                "lowercase is 0069"
            ],
            "crossReferences": [
                "(latin capital letter i - 0049)"
            ],
            "decompositions": [
                [
                    "0049",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0131",
            "name": "LATIN SMALL LETTER DOTLESS I",
            "comments": [
                "Turkish, Azerbaijani",
                "uppercase is 0049"
            ],
            "crossReferences": [
                "(latin small letter i - 0069)",
                "(latin small letter iota - 0269)",
                "(latin letter small capital i - 026A)",
                "(cyrillic small letter byelorussian-ukrainian i - 0456)",
                "(mathematical italic small dotless i - 1D6A4)"
            ]
        },
        {
            "codepoint": "0132",
            "name": "LATIN CAPITAL LIGATURE IJ",
            "compatibilityMappings": [
                [
                    "0049",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "0133",
            "name": "LATIN SMALL LIGATURE IJ",
            "comments": [
                "Dutch"
            ],
            "compatibilityMappings": [
                [
                    "0069",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "0134",
            "name": "LATIN CAPITAL LETTER J WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "004A",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0135",
            "name": "LATIN SMALL LETTER J WITH CIRCUMFLEX",
            "comments": [
                "Esperanto"
            ],
            "decompositions": [
                [
                    "006A",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0136",
            "name": "LATIN CAPITAL LETTER K WITH CEDILLA",
            "decompositions": [
                [
                    "004B",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0137",
            "name": "LATIN SMALL LETTER K WITH CEDILLA",
            "comments": [
                "Latvian"
            ],
            "decompositions": [
                [
                    "006B",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0138",
            "name": "LATIN SMALL LETTER KRA",
            "comments": [
                "Greenlandic (old orthography), Labrador Inuttut"
            ],
            "crossReferences": [
                "(cyrillic small letter ka - 043A)",
                "(latin letter small capital k - 1D0B)"
            ]
        },
        {
            "codepoint": "0139",
            "name": "LATIN CAPITAL LETTER L WITH ACUTE",
            "decompositions": [
                [
                    "004C",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "013A",
            "name": "LATIN SMALL LETTER L WITH ACUTE",
            "comments": [
                "Slovak"
            ],
            "decompositions": [
                [
                    "006C",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "013B",
            "name": "LATIN CAPITAL LETTER L WITH CEDILLA",
            "decompositions": [
                [
                    "004C",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "013C",
            "name": "LATIN SMALL LETTER L WITH CEDILLA",
            "comments": [
                "Latvian"
            ],
            "decompositions": [
                [
                    "006C",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "013D",
            "name": "LATIN CAPITAL LETTER L WITH CARON",
            "comments": [
                "the form using apostrophe is preferred in typesetting"
            ],
            "decompositions": [
                [
                    "004C",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "013E",
            "name": "LATIN SMALL LETTER L WITH CARON",
            "comments": [
                "Slovak",
                "the form using apostrophe is preferred in typesetting"
            ],
            "decompositions": [
                [
                    "006C",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "013F",
            "name": "LATIN CAPITAL LETTER L WITH MIDDLE DOT",
            "comments": [
                "some fonts show the middle dot inside the L, but the preferred form has the dot following the L"
            ],
            "compatibilityMappings": [
                [
                    "004C",
                    "00B7"
                ]
            ]
        },
        {
            "codepoint": "0140",
            "name": "LATIN SMALL LETTER L WITH MIDDLE DOT",
            "comments": [
                "Catalan legacy compatibility character for ISO/IEC 6937",
                "preferred representation for Catalan: 006C 00B7"
            ],
            "compatibilityMappings": [
                [
                    "006C",
                    "00B7"
                ]
            ]
        },
        {
            "codepoint": "0141",
            "name": "LATIN CAPITAL LETTER L WITH STROKE",
            "crossReferences": [
                "(latin capital letter l with bar - 023D)",
                "(latin letter small capital l with stroke - 1D0C)",
                "(latin capital letter l with middle tilde - 2C62)",
                "(latin capital letter l with high stroke - A748)"
            ]
        },
        {
            "codepoint": "0142",
            "name": "LATIN SMALL LETTER L WITH STROKE",
            "comments": [
                "Polish, Sorbian, Iñupiaq, ...",
                "also used for Latin-based orthographies for Belarusian and Ukrainian"
            ],
            "crossReferences": [
                "(latin small letter l with bar - 019A)",
                "(latin small letter l with middle tilde - 026B)"
            ]
        },
        {
            "codepoint": "0143",
            "name": "LATIN CAPITAL LETTER N WITH ACUTE",
            "decompositions": [
                [
                    "004E",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0144",
            "name": "LATIN SMALL LETTER N WITH ACUTE",
            "comments": [
                "Polish, ..."
            ],
            "decompositions": [
                [
                    "006E",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0145",
            "name": "LATIN CAPITAL LETTER N WITH CEDILLA",
            "decompositions": [
                [
                    "004E",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0146",
            "name": "LATIN SMALL LETTER N WITH CEDILLA",
            "comments": [
                "Latvian"
            ],
            "decompositions": [
                [
                    "006E",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0147",
            "name": "LATIN CAPITAL LETTER N WITH CARON",
            "decompositions": [
                [
                    "004E",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0148",
            "name": "LATIN SMALL LETTER N WITH CARON",
            "comments": [
                "Czech, Slovak"
            ],
            "decompositions": [
                [
                    "006E",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0149",
            "name": "LATIN SMALL LETTER N PRECEDED BY APOSTROPHE",
            "aliases": [
                "latin small letter apostrophe n (1.0)"
            ],
            "comments": [
                "this character is deprecated and its use is strongly discouraged",
                "Afrikaans",
                "legacy compatibility character for ISO/IEC 6937",
                "uppercase is 02BC 004E"
            ],
            "compatibilityMappings": [
                [
                    "02BC",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "014A",
            "name": "LATIN CAPITAL LETTER ENG",
            "comments": [
                "glyph may also have appearance of large form of the small letter"
            ],
            "crossReferences": [
                "(latin capital letter n with long right leg - 0220)",
                "(latin capital letter n with descender - A790)"
            ]
        },
        {
            "codepoint": "014B",
            "name": "LATIN SMALL LETTER ENG",
            "aliases": [
                "engma, angma"
            ],
            "comments": [
                "Sami, Mende, IPA, ...",
                "velar nasal, nasalization"
            ],
            "crossReferences": [
                "(latin small letter n with long right leg - 019E)",
                "(latin small letter n with palatal hook - 1D87)",
                "(latin small letter n with descender - A791)"
            ]
        },
        {
            "codepoint": "014C",
            "name": "LATIN CAPITAL LETTER O WITH MACRON",
            "decompositions": [
                [
                    "004F",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "014D",
            "name": "LATIN SMALL LETTER O WITH MACRON",
            "comments": [
                "Latvian, Latin, ..."
            ],
            "decompositions": [
                [
                    "006F",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "014E",
            "name": "LATIN CAPITAL LETTER O WITH BREVE",
            "decompositions": [
                [
                    "004F",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "014F",
            "name": "LATIN SMALL LETTER O WITH BREVE",
            "comments": [
                "Latin"
            ],
            "decompositions": [
                [
                    "006F",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "0150",
            "name": "LATIN CAPITAL LETTER O WITH DOUBLE ACUTE",
            "decompositions": [
                [
                    "004F",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "0151",
            "name": "LATIN SMALL LETTER O WITH DOUBLE ACUTE",
            "comments": [
                "Hungarian"
            ],
            "decompositions": [
                [
                    "006F",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "0152",
            "name": "LATIN CAPITAL LIGATURE OE"
        },
        {
            "codepoint": "0153",
            "name": "LATIN SMALL LIGATURE OE",
            "aliases": [
                "ethel (from Old English eðel)"
            ],
            "comments": [
                "French, IPA, Old Icelandic, Old English, ..."
            ],
            "crossReferences": [
                "(latin small letter ae - 00E6)",
                "(latin letter small capital oe - 0276)",
                "(latin small letter turned oe - 1D14)",
                "(modifier letter small ligature oe - A7F9)",
                "(latin small letter inverted oe - AB40)",
                "(latin small letter open oe - AB62)"
            ]
        },
        {
            "codepoint": "0154",
            "name": "LATIN CAPITAL LETTER R WITH ACUTE",
            "decompositions": [
                [
                    "0052",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0155",
            "name": "LATIN SMALL LETTER R WITH ACUTE",
            "comments": [
                "Slovak, ..."
            ],
            "decompositions": [
                [
                    "0072",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0156",
            "name": "LATIN CAPITAL LETTER R WITH CEDILLA",
            "decompositions": [
                [
                    "0052",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0157",
            "name": "LATIN SMALL LETTER R WITH CEDILLA",
            "comments": [
                "Livonian"
            ],
            "decompositions": [
                [
                    "0072",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0158",
            "name": "LATIN CAPITAL LETTER R WITH CARON",
            "decompositions": [
                [
                    "0052",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0159",
            "name": "LATIN SMALL LETTER R WITH CARON",
            "comments": [
                "Czech, ..."
            ],
            "decompositions": [
                [
                    "0072",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "015A",
            "name": "LATIN CAPITAL LETTER S WITH ACUTE",
            "decompositions": [
                [
                    "0053",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "015B",
            "name": "LATIN SMALL LETTER S WITH ACUTE",
            "comments": [
                "Polish, Indic transliteration, ..."
            ],
            "decompositions": [
                [
                    "0073",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "015C",
            "name": "LATIN CAPITAL LETTER S WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0053",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "015D",
            "name": "LATIN SMALL LETTER S WITH CIRCUMFLEX",
            "comments": [
                "Esperanto"
            ],
            "decompositions": [
                [
                    "0073",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "015E",
            "name": "LATIN CAPITAL LETTER S WITH CEDILLA",
            "decompositions": [
                [
                    "0053",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "015F",
            "name": "LATIN SMALL LETTER S WITH CEDILLA",
            "comments": [
                "Turkish, Azerbaijani, ...",
                "the character 0219 should be used instead for Romanian"
            ],
            "crossReferences": [
                "(latin small letter s with comma below - 0219)"
            ],
            "decompositions": [
                [
                    "0073",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0160",
            "name": "LATIN CAPITAL LETTER S WITH CARON",
            "decompositions": [
                [
                    "0053",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0161",
            "name": "LATIN SMALL LETTER S WITH CARON",
            "comments": [
                "Czech, Estonian, Finnish, Slovak, and many other languages"
            ],
            "decompositions": [
                [
                    "0073",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0162",
            "name": "LATIN CAPITAL LETTER T WITH CEDILLA",
            "decompositions": [
                [
                    "0054",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0163",
            "name": "LATIN SMALL LETTER T WITH CEDILLA",
            "comments": [
                "Semitic transliteration, ...",
                "the character 021B should be used instead for Romanian"
            ],
            "crossReferences": [
                "(latin small letter t with comma below - 021B)"
            ],
            "decompositions": [
                [
                    "0074",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0164",
            "name": "LATIN CAPITAL LETTER T WITH CARON",
            "comments": [
                "the form using caron/hacek is preferred in all contexts"
            ],
            "decompositions": [
                [
                    "0054",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0165",
            "name": "LATIN SMALL LETTER T WITH CARON",
            "comments": [
                "Czech, Slovak",
                "the form using apostrophe is preferred in typesetting"
            ],
            "decompositions": [
                [
                    "0074",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0166",
            "name": "LATIN CAPITAL LETTER T WITH STROKE"
        },
        {
            "codepoint": "0167",
            "name": "LATIN SMALL LETTER T WITH STROKE",
            "comments": [
                "Sami"
            ],
            "crossReferences": [
                "(latin small letter t with middle tilde - 1D75)"
            ]
        },
        {
            "codepoint": "0168",
            "name": "LATIN CAPITAL LETTER U WITH TILDE",
            "decompositions": [
                [
                    "0055",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "0169",
            "name": "LATIN SMALL LETTER U WITH TILDE",
            "comments": [
                "Greenlandic (old orthography), Kikuyu"
            ],
            "decompositions": [
                [
                    "0075",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "016A",
            "name": "LATIN CAPITAL LETTER U WITH MACRON",
            "decompositions": [
                [
                    "0055",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "016B",
            "name": "LATIN SMALL LETTER U WITH MACRON",
            "comments": [
                "Latvian, Lithuanian, Latin, ..."
            ],
            "decompositions": [
                [
                    "0075",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "016C",
            "name": "LATIN CAPITAL LETTER U WITH BREVE",
            "decompositions": [
                [
                    "0055",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "016D",
            "name": "LATIN SMALL LETTER U WITH BREVE",
            "comments": [
                "Latin, Esperanto, ..."
            ],
            "decompositions": [
                [
                    "0075",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "016E",
            "name": "LATIN CAPITAL LETTER U WITH RING ABOVE",
            "decompositions": [
                [
                    "0055",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "016F",
            "name": "LATIN SMALL LETTER U WITH RING ABOVE",
            "comments": [
                "Czech, ..."
            ],
            "decompositions": [
                [
                    "0075",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "0170",
            "name": "LATIN CAPITAL LETTER U WITH DOUBLE ACUTE",
            "decompositions": [
                [
                    "0055",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "0171",
            "name": "LATIN SMALL LETTER U WITH DOUBLE ACUTE",
            "comments": [
                "Hungarian"
            ],
            "decompositions": [
                [
                    "0075",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "0172",
            "name": "LATIN CAPITAL LETTER U WITH OGONEK",
            "decompositions": [
                [
                    "0055",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0173",
            "name": "LATIN SMALL LETTER U WITH OGONEK",
            "comments": [
                "Lithuanian"
            ],
            "decompositions": [
                [
                    "0075",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "0174",
            "name": "LATIN CAPITAL LETTER W WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0057",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0175",
            "name": "LATIN SMALL LETTER W WITH CIRCUMFLEX",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0077",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0176",
            "name": "LATIN CAPITAL LETTER Y WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "0059",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0177",
            "name": "LATIN SMALL LETTER Y WITH CIRCUMFLEX",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0079",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "0178",
            "name": "LATIN CAPITAL LETTER Y WITH DIAERESIS",
            "comments": [
                "French, Igbo",
                "lowercase is 00FF"
            ],
            "decompositions": [
                [
                    "0059",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0179",
            "name": "LATIN CAPITAL LETTER Z WITH ACUTE",
            "decompositions": [
                [
                    "005A",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "017A",
            "name": "LATIN SMALL LETTER Z WITH ACUTE",
            "comments": [
                "Polish, ..."
            ],
            "decompositions": [
                [
                    "007A",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "017B",
            "name": "LATIN CAPITAL LETTER Z WITH DOT ABOVE",
            "decompositions": [
                [
                    "005A",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "017C",
            "name": "LATIN SMALL LETTER Z WITH DOT ABOVE",
            "comments": [
                "Polish, ..."
            ],
            "decompositions": [
                [
                    "007A",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "017D",
            "name": "LATIN CAPITAL LETTER Z WITH CARON",
            "decompositions": [
                [
                    "005A",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "017E",
            "name": "LATIN SMALL LETTER Z WITH CARON",
            "comments": [
                "Czech, Estonian, Finnish, Slovak, Slovenian, and many other languages"
            ],
            "decompositions": [
                [
                    "007A",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "017F",
            "name": "LATIN SMALL LETTER LONG S",
            "comments": [
                "in common use in Roman types until the 18th century",
                "in current use in Fraktur and Gaelic types"
            ],
            "crossReferences": [
                "(latin small letter sharp s - 00DF)",
                "(latin small ligature long s t - FB05)"
            ],
            "compatibilityMappings": [
                [
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "0180",
            "name": "LATIN SMALL LETTER B WITH STROKE",
            "comments": [
                "Americanist and Indo-Europeanist usage for phonetic beta",
                "Americanist orthographies use an alternate glyph with the stroke through the bowl",
                "also used in Old Saxon manuscripts",
                "uppercase is 0243"
            ],
            "crossReferences": [
                "(greek small letter beta - 03B2)",
                "(latin small letter b with middle tilde - 1D6C)",
                "(blank symbol - 2422)"
            ]
        },
        {
            "codepoint": "0181",
            "name": "LATIN CAPITAL LETTER B WITH HOOK",
            "comments": [
                "African languages",
                "lowercase is 0253"
            ]
        },
        {
            "codepoint": "0182",
            "name": "LATIN CAPITAL LETTER B WITH TOPBAR",
            "crossReferences": [
                "(cyrillic capital letter be - 0411)"
            ]
        },
        {
            "codepoint": "0183",
            "name": "LATIN SMALL LETTER B WITH TOPBAR",
            "comments": [
                "Zhuang (old orthography)",
                "former Soviet minority language scripts"
            ],
            "crossReferences": [
                "(latin small letter b with hook - 0253)",
                "(cyrillic small letter be - 0431)"
            ]
        },
        {
            "codepoint": "0184",
            "name": "LATIN CAPITAL LETTER TONE SIX"
        },
        {
            "codepoint": "0185",
            "name": "LATIN SMALL LETTER TONE SIX",
            "comments": [
                "Zhuang (old orthography)",
                "Zhuang tone three is Cyrillic ze",
                "Zhuang tone four is Cyrillic che"
            ],
            "crossReferences": [
                "(latin small letter tone two - 01A8)",
                "(latin small letter tone five - 01BD)",
                "(cyrillic small letter ze - 0437)",
                "(cyrillic small letter che - 0447)",
                "(cyrillic small letter soft sign - 044C)"
            ]
        },
        {
            "codepoint": "0186",
            "name": "LATIN CAPITAL LETTER OPEN O",
            "comments": [
                "typographically a turned C",
                "African languages",
                "lowercase is 0254"
            ],
            "crossReferences": [
                "(latin letter small capital open o - 1D10)",
                "(roman numeral reversed one hundred - 2183)"
            ]
        },
        {
            "codepoint": "0187",
            "name": "LATIN CAPITAL LETTER C WITH HOOK"
        },
        {
            "codepoint": "0188",
            "name": "LATIN SMALL LETTER C WITH HOOK",
            "comments": [
                "African"
            ]
        },
        {
            "codepoint": "0189",
            "name": "LATIN CAPITAL LETTER AFRICAN D",
            "comments": [
                "Ewe",
                "lowercase is 0256"
            ],
            "crossReferences": [
                "(latin capital letter eth - 00D0)",
                "(latin capital letter d with stroke - 0110)"
            ]
        },
        {
            "codepoint": "018A",
            "name": "LATIN CAPITAL LETTER D WITH HOOK",
            "comments": [
                "Pan-Nigerian alphabet",
                "lowercase is 0257"
            ]
        },
        {
            "codepoint": "018B",
            "name": "LATIN CAPITAL LETTER D WITH TOPBAR"
        },
        {
            "codepoint": "018C",
            "name": "LATIN SMALL LETTER D WITH TOPBAR",
            "comments": [
                "former-Soviet minority language scripts",
                "Zhuang (old orthography)"
            ]
        },
        {
            "codepoint": "018D",
            "name": "LATIN SMALL LETTER TURNED DELTA",
            "aliases": [
                "reversed Polish-hook o"
            ],
            "comments": [
                "archaic phonetic for labialized alveolar fricative",
                "recommended spellings 007A 02B7 or 007A 032B"
            ]
        },
        {
            "codepoint": "018E",
            "name": "LATIN CAPITAL LETTER REVERSED E",
            "aliases": [
                "turned capital e"
            ],
            "comments": [
                "Pan-Nigerian alphabet",
                "lowercase is 01DD"
            ],
            "crossReferences": [
                "(there exists - 2203)",
                "(latin letter small capital turned e - 2C7B)"
            ]
        },
        {
            "codepoint": "018F",
            "name": "LATIN CAPITAL LETTER SCHWA",
            "comments": [
                "Azerbaijani, ...",
                "lowercase is 0259"
            ],
            "crossReferences": [
                "(cyrillic capital letter schwa - 04D8)"
            ]
        },
        {
            "codepoint": "0190",
            "name": "LATIN CAPITAL LETTER OPEN E",
            "aliases": [
                "capital epsilon"
            ],
            "comments": [
                "African languages",
                "lowercase is 025B",
                "not to be confused with glyph variants of capital E"
            ],
            "crossReferences": [
                "(euler constant - 2107)",
                "(turned digit three - 218B)",
                "(latin capital letter tresillo - A72A)"
            ]
        },
        {
            "codepoint": "0191",
            "name": "LATIN CAPITAL LETTER F WITH HOOK",
            "comments": [
                "African"
            ],
            "crossReferences": [
                "(latin capital letter f with stroke - A798)"
            ]
        },
        {
            "codepoint": "0192",
            "name": "LATIN SMALL LETTER F WITH HOOK",
            "aliases": [
                "script f",
                "Florin currency symbol (Netherlands)",
                "function symbol"
            ],
            "comments": [
                "used as abbreviation convention for folder"
            ]
        },
        {
            "codepoint": "0193",
            "name": "LATIN CAPITAL LETTER G WITH HOOK",
            "comments": [
                "African",
                "lowercase is 0260"
            ]
        },
        {
            "codepoint": "0194",
            "name": "LATIN CAPITAL LETTER GAMMA",
            "comments": [
                "African",
                "lowercase is 0263"
            ]
        },
        {
            "codepoint": "0195",
            "name": "LATIN SMALL LETTER HV",
            "aliases": [
                "hwair"
            ],
            "comments": [
                "Gothic transliteration",
                "uppercase is 01F6"
            ],
            "crossReferences": [
                "(gothic letter hwair - 10348)"
            ]
        },
        {
            "codepoint": "0196",
            "name": "LATIN CAPITAL LETTER IOTA",
            "comments": [
                "African languages",
                "lowercase is 0269"
            ],
            "crossReferences": [
                "(cyrillic capital letter iota - A646)"
            ]
        },
        {
            "codepoint": "0197",
            "name": "LATIN CAPITAL LETTER I WITH STROKE",
            "aliases": [
                "barred i, i bar"
            ],
            "comments": [
                "African languages",
                "lowercase is 0268",
                "ISO 6438 gives lowercase as 026A, not 0268"
            ],
            "crossReferences": [
                "(latin letter small capital i - 026A)",
                "(latin small capital letter i with stroke - 1D7B)"
            ]
        },
        {
            "codepoint": "0198",
            "name": "LATIN CAPITAL LETTER K WITH HOOK"
        },
        {
            "codepoint": "0199",
            "name": "LATIN SMALL LETTER K WITH HOOK",
            "comments": [
                "Hausa, Pan-Nigerian alphabet"
            ]
        },
        {
            "codepoint": "019A",
            "name": "LATIN SMALL LETTER L WITH BAR",
            "aliases": [
                "barred l"
            ],
            "comments": [
                "Americanist phonetic usage for IPA ɬ",
                "uppercase is 023D"
            ],
            "crossReferences": [
                "(latin small letter l with stroke - 0142)",
                "(latin small letter l with belt - 026C)",
                "(latin small letter l with double bar - 2C61)",
                "(latin small letter l with high stroke - A749)"
            ]
        },
        {
            "codepoint": "019B",
            "name": "LATIN SMALL LETTER LAMBDA WITH STROKE",
            "aliases": [
                "barred lambda, lambda bar"
            ],
            "comments": [
                "Americanist phonetic usage for IPA tɬ",
                "uppercase is A7DC"
            ],
            "crossReferences": [
                "(greek small letter lamda - 03BB)"
            ]
        },
        {
            "codepoint": "019C",
            "name": "LATIN CAPITAL LETTER TURNED M",
            "comments": [
                "Zhuang (old orthography)",
                "lowercase is 026F"
            ],
            "crossReferences": [
                "(latin letter small capital turned m - A7FA)",
                "(latin epigraphic letter inverted m - A7FD)"
            ]
        },
        {
            "codepoint": "019D",
            "name": "LATIN CAPITAL LETTER N WITH LEFT HOOK",
            "comments": [
                "African",
                "lowercase is 0272"
            ]
        },
        {
            "codepoint": "019E",
            "name": "LATIN SMALL LETTER N WITH LONG RIGHT LEG",
            "comments": [
                "archaic phonetic for Japanese 3093",
                "recommended spelling for syllabic n is 006E 0329",
                "Lakota (indicates nasalization of vowel), superseded by 014B",
                "uppercase is 0220"
            ],
            "crossReferences": [
                "(latin small letter eng - 014B)",
                "(hiragana letter n - 3093)"
            ]
        },
        {
            "codepoint": "019F",
            "name": "LATIN CAPITAL LETTER O WITH MIDDLE TILDE",
            "aliases": [
                "barred o, o bar"
            ],
            "comments": [
                "African languages",
                "the formal name does not describe the glyph",
                "lowercase is 0275"
            ],
            "crossReferences": [
                "(cyrillic capital letter barred o - 04E8)"
            ]
        },
        {
            "codepoint": "01A0",
            "name": "LATIN CAPITAL LETTER O WITH HORN",
            "decompositions": [
                [
                    "004F",
                    "031B"
                ]
            ]
        },
        {
            "codepoint": "01A1",
            "name": "LATIN SMALL LETTER O WITH HORN",
            "comments": [
                "Vietnamese"
            ],
            "decompositions": [
                [
                    "006F",
                    "031B"
                ]
            ]
        },
        {
            "codepoint": "01A2",
            "name": "LATIN CAPITAL LETTER OI",
            "other": [
                "LATIN CAPITAL LETTER GHA"
            ]
        },
        {
            "codepoint": "01A3",
            "name": "LATIN SMALL LETTER OI",
            "other": [
                "LATIN SMALL LETTER GHA"
            ],
            "comments": [
                "Pan-Turkic Latin alphabets"
            ]
        },
        {
            "codepoint": "01A4",
            "name": "LATIN CAPITAL LETTER P WITH HOOK"
        },
        {
            "codepoint": "01A5",
            "name": "LATIN SMALL LETTER P WITH HOOK",
            "comments": [
                "African"
            ]
        },
        {
            "codepoint": "01A6",
            "name": "LATIN LETTER YR",
            "comments": [
                "Old Norse",
                "from German Standard DIN 31624 and ISO 5426-2",
                "lowercase is 0280"
            ]
        },
        {
            "codepoint": "01A7",
            "name": "LATIN CAPITAL LETTER TONE TWO",
            "crossReferences": [
                "(latin letter voiced laryngeal spirant - 1D24)",
                "(cyrillic capital letter reversed dze - A644)",
                "(roman sextula sign - 10193)"
            ]
        },
        {
            "codepoint": "01A8",
            "name": "LATIN SMALL LETTER TONE TWO",
            "comments": [
                "Zhuang (old orthography)",
                "typographically a reversed S"
            ],
            "crossReferences": [
                "(latin small letter tone six - 0185)",
                "(cyrillic small letter reversed dze - A645)"
            ]
        },
        {
            "codepoint": "01A9",
            "name": "LATIN CAPITAL LETTER ESH",
            "comments": [
                "African languages",
                "lowercase is 0283"
            ],
            "crossReferences": [
                "(greek capital letter sigma - 03A3)",
                "(n-ary summation - 2211)"
            ]
        },
        {
            "codepoint": "01AA",
            "name": "LATIN LETTER REVERSED ESH LOOP",
            "comments": [
                "archaic phonetic for labialized palatoalveolar or palatal fricative",
                "Twi",
                "recommended spellings 0283 02B7, 00E7 02B7, 0068 0265, etc."
            ]
        },
        {
            "codepoint": "01AB",
            "name": "LATIN SMALL LETTER T WITH PALATAL HOOK",
            "comments": [
                "archaic phonetic for palatalized alveolar or dental stop",
                "recommended spelling 0074 02B2"
            ]
        },
        {
            "codepoint": "01AC",
            "name": "LATIN CAPITAL LETTER T WITH HOOK",
            "comments": [
                "a glyph variant with hook at the right also occurs"
            ]
        },
        {
            "codepoint": "01AD",
            "name": "LATIN SMALL LETTER T WITH HOOK",
            "comments": [
                "African languages"
            ]
        },
        {
            "codepoint": "01AE",
            "name": "LATIN CAPITAL LETTER T WITH RETROFLEX HOOK",
            "comments": [
                "African languages",
                "lowercase is 0288"
            ]
        },
        {
            "codepoint": "01AF",
            "name": "LATIN CAPITAL LETTER U WITH HORN",
            "decompositions": [
                [
                    "0055",
                    "031B"
                ]
            ]
        },
        {
            "codepoint": "01B0",
            "name": "LATIN SMALL LETTER U WITH HORN",
            "comments": [
                "Vietnamese"
            ],
            "decompositions": [
                [
                    "0075",
                    "031B"
                ]
            ]
        },
        {
            "codepoint": "01B1",
            "name": "LATIN CAPITAL LETTER UPSILON",
            "comments": [
                "African languages",
                "typographically, turned capital Greek omega 03A9",
                "lowercase is 028A"
            ],
            "crossReferences": [
                "(inverted ohm sign - 2127)"
            ]
        },
        {
            "codepoint": "01B2",
            "name": "LATIN CAPITAL LETTER V WITH HOOK",
            "aliases": [
                "script v"
            ],
            "comments": [
                "African",
                "lowercase is 028B"
            ]
        },
        {
            "codepoint": "01B3",
            "name": "LATIN CAPITAL LETTER Y WITH HOOK",
            "comments": [
                "a glyph variant with hook at the left also occurs"
            ]
        },
        {
            "codepoint": "01B4",
            "name": "LATIN SMALL LETTER Y WITH HOOK",
            "comments": [
                "Bini, Esoko, and other Edo languages in West Africa"
            ]
        },
        {
            "codepoint": "01B5",
            "name": "LATIN CAPITAL LETTER Z WITH STROKE"
        },
        {
            "codepoint": "01B6",
            "name": "LATIN SMALL LETTER Z WITH STROKE",
            "aliases": [
                "barred z, z bar"
            ],
            "comments": [
                "Pan-Turkic Latin orthography",
                "also a handwritten variant of Latin \"z\""
            ],
            "crossReferences": [
                "(latin small letter z - 007A)",
                "(latin small letter z with middle tilde - 1D76)"
            ]
        },
        {
            "codepoint": "01B7",
            "name": "LATIN CAPITAL LETTER EZH",
            "comments": [
                "African, Skolt Sami",
                "lowercase is 0292"
            ],
            "crossReferences": [
                "(latin capital letter yogh - 021C)",
                "(cyrillic capital letter abkhasian dze - 04E0)",
                "(latin letter small capital ezh - 1D23)",
                "(latin capital letter reversed open e - A7AB)"
            ]
        },
        {
            "codepoint": "01B8",
            "name": "LATIN CAPITAL LETTER EZH REVERSED",
            "crossReferences": [
                "(latin capital letter open e - 0190)"
            ]
        },
        {
            "codepoint": "01B9",
            "name": "LATIN SMALL LETTER EZH REVERSED",
            "comments": [
                "archaic phonetic for voiced pharyngeal fricative",
                "sometimes typographically rendered as a turned digit 3",
                "recommended spelling is 0295"
            ],
            "crossReferences": [
                "(latin letter pharyngeal voiced fricative - 0295)",
                "(arabic letter ain - 0639)"
            ]
        },
        {
            "codepoint": "01BA",
            "name": "LATIN SMALL LETTER EZH WITH TAIL",
            "comments": [
                "archaic phonetic for labialized voiced palatoalveolar or palatal fricative",
                "Twi",
                "recommended spellings 0292 02B7 or 006A 02B7"
            ]
        },
        {
            "codepoint": "01BB",
            "name": "LATIN LETTER TWO WITH STROKE",
            "comments": [
                "archaic phonetic for [dz] affricate",
                "recommended spellings 0292 or 0064 007A"
            ],
            "crossReferences": [
                "(latin capital letter tone two - 01A7)"
            ]
        },
        {
            "codepoint": "01BC",
            "name": "LATIN CAPITAL LETTER TONE FIVE"
        },
        {
            "codepoint": "01BD",
            "name": "LATIN SMALL LETTER TONE FIVE",
            "comments": [
                "Zhuang (old orthography)"
            ],
            "crossReferences": [
                "(latin small letter tone six - 0185)"
            ]
        },
        {
            "codepoint": "01BE",
            "name": "LATIN LETTER INVERTED GLOTTAL STOP WITH STROKE",
            "comments": [
                "archaic phonetic for [ts] affricate",
                "recommended spelling 0074 0073",
                "letter form is actually derived from ligation of ts, rather than inverted glottal stop"
            ],
            "crossReferences": [
                "(latin letter inverted glottal stop - 0296)",
                "(latin small letter ts digraph - 02A6)"
            ]
        },
        {
            "codepoint": "01BF",
            "name": "LATIN LETTER WYNN",
            "aliases": [
                "wen"
            ],
            "comments": [
                "Runic letter borrowed into Latin script",
                "replaced by \"w\" in modern transcriptions of Old English",
                "uppercase is 01F7"
            ],
            "crossReferences": [
                "(runic letter wunjo wynn w - 16B9)"
            ]
        },
        {
            "codepoint": "01C0",
            "name": "LATIN LETTER DENTAL CLICK",
            "aliases": [
                "pipe"
            ],
            "comments": [
                "\"c\" in Zulu orthography"
            ],
            "crossReferences": [
                "(solidus - 002F)",
                "(vertical line - 007C)",
                "(latin small letter turned t - 0287)",
                "(divides - 2223)"
            ]
        },
        {
            "codepoint": "01C1",
            "name": "LATIN LETTER LATERAL CLICK",
            "aliases": [
                "double pipe"
            ],
            "comments": [
                "\"x\" in Zulu orthography"
            ],
            "crossReferences": [
                "(latin letter inverted glottal stop - 0296)",
                "(double vertical line - 2016)",
                "(parallel to - 2225)"
            ]
        },
        {
            "codepoint": "01C2",
            "name": "LATIN LETTER ALVEOLAR CLICK",
            "aliases": [
                "double-barred pipe"
            ],
            "comments": [
                "palatoalveolar click (IPA)"
            ],
            "crossReferences": [
                "(not equal to - 2260)",
                "(thermodynamic - 29E7)"
            ]
        },
        {
            "codepoint": "01C3",
            "name": "LATIN LETTER RETROFLEX CLICK",
            "aliases": [
                "latin letter exclamation mark (1.0)"
            ],
            "comments": [
                "(post)alveolar click (IPA)",
                "\"q\" in Zulu orthography"
            ],
            "crossReferences": [
                "(exclamation mark - 0021)",
                "(latin letter stretched c - 0297)",
                "(modifier letter raised exclamation mark - A71D)",
                "(latin letter retroflex click with retroflex hook - 1DF0A)"
            ]
        },
        {
            "codepoint": "01C4",
            "name": "LATIN CAPITAL LETTER DZ WITH CARON",
            "compatibilityMappings": [
                [
                    "0044",
                    "017D"
                ]
            ]
        },
        {
            "codepoint": "01C5",
            "name": "LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON",
            "compatibilityMappings": [
                [
                    "0044",
                    "017E"
                ]
            ]
        },
        {
            "codepoint": "01C6",
            "name": "LATIN SMALL LETTER DZ WITH CARON",
            "crossReferences": [
                "(cyrillic small letter dzhe - 045F)"
            ],
            "compatibilityMappings": [
                [
                    "0064",
                    "017E"
                ]
            ]
        },
        {
            "codepoint": "01C7",
            "name": "LATIN CAPITAL LETTER LJ",
            "compatibilityMappings": [
                [
                    "004C",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "01C8",
            "name": "LATIN CAPITAL LETTER L WITH SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "004C",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "01C9",
            "name": "LATIN SMALL LETTER LJ",
            "crossReferences": [
                "(cyrillic small letter lje - 0459)"
            ],
            "compatibilityMappings": [
                [
                    "006C",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "01CA",
            "name": "LATIN CAPITAL LETTER NJ",
            "compatibilityMappings": [
                [
                    "004E",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "01CB",
            "name": "LATIN CAPITAL LETTER N WITH SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "004E",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "01CC",
            "name": "LATIN SMALL LETTER NJ",
            "crossReferences": [
                "(cyrillic small letter nje - 045A)"
            ],
            "compatibilityMappings": [
                [
                    "006E",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "01CD",
            "name": "LATIN CAPITAL LETTER A WITH CARON",
            "decompositions": [
                [
                    "0041",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01CE",
            "name": "LATIN SMALL LETTER A WITH CARON",
            "comments": [
                "Pinyin third tone"
            ],
            "decompositions": [
                [
                    "0061",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01CF",
            "name": "LATIN CAPITAL LETTER I WITH CARON",
            "decompositions": [
                [
                    "0049",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D0",
            "name": "LATIN SMALL LETTER I WITH CARON",
            "comments": [
                "Pinyin third tone"
            ],
            "decompositions": [
                [
                    "0069",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D1",
            "name": "LATIN CAPITAL LETTER O WITH CARON",
            "decompositions": [
                [
                    "004F",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D2",
            "name": "LATIN SMALL LETTER O WITH CARON",
            "comments": [
                "Pinyin third tone"
            ],
            "decompositions": [
                [
                    "006F",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D3",
            "name": "LATIN CAPITAL LETTER U WITH CARON",
            "decompositions": [
                [
                    "0055",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D4",
            "name": "LATIN SMALL LETTER U WITH CARON",
            "comments": [
                "Pinyin third tone"
            ],
            "decompositions": [
                [
                    "0075",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01D5",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON",
            "decompositions": [
                [
                    "00DC",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01D6",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS AND MACRON",
            "comments": [
                "Pinyin first tone"
            ],
            "decompositions": [
                [
                    "00FC",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01D7",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE",
            "decompositions": [
                [
                    "00DC",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01D8",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE",
            "comments": [
                "Pinyin second tone"
            ],
            "decompositions": [
                [
                    "00FC",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01D9",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON",
            "decompositions": [
                [
                    "00DC",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01DA",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS AND CARON",
            "comments": [
                "Pinyin third tone"
            ],
            "decompositions": [
                [
                    "00FC",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01DB",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE",
            "decompositions": [
                [
                    "00DC",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "01DC",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE",
            "comments": [
                "Pinyin fourth tone"
            ],
            "decompositions": [
                [
                    "00FC",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "01DD",
            "name": "LATIN SMALL LETTER TURNED E",
            "comments": [
                "Pan-Nigerian alphabet",
                "all other usages of schwa are 0259",
                "uppercase is 018E"
            ],
            "crossReferences": [
                "(latin small letter schwa - 0259)"
            ]
        },
        {
            "codepoint": "01DE",
            "name": "LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON",
            "decompositions": [
                [
                    "00C4",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01DF",
            "name": "LATIN SMALL LETTER A WITH DIAERESIS AND MACRON",
            "comments": [
                "Livonian, Uralicist usage"
            ],
            "decompositions": [
                [
                    "00E4",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01E0",
            "name": "LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON",
            "decompositions": [
                [
                    "0226",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01E1",
            "name": "LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON",
            "comments": [
                "Uralicist usage"
            ],
            "decompositions": [
                [
                    "0227",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01E2",
            "name": "LATIN CAPITAL LETTER AE WITH MACRON",
            "decompositions": [
                [
                    "00C6",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01E3",
            "name": "LATIN SMALL LETTER AE WITH MACRON",
            "comments": [
                "Old Norse, Old English"
            ],
            "decompositions": [
                [
                    "00E6",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01E4",
            "name": "LATIN CAPITAL LETTER G WITH STROKE"
        },
        {
            "codepoint": "01E5",
            "name": "LATIN SMALL LETTER G WITH STROKE",
            "comments": [
                "Skolt Sami"
            ]
        },
        {
            "codepoint": "01E6",
            "name": "LATIN CAPITAL LETTER G WITH CARON",
            "decompositions": [
                [
                    "0047",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01E7",
            "name": "LATIN SMALL LETTER G WITH CARON",
            "comments": [
                "Skolt Sami"
            ],
            "crossReferences": [
                "(latin small letter g with breve - 011F)"
            ],
            "decompositions": [
                [
                    "0067",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01E8",
            "name": "LATIN CAPITAL LETTER K WITH CARON",
            "decompositions": [
                [
                    "004B",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01E9",
            "name": "LATIN SMALL LETTER K WITH CARON",
            "comments": [
                "Skolt Sami"
            ],
            "decompositions": [
                [
                    "006B",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01EA",
            "name": "LATIN CAPITAL LETTER O WITH OGONEK",
            "decompositions": [
                [
                    "004F",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "01EB",
            "name": "LATIN SMALL LETTER O WITH OGONEK",
            "comments": [
                "Sami, Iroquoian, Old Icelandic"
            ],
            "decompositions": [
                [
                    "006F",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "01EC",
            "name": "LATIN CAPITAL LETTER O WITH OGONEK AND MACRON",
            "decompositions": [
                [
                    "01EA",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01ED",
            "name": "LATIN SMALL LETTER O WITH OGONEK AND MACRON",
            "comments": [
                "Old Icelandic, Livonian (in recent linguistic scholarship)"
            ],
            "decompositions": [
                [
                    "01EB",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "01EE",
            "name": "LATIN CAPITAL LETTER EZH WITH CARON",
            "decompositions": [
                [
                    "01B7",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01EF",
            "name": "LATIN SMALL LETTER EZH WITH CARON",
            "comments": [
                "Skolt Sami"
            ],
            "decompositions": [
                [
                    "0292",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01F0",
            "name": "LATIN SMALL LETTER J WITH CARON",
            "comments": [
                "IPA and many languages"
            ],
            "decompositions": [
                [
                    "006A",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "01F1",
            "name": "LATIN CAPITAL LETTER DZ",
            "compatibilityMappings": [
                [
                    "0044",
                    "005A"
                ]
            ]
        },
        {
            "codepoint": "01F2",
            "name": "LATIN CAPITAL LETTER D WITH SMALL LETTER Z",
            "compatibilityMappings": [
                [
                    "0044",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "01F3",
            "name": "LATIN SMALL LETTER DZ",
            "compatibilityMappings": [
                [
                    "0064",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "01F4",
            "name": "LATIN CAPITAL LETTER G WITH ACUTE",
            "decompositions": [
                [
                    "0047",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01F5",
            "name": "LATIN SMALL LETTER G WITH ACUTE",
            "comments": [
                "Macedonian and Serbian transliteration"
            ],
            "decompositions": [
                [
                    "0067",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01F6",
            "name": "LATIN CAPITAL LETTER HWAIR",
            "comments": [
                "lowercase is 0195"
            ],
            "crossReferences": [
                "(cyrillic capital letter komi nje - 050A)",
                "(gothic letter hwair - 10348)"
            ]
        },
        {
            "codepoint": "01F7",
            "name": "LATIN CAPITAL LETTER WYNN",
            "aliases": [
                "wen"
            ],
            "comments": [
                "lowercase is 01BF"
            ]
        },
        {
            "codepoint": "01F8",
            "name": "LATIN CAPITAL LETTER N WITH GRAVE",
            "decompositions": [
                [
                    "004E",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "01F9",
            "name": "LATIN SMALL LETTER N WITH GRAVE",
            "comments": [
                "Pinyin"
            ],
            "decompositions": [
                [
                    "006E",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "01FA",
            "name": "LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE",
            "decompositions": [
                [
                    "00C5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01FB",
            "name": "LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE",
            "decompositions": [
                [
                    "00E5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01FC",
            "name": "LATIN CAPITAL LETTER AE WITH ACUTE",
            "decompositions": [
                [
                    "00C6",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01FD",
            "name": "LATIN SMALL LETTER AE WITH ACUTE",
            "decompositions": [
                [
                    "00E6",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01FE",
            "name": "LATIN CAPITAL LETTER O WITH STROKE AND ACUTE",
            "decompositions": [
                [
                    "00D8",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "01FF",
            "name": "LATIN SMALL LETTER O WITH STROKE AND ACUTE",
            "decompositions": [
                [
                    "00F8",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0200",
            "name": "LATIN CAPITAL LETTER A WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0041",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0201",
            "name": "LATIN SMALL LETTER A WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0061",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0202",
            "name": "LATIN CAPITAL LETTER A WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0041",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0203",
            "name": "LATIN SMALL LETTER A WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0061",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0204",
            "name": "LATIN CAPITAL LETTER E WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0045",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0205",
            "name": "LATIN SMALL LETTER E WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0065",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0206",
            "name": "LATIN CAPITAL LETTER E WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0045",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0207",
            "name": "LATIN SMALL LETTER E WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0065",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0208",
            "name": "LATIN CAPITAL LETTER I WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0049",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0209",
            "name": "LATIN SMALL LETTER I WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0069",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "020A",
            "name": "LATIN CAPITAL LETTER I WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0049",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "020B",
            "name": "LATIN SMALL LETTER I WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0069",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "020C",
            "name": "LATIN CAPITAL LETTER O WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "004F",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "020D",
            "name": "LATIN SMALL LETTER O WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "006F",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "020E",
            "name": "LATIN CAPITAL LETTER O WITH INVERTED BREVE",
            "decompositions": [
                [
                    "004F",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "020F",
            "name": "LATIN SMALL LETTER O WITH INVERTED BREVE",
            "decompositions": [
                [
                    "006F",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0210",
            "name": "LATIN CAPITAL LETTER R WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0052",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0211",
            "name": "LATIN SMALL LETTER R WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0072",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0212",
            "name": "LATIN CAPITAL LETTER R WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0052",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0213",
            "name": "LATIN SMALL LETTER R WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0072",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0214",
            "name": "LATIN CAPITAL LETTER U WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0055",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0215",
            "name": "LATIN SMALL LETTER U WITH DOUBLE GRAVE",
            "decompositions": [
                [
                    "0075",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0216",
            "name": "LATIN CAPITAL LETTER U WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0055",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0217",
            "name": "LATIN SMALL LETTER U WITH INVERTED BREVE",
            "decompositions": [
                [
                    "0075",
                    "0311"
                ]
            ]
        },
        {
            "codepoint": "0218",
            "name": "LATIN CAPITAL LETTER S WITH COMMA BELOW",
            "decompositions": [
                [
                    "0053",
                    "0326"
                ]
            ]
        },
        {
            "codepoint": "0219",
            "name": "LATIN SMALL LETTER S WITH COMMA BELOW",
            "crossReferences": [
                "(latin small letter s with cedilla - 015F)"
            ],
            "decompositions": [
                [
                    "0073",
                    "0326"
                ]
            ]
        },
        {
            "codepoint": "021A",
            "name": "LATIN CAPITAL LETTER T WITH COMMA BELOW",
            "decompositions": [
                [
                    "0054",
                    "0326"
                ]
            ]
        },
        {
            "codepoint": "021B",
            "name": "LATIN SMALL LETTER T WITH COMMA BELOW",
            "crossReferences": [
                "(latin small letter t with cedilla - 0163)"
            ],
            "decompositions": [
                [
                    "0074",
                    "0326"
                ]
            ]
        },
        {
            "codepoint": "021C",
            "name": "LATIN CAPITAL LETTER YOGH",
            "crossReferences": [
                "(latin capital letter ezh - 01B7)",
                "(cyrillic capital letter ze - 0417)",
                "(latin capital letter reversed open e - A7AB)"
            ]
        },
        {
            "codepoint": "021D",
            "name": "LATIN SMALL LETTER YOGH",
            "comments": [
                "Middle English, Scots"
            ],
            "crossReferences": [
                "(latin small letter ezh - 0292)",
                "(latin small letter insular g - 1D79)",
                "(latin small letter et - A76B)"
            ]
        },
        {
            "codepoint": "021E",
            "name": "LATIN CAPITAL LETTER H WITH CARON",
            "decompositions": [
                [
                    "0048",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "021F",
            "name": "LATIN SMALL LETTER H WITH CARON",
            "comments": [
                "Finnish Romany"
            ],
            "decompositions": [
                [
                    "0068",
                    "030C"
                ]
            ]
        },
        {
            "codepoint": "0220",
            "name": "LATIN CAPITAL LETTER N WITH LONG RIGHT LEG",
            "comments": [
                "Lakota (nasalization), superseded by 014A",
                "lowercase is 019E"
            ],
            "crossReferences": [
                "(latin capital letter eng - 014A)"
            ]
        },
        {
            "codepoint": "0221",
            "name": "LATIN SMALL LETTER D WITH CURL",
            "comments": [
                "phonetic use in Sinology"
            ]
        },
        {
            "codepoint": "0222",
            "name": "LATIN CAPITAL LETTER OU",
            "crossReferences": [
                "(latin letter small capital ou - 1D15)"
            ]
        },
        {
            "codepoint": "0223",
            "name": "LATIN SMALL LETTER OU",
            "comments": [
                "Algonquin, Huron"
            ],
            "crossReferences": [
                "(digit eight - 0038)"
            ]
        },
        {
            "codepoint": "0224",
            "name": "LATIN CAPITAL LETTER Z WITH HOOK",
            "crossReferences": [
                "(latin capital letter z with descender - 2C6B)"
            ]
        },
        {
            "codepoint": "0225",
            "name": "LATIN SMALL LETTER Z WITH HOOK",
            "comments": [
                "Middle High German"
            ]
        },
        {
            "codepoint": "0226",
            "name": "LATIN CAPITAL LETTER A WITH DOT ABOVE",
            "decompositions": [
                [
                    "0041",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0227",
            "name": "LATIN SMALL LETTER A WITH DOT ABOVE",
            "comments": [
                "Uralicist usage"
            ],
            "decompositions": [
                [
                    "0061",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0228",
            "name": "LATIN CAPITAL LETTER E WITH CEDILLA",
            "decompositions": [
                [
                    "0045",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "0229",
            "name": "LATIN SMALL LETTER E WITH CEDILLA",
            "decompositions": [
                [
                    "0065",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "022A",
            "name": "LATIN CAPITAL LETTER O WITH DIAERESIS AND MACRON",
            "decompositions": [
                [
                    "00D6",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "022B",
            "name": "LATIN SMALL LETTER O WITH DIAERESIS AND MACRON",
            "decompositions": [
                [
                    "00F6",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "022C",
            "name": "LATIN CAPITAL LETTER O WITH TILDE AND MACRON",
            "decompositions": [
                [
                    "00D5",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "022D",
            "name": "LATIN SMALL LETTER O WITH TILDE AND MACRON",
            "decompositions": [
                [
                    "00F5",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "022E",
            "name": "LATIN CAPITAL LETTER O WITH DOT ABOVE",
            "decompositions": [
                [
                    "004F",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "022F",
            "name": "LATIN SMALL LETTER O WITH DOT ABOVE",
            "decompositions": [
                [
                    "006F",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "0230",
            "name": "LATIN CAPITAL LETTER O WITH DOT ABOVE AND MACRON",
            "decompositions": [
                [
                    "022E",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0231",
            "name": "LATIN SMALL LETTER O WITH DOT ABOVE AND MACRON",
            "decompositions": [
                [
                    "022F",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0232",
            "name": "LATIN CAPITAL LETTER Y WITH MACRON",
            "decompositions": [
                [
                    "0059",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0233",
            "name": "LATIN SMALL LETTER Y WITH MACRON",
            "comments": [
                "also Cornish"
            ],
            "decompositions": [
                [
                    "0079",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "0234",
            "name": "LATIN SMALL LETTER L WITH CURL"
        },
        {
            "codepoint": "0235",
            "name": "LATIN SMALL LETTER N WITH CURL"
        },
        {
            "codepoint": "0236",
            "name": "LATIN SMALL LETTER T WITH CURL"
        },
        {
            "codepoint": "0237",
            "name": "LATIN SMALL LETTER DOTLESS J",
            "comments": [
                "this is a non-casing letter"
            ],
            "crossReferences": [
                "(greek letter yot - 03F3)",
                "(cyrillic small letter je - 0458)",
                "(mathematical italic small dotless j - 1D6A5)"
            ]
        },
        {
            "codepoint": "0238",
            "name": "LATIN SMALL LETTER DB DIGRAPH"
        },
        {
            "codepoint": "0239",
            "name": "LATIN SMALL LETTER QP DIGRAPH"
        },
        {
            "codepoint": "023A",
            "name": "LATIN CAPITAL LETTER A WITH STROKE",
            "comments": [
                "lowercase is 2C65"
            ]
        },
        {
            "codepoint": "023B",
            "name": "LATIN CAPITAL LETTER C WITH STROKE",
            "crossReferences": [
                "(cedi sign - 20B5)"
            ]
        },
        {
            "codepoint": "023C",
            "name": "LATIN SMALL LETTER C WITH STROKE",
            "comments": [
                "also used in Americanist linguistics"
            ],
            "crossReferences": [
                "(cent sign - 00A2)"
            ]
        },
        {
            "codepoint": "023D",
            "name": "LATIN CAPITAL LETTER L WITH BAR",
            "comments": [
                "lowercase is 019A"
            ],
            "crossReferences": [
                "(latin capital letter l with stroke - 0141)",
                "(latin capital letter l with double bar - 2C60)",
                "(latin capital letter l with middle tilde - 2C62)",
                "(latin capital letter l with high stroke - A748)"
            ]
        },
        {
            "codepoint": "023E",
            "name": "LATIN CAPITAL LETTER T WITH DIAGONAL STROKE",
            "comments": [
                "lowercase is 2C66"
            ]
        },
        {
            "codepoint": "023F",
            "name": "LATIN SMALL LETTER S WITH SWASH TAIL",
            "comments": [
                "voiceless labio-alveolar fricative",
                "uppercase is 2C7E"
            ],
            "crossReferences": [
                "(latin small letter s with hook - 0282)"
            ]
        },
        {
            "codepoint": "0240",
            "name": "LATIN SMALL LETTER Z WITH SWASH TAIL",
            "comments": [
                "voiced labio-alveolar fricative",
                "uppercase is 2C7F"
            ],
            "crossReferences": [
                "(latin small letter z with retroflex hook - 0290)"
            ]
        },
        {
            "codepoint": "0241",
            "name": "LATIN CAPITAL LETTER GLOTTAL STOP"
        },
        {
            "codepoint": "0242",
            "name": "LATIN SMALL LETTER GLOTTAL STOP",
            "comments": [
                "casing use in Chipewyan, Dogrib, Slavey (Canadian aboriginal orthographies)"
            ],
            "crossReferences": [
                "(latin letter glottal stop - 0294)",
                "(modifier letter glottal stop - 02C0)"
            ]
        },
        {
            "codepoint": "0243",
            "name": "LATIN CAPITAL LETTER B WITH STROKE",
            "comments": [
                "lowercase is 0180"
            ],
            "crossReferences": [
                "(latin letter small capital barred b - 1D03)"
            ]
        },
        {
            "codepoint": "0244",
            "name": "LATIN CAPITAL LETTER U BAR",
            "comments": [
                "lowercase is 0289"
            ]
        },
        {
            "codepoint": "0245",
            "name": "LATIN CAPITAL LETTER TURNED V",
            "comments": [
                "lowercase is 028C"
            ],
            "crossReferences": [
                "(greek capital letter lamda - 039B)"
            ]
        },
        {
            "codepoint": "0246",
            "name": "LATIN CAPITAL LETTER E WITH STROKE"
        },
        {
            "codepoint": "0247",
            "name": "LATIN SMALL LETTER E WITH STROKE"
        },
        {
            "codepoint": "0248",
            "name": "LATIN CAPITAL LETTER J WITH STROKE"
        },
        {
            "codepoint": "0249",
            "name": "LATIN SMALL LETTER J WITH STROKE"
        },
        {
            "codepoint": "024A",
            "name": "LATIN CAPITAL LETTER SMALL Q WITH HOOK TAIL"
        },
        {
            "codepoint": "024B",
            "name": "LATIN SMALL LETTER Q WITH HOOK TAIL"
        },
        {
            "codepoint": "024C",
            "name": "LATIN CAPITAL LETTER R WITH STROKE"
        },
        {
            "codepoint": "024D",
            "name": "LATIN SMALL LETTER R WITH STROKE",
            "crossReferences": [
                "(latin small letter r with middle tilde - 1D72)"
            ]
        },
        {
            "codepoint": "024E",
            "name": "LATIN CAPITAL LETTER Y WITH STROKE"
        },
        {
            "codepoint": "024F",
            "name": "LATIN SMALL LETTER Y WITH STROKE"
        },
        {
            "codepoint": "0250",
            "name": "LATIN SMALL LETTER TURNED A",
            "comments": [
                "low central unrounded vowel",
                "uppercase is 2C6F"
            ]
        },
        {
            "codepoint": "0251",
            "name": "LATIN SMALL LETTER ALPHA",
            "aliases": [
                "latin small letter script a (1.0)"
            ],
            "comments": [
                "low back unrounded vowel",
                "the representative glyph appears like an allograph of Latin \"a\", but sometimes the character is rendered more like a Greek \"α\"",
                "uppercase is 2C6D"
            ],
            "crossReferences": [
                "(greek small letter alpha - 03B1)"
            ]
        },
        {
            "codepoint": "0252",
            "name": "LATIN SMALL LETTER TURNED ALPHA",
            "comments": [
                "low back rounded vowel",
                "uppercase is 2C70"
            ],
            "crossReferences": [
                "(latin small letter inverted alpha - AB64)"
            ]
        },
        {
            "codepoint": "0253",
            "name": "LATIN SMALL LETTER B WITH HOOK",
            "comments": [
                "implosive bilabial stop",
                "uppercase is 0181"
            ],
            "crossReferences": [
                "(cyrillic small letter be - 0431)"
            ]
        },
        {
            "codepoint": "0254",
            "name": "LATIN SMALL LETTER OPEN O",
            "comments": [
                "typographically a turned c",
                "lower-mid back rounded vowel",
                "in older Danish usage \"ɔ:\" stands for \"that is\"",
                "uppercase is 0186"
            ],
            "crossReferences": [
                "(latin letter small capital open o - 1D10)",
                "(latin small letter reversed c - 2184)"
            ]
        },
        {
            "codepoint": "0255",
            "name": "LATIN SMALL LETTER C WITH CURL",
            "comments": [
                "voiceless alveolo-palatal laminal fricative",
                "used in transcription of Mandarin Chinese",
                "sound spelled with 015B in Polish"
            ]
        },
        {
            "codepoint": "0256",
            "name": "LATIN SMALL LETTER D WITH TAIL",
            "aliases": [
                "d retroflex hook"
            ],
            "comments": [
                "voiced retroflex stop",
                "uppercase is 0189"
            ]
        },
        {
            "codepoint": "0257",
            "name": "LATIN SMALL LETTER D WITH HOOK",
            "comments": [
                "implosive dental or alveolar stop",
                "Ewe, Pan-Nigerian alphabet",
                "uppercase is 018A"
            ]
        },
        {
            "codepoint": "0258",
            "name": "LATIN SMALL LETTER REVERSED E",
            "comments": [
                "upper-mid central unrounded vowel"
            ]
        },
        {
            "codepoint": "0259",
            "name": "LATIN SMALL LETTER SCHWA",
            "comments": [
                "mid-central unrounded vowel",
                "uppercase is 018F",
                "variant uppercase form 018E is associated with 01DD"
            ],
            "crossReferences": [
                "(latin small letter turned e - 01DD)",
                "(cyrillic small letter schwa - 04D9)"
            ]
        },
        {
            "codepoint": "025A",
            "name": "LATIN SMALL LETTER SCHWA WITH HOOK",
            "comments": [
                "rhotacized schwa"
            ]
        },
        {
            "codepoint": "025B",
            "name": "LATIN SMALL LETTER OPEN E",
            "aliases": [
                "epsilon"
            ],
            "comments": [
                "lower-mid front unrounded vowel",
                "uppercase is 0190"
            ],
            "crossReferences": [
                "(greek small letter epsilon - 03B5)",
                "(cyrillic small letter reversed ze - 0511)"
            ]
        },
        {
            "codepoint": "025C",
            "name": "LATIN SMALL LETTER REVERSED OPEN E",
            "aliases": [
                "reversed epsilon"
            ],
            "comments": [
                "lower-mid central unrounded vowel",
                "uppercase is A7AB"
            ],
            "crossReferences": [
                "(cyrillic small letter ze - 0437)",
                "(latin small letter turned open e - 1D08)"
            ]
        },
        {
            "codepoint": "025D",
            "name": "LATIN SMALL LETTER REVERSED OPEN E WITH HOOK",
            "comments": [
                "rhotacized lower-mid central vowel"
            ]
        },
        {
            "codepoint": "025E",
            "name": "LATIN SMALL LETTER CLOSED REVERSED OPEN E",
            "aliases": [
                "closed reversed epsilon"
            ],
            "comments": [
                "lower-mid central rounded vowel"
            ],
            "crossReferences": [
                "(latin small letter closed open e - 029A)"
            ]
        },
        {
            "codepoint": "025F",
            "name": "LATIN SMALL LETTER DOTLESS J WITH STROKE",
            "comments": [
                "voiced palatal stop",
                "typographically a turned f, but better thought of as a form of j",
                "\"gy\" in Hungarian orthography",
                "also archaic phonetic for palatoalveolar affricate 02A4"
            ]
        },
        {
            "codepoint": "0260",
            "name": "LATIN SMALL LETTER G WITH HOOK",
            "comments": [
                "implosive velar stop",
                "uppercase is 0193"
            ]
        },
        {
            "codepoint": "0261",
            "name": "LATIN SMALL LETTER SCRIPT G",
            "comments": [
                "voiced velar stop",
                "uppercase is A7AC"
            ],
            "crossReferences": [
                "(latin small letter g - 0067)",
                "(script small g - 210A)"
            ]
        },
        {
            "codepoint": "0262",
            "name": "LATIN LETTER SMALL CAPITAL G",
            "comments": [
                "voiced uvular stop"
            ]
        },
        {
            "codepoint": "0263",
            "name": "LATIN SMALL LETTER GAMMA",
            "comments": [
                "voiced velar fricative",
                "uppercase is 0194"
            ],
            "crossReferences": [
                "(greek small letter gamma - 03B3)"
            ]
        },
        {
            "codepoint": "0264",
            "name": "LATIN SMALL LETTER RAMS HORN",
            "aliases": [
                "latin small letter baby gamma (1.0)"
            ],
            "comments": [
                "upper-mid back unrounded vowel",
                "uppercase is A7CB"
            ]
        },
        {
            "codepoint": "0265",
            "name": "LATIN SMALL LETTER TURNED H",
            "comments": [
                "voiced rounded palatal approximant",
                "uppercase is A78D"
            ]
        },
        {
            "codepoint": "0266",
            "name": "LATIN SMALL LETTER H WITH HOOK",
            "comments": [
                "breathy-voiced glottal fricative",
                "uppercase is A7AA",
                "uppercase in Nawdm is 0124"
            ],
            "crossReferences": [
                "(modifier letter small h with hook - 02B1)"
            ]
        },
        {
            "codepoint": "0267",
            "name": "LATIN SMALL LETTER HENG WITH HOOK",
            "comments": [
                "voiceless coarticulated velar and palatoalveolar fricative",
                "\"sj\" in some Swedish dialects"
            ],
            "crossReferences": [
                "(latin small letter heng - A727)"
            ]
        },
        {
            "codepoint": "0268",
            "name": "LATIN SMALL LETTER I WITH STROKE",
            "aliases": [
                "barred i, i bar"
            ],
            "comments": [
                "high central unrounded vowel",
                "uppercase is 0197",
                "ISO 6438 gives lowercase of 0197 as 026A, not 0268"
            ],
            "crossReferences": [
                "(latin small capital letter i with stroke - 1D7B)"
            ]
        },
        {
            "codepoint": "0269",
            "name": "LATIN SMALL LETTER IOTA",
            "comments": [
                "semi-high front unrounded vowel"
            ]
        },
        {
            "codepoint": "026A",
            "name": "LATIN LETTER SMALL CAPITAL I",
            "comments": [
                "semi-high front unrounded vowel",
                "preferred IPA alternate for 0269",
                "uppercase is A7AE",
                "ISO 6438 gives this as lowercase of 0197 instead of 0268",
                "glyph should have top and bottom serifs even in sans serif IPA font designs, to avoid confusion with lowercase l"
            ],
            "crossReferences": [
                "(latin small letter dotless i - 0131)"
            ]
        },
        {
            "codepoint": "026B",
            "name": "LATIN SMALL LETTER L WITH MIDDLE TILDE",
            "comments": [
                "velarized voiced alveolar lateral approximant",
                "uppercase is 2C62"
            ],
            "crossReferences": [
                "(latin small letter l with stroke - 0142)",
                "(latin small letter l with inverted lazy s - AB37)",
                "(latin small letter l with double middle tilde - AB38)"
            ]
        },
        {
            "codepoint": "026C",
            "name": "LATIN SMALL LETTER L WITH BELT",
            "comments": [
                "voiceless alveolar lateral fricative",
                "uppercase is A7AD"
            ],
            "crossReferences": [
                "(latin small letter l with bar - 019A)"
            ]
        },
        {
            "codepoint": "026D",
            "name": "LATIN SMALL LETTER L WITH RETROFLEX HOOK",
            "comments": [
                "voiced retroflex lateral"
            ],
            "crossReferences": [
                "(latin small letter l with retroflex hook and belt - A78E)"
            ]
        },
        {
            "codepoint": "026E",
            "name": "LATIN SMALL LETTER LEZH",
            "comments": [
                "voiced lateral fricative",
                "\"dhl\" in Zulu orthography"
            ]
        },
        {
            "codepoint": "026F",
            "name": "LATIN SMALL LETTER TURNED M",
            "comments": [
                "high back unrounded vowel",
                "uppercase is 019C"
            ],
            "crossReferences": [
                "(latin letter small capital turned m - A7FA)"
            ]
        },
        {
            "codepoint": "0270",
            "name": "LATIN SMALL LETTER TURNED M WITH LONG LEG",
            "comments": [
                "voiced velar approximant"
            ]
        },
        {
            "codepoint": "0271",
            "name": "LATIN SMALL LETTER M WITH HOOK",
            "comments": [
                "voiced labiodental nasal",
                "uppercase is 2C6E"
            ],
            "crossReferences": [
                "(latin small letter m with palatal hook - 1D86)"
            ]
        },
        {
            "codepoint": "0272",
            "name": "LATIN SMALL LETTER N WITH LEFT HOOK",
            "comments": [
                "voiced palatal nasal",
                "uppercase is 019D"
            ]
        },
        {
            "codepoint": "0273",
            "name": "LATIN SMALL LETTER N WITH RETROFLEX HOOK",
            "comments": [
                "voiced retroflex nasal"
            ]
        },
        {
            "codepoint": "0274",
            "name": "LATIN LETTER SMALL CAPITAL N",
            "comments": [
                "voiced uvular nasal"
            ]
        },
        {
            "codepoint": "0275",
            "name": "LATIN SMALL LETTER BARRED O",
            "aliases": [
                "o bar"
            ],
            "comments": [
                "rounded mid-central vowel, i.e. rounded schwa",
                "uppercase is 019F"
            ],
            "crossReferences": [
                "(greek small letter theta - 03B8)",
                "(cyrillic small letter fita - 0473)",
                "(cyrillic small letter barred o - 04E9)"
            ]
        },
        {
            "codepoint": "0276",
            "name": "LATIN LETTER SMALL CAPITAL OE",
            "comments": [
                "low front rounded vowel"
            ],
            "crossReferences": [
                "(latin small ligature oe - 0153)"
            ]
        },
        {
            "codepoint": "0277",
            "name": "LATIN SMALL LETTER CLOSED OMEGA",
            "comments": [
                "near-close near-back rounded vowel"
            ]
        },
        {
            "codepoint": "0278",
            "name": "LATIN SMALL LETTER PHI",
            "comments": [
                "voiceless bilabial fricative",
                "this is a non-casing letter"
            ],
            "crossReferences": [
                "(greek small letter phi - 03C6)",
                "(greek phi symbol - 03D5)",
                "(latin small letter tailless phi - 2C77)"
            ]
        },
        {
            "codepoint": "0279",
            "name": "LATIN SMALL LETTER TURNED R",
            "comments": [
                "voiced alveolar approximant"
            ],
            "crossReferences": [
                "(modifier letter small turned r - 02B4)"
            ]
        },
        {
            "codepoint": "027A",
            "name": "LATIN SMALL LETTER TURNED R WITH LONG LEG",
            "comments": [
                "voiced lateral flap"
            ]
        },
        {
            "codepoint": "027B",
            "name": "LATIN SMALL LETTER TURNED R WITH HOOK",
            "comments": [
                "voiced retroflex approximant"
            ],
            "crossReferences": [
                "(modifier letter small turned r with hook - 02B5)"
            ]
        },
        {
            "codepoint": "027C",
            "name": "LATIN SMALL LETTER R WITH LONG LEG",
            "comments": [
                "voiced strident apico-alveolar trill"
            ]
        },
        {
            "codepoint": "027D",
            "name": "LATIN SMALL LETTER R WITH TAIL",
            "comments": [
                "voiced retroflex flap",
                "uppercase is 2C64"
            ],
            "crossReferences": [
                "(latin small letter turned r with tail - 2C79)"
            ]
        },
        {
            "codepoint": "027E",
            "name": "LATIN SMALL LETTER R WITH FISHHOOK",
            "comments": [
                "voiced alveolar flap or tap"
            ],
            "crossReferences": [
                "(latin small letter long s - 017F)"
            ]
        },
        {
            "codepoint": "027F",
            "name": "LATIN SMALL LETTER REVERSED R WITH FISHHOOK",
            "aliases": [
                "long leg turned iota (a misnomer)"
            ],
            "comments": [
                "apical dental vowel",
                "used by linguists working on Chinese and other Sino-Tibetan languages",
                "IPA spelling - 007A 0329",
                "preferred presentation is with a descender"
            ]
        },
        {
            "codepoint": "0280",
            "name": "LATIN LETTER SMALL CAPITAL R",
            "comments": [
                "voiced uvular trill",
                "Germanic, Old Norse",
                "uppercase is 01A6"
            ]
        },
        {
            "codepoint": "0281",
            "name": "LATIN LETTER SMALL CAPITAL INVERTED R",
            "comments": [
                "voiced uvular fricative or approximant"
            ],
            "crossReferences": [
                "(modifier letter small capital inverted r - 02B6)"
            ]
        },
        {
            "codepoint": "0282",
            "name": "LATIN SMALL LETTER S WITH HOOK",
            "comments": [
                "voiceless retroflex fricative",
                "uppercase is A7C5"
            ]
        },
        {
            "codepoint": "0283",
            "name": "LATIN SMALL LETTER ESH",
            "comments": [
                "voiceless postalveolar fricative",
                "uppercase is 01A9"
            ],
            "crossReferences": [
                "(integral - 222B)",
                "(latin small letter baseline esh - AB4D)"
            ]
        },
        {
            "codepoint": "0284",
            "name": "LATIN SMALL LETTER DOTLESS J WITH STROKE AND HOOK",
            "comments": [
                "implosive palatal stop",
                "typographically based on 025F, not on 0283"
            ]
        },
        {
            "codepoint": "0285",
            "name": "LATIN SMALL LETTER SQUAT REVERSED ESH",
            "comments": [
                "apical retroflex vowel",
                "used by linguists working on Chinese and other Sino-Tibetan languages",
                "IPA spelling - 0290 0329",
                "in origin 027F plus the retroflex hook 0322, despite its name",
                "preferred presentation is with a descender"
            ]
        },
        {
            "codepoint": "0286",
            "name": "LATIN SMALL LETTER ESH WITH CURL",
            "comments": [
                "palatalized voiceless postalveolar fricative",
                "suggested spelling - 0283 02B2"
            ]
        },
        {
            "codepoint": "0287",
            "name": "LATIN SMALL LETTER TURNED T",
            "comments": [
                "dental click (sound of \"tsk tsk\")",
                "uppercase is A7B1"
            ],
            "crossReferences": [
                "(latin letter dental click - 01C0)"
            ]
        },
        {
            "codepoint": "0288",
            "name": "LATIN SMALL LETTER T WITH RETROFLEX HOOK",
            "comments": [
                "voiceless retroflex stop",
                "uppercase is 01AE"
            ],
            "crossReferences": [
                "(latin small letter t with hook - 01AD)",
                "(latin small letter t with hook and retroflex hook - 1DF09)"
            ]
        },
        {
            "codepoint": "0289",
            "name": "LATIN SMALL LETTER U BAR",
            "comments": [
                "high central rounded vowel",
                "uppercase is 0244"
            ],
            "crossReferences": [
                "(latin small capital letter u with stroke - 1D7E)"
            ]
        },
        {
            "codepoint": "028A",
            "name": "LATIN SMALL LETTER UPSILON",
            "comments": [
                "near-close near-back rounded vowel",
                "typographically, a turned Greek small capital omega AB65",
                "preferred IPA alternate to 0277",
                "uppercase is 01B1"
            ],
            "crossReferences": [
                "(greek small letter upsilon - 03C5)"
            ]
        },
        {
            "codepoint": "028B",
            "name": "LATIN SMALL LETTER V WITH HOOK",
            "aliases": [
                "latin small letter script v (1.0)"
            ],
            "comments": [
                "voiced labiodental approximant",
                "uppercase is 01B2"
            ],
            "crossReferences": [
                "(greek small letter upsilon - 03C5)"
            ]
        },
        {
            "codepoint": "028C",
            "name": "LATIN SMALL LETTER TURNED V",
            "aliases": [
                "caret, wedge"
            ],
            "comments": [
                "lower-mid back unrounded vowel",
                "uppercase is 0245"
            ],
            "crossReferences": [
                "(greek capital letter lamda - 039B)",
                "(greek letter small capital lamda - 1D27)",
                "(logical and - 2227)"
            ]
        },
        {
            "codepoint": "028D",
            "name": "LATIN SMALL LETTER TURNED W",
            "comments": [
                "voiceless rounded labiovelar approximant"
            ],
            "crossReferences": [
                "(modifier letter small turned w - AB69)"
            ]
        },
        {
            "codepoint": "028E",
            "name": "LATIN SMALL LETTER TURNED Y",
            "comments": [
                "voiced lateral approximant"
            ]
        },
        {
            "codepoint": "028F",
            "name": "LATIN LETTER SMALL CAPITAL Y",
            "comments": [
                "semi-high front rounded vowel"
            ]
        },
        {
            "codepoint": "0290",
            "name": "LATIN SMALL LETTER Z WITH RETROFLEX HOOK",
            "comments": [
                "voiced retroflex fricative"
            ]
        },
        {
            "codepoint": "0291",
            "name": "LATIN SMALL LETTER Z WITH CURL",
            "comments": [
                "voiced alveolo-palatal laminal fricative",
                "sound spelled with 017A in Polish"
            ]
        },
        {
            "codepoint": "0292",
            "name": "LATIN SMALL LETTER EZH",
            "aliases": [
                "dram sign"
            ],
            "comments": [
                "voiced postalveolar fricative",
                "mistakenly named yogh in Unicode 1.0",
                "uppercase is 01B7",
                "Skolt Sami"
            ],
            "crossReferences": [
                "(latin small letter yogh - 021D)",
                "(cyrillic small letter abkhasian dze - 04E1)",
                "(ounce sign - 2125)",
                "(alchemical symbol for half dram - 1F772)",
                "2CF01"
            ]
        },
        {
            "codepoint": "0293",
            "name": "LATIN SMALL LETTER EZH WITH CURL",
            "comments": [
                "palatalized voiced postalveolar fricative"
            ]
        },
        {
            "codepoint": "0294",
            "name": "LATIN LETTER GLOTTAL STOP",
            "comments": [
                "this is a caseless letter",
                "used in IPA, other phonetic notations, and those orthographies which use a caseless glottal stop"
            ],
            "crossReferences": [
                "(latin capital letter glottal stop - 0241)",
                "(modifier letter glottal stop - 02C0)"
            ]
        },
        {
            "codepoint": "0295",
            "name": "LATIN LETTER PHARYNGEAL VOICED FRICATIVE",
            "aliases": [
                "reversed glottal stop"
            ],
            "comments": [
                "voiced pharyngeal fricative",
                "ain"
            ],
            "crossReferences": [
                "(latin small letter ezh reversed - 01B9)",
                "(modifier letter reversed glottal stop - 02C1)"
            ]
        },
        {
            "codepoint": "0296",
            "name": "LATIN LETTER INVERTED GLOTTAL STOP",
            "comments": [
                "lateral click"
            ],
            "crossReferences": [
                "(latin letter lateral click - 01C1)"
            ]
        },
        {
            "codepoint": "0297",
            "name": "LATIN LETTER STRETCHED C",
            "comments": [
                "palatal (or alveolar) click"
            ],
            "crossReferences": [
                "(latin letter retroflex click - 01C3)",
                "(complement - 2201)"
            ]
        },
        {
            "codepoint": "0298",
            "name": "LATIN LETTER BILABIAL CLICK",
            "aliases": [
                "bullseye"
            ],
            "comments": [
                "this is a non-casing letter"
            ],
            "crossReferences": [
                "(circled dot operator - 2299)",
                "(cyrillic capital letter monocular o - A668)"
            ]
        },
        {
            "codepoint": "0299",
            "name": "LATIN LETTER SMALL CAPITAL B",
            "comments": [
                "bilabial trill"
            ],
            "crossReferences": [
                "(cyrillic small letter ve - 0432)"
            ]
        },
        {
            "codepoint": "029A",
            "name": "LATIN SMALL LETTER CLOSED OPEN E",
            "aliases": [
                "closed epsilon"
            ],
            "comments": [
                "lower-mid front rounded vowel",
                "non-IPA alternate for the preferred 0153"
            ],
            "crossReferences": [
                "(latin small letter closed reversed open e - 025E)"
            ]
        },
        {
            "codepoint": "029B",
            "name": "LATIN LETTER SMALL CAPITAL G WITH HOOK",
            "comments": [
                "voiced uvular implosive"
            ]
        },
        {
            "codepoint": "029C",
            "name": "LATIN LETTER SMALL CAPITAL H",
            "comments": [
                "voiceless epiglottal fricative"
            ],
            "crossReferences": [
                "(cyrillic small letter en - 043D)",
                "(modifier letter capital h - 1D34)",
                "(modifier letter capital h with stroke - A7F8)"
            ]
        },
        {
            "codepoint": "029D",
            "name": "LATIN SMALL LETTER J WITH CROSSED-TAIL",
            "comments": [
                "voiced palatal fricative",
                "uppercase is A7B2"
            ]
        },
        {
            "codepoint": "029E",
            "name": "LATIN SMALL LETTER TURNED K",
            "comments": [
                "proposed for velar click",
                "uppercase is A7B0"
            ]
        },
        {
            "codepoint": "029F",
            "name": "LATIN LETTER SMALL CAPITAL L",
            "comments": [
                "velar lateral approximant"
            ]
        },
        {
            "codepoint": "02A0",
            "name": "LATIN SMALL LETTER Q WITH HOOK",
            "comments": [
                "voiceless uvular implosive"
            ]
        },
        {
            "codepoint": "02A1",
            "name": "LATIN LETTER GLOTTAL STOP WITH STROKE",
            "comments": [
                "voiced epiglottal stop"
            ]
        },
        {
            "codepoint": "02A2",
            "name": "LATIN LETTER REVERSED GLOTTAL STOP WITH STROKE",
            "comments": [
                "voiced epiglottal fricative"
            ]
        },
        {
            "codepoint": "02A3",
            "name": "LATIN SMALL LETTER DZ DIGRAPH",
            "comments": [
                "voiced dental affricate"
            ],
            "crossReferences": [
                "(latin small letter dz digraph with retroflex hook - AB66)"
            ]
        },
        {
            "codepoint": "02A4",
            "name": "LATIN SMALL LETTER DEZH DIGRAPH",
            "comments": [
                "voiced postalveolar affricate"
            ]
        },
        {
            "codepoint": "02A5",
            "name": "LATIN SMALL LETTER DZ DIGRAPH WITH CURL",
            "comments": [
                "voiced alveolo-palatal affricate"
            ]
        },
        {
            "codepoint": "02A6",
            "name": "LATIN SMALL LETTER TS DIGRAPH",
            "comments": [
                "voiceless dental affricate"
            ],
            "crossReferences": [
                "(latin letter inverted glottal stop with stroke - 01BE)",
                "(latin small letter ts digraph with retroflex hook - AB67)"
            ]
        },
        {
            "codepoint": "02A7",
            "name": "LATIN SMALL LETTER TESH DIGRAPH",
            "comments": [
                "voiceless postalveolar affricate"
            ],
            "crossReferences": [
                "(latin small letter tz - A729)"
            ]
        },
        {
            "codepoint": "02A8",
            "name": "LATIN SMALL LETTER TC DIGRAPH WITH CURL",
            "comments": [
                "voiceless alveolo-palatal affricate"
            ]
        },
        {
            "codepoint": "02A9",
            "name": "LATIN SMALL LETTER FENG DIGRAPH",
            "comments": [
                "velopharyngeal fricative"
            ]
        },
        {
            "codepoint": "02AA",
            "name": "LATIN SMALL LETTER LS DIGRAPH",
            "comments": [
                "lateral alveolar fricative (lisp)"
            ]
        },
        {
            "codepoint": "02AB",
            "name": "LATIN SMALL LETTER LZ DIGRAPH",
            "comments": [
                "voiced lateral alveolar fricative"
            ]
        },
        {
            "codepoint": "02AC",
            "name": "LATIN LETTER BILABIAL PERCUSSIVE",
            "comments": [
                "audible lip smack"
            ]
        },
        {
            "codepoint": "02AD",
            "name": "LATIN LETTER BIDENTAL PERCUSSIVE",
            "comments": [
                "audible teeth gnashing"
            ]
        },
        {
            "codepoint": "02AE",
            "name": "LATIN SMALL LETTER TURNED H WITH FISHHOOK"
        },
        {
            "codepoint": "02AF",
            "name": "LATIN SMALL LETTER TURNED H WITH FISHHOOK AND TAIL"
        },
        {
            "codepoint": "02B0",
            "name": "MODIFIER LETTER SMALL H",
            "comments": [
                "aspiration"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0068"
                ]
            ]
        },
        {
            "codepoint": "02B1",
            "name": "MODIFIER LETTER SMALL H WITH HOOK",
            "comments": [
                "breathy voiced, murmured"
            ],
            "crossReferences": [
                "(latin small letter h with hook - 0266)",
                "(combining diaeresis below - 0324)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0266"
                ]
            ]
        },
        {
            "codepoint": "02B2",
            "name": "MODIFIER LETTER SMALL J",
            "comments": [
                "palatalization"
            ],
            "crossReferences": [
                "(combining palatalized hook below - 0321)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "02B3",
            "name": "MODIFIER LETTER SMALL R",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "02B4",
            "name": "MODIFIER LETTER SMALL TURNED R",
            "crossReferences": [
                "(latin small letter turned r - 0279)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0279"
                ]
            ]
        },
        {
            "codepoint": "02B5",
            "name": "MODIFIER LETTER SMALL TURNED R WITH HOOK",
            "crossReferences": [
                "(latin small letter turned r with hook - 027B)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "027B"
                ]
            ]
        },
        {
            "codepoint": "02B6",
            "name": "MODIFIER LETTER SMALL CAPITAL INVERTED R",
            "comments": [
                "preceding four used for r-coloring or r-offglides"
            ],
            "crossReferences": [
                "(latin letter small capital inverted r - 0281)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0281"
                ]
            ]
        },
        {
            "codepoint": "02B7",
            "name": "MODIFIER LETTER SMALL W",
            "comments": [
                "labialization"
            ],
            "crossReferences": [
                "(combining inverted double arch below - 032B)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0077"
                ]
            ]
        },
        {
            "codepoint": "02B8",
            "name": "MODIFIER LETTER SMALL Y",
            "comments": [
                "palatalization",
                "common Americanist usage for 02B2"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0079"
                ]
            ]
        },
        {
            "codepoint": "02B9",
            "name": "MODIFIER LETTER PRIME",
            "comments": [
                "stress, emphasis",
                "transliteration of mjagkij znak (Cyrillic soft sign: palatalization)",
                "transliteration of Hebrew geresh"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(acute accent - 00B4)",
                "(modifier letter acute accent - 02CA)",
                "(combining acute accent - 0301)",
                "(greek numeral sign - 0374)",
                "(hebrew punctuation geresh - 05F3)",
                "(prime - 2032)"
            ]
        },
        {
            "codepoint": "02BA",
            "name": "MODIFIER LETTER DOUBLE PRIME",
            "comments": [
                "exaggerated stress, contrastive stress",
                "transliteration of tverdyj znak (Cyrillic hard sign: no palatalization)"
            ],
            "crossReferences": [
                "(quotation mark - 0022)",
                "(combining double acute accent - 030B)",
                "(double prime - 2033)"
            ]
        },
        {
            "codepoint": "02BB",
            "name": "MODIFIER LETTER TURNED COMMA",
            "comments": [
                "typographical alternate for 02BD or 02BF",
                "used in some Polynesian orthographies for glottal stop",
                "Hawaiʻian: ʻokina",
                "Tongan: fakauʻa"
            ],
            "crossReferences": [
                "(combining turned comma above - 0312)",
                "(nko low tone apostrophe - 07F5)",
                "(left single quotation mark - 2018)"
            ]
        },
        {
            "codepoint": "02BC",
            "name": "MODIFIER LETTER APOSTROPHE",
            "aliases": [
                "apostrophe"
            ],
            "comments": [
                "glottal stop, glottalization, ejective",
                "many languages use this as a letter of their alphabets",
                "used as a tone marker in Bodo and Dogri",
                "indicates vowel elongation, or various truncations and ellipsis in Maithili",
                "used as a modifier letter in the Lisu script",
                "2019 is the preferred character for a punctuation apostrophe"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(combining comma above - 0313)",
                "(combining comma above right - 0315)",
                "(armenian apostrophe - 055A)",
                "(nko high tone apostrophe - 07F4)",
                "(greek psili - 1FBF)",
                "(right single quotation mark - 2019)"
            ]
        },
        {
            "codepoint": "02BD",
            "name": "MODIFIER LETTER REVERSED COMMA",
            "comments": [
                "weak aspiration"
            ],
            "crossReferences": [
                "(combining reversed comma above - 0314)",
                "(armenian modifier letter left half ring - 0559)",
                "(greek dasia - 1FFE)",
                "(single high-reversed-9 quotation mark - 201B)"
            ]
        },
        {
            "codepoint": "02BE",
            "name": "MODIFIER LETTER RIGHT HALF RING",
            "comments": [
                "transliteration of Arabic hamza (glottal stop)",
                "transliteration of Hebrew alef"
            ],
            "crossReferences": [
                "(armenian apostrophe - 055A)",
                "(hebrew letter alef - 05D0)",
                "(arabic letter hamza - 0621)"
            ]
        },
        {
            "codepoint": "02BF",
            "name": "MODIFIER LETTER LEFT HALF RING",
            "comments": [
                "transliteration of Arabic ain (voiced pharyngeal fricative)",
                "transliteration of Hebrew ayin"
            ],
            "crossReferences": [
                "(armenian modifier letter left half ring - 0559)",
                "(hebrew letter ayin - 05E2)",
                "(arabic letter ain - 0639)"
            ]
        },
        {
            "codepoint": "02C0",
            "name": "MODIFIER LETTER GLOTTAL STOP",
            "comments": [
                "ejective or glottalized",
                "typographical alternate for 02BC or 02BE"
            ],
            "crossReferences": [
                "(latin letter glottal stop - 0294)",
                "(combining hook above - 0309)"
            ]
        },
        {
            "codepoint": "02C1",
            "name": "MODIFIER LETTER REVERSED GLOTTAL STOP",
            "comments": [
                "typographical alternate for 02BF"
            ],
            "crossReferences": [
                "(latin letter pharyngeal voiced fricative - 0295)"
            ]
        },
        {
            "codepoint": "02C2",
            "name": "MODIFIER LETTER LEFT ARROWHEAD",
            "comments": [
                "fronted articulation"
            ]
        },
        {
            "codepoint": "02C3",
            "name": "MODIFIER LETTER RIGHT ARROWHEAD",
            "comments": [
                "backed articulation"
            ]
        },
        {
            "codepoint": "02C4",
            "name": "MODIFIER LETTER UP ARROWHEAD",
            "comments": [
                "raised articulation"
            ],
            "crossReferences": [
                "(circumflex accent - 005E)",
                "(up arrowhead - 2303)"
            ]
        },
        {
            "codepoint": "02C5",
            "name": "MODIFIER LETTER DOWN ARROWHEAD",
            "comments": [
                "lowered articulation"
            ]
        },
        {
            "codepoint": "02C6",
            "name": "MODIFIER LETTER CIRCUMFLEX ACCENT",
            "comments": [
                "rising-falling tone, falling tone, secondary stress, etc."
            ],
            "crossReferences": [
                "(circumflex accent - 005E)",
                "(combining circumflex accent - 0302)",
                "(modifier letter low circumflex accent - A788)"
            ]
        },
        {
            "codepoint": "02C7",
            "name": "CARON",
            "aliases": [
                "hacek"
            ],
            "comments": [
                "falling-rising tone",
                "Mandarin Chinese third tone"
            ],
            "crossReferences": [
                "(combining caron - 030C)"
            ]
        },
        {
            "codepoint": "02C8",
            "name": "MODIFIER LETTER VERTICAL LINE",
            "comments": [
                "primary stress, downstep",
                "precedes letter or syllable modified"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(combining vertical line above - 030D)"
            ]
        },
        {
            "codepoint": "02C9",
            "name": "MODIFIER LETTER MACRON",
            "comments": [
                "high level tone",
                "precedes or follows letter or syllable modified",
                "Mandarin Chinese first tone"
            ],
            "crossReferences": [
                "(macron - 00AF)",
                "(combining macron - 0304)"
            ]
        },
        {
            "codepoint": "02CA",
            "name": "MODIFIER LETTER ACUTE ACCENT",
            "comments": [
                "high-rising tone (IPA), high tone, primary stress",
                "Mandarin Chinese second tone"
            ],
            "crossReferences": [
                "(acute accent - 00B4)",
                "(modifier letter prime - 02B9)",
                "(combining acute accent - 0301)",
                "(greek numeral sign - 0374)",
                "(armenian emphasis mark - 055B)"
            ]
        },
        {
            "codepoint": "02CB",
            "name": "MODIFIER LETTER GRAVE ACCENT",
            "comments": [
                "high-falling tone (IPA), low tone, secondary or tertiary stress",
                "Mandarin Chinese fourth tone"
            ],
            "crossReferences": [
                "(grave accent - 0060)",
                "(combining grave accent - 0300)",
                "(armenian comma - 055D)"
            ]
        },
        {
            "codepoint": "02CC",
            "name": "MODIFIER LETTER LOW VERTICAL LINE",
            "comments": [
                "secondary stress",
                "precedes letter or syllable modified"
            ],
            "crossReferences": [
                "(combining vertical line below - 0329)"
            ]
        },
        {
            "codepoint": "02CD",
            "name": "MODIFIER LETTER LOW MACRON",
            "comments": [
                "low level tone",
                "used as a modifier letter in the Lisu script"
            ],
            "crossReferences": [
                "(low line - 005F)",
                "(combining macron below - 0331)"
            ]
        },
        {
            "codepoint": "02CE",
            "name": "MODIFIER LETTER LOW GRAVE ACCENT",
            "comments": [
                "low-falling tone"
            ]
        },
        {
            "codepoint": "02CF",
            "name": "MODIFIER LETTER LOW ACUTE ACCENT",
            "comments": [
                "low-rising tone"
            ],
            "crossReferences": [
                "(greek lower numeral sign - 0375)"
            ]
        },
        {
            "codepoint": "02D0",
            "name": "MODIFIER LETTER TRIANGULAR COLON",
            "comments": [
                "length mark"
            ],
            "crossReferences": [
                "(colon - 003A)"
            ]
        },
        {
            "codepoint": "02D1",
            "name": "MODIFIER LETTER HALF TRIANGULAR COLON",
            "comments": [
                "half-length mark"
            ],
            "crossReferences": [
                "(middle dot - 00B7)"
            ]
        },
        {
            "codepoint": "02D2",
            "name": "MODIFIER LETTER CENTRED RIGHT HALF RING",
            "comments": [
                "more rounded articulation"
            ]
        },
        {
            "codepoint": "02D3",
            "name": "MODIFIER LETTER CENTRED LEFT HALF RING",
            "comments": [
                "less rounded articulation"
            ]
        },
        {
            "codepoint": "02D4",
            "name": "MODIFIER LETTER UP TACK",
            "comments": [
                "vowel raising or closing"
            ],
            "crossReferences": [
                "(combining up tack below - 031D)",
                "(combining dot below - 0323)"
            ]
        },
        {
            "codepoint": "02D5",
            "name": "MODIFIER LETTER DOWN TACK",
            "comments": [
                "vowel lowering or opening"
            ],
            "crossReferences": [
                "(combining left half ring below - 031C)",
                "(combining down tack below - 031E)"
            ]
        },
        {
            "codepoint": "02D6",
            "name": "MODIFIER LETTER PLUS SIGN",
            "comments": [
                "advanced or fronted articulation"
            ],
            "crossReferences": [
                "(combining plus sign below - 031F)"
            ]
        },
        {
            "codepoint": "02D7",
            "name": "MODIFIER LETTER MINUS SIGN",
            "comments": [
                "retracted or backed articulation",
                "glyph may have small end-serifs"
            ],
            "crossReferences": [
                "(combining minus sign below - 0320)",
                "(minus sign - 2212)"
            ]
        },
        {
            "codepoint": "02D8",
            "name": "BREVE",
            "crossReferences": [
                "(combining breve - 0306)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "02D9",
            "name": "DOT ABOVE",
            "comments": [
                "Mandarin Chinese fifth tone (light or neutral)"
            ],
            "crossReferences": [
                "(combining dot above - 0307)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "02DA",
            "name": "RING ABOVE",
            "crossReferences": [
                "(degree sign - 00B0)",
                "(combining ring above - 030A)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "02DB",
            "name": "OGONEK",
            "crossReferences": [
                "(combining ogonek - 0328)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0328"
                ]
            ]
        },
        {
            "codepoint": "02DC",
            "name": "SMALL TILDE",
            "crossReferences": [
                "(tilde - 007E)",
                "(combining tilde - 0303)",
                "(tilde operator - 223C)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "02DD",
            "name": "DOUBLE ACUTE ACCENT",
            "crossReferences": [
                "(combining double acute accent - 030B)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "02DE",
            "name": "MODIFIER LETTER RHOTIC HOOK",
            "comments": [
                "rhotacization in vowel",
                "often ligated: 025A = 0259 + 02DE; 025D = 025C + 02DE"
            ]
        },
        {
            "codepoint": "02DF",
            "name": "MODIFIER LETTER CROSS ACCENT",
            "comments": [
                "Swedish grave accent"
            ]
        },
        {
            "codepoint": "02E0",
            "name": "MODIFIER LETTER SMALL GAMMA",
            "comments": [
                "these modifier letters are occasionally used in transcription of affricates"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0263"
                ]
            ]
        },
        {
            "codepoint": "02E1",
            "name": "MODIFIER LETTER SMALL L",
            "compatibilityMappings": [
                [
                    "<super>",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "02E2",
            "name": "MODIFIER LETTER SMALL S",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "02E3",
            "name": "MODIFIER LETTER SMALL X",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "02E4",
            "name": "MODIFIER LETTER SMALL REVERSED GLOTTAL STOP",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0295"
                ]
            ]
        },
        {
            "codepoint": "02E5",
            "name": "MODIFIER LETTER EXTRA-HIGH TONE BAR"
        },
        {
            "codepoint": "02E6",
            "name": "MODIFIER LETTER HIGH TONE BAR"
        },
        {
            "codepoint": "02E7",
            "name": "MODIFIER LETTER MID TONE BAR"
        },
        {
            "codepoint": "02E8",
            "name": "MODIFIER LETTER LOW TONE BAR"
        },
        {
            "codepoint": "02E9",
            "name": "MODIFIER LETTER EXTRA-LOW TONE BAR"
        },
        {
            "codepoint": "02EA",
            "name": "MODIFIER LETTER YIN DEPARTING TONE MARK"
        },
        {
            "codepoint": "02EB",
            "name": "MODIFIER LETTER YANG DEPARTING TONE MARK"
        },
        {
            "codepoint": "02EC",
            "name": "MODIFIER LETTER VOICING"
        },
        {
            "codepoint": "02ED",
            "name": "MODIFIER LETTER UNASPIRATED",
            "crossReferences": [
                "(modifier letter short equals sign - A78A)"
            ]
        },
        {
            "codepoint": "02EE",
            "name": "MODIFIER LETTER DOUBLE APOSTROPHE",
            "comments": [
                "Nenets"
            ]
        },
        {
            "codepoint": "02EF",
            "name": "MODIFIER LETTER LOW DOWN ARROWHEAD"
        },
        {
            "codepoint": "02F0",
            "name": "MODIFIER LETTER LOW UP ARROWHEAD"
        },
        {
            "codepoint": "02F1",
            "name": "MODIFIER LETTER LOW LEFT ARROWHEAD"
        },
        {
            "codepoint": "02F2",
            "name": "MODIFIER LETTER LOW RIGHT ARROWHEAD"
        },
        {
            "codepoint": "02F3",
            "name": "MODIFIER LETTER LOW RING",
            "crossReferences": [
                "(combining ring below - 0325)"
            ]
        },
        {
            "codepoint": "02F4",
            "name": "MODIFIER LETTER MIDDLE GRAVE ACCENT"
        },
        {
            "codepoint": "02F5",
            "name": "MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT"
        },
        {
            "codepoint": "02F6",
            "name": "MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT"
        },
        {
            "codepoint": "02F7",
            "name": "MODIFIER LETTER LOW TILDE"
        },
        {
            "codepoint": "02F8",
            "name": "MODIFIER LETTER RAISED COLON"
        },
        {
            "codepoint": "02F9",
            "name": "MODIFIER LETTER BEGIN HIGH TONE"
        },
        {
            "codepoint": "02FA",
            "name": "MODIFIER LETTER END HIGH TONE"
        },
        {
            "codepoint": "02FB",
            "name": "MODIFIER LETTER BEGIN LOW TONE"
        },
        {
            "codepoint": "02FC",
            "name": "MODIFIER LETTER END LOW TONE"
        },
        {
            "codepoint": "02FD",
            "name": "MODIFIER LETTER SHELF"
        },
        {
            "codepoint": "02FE",
            "name": "MODIFIER LETTER OPEN SHELF"
        },
        {
            "codepoint": "02FF",
            "name": "MODIFIER LETTER LOW LEFT ARROW"
        },
        {
            "codepoint": "0300",
            "name": "COMBINING GRAVE ACCENT",
            "aliases": [
                "Greek varia"
            ],
            "comments": [
                "Pinyin: marks Mandarin Chinese fourth tone"
            ],
            "crossReferences": [
                "(grave accent - 0060)",
                "(modifier letter grave accent - 02CB)"
            ]
        },
        {
            "codepoint": "0301",
            "name": "COMBINING ACUTE ACCENT",
            "aliases": [
                "stress mark",
                "Greek oxia, tonos"
            ],
            "comments": [
                "Pinyin: marks Mandarin Chinese second tone"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(acute accent - 00B4)",
                "(modifier letter prime - 02B9)",
                "(modifier letter acute accent - 02CA)",
                "(greek tonos - 0384)"
            ]
        },
        {
            "codepoint": "0302",
            "name": "COMBINING CIRCUMFLEX ACCENT",
            "aliases": [
                "hat"
            ],
            "crossReferences": [
                "(circumflex accent - 005E)",
                "(modifier letter circumflex accent - 02C6)"
            ]
        },
        {
            "codepoint": "0303",
            "name": "COMBINING TILDE",
            "comments": [
                "IPA: nasalization",
                "Vietnamese tone mark"
            ],
            "crossReferences": [
                "(tilde - 007E)",
                "(small tilde - 02DC)"
            ]
        },
        {
            "codepoint": "0304",
            "name": "COMBINING MACRON",
            "aliases": [
                "long"
            ],
            "comments": [
                "Pinyin: marks Mandarin Chinese first tone",
                "distinguish from the following"
            ],
            "crossReferences": [
                "(macron - 00AF)",
                "(modifier letter macron - 02C9)"
            ]
        },
        {
            "codepoint": "0305",
            "name": "COMBINING OVERLINE",
            "aliases": [
                "overscore, vinculum"
            ],
            "comments": [
                "connects on left and right"
            ],
            "crossReferences": [
                "(macron - 00AF)"
            ]
        },
        {
            "codepoint": "0306",
            "name": "COMBINING BREVE",
            "aliases": [
                "short",
                "Greek vrachy"
            ],
            "crossReferences": [
                "(breve - 02D8)",
                "(combining cyrillic kavyka - A67C)"
            ]
        },
        {
            "codepoint": "0307",
            "name": "COMBINING DOT ABOVE",
            "aliases": [
                "derivative (Newtonian notation)"
            ]
        },
        {
            "codepoint": "0308",
            "name": "COMBINING DIAERESIS",
            "aliases": [
                "double dot above, umlaut",
                "Greek dialytika",
                "double derivative"
            ],
            "crossReferences": [
                "(diaeresis - 00A8)"
            ]
        },
        {
            "codepoint": "0309",
            "name": "COMBINING HOOK ABOVE",
            "aliases": [
                "hoi"
            ],
            "comments": [
                "kerns left or right of circumflex over vowels",
                "Vietnamese tone mark"
            ],
            "crossReferences": [
                "(modifier letter glottal stop - 02C0)"
            ]
        },
        {
            "codepoint": "030A",
            "name": "COMBINING RING ABOVE",
            "crossReferences": [
                "(degree sign - 00B0)",
                "(ring above - 02DA)"
            ]
        },
        {
            "codepoint": "030B",
            "name": "COMBINING DOUBLE ACUTE ACCENT",
            "comments": [
                "Hungarian, Chuvash"
            ],
            "crossReferences": [
                "(quotation mark - 0022)",
                "(modifier letter double prime - 02BA)",
                "(double acute accent - 02DD)"
            ]
        },
        {
            "codepoint": "030C",
            "name": "COMBINING CARON",
            "aliases": [
                "hacek, V above"
            ],
            "comments": [
                "Pinyin: marks Mandarin Chinese third tone"
            ],
            "crossReferences": [
                "(caron - 02C7)"
            ]
        },
        {
            "codepoint": "030D",
            "name": "COMBINING VERTICAL LINE ABOVE",
            "comments": [
                "this is not the Greek tonos",
                "Marshallese"
            ],
            "crossReferences": [
                "(modifier letter vertical line - 02C8)"
            ]
        },
        {
            "codepoint": "030E",
            "name": "COMBINING DOUBLE VERTICAL LINE ABOVE",
            "comments": [
                "Marshallese"
            ],
            "crossReferences": [
                "(quotation mark - 0022)"
            ]
        },
        {
            "codepoint": "030F",
            "name": "COMBINING DOUBLE GRAVE ACCENT",
            "comments": [
                "Serbian and Croatian phonetics"
            ]
        },
        {
            "codepoint": "0310",
            "name": "COMBINING CANDRABINDU",
            "crossReferences": [
                "(devanagari sign candrabindu - 0901)"
            ]
        },
        {
            "codepoint": "0311",
            "name": "COMBINING INVERTED BREVE",
            "crossReferences": [
                "(combining cyrillic palatalization - 0484)",
                "(combining cyrillic pokrytie - 0487)"
            ]
        },
        {
            "codepoint": "0312",
            "name": "COMBINING TURNED COMMA ABOVE",
            "aliases": [
                "cedilla above"
            ],
            "comments": [
                "Latvian (but not used in decomposition)"
            ],
            "crossReferences": [
                "(modifier letter turned comma - 02BB)"
            ]
        },
        {
            "codepoint": "0313",
            "name": "COMBINING COMMA ABOVE",
            "aliases": [
                "Greek psili, smooth breathing mark"
            ],
            "comments": [
                "Americanist: ejective or glottalization"
            ],
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)",
                "(combining cyrillic psili pneumata - 0486)",
                "(armenian apostrophe - 055A)"
            ]
        },
        {
            "codepoint": "0314",
            "name": "COMBINING REVERSED COMMA ABOVE",
            "aliases": [
                "Greek dasia, rough breathing mark"
            ],
            "crossReferences": [
                "(modifier letter reversed comma - 02BD)",
                "(combining cyrillic dasia pneumata - 0485)",
                "(armenian modifier letter left half ring - 0559)"
            ]
        },
        {
            "codepoint": "0315",
            "name": "COMBINING COMMA ABOVE RIGHT",
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)"
            ]
        },
        {
            "codepoint": "0316",
            "name": "COMBINING GRAVE ACCENT BELOW"
        },
        {
            "codepoint": "0317",
            "name": "COMBINING ACUTE ACCENT BELOW"
        },
        {
            "codepoint": "0318",
            "name": "COMBINING LEFT TACK BELOW",
            "crossReferences": [
                "(modifier letter left tack - AB6A)"
            ]
        },
        {
            "codepoint": "0319",
            "name": "COMBINING RIGHT TACK BELOW",
            "crossReferences": [
                "(modifier letter right tack - AB6B)"
            ]
        },
        {
            "codepoint": "031A",
            "name": "COMBINING LEFT ANGLE ABOVE",
            "comments": [
                "IPA: unreleased stop"
            ]
        },
        {
            "codepoint": "031B",
            "name": "COMBINING HORN",
            "comments": [
                "Vietnamese"
            ]
        },
        {
            "codepoint": "031C",
            "name": "COMBINING LEFT HALF RING BELOW",
            "comments": [
                "IPA: open variety of vowel"
            ],
            "crossReferences": [
                "(modifier letter down tack - 02D5)"
            ]
        },
        {
            "codepoint": "031D",
            "name": "COMBINING UP TACK BELOW",
            "comments": [
                "IPA: vowel raising or closing"
            ],
            "crossReferences": [
                "(modifier letter up tack - 02D4)"
            ]
        },
        {
            "codepoint": "031E",
            "name": "COMBINING DOWN TACK BELOW",
            "comments": [
                "IPA: vowel lowering or opening"
            ],
            "crossReferences": [
                "(modifier letter down tack - 02D5)"
            ]
        },
        {
            "codepoint": "031F",
            "name": "COMBINING PLUS SIGN BELOW",
            "comments": [
                "IPA: advanced or fronted articulation"
            ],
            "crossReferences": [
                "(modifier letter plus sign - 02D6)",
                "(combining plus sign above - 1AC8)"
            ]
        },
        {
            "codepoint": "0320",
            "name": "COMBINING MINUS SIGN BELOW",
            "comments": [
                "IPA: retracted or backed articulation",
                "glyph may have small end-serifs"
            ],
            "crossReferences": [
                "(modifier letter minus sign - 02D7)"
            ]
        },
        {
            "codepoint": "0321",
            "name": "COMBINING PALATALIZED HOOK BELOW",
            "comments": [
                "IPA: palatalization"
            ],
            "crossReferences": [
                "(modifier letter small j - 02B2)"
            ]
        },
        {
            "codepoint": "0322",
            "name": "COMBINING RETROFLEX HOOK BELOW",
            "comments": [
                "IPA: retroflexion"
            ]
        },
        {
            "codepoint": "0323",
            "name": "COMBINING DOT BELOW",
            "aliases": [
                "nang"
            ],
            "comments": [
                "IPA: closer variety of vowel",
                "Americanist and Indo-Europeanist: retraction or retroflexion",
                "Semiticist: velarization or pharyngealization",
                "Vietnamese tone mark"
            ],
            "crossReferences": [
                "(modifier letter up tack - 02D4)"
            ]
        },
        {
            "codepoint": "0324",
            "name": "COMBINING DIAERESIS BELOW",
            "comments": [
                "IPA: breathy-voice or murmur"
            ],
            "crossReferences": [
                "(modifier letter small h with hook - 02B1)"
            ]
        },
        {
            "codepoint": "0325",
            "name": "COMBINING RING BELOW",
            "comments": [
                "IPA: voiceless",
                "vocalic (in Latin transliteration of Indic sonorants)",
                "Madurese"
            ],
            "crossReferences": [
                "(modifier letter low ring - 02F3)"
            ]
        },
        {
            "codepoint": "0326",
            "name": "COMBINING COMMA BELOW",
            "comments": [
                "Romanian, Latvian, Livonian"
            ]
        },
        {
            "codepoint": "0327",
            "name": "COMBINING CEDILLA",
            "comments": [
                "French, Turkish, Azerbaijani"
            ],
            "crossReferences": [
                "(cedilla - 00B8)"
            ]
        },
        {
            "codepoint": "0328",
            "name": "COMBINING OGONEK",
            "aliases": [
                "nasal hook"
            ],
            "comments": [
                "Americanist: nasalization",
                "Polish, Lithuanian"
            ],
            "crossReferences": [
                "(ogonek - 02DB)",
                "(combining open mark below - 1AB7)"
            ]
        },
        {
            "codepoint": "0329",
            "name": "COMBINING VERTICAL LINE BELOW",
            "comments": [
                "IPA: syllabic",
                "Yoruba",
                "German dialectology",
                "may attach or not; shape may vary by local preferences"
            ],
            "crossReferences": [
                "(modifier letter low vertical line - 02CC)"
            ]
        },
        {
            "codepoint": "032A",
            "name": "COMBINING BRIDGE BELOW",
            "comments": [
                "IPA: dental"
            ]
        },
        {
            "codepoint": "032B",
            "name": "COMBINING INVERTED DOUBLE ARCH BELOW",
            "comments": [
                "IPA: labialization"
            ],
            "crossReferences": [
                "(modifier letter small w - 02B7)",
                "(combining inverted double arch above - 1AC7)"
            ]
        },
        {
            "codepoint": "032C",
            "name": "COMBINING CARON BELOW",
            "comments": [
                "IPA: voiced"
            ]
        },
        {
            "codepoint": "032D",
            "name": "COMBINING CIRCUMFLEX ACCENT BELOW",
            "comments": [
                "Americanist: fronted articulation"
            ]
        },
        {
            "codepoint": "032E",
            "name": "COMBINING BREVE BELOW",
            "comments": [
                "Hittite transcription"
            ]
        },
        {
            "codepoint": "032F",
            "name": "COMBINING INVERTED BREVE BELOW",
            "comments": [
                "Americanist: fronted articulation (variant of 032D)",
                "Indo-Europeanist: semivowel"
            ]
        },
        {
            "codepoint": "0330",
            "name": "COMBINING TILDE BELOW",
            "comments": [
                "IPA: creaky voice"
            ]
        },
        {
            "codepoint": "0331",
            "name": "COMBINING MACRON BELOW",
            "crossReferences": [
                "(low line - 005F)",
                "(modifier letter low macron - 02CD)"
            ]
        },
        {
            "codepoint": "0332",
            "name": "COMBINING LOW LINE",
            "aliases": [
                "underline, underscore"
            ],
            "comments": [
                "connects on left and right"
            ],
            "crossReferences": [
                "(low line - 005F)"
            ]
        },
        {
            "codepoint": "0333",
            "name": "COMBINING DOUBLE LOW LINE",
            "aliases": [
                "double underline, double underscore"
            ],
            "comments": [
                "connects on left and right"
            ],
            "crossReferences": [
                "(combining equals sign below - 0347)",
                "(double low line - 2017)"
            ]
        },
        {
            "codepoint": "0334",
            "name": "COMBINING TILDE OVERLAY",
            "comments": [
                "IPA: velarization or pharyngealization"
            ]
        },
        {
            "codepoint": "0335",
            "name": "COMBINING SHORT STROKE OVERLAY"
        },
        {
            "codepoint": "0336",
            "name": "COMBINING LONG STROKE OVERLAY",
            "aliases": [
                "strikethrough"
            ],
            "comments": [
                "connects on left and right"
            ]
        },
        {
            "codepoint": "0337",
            "name": "COMBINING SHORT SOLIDUS OVERLAY",
            "aliases": [
                "short slash overlay"
            ]
        },
        {
            "codepoint": "0338",
            "name": "COMBINING LONG SOLIDUS OVERLAY",
            "aliases": [
                "long slash overlay"
            ]
        },
        {
            "codepoint": "0339",
            "name": "COMBINING RIGHT HALF RING BELOW"
        },
        {
            "codepoint": "033A",
            "name": "COMBINING INVERTED BRIDGE BELOW",
            "comments": [
                "IPA: apical"
            ],
            "crossReferences": [
                "(combining wide inverted bridge below - 1DF9)"
            ]
        },
        {
            "codepoint": "033B",
            "name": "COMBINING SQUARE BELOW",
            "comments": [
                "IPA: laminal",
                "preferred glyph shape is a horizontal rectangle for IPA usage"
            ]
        },
        {
            "codepoint": "033C",
            "name": "COMBINING SEAGULL BELOW",
            "comments": [
                "IPA: linguolabial"
            ]
        },
        {
            "codepoint": "033D",
            "name": "COMBINING X ABOVE"
        },
        {
            "codepoint": "033E",
            "name": "COMBINING VERTICAL TILDE",
            "aliases": [
                "yerik"
            ],
            "comments": [
                "used for Cyrillic yerik, indicates an omitted jer",
                "this is not a palatalization mark"
            ],
            "crossReferences": [
                "(combining cyrillic palatalization - 0484)",
                "(vertical tilde - 2E2F)",
                "(combining cyrillic payerok - A67D)"
            ]
        },
        {
            "codepoint": "033F",
            "name": "COMBINING DOUBLE OVERLINE",
            "comments": [
                "connects on left and right"
            ]
        },
        {
            "codepoint": "0340",
            "name": "COMBINING GRAVE TONE MARK",
            "decompositions": [
                [
                    "0300",
                    "combining",
                    "grave accent"
                ]
            ]
        },
        {
            "codepoint": "0341",
            "name": "COMBINING ACUTE TONE MARK",
            "decompositions": [
                [
                    "0301",
                    "combining",
                    "acute",
                    "accent"
                ]
            ]
        },
        {
            "codepoint": "0342",
            "name": "COMBINING GREEK PERISPOMENI",
            "comments": [
                "Greek-specific form of circumflex for rising-falling accent",
                "alternative glyph is similar to an inverted breve"
            ],
            "crossReferences": [
                "(combining tilde - 0303)",
                "(combining inverted breve - 0311)"
            ]
        },
        {
            "codepoint": "0343",
            "name": "COMBINING GREEK KORONIS",
            "decompositions": [
                [
                    "0313",
                    "combining",
                    "comma",
                    "above"
                ]
            ]
        },
        {
            "codepoint": "0344",
            "name": "COMBINING GREEK DIALYTIKA TONOS",
            "comments": [
                "use of this character is discouraged"
            ],
            "decompositions": [
                [
                    "0308",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0345",
            "name": "COMBINING GREEK YPOGEGRAMMENI",
            "aliases": [
                "greek non-spacing iota below (1.0)",
                "iota subscript"
            ],
            "comments": [
                "note special casing issues"
            ],
            "crossReferences": [
                "(greek ypogegrammeni - 037A)",
                "(greek capital letter iota - 0399)"
            ]
        },
        {
            "codepoint": "0346",
            "name": "COMBINING BRIDGE ABOVE",
            "comments": [
                "IPA: dentolabial"
            ],
            "crossReferences": [
                "(combining wide bridge above - 20E9)"
            ]
        },
        {
            "codepoint": "0347",
            "name": "COMBINING EQUALS SIGN BELOW",
            "comments": [
                "IPA: alveolar"
            ]
        },
        {
            "codepoint": "0348",
            "name": "COMBINING DOUBLE VERTICAL LINE BELOW",
            "comments": [
                "IPA: strong articulation"
            ]
        },
        {
            "codepoint": "0349",
            "name": "COMBINING LEFT ANGLE BELOW",
            "comments": [
                "IPA: weak articulation"
            ]
        },
        {
            "codepoint": "034A",
            "name": "COMBINING NOT TILDE ABOVE",
            "comments": [
                "IPA: denasal"
            ]
        },
        {
            "codepoint": "034B",
            "name": "COMBINING HOMOTHETIC ABOVE",
            "comments": [
                "IPA: nasal escape"
            ]
        },
        {
            "codepoint": "034C",
            "name": "COMBINING ALMOST EQUAL TO ABOVE",
            "comments": [
                "IPA: velopharyngeal friction"
            ]
        },
        {
            "codepoint": "034D",
            "name": "COMBINING LEFT RIGHT ARROW BELOW",
            "comments": [
                "IPA: labial spreading"
            ]
        },
        {
            "codepoint": "034E",
            "name": "COMBINING UPWARDS ARROW BELOW",
            "comments": [
                "IPA: whistled articulation"
            ]
        },
        {
            "codepoint": "034F",
            "name": "COMBINING GRAPHEME JOINER",
            "comments": [
                "commonly abbreviated as CGJ",
                "has no visible glyph",
                "the name of this character is misleading; it does not actually join graphemes"
            ]
        },
        {
            "codepoint": "0350",
            "name": "COMBINING RIGHT ARROWHEAD ABOVE"
        },
        {
            "codepoint": "0351",
            "name": "COMBINING LEFT HALF RING ABOVE"
        },
        {
            "codepoint": "0352",
            "name": "COMBINING FERMATA"
        },
        {
            "codepoint": "0353",
            "name": "COMBINING X BELOW"
        },
        {
            "codepoint": "0354",
            "name": "COMBINING LEFT ARROWHEAD BELOW"
        },
        {
            "codepoint": "0355",
            "name": "COMBINING RIGHT ARROWHEAD BELOW"
        },
        {
            "codepoint": "0356",
            "name": "COMBINING RIGHT ARROWHEAD AND UP ARROWHEAD BELOW"
        },
        {
            "codepoint": "0357",
            "name": "COMBINING RIGHT HALF RING ABOVE"
        },
        {
            "codepoint": "0358",
            "name": "COMBINING DOT ABOVE RIGHT",
            "comments": [
                "Latin transliterations of the Southern Min dialects of Chinese"
            ],
            "crossReferences": [
                "(combining dot above left - 1DF8)"
            ]
        },
        {
            "codepoint": "0359",
            "name": "COMBINING ASTERISK BELOW",
            "crossReferences": [
                "(low asterisk - 204E)"
            ]
        },
        {
            "codepoint": "035A",
            "name": "COMBINING DOUBLE RING BELOW",
            "comments": [
                "Kharoshthi transliteration"
            ]
        },
        {
            "codepoint": "035B",
            "name": "COMBINING ZIGZAG ABOVE",
            "comments": [
                "Latin abbreviation, Lithuanian phonetics and medievalist transcriptions"
            ]
        },
        {
            "codepoint": "035C",
            "name": "COMBINING DOUBLE BREVE BELOW",
            "aliases": [
                "ligature tie below, papyrological hyphen"
            ],
            "comments": [
                "a common glyph alternate connects the horizontal midpoints of the characters"
            ],
            "crossReferences": [
                "(combining double breve - 035D)",
                "(combining double inverted breve - 0361)",
                "(combining ligature left half below - FE27)"
            ]
        },
        {
            "codepoint": "035D",
            "name": "COMBINING DOUBLE BREVE"
        },
        {
            "codepoint": "035E",
            "name": "COMBINING DOUBLE MACRON"
        },
        {
            "codepoint": "035F",
            "name": "COMBINING DOUBLE MACRON BELOW"
        },
        {
            "codepoint": "0360",
            "name": "COMBINING DOUBLE TILDE",
            "crossReferences": [
                "(combining double tilde left half - FE22)"
            ]
        },
        {
            "codepoint": "0361",
            "name": "COMBINING DOUBLE INVERTED BREVE",
            "aliases": [
                "ligature tie"
            ],
            "crossReferences": [
                "(combining ligature left half - FE20)"
            ]
        },
        {
            "codepoint": "0362",
            "name": "COMBINING DOUBLE RIGHTWARDS ARROW BELOW",
            "comments": [
                "IPA: sliding articulation"
            ]
        },
        {
            "codepoint": "0363",
            "name": "COMBINING LATIN SMALL LETTER A"
        },
        {
            "codepoint": "0364",
            "name": "COMBINING LATIN SMALL LETTER E"
        },
        {
            "codepoint": "0365",
            "name": "COMBINING LATIN SMALL LETTER I"
        },
        {
            "codepoint": "0366",
            "name": "COMBINING LATIN SMALL LETTER O"
        },
        {
            "codepoint": "0367",
            "name": "COMBINING LATIN SMALL LETTER U"
        },
        {
            "codepoint": "0368",
            "name": "COMBINING LATIN SMALL LETTER C"
        },
        {
            "codepoint": "0369",
            "name": "COMBINING LATIN SMALL LETTER D"
        },
        {
            "codepoint": "036A",
            "name": "COMBINING LATIN SMALL LETTER H"
        },
        {
            "codepoint": "036B",
            "name": "COMBINING LATIN SMALL LETTER M"
        },
        {
            "codepoint": "036C",
            "name": "COMBINING LATIN SMALL LETTER R"
        },
        {
            "codepoint": "036D",
            "name": "COMBINING LATIN SMALL LETTER T"
        },
        {
            "codepoint": "036E",
            "name": "COMBINING LATIN SMALL LETTER V"
        },
        {
            "codepoint": "036F",
            "name": "COMBINING LATIN SMALL LETTER X"
        },
        {
            "codepoint": "0370",
            "name": "GREEK CAPITAL LETTER HETA",
            "crossReferences": [
                "(latin capital letter half h - 2C75)"
            ]
        },
        {
            "codepoint": "0371",
            "name": "GREEK SMALL LETTER HETA",
            "crossReferences": [
                "(latin small letter half h - 2C76)"
            ]
        },
        {
            "codepoint": "0372",
            "name": "GREEK CAPITAL LETTER ARCHAIC SAMPI"
        },
        {
            "codepoint": "0373",
            "name": "GREEK SMALL LETTER ARCHAIC SAMPI"
        },
        {
            "codepoint": "0374",
            "name": "GREEK NUMERAL SIGN",
            "aliases": [
                "dexia keraia"
            ],
            "comments": [
                "indicates numeric use of letters"
            ],
            "crossReferences": [
                "(modifier letter acute accent - 02CA)"
            ],
            "decompositions": [
                [
                    "02B9",
                    "modifier letter prime"
                ]
            ]
        },
        {
            "codepoint": "0375",
            "name": "GREEK LOWER NUMERAL SIGN",
            "aliases": [
                "aristeri keraia"
            ],
            "comments": [
                "indicates numeric use of letters"
            ],
            "crossReferences": [
                "(modifier letter low acute accent - 02CF)"
            ]
        },
        {
            "codepoint": "0376",
            "name": "GREEK CAPITAL LETTER PAMPHYLIAN DIGAMMA"
        },
        {
            "codepoint": "0377",
            "name": "GREEK SMALL LETTER PAMPHYLIAN DIGAMMA"
        },
        {
            "codepoint": "037A",
            "name": "GREEK YPOGEGRAMMENI",
            "aliases": [
                "iota subscript"
            ],
            "crossReferences": [
                "(combining greek ypogegrammeni - 0345)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "037B",
            "name": "GREEK SMALL REVERSED LUNATE SIGMA SYMBOL"
        },
        {
            "codepoint": "037C",
            "name": "GREEK SMALL DOTTED LUNATE SIGMA SYMBOL"
        },
        {
            "codepoint": "037D",
            "name": "GREEK SMALL REVERSED DOTTED LUNATE SIGMA SYMBOL"
        },
        {
            "codepoint": "037E",
            "name": "GREEK QUESTION MARK",
            "aliases": [
                "erotimatiko"
            ],
            "comments": [
                "sentence-final punctuation",
                "003B is the preferred character"
            ],
            "crossReferences": [
                "(question mark - 003F)"
            ],
            "decompositions": [
                [
                    "003B",
                    "semicolon"
                ]
            ]
        },
        {
            "codepoint": "037F",
            "name": "GREEK CAPITAL LETTER YOT",
            "comments": [
                "lowercase is 03F3"
            ]
        },
        {
            "codepoint": "0384",
            "name": "GREEK TONOS",
            "crossReferences": [
                "(acute accent - 00B4)",
                "(combining vertical line above - 030D)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0385",
            "name": "GREEK DIALYTIKA TONOS",
            "comments": [
                "compatibility decomposition (NFKD) is 0020 0308 0301"
            ],
            "decompositions": [
                [
                    "00A8",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0386",
            "name": "GREEK CAPITAL LETTER ALPHA WITH TONOS",
            "decompositions": [
                [
                    "0391",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0387",
            "name": "GREEK ANO TELEIA",
            "comments": [
                "functions in Greek like a semicolon",
                "00B7 is the preferred character"
            ],
            "decompositions": [
                [
                    "00B7",
                    "middle dot"
                ]
            ]
        },
        {
            "codepoint": "0388",
            "name": "GREEK CAPITAL LETTER EPSILON WITH TONOS",
            "decompositions": [
                [
                    "0395",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0389",
            "name": "GREEK CAPITAL LETTER ETA WITH TONOS",
            "decompositions": [
                [
                    "0397",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "038A",
            "name": "GREEK CAPITAL LETTER IOTA WITH TONOS",
            "decompositions": [
                [
                    "0399",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "038C",
            "name": "GREEK CAPITAL LETTER OMICRON WITH TONOS",
            "decompositions": [
                [
                    "039F",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "038E",
            "name": "GREEK CAPITAL LETTER UPSILON WITH TONOS",
            "decompositions": [
                [
                    "03A5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "038F",
            "name": "GREEK CAPITAL LETTER OMEGA WITH TONOS",
            "decompositions": [
                [
                    "03A9",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0390",
            "name": "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS",
            "decompositions": [
                [
                    "03CA",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0391",
            "name": "GREEK CAPITAL LETTER ALPHA"
        },
        {
            "codepoint": "0392",
            "name": "GREEK CAPITAL LETTER BETA"
        },
        {
            "codepoint": "0393",
            "name": "GREEK CAPITAL LETTER GAMMA",
            "aliases": [
                "gamma function"
            ],
            "crossReferences": [
                "(double-struck capital gamma - 213E)"
            ]
        },
        {
            "codepoint": "0394",
            "name": "GREEK CAPITAL LETTER DELTA",
            "crossReferences": [
                "(increment - 2206)"
            ]
        },
        {
            "codepoint": "0395",
            "name": "GREEK CAPITAL LETTER EPSILON"
        },
        {
            "codepoint": "0396",
            "name": "GREEK CAPITAL LETTER ZETA"
        },
        {
            "codepoint": "0397",
            "name": "GREEK CAPITAL LETTER ETA"
        },
        {
            "codepoint": "0398",
            "name": "GREEK CAPITAL LETTER THETA"
        },
        {
            "codepoint": "0399",
            "name": "GREEK CAPITAL LETTER IOTA",
            "aliases": [
                "iota adscript"
            ]
        },
        {
            "codepoint": "039A",
            "name": "GREEK CAPITAL LETTER KAPPA"
        },
        {
            "codepoint": "039B",
            "name": "GREEK CAPITAL LETTER LAMDA"
        },
        {
            "codepoint": "039C",
            "name": "GREEK CAPITAL LETTER MU"
        },
        {
            "codepoint": "039D",
            "name": "GREEK CAPITAL LETTER NU"
        },
        {
            "codepoint": "039E",
            "name": "GREEK CAPITAL LETTER XI"
        },
        {
            "codepoint": "039F",
            "name": "GREEK CAPITAL LETTER OMICRON"
        },
        {
            "codepoint": "03A0",
            "name": "GREEK CAPITAL LETTER PI",
            "crossReferences": [
                "(double-struck capital pi - 213F)",
                "(n-ary product - 220F)"
            ]
        },
        {
            "codepoint": "03A1",
            "name": "GREEK CAPITAL LETTER RHO"
        },
        {
            "codepoint": "03A3",
            "name": "GREEK CAPITAL LETTER SIGMA",
            "crossReferences": [
                "(latin capital letter esh - 01A9)",
                "(n-ary summation - 2211)"
            ]
        },
        {
            "codepoint": "03A4",
            "name": "GREEK CAPITAL LETTER TAU"
        },
        {
            "codepoint": "03A5",
            "name": "GREEK CAPITAL LETTER UPSILON"
        },
        {
            "codepoint": "03A6",
            "name": "GREEK CAPITAL LETTER PHI"
        },
        {
            "codepoint": "03A7",
            "name": "GREEK CAPITAL LETTER CHI"
        },
        {
            "codepoint": "03A8",
            "name": "GREEK CAPITAL LETTER PSI"
        },
        {
            "codepoint": "03A9",
            "name": "GREEK CAPITAL LETTER OMEGA",
            "crossReferences": [
                "(ohm sign - 2126)",
                "(inverted ohm sign - 2127)"
            ]
        },
        {
            "codepoint": "03AA",
            "name": "GREEK CAPITAL LETTER IOTA WITH DIALYTIKA",
            "decompositions": [
                [
                    "0399",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "03AB",
            "name": "GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA",
            "decompositions": [
                [
                    "03A5",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "03AC",
            "name": "GREEK SMALL LETTER ALPHA WITH TONOS",
            "decompositions": [
                [
                    "03B1",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03AD",
            "name": "GREEK SMALL LETTER EPSILON WITH TONOS",
            "decompositions": [
                [
                    "03B5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03AE",
            "name": "GREEK SMALL LETTER ETA WITH TONOS",
            "decompositions": [
                [
                    "03B7",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03AF",
            "name": "GREEK SMALL LETTER IOTA WITH TONOS",
            "decompositions": [
                [
                    "03B9",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03B0",
            "name": "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS",
            "decompositions": [
                [
                    "03CB",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03B1",
            "name": "GREEK SMALL LETTER ALPHA",
            "crossReferences": [
                "(latin small letter alpha - 0251)",
                "(proportional to - 221D)"
            ]
        },
        {
            "codepoint": "03B2",
            "name": "GREEK SMALL LETTER BETA",
            "crossReferences": [
                "(latin small letter sharp s - 00DF)",
                "(latin small letter b with stroke - 0180)",
                "(latin small letter beta - A7B5)"
            ]
        },
        {
            "codepoint": "03B3",
            "name": "GREEK SMALL LETTER GAMMA",
            "crossReferences": [
                "(latin small letter gamma - 0263)",
                "(double-struck small gamma - 213D)"
            ]
        },
        {
            "codepoint": "03B4",
            "name": "GREEK SMALL LETTER DELTA"
        },
        {
            "codepoint": "03B5",
            "name": "GREEK SMALL LETTER EPSILON",
            "crossReferences": [
                "(latin small letter open e - 025B)"
            ]
        },
        {
            "codepoint": "03B6",
            "name": "GREEK SMALL LETTER ZETA"
        },
        {
            "codepoint": "03B7",
            "name": "GREEK SMALL LETTER ETA"
        },
        {
            "codepoint": "03B8",
            "name": "GREEK SMALL LETTER THETA",
            "crossReferences": [
                "(latin small letter barred o - 0275)",
                "(cyrillic small letter fita - 0473)"
            ]
        },
        {
            "codepoint": "03B9",
            "name": "GREEK SMALL LETTER IOTA",
            "crossReferences": [
                "(latin small letter iota - 0269)",
                "(turned greek small letter iota - 2129)"
            ]
        },
        {
            "codepoint": "03BA",
            "name": "GREEK SMALL LETTER KAPPA"
        },
        {
            "codepoint": "03BB",
            "name": "GREEK SMALL LETTER LAMDA",
            "aliases": [
                "lambda"
            ],
            "crossReferences": [
                "(latin small letter lambda - A7DB)"
            ]
        },
        {
            "codepoint": "03BC",
            "name": "GREEK SMALL LETTER MU",
            "crossReferences": [
                "(micro sign - 00B5)"
            ]
        },
        {
            "codepoint": "03BD",
            "name": "GREEK SMALL LETTER NU"
        },
        {
            "codepoint": "03BE",
            "name": "GREEK SMALL LETTER XI"
        },
        {
            "codepoint": "03BF",
            "name": "GREEK SMALL LETTER OMICRON"
        },
        {
            "codepoint": "03C0",
            "name": "GREEK SMALL LETTER PI",
            "comments": [
                "math constant 3.141592..."
            ]
        },
        {
            "codepoint": "03C1",
            "name": "GREEK SMALL LETTER RHO"
        },
        {
            "codepoint": "03C2",
            "name": "GREEK SMALL LETTER FINAL SIGMA",
            "aliases": [
                "stigma (the Modern Greek name for this letterform)"
            ],
            "comments": [
                "not to be confused with the actual stigma letter"
            ],
            "crossReferences": [
                "(greek small letter stigma - 03DB)"
            ]
        },
        {
            "codepoint": "03C3",
            "name": "GREEK SMALL LETTER SIGMA",
            "comments": [
                "used symbolically with a numeric value 200"
            ]
        },
        {
            "codepoint": "03C4",
            "name": "GREEK SMALL LETTER TAU"
        },
        {
            "codepoint": "03C5",
            "name": "GREEK SMALL LETTER UPSILON",
            "crossReferences": [
                "(latin small letter upsilon - 028A)",
                "(latin small letter v with hook - 028B)"
            ]
        },
        {
            "codepoint": "03C6",
            "name": "GREEK SMALL LETTER PHI",
            "comments": [
                "the ordinary Greek letter, showing considerable glyph variation",
                "in mathematical contexts, the loopy glyph is preferred, to contrast with 03D5"
            ],
            "crossReferences": [
                "(latin small letter phi - 0278)",
                "(greek phi symbol - 03D5)"
            ]
        },
        {
            "codepoint": "03C7",
            "name": "GREEK SMALL LETTER CHI",
            "crossReferences": [
                "(latin small letter chi - AB53)"
            ]
        },
        {
            "codepoint": "03C8",
            "name": "GREEK SMALL LETTER PSI"
        },
        {
            "codepoint": "03C9",
            "name": "GREEK SMALL LETTER OMEGA",
            "crossReferences": [
                "(latin small letter omega - A7B7)"
            ]
        },
        {
            "codepoint": "03CA",
            "name": "GREEK SMALL LETTER IOTA WITH DIALYTIKA",
            "decompositions": [
                [
                    "03B9",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "03CB",
            "name": "GREEK SMALL LETTER UPSILON WITH DIALYTIKA",
            "decompositions": [
                [
                    "03C5",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "03CC",
            "name": "GREEK SMALL LETTER OMICRON WITH TONOS",
            "decompositions": [
                [
                    "03BF",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03CD",
            "name": "GREEK SMALL LETTER UPSILON WITH TONOS",
            "decompositions": [
                [
                    "03C5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03CE",
            "name": "GREEK SMALL LETTER OMEGA WITH TONOS",
            "decompositions": [
                [
                    "03C9",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03CF",
            "name": "GREEK CAPITAL KAI SYMBOL",
            "crossReferences": [
                "(greek kai symbol - 03D7)"
            ]
        },
        {
            "codepoint": "03D0",
            "name": "GREEK BETA SYMBOL",
            "aliases": [
                "curled beta"
            ],
            "compatibilityMappings": [
                [
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "03D1",
            "name": "GREEK THETA SYMBOL",
            "aliases": [
                "script theta"
            ],
            "comments": [
                "used as a technical symbol"
            ],
            "compatibilityMappings": [
                [
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "03D2",
            "name": "GREEK UPSILON WITH HOOK SYMBOL",
            "compatibilityMappings": [
                [
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "03D3",
            "name": "GREEK UPSILON WITH ACUTE AND HOOK SYMBOL",
            "decompositions": [
                [
                    "03D2",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "03D4",
            "name": "GREEK UPSILON WITH DIAERESIS AND HOOK SYMBOL",
            "decompositions": [
                [
                    "03D2",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "03D5",
            "name": "GREEK PHI SYMBOL",
            "comments": [
                "used as a technical symbol, with a stroked glyph",
                "maps to \"phi1\" symbol entities"
            ],
            "compatibilityMappings": [
                [
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "03D6",
            "name": "GREEK PI SYMBOL",
            "aliases": [
                "omega pi"
            ],
            "comments": [
                "used as a technical symbol",
                "a variant of pi, looking like omega"
            ],
            "compatibilityMappings": [
                [
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "03D7",
            "name": "GREEK KAI SYMBOL",
            "comments": [
                "used as an ampersand"
            ],
            "crossReferences": [
                "(coptic symbol kai - 2CE4)"
            ]
        },
        {
            "codepoint": "03D8",
            "name": "GREEK LETTER ARCHAIC KOPPA"
        },
        {
            "codepoint": "03D9",
            "name": "GREEK SMALL LETTER ARCHAIC KOPPA",
            "comments": [
                "the Q-shaped archaic koppas are the ordinary alphabetic letters and can also be used as symbols with a numeric value of 90 in classical and pre-classical texts"
            ]
        },
        {
            "codepoint": "03DA",
            "name": "GREEK LETTER STIGMA",
            "comments": [
                "apparently in origin a cursive form of digamma",
                "the name \"stigma\" originally applied to a medieval sigma-tau ligature, whose shape was confusably similar to the cursive digamma",
                "used as a symbol with a numeric value of 6"
            ],
            "crossReferences": [
                "(roman numeral six late form - 2185)"
            ]
        },
        {
            "codepoint": "03DB",
            "name": "GREEK SMALL LETTER STIGMA",
            "crossReferences": [
                "(greek small letter final sigma - 03C2)"
            ]
        },
        {
            "codepoint": "03DC",
            "name": "GREEK LETTER DIGAMMA"
        },
        {
            "codepoint": "03DD",
            "name": "GREEK SMALL LETTER DIGAMMA",
            "comments": [
                "used as a symbol with a numeric value of 6"
            ]
        },
        {
            "codepoint": "03DE",
            "name": "GREEK LETTER KOPPA"
        },
        {
            "codepoint": "03DF",
            "name": "GREEK SMALL LETTER KOPPA",
            "comments": [
                "used in modern Greek as a symbol with a numeric value of 90, as in the dating of legal documentation"
            ]
        },
        {
            "codepoint": "03E0",
            "name": "GREEK LETTER SAMPI"
        },
        {
            "codepoint": "03E1",
            "name": "GREEK SMALL LETTER SAMPI",
            "comments": [
                "used as a symbol with a numeric value of 900"
            ]
        },
        {
            "codepoint": "03E2",
            "name": "COPTIC CAPITAL LETTER SHEI"
        },
        {
            "codepoint": "03E3",
            "name": "COPTIC SMALL LETTER SHEI"
        },
        {
            "codepoint": "03E4",
            "name": "COPTIC CAPITAL LETTER FEI"
        },
        {
            "codepoint": "03E5",
            "name": "COPTIC SMALL LETTER FEI"
        },
        {
            "codepoint": "03E6",
            "name": "COPTIC CAPITAL LETTER KHEI"
        },
        {
            "codepoint": "03E7",
            "name": "COPTIC SMALL LETTER KHEI"
        },
        {
            "codepoint": "03E8",
            "name": "COPTIC CAPITAL LETTER HORI"
        },
        {
            "codepoint": "03E9",
            "name": "COPTIC SMALL LETTER HORI"
        },
        {
            "codepoint": "03EA",
            "name": "COPTIC CAPITAL LETTER GANGIA"
        },
        {
            "codepoint": "03EB",
            "name": "COPTIC SMALL LETTER GANGIA"
        },
        {
            "codepoint": "03EC",
            "name": "COPTIC CAPITAL LETTER SHIMA"
        },
        {
            "codepoint": "03ED",
            "name": "COPTIC SMALL LETTER SHIMA"
        },
        {
            "codepoint": "03EE",
            "name": "COPTIC CAPITAL LETTER DEI"
        },
        {
            "codepoint": "03EF",
            "name": "COPTIC SMALL LETTER DEI"
        },
        {
            "codepoint": "03F0",
            "name": "GREEK KAPPA SYMBOL",
            "aliases": [
                "script kappa"
            ],
            "comments": [
                "used as technical symbol"
            ],
            "compatibilityMappings": [
                [
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "03F1",
            "name": "GREEK RHO SYMBOL",
            "aliases": [
                "tailed rho"
            ],
            "comments": [
                "used as technical symbol"
            ],
            "compatibilityMappings": [
                [
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "03F2",
            "name": "GREEK LUNATE SIGMA SYMBOL",
            "aliases": [
                "greek small letter lunate sigma (1.0)"
            ],
            "compatibilityMappings": [
                [
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "03F3",
            "name": "GREEK LETTER YOT",
            "comments": [
                "uppercase is 037F"
            ]
        },
        {
            "codepoint": "03F4",
            "name": "GREEK CAPITAL THETA SYMBOL",
            "crossReferences": [
                "(cyrillic capital letter fita - 0472)"
            ],
            "compatibilityMappings": [
                [
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "03F5",
            "name": "GREEK LUNATE EPSILON SYMBOL",
            "aliases": [
                "straight epsilon"
            ],
            "crossReferences": [
                "(small element of - 220A)"
            ],
            "compatibilityMappings": [
                [
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "03F6",
            "name": "GREEK REVERSED LUNATE EPSILON SYMBOL",
            "aliases": [
                "reversed straight epsilon"
            ],
            "crossReferences": [
                "(small contains as member - 220D)"
            ]
        },
        {
            "codepoint": "03F7",
            "name": "GREEK CAPITAL LETTER SHO"
        },
        {
            "codepoint": "03F8",
            "name": "GREEK SMALL LETTER SHO"
        },
        {
            "codepoint": "03F9",
            "name": "GREEK CAPITAL LUNATE SIGMA SYMBOL",
            "compatibilityMappings": [
                [
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "03FA",
            "name": "GREEK CAPITAL LETTER SAN"
        },
        {
            "codepoint": "03FB",
            "name": "GREEK SMALL LETTER SAN"
        },
        {
            "codepoint": "03FC",
            "name": "GREEK RHO WITH STROKE SYMBOL",
            "comments": [
                "used with abbreviations containing 03C1"
            ]
        },
        {
            "codepoint": "03FD",
            "name": "GREEK CAPITAL REVERSED LUNATE SIGMA SYMBOL",
            "aliases": [
                "antisigma"
            ]
        },
        {
            "codepoint": "03FE",
            "name": "GREEK CAPITAL DOTTED LUNATE SIGMA SYMBOL",
            "aliases": [
                "sigma periestigmenon"
            ]
        },
        {
            "codepoint": "03FF",
            "name": "GREEK CAPITAL REVERSED DOTTED LUNATE SIGMA SYMBOL",
            "aliases": [
                "antisigma periestigmenon"
            ]
        },
        {
            "codepoint": "0400",
            "name": "CYRILLIC CAPITAL LETTER IE WITH GRAVE",
            "decompositions": [
                [
                    "0415",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "0401",
            "name": "CYRILLIC CAPITAL LETTER IO",
            "decompositions": [
                [
                    "0415",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0402",
            "name": "CYRILLIC CAPITAL LETTER DJE"
        },
        {
            "codepoint": "0403",
            "name": "CYRILLIC CAPITAL LETTER GJE",
            "decompositions": [
                [
                    "0413",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0404",
            "name": "CYRILLIC CAPITAL LETTER UKRAINIAN IE"
        },
        {
            "codepoint": "0405",
            "name": "CYRILLIC CAPITAL LETTER DZE"
        },
        {
            "codepoint": "0406",
            "name": "CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I",
            "crossReferences": [
                "(latin capital letter i - 0049)",
                "(cyrillic small letter byelorussian-ukrainian i - 0456)",
                "(cyrillic letter palochka - 04C0)"
            ]
        },
        {
            "codepoint": "0407",
            "name": "CYRILLIC CAPITAL LETTER YI",
            "decompositions": [
                [
                    "0406",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0408",
            "name": "CYRILLIC CAPITAL LETTER JE"
        },
        {
            "codepoint": "0409",
            "name": "CYRILLIC CAPITAL LETTER LJE"
        },
        {
            "codepoint": "040A",
            "name": "CYRILLIC CAPITAL LETTER NJE"
        },
        {
            "codepoint": "040B",
            "name": "CYRILLIC CAPITAL LETTER TSHE"
        },
        {
            "codepoint": "040C",
            "name": "CYRILLIC CAPITAL LETTER KJE",
            "decompositions": [
                [
                    "041A",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "040D",
            "name": "CYRILLIC CAPITAL LETTER I WITH GRAVE",
            "decompositions": [
                [
                    "0418",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "040E",
            "name": "CYRILLIC CAPITAL LETTER SHORT U",
            "decompositions": [
                [
                    "0423",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "040F",
            "name": "CYRILLIC CAPITAL LETTER DZHE"
        },
        {
            "codepoint": "0410",
            "name": "CYRILLIC CAPITAL LETTER A"
        },
        {
            "codepoint": "0411",
            "name": "CYRILLIC CAPITAL LETTER BE",
            "crossReferences": [
                "(latin small letter b with topbar - 0183)"
            ]
        },
        {
            "codepoint": "0412",
            "name": "CYRILLIC CAPITAL LETTER VE"
        },
        {
            "codepoint": "0413",
            "name": "CYRILLIC CAPITAL LETTER GHE"
        },
        {
            "codepoint": "0414",
            "name": "CYRILLIC CAPITAL LETTER DE"
        },
        {
            "codepoint": "0415",
            "name": "CYRILLIC CAPITAL LETTER IE"
        },
        {
            "codepoint": "0416",
            "name": "CYRILLIC CAPITAL LETTER ZHE"
        },
        {
            "codepoint": "0417",
            "name": "CYRILLIC CAPITAL LETTER ZE"
        },
        {
            "codepoint": "0418",
            "name": "CYRILLIC CAPITAL LETTER I"
        },
        {
            "codepoint": "0419",
            "name": "CYRILLIC CAPITAL LETTER SHORT I",
            "decompositions": [
                [
                    "0418",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "041A",
            "name": "CYRILLIC CAPITAL LETTER KA"
        },
        {
            "codepoint": "041B",
            "name": "CYRILLIC CAPITAL LETTER EL"
        },
        {
            "codepoint": "041C",
            "name": "CYRILLIC CAPITAL LETTER EM"
        },
        {
            "codepoint": "041D",
            "name": "CYRILLIC CAPITAL LETTER EN"
        },
        {
            "codepoint": "041E",
            "name": "CYRILLIC CAPITAL LETTER O"
        },
        {
            "codepoint": "041F",
            "name": "CYRILLIC CAPITAL LETTER PE"
        },
        {
            "codepoint": "0420",
            "name": "CYRILLIC CAPITAL LETTER ER"
        },
        {
            "codepoint": "0421",
            "name": "CYRILLIC CAPITAL LETTER ES"
        },
        {
            "codepoint": "0422",
            "name": "CYRILLIC CAPITAL LETTER TE"
        },
        {
            "codepoint": "0423",
            "name": "CYRILLIC CAPITAL LETTER U",
            "crossReferences": [
                "(cyrillic capital letter uk - 0478)",
                "(cyrillic small letter straight u - 04AF)",
                "(cyrillic capital letter monograph uk - A64A)"
            ]
        },
        {
            "codepoint": "0424",
            "name": "CYRILLIC CAPITAL LETTER EF"
        },
        {
            "codepoint": "0425",
            "name": "CYRILLIC CAPITAL LETTER HA"
        },
        {
            "codepoint": "0426",
            "name": "CYRILLIC CAPITAL LETTER TSE"
        },
        {
            "codepoint": "0427",
            "name": "CYRILLIC CAPITAL LETTER CHE"
        },
        {
            "codepoint": "0428",
            "name": "CYRILLIC CAPITAL LETTER SHA"
        },
        {
            "codepoint": "0429",
            "name": "CYRILLIC CAPITAL LETTER SHCHA"
        },
        {
            "codepoint": "042A",
            "name": "CYRILLIC CAPITAL LETTER HARD SIGN"
        },
        {
            "codepoint": "042B",
            "name": "CYRILLIC CAPITAL LETTER YERU"
        },
        {
            "codepoint": "042C",
            "name": "CYRILLIC CAPITAL LETTER SOFT SIGN"
        },
        {
            "codepoint": "042D",
            "name": "CYRILLIC CAPITAL LETTER E"
        },
        {
            "codepoint": "042E",
            "name": "CYRILLIC CAPITAL LETTER YU"
        },
        {
            "codepoint": "042F",
            "name": "CYRILLIC CAPITAL LETTER YA"
        },
        {
            "codepoint": "0430",
            "name": "CYRILLIC SMALL LETTER A"
        },
        {
            "codepoint": "0431",
            "name": "CYRILLIC SMALL LETTER BE"
        },
        {
            "codepoint": "0432",
            "name": "CYRILLIC SMALL LETTER VE"
        },
        {
            "codepoint": "0433",
            "name": "CYRILLIC SMALL LETTER GHE"
        },
        {
            "codepoint": "0434",
            "name": "CYRILLIC SMALL LETTER DE"
        },
        {
            "codepoint": "0435",
            "name": "CYRILLIC SMALL LETTER IE"
        },
        {
            "codepoint": "0436",
            "name": "CYRILLIC SMALL LETTER ZHE"
        },
        {
            "codepoint": "0437",
            "name": "CYRILLIC SMALL LETTER ZE"
        },
        {
            "codepoint": "0438",
            "name": "CYRILLIC SMALL LETTER I"
        },
        {
            "codepoint": "0439",
            "name": "CYRILLIC SMALL LETTER SHORT I",
            "decompositions": [
                [
                    "0438",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "043A",
            "name": "CYRILLIC SMALL LETTER KA"
        },
        {
            "codepoint": "043B",
            "name": "CYRILLIC SMALL LETTER EL"
        },
        {
            "codepoint": "043C",
            "name": "CYRILLIC SMALL LETTER EM"
        },
        {
            "codepoint": "043D",
            "name": "CYRILLIC SMALL LETTER EN"
        },
        {
            "codepoint": "043E",
            "name": "CYRILLIC SMALL LETTER O"
        },
        {
            "codepoint": "043F",
            "name": "CYRILLIC SMALL LETTER PE"
        },
        {
            "codepoint": "0440",
            "name": "CYRILLIC SMALL LETTER ER"
        },
        {
            "codepoint": "0441",
            "name": "CYRILLIC SMALL LETTER ES"
        },
        {
            "codepoint": "0442",
            "name": "CYRILLIC SMALL LETTER TE"
        },
        {
            "codepoint": "0443",
            "name": "CYRILLIC SMALL LETTER U"
        },
        {
            "codepoint": "0444",
            "name": "CYRILLIC SMALL LETTER EF"
        },
        {
            "codepoint": "0445",
            "name": "CYRILLIC SMALL LETTER HA"
        },
        {
            "codepoint": "0446",
            "name": "CYRILLIC SMALL LETTER TSE"
        },
        {
            "codepoint": "0447",
            "name": "CYRILLIC SMALL LETTER CHE"
        },
        {
            "codepoint": "0448",
            "name": "CYRILLIC SMALL LETTER SHA"
        },
        {
            "codepoint": "0449",
            "name": "CYRILLIC SMALL LETTER SHCHA"
        },
        {
            "codepoint": "044A",
            "name": "CYRILLIC SMALL LETTER HARD SIGN"
        },
        {
            "codepoint": "044B",
            "name": "CYRILLIC SMALL LETTER YERU",
            "crossReferences": [
                "(cyrillic small letter yeru with back yer - A651)"
            ]
        },
        {
            "codepoint": "044C",
            "name": "CYRILLIC SMALL LETTER SOFT SIGN",
            "crossReferences": [
                "(latin small letter tone six - 0185)",
                "(cyrillic small letter neutral yer - A64F)"
            ]
        },
        {
            "codepoint": "044D",
            "name": "CYRILLIC SMALL LETTER E"
        },
        {
            "codepoint": "044E",
            "name": "CYRILLIC SMALL LETTER YU",
            "crossReferences": [
                "(cyrillic small letter reversed yu - A655)"
            ]
        },
        {
            "codepoint": "044F",
            "name": "CYRILLIC SMALL LETTER YA"
        },
        {
            "codepoint": "0450",
            "name": "CYRILLIC SMALL LETTER IE WITH GRAVE",
            "comments": [
                "Macedonian"
            ],
            "decompositions": [
                [
                    "0435",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "0451",
            "name": "CYRILLIC SMALL LETTER IO",
            "comments": [
                "Russian, ..."
            ],
            "decompositions": [
                [
                    "0435",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0452",
            "name": "CYRILLIC SMALL LETTER DJE",
            "comments": [
                "Serbian"
            ],
            "crossReferences": [
                "(latin small letter d with stroke - 0111)"
            ]
        },
        {
            "codepoint": "0453",
            "name": "CYRILLIC SMALL LETTER GJE",
            "comments": [
                "Macedonian"
            ],
            "decompositions": [
                [
                    "0433",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "0454",
            "name": "CYRILLIC SMALL LETTER UKRAINIAN IE",
            "aliases": [
                "Old Cyrillic yest"
            ]
        },
        {
            "codepoint": "0455",
            "name": "CYRILLIC SMALL LETTER DZE",
            "comments": [
                "Macedonian"
            ],
            "crossReferences": [
                "(cyrillic small letter dzelo - A643)"
            ]
        },
        {
            "codepoint": "0456",
            "name": "CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
            "aliases": [
                "Old Cyrillic i"
            ]
        },
        {
            "codepoint": "0457",
            "name": "CYRILLIC SMALL LETTER YI",
            "comments": [
                "Ukrainian"
            ],
            "decompositions": [
                [
                    "0456",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "0458",
            "name": "CYRILLIC SMALL LETTER JE",
            "comments": [
                "Serbian, Azerbaijani, Altay"
            ]
        },
        {
            "codepoint": "0459",
            "name": "CYRILLIC SMALL LETTER LJE",
            "comments": [
                "Serbian, Macedonian"
            ],
            "crossReferences": [
                "(latin small letter lj - 01C9)"
            ]
        },
        {
            "codepoint": "045A",
            "name": "CYRILLIC SMALL LETTER NJE",
            "comments": [
                "Serbian, Macedonian"
            ],
            "crossReferences": [
                "(latin small letter nj - 01CC)"
            ]
        },
        {
            "codepoint": "045B",
            "name": "CYRILLIC SMALL LETTER TSHE",
            "comments": [
                "Serbian"
            ],
            "crossReferences": [
                "(latin small letter c with acute - 0107)",
                "(latin small letter h with stroke - 0127)",
                "(cyrillic capital letter tshe - 040B)",
                "(planck constant over two pi - 210F)",
                "(cyrillic small letter djerv - A649)"
            ]
        },
        {
            "codepoint": "045C",
            "name": "CYRILLIC SMALL LETTER KJE",
            "comments": [
                "Macedonian"
            ],
            "decompositions": [
                [
                    "043A",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "045D",
            "name": "CYRILLIC SMALL LETTER I WITH GRAVE",
            "comments": [
                "Macedonian, Bulgarian"
            ],
            "decompositions": [
                [
                    "0438",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "045E",
            "name": "CYRILLIC SMALL LETTER SHORT U",
            "comments": [
                "Byelorussian, Uzbek"
            ],
            "decompositions": [
                [
                    "0443",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "045F",
            "name": "CYRILLIC SMALL LETTER DZHE",
            "comments": [
                "Serbian, Macedonian, Abkhasian"
            ],
            "crossReferences": [
                "(latin small letter dz with caron - 01C6)"
            ]
        },
        {
            "codepoint": "0460",
            "name": "CYRILLIC CAPITAL LETTER OMEGA"
        },
        {
            "codepoint": "0461",
            "name": "CYRILLIC SMALL LETTER OMEGA",
            "crossReferences": [
                "(cyrillic small letter broad omega - A64D)"
            ]
        },
        {
            "codepoint": "0462",
            "name": "CYRILLIC CAPITAL LETTER YAT"
        },
        {
            "codepoint": "0463",
            "name": "CYRILLIC SMALL LETTER YAT",
            "crossReferences": [
                "(cyrillic small letter iotified yat - A653)",
                "(latin small letter sakha yat - AB60)"
            ]
        },
        {
            "codepoint": "0464",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED E"
        },
        {
            "codepoint": "0465",
            "name": "CYRILLIC SMALL LETTER IOTIFIED E",
            "crossReferences": [
                "(latin small letter iotified e - AB61)"
            ]
        },
        {
            "codepoint": "0466",
            "name": "CYRILLIC CAPITAL LETTER LITTLE YUS"
        },
        {
            "codepoint": "0467",
            "name": "CYRILLIC SMALL LETTER LITTLE YUS",
            "crossReferences": [
                "(cyrillic small letter closed little yus - A659)",
                "(cyrillic small letter blended yus - A65B)"
            ]
        },
        {
            "codepoint": "0468",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED LITTLE YUS"
        },
        {
            "codepoint": "0469",
            "name": "CYRILLIC SMALL LETTER IOTIFIED LITTLE YUS",
            "crossReferences": [
                "(cyrillic small letter ya - 044F)",
                "(cyrillic small letter iotified closed little yus - A65D)"
            ]
        },
        {
            "codepoint": "046A",
            "name": "CYRILLIC CAPITAL LETTER BIG YUS"
        },
        {
            "codepoint": "046B",
            "name": "CYRILLIC SMALL LETTER BIG YUS",
            "crossReferences": [
                "(cyrillic small letter blended yus - A65B)"
            ]
        },
        {
            "codepoint": "046C",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED BIG YUS"
        },
        {
            "codepoint": "046D",
            "name": "CYRILLIC SMALL LETTER IOTIFIED BIG YUS"
        },
        {
            "codepoint": "046E",
            "name": "CYRILLIC CAPITAL LETTER KSI"
        },
        {
            "codepoint": "046F",
            "name": "CYRILLIC SMALL LETTER KSI"
        },
        {
            "codepoint": "0470",
            "name": "CYRILLIC CAPITAL LETTER PSI"
        },
        {
            "codepoint": "0471",
            "name": "CYRILLIC SMALL LETTER PSI"
        },
        {
            "codepoint": "0472",
            "name": "CYRILLIC CAPITAL LETTER FITA"
        },
        {
            "codepoint": "0473",
            "name": "CYRILLIC SMALL LETTER FITA",
            "crossReferences": [
                "(latin small letter barred o - 0275)",
                "(greek small letter theta - 03B8)"
            ]
        },
        {
            "codepoint": "0474",
            "name": "CYRILLIC CAPITAL LETTER IZHITSA"
        },
        {
            "codepoint": "0475",
            "name": "CYRILLIC SMALL LETTER IZHITSA"
        },
        {
            "codepoint": "0476",
            "name": "CYRILLIC CAPITAL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
            "decompositions": [
                [
                    "0474",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0477",
            "name": "CYRILLIC SMALL LETTER IZHITSA WITH DOUBLE GRAVE ACCENT",
            "decompositions": [
                [
                    "0475",
                    "030F"
                ]
            ]
        },
        {
            "codepoint": "0478",
            "name": "CYRILLIC CAPITAL LETTER UK",
            "comments": [
                "for \"digraph onik\" the preferred spelling is 041E 0443",
                "for \"monograph uk\" the preferred character is A64A"
            ],
            "crossReferences": [
                "(cyrillic capital letter u - 0423)"
            ]
        },
        {
            "codepoint": "0479",
            "name": "CYRILLIC SMALL LETTER UK",
            "comments": [
                "for \"digraph onik\" the preferred spelling is 043E 0443",
                "for \"monograph uk\" the preferred character is A64B"
            ]
        },
        {
            "codepoint": "047A",
            "name": "CYRILLIC CAPITAL LETTER ROUND OMEGA"
        },
        {
            "codepoint": "047B",
            "name": "CYRILLIC SMALL LETTER ROUND OMEGA"
        },
        {
            "codepoint": "047C",
            "name": "CYRILLIC CAPITAL LETTER OMEGA WITH TITLO",
            "aliases": [
                "Cyrillic \"beautiful omega\""
            ],
            "comments": [
                "despite its name, this character does not have a titlo, nor is it composed of an omega plus a diacritic"
            ],
            "crossReferences": [
                "(cyrillic capital letter broad omega - A64C)"
            ]
        },
        {
            "codepoint": "047D",
            "name": "CYRILLIC SMALL LETTER OMEGA WITH TITLO",
            "crossReferences": [
                "(greek small letter omega with psili and perispomeni - 1F66)"
            ]
        },
        {
            "codepoint": "047E",
            "name": "CYRILLIC CAPITAL LETTER OT"
        },
        {
            "codepoint": "047F",
            "name": "CYRILLIC SMALL LETTER OT"
        },
        {
            "codepoint": "0480",
            "name": "CYRILLIC CAPITAL LETTER KOPPA"
        },
        {
            "codepoint": "0481",
            "name": "CYRILLIC SMALL LETTER KOPPA"
        },
        {
            "codepoint": "0482",
            "name": "CYRILLIC THOUSANDS SIGN"
        },
        {
            "codepoint": "0483",
            "name": "COMBINING CYRILLIC TITLO",
            "comments": [
                "not used with titlo letters"
            ],
            "crossReferences": [
                "(combining cyrillic vzmet - A66F)"
            ]
        },
        {
            "codepoint": "0484",
            "name": "COMBINING CYRILLIC PALATALIZATION",
            "comments": [
                "not used for kamora"
            ],
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)",
                "(combining inverted breve - 0311)"
            ]
        },
        {
            "codepoint": "0485",
            "name": "COMBINING CYRILLIC DASIA PNEUMATA",
            "crossReferences": [
                "(combining reversed comma above - 0314)"
            ]
        },
        {
            "codepoint": "0486",
            "name": "COMBINING CYRILLIC PSILI PNEUMATA",
            "crossReferences": [
                "(combining comma above - 0313)"
            ]
        },
        {
            "codepoint": "0487",
            "name": "COMBINING CYRILLIC POKRYTIE",
            "comments": [
                "used only with titlo letters",
                "also attested in Glagolitic"
            ],
            "crossReferences": [
                "(combining inverted breve - 0311)",
                "(combining cyrillic vzmet - A66F)"
            ]
        },
        {
            "codepoint": "0488",
            "name": "COMBINING CYRILLIC HUNDRED THOUSANDS SIGN",
            "comments": [
                "use 20DD for ten thousands sign"
            ]
        },
        {
            "codepoint": "0489",
            "name": "COMBINING CYRILLIC MILLIONS SIGN",
            "crossReferences": [
                "(combining cyrillic ten millions sign - A670)"
            ]
        },
        {
            "codepoint": "048A",
            "name": "CYRILLIC CAPITAL LETTER SHORT I WITH TAIL"
        },
        {
            "codepoint": "048B",
            "name": "CYRILLIC SMALL LETTER SHORT I WITH TAIL",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "048C",
            "name": "CYRILLIC CAPITAL LETTER SEMISOFT SIGN"
        },
        {
            "codepoint": "048D",
            "name": "CYRILLIC SMALL LETTER SEMISOFT SIGN",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "048E",
            "name": "CYRILLIC CAPITAL LETTER ER WITH TICK"
        },
        {
            "codepoint": "048F",
            "name": "CYRILLIC SMALL LETTER ER WITH TICK",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "0490",
            "name": "CYRILLIC CAPITAL LETTER GHE WITH UPTURN"
        },
        {
            "codepoint": "0491",
            "name": "CYRILLIC SMALL LETTER GHE WITH UPTURN",
            "comments": [
                "Ukrainian"
            ]
        },
        {
            "codepoint": "0492",
            "name": "CYRILLIC CAPITAL LETTER GHE WITH STROKE"
        },
        {
            "codepoint": "0493",
            "name": "CYRILLIC SMALL LETTER GHE WITH STROKE",
            "comments": [
                "Azerbaijani, Bashkir, ...",
                "full bar form preferred over half-barred \"F\"-type"
            ]
        },
        {
            "codepoint": "0494",
            "name": "CYRILLIC CAPITAL LETTER GHE WITH MIDDLE HOOK"
        },
        {
            "codepoint": "0495",
            "name": "CYRILLIC SMALL LETTER GHE WITH MIDDLE HOOK",
            "comments": [
                "Yakut, older orthographies for Abkhasian"
            ]
        },
        {
            "codepoint": "0496",
            "name": "CYRILLIC CAPITAL LETTER ZHE WITH DESCENDER"
        },
        {
            "codepoint": "0497",
            "name": "CYRILLIC SMALL LETTER ZHE WITH DESCENDER",
            "comments": [
                "Tatar, ..."
            ]
        },
        {
            "codepoint": "0498",
            "name": "CYRILLIC CAPITAL LETTER ZE WITH DESCENDER"
        },
        {
            "codepoint": "0499",
            "name": "CYRILLIC SMALL LETTER ZE WITH DESCENDER",
            "comments": [
                "Bashkir",
                "letterforms with right hooks are preferred, although occasional variants with left hooks occur"
            ]
        },
        {
            "codepoint": "049A",
            "name": "CYRILLIC CAPITAL LETTER KA WITH DESCENDER"
        },
        {
            "codepoint": "049B",
            "name": "CYRILLIC SMALL LETTER KA WITH DESCENDER",
            "comments": [
                "Abkhasian, Tajik, ..."
            ]
        },
        {
            "codepoint": "049C",
            "name": "CYRILLIC CAPITAL LETTER KA WITH VERTICAL STROKE"
        },
        {
            "codepoint": "049D",
            "name": "CYRILLIC SMALL LETTER KA WITH VERTICAL STROKE",
            "comments": [
                "Azerbaijani"
            ]
        },
        {
            "codepoint": "049E",
            "name": "CYRILLIC CAPITAL LETTER KA WITH STROKE"
        },
        {
            "codepoint": "049F",
            "name": "CYRILLIC SMALL LETTER KA WITH STROKE",
            "comments": [
                "Abkhasian"
            ]
        },
        {
            "codepoint": "04A0",
            "name": "CYRILLIC CAPITAL LETTER BASHKIR KA"
        },
        {
            "codepoint": "04A1",
            "name": "CYRILLIC SMALL LETTER BASHKIR KA"
        },
        {
            "codepoint": "04A2",
            "name": "CYRILLIC CAPITAL LETTER EN WITH DESCENDER"
        },
        {
            "codepoint": "04A3",
            "name": "CYRILLIC SMALL LETTER EN WITH DESCENDER",
            "comments": [
                "Bashkir, ..."
            ]
        },
        {
            "codepoint": "04A4",
            "name": "CYRILLIC CAPITAL LIGATURE EN GHE"
        },
        {
            "codepoint": "04A5",
            "name": "CYRILLIC SMALL LIGATURE EN GHE",
            "comments": [
                "Altay, Mari, Yakut",
                "also used for soft en in Old Church Slavonic",
                "this is not a decomposable ligature"
            ]
        },
        {
            "codepoint": "04A6",
            "name": "CYRILLIC CAPITAL LETTER PE WITH MIDDLE HOOK"
        },
        {
            "codepoint": "04A7",
            "name": "CYRILLIC SMALL LETTER PE WITH MIDDLE HOOK",
            "comments": [
                "older orthographies for Abkhasian"
            ]
        },
        {
            "codepoint": "04A8",
            "name": "CYRILLIC CAPITAL LETTER ABKHASIAN HA"
        },
        {
            "codepoint": "04A9",
            "name": "CYRILLIC SMALL LETTER ABKHASIAN HA"
        },
        {
            "codepoint": "04AA",
            "name": "CYRILLIC CAPITAL LETTER ES WITH DESCENDER"
        },
        {
            "codepoint": "04AB",
            "name": "CYRILLIC SMALL LETTER ES WITH DESCENDER",
            "comments": [
                "Bashkir, Chuvash",
                "letterforms with right hooks are preferred, although occasional variants with left hooks occur",
                "in Chuvashia, letterforms identical to or similar in form to 00E7 regularly occur"
            ]
        },
        {
            "codepoint": "04AC",
            "name": "CYRILLIC CAPITAL LETTER TE WITH DESCENDER"
        },
        {
            "codepoint": "04AD",
            "name": "CYRILLIC SMALL LETTER TE WITH DESCENDER",
            "comments": [
                "Abkhasian"
            ]
        },
        {
            "codepoint": "04AE",
            "name": "CYRILLIC CAPITAL LETTER STRAIGHT U"
        },
        {
            "codepoint": "04AF",
            "name": "CYRILLIC SMALL LETTER STRAIGHT U",
            "comments": [
                "stem is straight, unlike LETTER U",
                "Azerbaijani, Bashkir, ..."
            ],
            "crossReferences": [
                "(cyrillic capital letter u - 0423)"
            ]
        },
        {
            "codepoint": "04B0",
            "name": "CYRILLIC CAPITAL LETTER STRAIGHT U WITH STROKE"
        },
        {
            "codepoint": "04B1",
            "name": "CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE",
            "comments": [
                "Kazakh"
            ]
        },
        {
            "codepoint": "04B2",
            "name": "CYRILLIC CAPITAL LETTER HA WITH DESCENDER"
        },
        {
            "codepoint": "04B3",
            "name": "CYRILLIC SMALL LETTER HA WITH DESCENDER",
            "comments": [
                "Abkhasian, Tajik, Uzbek"
            ]
        },
        {
            "codepoint": "04B4",
            "name": "CYRILLIC CAPITAL LIGATURE TE TSE"
        },
        {
            "codepoint": "04B5",
            "name": "CYRILLIC SMALL LIGATURE TE TSE",
            "comments": [
                "Abkhasian",
                "this is not a decomposable ligature"
            ]
        },
        {
            "codepoint": "04B6",
            "name": "CYRILLIC CAPITAL LETTER CHE WITH DESCENDER"
        },
        {
            "codepoint": "04B7",
            "name": "CYRILLIC SMALL LETTER CHE WITH DESCENDER",
            "comments": [
                "Abkhasian, Tajik"
            ]
        },
        {
            "codepoint": "04B8",
            "name": "CYRILLIC CAPITAL LETTER CHE WITH VERTICAL STROKE"
        },
        {
            "codepoint": "04B9",
            "name": "CYRILLIC SMALL LETTER CHE WITH VERTICAL STROKE",
            "comments": [
                "Azerbaijani"
            ]
        },
        {
            "codepoint": "04BA",
            "name": "CYRILLIC CAPITAL LETTER SHHA"
        },
        {
            "codepoint": "04BB",
            "name": "CYRILLIC SMALL LETTER SHHA",
            "comments": [
                "originally derived from Latin \"h\", but uppercase form 04BA is closer to an inverted che (0427)",
                "Azerbaijani, Bashkir, ..."
            ],
            "crossReferences": [
                "(latin small letter h - 0068)"
            ]
        },
        {
            "codepoint": "04BC",
            "name": "CYRILLIC CAPITAL LETTER ABKHASIAN CHE"
        },
        {
            "codepoint": "04BD",
            "name": "CYRILLIC SMALL LETTER ABKHASIAN CHE"
        },
        {
            "codepoint": "04BE",
            "name": "CYRILLIC CAPITAL LETTER ABKHASIAN CHE WITH DESCENDER"
        },
        {
            "codepoint": "04BF",
            "name": "CYRILLIC SMALL LETTER ABKHASIAN CHE WITH DESCENDER",
            "comments": [
                "some older Abkhaz fonts show a descender shaped like a right hook (ogonek or reversed comma shape)"
            ]
        },
        {
            "codepoint": "04C0",
            "name": "CYRILLIC LETTER PALOCHKA",
            "comments": [
                "aspiration sign in many Caucasian languages",
                "is usually not cased, but the formal lowercase is 04CF"
            ],
            "crossReferences": [
                "(latin capital letter i - 0049)",
                "(cyrillic capital letter byelorussian-ukrainian i - 0406)"
            ]
        },
        {
            "codepoint": "04C1",
            "name": "CYRILLIC CAPITAL LETTER ZHE WITH BREVE",
            "decompositions": [
                [
                    "0416",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04C2",
            "name": "CYRILLIC SMALL LETTER ZHE WITH BREVE",
            "comments": [
                "Moldavian"
            ],
            "decompositions": [
                [
                    "0436",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04C3",
            "name": "CYRILLIC CAPITAL LETTER KA WITH HOOK"
        },
        {
            "codepoint": "04C4",
            "name": "CYRILLIC SMALL LETTER KA WITH HOOK",
            "comments": [
                "Chukchi"
            ]
        },
        {
            "codepoint": "04C5",
            "name": "CYRILLIC CAPITAL LETTER EL WITH TAIL"
        },
        {
            "codepoint": "04C6",
            "name": "CYRILLIC SMALL LETTER EL WITH TAIL",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "04C7",
            "name": "CYRILLIC CAPITAL LETTER EN WITH HOOK"
        },
        {
            "codepoint": "04C8",
            "name": "CYRILLIC SMALL LETTER EN WITH HOOK",
            "comments": [
                "Chukchi"
            ]
        },
        {
            "codepoint": "04C9",
            "name": "CYRILLIC CAPITAL LETTER EN WITH TAIL"
        },
        {
            "codepoint": "04CA",
            "name": "CYRILLIC SMALL LETTER EN WITH TAIL",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "04CB",
            "name": "CYRILLIC CAPITAL LETTER KHAKASSIAN CHE"
        },
        {
            "codepoint": "04CC",
            "name": "CYRILLIC SMALL LETTER KHAKASSIAN CHE"
        },
        {
            "codepoint": "04CD",
            "name": "CYRILLIC CAPITAL LETTER EM WITH TAIL"
        },
        {
            "codepoint": "04CE",
            "name": "CYRILLIC SMALL LETTER EM WITH TAIL",
            "comments": [
                "Kildin Sami"
            ]
        },
        {
            "codepoint": "04CF",
            "name": "CYRILLIC SMALL LETTER PALOCHKA"
        },
        {
            "codepoint": "04D0",
            "name": "CYRILLIC CAPITAL LETTER A WITH BREVE",
            "decompositions": [
                [
                    "0410",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04D1",
            "name": "CYRILLIC SMALL LETTER A WITH BREVE",
            "decompositions": [
                [
                    "0430",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04D2",
            "name": "CYRILLIC CAPITAL LETTER A WITH DIAERESIS",
            "decompositions": [
                [
                    "0410",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04D3",
            "name": "CYRILLIC SMALL LETTER A WITH DIAERESIS",
            "decompositions": [
                [
                    "0430",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04D4",
            "name": "CYRILLIC CAPITAL LIGATURE A IE"
        },
        {
            "codepoint": "04D5",
            "name": "CYRILLIC SMALL LIGATURE A IE",
            "comments": [
                "this is not a decomposable ligature"
            ],
            "crossReferences": [
                "(latin small letter ae - 00E6)"
            ]
        },
        {
            "codepoint": "04D6",
            "name": "CYRILLIC CAPITAL LETTER IE WITH BREVE",
            "decompositions": [
                [
                    "0415",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04D7",
            "name": "CYRILLIC SMALL LETTER IE WITH BREVE",
            "decompositions": [
                [
                    "0435",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "04D8",
            "name": "CYRILLIC CAPITAL LETTER SCHWA"
        },
        {
            "codepoint": "04D9",
            "name": "CYRILLIC SMALL LETTER SCHWA",
            "crossReferences": [
                "(latin small letter schwa - 0259)"
            ]
        },
        {
            "codepoint": "04DA",
            "name": "CYRILLIC CAPITAL LETTER SCHWA WITH DIAERESIS",
            "decompositions": [
                [
                    "04D8",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04DB",
            "name": "CYRILLIC SMALL LETTER SCHWA WITH DIAERESIS",
            "decompositions": [
                [
                    "04D9",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04DC",
            "name": "CYRILLIC CAPITAL LETTER ZHE WITH DIAERESIS",
            "decompositions": [
                [
                    "0416",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04DD",
            "name": "CYRILLIC SMALL LETTER ZHE WITH DIAERESIS",
            "decompositions": [
                [
                    "0436",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04DE",
            "name": "CYRILLIC CAPITAL LETTER ZE WITH DIAERESIS",
            "decompositions": [
                [
                    "0417",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04DF",
            "name": "CYRILLIC SMALL LETTER ZE WITH DIAERESIS",
            "decompositions": [
                [
                    "0437",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04E0",
            "name": "CYRILLIC CAPITAL LETTER ABKHASIAN DZE"
        },
        {
            "codepoint": "04E1",
            "name": "CYRILLIC SMALL LETTER ABKHASIAN DZE",
            "crossReferences": [
                "(latin small letter ezh - 0292)"
            ]
        },
        {
            "codepoint": "04E2",
            "name": "CYRILLIC CAPITAL LETTER I WITH MACRON",
            "decompositions": [
                [
                    "0418",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "04E3",
            "name": "CYRILLIC SMALL LETTER I WITH MACRON",
            "decompositions": [
                [
                    "0438",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "04E4",
            "name": "CYRILLIC CAPITAL LETTER I WITH DIAERESIS",
            "decompositions": [
                [
                    "0418",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04E5",
            "name": "CYRILLIC SMALL LETTER I WITH DIAERESIS",
            "decompositions": [
                [
                    "0438",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04E6",
            "name": "CYRILLIC CAPITAL LETTER O WITH DIAERESIS",
            "decompositions": [
                [
                    "041E",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04E7",
            "name": "CYRILLIC SMALL LETTER O WITH DIAERESIS",
            "decompositions": [
                [
                    "043E",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04E8",
            "name": "CYRILLIC CAPITAL LETTER BARRED O"
        },
        {
            "codepoint": "04E9",
            "name": "CYRILLIC SMALL LETTER BARRED O",
            "crossReferences": [
                "(latin small letter barred o - 0275)"
            ]
        },
        {
            "codepoint": "04EA",
            "name": "CYRILLIC CAPITAL LETTER BARRED O WITH DIAERESIS",
            "decompositions": [
                [
                    "04E8",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04EB",
            "name": "CYRILLIC SMALL LETTER BARRED O WITH DIAERESIS",
            "decompositions": [
                [
                    "04E9",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04EC",
            "name": "CYRILLIC CAPITAL LETTER E WITH DIAERESIS",
            "decompositions": [
                [
                    "042D",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04ED",
            "name": "CYRILLIC SMALL LETTER E WITH DIAERESIS",
            "comments": [
                "Kildin Sami"
            ],
            "decompositions": [
                [
                    "044D",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04EE",
            "name": "CYRILLIC CAPITAL LETTER U WITH MACRON",
            "decompositions": [
                [
                    "0423",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "04EF",
            "name": "CYRILLIC SMALL LETTER U WITH MACRON",
            "decompositions": [
                [
                    "0443",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "04F0",
            "name": "CYRILLIC CAPITAL LETTER U WITH DIAERESIS",
            "decompositions": [
                [
                    "0423",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04F1",
            "name": "CYRILLIC SMALL LETTER U WITH DIAERESIS",
            "decompositions": [
                [
                    "0443",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04F2",
            "name": "CYRILLIC CAPITAL LETTER U WITH DOUBLE ACUTE",
            "decompositions": [
                [
                    "0423",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "04F3",
            "name": "CYRILLIC SMALL LETTER U WITH DOUBLE ACUTE",
            "decompositions": [
                [
                    "0443",
                    "030B"
                ]
            ]
        },
        {
            "codepoint": "04F4",
            "name": "CYRILLIC CAPITAL LETTER CHE WITH DIAERESIS",
            "decompositions": [
                [
                    "0427",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04F5",
            "name": "CYRILLIC SMALL LETTER CHE WITH DIAERESIS",
            "decompositions": [
                [
                    "0447",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04F6",
            "name": "CYRILLIC CAPITAL LETTER GHE WITH DESCENDER"
        },
        {
            "codepoint": "04F7",
            "name": "CYRILLIC SMALL LETTER GHE WITH DESCENDER",
            "comments": [
                "Yupik"
            ]
        },
        {
            "codepoint": "04F8",
            "name": "CYRILLIC CAPITAL LETTER YERU WITH DIAERESIS",
            "decompositions": [
                [
                    "042B",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04F9",
            "name": "CYRILLIC SMALL LETTER YERU WITH DIAERESIS",
            "decompositions": [
                [
                    "044B",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "04FA",
            "name": "CYRILLIC CAPITAL LETTER GHE WITH STROKE AND HOOK"
        },
        {
            "codepoint": "04FB",
            "name": "CYRILLIC SMALL LETTER GHE WITH STROKE AND HOOK"
        },
        {
            "codepoint": "04FC",
            "name": "CYRILLIC CAPITAL LETTER HA WITH HOOK"
        },
        {
            "codepoint": "04FD",
            "name": "CYRILLIC SMALL LETTER HA WITH HOOK"
        },
        {
            "codepoint": "04FE",
            "name": "CYRILLIC CAPITAL LETTER HA WITH STROKE"
        },
        {
            "codepoint": "04FF",
            "name": "CYRILLIC SMALL LETTER HA WITH STROKE"
        },
        {
            "codepoint": "0500",
            "name": "CYRILLIC CAPITAL LETTER KOMI DE"
        },
        {
            "codepoint": "0501",
            "name": "CYRILLIC SMALL LETTER KOMI DE"
        },
        {
            "codepoint": "0502",
            "name": "CYRILLIC CAPITAL LETTER KOMI DJE"
        },
        {
            "codepoint": "0503",
            "name": "CYRILLIC SMALL LETTER KOMI DJE"
        },
        {
            "codepoint": "0504",
            "name": "CYRILLIC CAPITAL LETTER KOMI ZJE"
        },
        {
            "codepoint": "0505",
            "name": "CYRILLIC SMALL LETTER KOMI ZJE"
        },
        {
            "codepoint": "0506",
            "name": "CYRILLIC CAPITAL LETTER KOMI DZJE"
        },
        {
            "codepoint": "0507",
            "name": "CYRILLIC SMALL LETTER KOMI DZJE"
        },
        {
            "codepoint": "0508",
            "name": "CYRILLIC CAPITAL LETTER KOMI LJE"
        },
        {
            "codepoint": "0509",
            "name": "CYRILLIC SMALL LETTER KOMI LJE"
        },
        {
            "codepoint": "050A",
            "name": "CYRILLIC CAPITAL LETTER KOMI NJE"
        },
        {
            "codepoint": "050B",
            "name": "CYRILLIC SMALL LETTER KOMI NJE"
        },
        {
            "codepoint": "050C",
            "name": "CYRILLIC CAPITAL LETTER KOMI SJE"
        },
        {
            "codepoint": "050D",
            "name": "CYRILLIC SMALL LETTER KOMI SJE"
        },
        {
            "codepoint": "050E",
            "name": "CYRILLIC CAPITAL LETTER KOMI TJE"
        },
        {
            "codepoint": "050F",
            "name": "CYRILLIC SMALL LETTER KOMI TJE",
            "crossReferences": [
                "(cyrillic small letter tje - 1C8A)"
            ]
        },
        {
            "codepoint": "0510",
            "name": "CYRILLIC CAPITAL LETTER REVERSED ZE"
        },
        {
            "codepoint": "0511",
            "name": "CYRILLIC SMALL LETTER REVERSED ZE",
            "comments": [
                "also used for Enets"
            ]
        },
        {
            "codepoint": "0512",
            "name": "CYRILLIC CAPITAL LETTER EL WITH HOOK"
        },
        {
            "codepoint": "0513",
            "name": "CYRILLIC SMALL LETTER EL WITH HOOK",
            "comments": [
                "also used for Itelmen"
            ]
        },
        {
            "codepoint": "0514",
            "name": "CYRILLIC CAPITAL LETTER LHA"
        },
        {
            "codepoint": "0515",
            "name": "CYRILLIC SMALL LETTER LHA",
            "aliases": [
                "voiceless l"
            ]
        },
        {
            "codepoint": "0516",
            "name": "CYRILLIC CAPITAL LETTER RHA"
        },
        {
            "codepoint": "0517",
            "name": "CYRILLIC SMALL LETTER RHA",
            "aliases": [
                "voiceless r"
            ]
        },
        {
            "codepoint": "0518",
            "name": "CYRILLIC CAPITAL LETTER YAE"
        },
        {
            "codepoint": "0519",
            "name": "CYRILLIC SMALL LETTER YAE"
        },
        {
            "codepoint": "051A",
            "name": "CYRILLIC CAPITAL LETTER QA"
        },
        {
            "codepoint": "051B",
            "name": "CYRILLIC SMALL LETTER QA"
        },
        {
            "codepoint": "051C",
            "name": "CYRILLIC CAPITAL LETTER WE"
        },
        {
            "codepoint": "051D",
            "name": "CYRILLIC SMALL LETTER WE"
        },
        {
            "codepoint": "051E",
            "name": "CYRILLIC CAPITAL LETTER ALEUT KA"
        },
        {
            "codepoint": "051F",
            "name": "CYRILLIC SMALL LETTER ALEUT KA",
            "comments": [
                "used for [q] in Aleut"
            ]
        },
        {
            "codepoint": "0520",
            "name": "CYRILLIC CAPITAL LETTER EL WITH MIDDLE HOOK"
        },
        {
            "codepoint": "0521",
            "name": "CYRILLIC SMALL LETTER EL WITH MIDDLE HOOK",
            "aliases": [
                "palatalized l"
            ]
        },
        {
            "codepoint": "0522",
            "name": "CYRILLIC CAPITAL LETTER EN WITH MIDDLE HOOK"
        },
        {
            "codepoint": "0523",
            "name": "CYRILLIC SMALL LETTER EN WITH MIDDLE HOOK",
            "aliases": [
                "palatalized n"
            ]
        },
        {
            "codepoint": "0524",
            "name": "CYRILLIC CAPITAL LETTER PE WITH DESCENDER"
        },
        {
            "codepoint": "0525",
            "name": "CYRILLIC SMALL LETTER PE WITH DESCENDER",
            "comments": [
                "used in modern Abkhaz orthography"
            ],
            "crossReferences": [
                "(cyrillic small letter pe with middle hook - 04A7)"
            ]
        },
        {
            "codepoint": "0526",
            "name": "CYRILLIC CAPITAL LETTER SHHA WITH DESCENDER"
        },
        {
            "codepoint": "0527",
            "name": "CYRILLIC SMALL LETTER SHHA WITH DESCENDER"
        },
        {
            "codepoint": "0528",
            "name": "CYRILLIC CAPITAL LETTER EN WITH LEFT HOOK"
        },
        {
            "codepoint": "0529",
            "name": "CYRILLIC SMALL LETTER EN WITH LEFT HOOK"
        },
        {
            "codepoint": "052A",
            "name": "CYRILLIC CAPITAL LETTER DZZHE"
        },
        {
            "codepoint": "052B",
            "name": "CYRILLIC SMALL LETTER DZZHE"
        },
        {
            "codepoint": "052C",
            "name": "CYRILLIC CAPITAL LETTER DCHE"
        },
        {
            "codepoint": "052D",
            "name": "CYRILLIC SMALL LETTER DCHE"
        },
        {
            "codepoint": "052E",
            "name": "CYRILLIC CAPITAL LETTER EL WITH DESCENDER"
        },
        {
            "codepoint": "052F",
            "name": "CYRILLIC SMALL LETTER EL WITH DESCENDER",
            "comments": [
                "also used for Nenets"
            ]
        },
        {
            "codepoint": "0531",
            "name": "ARMENIAN CAPITAL LETTER AYB"
        },
        {
            "codepoint": "0532",
            "name": "ARMENIAN CAPITAL LETTER BEN"
        },
        {
            "codepoint": "0533",
            "name": "ARMENIAN CAPITAL LETTER GIM"
        },
        {
            "codepoint": "0534",
            "name": "ARMENIAN CAPITAL LETTER DA"
        },
        {
            "codepoint": "0535",
            "name": "ARMENIAN CAPITAL LETTER ECH"
        },
        {
            "codepoint": "0536",
            "name": "ARMENIAN CAPITAL LETTER ZA"
        },
        {
            "codepoint": "0537",
            "name": "ARMENIAN CAPITAL LETTER EH"
        },
        {
            "codepoint": "0538",
            "name": "ARMENIAN CAPITAL LETTER ET"
        },
        {
            "codepoint": "0539",
            "name": "ARMENIAN CAPITAL LETTER TO"
        },
        {
            "codepoint": "053A",
            "name": "ARMENIAN CAPITAL LETTER ZHE"
        },
        {
            "codepoint": "053B",
            "name": "ARMENIAN CAPITAL LETTER INI"
        },
        {
            "codepoint": "053C",
            "name": "ARMENIAN CAPITAL LETTER LIWN"
        },
        {
            "codepoint": "053D",
            "name": "ARMENIAN CAPITAL LETTER XEH"
        },
        {
            "codepoint": "053E",
            "name": "ARMENIAN CAPITAL LETTER CA"
        },
        {
            "codepoint": "053F",
            "name": "ARMENIAN CAPITAL LETTER KEN"
        },
        {
            "codepoint": "0540",
            "name": "ARMENIAN CAPITAL LETTER HO"
        },
        {
            "codepoint": "0541",
            "name": "ARMENIAN CAPITAL LETTER JA"
        },
        {
            "codepoint": "0542",
            "name": "ARMENIAN CAPITAL LETTER GHAD"
        },
        {
            "codepoint": "0543",
            "name": "ARMENIAN CAPITAL LETTER CHEH"
        },
        {
            "codepoint": "0544",
            "name": "ARMENIAN CAPITAL LETTER MEN"
        },
        {
            "codepoint": "0545",
            "name": "ARMENIAN CAPITAL LETTER YI"
        },
        {
            "codepoint": "0546",
            "name": "ARMENIAN CAPITAL LETTER NOW"
        },
        {
            "codepoint": "0547",
            "name": "ARMENIAN CAPITAL LETTER SHA"
        },
        {
            "codepoint": "0548",
            "name": "ARMENIAN CAPITAL LETTER VO"
        },
        {
            "codepoint": "0549",
            "name": "ARMENIAN CAPITAL LETTER CHA"
        },
        {
            "codepoint": "054A",
            "name": "ARMENIAN CAPITAL LETTER PEH"
        },
        {
            "codepoint": "054B",
            "name": "ARMENIAN CAPITAL LETTER JHEH"
        },
        {
            "codepoint": "054C",
            "name": "ARMENIAN CAPITAL LETTER RA"
        },
        {
            "codepoint": "054D",
            "name": "ARMENIAN CAPITAL LETTER SEH"
        },
        {
            "codepoint": "054E",
            "name": "ARMENIAN CAPITAL LETTER VEW"
        },
        {
            "codepoint": "054F",
            "name": "ARMENIAN CAPITAL LETTER TIWN"
        },
        {
            "codepoint": "0550",
            "name": "ARMENIAN CAPITAL LETTER REH"
        },
        {
            "codepoint": "0551",
            "name": "ARMENIAN CAPITAL LETTER CO"
        },
        {
            "codepoint": "0552",
            "name": "ARMENIAN CAPITAL LETTER YIWN"
        },
        {
            "codepoint": "0553",
            "name": "ARMENIAN CAPITAL LETTER PIWR"
        },
        {
            "codepoint": "0554",
            "name": "ARMENIAN CAPITAL LETTER KEH"
        },
        {
            "codepoint": "0555",
            "name": "ARMENIAN CAPITAL LETTER OH"
        },
        {
            "codepoint": "0556",
            "name": "ARMENIAN CAPITAL LETTER FEH"
        },
        {
            "codepoint": "0559",
            "name": "ARMENIAN MODIFIER LETTER LEFT HALF RING",
            "crossReferences": [
                "(modifier letter reversed comma - 02BD)",
                "(modifier letter left half ring - 02BF)",
                "(combining reversed comma above - 0314)"
            ]
        },
        {
            "codepoint": "055A",
            "name": "ARMENIAN APOSTROPHE",
            "aliases": [
                "armenian modifier letter right half ring (1.0)"
            ],
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)",
                "(modifier letter right half ring - 02BE)",
                "(combining comma above - 0313)"
            ]
        },
        {
            "codepoint": "055B",
            "name": "ARMENIAN EMPHASIS MARK",
            "aliases": [
                "shesht"
            ],
            "crossReferences": [
                "(modifier letter acute accent - 02CA)"
            ]
        },
        {
            "codepoint": "055C",
            "name": "ARMENIAN EXCLAMATION MARK",
            "aliases": [
                "batsaganchakan nshan"
            ],
            "comments": [
                "marks intonation on word, rather than occurring finally"
            ]
        },
        {
            "codepoint": "055D",
            "name": "ARMENIAN COMMA",
            "aliases": [
                "bowt"
            ],
            "crossReferences": [
                "(modifier letter grave accent - 02CB)"
            ]
        },
        {
            "codepoint": "055E",
            "name": "ARMENIAN QUESTION MARK",
            "aliases": [
                "hartsakan nshan"
            ],
            "comments": [
                "marks intonation on word, rather than occurring finally"
            ]
        },
        {
            "codepoint": "055F",
            "name": "ARMENIAN ABBREVIATION MARK",
            "aliases": [
                "patiw"
            ]
        },
        {
            "codepoint": "0560",
            "name": "ARMENIAN SMALL LETTER TURNED AYB",
            "comments": [
                "used for phonetic notation"
            ]
        },
        {
            "codepoint": "0561",
            "name": "ARMENIAN SMALL LETTER AYB"
        },
        {
            "codepoint": "0562",
            "name": "ARMENIAN SMALL LETTER BEN"
        },
        {
            "codepoint": "0563",
            "name": "ARMENIAN SMALL LETTER GIM"
        },
        {
            "codepoint": "0564",
            "name": "ARMENIAN SMALL LETTER DA"
        },
        {
            "codepoint": "0565",
            "name": "ARMENIAN SMALL LETTER ECH"
        },
        {
            "codepoint": "0566",
            "name": "ARMENIAN SMALL LETTER ZA"
        },
        {
            "codepoint": "0567",
            "name": "ARMENIAN SMALL LETTER EH"
        },
        {
            "codepoint": "0568",
            "name": "ARMENIAN SMALL LETTER ET"
        },
        {
            "codepoint": "0569",
            "name": "ARMENIAN SMALL LETTER TO"
        },
        {
            "codepoint": "056A",
            "name": "ARMENIAN SMALL LETTER ZHE"
        },
        {
            "codepoint": "056B",
            "name": "ARMENIAN SMALL LETTER INI"
        },
        {
            "codepoint": "056C",
            "name": "ARMENIAN SMALL LETTER LIWN"
        },
        {
            "codepoint": "056D",
            "name": "ARMENIAN SMALL LETTER XEH"
        },
        {
            "codepoint": "056E",
            "name": "ARMENIAN SMALL LETTER CA"
        },
        {
            "codepoint": "056F",
            "name": "ARMENIAN SMALL LETTER KEN"
        },
        {
            "codepoint": "0570",
            "name": "ARMENIAN SMALL LETTER HO"
        },
        {
            "codepoint": "0571",
            "name": "ARMENIAN SMALL LETTER JA"
        },
        {
            "codepoint": "0572",
            "name": "ARMENIAN SMALL LETTER GHAD"
        },
        {
            "codepoint": "0573",
            "name": "ARMENIAN SMALL LETTER CHEH"
        },
        {
            "codepoint": "0574",
            "name": "ARMENIAN SMALL LETTER MEN"
        },
        {
            "codepoint": "0575",
            "name": "ARMENIAN SMALL LETTER YI"
        },
        {
            "codepoint": "0576",
            "name": "ARMENIAN SMALL LETTER NOW"
        },
        {
            "codepoint": "0577",
            "name": "ARMENIAN SMALL LETTER SHA"
        },
        {
            "codepoint": "0578",
            "name": "ARMENIAN SMALL LETTER VO"
        },
        {
            "codepoint": "0579",
            "name": "ARMENIAN SMALL LETTER CHA"
        },
        {
            "codepoint": "057A",
            "name": "ARMENIAN SMALL LETTER PEH"
        },
        {
            "codepoint": "057B",
            "name": "ARMENIAN SMALL LETTER JHEH"
        },
        {
            "codepoint": "057C",
            "name": "ARMENIAN SMALL LETTER RA"
        },
        {
            "codepoint": "057D",
            "name": "ARMENIAN SMALL LETTER SEH"
        },
        {
            "codepoint": "057E",
            "name": "ARMENIAN SMALL LETTER VEW"
        },
        {
            "codepoint": "057F",
            "name": "ARMENIAN SMALL LETTER TIWN"
        },
        {
            "codepoint": "0580",
            "name": "ARMENIAN SMALL LETTER REH"
        },
        {
            "codepoint": "0581",
            "name": "ARMENIAN SMALL LETTER CO"
        },
        {
            "codepoint": "0582",
            "name": "ARMENIAN SMALL LETTER YIWN"
        },
        {
            "codepoint": "0583",
            "name": "ARMENIAN SMALL LETTER PIWR"
        },
        {
            "codepoint": "0584",
            "name": "ARMENIAN SMALL LETTER KEH"
        },
        {
            "codepoint": "0585",
            "name": "ARMENIAN SMALL LETTER OH"
        },
        {
            "codepoint": "0586",
            "name": "ARMENIAN SMALL LETTER FEH"
        },
        {
            "codepoint": "0587",
            "name": "ARMENIAN SMALL LIGATURE ECH YIWN",
            "compatibilityMappings": [
                [
                    "0565",
                    "0582"
                ]
            ]
        },
        {
            "codepoint": "0588",
            "name": "ARMENIAN SMALL LETTER YI WITH STROKE",
            "comments": [
                "used for phonetic notation"
            ]
        },
        {
            "codepoint": "0589",
            "name": "ARMENIAN FULL STOP",
            "aliases": [
                "vertsaket"
            ],
            "comments": [
                "may also be used for historic Georgian texts"
            ],
            "crossReferences": [
                "(colon - 003A)"
            ]
        },
        {
            "codepoint": "058A",
            "name": "ARMENIAN HYPHEN",
            "aliases": [
                "yentamna"
            ]
        },
        {
            "codepoint": "058D",
            "name": "RIGHT-FACING ARMENIAN ETERNITY SIGN"
        },
        {
            "codepoint": "058E",
            "name": "LEFT-FACING ARMENIAN ETERNITY SIGN",
            "comments": [
                "maps to AST 34.005:1997"
            ]
        },
        {
            "codepoint": "058F",
            "name": "ARMENIAN DRAM SIGN"
        },
        {
            "codepoint": "0591",
            "name": "HEBREW ACCENT ETNAHTA",
            "aliases": [
                "atnah"
            ]
        },
        {
            "codepoint": "0592",
            "name": "HEBREW ACCENT SEGOL",
            "aliases": [
                "segolta"
            ]
        },
        {
            "codepoint": "0593",
            "name": "HEBREW ACCENT SHALSHELET"
        },
        {
            "codepoint": "0594",
            "name": "HEBREW ACCENT ZAQEF QATAN"
        },
        {
            "codepoint": "0595",
            "name": "HEBREW ACCENT ZAQEF GADOL"
        },
        {
            "codepoint": "0596",
            "name": "HEBREW ACCENT TIPEHA",
            "aliases": [
                "tarha, me'ayla ~ mayla"
            ]
        },
        {
            "codepoint": "0597",
            "name": "HEBREW ACCENT REVIA"
        },
        {
            "codepoint": "0598",
            "name": "HEBREW ACCENT ZARQA",
            "aliases": [
                "tsinorit, zinorit; tsinor, zinor"
            ],
            "comments": [
                "This character is to be used when Zarqa or Tsinor are placed above, and also for Tsinorit."
            ],
            "crossReferences": [
                "(hebrew accent zinor - 05AE)"
            ]
        },
        {
            "codepoint": "0599",
            "name": "HEBREW ACCENT PASHTA"
        },
        {
            "codepoint": "059A",
            "name": "HEBREW ACCENT YETIV"
        },
        {
            "codepoint": "059B",
            "name": "HEBREW ACCENT TEVIR"
        },
        {
            "codepoint": "059C",
            "name": "HEBREW ACCENT GERESH",
            "aliases": [
                "teres"
            ]
        },
        {
            "codepoint": "059D",
            "name": "HEBREW ACCENT GERESH MUQDAM"
        },
        {
            "codepoint": "059E",
            "name": "HEBREW ACCENT GERSHAYIM"
        },
        {
            "codepoint": "059F",
            "name": "HEBREW ACCENT QARNEY PARA",
            "aliases": [
                "pazer gadol"
            ]
        },
        {
            "codepoint": "05A0",
            "name": "HEBREW ACCENT TELISHA GEDOLA"
        },
        {
            "codepoint": "05A1",
            "name": "HEBREW ACCENT PAZER",
            "aliases": [
                "pazer qatan"
            ]
        },
        {
            "codepoint": "05A2",
            "name": "HEBREW ACCENT ATNAH HAFUKH",
            "crossReferences": [
                "(hebrew accent yerah ben yomo - 05AA)"
            ]
        },
        {
            "codepoint": "05A3",
            "name": "HEBREW ACCENT MUNAH"
        },
        {
            "codepoint": "05A4",
            "name": "HEBREW ACCENT MAHAPAKH"
        },
        {
            "codepoint": "05A5",
            "name": "HEBREW ACCENT MERKHA",
            "aliases": [
                "yored"
            ]
        },
        {
            "codepoint": "05A6",
            "name": "HEBREW ACCENT MERKHA KEFULA"
        },
        {
            "codepoint": "05A7",
            "name": "HEBREW ACCENT DARGA"
        },
        {
            "codepoint": "05A8",
            "name": "HEBREW ACCENT QADMA",
            "aliases": [
                "azla"
            ]
        },
        {
            "codepoint": "05A9",
            "name": "HEBREW ACCENT TELISHA QETANA"
        },
        {
            "codepoint": "05AA",
            "name": "HEBREW ACCENT YERAH BEN YOMO",
            "aliases": [
                "galgal"
            ],
            "crossReferences": [
                "(hebrew accent atnah hafukh - 05A2)"
            ]
        },
        {
            "codepoint": "05AB",
            "name": "HEBREW ACCENT OLE"
        },
        {
            "codepoint": "05AC",
            "name": "HEBREW ACCENT ILUY"
        },
        {
            "codepoint": "05AD",
            "name": "HEBREW ACCENT DEHI"
        },
        {
            "codepoint": "05AE",
            "name": "HEBREW ACCENT ZINOR",
            "aliases": [
                "tsinor; zarqa"
            ],
            "comments": [
                "This character is to be used when Zarqa or Tsinor are placed above left."
            ],
            "crossReferences": [
                "(hebrew accent zarqa - 0598)"
            ]
        },
        {
            "codepoint": "05AF",
            "name": "HEBREW MARK MASORA CIRCLE"
        },
        {
            "codepoint": "05B0",
            "name": "HEBREW POINT SHEVA"
        },
        {
            "codepoint": "05B1",
            "name": "HEBREW POINT HATAF SEGOL"
        },
        {
            "codepoint": "05B2",
            "name": "HEBREW POINT HATAF PATAH"
        },
        {
            "codepoint": "05B3",
            "name": "HEBREW POINT HATAF QAMATS"
        },
        {
            "codepoint": "05B4",
            "name": "HEBREW POINT HIRIQ"
        },
        {
            "codepoint": "05B5",
            "name": "HEBREW POINT TSERE"
        },
        {
            "codepoint": "05B6",
            "name": "HEBREW POINT SEGOL"
        },
        {
            "codepoint": "05B7",
            "name": "HEBREW POINT PATAH",
            "comments": [
                "furtive patah is not a distinct character"
            ]
        },
        {
            "codepoint": "05B8",
            "name": "HEBREW POINT QAMATS",
            "comments": [
                "used generically or as qamats gadol in orthography which distinguishes that from qamats qatan"
            ],
            "crossReferences": [
                "(hebrew point qamats qatan - 05C7)"
            ]
        },
        {
            "codepoint": "05B9",
            "name": "HEBREW POINT HOLAM"
        },
        {
            "codepoint": "05BA",
            "name": "HEBREW POINT HOLAM HASER FOR VAV"
        },
        {
            "codepoint": "05BB",
            "name": "HEBREW POINT QUBUTS"
        },
        {
            "codepoint": "05BC",
            "name": "HEBREW POINT DAGESH OR MAPIQ",
            "aliases": [
                "shuruq"
            ],
            "comments": [
                "falls within the base letter"
            ]
        },
        {
            "codepoint": "05BD",
            "name": "HEBREW POINT METEG",
            "aliases": [
                "siluq"
            ],
            "comments": [
                "may be used as a Hebrew accent sof pasuq"
            ]
        },
        {
            "codepoint": "05BE",
            "name": "HEBREW PUNCTUATION MAQAF"
        },
        {
            "codepoint": "05BF",
            "name": "HEBREW POINT RAFE",
            "crossReferences": [
                "(hebrew point judeo-spanish varika - FB1E)"
            ]
        },
        {
            "codepoint": "05C0",
            "name": "HEBREW PUNCTUATION PASEQ",
            "aliases": [
                "legarmeh"
            ],
            "comments": [
                "may be treated as spacing punctuation, not as a point"
            ],
            "crossReferences": [
                "(vertical line - 007C)"
            ]
        },
        {
            "codepoint": "05C1",
            "name": "HEBREW POINT SHIN DOT"
        },
        {
            "codepoint": "05C2",
            "name": "HEBREW POINT SIN DOT"
        },
        {
            "codepoint": "05C3",
            "name": "HEBREW PUNCTUATION SOF PASUQ",
            "comments": [
                "may be used as a Hebrew punctuation colon"
            ],
            "crossReferences": [
                "(colon - 003A)"
            ]
        },
        {
            "codepoint": "05C4",
            "name": "HEBREW MARK UPPER DOT"
        },
        {
            "codepoint": "05C5",
            "name": "HEBREW MARK LOWER DOT",
            "comments": [
                "punctum extraordinarium (Psalms 27:13)"
            ],
            "crossReferences": [
                "(hebrew point hiriq - 05B4)"
            ]
        },
        {
            "codepoint": "05C6",
            "name": "HEBREW PUNCTUATION NUN HAFUKHA",
            "comments": [
                "does not historically derive from the letter nun"
            ],
            "crossReferences": [
                "(hebrew letter nun - 05E0)"
            ]
        },
        {
            "codepoint": "05C7",
            "name": "HEBREW POINT QAMATS QATAN",
            "crossReferences": [
                "(hebrew point qamats - 05B8)"
            ]
        },
        {
            "codepoint": "05D0",
            "name": "HEBREW LETTER ALEF",
            "aliases": [
                "aleph"
            ],
            "crossReferences": [
                "(alef symbol - 2135)"
            ]
        },
        {
            "codepoint": "05D1",
            "name": "HEBREW LETTER BET",
            "crossReferences": [
                "(bet symbol - 2136)"
            ]
        },
        {
            "codepoint": "05D2",
            "name": "HEBREW LETTER GIMEL",
            "crossReferences": [
                "(gimel symbol - 2137)"
            ]
        },
        {
            "codepoint": "05D3",
            "name": "HEBREW LETTER DALET",
            "crossReferences": [
                "(dalet symbol - 2138)"
            ]
        },
        {
            "codepoint": "05D4",
            "name": "HEBREW LETTER HE"
        },
        {
            "codepoint": "05D5",
            "name": "HEBREW LETTER VAV"
        },
        {
            "codepoint": "05D6",
            "name": "HEBREW LETTER ZAYIN"
        },
        {
            "codepoint": "05D7",
            "name": "HEBREW LETTER HET"
        },
        {
            "codepoint": "05D8",
            "name": "HEBREW LETTER TET"
        },
        {
            "codepoint": "05D9",
            "name": "HEBREW LETTER YOD"
        },
        {
            "codepoint": "05DA",
            "name": "HEBREW LETTER FINAL KAF"
        },
        {
            "codepoint": "05DB",
            "name": "HEBREW LETTER KAF"
        },
        {
            "codepoint": "05DC",
            "name": "HEBREW LETTER LAMED"
        },
        {
            "codepoint": "05DD",
            "name": "HEBREW LETTER FINAL MEM"
        },
        {
            "codepoint": "05DE",
            "name": "HEBREW LETTER MEM"
        },
        {
            "codepoint": "05DF",
            "name": "HEBREW LETTER FINAL NUN"
        },
        {
            "codepoint": "05E0",
            "name": "HEBREW LETTER NUN"
        },
        {
            "codepoint": "05E1",
            "name": "HEBREW LETTER SAMEKH"
        },
        {
            "codepoint": "05E2",
            "name": "HEBREW LETTER AYIN"
        },
        {
            "codepoint": "05E3",
            "name": "HEBREW LETTER FINAL PE"
        },
        {
            "codepoint": "05E4",
            "name": "HEBREW LETTER PE"
        },
        {
            "codepoint": "05E5",
            "name": "HEBREW LETTER FINAL TSADI"
        },
        {
            "codepoint": "05E6",
            "name": "HEBREW LETTER TSADI",
            "aliases": [
                "zade"
            ]
        },
        {
            "codepoint": "05E7",
            "name": "HEBREW LETTER QOF"
        },
        {
            "codepoint": "05E8",
            "name": "HEBREW LETTER RESH"
        },
        {
            "codepoint": "05E9",
            "name": "HEBREW LETTER SHIN"
        },
        {
            "codepoint": "05EA",
            "name": "HEBREW LETTER TAV"
        },
        {
            "codepoint": "05EF",
            "name": "HEBREW YOD TRIANGLE"
        },
        {
            "codepoint": "05F0",
            "name": "HEBREW LIGATURE YIDDISH DOUBLE VAV",
            "aliases": [
                "tsvey vovn"
            ]
        },
        {
            "codepoint": "05F1",
            "name": "HEBREW LIGATURE YIDDISH VAV YOD"
        },
        {
            "codepoint": "05F2",
            "name": "HEBREW LIGATURE YIDDISH DOUBLE YOD",
            "aliases": [
                "tsvey yudn"
            ]
        },
        {
            "codepoint": "05F3",
            "name": "HEBREW PUNCTUATION GERESH",
            "crossReferences": [
                "(apostrophe - 0027)"
            ]
        },
        {
            "codepoint": "05F4",
            "name": "HEBREW PUNCTUATION GERSHAYIM",
            "crossReferences": [
                "(quotation mark - 0022)"
            ]
        },
        {
            "codepoint": "0600",
            "name": "ARABIC NUMBER SIGN"
        },
        {
            "codepoint": "0601",
            "name": "ARABIC SIGN SANAH"
        },
        {
            "codepoint": "0602",
            "name": "ARABIC FOOTNOTE MARKER"
        },
        {
            "codepoint": "0603",
            "name": "ARABIC SIGN SAFHA"
        },
        {
            "codepoint": "0604",
            "name": "ARABIC SIGN SAMVAT",
            "comments": [
                "used for writing Samvat era dates in Urdu"
            ]
        },
        {
            "codepoint": "0605",
            "name": "ARABIC NUMBER MARK ABOVE",
            "comments": [
                "may be used with Coptic Epact numbers"
            ]
        },
        {
            "codepoint": "0606",
            "name": "ARABIC-INDIC CUBE ROOT",
            "crossReferences": [
                "(cube root - 221B)"
            ]
        },
        {
            "codepoint": "0607",
            "name": "ARABIC-INDIC FOURTH ROOT",
            "crossReferences": [
                "(fourth root - 221C)"
            ]
        },
        {
            "codepoint": "0608",
            "name": "ARABIC RAY"
        },
        {
            "codepoint": "0609",
            "name": "ARABIC-INDIC PER MILLE SIGN",
            "crossReferences": [
                "(per mille sign - 2030)"
            ]
        },
        {
            "codepoint": "060A",
            "name": "ARABIC-INDIC PER TEN THOUSAND SIGN",
            "crossReferences": [
                "(per ten thousand sign - 2031)"
            ]
        },
        {
            "codepoint": "060B",
            "name": "AFGHANI SIGN"
        },
        {
            "codepoint": "060C",
            "name": "ARABIC COMMA",
            "comments": [
                "also used with Thaana and Syriac in modern text"
            ],
            "crossReferences": [
                "(comma - 002C)",
                "(turned comma - 2E32)",
                "(reversed comma - 2E41)"
            ]
        },
        {
            "codepoint": "060D",
            "name": "ARABIC DATE SEPARATOR"
        },
        {
            "codepoint": "060E",
            "name": "ARABIC POETIC VERSE SIGN"
        },
        {
            "codepoint": "060F",
            "name": "ARABIC SIGN MISRA"
        },
        {
            "codepoint": "0610",
            "name": "ARABIC SIGN SALLALLAHOU ALAYHE WASSALLAM",
            "comments": [
                "represents sallallahu alayhe wasallam \"may God's peace and blessings be upon him\""
            ]
        },
        {
            "codepoint": "0611",
            "name": "ARABIC SIGN ALAYHE ASSALLAM",
            "comments": [
                "represents alayhe assalam \"upon him be peace\""
            ],
            "crossReferences": [
                "(arabic ligature alayhi as-salaam - FD47)"
            ]
        },
        {
            "codepoint": "0612",
            "name": "ARABIC SIGN RAHMATULLAH ALAYHE",
            "comments": [
                "represents rahmatullah alayhe \"may God have mercy upon him\""
            ],
            "crossReferences": [
                "(arabic ligature rahimahu allaah - FD40)"
            ]
        },
        {
            "codepoint": "0613",
            "name": "ARABIC SIGN RADI ALLAHOU ANHU",
            "comments": [
                "represents radi allahu 'anhu \"may God be pleased with him\""
            ],
            "crossReferences": [
                "(arabic ligature radi allaahu anh - FD41)"
            ]
        },
        {
            "codepoint": "0614",
            "name": "ARABIC SIGN TAKHALLUS",
            "comments": [
                "sign placed over the name or nom-de-plume of a poet, or in some writings used to mark all proper names"
            ]
        },
        {
            "codepoint": "0615",
            "name": "ARABIC SMALL HIGH TAH",
            "comments": [
                "marks a recommended pause position in some Qurans published in Iran and Pakistan",
                "should not be confused with the small TAH sign used as a diacritic for some letters such as 0679"
            ]
        },
        {
            "codepoint": "0616",
            "name": "ARABIC SMALL HIGH LIGATURE ALEF WITH LAM WITH YEH",
            "other": [
                "ARABIC SMALL HIGH LIGATURE ALEF WITH YEH BARREE"
            ],
            "comments": [
                "early Persian"
            ]
        },
        {
            "codepoint": "0617",
            "name": "ARABIC SMALL HIGH ZAIN"
        },
        {
            "codepoint": "0618",
            "name": "ARABIC SMALL FATHA",
            "comments": [
                "should not be confused with 064E FATHA"
            ]
        },
        {
            "codepoint": "0619",
            "name": "ARABIC SMALL DAMMA",
            "comments": [
                "should not be confused with 064F DAMMA"
            ]
        },
        {
            "codepoint": "061A",
            "name": "ARABIC SMALL KASRA",
            "comments": [
                "should not be confused with 0650 KASRA"
            ]
        },
        {
            "codepoint": "061B",
            "name": "ARABIC SEMICOLON",
            "comments": [
                "also used with Thaana and Syriac in modern text"
            ],
            "crossReferences": [
                "(semicolon - 003B)",
                "(reversed semicolon - 204F)",
                "(turned semicolon - 2E35)"
            ]
        },
        {
            "codepoint": "061C",
            "name": "ARABIC LETTER MARK",
            "comments": [
                "commonly abbreviated ALM"
            ],
            "crossReferences": [
                "(right-to-left mark - 200F)"
            ]
        },
        {
            "codepoint": "061D",
            "name": "ARABIC END OF TEXT MARK"
        },
        {
            "codepoint": "061E",
            "name": "ARABIC TRIPLE DOT PUNCTUATION MARK"
        },
        {
            "codepoint": "061F",
            "name": "ARABIC QUESTION MARK",
            "comments": [
                "also used with Thaana and Syriac in modern text"
            ],
            "crossReferences": [
                "(question mark - 003F)",
                "(reversed question mark - 2E2E)"
            ]
        },
        {
            "codepoint": "0620",
            "name": "ARABIC LETTER KASHMIRI YEH",
            "comments": [
                "used in Kashmiri to represent half ye / taler ye"
            ]
        },
        {
            "codepoint": "0621",
            "name": "ARABIC LETTER HAMZA",
            "crossReferences": [
                "(modifier letter right half ring - 02BE)"
            ]
        },
        {
            "codepoint": "0622",
            "name": "ARABIC LETTER ALEF WITH MADDA ABOVE",
            "decompositions": [
                [
                    "0627",
                    "0653"
                ]
            ]
        },
        {
            "codepoint": "0623",
            "name": "ARABIC LETTER ALEF WITH HAMZA ABOVE",
            "decompositions": [
                [
                    "0627",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "0624",
            "name": "ARABIC LETTER WAW WITH HAMZA ABOVE",
            "decompositions": [
                [
                    "0648",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "0625",
            "name": "ARABIC LETTER ALEF WITH HAMZA BELOW",
            "decompositions": [
                [
                    "0627",
                    "0655"
                ]
            ]
        },
        {
            "codepoint": "0626",
            "name": "ARABIC LETTER YEH WITH HAMZA ABOVE",
            "comments": [
                "in Kyrgyz the hamza is consistently positioned to the top right in isolate and final forms"
            ],
            "decompositions": [
                [
                    "064A",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "0627",
            "name": "ARABIC LETTER ALEF"
        },
        {
            "codepoint": "0628",
            "name": "ARABIC LETTER BEH"
        },
        {
            "codepoint": "0629",
            "name": "ARABIC LETTER TEH MARBUTA"
        },
        {
            "codepoint": "062A",
            "name": "ARABIC LETTER TEH"
        },
        {
            "codepoint": "062B",
            "name": "ARABIC LETTER THEH"
        },
        {
            "codepoint": "062C",
            "name": "ARABIC LETTER JEEM"
        },
        {
            "codepoint": "062D",
            "name": "ARABIC LETTER HAH"
        },
        {
            "codepoint": "062E",
            "name": "ARABIC LETTER KHAH"
        },
        {
            "codepoint": "062F",
            "name": "ARABIC LETTER DAL"
        },
        {
            "codepoint": "0630",
            "name": "ARABIC LETTER THAL"
        },
        {
            "codepoint": "0631",
            "name": "ARABIC LETTER REH"
        },
        {
            "codepoint": "0632",
            "name": "ARABIC LETTER ZAIN"
        },
        {
            "codepoint": "0633",
            "name": "ARABIC LETTER SEEN"
        },
        {
            "codepoint": "0634",
            "name": "ARABIC LETTER SHEEN"
        },
        {
            "codepoint": "0635",
            "name": "ARABIC LETTER SAD"
        },
        {
            "codepoint": "0636",
            "name": "ARABIC LETTER DAD"
        },
        {
            "codepoint": "0637",
            "name": "ARABIC LETTER TAH"
        },
        {
            "codepoint": "0638",
            "name": "ARABIC LETTER ZAH"
        },
        {
            "codepoint": "0639",
            "name": "ARABIC LETTER AIN",
            "crossReferences": [
                "(latin small letter ezh reversed - 01B9)",
                "(modifier letter left half ring - 02BF)"
            ]
        },
        {
            "codepoint": "063A",
            "name": "ARABIC LETTER GHAIN"
        },
        {
            "codepoint": "063B",
            "name": "ARABIC LETTER KEHEH WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "063C",
            "name": "ARABIC LETTER KEHEH WITH THREE DOTS BELOW"
        },
        {
            "codepoint": "063D",
            "name": "ARABIC LETTER FARSI YEH WITH INVERTED V",
            "comments": [
                "Azerbaijani"
            ]
        },
        {
            "codepoint": "063E",
            "name": "ARABIC LETTER FARSI YEH WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "063F",
            "name": "ARABIC LETTER FARSI YEH WITH THREE DOTS ABOVE"
        },
        {
            "codepoint": "0640",
            "name": "ARABIC TATWEEL",
            "aliases": [
                "kashida"
            ],
            "comments": [
                "inserted to stretch characters or to carry tashkil with no base letter",
                "also used with Adlam, Hanifi Rohingya, Mandaic, Manichaean, Psalter Pahlavi, Sogdian, and Syriac"
            ]
        },
        {
            "codepoint": "0641",
            "name": "ARABIC LETTER FEH"
        },
        {
            "codepoint": "0642",
            "name": "ARABIC LETTER QAF"
        },
        {
            "codepoint": "0643",
            "name": "ARABIC LETTER KAF"
        },
        {
            "codepoint": "0644",
            "name": "ARABIC LETTER LAM"
        },
        {
            "codepoint": "0645",
            "name": "ARABIC LETTER MEEM",
            "comments": [
                "Sindhi uses a shape with a short tail"
            ]
        },
        {
            "codepoint": "0646",
            "name": "ARABIC LETTER NOON"
        },
        {
            "codepoint": "0647",
            "name": "ARABIC LETTER HEH"
        },
        {
            "codepoint": "0648",
            "name": "ARABIC LETTER WAW"
        },
        {
            "codepoint": "0649",
            "name": "ARABIC LETTER ALEF MAKSURA",
            "comments": [
                "represents YEH-shaped dual-joining letter with no dots in any positional form",
                "not intended for use in combination with 0654"
            ],
            "crossReferences": [
                "(arabic letter yeh with hamza above - 0626)"
            ]
        },
        {
            "codepoint": "064A",
            "name": "ARABIC LETTER YEH",
            "comments": [
                "loses its dots when used in combination with 0654",
                "retains its dots when used in combination with other combining marks"
            ],
            "crossReferences": [
                "(arabic letter yeh with two dots below and hamza above - 08A8)"
            ]
        },
        {
            "codepoint": "064B",
            "name": "ARABIC FATHATAN"
        },
        {
            "codepoint": "064C",
            "name": "ARABIC DAMMATAN",
            "comments": [
                "a common alternative form is written as two intertwined dammas, one of which is turned 180 degrees"
            ]
        },
        {
            "codepoint": "064D",
            "name": "ARABIC KASRATAN"
        },
        {
            "codepoint": "064E",
            "name": "ARABIC FATHA"
        },
        {
            "codepoint": "064F",
            "name": "ARABIC DAMMA"
        },
        {
            "codepoint": "0650",
            "name": "ARABIC KASRA"
        },
        {
            "codepoint": "0651",
            "name": "ARABIC SHADDA"
        },
        {
            "codepoint": "0652",
            "name": "ARABIC SUKUN",
            "comments": [
                "marks absence of a vowel after the base consonant",
                "used in some Qurans to mark a long vowel as ignored",
                "can have a variety of shapes, including a circular one and a shape that looks like '06E1'"
            ],
            "crossReferences": [
                "(arabic small high dotless head of khah - 06E1)"
            ]
        },
        {
            "codepoint": "0653",
            "name": "ARABIC MADDAH ABOVE",
            "comments": [
                "used for madd jaa'iz in South Asian and Indonesian orthographies"
            ],
            "crossReferences": [
                "(arabic pepet - 0897)",
                "(arabic madda waajib - 089C)",
                "(arabic doubled madda - 089E)",
                "(arabic half madda over madda - 089F)"
            ]
        },
        {
            "codepoint": "0654",
            "name": "ARABIC HAMZA ABOVE",
            "comments": [
                "restricted to hamza and ezafe semantics",
                "is not used as a diacritic to form new letters"
            ]
        },
        {
            "codepoint": "0655",
            "name": "ARABIC HAMZA BELOW"
        },
        {
            "codepoint": "0656",
            "name": "ARABIC SUBSCRIPT ALEF"
        },
        {
            "codepoint": "0657",
            "name": "ARABIC INVERTED DAMMA",
            "aliases": [
                "ulta pesh"
            ],
            "comments": [
                "Kashmiri, Urdu"
            ]
        },
        {
            "codepoint": "0658",
            "name": "ARABIC MARK NOON GHUNNA",
            "comments": [
                "Baluchi",
                "indicates nasalization in Urdu"
            ]
        },
        {
            "codepoint": "0659",
            "name": "ARABIC ZWARAKAY",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "065A",
            "name": "ARABIC VOWEL SIGN SMALL V ABOVE",
            "comments": [
                "African languages"
            ]
        },
        {
            "codepoint": "065B",
            "name": "ARABIC VOWEL SIGN INVERTED SMALL V ABOVE",
            "comments": [
                "African languages"
            ]
        },
        {
            "codepoint": "065C",
            "name": "ARABIC VOWEL SIGN DOT BELOW",
            "comments": [
                "African languages",
                "also used in Quranic text in African and other orthographies"
            ]
        },
        {
            "codepoint": "065D",
            "name": "ARABIC REVERSED DAMMA",
            "comments": [
                "African languages"
            ]
        },
        {
            "codepoint": "065E",
            "name": "ARABIC FATHA WITH TWO DOTS",
            "comments": [
                "Kalami"
            ]
        },
        {
            "codepoint": "065F",
            "name": "ARABIC WAVY HAMZA BELOW",
            "comments": [
                "Kashmiri"
            ]
        },
        {
            "codepoint": "0660",
            "name": "ARABIC-INDIC DIGIT ZERO"
        },
        {
            "codepoint": "0661",
            "name": "ARABIC-INDIC DIGIT ONE"
        },
        {
            "codepoint": "0662",
            "name": "ARABIC-INDIC DIGIT TWO"
        },
        {
            "codepoint": "0663",
            "name": "ARABIC-INDIC DIGIT THREE"
        },
        {
            "codepoint": "0664",
            "name": "ARABIC-INDIC DIGIT FOUR"
        },
        {
            "codepoint": "0665",
            "name": "ARABIC-INDIC DIGIT FIVE"
        },
        {
            "codepoint": "0666",
            "name": "ARABIC-INDIC DIGIT SIX"
        },
        {
            "codepoint": "0667",
            "name": "ARABIC-INDIC DIGIT SEVEN"
        },
        {
            "codepoint": "0668",
            "name": "ARABIC-INDIC DIGIT EIGHT"
        },
        {
            "codepoint": "0669",
            "name": "ARABIC-INDIC DIGIT NINE"
        },
        {
            "codepoint": "066A",
            "name": "ARABIC PERCENT SIGN",
            "crossReferences": [
                "(percent sign - 0025)"
            ]
        },
        {
            "codepoint": "066B",
            "name": "ARABIC DECIMAL SEPARATOR"
        },
        {
            "codepoint": "066C",
            "name": "ARABIC THOUSANDS SEPARATOR",
            "crossReferences": [
                "(apostrophe - 0027)",
                "(right single quotation mark - 2019)"
            ]
        },
        {
            "codepoint": "066D",
            "name": "ARABIC FIVE POINTED STAR",
            "comments": [
                "appearance rather variable"
            ],
            "crossReferences": [
                "(asterisk - 002A)"
            ]
        },
        {
            "codepoint": "066E",
            "name": "ARABIC LETTER DOTLESS BEH"
        },
        {
            "codepoint": "066F",
            "name": "ARABIC LETTER DOTLESS QAF"
        },
        {
            "codepoint": "0670",
            "name": "ARABIC LETTER SUPERSCRIPT ALEF",
            "comments": [
                "actually a vowel sign, despite the name"
            ]
        },
        {
            "codepoint": "0671",
            "name": "ARABIC LETTER ALEF WASLA",
            "comments": [
                "Quranic Arabic"
            ]
        },
        {
            "codepoint": "0672",
            "name": "ARABIC LETTER ALEF WITH WAVY HAMZA ABOVE",
            "comments": [
                "Baluchi, Kashmiri"
            ]
        },
        {
            "codepoint": "0673",
            "name": "ARABIC LETTER ALEF WITH WAVY HAMZA BELOW",
            "comments": [
                "Kashmiri",
                "this character is deprecated and its use is strongly discouraged",
                "use the sequence 0627 065F instead"
            ]
        },
        {
            "codepoint": "0674",
            "name": "ARABIC LETTER HIGH HAMZA",
            "comments": [
                "Kazakh, Jawi",
                "forms digraphs"
            ]
        },
        {
            "codepoint": "0675",
            "name": "ARABIC LETTER HIGH HAMZA ALEF",
            "comments": [
                "preferred spelling is 0674 0627"
            ],
            "compatibilityMappings": [
                [
                    "0627",
                    "0674"
                ]
            ]
        },
        {
            "codepoint": "0676",
            "name": "ARABIC LETTER HIGH HAMZA WAW",
            "comments": [
                "preferred spelling is 0674 0648"
            ],
            "compatibilityMappings": [
                [
                    "0648",
                    "0674"
                ]
            ]
        },
        {
            "codepoint": "0677",
            "name": "ARABIC LETTER U WITH HAMZA ABOVE",
            "comments": [
                "preferred spelling is 0674 06C7"
            ],
            "compatibilityMappings": [
                [
                    "06C7",
                    "0674"
                ]
            ]
        },
        {
            "codepoint": "0678",
            "name": "ARABIC LETTER HIGH HAMZA YEH",
            "comments": [
                "preferred spelling is 0674 0649"
            ],
            "compatibilityMappings": [
                [
                    "064A",
                    "0674"
                ]
            ]
        },
        {
            "codepoint": "0679",
            "name": "ARABIC LETTER TTEH",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "067A",
            "name": "ARABIC LETTER TTEHEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "067B",
            "name": "ARABIC LETTER BEEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "067C",
            "name": "ARABIC LETTER TEH WITH RING",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "067D",
            "name": "ARABIC LETTER TEH WITH THREE DOTS ABOVE DOWNWARDS",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "067E",
            "name": "ARABIC LETTER PEH",
            "comments": [
                "Persian, Urdu, ..."
            ]
        },
        {
            "codepoint": "067F",
            "name": "ARABIC LETTER TEHEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "0680",
            "name": "ARABIC LETTER BEHEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "0681",
            "name": "ARABIC LETTER HAH WITH HAMZA ABOVE",
            "comments": [
                "Pashto",
                "represents the phoneme /dz/"
            ]
        },
        {
            "codepoint": "0682",
            "name": "ARABIC LETTER HAH WITH TWO DOTS VERTICAL ABOVE",
            "comments": [
                "not used in modern Pashto"
            ]
        },
        {
            "codepoint": "0683",
            "name": "ARABIC LETTER NYEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "0684",
            "name": "ARABIC LETTER DYEH",
            "comments": [
                "Sindhi, Bosnian"
            ]
        },
        {
            "codepoint": "0685",
            "name": "ARABIC LETTER HAH WITH THREE DOTS ABOVE",
            "comments": [
                "Pashto, Khwarazmian",
                "represents the phoneme /ts/ in Pashto"
            ]
        },
        {
            "codepoint": "0686",
            "name": "ARABIC LETTER TCHEH",
            "comments": [
                "Persian, Urdu, ..."
            ]
        },
        {
            "codepoint": "0687",
            "name": "ARABIC LETTER TCHEHEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "0688",
            "name": "ARABIC LETTER DDAL",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "0689",
            "name": "ARABIC LETTER DAL WITH RING",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "068A",
            "name": "ARABIC LETTER DAL WITH DOT BELOW",
            "comments": [
                "Sindhi, early Persian, Pegon, Malagasy"
            ]
        },
        {
            "codepoint": "068B",
            "name": "ARABIC LETTER DAL WITH DOT BELOW AND SMALL TAH",
            "comments": [
                "Lahnda"
            ]
        },
        {
            "codepoint": "068C",
            "name": "ARABIC LETTER DAHAL",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "068D",
            "name": "ARABIC LETTER DDAHAL",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "068E",
            "name": "ARABIC LETTER DUL",
            "comments": [
                "older shape for DUL, now obsolete in Sindhi",
                "Burushaski"
            ]
        },
        {
            "codepoint": "068F",
            "name": "ARABIC LETTER DAL WITH THREE DOTS ABOVE DOWNWARDS",
            "comments": [
                "Sindhi",
                "current shape used for DUL"
            ]
        },
        {
            "codepoint": "0690",
            "name": "ARABIC LETTER DAL WITH FOUR DOTS ABOVE",
            "comments": [
                "Old Urdu, not in current use"
            ]
        },
        {
            "codepoint": "0691",
            "name": "ARABIC LETTER RREH",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "0692",
            "name": "ARABIC LETTER REH WITH SMALL V",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "0693",
            "name": "ARABIC LETTER REH WITH RING",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "0694",
            "name": "ARABIC LETTER REH WITH DOT BELOW",
            "comments": [
                "Kurdish, early Persian"
            ]
        },
        {
            "codepoint": "0695",
            "name": "ARABIC LETTER REH WITH SMALL V BELOW",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "0696",
            "name": "ARABIC LETTER REH WITH DOT BELOW AND DOT ABOVE",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "0697",
            "name": "ARABIC LETTER REH WITH TWO DOTS ABOVE",
            "comments": [
                "Dargwa"
            ]
        },
        {
            "codepoint": "0698",
            "name": "ARABIC LETTER JEH",
            "comments": [
                "Persian, Urdu, ..."
            ]
        },
        {
            "codepoint": "0699",
            "name": "ARABIC LETTER REH WITH FOUR DOTS ABOVE",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "069A",
            "name": "ARABIC LETTER SEEN WITH DOT BELOW AND DOT ABOVE",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "069B",
            "name": "ARABIC LETTER SEEN WITH THREE DOTS BELOW",
            "comments": [
                "early Persian"
            ]
        },
        {
            "codepoint": "069C",
            "name": "ARABIC LETTER SEEN WITH THREE DOTS BELOW AND THREE DOTS ABOVE",
            "comments": [
                "Moroccan Arabic"
            ]
        },
        {
            "codepoint": "069D",
            "name": "ARABIC LETTER SAD WITH TWO DOTS BELOW",
            "comments": [
                "Turkic"
            ]
        },
        {
            "codepoint": "069E",
            "name": "ARABIC LETTER SAD WITH THREE DOTS ABOVE",
            "comments": [
                "Berber, Burushaski"
            ]
        },
        {
            "codepoint": "069F",
            "name": "ARABIC LETTER TAH WITH THREE DOTS ABOVE",
            "comments": [
                "Old Hausa"
            ]
        },
        {
            "codepoint": "06A0",
            "name": "ARABIC LETTER AIN WITH THREE DOTS ABOVE",
            "comments": [
                "Jawi"
            ]
        },
        {
            "codepoint": "06A1",
            "name": "ARABIC LETTER DOTLESS FEH",
            "comments": [
                "Adighe"
            ]
        },
        {
            "codepoint": "06A2",
            "name": "ARABIC LETTER FEH WITH DOT MOVED BELOW",
            "comments": [
                "Maghrib Arabic"
            ]
        },
        {
            "codepoint": "06A3",
            "name": "ARABIC LETTER FEH WITH DOT BELOW",
            "comments": [
                "Ingush"
            ]
        },
        {
            "codepoint": "06A4",
            "name": "ARABIC LETTER VEH",
            "comments": [
                "Middle Eastern Arabic for foreign words",
                "Kurdish, Khwarazmian, early Persian, Jawi"
            ]
        },
        {
            "codepoint": "06A5",
            "name": "ARABIC LETTER FEH WITH THREE DOTS BELOW",
            "comments": [
                "North African Arabic for foreign words"
            ]
        },
        {
            "codepoint": "06A6",
            "name": "ARABIC LETTER PEHEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "06A7",
            "name": "ARABIC LETTER QAF WITH DOT ABOVE",
            "comments": [
                "Maghrib Arabic, Uyghur"
            ]
        },
        {
            "codepoint": "06A8",
            "name": "ARABIC LETTER QAF WITH THREE DOTS ABOVE",
            "comments": [
                "Tunisian Arabic"
            ]
        },
        {
            "codepoint": "06A9",
            "name": "ARABIC LETTER KEHEH",
            "aliases": [
                "kaf mashkula"
            ],
            "comments": [
                "Persian, Urdu, Sindhi, ..."
            ]
        },
        {
            "codepoint": "06AA",
            "name": "ARABIC LETTER SWASH KAF",
            "comments": [
                "represents a letter distinct from Arabic KAF (0643) in Sindhi"
            ]
        },
        {
            "codepoint": "06AB",
            "name": "ARABIC LETTER KAF WITH RING",
            "comments": [
                "Pashto",
                "may appear like an Arabic KAF (0643) with a ring below the base"
            ]
        },
        {
            "codepoint": "06AC",
            "name": "ARABIC LETTER KAF WITH DOT ABOVE",
            "comments": [
                "use for the Jawi gaf is not recommended, although it may be found in some existing text data; recommended character for Jawi gaf is 0762"
            ],
            "crossReferences": [
                "(arabic letter keheh with dot above - 0762)"
            ]
        },
        {
            "codepoint": "06AD",
            "name": "ARABIC LETTER NG",
            "comments": [
                "Uyghur, Kazakh, Moroccan Arabic, early Jawi, early Persian, ..."
            ]
        },
        {
            "codepoint": "06AE",
            "name": "ARABIC LETTER KAF WITH THREE DOTS BELOW",
            "comments": [
                "Berber, early Persian",
                "Pegon alternative for 08B4"
            ]
        },
        {
            "codepoint": "06AF",
            "name": "ARABIC LETTER GAF",
            "comments": [
                "Persian, Urdu, ..."
            ]
        },
        {
            "codepoint": "06B0",
            "name": "ARABIC LETTER GAF WITH RING",
            "comments": [
                "Lahnda"
            ]
        },
        {
            "codepoint": "06B1",
            "name": "ARABIC LETTER NGOEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "06B2",
            "name": "ARABIC LETTER GAF WITH TWO DOTS BELOW",
            "comments": [
                "not used in Sindhi"
            ]
        },
        {
            "codepoint": "06B3",
            "name": "ARABIC LETTER GUEH",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "06B4",
            "name": "ARABIC LETTER GAF WITH THREE DOTS ABOVE",
            "comments": [
                "not used in Sindhi"
            ]
        },
        {
            "codepoint": "06B5",
            "name": "ARABIC LETTER LAM WITH SMALL V",
            "comments": [
                "Kurdish, Bosnian"
            ]
        },
        {
            "codepoint": "06B6",
            "name": "ARABIC LETTER LAM WITH DOT ABOVE",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "06B7",
            "name": "ARABIC LETTER LAM WITH THREE DOTS ABOVE",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "06B8",
            "name": "ARABIC LETTER LAM WITH THREE DOTS BELOW"
        },
        {
            "codepoint": "06B9",
            "name": "ARABIC LETTER NOON WITH DOT BELOW"
        },
        {
            "codepoint": "06BA",
            "name": "ARABIC LETTER NOON GHUNNA",
            "comments": [
                "Urdu, archaic Arabic",
                "dotless in all four contextual forms"
            ]
        },
        {
            "codepoint": "06BB",
            "name": "ARABIC LETTER RNOON",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "06BC",
            "name": "ARABIC LETTER NOON WITH RING",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "06BD",
            "name": "ARABIC LETTER NOON WITH THREE DOTS ABOVE",
            "comments": [
                "Jawi"
            ]
        },
        {
            "codepoint": "06BE",
            "name": "ARABIC LETTER HEH DOACHASHMEE",
            "comments": [
                "forms aspirate digraphs in Urdu and other languages of South Asia",
                "represents the glottal fricative /h/ in Uyghur"
            ]
        },
        {
            "codepoint": "06BF",
            "name": "ARABIC LETTER TCHEH WITH DOT ABOVE"
        },
        {
            "codepoint": "06C0",
            "name": "ARABIC LETTER HEH WITH YEH ABOVE",
            "aliases": [
                "arabic letter hamzah on ha (1.0)"
            ],
            "comments": [
                "for ezafe, use 0654 over the language-appropriate base letter",
                "actually a ligature, not an independent letter"
            ],
            "decompositions": [
                [
                    "06D5",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "06C1",
            "name": "ARABIC LETTER HEH GOAL",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "06C2",
            "name": "ARABIC LETTER HEH GOAL WITH HAMZA ABOVE",
            "comments": [
                "Urdu",
                "actually a ligature, not an independent letter"
            ],
            "decompositions": [
                [
                    "06C1",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "06C3",
            "name": "ARABIC LETTER TEH MARBUTA GOAL",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "06C4",
            "name": "ARABIC LETTER WAW WITH RING",
            "comments": [
                "Kashmiri"
            ]
        },
        {
            "codepoint": "06C5",
            "name": "ARABIC LETTER KIRGHIZ OE",
            "comments": [
                "Kyrgyz",
                "a glyph variant occurs which replaces the looped tail with a horizontal bar through the tail"
            ]
        },
        {
            "codepoint": "06C6",
            "name": "ARABIC LETTER OE",
            "comments": [
                "Uyghur, Kurdish, Kazakh, Azerbaijani, Bosnian"
            ]
        },
        {
            "codepoint": "06C7",
            "name": "ARABIC LETTER U",
            "comments": [
                "Azerbaijani, Kazakh, Kyrgyz, Uyghur"
            ]
        },
        {
            "codepoint": "06C8",
            "name": "ARABIC LETTER YU",
            "comments": [
                "Uyghur"
            ]
        },
        {
            "codepoint": "06C9",
            "name": "ARABIC LETTER KIRGHIZ YU",
            "comments": [
                "Kazakh, Kyrgyz, Bosnian"
            ]
        },
        {
            "codepoint": "06CA",
            "name": "ARABIC LETTER WAW WITH TWO DOTS ABOVE",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "06CB",
            "name": "ARABIC LETTER VE",
            "comments": [
                "Uyghur, Kazakh"
            ]
        },
        {
            "codepoint": "06CC",
            "name": "ARABIC LETTER FARSI YEH",
            "comments": [
                "Arabic, Persian, Urdu, Kashmiri, ...",
                "initial and medial forms of this letter have two horizontal dots below",
                "retains its dots in initial and medial forms when used in combination with 0654"
            ],
            "crossReferences": [
                "(arabic letter alef maksura - 0649)",
                "(arabic letter yeh - 064A)"
            ]
        },
        {
            "codepoint": "06CD",
            "name": "ARABIC LETTER YEH WITH TAIL",
            "comments": [
                "Pashto, Sindhi",
                "should not be used in Kashmiri to represent half ye /taler ye"
            ],
            "crossReferences": [
                "(arabic letter kashmiri yeh - 0620)"
            ]
        },
        {
            "codepoint": "06CE",
            "name": "ARABIC LETTER YEH WITH SMALL V",
            "comments": [
                "Kurdish"
            ]
        },
        {
            "codepoint": "06CF",
            "name": "ARABIC LETTER WAW WITH DOT ABOVE"
        },
        {
            "codepoint": "06D0",
            "name": "ARABIC LETTER E",
            "comments": [
                "Pashto, Uyghur",
                "used as the letter bbeh in Sindhi"
            ]
        },
        {
            "codepoint": "06D1",
            "name": "ARABIC LETTER YEH WITH THREE DOTS BELOW",
            "comments": [
                "Mende languages, Hausa"
            ]
        },
        {
            "codepoint": "06D2",
            "name": "ARABIC LETTER YEH BARREE",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "06D3",
            "name": "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE",
            "comments": [
                "Urdu",
                "actually a ligature, not an independent letter"
            ],
            "decompositions": [
                [
                    "06D2",
                    "0654"
                ]
            ]
        },
        {
            "codepoint": "06D4",
            "name": "ARABIC FULL STOP",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "06D5",
            "name": "ARABIC LETTER AE",
            "comments": [
                "Uyghur, Kazakh, Kyrgyz"
            ]
        },
        {
            "codepoint": "06D6",
            "name": "ARABIC SMALL HIGH LIGATURE SAD WITH LAM WITH ALEF MAKSURA"
        },
        {
            "codepoint": "06D7",
            "name": "ARABIC SMALL HIGH LIGATURE QAF WITH LAM WITH ALEF MAKSURA"
        },
        {
            "codepoint": "06D8",
            "name": "ARABIC SMALL HIGH MEEM INITIAL FORM"
        },
        {
            "codepoint": "06D9",
            "name": "ARABIC SMALL HIGH LAM ALEF"
        },
        {
            "codepoint": "06DA",
            "name": "ARABIC SMALL HIGH JEEM"
        },
        {
            "codepoint": "06DB",
            "name": "ARABIC SMALL HIGH THREE DOTS"
        },
        {
            "codepoint": "06DC",
            "name": "ARABIC SMALL HIGH SEEN"
        },
        {
            "codepoint": "06DD",
            "name": "ARABIC END OF AYAH"
        },
        {
            "codepoint": "06DE",
            "name": "ARABIC START OF RUB EL HIZB",
            "comments": [
                "indicates boundaries of parts of sections",
                "typically depicted as an eight-sided symbol, which may or may not appear starlike"
            ]
        },
        {
            "codepoint": "06DF",
            "name": "ARABIC SMALL HIGH ROUNDED ZERO",
            "comments": [
                "smaller than the typical circular shape used for 0652"
            ]
        },
        {
            "codepoint": "06E0",
            "name": "ARABIC SMALL HIGH UPRIGHT RECTANGULAR ZERO",
            "comments": [
                "the term \"rectangular zero\" is a translation of the Arabic name of this sign"
            ]
        },
        {
            "codepoint": "06E1",
            "name": "ARABIC SMALL HIGH DOTLESS HEAD OF KHAH",
            "aliases": [
                "Arabic jazm"
            ],
            "comments": [
                "presentation form of 0652, using font technology to select the variant is preferred",
                "used in some Qurans to mark absence of a vowel"
            ],
            "crossReferences": [
                "(arabic sukun - 0652)"
            ]
        },
        {
            "codepoint": "06E2",
            "name": "ARABIC SMALL HIGH MEEM ISOLATED FORM"
        },
        {
            "codepoint": "06E3",
            "name": "ARABIC SMALL LOW SEEN"
        },
        {
            "codepoint": "06E4",
            "name": "ARABIC SMALL HIGH MADDA",
            "comments": [
                "typically used with 06E5, 06E6, 06E7, and 08F3"
            ]
        },
        {
            "codepoint": "06E5",
            "name": "ARABIC SMALL WAW",
            "crossReferences": [
                "(arabic small low waw - 08D3)",
                "(arabic small high waw - 08F3)"
            ]
        },
        {
            "codepoint": "06E6",
            "name": "ARABIC SMALL YEH"
        },
        {
            "codepoint": "06E7",
            "name": "ARABIC SMALL HIGH YEH"
        },
        {
            "codepoint": "06E8",
            "name": "ARABIC SMALL HIGH NOON"
        },
        {
            "codepoint": "06E9",
            "name": "ARABIC PLACE OF SAJDAH",
            "comments": [
                "there is a range of acceptable glyphs for this character"
            ]
        },
        {
            "codepoint": "06EA",
            "name": "ARABIC EMPTY CENTRE LOW STOP"
        },
        {
            "codepoint": "06EB",
            "name": "ARABIC EMPTY CENTRE HIGH STOP"
        },
        {
            "codepoint": "06EC",
            "name": "ARABIC ROUNDED HIGH STOP WITH FILLED CENTRE",
            "comments": [
                "also used in Quranic text in African and other orthographies to represent wasla, ikhtilas, etc."
            ]
        },
        {
            "codepoint": "06ED",
            "name": "ARABIC SMALL LOW MEEM"
        },
        {
            "codepoint": "06EE",
            "name": "ARABIC LETTER DAL WITH INVERTED V"
        },
        {
            "codepoint": "06EF",
            "name": "ARABIC LETTER REH WITH INVERTED V",
            "comments": [
                "also used in early Persian"
            ]
        },
        {
            "codepoint": "06F0",
            "name": "EXTENDED ARABIC-INDIC DIGIT ZERO"
        },
        {
            "codepoint": "06F1",
            "name": "EXTENDED ARABIC-INDIC DIGIT ONE"
        },
        {
            "codepoint": "06F2",
            "name": "EXTENDED ARABIC-INDIC DIGIT TWO"
        },
        {
            "codepoint": "06F3",
            "name": "EXTENDED ARABIC-INDIC DIGIT THREE"
        },
        {
            "codepoint": "06F4",
            "name": "EXTENDED ARABIC-INDIC DIGIT FOUR",
            "comments": [
                "Urdu and Kashmiri have a different glyph than Persian"
            ]
        },
        {
            "codepoint": "06F5",
            "name": "EXTENDED ARABIC-INDIC DIGIT FIVE"
        },
        {
            "codepoint": "06F6",
            "name": "EXTENDED ARABIC-INDIC DIGIT SIX",
            "comments": [
                "Sindhi, Urdu, and Kashmiri have a different glyph than Persian"
            ]
        },
        {
            "codepoint": "06F7",
            "name": "EXTENDED ARABIC-INDIC DIGIT SEVEN",
            "comments": [
                "Sindhi, Urdu, and Kashmiri have a different glyph than Persian"
            ]
        },
        {
            "codepoint": "06F8",
            "name": "EXTENDED ARABIC-INDIC DIGIT EIGHT"
        },
        {
            "codepoint": "06F9",
            "name": "EXTENDED ARABIC-INDIC DIGIT NINE"
        },
        {
            "codepoint": "06FA",
            "name": "ARABIC LETTER SHEEN WITH DOT BELOW"
        },
        {
            "codepoint": "06FB",
            "name": "ARABIC LETTER DAD WITH DOT BELOW"
        },
        {
            "codepoint": "06FC",
            "name": "ARABIC LETTER GHAIN WITH DOT BELOW"
        },
        {
            "codepoint": "06FD",
            "name": "ARABIC SIGN SINDHI AMPERSAND"
        },
        {
            "codepoint": "06FE",
            "name": "ARABIC SIGN SINDHI POSTPOSITION MEN"
        },
        {
            "codepoint": "06FF",
            "name": "ARABIC LETTER HEH WITH INVERTED V"
        },
        {
            "codepoint": "0700",
            "name": "SYRIAC END OF PARAGRAPH",
            "comments": [
                "marks the end of a paragraph"
            ]
        },
        {
            "codepoint": "0701",
            "name": "SYRIAC SUPRALINEAR FULL STOP",
            "comments": [
                "marks interrogations, imperatives, and pauses, especially in Biblical texts"
            ]
        },
        {
            "codepoint": "0702",
            "name": "SYRIAC SUBLINEAR FULL STOP",
            "comments": [
                "marks subordinate clauses and minor pauses, especially in Biblical texts"
            ]
        },
        {
            "codepoint": "0703",
            "name": "SYRIAC SUPRALINEAR COLON",
            "comments": [
                "marks expressions of wonder and has a distinct pausal value in Biblical texts"
            ]
        },
        {
            "codepoint": "0704",
            "name": "SYRIAC SUBLINEAR COLON",
            "comments": [
                "used at the end of verses of supplications"
            ]
        },
        {
            "codepoint": "0705",
            "name": "SYRIAC HORIZONTAL COLON",
            "comments": [
                "joins two words closely together in a context to which a rising tone is suitable"
            ]
        },
        {
            "codepoint": "0706",
            "name": "SYRIAC COLON SKEWED LEFT",
            "comments": [
                "marks a dependent clause"
            ]
        },
        {
            "codepoint": "0707",
            "name": "SYRIAC COLON SKEWED RIGHT",
            "comments": [
                "marks the end of a subdivision of the apodosis, or latter part of a Biblical verse"
            ]
        },
        {
            "codepoint": "0708",
            "name": "SYRIAC SUPRALINEAR COLON SKEWED LEFT",
            "comments": [
                "marks a minor phrase division"
            ]
        },
        {
            "codepoint": "0709",
            "name": "SYRIAC SUBLINEAR COLON SKEWED RIGHT",
            "other": [
                "SYRIAC SUBLINEAR COLON SKEWED LEFT"
            ],
            "comments": [
                "marks the end of a real or rhetorical question",
                "character name is a misnomer"
            ]
        },
        {
            "codepoint": "070A",
            "name": "SYRIAC CONTRACTION",
            "comments": [
                "a contraction mark, mostly used in East Syriac",
                "placed at the end of an incomplete word"
            ]
        },
        {
            "codepoint": "070B",
            "name": "SYRIAC HARKLEAN OBELUS",
            "comments": [
                "marks the beginning of a phrase, word, or morpheme that has a marginal note"
            ],
            "crossReferences": [
                "(division sign - 00F7)"
            ]
        },
        {
            "codepoint": "070C",
            "name": "SYRIAC HARKLEAN METOBELUS",
            "comments": [
                "marks the end of a section with a marginal note"
            ]
        },
        {
            "codepoint": "070D",
            "name": "SYRIAC HARKLEAN ASTERISCUS",
            "comments": [
                "marks the beginning of a phrase, word, or morpheme that has a marginal note"
            ]
        },
        {
            "codepoint": "070F",
            "name": "SYRIAC ABBREVIATION MARK",
            "aliases": [
                "SAM"
            ],
            "comments": [
                "marks the beginning of a Syriac abbreviation"
            ]
        },
        {
            "codepoint": "0710",
            "name": "SYRIAC LETTER ALAPH"
        },
        {
            "codepoint": "0711",
            "name": "SYRIAC LETTER SUPERSCRIPT ALAPH",
            "comments": [
                "used in East Syriac texts to indicate an etymological Alaph"
            ]
        },
        {
            "codepoint": "0712",
            "name": "SYRIAC LETTER BETH"
        },
        {
            "codepoint": "0713",
            "name": "SYRIAC LETTER GAMAL"
        },
        {
            "codepoint": "0714",
            "name": "SYRIAC LETTER GAMAL GARSHUNI",
            "comments": [
                "used in Garshuni documents"
            ]
        },
        {
            "codepoint": "0715",
            "name": "SYRIAC LETTER DALATH"
        },
        {
            "codepoint": "0716",
            "name": "SYRIAC LETTER DOTLESS DALATH RISH",
            "comments": [
                "ambiguous form for undifferentiated early dalath/rish"
            ]
        },
        {
            "codepoint": "0717",
            "name": "SYRIAC LETTER HE"
        },
        {
            "codepoint": "0718",
            "name": "SYRIAC LETTER WAW"
        },
        {
            "codepoint": "0719",
            "name": "SYRIAC LETTER ZAIN"
        },
        {
            "codepoint": "071A",
            "name": "SYRIAC LETTER HETH"
        },
        {
            "codepoint": "071B",
            "name": "SYRIAC LETTER TETH"
        },
        {
            "codepoint": "071C",
            "name": "SYRIAC LETTER TETH GARSHUNI",
            "comments": [
                "used in Garshuni documents"
            ]
        },
        {
            "codepoint": "071D",
            "name": "SYRIAC LETTER YUDH"
        },
        {
            "codepoint": "071E",
            "name": "SYRIAC LETTER YUDH HE",
            "comments": [
                "mostly used in East Syriac texts"
            ]
        },
        {
            "codepoint": "071F",
            "name": "SYRIAC LETTER KAPH"
        },
        {
            "codepoint": "0720",
            "name": "SYRIAC LETTER LAMADH"
        },
        {
            "codepoint": "0721",
            "name": "SYRIAC LETTER MIM"
        },
        {
            "codepoint": "0722",
            "name": "SYRIAC LETTER NUN"
        },
        {
            "codepoint": "0723",
            "name": "SYRIAC LETTER SEMKATH"
        },
        {
            "codepoint": "0724",
            "name": "SYRIAC LETTER FINAL SEMKATH"
        },
        {
            "codepoint": "0725",
            "name": "SYRIAC LETTER E"
        },
        {
            "codepoint": "0726",
            "name": "SYRIAC LETTER PE"
        },
        {
            "codepoint": "0727",
            "name": "SYRIAC LETTER REVERSED PE",
            "comments": [
                "used in Christian Palestinian Aramaic"
            ]
        },
        {
            "codepoint": "0728",
            "name": "SYRIAC LETTER SADHE"
        },
        {
            "codepoint": "0729",
            "name": "SYRIAC LETTER QAPH"
        },
        {
            "codepoint": "072A",
            "name": "SYRIAC LETTER RISH"
        },
        {
            "codepoint": "072B",
            "name": "SYRIAC LETTER SHIN"
        },
        {
            "codepoint": "072C",
            "name": "SYRIAC LETTER TAW"
        },
        {
            "codepoint": "072D",
            "name": "SYRIAC LETTER PERSIAN BHETH"
        },
        {
            "codepoint": "072E",
            "name": "SYRIAC LETTER PERSIAN GHAMAL"
        },
        {
            "codepoint": "072F",
            "name": "SYRIAC LETTER PERSIAN DHALATH"
        },
        {
            "codepoint": "0730",
            "name": "SYRIAC PTHAHA ABOVE"
        },
        {
            "codepoint": "0731",
            "name": "SYRIAC PTHAHA BELOW"
        },
        {
            "codepoint": "0732",
            "name": "SYRIAC PTHAHA DOTTED"
        },
        {
            "codepoint": "0733",
            "name": "SYRIAC ZQAPHA ABOVE"
        },
        {
            "codepoint": "0734",
            "name": "SYRIAC ZQAPHA BELOW"
        },
        {
            "codepoint": "0735",
            "name": "SYRIAC ZQAPHA DOTTED"
        },
        {
            "codepoint": "0736",
            "name": "SYRIAC RBASA ABOVE"
        },
        {
            "codepoint": "0737",
            "name": "SYRIAC RBASA BELOW"
        },
        {
            "codepoint": "0738",
            "name": "SYRIAC DOTTED ZLAMA HORIZONTAL"
        },
        {
            "codepoint": "0739",
            "name": "SYRIAC DOTTED ZLAMA ANGULAR"
        },
        {
            "codepoint": "073A",
            "name": "SYRIAC HBASA ABOVE"
        },
        {
            "codepoint": "073B",
            "name": "SYRIAC HBASA BELOW"
        },
        {
            "codepoint": "073C",
            "name": "SYRIAC HBASA-ESASA DOTTED"
        },
        {
            "codepoint": "073D",
            "name": "SYRIAC ESASA ABOVE"
        },
        {
            "codepoint": "073E",
            "name": "SYRIAC ESASA BELOW"
        },
        {
            "codepoint": "073F",
            "name": "SYRIAC RWAHA"
        },
        {
            "codepoint": "0740",
            "name": "SYRIAC FEMININE DOT",
            "comments": [
                "feminine marker used with the Taw feminine suffix"
            ],
            "crossReferences": [
                "(combining dot above left - 1DF8)"
            ]
        },
        {
            "codepoint": "0741",
            "name": "SYRIAC QUSHSHAYA",
            "comments": [
                "indicates a plosive pronunciation"
            ]
        },
        {
            "codepoint": "0742",
            "name": "SYRIAC RUKKAKHA",
            "comments": [
                "indicates an aspirated (spirantized) pronunciation"
            ]
        },
        {
            "codepoint": "0743",
            "name": "SYRIAC TWO VERTICAL DOTS ABOVE",
            "comments": [
                "accent mark used in ancient manuscripts"
            ]
        },
        {
            "codepoint": "0744",
            "name": "SYRIAC TWO VERTICAL DOTS BELOW",
            "comments": [
                "accent mark used in ancient manuscripts"
            ]
        },
        {
            "codepoint": "0745",
            "name": "SYRIAC THREE DOTS ABOVE",
            "comments": [
                "diacritic used in Turoyo for letters not found in Syriac"
            ]
        },
        {
            "codepoint": "0746",
            "name": "SYRIAC THREE DOTS BELOW",
            "comments": [
                "diacritic used in Turoyo for letters not found in Syriac"
            ]
        },
        {
            "codepoint": "0747",
            "name": "SYRIAC OBLIQUE LINE ABOVE",
            "comments": [
                "indication of a silent letter"
            ]
        },
        {
            "codepoint": "0748",
            "name": "SYRIAC OBLIQUE LINE BELOW",
            "comments": [
                "indication of a silent letter",
                "also used to indicate numbers multiplied by a certain constant"
            ]
        },
        {
            "codepoint": "0749",
            "name": "SYRIAC MUSIC",
            "comments": [
                "a music mark",
                "also used in the Syrian Orthodox Anaphora book to mark the breaking of the Eucharist bread"
            ]
        },
        {
            "codepoint": "074A",
            "name": "SYRIAC BARREKH",
            "comments": [
                "a diacritic cross used in liturgical texts"
            ]
        },
        {
            "codepoint": "074D",
            "name": "SYRIAC LETTER SOGDIAN ZHAIN"
        },
        {
            "codepoint": "074E",
            "name": "SYRIAC LETTER SOGDIAN KHAPH"
        },
        {
            "codepoint": "074F",
            "name": "SYRIAC LETTER SOGDIAN FE"
        },
        {
            "codepoint": "0750",
            "name": "ARABIC LETTER BEH WITH THREE DOTS HORIZONTALLY BELOW"
        },
        {
            "codepoint": "0751",
            "name": "ARABIC LETTER BEH WITH DOT BELOW AND THREE DOTS ABOVE"
        },
        {
            "codepoint": "0752",
            "name": "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW"
        },
        {
            "codepoint": "0753",
            "name": "ARABIC LETTER BEH WITH THREE DOTS POINTING UPWARDS BELOW AND TWO DOTS ABOVE"
        },
        {
            "codepoint": "0754",
            "name": "ARABIC LETTER BEH WITH TWO DOTS BELOW AND DOT ABOVE"
        },
        {
            "codepoint": "0755",
            "name": "ARABIC LETTER BEH WITH INVERTED SMALL V BELOW"
        },
        {
            "codepoint": "0756",
            "name": "ARABIC LETTER BEH WITH SMALL V"
        },
        {
            "codepoint": "0757",
            "name": "ARABIC LETTER HAH WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "0758",
            "name": "ARABIC LETTER HAH WITH THREE DOTS POINTING UPWARDS BELOW"
        },
        {
            "codepoint": "0759",
            "name": "ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW AND SMALL TAH",
            "comments": [
                "Saraiki"
            ]
        },
        {
            "codepoint": "075A",
            "name": "ARABIC LETTER DAL WITH INVERTED SMALL V BELOW"
        },
        {
            "codepoint": "075B",
            "name": "ARABIC LETTER REH WITH STROKE"
        },
        {
            "codepoint": "075C",
            "name": "ARABIC LETTER SEEN WITH FOUR DOTS ABOVE",
            "comments": [
                "Shina"
            ]
        },
        {
            "codepoint": "075D",
            "name": "ARABIC LETTER AIN WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "075E",
            "name": "ARABIC LETTER AIN WITH THREE DOTS POINTING DOWNWARDS ABOVE"
        },
        {
            "codepoint": "075F",
            "name": "ARABIC LETTER AIN WITH TWO DOTS VERTICALLY ABOVE"
        },
        {
            "codepoint": "0760",
            "name": "ARABIC LETTER FEH WITH TWO DOTS BELOW"
        },
        {
            "codepoint": "0761",
            "name": "ARABIC LETTER FEH WITH THREE DOTS POINTING UPWARDS BELOW"
        },
        {
            "codepoint": "0762",
            "name": "ARABIC LETTER KEHEH WITH DOT ABOVE",
            "comments": [
                "Jawi, preferred to 06AC"
            ],
            "crossReferences": [
                "(arabic letter kaf with dot above - 06AC)"
            ]
        },
        {
            "codepoint": "0763",
            "name": "ARABIC LETTER KEHEH WITH THREE DOTS ABOVE",
            "comments": [
                "Moroccan Arabic, Amazigh, Burushaski"
            ],
            "crossReferences": [
                "(arabic letter ng - 06AD)"
            ]
        },
        {
            "codepoint": "0764",
            "name": "ARABIC LETTER KEHEH WITH THREE DOTS POINTING UPWARDS BELOW"
        },
        {
            "codepoint": "0765",
            "name": "ARABIC LETTER MEEM WITH DOT ABOVE"
        },
        {
            "codepoint": "0766",
            "name": "ARABIC LETTER MEEM WITH DOT BELOW",
            "comments": [
                "Maba"
            ]
        },
        {
            "codepoint": "0767",
            "name": "ARABIC LETTER NOON WITH TWO DOTS BELOW",
            "comments": [
                "Arwi"
            ]
        },
        {
            "codepoint": "0768",
            "name": "ARABIC LETTER NOON WITH SMALL TAH",
            "comments": [
                "Saraiki, Pathwari"
            ]
        },
        {
            "codepoint": "0769",
            "name": "ARABIC LETTER NOON WITH SMALL V",
            "comments": [
                "Gojri"
            ]
        },
        {
            "codepoint": "076A",
            "name": "ARABIC LETTER LAM WITH BAR"
        },
        {
            "codepoint": "076B",
            "name": "ARABIC LETTER REH WITH TWO DOTS VERTICALLY ABOVE",
            "comments": [
                "Torwali, Ormuri"
            ]
        },
        {
            "codepoint": "076C",
            "name": "ARABIC LETTER REH WITH HAMZA ABOVE",
            "comments": [
                "Ormuri",
                "represents a voiced alveolo-palatal laminal fricative"
            ],
            "crossReferences": [
                "(latin small letter z with curl - 0291)"
            ]
        },
        {
            "codepoint": "076D",
            "name": "ARABIC LETTER SEEN WITH TWO DOTS VERTICALLY ABOVE",
            "comments": [
                "Kalami, Ormuri"
            ]
        },
        {
            "codepoint": "076E",
            "name": "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH BELOW"
        },
        {
            "codepoint": "076F",
            "name": "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"
        },
        {
            "codepoint": "0770",
            "name": "ARABIC LETTER SEEN WITH SMALL ARABIC LETTER TAH AND TWO DOTS"
        },
        {
            "codepoint": "0771",
            "name": "ARABIC LETTER REH WITH SMALL ARABIC LETTER TAH AND TWO DOTS"
        },
        {
            "codepoint": "0772",
            "name": "ARABIC LETTER HAH WITH SMALL ARABIC LETTER TAH ABOVE"
        },
        {
            "codepoint": "0773",
            "name": "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"
        },
        {
            "codepoint": "0774",
            "name": "ARABIC LETTER ALEF WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"
        },
        {
            "codepoint": "0775",
            "name": "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"
        },
        {
            "codepoint": "0776",
            "name": "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"
        },
        {
            "codepoint": "0777",
            "name": "ARABIC LETTER FARSI YEH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW"
        },
        {
            "codepoint": "0778",
            "name": "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"
        },
        {
            "codepoint": "0779",
            "name": "ARABIC LETTER WAW WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"
        },
        {
            "codepoint": "077A",
            "name": "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT TWO ABOVE"
        },
        {
            "codepoint": "077B",
            "name": "ARABIC LETTER YEH BARREE WITH EXTENDED ARABIC-INDIC DIGIT THREE ABOVE"
        },
        {
            "codepoint": "077C",
            "name": "ARABIC LETTER HAH WITH EXTENDED ARABIC-INDIC DIGIT FOUR BELOW"
        },
        {
            "codepoint": "077D",
            "name": "ARABIC LETTER SEEN WITH EXTENDED ARABIC-INDIC DIGIT FOUR ABOVE"
        },
        {
            "codepoint": "077E",
            "name": "ARABIC LETTER SEEN WITH INVERTED V"
        },
        {
            "codepoint": "077F",
            "name": "ARABIC LETTER KAF WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "0780",
            "name": "THAANA LETTER HAA"
        },
        {
            "codepoint": "0781",
            "name": "THAANA LETTER SHAVIYANI"
        },
        {
            "codepoint": "0782",
            "name": "THAANA LETTER NOONU"
        },
        {
            "codepoint": "0783",
            "name": "THAANA LETTER RAA"
        },
        {
            "codepoint": "0784",
            "name": "THAANA LETTER BAA"
        },
        {
            "codepoint": "0785",
            "name": "THAANA LETTER LHAVIYANI"
        },
        {
            "codepoint": "0786",
            "name": "THAANA LETTER KAAFU"
        },
        {
            "codepoint": "0787",
            "name": "THAANA LETTER ALIFU"
        },
        {
            "codepoint": "0788",
            "name": "THAANA LETTER VAAVU"
        },
        {
            "codepoint": "0789",
            "name": "THAANA LETTER MEEMU"
        },
        {
            "codepoint": "078A",
            "name": "THAANA LETTER FAAFU"
        },
        {
            "codepoint": "078B",
            "name": "THAANA LETTER DHAALU"
        },
        {
            "codepoint": "078C",
            "name": "THAANA LETTER THAA"
        },
        {
            "codepoint": "078D",
            "name": "THAANA LETTER LAAMU"
        },
        {
            "codepoint": "078E",
            "name": "THAANA LETTER GAAFU"
        },
        {
            "codepoint": "078F",
            "name": "THAANA LETTER GNAVIYANI"
        },
        {
            "codepoint": "0790",
            "name": "THAANA LETTER SEENU"
        },
        {
            "codepoint": "0791",
            "name": "THAANA LETTER DAVIYANI"
        },
        {
            "codepoint": "0792",
            "name": "THAANA LETTER ZAVIYANI"
        },
        {
            "codepoint": "0793",
            "name": "THAANA LETTER TAVIYANI"
        },
        {
            "codepoint": "0794",
            "name": "THAANA LETTER YAA"
        },
        {
            "codepoint": "0795",
            "name": "THAANA LETTER PAVIYANI"
        },
        {
            "codepoint": "0796",
            "name": "THAANA LETTER JAVIYANI"
        },
        {
            "codepoint": "0797",
            "name": "THAANA LETTER CHAVIYANI"
        },
        {
            "codepoint": "0798",
            "name": "THAANA LETTER TTAA"
        },
        {
            "codepoint": "0799",
            "name": "THAANA LETTER HHAA"
        },
        {
            "codepoint": "079A",
            "name": "THAANA LETTER KHAA"
        },
        {
            "codepoint": "079B",
            "name": "THAANA LETTER THAALU"
        },
        {
            "codepoint": "079C",
            "name": "THAANA LETTER ZAA"
        },
        {
            "codepoint": "079D",
            "name": "THAANA LETTER SHEENU"
        },
        {
            "codepoint": "079E",
            "name": "THAANA LETTER SAADHU"
        },
        {
            "codepoint": "079F",
            "name": "THAANA LETTER DAADHU"
        },
        {
            "codepoint": "07A0",
            "name": "THAANA LETTER TO"
        },
        {
            "codepoint": "07A1",
            "name": "THAANA LETTER ZO"
        },
        {
            "codepoint": "07A2",
            "name": "THAANA LETTER AINU"
        },
        {
            "codepoint": "07A3",
            "name": "THAANA LETTER GHAINU"
        },
        {
            "codepoint": "07A4",
            "name": "THAANA LETTER QAAFU"
        },
        {
            "codepoint": "07A5",
            "name": "THAANA LETTER WAAVU"
        },
        {
            "codepoint": "07A6",
            "name": "THAANA ABAFILI"
        },
        {
            "codepoint": "07A7",
            "name": "THAANA AABAAFILI"
        },
        {
            "codepoint": "07A8",
            "name": "THAANA IBIFILI"
        },
        {
            "codepoint": "07A9",
            "name": "THAANA EEBEEFILI"
        },
        {
            "codepoint": "07AA",
            "name": "THAANA UBUFILI"
        },
        {
            "codepoint": "07AB",
            "name": "THAANA OOBOOFILI"
        },
        {
            "codepoint": "07AC",
            "name": "THAANA EBEFILI"
        },
        {
            "codepoint": "07AD",
            "name": "THAANA EYBEYFILI"
        },
        {
            "codepoint": "07AE",
            "name": "THAANA OBOFILI"
        },
        {
            "codepoint": "07AF",
            "name": "THAANA OABOAFILI"
        },
        {
            "codepoint": "07B0",
            "name": "THAANA SUKUN"
        },
        {
            "codepoint": "07B1",
            "name": "THAANA LETTER NAA"
        },
        {
            "codepoint": "07C0",
            "name": "NKO DIGIT ZERO"
        },
        {
            "codepoint": "07C1",
            "name": "NKO DIGIT ONE"
        },
        {
            "codepoint": "07C2",
            "name": "NKO DIGIT TWO"
        },
        {
            "codepoint": "07C3",
            "name": "NKO DIGIT THREE"
        },
        {
            "codepoint": "07C4",
            "name": "NKO DIGIT FOUR"
        },
        {
            "codepoint": "07C5",
            "name": "NKO DIGIT FIVE"
        },
        {
            "codepoint": "07C6",
            "name": "NKO DIGIT SIX"
        },
        {
            "codepoint": "07C7",
            "name": "NKO DIGIT SEVEN"
        },
        {
            "codepoint": "07C8",
            "name": "NKO DIGIT EIGHT"
        },
        {
            "codepoint": "07C9",
            "name": "NKO DIGIT NINE"
        },
        {
            "codepoint": "07CA",
            "name": "NKO LETTER A"
        },
        {
            "codepoint": "07CB",
            "name": "NKO LETTER EE"
        },
        {
            "codepoint": "07CC",
            "name": "NKO LETTER I"
        },
        {
            "codepoint": "07CD",
            "name": "NKO LETTER E"
        },
        {
            "codepoint": "07CE",
            "name": "NKO LETTER U"
        },
        {
            "codepoint": "07CF",
            "name": "NKO LETTER OO"
        },
        {
            "codepoint": "07D0",
            "name": "NKO LETTER O"
        },
        {
            "codepoint": "07D1",
            "name": "NKO LETTER DAGBASINNA"
        },
        {
            "codepoint": "07D2",
            "name": "NKO LETTER N"
        },
        {
            "codepoint": "07D3",
            "name": "NKO LETTER BA"
        },
        {
            "codepoint": "07D4",
            "name": "NKO LETTER PA"
        },
        {
            "codepoint": "07D5",
            "name": "NKO LETTER TA"
        },
        {
            "codepoint": "07D6",
            "name": "NKO LETTER JA"
        },
        {
            "codepoint": "07D7",
            "name": "NKO LETTER CHA"
        },
        {
            "codepoint": "07D8",
            "name": "NKO LETTER DA"
        },
        {
            "codepoint": "07D9",
            "name": "NKO LETTER RA"
        },
        {
            "codepoint": "07DA",
            "name": "NKO LETTER RRA"
        },
        {
            "codepoint": "07DB",
            "name": "NKO LETTER SA"
        },
        {
            "codepoint": "07DC",
            "name": "NKO LETTER GBA"
        },
        {
            "codepoint": "07DD",
            "name": "NKO LETTER FA"
        },
        {
            "codepoint": "07DE",
            "name": "NKO LETTER KA"
        },
        {
            "codepoint": "07DF",
            "name": "NKO LETTER LA"
        },
        {
            "codepoint": "07E0",
            "name": "NKO LETTER NA WOLOSO"
        },
        {
            "codepoint": "07E1",
            "name": "NKO LETTER MA"
        },
        {
            "codepoint": "07E2",
            "name": "NKO LETTER NYA"
        },
        {
            "codepoint": "07E3",
            "name": "NKO LETTER NA"
        },
        {
            "codepoint": "07E4",
            "name": "NKO LETTER HA"
        },
        {
            "codepoint": "07E5",
            "name": "NKO LETTER WA"
        },
        {
            "codepoint": "07E6",
            "name": "NKO LETTER YA"
        },
        {
            "codepoint": "07E7",
            "name": "NKO LETTER NYA WOLOSO"
        },
        {
            "codepoint": "07E8",
            "name": "NKO LETTER JONA JA"
        },
        {
            "codepoint": "07E9",
            "name": "NKO LETTER JONA CHA"
        },
        {
            "codepoint": "07EA",
            "name": "NKO LETTER JONA RA",
            "crossReferences": [
                "(nko letter ra - 07D9)"
            ]
        },
        {
            "codepoint": "07EB",
            "name": "NKO COMBINING SHORT HIGH TONE",
            "crossReferences": [
                "(combining macron - 0304)"
            ]
        },
        {
            "codepoint": "07EC",
            "name": "NKO COMBINING SHORT LOW TONE",
            "crossReferences": [
                "(combining tilde - 0303)"
            ]
        },
        {
            "codepoint": "07ED",
            "name": "NKO COMBINING SHORT RISING TONE",
            "crossReferences": [
                "(combining dot above - 0307)"
            ]
        },
        {
            "codepoint": "07EE",
            "name": "NKO COMBINING LONG DESCENDING TONE",
            "crossReferences": [
                "(combining circumflex accent - 0302)"
            ]
        },
        {
            "codepoint": "07EF",
            "name": "NKO COMBINING LONG HIGH TONE"
        },
        {
            "codepoint": "07F0",
            "name": "NKO COMBINING LONG LOW TONE"
        },
        {
            "codepoint": "07F1",
            "name": "NKO COMBINING LONG RISING TONE"
        },
        {
            "codepoint": "07F2",
            "name": "NKO COMBINING NASALIZATION MARK",
            "crossReferences": [
                "(combining dot below - 0323)"
            ]
        },
        {
            "codepoint": "07F3",
            "name": "NKO COMBINING DOUBLE DOT ABOVE",
            "crossReferences": [
                "(combining diaeresis - 0308)"
            ]
        },
        {
            "codepoint": "07F4",
            "name": "NKO HIGH TONE APOSTROPHE",
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)"
            ]
        },
        {
            "codepoint": "07F5",
            "name": "NKO LOW TONE APOSTROPHE",
            "crossReferences": [
                "(modifier letter turned comma - 02BB)"
            ]
        },
        {
            "codepoint": "07F6",
            "name": "NKO SYMBOL OO DENNEN",
            "comments": [
                "indicates remote future placement of the topic under discussion"
            ]
        },
        {
            "codepoint": "07F7",
            "name": "NKO SYMBOL GBAKURUNEN",
            "comments": [
                "marks end of a major section of text",
                "symbol represents the three stones holding a cooking pot over a fire"
            ]
        },
        {
            "codepoint": "07F8",
            "name": "NKO COMMA"
        },
        {
            "codepoint": "07F9",
            "name": "NKO EXCLAMATION MARK"
        },
        {
            "codepoint": "07FA",
            "name": "NKO LAJANYALAN",
            "crossReferences": [
                "(low line - 005F)",
                "(arabic tatweel - 0640)"
            ]
        },
        {
            "codepoint": "07FD",
            "name": "NKO DANTAYALAN",
            "comments": [
                "used to abbreviate units of measure"
            ],
            "crossReferences": [
                "(combining bridge below - 032A)"
            ]
        },
        {
            "codepoint": "07FE",
            "name": "NKO DOROME SIGN",
            "crossReferences": [
                "(nko letter da - 07D8)"
            ]
        },
        {
            "codepoint": "07FF",
            "name": "NKO TAMAN SIGN",
            "crossReferences": [
                "(nko letter ta - 07D5)"
            ]
        },
        {
            "codepoint": "0800",
            "name": "SAMARITAN LETTER ALAF"
        },
        {
            "codepoint": "0801",
            "name": "SAMARITAN LETTER BIT"
        },
        {
            "codepoint": "0802",
            "name": "SAMARITAN LETTER GAMAN"
        },
        {
            "codepoint": "0803",
            "name": "SAMARITAN LETTER DALAT"
        },
        {
            "codepoint": "0804",
            "name": "SAMARITAN LETTER IY"
        },
        {
            "codepoint": "0805",
            "name": "SAMARITAN LETTER BAA"
        },
        {
            "codepoint": "0806",
            "name": "SAMARITAN LETTER ZEN"
        },
        {
            "codepoint": "0807",
            "name": "SAMARITAN LETTER IT"
        },
        {
            "codepoint": "0808",
            "name": "SAMARITAN LETTER TIT"
        },
        {
            "codepoint": "0809",
            "name": "SAMARITAN LETTER YUT"
        },
        {
            "codepoint": "080A",
            "name": "SAMARITAN LETTER KAAF"
        },
        {
            "codepoint": "080B",
            "name": "SAMARITAN LETTER LABAT"
        },
        {
            "codepoint": "080C",
            "name": "SAMARITAN LETTER MIM"
        },
        {
            "codepoint": "080D",
            "name": "SAMARITAN LETTER NUN"
        },
        {
            "codepoint": "080E",
            "name": "SAMARITAN LETTER SINGAAT"
        },
        {
            "codepoint": "080F",
            "name": "SAMARITAN LETTER IN"
        },
        {
            "codepoint": "0810",
            "name": "SAMARITAN LETTER FI"
        },
        {
            "codepoint": "0811",
            "name": "SAMARITAN LETTER TSAADIY"
        },
        {
            "codepoint": "0812",
            "name": "SAMARITAN LETTER QUF"
        },
        {
            "codepoint": "0813",
            "name": "SAMARITAN LETTER RISH"
        },
        {
            "codepoint": "0814",
            "name": "SAMARITAN LETTER SHAN"
        },
        {
            "codepoint": "0815",
            "name": "SAMARITAN LETTER TAAF"
        },
        {
            "codepoint": "0816",
            "name": "SAMARITAN MARK IN"
        },
        {
            "codepoint": "0817",
            "name": "SAMARITAN MARK IN-ALAF"
        },
        {
            "codepoint": "0818",
            "name": "SAMARITAN MARK OCCLUSION"
        },
        {
            "codepoint": "0819",
            "name": "SAMARITAN MARK DAGESH"
        },
        {
            "codepoint": "081A",
            "name": "SAMARITAN MODIFIER LETTER EPENTHETIC YUT"
        },
        {
            "codepoint": "081B",
            "name": "SAMARITAN MARK EPENTHETIC YUT"
        },
        {
            "codepoint": "081C",
            "name": "SAMARITAN VOWEL SIGN LONG E",
            "aliases": [
                "fatha al-nida"
            ]
        },
        {
            "codepoint": "081D",
            "name": "SAMARITAN VOWEL SIGN E"
        },
        {
            "codepoint": "081E",
            "name": "SAMARITAN VOWEL SIGN OVERLONG AA",
            "aliases": [
                "fatha al-ima"
            ]
        },
        {
            "codepoint": "081F",
            "name": "SAMARITAN VOWEL SIGN LONG AA"
        },
        {
            "codepoint": "0820",
            "name": "SAMARITAN VOWEL SIGN AA"
        },
        {
            "codepoint": "0821",
            "name": "SAMARITAN VOWEL SIGN OVERLONG A",
            "aliases": [
                "fatha al-iha"
            ]
        },
        {
            "codepoint": "0822",
            "name": "SAMARITAN VOWEL SIGN LONG A"
        },
        {
            "codepoint": "0823",
            "name": "SAMARITAN VOWEL SIGN A"
        },
        {
            "codepoint": "0824",
            "name": "SAMARITAN MODIFIER LETTER SHORT A"
        },
        {
            "codepoint": "0825",
            "name": "SAMARITAN VOWEL SIGN SHORT A",
            "aliases": [
                "fatha"
            ]
        },
        {
            "codepoint": "0826",
            "name": "SAMARITAN VOWEL SIGN LONG U",
            "aliases": [
                "damma"
            ]
        },
        {
            "codepoint": "0827",
            "name": "SAMARITAN VOWEL SIGN U"
        },
        {
            "codepoint": "0828",
            "name": "SAMARITAN MODIFIER LETTER I"
        },
        {
            "codepoint": "0829",
            "name": "SAMARITAN VOWEL SIGN LONG I",
            "aliases": [
                "kasra"
            ]
        },
        {
            "codepoint": "082A",
            "name": "SAMARITAN VOWEL SIGN I"
        },
        {
            "codepoint": "082B",
            "name": "SAMARITAN VOWEL SIGN O"
        },
        {
            "codepoint": "082C",
            "name": "SAMARITAN VOWEL SIGN SUKUN"
        },
        {
            "codepoint": "082D",
            "name": "SAMARITAN MARK NEQUDAA"
        },
        {
            "codepoint": "0830",
            "name": "SAMARITAN PUNCTUATION NEQUDAA",
            "aliases": [
                "word separator"
            ]
        },
        {
            "codepoint": "0831",
            "name": "SAMARITAN PUNCTUATION AFSAAQ",
            "aliases": [
                "interruption"
            ]
        },
        {
            "codepoint": "0832",
            "name": "SAMARITAN PUNCTUATION ANGED",
            "aliases": [
                "restraint"
            ]
        },
        {
            "codepoint": "0833",
            "name": "SAMARITAN PUNCTUATION BAU",
            "aliases": [
                "prayer"
            ]
        },
        {
            "codepoint": "0834",
            "name": "SAMARITAN PUNCTUATION ATMAAU",
            "aliases": [
                "surprise"
            ]
        },
        {
            "codepoint": "0835",
            "name": "SAMARITAN PUNCTUATION SHIYYAALAA",
            "aliases": [
                "question"
            ]
        },
        {
            "codepoint": "0836",
            "name": "SAMARITAN ABBREVIATION MARK"
        },
        {
            "codepoint": "0837",
            "name": "SAMARITAN PUNCTUATION MELODIC QITSA"
        },
        {
            "codepoint": "0838",
            "name": "SAMARITAN PUNCTUATION ZIQAA",
            "aliases": [
                "shouting"
            ]
        },
        {
            "codepoint": "0839",
            "name": "SAMARITAN PUNCTUATION QITSA",
            "aliases": [
                "end of section"
            ]
        },
        {
            "codepoint": "083A",
            "name": "SAMARITAN PUNCTUATION ZAEF",
            "aliases": [
                "outburst"
            ]
        },
        {
            "codepoint": "083B",
            "name": "SAMARITAN PUNCTUATION TURU",
            "aliases": [
                "teaching"
            ]
        },
        {
            "codepoint": "083C",
            "name": "SAMARITAN PUNCTUATION ARKAANU",
            "aliases": [
                "submissiveness"
            ]
        },
        {
            "codepoint": "083D",
            "name": "SAMARITAN PUNCTUATION SOF MASHFAAT",
            "aliases": [
                "full stop"
            ]
        },
        {
            "codepoint": "083E",
            "name": "SAMARITAN PUNCTUATION ANNAAU",
            "aliases": [
                "rest"
            ]
        },
        {
            "codepoint": "0840",
            "name": "MANDAIC LETTER HALQA",
            "aliases": [
                "a"
            ]
        },
        {
            "codepoint": "0841",
            "name": "MANDAIC LETTER AB"
        },
        {
            "codepoint": "0842",
            "name": "MANDAIC LETTER AG"
        },
        {
            "codepoint": "0843",
            "name": "MANDAIC LETTER AD"
        },
        {
            "codepoint": "0844",
            "name": "MANDAIC LETTER AH"
        },
        {
            "codepoint": "0845",
            "name": "MANDAIC LETTER USHENNA",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "0846",
            "name": "MANDAIC LETTER AZ"
        },
        {
            "codepoint": "0847",
            "name": "MANDAIC LETTER IT",
            "aliases": [
                "pharyngeal hu"
            ]
        },
        {
            "codepoint": "0848",
            "name": "MANDAIC LETTER ATT"
        },
        {
            "codepoint": "0849",
            "name": "MANDAIC LETTER AKSA",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "084A",
            "name": "MANDAIC LETTER AK"
        },
        {
            "codepoint": "084B",
            "name": "MANDAIC LETTER AL"
        },
        {
            "codepoint": "084C",
            "name": "MANDAIC LETTER AM"
        },
        {
            "codepoint": "084D",
            "name": "MANDAIC LETTER AN"
        },
        {
            "codepoint": "084E",
            "name": "MANDAIC LETTER AS"
        },
        {
            "codepoint": "084F",
            "name": "MANDAIC LETTER IN"
        },
        {
            "codepoint": "0850",
            "name": "MANDAIC LETTER AP"
        },
        {
            "codepoint": "0851",
            "name": "MANDAIC LETTER ASZ"
        },
        {
            "codepoint": "0852",
            "name": "MANDAIC LETTER AQ"
        },
        {
            "codepoint": "0853",
            "name": "MANDAIC LETTER AR"
        },
        {
            "codepoint": "0854",
            "name": "MANDAIC LETTER ASH"
        },
        {
            "codepoint": "0855",
            "name": "MANDAIC LETTER AT"
        },
        {
            "codepoint": "0856",
            "name": "MANDAIC LETTER DUSHENNA",
            "aliases": [
                "di"
            ]
        },
        {
            "codepoint": "0857",
            "name": "MANDAIC LETTER KAD"
        },
        {
            "codepoint": "0858",
            "name": "MANDAIC LETTER AIN"
        },
        {
            "codepoint": "0859",
            "name": "MANDAIC AFFRICATION MARK"
        },
        {
            "codepoint": "085A",
            "name": "MANDAIC VOCALIZATION MARK"
        },
        {
            "codepoint": "085B",
            "name": "MANDAIC GEMINATION MARK"
        },
        {
            "codepoint": "085E",
            "name": "MANDAIC PUNCTUATION"
        },
        {
            "codepoint": "0860",
            "name": "SYRIAC LETTER MALAYALAM NGA",
            "crossReferences": [
                "(malayalam letter nga - 0D19)"
            ]
        },
        {
            "codepoint": "0861",
            "name": "SYRIAC LETTER MALAYALAM JA",
            "crossReferences": [
                "(malayalam letter ja - 0D1C)"
            ]
        },
        {
            "codepoint": "0862",
            "name": "SYRIAC LETTER MALAYALAM NYA",
            "crossReferences": [
                "(malayalam letter nya - 0D1E)"
            ]
        },
        {
            "codepoint": "0863",
            "name": "SYRIAC LETTER MALAYALAM TTA",
            "crossReferences": [
                "(malayalam letter tta - 0D1F)"
            ]
        },
        {
            "codepoint": "0864",
            "name": "SYRIAC LETTER MALAYALAM NNA",
            "crossReferences": [
                "(malayalam letter nna - 0D23)"
            ]
        },
        {
            "codepoint": "0865",
            "name": "SYRIAC LETTER MALAYALAM NNNA",
            "crossReferences": [
                "(malayalam letter nnna - 0D29)"
            ]
        },
        {
            "codepoint": "0866",
            "name": "SYRIAC LETTER MALAYALAM BHA",
            "crossReferences": [
                "(malayalam letter bha - 0D2D)"
            ]
        },
        {
            "codepoint": "0867",
            "name": "SYRIAC LETTER MALAYALAM RA",
            "crossReferences": [
                "(malayalam letter ra - 0D30)"
            ]
        },
        {
            "codepoint": "0868",
            "name": "SYRIAC LETTER MALAYALAM LLA",
            "crossReferences": [
                "(malayalam letter lla - 0D33)"
            ]
        },
        {
            "codepoint": "0869",
            "name": "SYRIAC LETTER MALAYALAM LLLA",
            "crossReferences": [
                "(malayalam letter llla - 0D34)"
            ]
        },
        {
            "codepoint": "086A",
            "name": "SYRIAC LETTER MALAYALAM SSA",
            "crossReferences": [
                "(malayalam letter ssa - 0D37)"
            ]
        },
        {
            "codepoint": "0870",
            "name": "ARABIC LETTER ALEF WITH ATTACHED FATHA"
        },
        {
            "codepoint": "0871",
            "name": "ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA"
        },
        {
            "codepoint": "0872",
            "name": "ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE"
        },
        {
            "codepoint": "0873",
            "name": "ARABIC LETTER ALEF WITH LEFT MIDDLE STROKE"
        },
        {
            "codepoint": "0874",
            "name": "ARABIC LETTER ALEF WITH ATTACHED KASRA"
        },
        {
            "codepoint": "0875",
            "name": "ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA"
        },
        {
            "codepoint": "0876",
            "name": "ARABIC LETTER ALEF WITH ATTACHED ROUND DOT ABOVE"
        },
        {
            "codepoint": "0877",
            "name": "ARABIC LETTER ALEF WITH ATTACHED RIGHT ROUND DOT"
        },
        {
            "codepoint": "0878",
            "name": "ARABIC LETTER ALEF WITH ATTACHED LEFT ROUND DOT"
        },
        {
            "codepoint": "0879",
            "name": "ARABIC LETTER ALEF WITH ATTACHED ROUND DOT BELOW"
        },
        {
            "codepoint": "087A",
            "name": "ARABIC LETTER ALEF WITH DOT ABOVE"
        },
        {
            "codepoint": "087B",
            "name": "ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND DOT ABOVE"
        },
        {
            "codepoint": "087C",
            "name": "ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND DOT ABOVE"
        },
        {
            "codepoint": "087D",
            "name": "ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND DOT ABOVE"
        },
        {
            "codepoint": "087E",
            "name": "ARABIC LETTER ALEF WITH ATTACHED TOP RIGHT FATHA AND LEFT RING"
        },
        {
            "codepoint": "087F",
            "name": "ARABIC LETTER ALEF WITH RIGHT MIDDLE STROKE AND LEFT RING"
        },
        {
            "codepoint": "0880",
            "name": "ARABIC LETTER ALEF WITH ATTACHED BOTTOM RIGHT KASRA AND LEFT RING"
        },
        {
            "codepoint": "0881",
            "name": "ARABIC LETTER ALEF WITH ATTACHED RIGHT HAMZA"
        },
        {
            "codepoint": "0882",
            "name": "ARABIC LETTER ALEF WITH ATTACHED LEFT HAMZA"
        },
        {
            "codepoint": "0883",
            "name": "ARABIC TATWEEL WITH OVERSTRUCK HAMZA"
        },
        {
            "codepoint": "0884",
            "name": "ARABIC TATWEEL WITH OVERSTRUCK WAW"
        },
        {
            "codepoint": "0885",
            "name": "ARABIC TATWEEL WITH TWO DOTS BELOW"
        },
        {
            "codepoint": "0886",
            "name": "ARABIC LETTER THIN YEH",
            "comments": [
                "no final or isolated forms are attested"
            ]
        },
        {
            "codepoint": "0887",
            "name": "ARABIC BASELINE ROUND DOT"
        },
        {
            "codepoint": "0888",
            "name": "ARABIC RAISED ROUND DOT"
        },
        {
            "codepoint": "0889",
            "name": "ARABIC LETTER NOON WITH INVERTED SMALL V"
        },
        {
            "codepoint": "088A",
            "name": "ARABIC LETTER HAH WITH INVERTED SMALL V BELOW"
        },
        {
            "codepoint": "088B",
            "name": "ARABIC LETTER TAH WITH DOT BELOW",
            "comments": [
                "Pegon, Malagasy"
            ]
        },
        {
            "codepoint": "088C",
            "name": "ARABIC LETTER TAH WITH THREE DOTS BELOW",
            "comments": [
                "Pegon alternative for 088B"
            ]
        },
        {
            "codepoint": "088D",
            "name": "ARABIC LETTER KEHEH WITH TWO DOTS VERTICALLY BELOW",
            "comments": [
                "Sundanese Pegon"
            ]
        },
        {
            "codepoint": "088E",
            "name": "ARABIC VERTICAL TAIL",
            "comments": [
                "mark used to indicate abbreviations in early movable type texts from Iran",
                "only attested in final form"
            ]
        },
        {
            "codepoint": "0890",
            "name": "ARABIC POUND MARK ABOVE",
            "comments": [
                "Egyptian pound"
            ]
        },
        {
            "codepoint": "0891",
            "name": "ARABIC PIASTRE MARK ABOVE",
            "comments": [
                "Egyptian piastre"
            ]
        },
        {
            "codepoint": "0897",
            "name": "ARABIC PEPET",
            "crossReferences": [
                "(arabic maddah above - 0653)"
            ]
        },
        {
            "codepoint": "0898",
            "name": "ARABIC SMALL HIGH WORD AL-JUZ"
        },
        {
            "codepoint": "0899",
            "name": "ARABIC SMALL LOW WORD ISHMAAM"
        },
        {
            "codepoint": "089A",
            "name": "ARABIC SMALL LOW WORD IMAALA"
        },
        {
            "codepoint": "089B",
            "name": "ARABIC SMALL LOW WORD TASHEEL"
        },
        {
            "codepoint": "089C",
            "name": "ARABIC MADDA WAAJIB",
            "crossReferences": [
                "(arabic maddah above - 0653)"
            ]
        },
        {
            "codepoint": "089D",
            "name": "ARABIC SUPERSCRIPT ALEF MOKHASSAS"
        },
        {
            "codepoint": "089E",
            "name": "ARABIC DOUBLED MADDA"
        },
        {
            "codepoint": "089F",
            "name": "ARABIC HALF MADDA OVER MADDA"
        },
        {
            "codepoint": "08A0",
            "name": "ARABIC LETTER BEH WITH SMALL V BELOW"
        },
        {
            "codepoint": "08A1",
            "name": "ARABIC LETTER BEH WITH HAMZA ABOVE",
            "comments": [
                "Adamawa Fulfulde (Cameroon)",
                "used for the implosive bilabial stop"
            ],
            "crossReferences": [
                "(latin small letter b with hook - 0253)"
            ]
        },
        {
            "codepoint": "08A2",
            "name": "ARABIC LETTER JEEM WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "08A3",
            "name": "ARABIC LETTER TAH WITH TWO DOTS ABOVE"
        },
        {
            "codepoint": "08A4",
            "name": "ARABIC LETTER FEH WITH DOT BELOW AND THREE DOTS ABOVE"
        },
        {
            "codepoint": "08A5",
            "name": "ARABIC LETTER QAF WITH DOT BELOW"
        },
        {
            "codepoint": "08A6",
            "name": "ARABIC LETTER LAM WITH DOUBLE BAR"
        },
        {
            "codepoint": "08A7",
            "name": "ARABIC LETTER MEEM WITH THREE DOTS ABOVE"
        },
        {
            "codepoint": "08A8",
            "name": "ARABIC LETTER YEH WITH TWO DOTS BELOW AND HAMZA ABOVE",
            "comments": [
                "Adamawa Fulfulde",
                "used for the implosive palatal approximant, realized as pharyngealization of the approximant"
            ],
            "crossReferences": [
                "(latin small letter y with hook - 01B4)"
            ]
        },
        {
            "codepoint": "08A9",
            "name": "ARABIC LETTER YEH WITH TWO DOTS BELOW AND DOT ABOVE",
            "comments": [
                "Adamawa Fulfulde",
                "used for the voiced palatal nasal"
            ],
            "crossReferences": [
                "(latin small letter n with left hook - 0272)"
            ]
        },
        {
            "codepoint": "08AA",
            "name": "ARABIC LETTER REH WITH LOOP",
            "aliases": [
                "bottya-reh"
            ]
        },
        {
            "codepoint": "08AB",
            "name": "ARABIC LETTER WAW WITH DOT WITHIN",
            "aliases": [
                "nota-wa"
            ]
        },
        {
            "codepoint": "08AC",
            "name": "ARABIC LETTER ROHINGYA YEH",
            "aliases": [
                "bottya-yeh"
            ]
        },
        {
            "codepoint": "08AD",
            "name": "ARABIC LETTER LOW ALEF",
            "comments": [
                "Bashkir, Tatar"
            ]
        },
        {
            "codepoint": "08AE",
            "name": "ARABIC LETTER DAL WITH THREE DOTS BELOW",
            "comments": [
                "Belarusian",
                "Pegon alternative for 068A"
            ]
        },
        {
            "codepoint": "08AF",
            "name": "ARABIC LETTER SAD WITH THREE DOTS BELOW",
            "comments": [
                "Belarusian"
            ]
        },
        {
            "codepoint": "08B0",
            "name": "ARABIC LETTER GAF WITH INVERTED STROKE",
            "comments": [
                "Crimean Tatar, Chechen, Lak"
            ]
        },
        {
            "codepoint": "08B1",
            "name": "ARABIC LETTER STRAIGHT WAW",
            "comments": [
                "Tatar"
            ]
        },
        {
            "codepoint": "08B2",
            "name": "ARABIC LETTER ZAIN WITH INVERTED V ABOVE"
        },
        {
            "codepoint": "08B3",
            "name": "ARABIC LETTER AIN WITH THREE DOTS BELOW"
        },
        {
            "codepoint": "08B4",
            "name": "ARABIC LETTER KAF WITH DOT BELOW",
            "comments": [
                "also used in Pegon"
            ],
            "crossReferences": [
                "(arabic letter kaf with three dots below - 06AE)"
            ]
        },
        {
            "codepoint": "08B5",
            "name": "ARABIC LETTER QAF WITH DOT BELOW AND NO DOTS ABOVE"
        },
        {
            "codepoint": "08B6",
            "name": "ARABIC LETTER BEH WITH SMALL MEEM ABOVE"
        },
        {
            "codepoint": "08B7",
            "name": "ARABIC LETTER PEH WITH SMALL MEEM ABOVE"
        },
        {
            "codepoint": "08B8",
            "name": "ARABIC LETTER TEH WITH SMALL TEH ABOVE"
        },
        {
            "codepoint": "08B9",
            "name": "ARABIC LETTER REH WITH SMALL NOON ABOVE"
        },
        {
            "codepoint": "08BA",
            "name": "ARABIC LETTER YEH WITH TWO DOTS BELOW AND SMALL NOON ABOVE"
        },
        {
            "codepoint": "08BB",
            "name": "ARABIC LETTER AFRICAN FEH",
            "comments": [
                "initial and medial forms have one dot below"
            ],
            "crossReferences": [
                "(arabic letter dotless feh - 06A1)",
                "(arabic letter feh with dot moved below - 06A2)"
            ]
        },
        {
            "codepoint": "08BC",
            "name": "ARABIC LETTER AFRICAN QAF",
            "comments": [
                "initial and medial forms have one dot above"
            ],
            "crossReferences": [
                "(arabic letter dotless qaf - 066F)",
                "(arabic letter qaf with dot above - 06A7)",
                "(arabic letter african qaf with three dots above - 08C4)"
            ]
        },
        {
            "codepoint": "08BD",
            "name": "ARABIC LETTER AFRICAN NOON",
            "comments": [
                "initial and medial forms have one dot above"
            ],
            "crossReferences": [
                "(arabic letter noon ghunna - 06BA)",
                "(arabic letter noon - 0646)"
            ]
        },
        {
            "codepoint": "08BE",
            "name": "ARABIC LETTER PEH WITH SMALL V"
        },
        {
            "codepoint": "08BF",
            "name": "ARABIC LETTER TEH WITH SMALL V"
        },
        {
            "codepoint": "08C0",
            "name": "ARABIC LETTER TTEH WITH SMALL V"
        },
        {
            "codepoint": "08C1",
            "name": "ARABIC LETTER TCHEH WITH SMALL V"
        },
        {
            "codepoint": "08C2",
            "name": "ARABIC LETTER KEHEH WITH SMALL V"
        },
        {
            "codepoint": "08C3",
            "name": "ARABIC LETTER GHAIN WITH THREE DOTS ABOVE"
        },
        {
            "codepoint": "08C4",
            "name": "ARABIC LETTER AFRICAN QAF WITH THREE DOTS ABOVE",
            "comments": [
                "this letter shows an additional single dot above for the qaf only in initial and medial forms"
            ],
            "crossReferences": [
                "(arabic letter african qaf - 08BC)"
            ]
        },
        {
            "codepoint": "08C5",
            "name": "ARABIC LETTER JEEM WITH THREE DOTS ABOVE"
        },
        {
            "codepoint": "08C6",
            "name": "ARABIC LETTER JEEM WITH THREE DOTS BELOW"
        },
        {
            "codepoint": "08C7",
            "name": "ARABIC LETTER LAM WITH SMALL ARABIC LETTER TAH ABOVE"
        },
        {
            "codepoint": "08C8",
            "name": "ARABIC LETTER GRAF"
        },
        {
            "codepoint": "08C9",
            "name": "ARABIC SMALL FARSI YEH"
        },
        {
            "codepoint": "08CA",
            "name": "ARABIC SMALL HIGH FARSI YEH"
        },
        {
            "codepoint": "08CB",
            "name": "ARABIC SMALL HIGH YEH BARREE WITH TWO DOTS BELOW"
        },
        {
            "codepoint": "08CC",
            "name": "ARABIC SMALL HIGH WORD SAH",
            "aliases": [
                "sign of waqf"
            ]
        },
        {
            "codepoint": "08CD",
            "name": "ARABIC SMALL HIGH ZAH"
        },
        {
            "codepoint": "08CE",
            "name": "ARABIC LARGE ROUND DOT ABOVE"
        },
        {
            "codepoint": "08CF",
            "name": "ARABIC LARGE ROUND DOT BELOW"
        },
        {
            "codepoint": "08D0",
            "name": "ARABIC SUKUN BELOW"
        },
        {
            "codepoint": "08D1",
            "name": "ARABIC LARGE CIRCLE BELOW"
        },
        {
            "codepoint": "08D2",
            "name": "ARABIC LARGE ROUND DOT INSIDE CIRCLE BELOW"
        },
        {
            "codepoint": "08D3",
            "name": "ARABIC SMALL LOW WAW"
        },
        {
            "codepoint": "08D4",
            "name": "ARABIC SMALL HIGH WORD AR-RUB"
        },
        {
            "codepoint": "08D5",
            "name": "ARABIC SMALL HIGH SAD"
        },
        {
            "codepoint": "08D6",
            "name": "ARABIC SMALL HIGH AIN"
        },
        {
            "codepoint": "08D7",
            "name": "ARABIC SMALL HIGH QAF"
        },
        {
            "codepoint": "08D8",
            "name": "ARABIC SMALL HIGH NOON WITH KASRA"
        },
        {
            "codepoint": "08D9",
            "name": "ARABIC SMALL LOW NOON WITH KASRA"
        },
        {
            "codepoint": "08DA",
            "name": "ARABIC SMALL HIGH WORD ATH-THALATHA"
        },
        {
            "codepoint": "08DB",
            "name": "ARABIC SMALL HIGH WORD AS-SAJDA"
        },
        {
            "codepoint": "08DC",
            "name": "ARABIC SMALL HIGH WORD AN-NISF"
        },
        {
            "codepoint": "08DD",
            "name": "ARABIC SMALL HIGH WORD SAKTA",
            "crossReferences": [
                "(arabic small low word sakta - 10EFD)"
            ]
        },
        {
            "codepoint": "08DE",
            "name": "ARABIC SMALL HIGH WORD QIF"
        },
        {
            "codepoint": "08DF",
            "name": "ARABIC SMALL HIGH WORD WAQFA"
        },
        {
            "codepoint": "08E0",
            "name": "ARABIC SMALL HIGH FOOTNOTE MARKER"
        },
        {
            "codepoint": "08E1",
            "name": "ARABIC SMALL HIGH SIGN SAFHA"
        },
        {
            "codepoint": "08E2",
            "name": "ARABIC DISPUTED END OF AYAH"
        },
        {
            "codepoint": "08E3",
            "name": "ARABIC TURNED DAMMA BELOW"
        },
        {
            "codepoint": "08E4",
            "name": "ARABIC CURLY FATHA"
        },
        {
            "codepoint": "08E5",
            "name": "ARABIC CURLY DAMMA"
        },
        {
            "codepoint": "08E6",
            "name": "ARABIC CURLY KASRA"
        },
        {
            "codepoint": "08E7",
            "name": "ARABIC CURLY FATHATAN"
        },
        {
            "codepoint": "08E8",
            "name": "ARABIC CURLY DAMMATAN"
        },
        {
            "codepoint": "08E9",
            "name": "ARABIC CURLY KASRATAN"
        },
        {
            "codepoint": "08EA",
            "name": "ARABIC TONE ONE DOT ABOVE"
        },
        {
            "codepoint": "08EB",
            "name": "ARABIC TONE TWO DOTS ABOVE"
        },
        {
            "codepoint": "08EC",
            "name": "ARABIC TONE LOOP ABOVE"
        },
        {
            "codepoint": "08ED",
            "name": "ARABIC TONE ONE DOT BELOW"
        },
        {
            "codepoint": "08EE",
            "name": "ARABIC TONE TWO DOTS BELOW"
        },
        {
            "codepoint": "08EF",
            "name": "ARABIC TONE LOOP BELOW"
        },
        {
            "codepoint": "08F0",
            "name": "ARABIC OPEN FATHATAN",
            "aliases": [
                "successive fathatan"
            ]
        },
        {
            "codepoint": "08F1",
            "name": "ARABIC OPEN DAMMATAN",
            "aliases": [
                "successive dammatan"
            ]
        },
        {
            "codepoint": "08F2",
            "name": "ARABIC OPEN KASRATAN",
            "aliases": [
                "successive kasratan"
            ]
        },
        {
            "codepoint": "08F3",
            "name": "ARABIC SMALL HIGH WAW"
        },
        {
            "codepoint": "08F4",
            "name": "ARABIC FATHA WITH RING"
        },
        {
            "codepoint": "08F5",
            "name": "ARABIC FATHA WITH DOT ABOVE"
        },
        {
            "codepoint": "08F6",
            "name": "ARABIC KASRA WITH DOT BELOW",
            "comments": [
                "also used in Philippine languages"
            ]
        },
        {
            "codepoint": "08F7",
            "name": "ARABIC LEFT ARROWHEAD ABOVE"
        },
        {
            "codepoint": "08F8",
            "name": "ARABIC RIGHT ARROWHEAD ABOVE",
            "comments": [
                "also used in Quranic text in African and other orthographies to represent damma"
            ]
        },
        {
            "codepoint": "08F9",
            "name": "ARABIC LEFT ARROWHEAD BELOW"
        },
        {
            "codepoint": "08FA",
            "name": "ARABIC RIGHT ARROWHEAD BELOW"
        },
        {
            "codepoint": "08FB",
            "name": "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE",
            "comments": [
                "also used in Quranic text in African and other orthographies to represent dammatan"
            ]
        },
        {
            "codepoint": "08FC",
            "name": "ARABIC DOUBLE RIGHT ARROWHEAD ABOVE WITH DOT"
        },
        {
            "codepoint": "08FD",
            "name": "ARABIC RIGHT ARROWHEAD ABOVE WITH DOT"
        },
        {
            "codepoint": "08FE",
            "name": "ARABIC DAMMA WITH DOT",
            "comments": [
                "Philippine languages"
            ]
        },
        {
            "codepoint": "08FF",
            "name": "ARABIC MARK SIDEWAYS NOON GHUNNA"
        },
        {
            "codepoint": "0900",
            "name": "DEVANAGARI SIGN INVERTED CANDRABINDU",
            "aliases": [
                "vaidika adhomukha candrabindu"
            ]
        },
        {
            "codepoint": "0901",
            "name": "DEVANAGARI SIGN CANDRABINDU",
            "aliases": [
                "anunasika"
            ],
            "crossReferences": [
                "(combining candrabindu - 0310)"
            ]
        },
        {
            "codepoint": "0902",
            "name": "DEVANAGARI SIGN ANUSVARA",
            "aliases": [
                "bindu"
            ]
        },
        {
            "codepoint": "0903",
            "name": "DEVANAGARI SIGN VISARGA"
        },
        {
            "codepoint": "0904",
            "name": "DEVANAGARI LETTER SHORT A",
            "comments": [
                "used for short e in Awadhi",
                "also used in Devanagari transliterations of some South Indian and Kashmiri languages by a publisher in Lucknow"
            ]
        },
        {
            "codepoint": "0905",
            "name": "DEVANAGARI LETTER A"
        },
        {
            "codepoint": "0906",
            "name": "DEVANAGARI LETTER AA"
        },
        {
            "codepoint": "0907",
            "name": "DEVANAGARI LETTER I"
        },
        {
            "codepoint": "0908",
            "name": "DEVANAGARI LETTER II"
        },
        {
            "codepoint": "0909",
            "name": "DEVANAGARI LETTER U"
        },
        {
            "codepoint": "090A",
            "name": "DEVANAGARI LETTER UU"
        },
        {
            "codepoint": "090B",
            "name": "DEVANAGARI LETTER VOCALIC R"
        },
        {
            "codepoint": "090C",
            "name": "DEVANAGARI LETTER VOCALIC L"
        },
        {
            "codepoint": "090D",
            "name": "DEVANAGARI LETTER CANDRA E"
        },
        {
            "codepoint": "090E",
            "name": "DEVANAGARI LETTER SHORT E",
            "comments": [
                "Kashmiri, Bihari languages",
                "also used for transcribing Dravidian short e"
            ]
        },
        {
            "codepoint": "090F",
            "name": "DEVANAGARI LETTER E"
        },
        {
            "codepoint": "0910",
            "name": "DEVANAGARI LETTER AI"
        },
        {
            "codepoint": "0911",
            "name": "DEVANAGARI LETTER CANDRA O"
        },
        {
            "codepoint": "0912",
            "name": "DEVANAGARI LETTER SHORT O",
            "comments": [
                "Kashmiri, Bihari languages",
                "also used for transcribing Dravidian short o"
            ]
        },
        {
            "codepoint": "0913",
            "name": "DEVANAGARI LETTER O"
        },
        {
            "codepoint": "0914",
            "name": "DEVANAGARI LETTER AU"
        },
        {
            "codepoint": "0915",
            "name": "DEVANAGARI LETTER KA"
        },
        {
            "codepoint": "0916",
            "name": "DEVANAGARI LETTER KHA"
        },
        {
            "codepoint": "0917",
            "name": "DEVANAGARI LETTER GA"
        },
        {
            "codepoint": "0918",
            "name": "DEVANAGARI LETTER GHA"
        },
        {
            "codepoint": "0919",
            "name": "DEVANAGARI LETTER NGA"
        },
        {
            "codepoint": "091A",
            "name": "DEVANAGARI LETTER CA"
        },
        {
            "codepoint": "091B",
            "name": "DEVANAGARI LETTER CHA"
        },
        {
            "codepoint": "091C",
            "name": "DEVANAGARI LETTER JA"
        },
        {
            "codepoint": "091D",
            "name": "DEVANAGARI LETTER JHA"
        },
        {
            "codepoint": "091E",
            "name": "DEVANAGARI LETTER NYA"
        },
        {
            "codepoint": "091F",
            "name": "DEVANAGARI LETTER TTA"
        },
        {
            "codepoint": "0920",
            "name": "DEVANAGARI LETTER TTHA"
        },
        {
            "codepoint": "0921",
            "name": "DEVANAGARI LETTER DDA"
        },
        {
            "codepoint": "0922",
            "name": "DEVANAGARI LETTER DDHA"
        },
        {
            "codepoint": "0923",
            "name": "DEVANAGARI LETTER NNA"
        },
        {
            "codepoint": "0924",
            "name": "DEVANAGARI LETTER TA"
        },
        {
            "codepoint": "0925",
            "name": "DEVANAGARI LETTER THA"
        },
        {
            "codepoint": "0926",
            "name": "DEVANAGARI LETTER DA"
        },
        {
            "codepoint": "0927",
            "name": "DEVANAGARI LETTER DHA"
        },
        {
            "codepoint": "0928",
            "name": "DEVANAGARI LETTER NA"
        },
        {
            "codepoint": "0929",
            "name": "DEVANAGARI LETTER NNNA",
            "comments": [
                "for transcribing Dravidian alveolar n"
            ],
            "decompositions": [
                [
                    "0928",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "092A",
            "name": "DEVANAGARI LETTER PA"
        },
        {
            "codepoint": "092B",
            "name": "DEVANAGARI LETTER PHA"
        },
        {
            "codepoint": "092C",
            "name": "DEVANAGARI LETTER BA"
        },
        {
            "codepoint": "092D",
            "name": "DEVANAGARI LETTER BHA"
        },
        {
            "codepoint": "092E",
            "name": "DEVANAGARI LETTER MA"
        },
        {
            "codepoint": "092F",
            "name": "DEVANAGARI LETTER YA"
        },
        {
            "codepoint": "0930",
            "name": "DEVANAGARI LETTER RA"
        },
        {
            "codepoint": "0931",
            "name": "DEVANAGARI LETTER RRA",
            "comments": [
                "for transcribing Dravidian alveolar r",
                "half form is represented as \"Eyelash RA\""
            ],
            "decompositions": [
                [
                    "0930",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "0932",
            "name": "DEVANAGARI LETTER LA"
        },
        {
            "codepoint": "0933",
            "name": "DEVANAGARI LETTER LLA"
        },
        {
            "codepoint": "0934",
            "name": "DEVANAGARI LETTER LLLA",
            "comments": [
                "for transcribing Dravidian l"
            ],
            "decompositions": [
                [
                    "0933",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "0935",
            "name": "DEVANAGARI LETTER VA"
        },
        {
            "codepoint": "0936",
            "name": "DEVANAGARI LETTER SHA"
        },
        {
            "codepoint": "0937",
            "name": "DEVANAGARI LETTER SSA"
        },
        {
            "codepoint": "0938",
            "name": "DEVANAGARI LETTER SA"
        },
        {
            "codepoint": "0939",
            "name": "DEVANAGARI LETTER HA"
        },
        {
            "codepoint": "093A",
            "name": "DEVANAGARI VOWEL SIGN OE"
        },
        {
            "codepoint": "093B",
            "name": "DEVANAGARI VOWEL SIGN OOE"
        },
        {
            "codepoint": "093C",
            "name": "DEVANAGARI SIGN NUKTA",
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "093D",
            "name": "DEVANAGARI SIGN AVAGRAHA"
        },
        {
            "codepoint": "093E",
            "name": "DEVANAGARI VOWEL SIGN AA"
        },
        {
            "codepoint": "093F",
            "name": "DEVANAGARI VOWEL SIGN I",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0940",
            "name": "DEVANAGARI VOWEL SIGN II"
        },
        {
            "codepoint": "0941",
            "name": "DEVANAGARI VOWEL SIGN U"
        },
        {
            "codepoint": "0942",
            "name": "DEVANAGARI VOWEL SIGN UU"
        },
        {
            "codepoint": "0943",
            "name": "DEVANAGARI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0944",
            "name": "DEVANAGARI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0945",
            "name": "DEVANAGARI VOWEL SIGN CANDRA E",
            "aliases": [
                "candra"
            ]
        },
        {
            "codepoint": "0946",
            "name": "DEVANAGARI VOWEL SIGN SHORT E",
            "comments": [
                "Kashmiri, Bihari languages",
                "also used for transcribing Dravidian short e"
            ]
        },
        {
            "codepoint": "0947",
            "name": "DEVANAGARI VOWEL SIGN E"
        },
        {
            "codepoint": "0948",
            "name": "DEVANAGARI VOWEL SIGN AI"
        },
        {
            "codepoint": "0949",
            "name": "DEVANAGARI VOWEL SIGN CANDRA O"
        },
        {
            "codepoint": "094A",
            "name": "DEVANAGARI VOWEL SIGN SHORT O",
            "comments": [
                "Kashmiri, Bihari languages",
                "also used for transcribing Dravidian short o"
            ]
        },
        {
            "codepoint": "094B",
            "name": "DEVANAGARI VOWEL SIGN O"
        },
        {
            "codepoint": "094C",
            "name": "DEVANAGARI VOWEL SIGN AU"
        },
        {
            "codepoint": "094D",
            "name": "DEVANAGARI SIGN VIRAMA",
            "aliases": [
                "halant (the preferred Hindi name)"
            ],
            "comments": [
                "suppresses inherent vowel"
            ]
        },
        {
            "codepoint": "094E",
            "name": "DEVANAGARI VOWEL SIGN PRISHTHAMATRA E",
            "comments": [
                "character has historic use only",
                "combines with E to form AI, with AA to form O, and with O to form AU"
            ]
        },
        {
            "codepoint": "094F",
            "name": "DEVANAGARI VOWEL SIGN AW",
            "comments": [
                "Kashmiri, Bihari languages"
            ]
        },
        {
            "codepoint": "0950",
            "name": "DEVANAGARI OM",
            "crossReferences": [
                "(om symbol - 1F549)"
            ]
        },
        {
            "codepoint": "0951",
            "name": "DEVANAGARI STRESS SIGN UDATTA",
            "aliases": [
                "Vedic tone svarita"
            ],
            "comments": [
                "mostly used for svarita, with rare use for udatta",
                "used also in Vedic texts written in other scripts"
            ],
            "crossReferences": [
                "(vedic tone double svarita - 1CDA)"
            ]
        },
        {
            "codepoint": "0952",
            "name": "DEVANAGARI STRESS SIGN ANUDATTA",
            "aliases": [
                "Vedic tone anudatta"
            ],
            "comments": [
                "used also in Vedic texts written in other scripts"
            ],
            "crossReferences": [
                "(vedic tone kathaka anudatta - 1CDC)"
            ]
        },
        {
            "codepoint": "0953",
            "name": "DEVANAGARI GRAVE ACCENT",
            "crossReferences": [
                "(combining grave accent - 0300)"
            ]
        },
        {
            "codepoint": "0954",
            "name": "DEVANAGARI ACUTE ACCENT",
            "crossReferences": [
                "(combining acute accent - 0301)"
            ]
        },
        {
            "codepoint": "0955",
            "name": "DEVANAGARI VOWEL SIGN CANDRA LONG E",
            "comments": [
                "used in transliteration of Avestan"
            ]
        },
        {
            "codepoint": "0956",
            "name": "DEVANAGARI VOWEL SIGN UE"
        },
        {
            "codepoint": "0957",
            "name": "DEVANAGARI VOWEL SIGN UUE"
        },
        {
            "codepoint": "0958",
            "name": "DEVANAGARI LETTER QA",
            "decompositions": [
                [
                    "0915",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "0959",
            "name": "DEVANAGARI LETTER KHHA",
            "decompositions": [
                [
                    "0916",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095A",
            "name": "DEVANAGARI LETTER GHHA",
            "decompositions": [
                [
                    "0917",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095B",
            "name": "DEVANAGARI LETTER ZA",
            "decompositions": [
                [
                    "091C",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095C",
            "name": "DEVANAGARI LETTER DDDHA",
            "decompositions": [
                [
                    "0921",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095D",
            "name": "DEVANAGARI LETTER RHA",
            "decompositions": [
                [
                    "0922",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095E",
            "name": "DEVANAGARI LETTER FA",
            "decompositions": [
                [
                    "092B",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "095F",
            "name": "DEVANAGARI LETTER YYA",
            "decompositions": [
                [
                    "092F",
                    "093C"
                ]
            ]
        },
        {
            "codepoint": "0960",
            "name": "DEVANAGARI LETTER VOCALIC RR"
        },
        {
            "codepoint": "0961",
            "name": "DEVANAGARI LETTER VOCALIC LL"
        },
        {
            "codepoint": "0962",
            "name": "DEVANAGARI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0963",
            "name": "DEVANAGARI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0964",
            "name": "DEVANAGARI DANDA",
            "aliases": [
                "purna viram"
            ],
            "comments": [
                "phrase separator"
            ]
        },
        {
            "codepoint": "0965",
            "name": "DEVANAGARI DOUBLE DANDA",
            "aliases": [
                "deergh viram"
            ]
        },
        {
            "codepoint": "0966",
            "name": "DEVANAGARI DIGIT ZERO",
            "comments": [
                "also used to represent an anusvara following digits indicating secondary svara-s in Samavedic texts"
            ]
        },
        {
            "codepoint": "0967",
            "name": "DEVANAGARI DIGIT ONE"
        },
        {
            "codepoint": "0968",
            "name": "DEVANAGARI DIGIT TWO"
        },
        {
            "codepoint": "0969",
            "name": "DEVANAGARI DIGIT THREE"
        },
        {
            "codepoint": "096A",
            "name": "DEVANAGARI DIGIT FOUR"
        },
        {
            "codepoint": "096B",
            "name": "DEVANAGARI DIGIT FIVE"
        },
        {
            "codepoint": "096C",
            "name": "DEVANAGARI DIGIT SIX"
        },
        {
            "codepoint": "096D",
            "name": "DEVANAGARI DIGIT SEVEN"
        },
        {
            "codepoint": "096E",
            "name": "DEVANAGARI DIGIT EIGHT"
        },
        {
            "codepoint": "096F",
            "name": "DEVANAGARI DIGIT NINE"
        },
        {
            "codepoint": "0970",
            "name": "DEVANAGARI ABBREVIATION SIGN",
            "comments": [
                "intended for Devanagari-specific abbreviations"
            ]
        },
        {
            "codepoint": "0971",
            "name": "DEVANAGARI SIGN HIGH SPACING DOT"
        },
        {
            "codepoint": "0972",
            "name": "DEVANAGARI LETTER CANDRA A"
        },
        {
            "codepoint": "0973",
            "name": "DEVANAGARI LETTER OE"
        },
        {
            "codepoint": "0974",
            "name": "DEVANAGARI LETTER OOE"
        },
        {
            "codepoint": "0975",
            "name": "DEVANAGARI LETTER AW"
        },
        {
            "codepoint": "0976",
            "name": "DEVANAGARI LETTER UE"
        },
        {
            "codepoint": "0977",
            "name": "DEVANAGARI LETTER UUE"
        },
        {
            "codepoint": "0978",
            "name": "DEVANAGARI LETTER MARWARI DDA"
        },
        {
            "codepoint": "0979",
            "name": "DEVANAGARI LETTER ZHA",
            "comments": [
                "used in transliteration of Avestan"
            ],
            "crossReferences": [
                "(gujarati letter zha - 0AF9)"
            ]
        },
        {
            "codepoint": "097A",
            "name": "DEVANAGARI LETTER HEAVY YA",
            "comments": [
                "used for an affricated glide JJYA"
            ]
        },
        {
            "codepoint": "097B",
            "name": "DEVANAGARI LETTER GGA"
        },
        {
            "codepoint": "097C",
            "name": "DEVANAGARI LETTER JJA"
        },
        {
            "codepoint": "097D",
            "name": "DEVANAGARI LETTER GLOTTAL STOP",
            "comments": [
                "used for writing Limbu in Devanagari",
                "a glyph variant has the connecting top bar"
            ]
        },
        {
            "codepoint": "097E",
            "name": "DEVANAGARI LETTER DDDA"
        },
        {
            "codepoint": "097F",
            "name": "DEVANAGARI LETTER BBA"
        },
        {
            "codepoint": "0980",
            "name": "BENGALI ANJI",
            "aliases": [
                "siddham, siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts as an invocation"
            ]
        },
        {
            "codepoint": "0981",
            "name": "BENGALI SIGN CANDRABINDU"
        },
        {
            "codepoint": "0982",
            "name": "BENGALI SIGN ANUSVARA"
        },
        {
            "codepoint": "0983",
            "name": "BENGALI SIGN VISARGA"
        },
        {
            "codepoint": "0985",
            "name": "BENGALI LETTER A"
        },
        {
            "codepoint": "0986",
            "name": "BENGALI LETTER AA"
        },
        {
            "codepoint": "0987",
            "name": "BENGALI LETTER I"
        },
        {
            "codepoint": "0988",
            "name": "BENGALI LETTER II"
        },
        {
            "codepoint": "0989",
            "name": "BENGALI LETTER U"
        },
        {
            "codepoint": "098A",
            "name": "BENGALI LETTER UU"
        },
        {
            "codepoint": "098B",
            "name": "BENGALI LETTER VOCALIC R"
        },
        {
            "codepoint": "098C",
            "name": "BENGALI LETTER VOCALIC L"
        },
        {
            "codepoint": "098F",
            "name": "BENGALI LETTER E"
        },
        {
            "codepoint": "0990",
            "name": "BENGALI LETTER AI"
        },
        {
            "codepoint": "0993",
            "name": "BENGALI LETTER O"
        },
        {
            "codepoint": "0994",
            "name": "BENGALI LETTER AU"
        },
        {
            "codepoint": "0995",
            "name": "BENGALI LETTER KA"
        },
        {
            "codepoint": "0996",
            "name": "BENGALI LETTER KHA"
        },
        {
            "codepoint": "0997",
            "name": "BENGALI LETTER GA"
        },
        {
            "codepoint": "0998",
            "name": "BENGALI LETTER GHA"
        },
        {
            "codepoint": "0999",
            "name": "BENGALI LETTER NGA"
        },
        {
            "codepoint": "099A",
            "name": "BENGALI LETTER CA"
        },
        {
            "codepoint": "099B",
            "name": "BENGALI LETTER CHA"
        },
        {
            "codepoint": "099C",
            "name": "BENGALI LETTER JA"
        },
        {
            "codepoint": "099D",
            "name": "BENGALI LETTER JHA"
        },
        {
            "codepoint": "099E",
            "name": "BENGALI LETTER NYA"
        },
        {
            "codepoint": "099F",
            "name": "BENGALI LETTER TTA"
        },
        {
            "codepoint": "09A0",
            "name": "BENGALI LETTER TTHA"
        },
        {
            "codepoint": "09A1",
            "name": "BENGALI LETTER DDA"
        },
        {
            "codepoint": "09A2",
            "name": "BENGALI LETTER DDHA"
        },
        {
            "codepoint": "09A3",
            "name": "BENGALI LETTER NNA"
        },
        {
            "codepoint": "09A4",
            "name": "BENGALI LETTER TA"
        },
        {
            "codepoint": "09A5",
            "name": "BENGALI LETTER THA"
        },
        {
            "codepoint": "09A6",
            "name": "BENGALI LETTER DA"
        },
        {
            "codepoint": "09A7",
            "name": "BENGALI LETTER DHA"
        },
        {
            "codepoint": "09A8",
            "name": "BENGALI LETTER NA"
        },
        {
            "codepoint": "09AA",
            "name": "BENGALI LETTER PA"
        },
        {
            "codepoint": "09AB",
            "name": "BENGALI LETTER PHA"
        },
        {
            "codepoint": "09AC",
            "name": "BENGALI LETTER BA",
            "aliases": [
                "Bengali va, wa"
            ]
        },
        {
            "codepoint": "09AD",
            "name": "BENGALI LETTER BHA"
        },
        {
            "codepoint": "09AE",
            "name": "BENGALI LETTER MA"
        },
        {
            "codepoint": "09AF",
            "name": "BENGALI LETTER YA"
        },
        {
            "codepoint": "09B0",
            "name": "BENGALI LETTER RA"
        },
        {
            "codepoint": "09B2",
            "name": "BENGALI LETTER LA"
        },
        {
            "codepoint": "09B6",
            "name": "BENGALI LETTER SHA"
        },
        {
            "codepoint": "09B7",
            "name": "BENGALI LETTER SSA"
        },
        {
            "codepoint": "09B8",
            "name": "BENGALI LETTER SA"
        },
        {
            "codepoint": "09B9",
            "name": "BENGALI LETTER HA"
        },
        {
            "codepoint": "09BC",
            "name": "BENGALI SIGN NUKTA",
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "09BD",
            "name": "BENGALI SIGN AVAGRAHA"
        },
        {
            "codepoint": "09BE",
            "name": "BENGALI VOWEL SIGN AA"
        },
        {
            "codepoint": "09BF",
            "name": "BENGALI VOWEL SIGN I",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "09C0",
            "name": "BENGALI VOWEL SIGN II"
        },
        {
            "codepoint": "09C1",
            "name": "BENGALI VOWEL SIGN U"
        },
        {
            "codepoint": "09C2",
            "name": "BENGALI VOWEL SIGN UU"
        },
        {
            "codepoint": "09C3",
            "name": "BENGALI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "09C4",
            "name": "BENGALI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "09C7",
            "name": "BENGALI VOWEL SIGN E",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "09C8",
            "name": "BENGALI VOWEL SIGN AI",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "09CB",
            "name": "BENGALI VOWEL SIGN O",
            "decompositions": [
                [
                    "09C7",
                    "09BE"
                ]
            ]
        },
        {
            "codepoint": "09CC",
            "name": "BENGALI VOWEL SIGN AU",
            "decompositions": [
                [
                    "09C7",
                    "09D7"
                ]
            ]
        },
        {
            "codepoint": "09CD",
            "name": "BENGALI SIGN VIRAMA",
            "aliases": [
                "hasant (Bengali term for halant)"
            ]
        },
        {
            "codepoint": "09CE",
            "name": "BENGALI LETTER KHANDA TA",
            "comments": [
                "a dead consonant form of ta, without implicit vowel, used in some sequences"
            ]
        },
        {
            "codepoint": "09D7",
            "name": "BENGALI AU LENGTH MARK"
        },
        {
            "codepoint": "09DC",
            "name": "BENGALI LETTER RRA",
            "decompositions": [
                [
                    "09A1",
                    "09BC"
                ]
            ]
        },
        {
            "codepoint": "09DD",
            "name": "BENGALI LETTER RHA",
            "decompositions": [
                [
                    "09A2",
                    "09BC"
                ]
            ]
        },
        {
            "codepoint": "09DF",
            "name": "BENGALI LETTER YYA",
            "decompositions": [
                [
                    "09AF",
                    "09BC"
                ]
            ]
        },
        {
            "codepoint": "09E0",
            "name": "BENGALI LETTER VOCALIC RR"
        },
        {
            "codepoint": "09E1",
            "name": "BENGALI LETTER VOCALIC LL"
        },
        {
            "codepoint": "09E2",
            "name": "BENGALI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "09E3",
            "name": "BENGALI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "09E4",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "09E5",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "09E6",
            "name": "BENGALI DIGIT ZERO"
        },
        {
            "codepoint": "09E7",
            "name": "BENGALI DIGIT ONE"
        },
        {
            "codepoint": "09E8",
            "name": "BENGALI DIGIT TWO"
        },
        {
            "codepoint": "09E9",
            "name": "BENGALI DIGIT THREE"
        },
        {
            "codepoint": "09EA",
            "name": "BENGALI DIGIT FOUR"
        },
        {
            "codepoint": "09EB",
            "name": "BENGALI DIGIT FIVE"
        },
        {
            "codepoint": "09EC",
            "name": "BENGALI DIGIT SIX"
        },
        {
            "codepoint": "09ED",
            "name": "BENGALI DIGIT SEVEN"
        },
        {
            "codepoint": "09EE",
            "name": "BENGALI DIGIT EIGHT"
        },
        {
            "codepoint": "09EF",
            "name": "BENGALI DIGIT NINE"
        },
        {
            "codepoint": "09F0",
            "name": "BENGALI LETTER RA WITH MIDDLE DIAGONAL",
            "aliases": [
                "Assamese letter ra"
            ]
        },
        {
            "codepoint": "09F1",
            "name": "BENGALI LETTER RA WITH LOWER DIAGONAL",
            "aliases": [
                "Assamese letter wa",
                "bengali letter va with lower diagonal (1.0)"
            ]
        },
        {
            "codepoint": "09F2",
            "name": "BENGALI RUPEE MARK",
            "aliases": [
                "taka"
            ],
            "comments": [
                "historic currency sign"
            ]
        },
        {
            "codepoint": "09F3",
            "name": "BENGALI RUPEE SIGN",
            "aliases": [
                "Bangladeshi taka"
            ]
        },
        {
            "codepoint": "09F4",
            "name": "BENGALI CURRENCY NUMERATOR ONE",
            "comments": [
                "not in current usage"
            ]
        },
        {
            "codepoint": "09F5",
            "name": "BENGALI CURRENCY NUMERATOR TWO",
            "comments": [
                "not in current usage"
            ]
        },
        {
            "codepoint": "09F6",
            "name": "BENGALI CURRENCY NUMERATOR THREE",
            "comments": [
                "not in current usage"
            ]
        },
        {
            "codepoint": "09F7",
            "name": "BENGALI CURRENCY NUMERATOR FOUR"
        },
        {
            "codepoint": "09F8",
            "name": "BENGALI CURRENCY NUMERATOR ONE LESS THAN THE DENOMINATOR"
        },
        {
            "codepoint": "09F9",
            "name": "BENGALI CURRENCY DENOMINATOR SIXTEEN"
        },
        {
            "codepoint": "09FA",
            "name": "BENGALI ISSHAR",
            "aliases": [
                "ishvar",
                "svargiya"
            ],
            "comments": [
                "represents the name of a deity",
                "written before the name of a deceased person"
            ]
        },
        {
            "codepoint": "09FB",
            "name": "BENGALI GANDA MARK"
        },
        {
            "codepoint": "09FC",
            "name": "BENGALI LETTER VEDIC ANUSVARA"
        },
        {
            "codepoint": "09FD",
            "name": "BENGALI ABBREVIATION SIGN"
        },
        {
            "codepoint": "09FE",
            "name": "BENGALI SANDHI MARK",
            "comments": [
                "indicates external sandhi in Sanskrit documents"
            ],
            "crossReferences": [
                "(bengali sign avagraha - 09BD)",
                "(sharada sandhi mark - 111C9)",
                "(newa sandhi mark - 1145E)"
            ]
        },
        {
            "codepoint": "0A01",
            "name": "GURMUKHI SIGN ADAK BINDI"
        },
        {
            "codepoint": "0A02",
            "name": "GURMUKHI SIGN BINDI"
        },
        {
            "codepoint": "0A03",
            "name": "GURMUKHI SIGN VISARGA"
        },
        {
            "codepoint": "0A05",
            "name": "GURMUKHI LETTER A",
            "aliases": [
                "aira"
            ]
        },
        {
            "codepoint": "0A06",
            "name": "GURMUKHI LETTER AA"
        },
        {
            "codepoint": "0A07",
            "name": "GURMUKHI LETTER I"
        },
        {
            "codepoint": "0A08",
            "name": "GURMUKHI LETTER II"
        },
        {
            "codepoint": "0A09",
            "name": "GURMUKHI LETTER U"
        },
        {
            "codepoint": "0A0A",
            "name": "GURMUKHI LETTER UU"
        },
        {
            "codepoint": "0A0F",
            "name": "GURMUKHI LETTER EE"
        },
        {
            "codepoint": "0A10",
            "name": "GURMUKHI LETTER AI"
        },
        {
            "codepoint": "0A13",
            "name": "GURMUKHI LETTER OO"
        },
        {
            "codepoint": "0A14",
            "name": "GURMUKHI LETTER AU"
        },
        {
            "codepoint": "0A15",
            "name": "GURMUKHI LETTER KA"
        },
        {
            "codepoint": "0A16",
            "name": "GURMUKHI LETTER KHA"
        },
        {
            "codepoint": "0A17",
            "name": "GURMUKHI LETTER GA"
        },
        {
            "codepoint": "0A18",
            "name": "GURMUKHI LETTER GHA"
        },
        {
            "codepoint": "0A19",
            "name": "GURMUKHI LETTER NGA"
        },
        {
            "codepoint": "0A1A",
            "name": "GURMUKHI LETTER CA"
        },
        {
            "codepoint": "0A1B",
            "name": "GURMUKHI LETTER CHA"
        },
        {
            "codepoint": "0A1C",
            "name": "GURMUKHI LETTER JA"
        },
        {
            "codepoint": "0A1D",
            "name": "GURMUKHI LETTER JHA"
        },
        {
            "codepoint": "0A1E",
            "name": "GURMUKHI LETTER NYA"
        },
        {
            "codepoint": "0A1F",
            "name": "GURMUKHI LETTER TTA"
        },
        {
            "codepoint": "0A20",
            "name": "GURMUKHI LETTER TTHA"
        },
        {
            "codepoint": "0A21",
            "name": "GURMUKHI LETTER DDA"
        },
        {
            "codepoint": "0A22",
            "name": "GURMUKHI LETTER DDHA"
        },
        {
            "codepoint": "0A23",
            "name": "GURMUKHI LETTER NNA"
        },
        {
            "codepoint": "0A24",
            "name": "GURMUKHI LETTER TA"
        },
        {
            "codepoint": "0A25",
            "name": "GURMUKHI LETTER THA"
        },
        {
            "codepoint": "0A26",
            "name": "GURMUKHI LETTER DA"
        },
        {
            "codepoint": "0A27",
            "name": "GURMUKHI LETTER DHA"
        },
        {
            "codepoint": "0A28",
            "name": "GURMUKHI LETTER NA"
        },
        {
            "codepoint": "0A2A",
            "name": "GURMUKHI LETTER PA"
        },
        {
            "codepoint": "0A2B",
            "name": "GURMUKHI LETTER PHA"
        },
        {
            "codepoint": "0A2C",
            "name": "GURMUKHI LETTER BA"
        },
        {
            "codepoint": "0A2D",
            "name": "GURMUKHI LETTER BHA"
        },
        {
            "codepoint": "0A2E",
            "name": "GURMUKHI LETTER MA"
        },
        {
            "codepoint": "0A2F",
            "name": "GURMUKHI LETTER YA"
        },
        {
            "codepoint": "0A30",
            "name": "GURMUKHI LETTER RA"
        },
        {
            "codepoint": "0A32",
            "name": "GURMUKHI LETTER LA"
        },
        {
            "codepoint": "0A33",
            "name": "GURMUKHI LETTER LLA",
            "decompositions": [
                [
                    "0A32",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A35",
            "name": "GURMUKHI LETTER VA"
        },
        {
            "codepoint": "0A36",
            "name": "GURMUKHI LETTER SHA",
            "decompositions": [
                [
                    "0A38",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A38",
            "name": "GURMUKHI LETTER SA"
        },
        {
            "codepoint": "0A39",
            "name": "GURMUKHI LETTER HA"
        },
        {
            "codepoint": "0A3C",
            "name": "GURMUKHI SIGN NUKTA",
            "aliases": [
                "pairin bindi"
            ],
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "0A3E",
            "name": "GURMUKHI VOWEL SIGN AA",
            "aliases": [
                "kanna"
            ]
        },
        {
            "codepoint": "0A3F",
            "name": "GURMUKHI VOWEL SIGN I",
            "aliases": [
                "sihari"
            ],
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0A40",
            "name": "GURMUKHI VOWEL SIGN II",
            "aliases": [
                "bihari"
            ]
        },
        {
            "codepoint": "0A41",
            "name": "GURMUKHI VOWEL SIGN U",
            "aliases": [
                "aunkar"
            ]
        },
        {
            "codepoint": "0A42",
            "name": "GURMUKHI VOWEL SIGN UU",
            "aliases": [
                "dulainkar"
            ]
        },
        {
            "codepoint": "0A47",
            "name": "GURMUKHI VOWEL SIGN EE",
            "aliases": [
                "lanvan"
            ]
        },
        {
            "codepoint": "0A48",
            "name": "GURMUKHI VOWEL SIGN AI",
            "aliases": [
                "dulanvan"
            ]
        },
        {
            "codepoint": "0A4B",
            "name": "GURMUKHI VOWEL SIGN OO",
            "aliases": [
                "hora"
            ]
        },
        {
            "codepoint": "0A4C",
            "name": "GURMUKHI VOWEL SIGN AU",
            "aliases": [
                "kanaura"
            ]
        },
        {
            "codepoint": "0A4D",
            "name": "GURMUKHI SIGN VIRAMA"
        },
        {
            "codepoint": "0A51",
            "name": "GURMUKHI SIGN UDAAT"
        },
        {
            "codepoint": "0A59",
            "name": "GURMUKHI LETTER KHHA",
            "decompositions": [
                [
                    "0A16",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A5A",
            "name": "GURMUKHI LETTER GHHA",
            "decompositions": [
                [
                    "0A17",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A5B",
            "name": "GURMUKHI LETTER ZA",
            "decompositions": [
                [
                    "0A1C",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A5C",
            "name": "GURMUKHI LETTER RRA"
        },
        {
            "codepoint": "0A5E",
            "name": "GURMUKHI LETTER FA",
            "decompositions": [
                [
                    "0A2B",
                    "0A3C"
                ]
            ]
        },
        {
            "codepoint": "0A64",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0A65",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0A66",
            "name": "GURMUKHI DIGIT ZERO"
        },
        {
            "codepoint": "0A67",
            "name": "GURMUKHI DIGIT ONE"
        },
        {
            "codepoint": "0A68",
            "name": "GURMUKHI DIGIT TWO"
        },
        {
            "codepoint": "0A69",
            "name": "GURMUKHI DIGIT THREE"
        },
        {
            "codepoint": "0A6A",
            "name": "GURMUKHI DIGIT FOUR"
        },
        {
            "codepoint": "0A6B",
            "name": "GURMUKHI DIGIT FIVE"
        },
        {
            "codepoint": "0A6C",
            "name": "GURMUKHI DIGIT SIX"
        },
        {
            "codepoint": "0A6D",
            "name": "GURMUKHI DIGIT SEVEN"
        },
        {
            "codepoint": "0A6E",
            "name": "GURMUKHI DIGIT EIGHT"
        },
        {
            "codepoint": "0A6F",
            "name": "GURMUKHI DIGIT NINE"
        },
        {
            "codepoint": "0A70",
            "name": "GURMUKHI TIPPI",
            "comments": [
                "nasalization"
            ]
        },
        {
            "codepoint": "0A71",
            "name": "GURMUKHI ADDAK",
            "comments": [
                "doubles following consonant"
            ]
        },
        {
            "codepoint": "0A72",
            "name": "GURMUKHI IRI"
        },
        {
            "codepoint": "0A73",
            "name": "GURMUKHI URA"
        },
        {
            "codepoint": "0A74",
            "name": "GURMUKHI EK ONKAR",
            "comments": [
                "God is One"
            ]
        },
        {
            "codepoint": "0A75",
            "name": "GURMUKHI SIGN YAKASH",
            "comments": [
                "some fonts use an alternate glyph shaped more like the lower part of 0A2F"
            ]
        },
        {
            "codepoint": "0A76",
            "name": "GURMUKHI ABBREVIATION SIGN",
            "crossReferences": [
                "(sharada abbreviation sign - 111C7)"
            ]
        },
        {
            "codepoint": "0A81",
            "name": "GUJARATI SIGN CANDRABINDU"
        },
        {
            "codepoint": "0A82",
            "name": "GUJARATI SIGN ANUSVARA"
        },
        {
            "codepoint": "0A83",
            "name": "GUJARATI SIGN VISARGA"
        },
        {
            "codepoint": "0A85",
            "name": "GUJARATI LETTER A"
        },
        {
            "codepoint": "0A86",
            "name": "GUJARATI LETTER AA"
        },
        {
            "codepoint": "0A87",
            "name": "GUJARATI LETTER I"
        },
        {
            "codepoint": "0A88",
            "name": "GUJARATI LETTER II"
        },
        {
            "codepoint": "0A89",
            "name": "GUJARATI LETTER U"
        },
        {
            "codepoint": "0A8A",
            "name": "GUJARATI LETTER UU"
        },
        {
            "codepoint": "0A8B",
            "name": "GUJARATI LETTER VOCALIC R"
        },
        {
            "codepoint": "0A8C",
            "name": "GUJARATI LETTER VOCALIC L",
            "comments": [
                "used with Sanskrit text"
            ]
        },
        {
            "codepoint": "0A8D",
            "name": "GUJARATI VOWEL CANDRA E"
        },
        {
            "codepoint": "0A8F",
            "name": "GUJARATI LETTER E"
        },
        {
            "codepoint": "0A90",
            "name": "GUJARATI LETTER AI"
        },
        {
            "codepoint": "0A91",
            "name": "GUJARATI VOWEL CANDRA O"
        },
        {
            "codepoint": "0A93",
            "name": "GUJARATI LETTER O"
        },
        {
            "codepoint": "0A94",
            "name": "GUJARATI LETTER AU"
        },
        {
            "codepoint": "0A95",
            "name": "GUJARATI LETTER KA"
        },
        {
            "codepoint": "0A96",
            "name": "GUJARATI LETTER KHA"
        },
        {
            "codepoint": "0A97",
            "name": "GUJARATI LETTER GA"
        },
        {
            "codepoint": "0A98",
            "name": "GUJARATI LETTER GHA"
        },
        {
            "codepoint": "0A99",
            "name": "GUJARATI LETTER NGA"
        },
        {
            "codepoint": "0A9A",
            "name": "GUJARATI LETTER CA"
        },
        {
            "codepoint": "0A9B",
            "name": "GUJARATI LETTER CHA"
        },
        {
            "codepoint": "0A9C",
            "name": "GUJARATI LETTER JA"
        },
        {
            "codepoint": "0A9D",
            "name": "GUJARATI LETTER JHA"
        },
        {
            "codepoint": "0A9E",
            "name": "GUJARATI LETTER NYA"
        },
        {
            "codepoint": "0A9F",
            "name": "GUJARATI LETTER TTA"
        },
        {
            "codepoint": "0AA0",
            "name": "GUJARATI LETTER TTHA"
        },
        {
            "codepoint": "0AA1",
            "name": "GUJARATI LETTER DDA"
        },
        {
            "codepoint": "0AA2",
            "name": "GUJARATI LETTER DDHA"
        },
        {
            "codepoint": "0AA3",
            "name": "GUJARATI LETTER NNA"
        },
        {
            "codepoint": "0AA4",
            "name": "GUJARATI LETTER TA"
        },
        {
            "codepoint": "0AA5",
            "name": "GUJARATI LETTER THA"
        },
        {
            "codepoint": "0AA6",
            "name": "GUJARATI LETTER DA"
        },
        {
            "codepoint": "0AA7",
            "name": "GUJARATI LETTER DHA"
        },
        {
            "codepoint": "0AA8",
            "name": "GUJARATI LETTER NA"
        },
        {
            "codepoint": "0AAA",
            "name": "GUJARATI LETTER PA"
        },
        {
            "codepoint": "0AAB",
            "name": "GUJARATI LETTER PHA"
        },
        {
            "codepoint": "0AAC",
            "name": "GUJARATI LETTER BA"
        },
        {
            "codepoint": "0AAD",
            "name": "GUJARATI LETTER BHA"
        },
        {
            "codepoint": "0AAE",
            "name": "GUJARATI LETTER MA"
        },
        {
            "codepoint": "0AAF",
            "name": "GUJARATI LETTER YA"
        },
        {
            "codepoint": "0AB0",
            "name": "GUJARATI LETTER RA"
        },
        {
            "codepoint": "0AB2",
            "name": "GUJARATI LETTER LA"
        },
        {
            "codepoint": "0AB3",
            "name": "GUJARATI LETTER LLA"
        },
        {
            "codepoint": "0AB5",
            "name": "GUJARATI LETTER VA"
        },
        {
            "codepoint": "0AB6",
            "name": "GUJARATI LETTER SHA"
        },
        {
            "codepoint": "0AB7",
            "name": "GUJARATI LETTER SSA"
        },
        {
            "codepoint": "0AB8",
            "name": "GUJARATI LETTER SA"
        },
        {
            "codepoint": "0AB9",
            "name": "GUJARATI LETTER HA"
        },
        {
            "codepoint": "0ABC",
            "name": "GUJARATI SIGN NUKTA",
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "0ABD",
            "name": "GUJARATI SIGN AVAGRAHA"
        },
        {
            "codepoint": "0ABE",
            "name": "GUJARATI VOWEL SIGN AA"
        },
        {
            "codepoint": "0ABF",
            "name": "GUJARATI VOWEL SIGN I",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0AC0",
            "name": "GUJARATI VOWEL SIGN II"
        },
        {
            "codepoint": "0AC1",
            "name": "GUJARATI VOWEL SIGN U"
        },
        {
            "codepoint": "0AC2",
            "name": "GUJARATI VOWEL SIGN UU"
        },
        {
            "codepoint": "0AC3",
            "name": "GUJARATI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0AC4",
            "name": "GUJARATI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0AC5",
            "name": "GUJARATI VOWEL SIGN CANDRA E"
        },
        {
            "codepoint": "0AC7",
            "name": "GUJARATI VOWEL SIGN E"
        },
        {
            "codepoint": "0AC8",
            "name": "GUJARATI VOWEL SIGN AI"
        },
        {
            "codepoint": "0AC9",
            "name": "GUJARATI VOWEL SIGN CANDRA O"
        },
        {
            "codepoint": "0ACB",
            "name": "GUJARATI VOWEL SIGN O"
        },
        {
            "codepoint": "0ACC",
            "name": "GUJARATI VOWEL SIGN AU"
        },
        {
            "codepoint": "0ACD",
            "name": "GUJARATI SIGN VIRAMA"
        },
        {
            "codepoint": "0AD0",
            "name": "GUJARATI OM"
        },
        {
            "codepoint": "0AE0",
            "name": "GUJARATI LETTER VOCALIC RR"
        },
        {
            "codepoint": "0AE1",
            "name": "GUJARATI LETTER VOCALIC LL"
        },
        {
            "codepoint": "0AE2",
            "name": "GUJARATI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0AE3",
            "name": "GUJARATI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0AE4",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0AE5",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0AE6",
            "name": "GUJARATI DIGIT ZERO"
        },
        {
            "codepoint": "0AE7",
            "name": "GUJARATI DIGIT ONE"
        },
        {
            "codepoint": "0AE8",
            "name": "GUJARATI DIGIT TWO"
        },
        {
            "codepoint": "0AE9",
            "name": "GUJARATI DIGIT THREE"
        },
        {
            "codepoint": "0AEA",
            "name": "GUJARATI DIGIT FOUR"
        },
        {
            "codepoint": "0AEB",
            "name": "GUJARATI DIGIT FIVE"
        },
        {
            "codepoint": "0AEC",
            "name": "GUJARATI DIGIT SIX"
        },
        {
            "codepoint": "0AED",
            "name": "GUJARATI DIGIT SEVEN"
        },
        {
            "codepoint": "0AEE",
            "name": "GUJARATI DIGIT EIGHT"
        },
        {
            "codepoint": "0AEF",
            "name": "GUJARATI DIGIT NINE"
        },
        {
            "codepoint": "0AF0",
            "name": "GUJARATI ABBREVIATION SIGN"
        },
        {
            "codepoint": "0AF1",
            "name": "GUJARATI RUPEE SIGN",
            "comments": [
                "preferred spelling is 0AB0 0AC2 0AF0"
            ]
        },
        {
            "codepoint": "0AF9",
            "name": "GUJARATI LETTER ZHA",
            "comments": [
                "used in transliteration of Avestan"
            ],
            "crossReferences": [
                "(devanagari letter zha - 0979)"
            ]
        },
        {
            "codepoint": "0AFA",
            "name": "GUJARATI SIGN SUKUN"
        },
        {
            "codepoint": "0AFB",
            "name": "GUJARATI SIGN SHADDA"
        },
        {
            "codepoint": "0AFC",
            "name": "GUJARATI SIGN MADDAH"
        },
        {
            "codepoint": "0AFD",
            "name": "GUJARATI SIGN THREE-DOT NUKTA ABOVE"
        },
        {
            "codepoint": "0AFE",
            "name": "GUJARATI SIGN CIRCLE NUKTA ABOVE"
        },
        {
            "codepoint": "0AFF",
            "name": "GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE"
        },
        {
            "codepoint": "0B01",
            "name": "ORIYA SIGN CANDRABINDU"
        },
        {
            "codepoint": "0B02",
            "name": "ORIYA SIGN ANUSVARA"
        },
        {
            "codepoint": "0B03",
            "name": "ORIYA SIGN VISARGA"
        },
        {
            "codepoint": "0B05",
            "name": "ORIYA LETTER A"
        },
        {
            "codepoint": "0B06",
            "name": "ORIYA LETTER AA"
        },
        {
            "codepoint": "0B07",
            "name": "ORIYA LETTER I"
        },
        {
            "codepoint": "0B08",
            "name": "ORIYA LETTER II"
        },
        {
            "codepoint": "0B09",
            "name": "ORIYA LETTER U"
        },
        {
            "codepoint": "0B0A",
            "name": "ORIYA LETTER UU"
        },
        {
            "codepoint": "0B0B",
            "name": "ORIYA LETTER VOCALIC R"
        },
        {
            "codepoint": "0B0C",
            "name": "ORIYA LETTER VOCALIC L"
        },
        {
            "codepoint": "0B0F",
            "name": "ORIYA LETTER E"
        },
        {
            "codepoint": "0B10",
            "name": "ORIYA LETTER AI"
        },
        {
            "codepoint": "0B13",
            "name": "ORIYA LETTER O"
        },
        {
            "codepoint": "0B14",
            "name": "ORIYA LETTER AU"
        },
        {
            "codepoint": "0B15",
            "name": "ORIYA LETTER KA"
        },
        {
            "codepoint": "0B16",
            "name": "ORIYA LETTER KHA"
        },
        {
            "codepoint": "0B17",
            "name": "ORIYA LETTER GA"
        },
        {
            "codepoint": "0B18",
            "name": "ORIYA LETTER GHA"
        },
        {
            "codepoint": "0B19",
            "name": "ORIYA LETTER NGA"
        },
        {
            "codepoint": "0B1A",
            "name": "ORIYA LETTER CA"
        },
        {
            "codepoint": "0B1B",
            "name": "ORIYA LETTER CHA"
        },
        {
            "codepoint": "0B1C",
            "name": "ORIYA LETTER JA"
        },
        {
            "codepoint": "0B1D",
            "name": "ORIYA LETTER JHA"
        },
        {
            "codepoint": "0B1E",
            "name": "ORIYA LETTER NYA"
        },
        {
            "codepoint": "0B1F",
            "name": "ORIYA LETTER TTA"
        },
        {
            "codepoint": "0B20",
            "name": "ORIYA LETTER TTHA"
        },
        {
            "codepoint": "0B21",
            "name": "ORIYA LETTER DDA"
        },
        {
            "codepoint": "0B22",
            "name": "ORIYA LETTER DDHA"
        },
        {
            "codepoint": "0B23",
            "name": "ORIYA LETTER NNA"
        },
        {
            "codepoint": "0B24",
            "name": "ORIYA LETTER TA"
        },
        {
            "codepoint": "0B25",
            "name": "ORIYA LETTER THA"
        },
        {
            "codepoint": "0B26",
            "name": "ORIYA LETTER DA"
        },
        {
            "codepoint": "0B27",
            "name": "ORIYA LETTER DHA"
        },
        {
            "codepoint": "0B28",
            "name": "ORIYA LETTER NA"
        },
        {
            "codepoint": "0B2A",
            "name": "ORIYA LETTER PA"
        },
        {
            "codepoint": "0B2B",
            "name": "ORIYA LETTER PHA"
        },
        {
            "codepoint": "0B2C",
            "name": "ORIYA LETTER BA",
            "crossReferences": [
                "(oriya letter va - 0B35)"
            ]
        },
        {
            "codepoint": "0B2D",
            "name": "ORIYA LETTER BHA"
        },
        {
            "codepoint": "0B2E",
            "name": "ORIYA LETTER MA"
        },
        {
            "codepoint": "0B2F",
            "name": "ORIYA LETTER YA",
            "aliases": [
                "ja"
            ]
        },
        {
            "codepoint": "0B30",
            "name": "ORIYA LETTER RA"
        },
        {
            "codepoint": "0B32",
            "name": "ORIYA LETTER LA"
        },
        {
            "codepoint": "0B33",
            "name": "ORIYA LETTER LLA"
        },
        {
            "codepoint": "0B35",
            "name": "ORIYA LETTER VA",
            "comments": [
                "Kui uses an alternate glyph with the dot above the small circle"
            ],
            "crossReferences": [
                "(oriya letter ba - 0B2C)"
            ]
        },
        {
            "codepoint": "0B36",
            "name": "ORIYA LETTER SHA"
        },
        {
            "codepoint": "0B37",
            "name": "ORIYA LETTER SSA"
        },
        {
            "codepoint": "0B38",
            "name": "ORIYA LETTER SA"
        },
        {
            "codepoint": "0B39",
            "name": "ORIYA LETTER HA"
        },
        {
            "codepoint": "0B3C",
            "name": "ORIYA SIGN NUKTA",
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "0B3D",
            "name": "ORIYA SIGN AVAGRAHA"
        },
        {
            "codepoint": "0B3E",
            "name": "ORIYA VOWEL SIGN AA"
        },
        {
            "codepoint": "0B3F",
            "name": "ORIYA VOWEL SIGN I"
        },
        {
            "codepoint": "0B40",
            "name": "ORIYA VOWEL SIGN II"
        },
        {
            "codepoint": "0B41",
            "name": "ORIYA VOWEL SIGN U"
        },
        {
            "codepoint": "0B42",
            "name": "ORIYA VOWEL SIGN UU"
        },
        {
            "codepoint": "0B43",
            "name": "ORIYA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0B44",
            "name": "ORIYA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0B47",
            "name": "ORIYA VOWEL SIGN E",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0B48",
            "name": "ORIYA VOWEL SIGN AI",
            "comments": [
                "pieces left of and above the consonant"
            ],
            "decompositions": [
                [
                    "0B47",
                    "0B56"
                ]
            ]
        },
        {
            "codepoint": "0B4B",
            "name": "ORIYA VOWEL SIGN O",
            "decompositions": [
                [
                    "0B47",
                    "0B3E"
                ]
            ]
        },
        {
            "codepoint": "0B4C",
            "name": "ORIYA VOWEL SIGN AU",
            "decompositions": [
                [
                    "0B47",
                    "0B57"
                ]
            ]
        },
        {
            "codepoint": "0B4D",
            "name": "ORIYA SIGN VIRAMA"
        },
        {
            "codepoint": "0B55",
            "name": "ORIYA SIGN OVERLINE",
            "comments": [
                "Kuvi, Kui"
            ]
        },
        {
            "codepoint": "0B56",
            "name": "ORIYA AI LENGTH MARK"
        },
        {
            "codepoint": "0B57",
            "name": "ORIYA AU LENGTH MARK"
        },
        {
            "codepoint": "0B5C",
            "name": "ORIYA LETTER RRA",
            "aliases": [
                "dda"
            ],
            "decompositions": [
                [
                    "0B21",
                    "0B3C"
                ]
            ]
        },
        {
            "codepoint": "0B5D",
            "name": "ORIYA LETTER RHA",
            "aliases": [
                "ddha"
            ],
            "decompositions": [
                [
                    "0B22",
                    "0B3C"
                ]
            ]
        },
        {
            "codepoint": "0B5F",
            "name": "ORIYA LETTER YYA",
            "aliases": [
                "ya"
            ]
        },
        {
            "codepoint": "0B60",
            "name": "ORIYA LETTER VOCALIC RR"
        },
        {
            "codepoint": "0B61",
            "name": "ORIYA LETTER VOCALIC LL"
        },
        {
            "codepoint": "0B62",
            "name": "ORIYA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0B63",
            "name": "ORIYA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0B64",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0B65",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0B66",
            "name": "ORIYA DIGIT ZERO"
        },
        {
            "codepoint": "0B67",
            "name": "ORIYA DIGIT ONE"
        },
        {
            "codepoint": "0B68",
            "name": "ORIYA DIGIT TWO"
        },
        {
            "codepoint": "0B69",
            "name": "ORIYA DIGIT THREE"
        },
        {
            "codepoint": "0B6A",
            "name": "ORIYA DIGIT FOUR"
        },
        {
            "codepoint": "0B6B",
            "name": "ORIYA DIGIT FIVE"
        },
        {
            "codepoint": "0B6C",
            "name": "ORIYA DIGIT SIX"
        },
        {
            "codepoint": "0B6D",
            "name": "ORIYA DIGIT SEVEN"
        },
        {
            "codepoint": "0B6E",
            "name": "ORIYA DIGIT EIGHT"
        },
        {
            "codepoint": "0B6F",
            "name": "ORIYA DIGIT NINE"
        },
        {
            "codepoint": "0B70",
            "name": "ORIYA ISSHAR"
        },
        {
            "codepoint": "0B71",
            "name": "ORIYA LETTER WA",
            "crossReferences": [
                "(oriya letter o - 0B13)",
                "(oriya letter va - 0B35)"
            ]
        },
        {
            "codepoint": "0B72",
            "name": "ORIYA FRACTION ONE QUARTER"
        },
        {
            "codepoint": "0B73",
            "name": "ORIYA FRACTION ONE HALF"
        },
        {
            "codepoint": "0B74",
            "name": "ORIYA FRACTION THREE QUARTERS"
        },
        {
            "codepoint": "0B75",
            "name": "ORIYA FRACTION ONE SIXTEENTH"
        },
        {
            "codepoint": "0B76",
            "name": "ORIYA FRACTION ONE EIGHTH"
        },
        {
            "codepoint": "0B77",
            "name": "ORIYA FRACTION THREE SIXTEENTHS"
        },
        {
            "codepoint": "0B82",
            "name": "TAMIL SIGN ANUSVARA",
            "comments": [
                "not used in Tamil"
            ]
        },
        {
            "codepoint": "0B83",
            "name": "TAMIL SIGN VISARGA",
            "aliases": [
                "aytham"
            ],
            "comments": [
                "just as for the Tamil pulli, the glyph for aytham may use either dots or rings"
            ]
        },
        {
            "codepoint": "0B85",
            "name": "TAMIL LETTER A"
        },
        {
            "codepoint": "0B86",
            "name": "TAMIL LETTER AA"
        },
        {
            "codepoint": "0B87",
            "name": "TAMIL LETTER I"
        },
        {
            "codepoint": "0B88",
            "name": "TAMIL LETTER II"
        },
        {
            "codepoint": "0B89",
            "name": "TAMIL LETTER U"
        },
        {
            "codepoint": "0B8A",
            "name": "TAMIL LETTER UU"
        },
        {
            "codepoint": "0B8E",
            "name": "TAMIL LETTER E"
        },
        {
            "codepoint": "0B8F",
            "name": "TAMIL LETTER EE"
        },
        {
            "codepoint": "0B90",
            "name": "TAMIL LETTER AI"
        },
        {
            "codepoint": "0B92",
            "name": "TAMIL LETTER O"
        },
        {
            "codepoint": "0B93",
            "name": "TAMIL LETTER OO"
        },
        {
            "codepoint": "0B94",
            "name": "TAMIL LETTER AU",
            "decompositions": [
                [
                    "0B92",
                    "0BD7"
                ]
            ]
        },
        {
            "codepoint": "0B95",
            "name": "TAMIL LETTER KA"
        },
        {
            "codepoint": "0B99",
            "name": "TAMIL LETTER NGA",
            "comments": [
                "also denotes the measure kuruni/marakkaal"
            ],
            "crossReferences": [
                "(tamil sign kuruni - 11FDA)"
            ]
        },
        {
            "codepoint": "0B9A",
            "name": "TAMIL LETTER CA"
        },
        {
            "codepoint": "0B9C",
            "name": "TAMIL LETTER JA"
        },
        {
            "codepoint": "0B9E",
            "name": "TAMIL LETTER NYA"
        },
        {
            "codepoint": "0B9F",
            "name": "TAMIL LETTER TTA"
        },
        {
            "codepoint": "0BA3",
            "name": "TAMIL LETTER NNA"
        },
        {
            "codepoint": "0BA4",
            "name": "TAMIL LETTER TA",
            "comments": [
                "also denotes the measure thuuni"
            ],
            "crossReferences": [
                "(tamil sign mukkuruni - 11FDC)"
            ]
        },
        {
            "codepoint": "0BA8",
            "name": "TAMIL LETTER NA"
        },
        {
            "codepoint": "0BA9",
            "name": "TAMIL LETTER NNNA"
        },
        {
            "codepoint": "0BAA",
            "name": "TAMIL LETTER PA",
            "aliases": [
                "maa"
            ],
            "crossReferences": [
                "(tamil fraction one twentieth - 11FC8)"
            ]
        },
        {
            "codepoint": "0BAE",
            "name": "TAMIL LETTER MA"
        },
        {
            "codepoint": "0BAF",
            "name": "TAMIL LETTER YA"
        },
        {
            "codepoint": "0BB0",
            "name": "TAMIL LETTER RA"
        },
        {
            "codepoint": "0BB1",
            "name": "TAMIL LETTER RRA"
        },
        {
            "codepoint": "0BB2",
            "name": "TAMIL LETTER LA"
        },
        {
            "codepoint": "0BB3",
            "name": "TAMIL LETTER LLA",
            "comments": [
                "also denotes the measure kalam"
            ],
            "crossReferences": [
                "(tamil sign mukkuruni - 11FDC)"
            ]
        },
        {
            "codepoint": "0BB4",
            "name": "TAMIL LETTER LLLA"
        },
        {
            "codepoint": "0BB5",
            "name": "TAMIL LETTER VA",
            "crossReferences": [
                "(tamil fraction one quarter - 11FD0)"
            ]
        },
        {
            "codepoint": "0BB6",
            "name": "TAMIL LETTER SHA"
        },
        {
            "codepoint": "0BB7",
            "name": "TAMIL LETTER SSA"
        },
        {
            "codepoint": "0BB8",
            "name": "TAMIL LETTER SA"
        },
        {
            "codepoint": "0BB9",
            "name": "TAMIL LETTER HA"
        },
        {
            "codepoint": "0BBE",
            "name": "TAMIL VOWEL SIGN AA"
        },
        {
            "codepoint": "0BBF",
            "name": "TAMIL VOWEL SIGN I"
        },
        {
            "codepoint": "0BC0",
            "name": "TAMIL VOWEL SIGN II"
        },
        {
            "codepoint": "0BC1",
            "name": "TAMIL VOWEL SIGN U"
        },
        {
            "codepoint": "0BC2",
            "name": "TAMIL VOWEL SIGN UU"
        },
        {
            "codepoint": "0BC6",
            "name": "TAMIL VOWEL SIGN E",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0BC7",
            "name": "TAMIL VOWEL SIGN EE",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0BC8",
            "name": "TAMIL VOWEL SIGN AI",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0BCA",
            "name": "TAMIL VOWEL SIGN O",
            "decompositions": [
                [
                    "0BC6",
                    "0BBE"
                ]
            ]
        },
        {
            "codepoint": "0BCB",
            "name": "TAMIL VOWEL SIGN OO",
            "decompositions": [
                [
                    "0BC7",
                    "0BBE"
                ]
            ]
        },
        {
            "codepoint": "0BCC",
            "name": "TAMIL VOWEL SIGN AU",
            "decompositions": [
                [
                    "0BC6",
                    "0BD7"
                ]
            ]
        },
        {
            "codepoint": "0BCD",
            "name": "TAMIL SIGN VIRAMA",
            "aliases": [
                "pulli"
            ]
        },
        {
            "codepoint": "0BD0",
            "name": "TAMIL OM"
        },
        {
            "codepoint": "0BD7",
            "name": "TAMIL AU LENGTH MARK"
        },
        {
            "codepoint": "0BE4",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0BE5",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0BE6",
            "name": "TAMIL DIGIT ZERO"
        },
        {
            "codepoint": "0BE7",
            "name": "TAMIL DIGIT ONE"
        },
        {
            "codepoint": "0BE8",
            "name": "TAMIL DIGIT TWO"
        },
        {
            "codepoint": "0BE9",
            "name": "TAMIL DIGIT THREE"
        },
        {
            "codepoint": "0BEA",
            "name": "TAMIL DIGIT FOUR"
        },
        {
            "codepoint": "0BEB",
            "name": "TAMIL DIGIT FIVE"
        },
        {
            "codepoint": "0BEC",
            "name": "TAMIL DIGIT SIX"
        },
        {
            "codepoint": "0BED",
            "name": "TAMIL DIGIT SEVEN"
        },
        {
            "codepoint": "0BEE",
            "name": "TAMIL DIGIT EIGHT"
        },
        {
            "codepoint": "0BEF",
            "name": "TAMIL DIGIT NINE"
        },
        {
            "codepoint": "0BF0",
            "name": "TAMIL NUMBER TEN"
        },
        {
            "codepoint": "0BF1",
            "name": "TAMIL NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "0BF2",
            "name": "TAMIL NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "0BF3",
            "name": "TAMIL DAY SIGN",
            "aliases": [
                "naal, naali/padi",
                "pillaiyaar suli"
            ],
            "comments": [
                "denotes a measure of grain that equals 2 uri or 4 ulakku",
                "denotes auspiciousness"
            ],
            "crossReferences": [
                "(tamil sign muuvuzhakku - 11FD9)"
            ]
        },
        {
            "codepoint": "0BF4",
            "name": "TAMIL MONTH SIGN",
            "aliases": [
                "maatham"
            ]
        },
        {
            "codepoint": "0BF5",
            "name": "TAMIL YEAR SIGN",
            "aliases": [
                "varudam"
            ]
        },
        {
            "codepoint": "0BF6",
            "name": "TAMIL DEBIT SIGN",
            "aliases": [
                "patru"
            ]
        },
        {
            "codepoint": "0BF7",
            "name": "TAMIL CREDIT SIGN",
            "aliases": [
                "eduppu"
            ],
            "comments": [
                "denotes incoming cash which is set aside for unknown expenses",
                "sometimes used as the credit sign; the traditional credit sign is distinct"
            ],
            "crossReferences": [
                "(tamil traditional credit sign - 11FE8)"
            ]
        },
        {
            "codepoint": "0BF8",
            "name": "TAMIL AS ABOVE SIGN",
            "aliases": [
                "merpadi"
            ]
        },
        {
            "codepoint": "0BF9",
            "name": "TAMIL RUPEE SIGN",
            "aliases": [
                "rupai"
            ],
            "crossReferences": [
                "(tamil land sign - 11FE6)"
            ]
        },
        {
            "codepoint": "0BFA",
            "name": "TAMIL NUMBER SIGN",
            "aliases": [
                "enn, niluvai"
            ],
            "comments": [
                "denotes balance",
                "sometimes used as the number sign; the traditional number sign is distinct"
            ],
            "crossReferences": [
                "(tamil traditional number sign - 11FE9)"
            ]
        },
        {
            "codepoint": "0C00",
            "name": "TELUGU SIGN COMBINING CANDRABINDU ABOVE"
        },
        {
            "codepoint": "0C01",
            "name": "TELUGU SIGN CANDRABINDU",
            "aliases": [
                "arasunna"
            ],
            "comments": [
                "indicates a contextually elided nasal"
            ]
        },
        {
            "codepoint": "0C02",
            "name": "TELUGU SIGN ANUSVARA",
            "aliases": [
                "sunna"
            ],
            "comments": [
                "used in Prakrit language texts to indicate gemination of the following consonant"
            ]
        },
        {
            "codepoint": "0C03",
            "name": "TELUGU SIGN VISARGA"
        },
        {
            "codepoint": "0C04",
            "name": "TELUGU SIGN COMBINING ANUSVARA ABOVE",
            "comments": [
                "used in Prakrit language texts for the linguistic anusvara"
            ]
        },
        {
            "codepoint": "0C05",
            "name": "TELUGU LETTER A"
        },
        {
            "codepoint": "0C06",
            "name": "TELUGU LETTER AA"
        },
        {
            "codepoint": "0C07",
            "name": "TELUGU LETTER I"
        },
        {
            "codepoint": "0C08",
            "name": "TELUGU LETTER II"
        },
        {
            "codepoint": "0C09",
            "name": "TELUGU LETTER U"
        },
        {
            "codepoint": "0C0A",
            "name": "TELUGU LETTER UU"
        },
        {
            "codepoint": "0C0B",
            "name": "TELUGU LETTER VOCALIC R"
        },
        {
            "codepoint": "0C0C",
            "name": "TELUGU LETTER VOCALIC L"
        },
        {
            "codepoint": "0C0E",
            "name": "TELUGU LETTER E"
        },
        {
            "codepoint": "0C0F",
            "name": "TELUGU LETTER EE"
        },
        {
            "codepoint": "0C10",
            "name": "TELUGU LETTER AI"
        },
        {
            "codepoint": "0C12",
            "name": "TELUGU LETTER O"
        },
        {
            "codepoint": "0C13",
            "name": "TELUGU LETTER OO"
        },
        {
            "codepoint": "0C14",
            "name": "TELUGU LETTER AU"
        },
        {
            "codepoint": "0C15",
            "name": "TELUGU LETTER KA"
        },
        {
            "codepoint": "0C16",
            "name": "TELUGU LETTER KHA"
        },
        {
            "codepoint": "0C17",
            "name": "TELUGU LETTER GA"
        },
        {
            "codepoint": "0C18",
            "name": "TELUGU LETTER GHA"
        },
        {
            "codepoint": "0C19",
            "name": "TELUGU LETTER NGA"
        },
        {
            "codepoint": "0C1A",
            "name": "TELUGU LETTER CA"
        },
        {
            "codepoint": "0C1B",
            "name": "TELUGU LETTER CHA"
        },
        {
            "codepoint": "0C1C",
            "name": "TELUGU LETTER JA"
        },
        {
            "codepoint": "0C1D",
            "name": "TELUGU LETTER JHA"
        },
        {
            "codepoint": "0C1E",
            "name": "TELUGU LETTER NYA"
        },
        {
            "codepoint": "0C1F",
            "name": "TELUGU LETTER TTA"
        },
        {
            "codepoint": "0C20",
            "name": "TELUGU LETTER TTHA"
        },
        {
            "codepoint": "0C21",
            "name": "TELUGU LETTER DDA"
        },
        {
            "codepoint": "0C22",
            "name": "TELUGU LETTER DDHA"
        },
        {
            "codepoint": "0C23",
            "name": "TELUGU LETTER NNA"
        },
        {
            "codepoint": "0C24",
            "name": "TELUGU LETTER TA"
        },
        {
            "codepoint": "0C25",
            "name": "TELUGU LETTER THA"
        },
        {
            "codepoint": "0C26",
            "name": "TELUGU LETTER DA"
        },
        {
            "codepoint": "0C27",
            "name": "TELUGU LETTER DHA"
        },
        {
            "codepoint": "0C28",
            "name": "TELUGU LETTER NA"
        },
        {
            "codepoint": "0C2A",
            "name": "TELUGU LETTER PA"
        },
        {
            "codepoint": "0C2B",
            "name": "TELUGU LETTER PHA"
        },
        {
            "codepoint": "0C2C",
            "name": "TELUGU LETTER BA"
        },
        {
            "codepoint": "0C2D",
            "name": "TELUGU LETTER BHA"
        },
        {
            "codepoint": "0C2E",
            "name": "TELUGU LETTER MA"
        },
        {
            "codepoint": "0C2F",
            "name": "TELUGU LETTER YA"
        },
        {
            "codepoint": "0C30",
            "name": "TELUGU LETTER RA"
        },
        {
            "codepoint": "0C31",
            "name": "TELUGU LETTER RRA"
        },
        {
            "codepoint": "0C32",
            "name": "TELUGU LETTER LA"
        },
        {
            "codepoint": "0C33",
            "name": "TELUGU LETTER LLA"
        },
        {
            "codepoint": "0C34",
            "name": "TELUGU LETTER LLLA"
        },
        {
            "codepoint": "0C35",
            "name": "TELUGU LETTER VA"
        },
        {
            "codepoint": "0C36",
            "name": "TELUGU LETTER SHA"
        },
        {
            "codepoint": "0C37",
            "name": "TELUGU LETTER SSA"
        },
        {
            "codepoint": "0C38",
            "name": "TELUGU LETTER SA"
        },
        {
            "codepoint": "0C39",
            "name": "TELUGU LETTER HA"
        },
        {
            "codepoint": "0C3C",
            "name": "TELUGU SIGN NUKTA",
            "comments": [
                "used for Tamil transliteration and Perso-Arabic phonemes",
                "can also appear as a large dot, should be placed sufficiently below the baseline of a consonant to avoid confusion/collision with the aspiration marker"
            ]
        },
        {
            "codepoint": "0C3D",
            "name": "TELUGU SIGN AVAGRAHA"
        },
        {
            "codepoint": "0C3E",
            "name": "TELUGU VOWEL SIGN AA"
        },
        {
            "codepoint": "0C3F",
            "name": "TELUGU VOWEL SIGN I"
        },
        {
            "codepoint": "0C40",
            "name": "TELUGU VOWEL SIGN II"
        },
        {
            "codepoint": "0C41",
            "name": "TELUGU VOWEL SIGN U"
        },
        {
            "codepoint": "0C42",
            "name": "TELUGU VOWEL SIGN UU"
        },
        {
            "codepoint": "0C43",
            "name": "TELUGU VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0C44",
            "name": "TELUGU VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0C46",
            "name": "TELUGU VOWEL SIGN E"
        },
        {
            "codepoint": "0C47",
            "name": "TELUGU VOWEL SIGN EE"
        },
        {
            "codepoint": "0C48",
            "name": "TELUGU VOWEL SIGN AI",
            "decompositions": [
                [
                    "0C46",
                    "0C56"
                ]
            ]
        },
        {
            "codepoint": "0C4A",
            "name": "TELUGU VOWEL SIGN O"
        },
        {
            "codepoint": "0C4B",
            "name": "TELUGU VOWEL SIGN OO"
        },
        {
            "codepoint": "0C4C",
            "name": "TELUGU VOWEL SIGN AU"
        },
        {
            "codepoint": "0C4D",
            "name": "TELUGU SIGN VIRAMA",
            "aliases": [
                "halant (the preferred name)"
            ]
        },
        {
            "codepoint": "0C55",
            "name": "TELUGU LENGTH MARK"
        },
        {
            "codepoint": "0C56",
            "name": "TELUGU AI LENGTH MARK"
        },
        {
            "codepoint": "0C58",
            "name": "TELUGU LETTER TSA"
        },
        {
            "codepoint": "0C59",
            "name": "TELUGU LETTER DZA"
        },
        {
            "codepoint": "0C5A",
            "name": "TELUGU LETTER RRRA",
            "comments": [
                "letter for an alveolar consonant whose exact phonetic value is not known"
            ]
        },
        {
            "codepoint": "0C5D",
            "name": "TELUGU LETTER NAKAARA POLLU",
            "comments": [
                "vowelless form of na"
            ],
            "crossReferences": [
                "(kannada letter nakaara pollu - 0CDD)",
                "(malayalam letter chillu n - 0D7B)"
            ]
        },
        {
            "codepoint": "0C60",
            "name": "TELUGU LETTER VOCALIC RR"
        },
        {
            "codepoint": "0C61",
            "name": "TELUGU LETTER VOCALIC LL"
        },
        {
            "codepoint": "0C62",
            "name": "TELUGU VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0C63",
            "name": "TELUGU VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0C64",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0C65",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0C66",
            "name": "TELUGU DIGIT ZERO"
        },
        {
            "codepoint": "0C67",
            "name": "TELUGU DIGIT ONE"
        },
        {
            "codepoint": "0C68",
            "name": "TELUGU DIGIT TWO"
        },
        {
            "codepoint": "0C69",
            "name": "TELUGU DIGIT THREE"
        },
        {
            "codepoint": "0C6A",
            "name": "TELUGU DIGIT FOUR"
        },
        {
            "codepoint": "0C6B",
            "name": "TELUGU DIGIT FIVE"
        },
        {
            "codepoint": "0C6C",
            "name": "TELUGU DIGIT SIX"
        },
        {
            "codepoint": "0C6D",
            "name": "TELUGU DIGIT SEVEN"
        },
        {
            "codepoint": "0C6E",
            "name": "TELUGU DIGIT EIGHT"
        },
        {
            "codepoint": "0C6F",
            "name": "TELUGU DIGIT NINE"
        },
        {
            "codepoint": "0C77",
            "name": "TELUGU SIGN SIDDHAM",
            "aliases": [
                "siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts as an invocation"
            ],
            "crossReferences": [
                "(devanagari sign siddham - A8FC)",
                "(sharada sign siddham - 111DB)"
            ]
        },
        {
            "codepoint": "0C78",
            "name": "TELUGU FRACTION DIGIT ZERO FOR ODD POWERS OF FOUR"
        },
        {
            "codepoint": "0C79",
            "name": "TELUGU FRACTION DIGIT ONE FOR ODD POWERS OF FOUR"
        },
        {
            "codepoint": "0C7A",
            "name": "TELUGU FRACTION DIGIT TWO FOR ODD POWERS OF FOUR"
        },
        {
            "codepoint": "0C7B",
            "name": "TELUGU FRACTION DIGIT THREE FOR ODD POWERS OF FOUR"
        },
        {
            "codepoint": "0C7C",
            "name": "TELUGU FRACTION DIGIT ONE FOR EVEN POWERS OF FOUR"
        },
        {
            "codepoint": "0C7D",
            "name": "TELUGU FRACTION DIGIT TWO FOR EVEN POWERS OF FOUR"
        },
        {
            "codepoint": "0C7E",
            "name": "TELUGU FRACTION DIGIT THREE FOR EVEN POWERS OF FOUR"
        },
        {
            "codepoint": "0C7F",
            "name": "TELUGU SIGN TUUMU"
        },
        {
            "codepoint": "0C80",
            "name": "KANNADA SIGN SPACING CANDRABINDU"
        },
        {
            "codepoint": "0C81",
            "name": "KANNADA SIGN CANDRABINDU"
        },
        {
            "codepoint": "0C82",
            "name": "KANNADA SIGN ANUSVARA",
            "comments": [
                "used in Konkani, Havyaka Kannada (Havigannada) and Awadhi texts to indicate regular anusvara"
            ]
        },
        {
            "codepoint": "0C83",
            "name": "KANNADA SIGN VISARGA"
        },
        {
            "codepoint": "0C84",
            "name": "KANNADA SIGN SIDDHAM",
            "aliases": [
                "siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts as an invocation"
            ],
            "crossReferences": [
                "(devanagari sign siddham - A8FC)",
                "(sharada sign siddham - 111DB)"
            ]
        },
        {
            "codepoint": "0C85",
            "name": "KANNADA LETTER A"
        },
        {
            "codepoint": "0C86",
            "name": "KANNADA LETTER AA"
        },
        {
            "codepoint": "0C87",
            "name": "KANNADA LETTER I"
        },
        {
            "codepoint": "0C88",
            "name": "KANNADA LETTER II"
        },
        {
            "codepoint": "0C89",
            "name": "KANNADA LETTER U"
        },
        {
            "codepoint": "0C8A",
            "name": "KANNADA LETTER UU"
        },
        {
            "codepoint": "0C8B",
            "name": "KANNADA LETTER VOCALIC R"
        },
        {
            "codepoint": "0C8C",
            "name": "KANNADA LETTER VOCALIC L"
        },
        {
            "codepoint": "0C8E",
            "name": "KANNADA LETTER E"
        },
        {
            "codepoint": "0C8F",
            "name": "KANNADA LETTER EE"
        },
        {
            "codepoint": "0C90",
            "name": "KANNADA LETTER AI"
        },
        {
            "codepoint": "0C92",
            "name": "KANNADA LETTER O"
        },
        {
            "codepoint": "0C93",
            "name": "KANNADA LETTER OO"
        },
        {
            "codepoint": "0C94",
            "name": "KANNADA LETTER AU"
        },
        {
            "codepoint": "0C95",
            "name": "KANNADA LETTER KA"
        },
        {
            "codepoint": "0C96",
            "name": "KANNADA LETTER KHA"
        },
        {
            "codepoint": "0C97",
            "name": "KANNADA LETTER GA"
        },
        {
            "codepoint": "0C98",
            "name": "KANNADA LETTER GHA"
        },
        {
            "codepoint": "0C99",
            "name": "KANNADA LETTER NGA"
        },
        {
            "codepoint": "0C9A",
            "name": "KANNADA LETTER CA"
        },
        {
            "codepoint": "0C9B",
            "name": "KANNADA LETTER CHA"
        },
        {
            "codepoint": "0C9C",
            "name": "KANNADA LETTER JA"
        },
        {
            "codepoint": "0C9D",
            "name": "KANNADA LETTER JHA"
        },
        {
            "codepoint": "0C9E",
            "name": "KANNADA LETTER NYA"
        },
        {
            "codepoint": "0C9F",
            "name": "KANNADA LETTER TTA"
        },
        {
            "codepoint": "0CA0",
            "name": "KANNADA LETTER TTHA"
        },
        {
            "codepoint": "0CA1",
            "name": "KANNADA LETTER DDA"
        },
        {
            "codepoint": "0CA2",
            "name": "KANNADA LETTER DDHA"
        },
        {
            "codepoint": "0CA3",
            "name": "KANNADA LETTER NNA"
        },
        {
            "codepoint": "0CA4",
            "name": "KANNADA LETTER TA"
        },
        {
            "codepoint": "0CA5",
            "name": "KANNADA LETTER THA"
        },
        {
            "codepoint": "0CA6",
            "name": "KANNADA LETTER DA"
        },
        {
            "codepoint": "0CA7",
            "name": "KANNADA LETTER DHA"
        },
        {
            "codepoint": "0CA8",
            "name": "KANNADA LETTER NA"
        },
        {
            "codepoint": "0CAA",
            "name": "KANNADA LETTER PA"
        },
        {
            "codepoint": "0CAB",
            "name": "KANNADA LETTER PHA"
        },
        {
            "codepoint": "0CAC",
            "name": "KANNADA LETTER BA"
        },
        {
            "codepoint": "0CAD",
            "name": "KANNADA LETTER BHA"
        },
        {
            "codepoint": "0CAE",
            "name": "KANNADA LETTER MA"
        },
        {
            "codepoint": "0CAF",
            "name": "KANNADA LETTER YA"
        },
        {
            "codepoint": "0CB0",
            "name": "KANNADA LETTER RA"
        },
        {
            "codepoint": "0CB1",
            "name": "KANNADA LETTER RRA"
        },
        {
            "codepoint": "0CB2",
            "name": "KANNADA LETTER LA"
        },
        {
            "codepoint": "0CB3",
            "name": "KANNADA LETTER LLA"
        },
        {
            "codepoint": "0CB5",
            "name": "KANNADA LETTER VA"
        },
        {
            "codepoint": "0CB6",
            "name": "KANNADA LETTER SHA"
        },
        {
            "codepoint": "0CB7",
            "name": "KANNADA LETTER SSA"
        },
        {
            "codepoint": "0CB8",
            "name": "KANNADA LETTER SA"
        },
        {
            "codepoint": "0CB9",
            "name": "KANNADA LETTER HA"
        },
        {
            "codepoint": "0CBC",
            "name": "KANNADA SIGN NUKTA"
        },
        {
            "codepoint": "0CBD",
            "name": "KANNADA SIGN AVAGRAHA"
        },
        {
            "codepoint": "0CBE",
            "name": "KANNADA VOWEL SIGN AA"
        },
        {
            "codepoint": "0CBF",
            "name": "KANNADA VOWEL SIGN I"
        },
        {
            "codepoint": "0CC0",
            "name": "KANNADA VOWEL SIGN II",
            "decompositions": [
                [
                    "0CBF",
                    "0CD5"
                ]
            ]
        },
        {
            "codepoint": "0CC1",
            "name": "KANNADA VOWEL SIGN U"
        },
        {
            "codepoint": "0CC2",
            "name": "KANNADA VOWEL SIGN UU"
        },
        {
            "codepoint": "0CC3",
            "name": "KANNADA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0CC4",
            "name": "KANNADA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0CC6",
            "name": "KANNADA VOWEL SIGN E"
        },
        {
            "codepoint": "0CC7",
            "name": "KANNADA VOWEL SIGN EE",
            "decompositions": [
                [
                    "0CC6",
                    "0CD5"
                ]
            ]
        },
        {
            "codepoint": "0CC8",
            "name": "KANNADA VOWEL SIGN AI",
            "decompositions": [
                [
                    "0CC6",
                    "0CD6"
                ]
            ]
        },
        {
            "codepoint": "0CCA",
            "name": "KANNADA VOWEL SIGN O",
            "decompositions": [
                [
                    "0CC6",
                    "0CC2"
                ]
            ]
        },
        {
            "codepoint": "0CCB",
            "name": "KANNADA VOWEL SIGN OO",
            "decompositions": [
                [
                    "0CCA",
                    "0CD5"
                ]
            ]
        },
        {
            "codepoint": "0CCC",
            "name": "KANNADA VOWEL SIGN AU"
        },
        {
            "codepoint": "0CCD",
            "name": "KANNADA SIGN VIRAMA",
            "comments": [
                "preferred name is halant"
            ]
        },
        {
            "codepoint": "0CD5",
            "name": "KANNADA LENGTH MARK"
        },
        {
            "codepoint": "0CD6",
            "name": "KANNADA AI LENGTH MARK"
        },
        {
            "codepoint": "0CDD",
            "name": "KANNADA LETTER NAKAARA POLLU",
            "comments": [
                "vowelless form of na"
            ],
            "crossReferences": [
                "(telugu letter nakaara pollu - 0C5D)",
                "(malayalam letter chillu n - 0D7B)"
            ]
        },
        {
            "codepoint": "0CDE",
            "name": "KANNADA LETTER FA",
            "other": [
                "KANNADA LETTER LLLA"
            ],
            "comments": [
                "obsolete historic letter",
                "name is a mistake for LLLA"
            ]
        },
        {
            "codepoint": "0CE0",
            "name": "KANNADA LETTER VOCALIC RR"
        },
        {
            "codepoint": "0CE1",
            "name": "KANNADA LETTER VOCALIC LL"
        },
        {
            "codepoint": "0CE2",
            "name": "KANNADA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0CE3",
            "name": "KANNADA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0CE4",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0CE5",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0CE6",
            "name": "KANNADA DIGIT ZERO"
        },
        {
            "codepoint": "0CE7",
            "name": "KANNADA DIGIT ONE"
        },
        {
            "codepoint": "0CE8",
            "name": "KANNADA DIGIT TWO"
        },
        {
            "codepoint": "0CE9",
            "name": "KANNADA DIGIT THREE"
        },
        {
            "codepoint": "0CEA",
            "name": "KANNADA DIGIT FOUR"
        },
        {
            "codepoint": "0CEB",
            "name": "KANNADA DIGIT FIVE"
        },
        {
            "codepoint": "0CEC",
            "name": "KANNADA DIGIT SIX"
        },
        {
            "codepoint": "0CED",
            "name": "KANNADA DIGIT SEVEN"
        },
        {
            "codepoint": "0CEE",
            "name": "KANNADA DIGIT EIGHT"
        },
        {
            "codepoint": "0CEF",
            "name": "KANNADA DIGIT NINE"
        },
        {
            "codepoint": "0CF1",
            "name": "KANNADA SIGN JIHVAMULIYA",
            "crossReferences": [
                "(vedic sign jihvamuliya - 1CF5)"
            ]
        },
        {
            "codepoint": "0CF2",
            "name": "KANNADA SIGN UPADHMANIYA",
            "crossReferences": [
                "(vedic sign upadhmaniya - 1CF6)"
            ]
        },
        {
            "codepoint": "0CF3",
            "name": "KANNADA SIGN COMBINING ANUSVARA ABOVE RIGHT",
            "comments": [
                "used in Konkani, Havyaka Kannada (Havigannada) and Awadhi texts to indicate anunāsikā"
            ]
        },
        {
            "codepoint": "0D00",
            "name": "MALAYALAM SIGN COMBINING ANUSVARA ABOVE"
        },
        {
            "codepoint": "0D01",
            "name": "MALAYALAM SIGN CANDRABINDU"
        },
        {
            "codepoint": "0D02",
            "name": "MALAYALAM SIGN ANUSVARA",
            "comments": [
                "used in Prakrit language texts to indicate gemination of the following consonant"
            ]
        },
        {
            "codepoint": "0D03",
            "name": "MALAYALAM SIGN VISARGA"
        },
        {
            "codepoint": "0D04",
            "name": "MALAYALAM LETTER VEDIC ANUSVARA"
        },
        {
            "codepoint": "0D05",
            "name": "MALAYALAM LETTER A"
        },
        {
            "codepoint": "0D06",
            "name": "MALAYALAM LETTER AA"
        },
        {
            "codepoint": "0D07",
            "name": "MALAYALAM LETTER I"
        },
        {
            "codepoint": "0D08",
            "name": "MALAYALAM LETTER II"
        },
        {
            "codepoint": "0D09",
            "name": "MALAYALAM LETTER U"
        },
        {
            "codepoint": "0D0A",
            "name": "MALAYALAM LETTER UU"
        },
        {
            "codepoint": "0D0B",
            "name": "MALAYALAM LETTER VOCALIC R"
        },
        {
            "codepoint": "0D0C",
            "name": "MALAYALAM LETTER VOCALIC L"
        },
        {
            "codepoint": "0D0E",
            "name": "MALAYALAM LETTER E"
        },
        {
            "codepoint": "0D0F",
            "name": "MALAYALAM LETTER EE"
        },
        {
            "codepoint": "0D10",
            "name": "MALAYALAM LETTER AI"
        },
        {
            "codepoint": "0D12",
            "name": "MALAYALAM LETTER O"
        },
        {
            "codepoint": "0D13",
            "name": "MALAYALAM LETTER OO"
        },
        {
            "codepoint": "0D14",
            "name": "MALAYALAM LETTER AU"
        },
        {
            "codepoint": "0D15",
            "name": "MALAYALAM LETTER KA"
        },
        {
            "codepoint": "0D16",
            "name": "MALAYALAM LETTER KHA"
        },
        {
            "codepoint": "0D17",
            "name": "MALAYALAM LETTER GA"
        },
        {
            "codepoint": "0D18",
            "name": "MALAYALAM LETTER GHA"
        },
        {
            "codepoint": "0D19",
            "name": "MALAYALAM LETTER NGA"
        },
        {
            "codepoint": "0D1A",
            "name": "MALAYALAM LETTER CA",
            "aliases": [
                "cha"
            ]
        },
        {
            "codepoint": "0D1B",
            "name": "MALAYALAM LETTER CHA",
            "aliases": [
                "chha"
            ]
        },
        {
            "codepoint": "0D1C",
            "name": "MALAYALAM LETTER JA"
        },
        {
            "codepoint": "0D1D",
            "name": "MALAYALAM LETTER JHA"
        },
        {
            "codepoint": "0D1E",
            "name": "MALAYALAM LETTER NYA",
            "aliases": [
                "nha"
            ]
        },
        {
            "codepoint": "0D1F",
            "name": "MALAYALAM LETTER TTA",
            "aliases": [
                "ta"
            ]
        },
        {
            "codepoint": "0D20",
            "name": "MALAYALAM LETTER TTHA",
            "aliases": [
                "tta"
            ]
        },
        {
            "codepoint": "0D21",
            "name": "MALAYALAM LETTER DDA",
            "aliases": [
                "hard da"
            ]
        },
        {
            "codepoint": "0D22",
            "name": "MALAYALAM LETTER DDHA",
            "aliases": [
                "hard dda"
            ]
        },
        {
            "codepoint": "0D23",
            "name": "MALAYALAM LETTER NNA",
            "aliases": [
                "hard na"
            ]
        },
        {
            "codepoint": "0D24",
            "name": "MALAYALAM LETTER TA",
            "aliases": [
                "tha"
            ]
        },
        {
            "codepoint": "0D25",
            "name": "MALAYALAM LETTER THA",
            "aliases": [
                "ttha"
            ]
        },
        {
            "codepoint": "0D26",
            "name": "MALAYALAM LETTER DA",
            "aliases": [
                "soft da"
            ]
        },
        {
            "codepoint": "0D27",
            "name": "MALAYALAM LETTER DHA",
            "aliases": [
                "soft dda"
            ]
        },
        {
            "codepoint": "0D28",
            "name": "MALAYALAM LETTER NA"
        },
        {
            "codepoint": "0D29",
            "name": "MALAYALAM LETTER NNNA",
            "comments": [
                "scholarly use only"
            ]
        },
        {
            "codepoint": "0D2A",
            "name": "MALAYALAM LETTER PA"
        },
        {
            "codepoint": "0D2B",
            "name": "MALAYALAM LETTER PHA"
        },
        {
            "codepoint": "0D2C",
            "name": "MALAYALAM LETTER BA"
        },
        {
            "codepoint": "0D2D",
            "name": "MALAYALAM LETTER BHA"
        },
        {
            "codepoint": "0D2E",
            "name": "MALAYALAM LETTER MA",
            "comments": [
                "also used to denote the fraction one eightieth (kaani)"
            ]
        },
        {
            "codepoint": "0D2F",
            "name": "MALAYALAM LETTER YA"
        },
        {
            "codepoint": "0D30",
            "name": "MALAYALAM LETTER RA"
        },
        {
            "codepoint": "0D31",
            "name": "MALAYALAM LETTER RRA"
        },
        {
            "codepoint": "0D32",
            "name": "MALAYALAM LETTER LA"
        },
        {
            "codepoint": "0D33",
            "name": "MALAYALAM LETTER LLA"
        },
        {
            "codepoint": "0D34",
            "name": "MALAYALAM LETTER LLLA",
            "aliases": [
                "zha"
            ]
        },
        {
            "codepoint": "0D35",
            "name": "MALAYALAM LETTER VA"
        },
        {
            "codepoint": "0D36",
            "name": "MALAYALAM LETTER SHA",
            "aliases": [
                "soft sha"
            ]
        },
        {
            "codepoint": "0D37",
            "name": "MALAYALAM LETTER SSA",
            "aliases": [
                "sha"
            ]
        },
        {
            "codepoint": "0D38",
            "name": "MALAYALAM LETTER SA"
        },
        {
            "codepoint": "0D39",
            "name": "MALAYALAM LETTER HA"
        },
        {
            "codepoint": "0D3A",
            "name": "MALAYALAM LETTER TTTA",
            "comments": [
                "scholarly use only"
            ]
        },
        {
            "codepoint": "0D3B",
            "name": "MALAYALAM SIGN VERTICAL BAR VIRAMA"
        },
        {
            "codepoint": "0D3C",
            "name": "MALAYALAM SIGN CIRCULAR VIRAMA"
        },
        {
            "codepoint": "0D3D",
            "name": "MALAYALAM SIGN AVAGRAHA",
            "aliases": [
                "praslesham"
            ]
        },
        {
            "codepoint": "0D3E",
            "name": "MALAYALAM VOWEL SIGN AA"
        },
        {
            "codepoint": "0D3F",
            "name": "MALAYALAM VOWEL SIGN I"
        },
        {
            "codepoint": "0D40",
            "name": "MALAYALAM VOWEL SIGN II"
        },
        {
            "codepoint": "0D41",
            "name": "MALAYALAM VOWEL SIGN U"
        },
        {
            "codepoint": "0D42",
            "name": "MALAYALAM VOWEL SIGN UU"
        },
        {
            "codepoint": "0D43",
            "name": "MALAYALAM VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "0D44",
            "name": "MALAYALAM VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "0D46",
            "name": "MALAYALAM VOWEL SIGN E",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0D47",
            "name": "MALAYALAM VOWEL SIGN EE",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0D48",
            "name": "MALAYALAM VOWEL SIGN AI",
            "comments": [
                "stands to the left of the consonant"
            ]
        },
        {
            "codepoint": "0D4A",
            "name": "MALAYALAM VOWEL SIGN O",
            "decompositions": [
                [
                    "0D46",
                    "0D3E"
                ]
            ]
        },
        {
            "codepoint": "0D4B",
            "name": "MALAYALAM VOWEL SIGN OO",
            "decompositions": [
                [
                    "0D47",
                    "0D3E"
                ]
            ]
        },
        {
            "codepoint": "0D4C",
            "name": "MALAYALAM VOWEL SIGN AU",
            "comments": [
                "archaic form of the /au/ dependent vowel"
            ],
            "crossReferences": [
                "(malayalam au length mark - 0D57)"
            ],
            "decompositions": [
                [
                    "0D46",
                    "0D57"
                ]
            ]
        },
        {
            "codepoint": "0D4D",
            "name": "MALAYALAM SIGN VIRAMA",
            "aliases": [
                "candrakkala (the preferred name)",
                "vowel half-u"
            ]
        },
        {
            "codepoint": "0D4E",
            "name": "MALAYALAM LETTER DOT REPH",
            "comments": [
                "not used in reformed modern Malayalam orthography"
            ]
        },
        {
            "codepoint": "0D4F",
            "name": "MALAYALAM SIGN PARA",
            "comments": [
                "used historically to measure rice"
            ]
        },
        {
            "codepoint": "0D54",
            "name": "MALAYALAM LETTER CHILLU M"
        },
        {
            "codepoint": "0D55",
            "name": "MALAYALAM LETTER CHILLU Y"
        },
        {
            "codepoint": "0D56",
            "name": "MALAYALAM LETTER CHILLU LLL"
        },
        {
            "codepoint": "0D57",
            "name": "MALAYALAM AU LENGTH MARK",
            "comments": [
                "used alone to write the /au/ dependent vowel in modern texts"
            ],
            "crossReferences": [
                "(malayalam vowel sign au - 0D4C)"
            ]
        },
        {
            "codepoint": "0D58",
            "name": "MALAYALAM FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
            "aliases": [
                "arakaani"
            ]
        },
        {
            "codepoint": "0D59",
            "name": "MALAYALAM FRACTION ONE FORTIETH",
            "aliases": [
                "aramaa"
            ]
        },
        {
            "codepoint": "0D5A",
            "name": "MALAYALAM FRACTION THREE EIGHTIETHS",
            "aliases": [
                "muunnukaani"
            ]
        },
        {
            "codepoint": "0D5B",
            "name": "MALAYALAM FRACTION ONE TWENTIETH",
            "aliases": [
                "orumaa"
            ]
        },
        {
            "codepoint": "0D5C",
            "name": "MALAYALAM FRACTION ONE TENTH",
            "aliases": [
                "rantumaa"
            ]
        },
        {
            "codepoint": "0D5D",
            "name": "MALAYALAM FRACTION THREE TWENTIETHS",
            "aliases": [
                "muunnumaa"
            ]
        },
        {
            "codepoint": "0D5E",
            "name": "MALAYALAM FRACTION ONE FIFTH",
            "aliases": [
                "naalumaa"
            ]
        },
        {
            "codepoint": "0D5F",
            "name": "MALAYALAM LETTER ARCHAIC II"
        },
        {
            "codepoint": "0D60",
            "name": "MALAYALAM LETTER VOCALIC RR"
        },
        {
            "codepoint": "0D61",
            "name": "MALAYALAM LETTER VOCALIC LL"
        },
        {
            "codepoint": "0D62",
            "name": "MALAYALAM VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "0D63",
            "name": "MALAYALAM VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "0D64",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0D65",
            "name": "<reserved>",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0D66",
            "name": "MALAYALAM DIGIT ZERO"
        },
        {
            "codepoint": "0D67",
            "name": "MALAYALAM DIGIT ONE"
        },
        {
            "codepoint": "0D68",
            "name": "MALAYALAM DIGIT TWO"
        },
        {
            "codepoint": "0D69",
            "name": "MALAYALAM DIGIT THREE"
        },
        {
            "codepoint": "0D6A",
            "name": "MALAYALAM DIGIT FOUR"
        },
        {
            "codepoint": "0D6B",
            "name": "MALAYALAM DIGIT FIVE"
        },
        {
            "codepoint": "0D6C",
            "name": "MALAYALAM DIGIT SIX"
        },
        {
            "codepoint": "0D6D",
            "name": "MALAYALAM DIGIT SEVEN"
        },
        {
            "codepoint": "0D6E",
            "name": "MALAYALAM DIGIT EIGHT"
        },
        {
            "codepoint": "0D6F",
            "name": "MALAYALAM DIGIT NINE"
        },
        {
            "codepoint": "0D70",
            "name": "MALAYALAM NUMBER TEN"
        },
        {
            "codepoint": "0D71",
            "name": "MALAYALAM NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "0D72",
            "name": "MALAYALAM NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "0D73",
            "name": "MALAYALAM FRACTION ONE QUARTER",
            "aliases": [
                "kaal"
            ],
            "crossReferences": [
                "(north indic fraction one quarter - A830)"
            ]
        },
        {
            "codepoint": "0D74",
            "name": "MALAYALAM FRACTION ONE HALF",
            "aliases": [
                "ara"
            ],
            "crossReferences": [
                "(north indic fraction one half - A831)"
            ]
        },
        {
            "codepoint": "0D75",
            "name": "MALAYALAM FRACTION THREE QUARTERS",
            "aliases": [
                "mukkaal"
            ],
            "crossReferences": [
                "(north indic fraction three quarters - A832)"
            ]
        },
        {
            "codepoint": "0D76",
            "name": "MALAYALAM FRACTION ONE SIXTEENTH",
            "aliases": [
                "maakaani"
            ]
        },
        {
            "codepoint": "0D77",
            "name": "MALAYALAM FRACTION ONE EIGHTH",
            "aliases": [
                "arakkaal"
            ]
        },
        {
            "codepoint": "0D78",
            "name": "MALAYALAM FRACTION THREE SIXTEENTHS",
            "aliases": [
                "muntaani"
            ]
        },
        {
            "codepoint": "0D79",
            "name": "MALAYALAM DATE MARK"
        },
        {
            "codepoint": "0D7A",
            "name": "MALAYALAM LETTER CHILLU NN"
        },
        {
            "codepoint": "0D7B",
            "name": "MALAYALAM LETTER CHILLU N"
        },
        {
            "codepoint": "0D7C",
            "name": "MALAYALAM LETTER CHILLU RR",
            "comments": [
                "historically derived from the full letter ra",
                "also used for chillu r"
            ]
        },
        {
            "codepoint": "0D7D",
            "name": "MALAYALAM LETTER CHILLU L",
            "comments": [
                "historically derived from the full letter ta",
                "used for chillu t and chillu d"
            ]
        },
        {
            "codepoint": "0D7E",
            "name": "MALAYALAM LETTER CHILLU LL"
        },
        {
            "codepoint": "0D7F",
            "name": "MALAYALAM LETTER CHILLU K"
        },
        {
            "codepoint": "0D81",
            "name": "SINHALA SIGN CANDRABINDU",
            "comments": [
                "used in Sanskrit"
            ]
        },
        {
            "codepoint": "0D82",
            "name": "SINHALA SIGN ANUSVARAYA",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "0D83",
            "name": "SINHALA SIGN VISARGAYA",
            "aliases": [
                "visarga"
            ]
        },
        {
            "codepoint": "0D85",
            "name": "SINHALA LETTER AYANNA",
            "aliases": [
                "sinhala letter a"
            ]
        },
        {
            "codepoint": "0D86",
            "name": "SINHALA LETTER AAYANNA",
            "aliases": [
                "sinhala letter aa"
            ]
        },
        {
            "codepoint": "0D87",
            "name": "SINHALA LETTER AEYANNA",
            "aliases": [
                "sinhala letter ae"
            ]
        },
        {
            "codepoint": "0D88",
            "name": "SINHALA LETTER AEEYANNA",
            "aliases": [
                "sinhala letter aae"
            ]
        },
        {
            "codepoint": "0D89",
            "name": "SINHALA LETTER IYANNA",
            "aliases": [
                "sinhala letter i"
            ]
        },
        {
            "codepoint": "0D8A",
            "name": "SINHALA LETTER IIYANNA",
            "aliases": [
                "sinhala letter ii"
            ]
        },
        {
            "codepoint": "0D8B",
            "name": "SINHALA LETTER UYANNA",
            "aliases": [
                "sinhala letter u"
            ]
        },
        {
            "codepoint": "0D8C",
            "name": "SINHALA LETTER UUYANNA",
            "aliases": [
                "sinhala letter uu"
            ]
        },
        {
            "codepoint": "0D8D",
            "name": "SINHALA LETTER IRUYANNA",
            "aliases": [
                "sinhala letter vocalic r"
            ]
        },
        {
            "codepoint": "0D8E",
            "name": "SINHALA LETTER IRUUYANNA",
            "aliases": [
                "sinhala letter vocalic rr"
            ]
        },
        {
            "codepoint": "0D8F",
            "name": "SINHALA LETTER ILUYANNA",
            "aliases": [
                "sinhala letter vocalic l"
            ]
        },
        {
            "codepoint": "0D90",
            "name": "SINHALA LETTER ILUUYANNA",
            "aliases": [
                "sinhala letter vocalic ll"
            ]
        },
        {
            "codepoint": "0D91",
            "name": "SINHALA LETTER EYANNA",
            "aliases": [
                "sinhala letter e"
            ]
        },
        {
            "codepoint": "0D92",
            "name": "SINHALA LETTER EEYANNA",
            "aliases": [
                "sinhala letter ee"
            ]
        },
        {
            "codepoint": "0D93",
            "name": "SINHALA LETTER AIYANNA",
            "aliases": [
                "sinhala letter ai"
            ]
        },
        {
            "codepoint": "0D94",
            "name": "SINHALA LETTER OYANNA",
            "aliases": [
                "sinhala letter o"
            ]
        },
        {
            "codepoint": "0D95",
            "name": "SINHALA LETTER OOYANNA",
            "aliases": [
                "sinhala letter oo"
            ]
        },
        {
            "codepoint": "0D96",
            "name": "SINHALA LETTER AUYANNA",
            "aliases": [
                "sinhala letter au"
            ]
        },
        {
            "codepoint": "0D9A",
            "name": "SINHALA LETTER ALPAPRAANA KAYANNA",
            "aliases": [
                "sinhala letter ka"
            ]
        },
        {
            "codepoint": "0D9B",
            "name": "SINHALA LETTER MAHAAPRAANA KAYANNA",
            "aliases": [
                "sinhala letter kha"
            ]
        },
        {
            "codepoint": "0D9C",
            "name": "SINHALA LETTER ALPAPRAANA GAYANNA",
            "aliases": [
                "sinhala letter ga"
            ]
        },
        {
            "codepoint": "0D9D",
            "name": "SINHALA LETTER MAHAAPRAANA GAYANNA",
            "aliases": [
                "sinhala letter gha"
            ]
        },
        {
            "codepoint": "0D9E",
            "name": "SINHALA LETTER KANTAJA NAASIKYAYA",
            "aliases": [
                "sinhala letter nga"
            ]
        },
        {
            "codepoint": "0D9F",
            "name": "SINHALA LETTER SANYAKA GAYANNA",
            "aliases": [
                "sinhala letter nnga"
            ]
        },
        {
            "codepoint": "0DA0",
            "name": "SINHALA LETTER ALPAPRAANA CAYANNA",
            "aliases": [
                "sinhala letter ca"
            ]
        },
        {
            "codepoint": "0DA1",
            "name": "SINHALA LETTER MAHAAPRAANA CAYANNA",
            "aliases": [
                "sinhala letter cha"
            ]
        },
        {
            "codepoint": "0DA2",
            "name": "SINHALA LETTER ALPAPRAANA JAYANNA",
            "aliases": [
                "sinhala letter ja"
            ]
        },
        {
            "codepoint": "0DA3",
            "name": "SINHALA LETTER MAHAAPRAANA JAYANNA",
            "aliases": [
                "sinhala letter jha"
            ]
        },
        {
            "codepoint": "0DA4",
            "name": "SINHALA LETTER TAALUJA NAASIKYAYA",
            "aliases": [
                "sinhala letter nya"
            ]
        },
        {
            "codepoint": "0DA5",
            "name": "SINHALA LETTER TAALUJA SANYOOGA NAAKSIKYAYA",
            "aliases": [
                "sinhala letter jnya"
            ]
        },
        {
            "codepoint": "0DA6",
            "name": "SINHALA LETTER SANYAKA JAYANNA",
            "aliases": [
                "sinhala letter nyja"
            ]
        },
        {
            "codepoint": "0DA7",
            "name": "SINHALA LETTER ALPAPRAANA TTAYANNA",
            "aliases": [
                "sinhala letter tta"
            ]
        },
        {
            "codepoint": "0DA8",
            "name": "SINHALA LETTER MAHAAPRAANA TTAYANNA",
            "aliases": [
                "sinhala letter ttha"
            ]
        },
        {
            "codepoint": "0DA9",
            "name": "SINHALA LETTER ALPAPRAANA DDAYANNA",
            "aliases": [
                "sinhala letter dda"
            ]
        },
        {
            "codepoint": "0DAA",
            "name": "SINHALA LETTER MAHAAPRAANA DDAYANNA",
            "aliases": [
                "sinhala letter ddha"
            ]
        },
        {
            "codepoint": "0DAB",
            "name": "SINHALA LETTER MUURDHAJA NAYANNA",
            "aliases": [
                "sinhala letter nna"
            ]
        },
        {
            "codepoint": "0DAC",
            "name": "SINHALA LETTER SANYAKA DDAYANNA",
            "aliases": [
                "sinhala letter nndda"
            ]
        },
        {
            "codepoint": "0DAD",
            "name": "SINHALA LETTER ALPAPRAANA TAYANNA",
            "aliases": [
                "sinhala letter ta"
            ]
        },
        {
            "codepoint": "0DAE",
            "name": "SINHALA LETTER MAHAAPRAANA TAYANNA",
            "aliases": [
                "sinhala letter tha"
            ]
        },
        {
            "codepoint": "0DAF",
            "name": "SINHALA LETTER ALPAPRAANA DAYANNA",
            "aliases": [
                "sinhala letter da"
            ]
        },
        {
            "codepoint": "0DB0",
            "name": "SINHALA LETTER MAHAAPRAANA DAYANNA",
            "aliases": [
                "sinhala letter dha"
            ]
        },
        {
            "codepoint": "0DB1",
            "name": "SINHALA LETTER DANTAJA NAYANNA",
            "aliases": [
                "sinhala letter na"
            ]
        },
        {
            "codepoint": "0DB3",
            "name": "SINHALA LETTER SANYAKA DAYANNA",
            "aliases": [
                "sinhala letter nda"
            ]
        },
        {
            "codepoint": "0DB4",
            "name": "SINHALA LETTER ALPAPRAANA PAYANNA",
            "aliases": [
                "sinhala letter pa"
            ]
        },
        {
            "codepoint": "0DB5",
            "name": "SINHALA LETTER MAHAAPRAANA PAYANNA",
            "aliases": [
                "sinhala letter pha"
            ]
        },
        {
            "codepoint": "0DB6",
            "name": "SINHALA LETTER ALPAPRAANA BAYANNA",
            "aliases": [
                "sinhala letter ba"
            ]
        },
        {
            "codepoint": "0DB7",
            "name": "SINHALA LETTER MAHAAPRAANA BAYANNA",
            "aliases": [
                "sinhala letter bha"
            ]
        },
        {
            "codepoint": "0DB8",
            "name": "SINHALA LETTER MAYANNA",
            "aliases": [
                "sinhala letter ma"
            ]
        },
        {
            "codepoint": "0DB9",
            "name": "SINHALA LETTER AMBA BAYANNA",
            "aliases": [
                "sinhala letter mba"
            ]
        },
        {
            "codepoint": "0DBA",
            "name": "SINHALA LETTER YAYANNA",
            "aliases": [
                "sinhala letter ya"
            ]
        },
        {
            "codepoint": "0DBB",
            "name": "SINHALA LETTER RAYANNA",
            "aliases": [
                "sinhala letter ra"
            ]
        },
        {
            "codepoint": "0DBD",
            "name": "SINHALA LETTER DANTAJA LAYANNA",
            "aliases": [
                "sinhala letter la"
            ],
            "comments": [
                "dental"
            ]
        },
        {
            "codepoint": "0DC0",
            "name": "SINHALA LETTER VAYANNA",
            "aliases": [
                "sinhala letter va"
            ]
        },
        {
            "codepoint": "0DC1",
            "name": "SINHALA LETTER TAALUJA SAYANNA",
            "aliases": [
                "sinhala letter sha"
            ]
        },
        {
            "codepoint": "0DC2",
            "name": "SINHALA LETTER MUURDHAJA SAYANNA",
            "aliases": [
                "sinhala letter ssa"
            ],
            "comments": [
                "retroflex"
            ]
        },
        {
            "codepoint": "0DC3",
            "name": "SINHALA LETTER DANTAJA SAYANNA",
            "aliases": [
                "sinhala letter sa"
            ],
            "comments": [
                "dental"
            ]
        },
        {
            "codepoint": "0DC4",
            "name": "SINHALA LETTER HAYANNA",
            "aliases": [
                "sinhala letter ha"
            ]
        },
        {
            "codepoint": "0DC5",
            "name": "SINHALA LETTER MUURDHAJA LAYANNA",
            "aliases": [
                "sinhala letter lla"
            ],
            "comments": [
                "retroflex"
            ]
        },
        {
            "codepoint": "0DC6",
            "name": "SINHALA LETTER FAYANNA",
            "aliases": [
                "sinhala letter fa"
            ]
        },
        {
            "codepoint": "0DCA",
            "name": "SINHALA SIGN AL-LAKUNA",
            "aliases": [
                "virama"
            ]
        },
        {
            "codepoint": "0DCF",
            "name": "SINHALA VOWEL SIGN AELA-PILLA",
            "aliases": [
                "sinhala vowel sign aa"
            ]
        },
        {
            "codepoint": "0DD0",
            "name": "SINHALA VOWEL SIGN KETTI AEDA-PILLA",
            "aliases": [
                "sinhala vowel sign ae"
            ]
        },
        {
            "codepoint": "0DD1",
            "name": "SINHALA VOWEL SIGN DIGA AEDA-PILLA",
            "aliases": [
                "sinhala vowel sign aae"
            ]
        },
        {
            "codepoint": "0DD2",
            "name": "SINHALA VOWEL SIGN KETTI IS-PILLA",
            "aliases": [
                "sinhala vowel sign i"
            ]
        },
        {
            "codepoint": "0DD3",
            "name": "SINHALA VOWEL SIGN DIGA IS-PILLA",
            "aliases": [
                "sinhala vowel sign ii"
            ]
        },
        {
            "codepoint": "0DD4",
            "name": "SINHALA VOWEL SIGN KETTI PAA-PILLA",
            "aliases": [
                "sinhala vowel sign u"
            ]
        },
        {
            "codepoint": "0DD6",
            "name": "SINHALA VOWEL SIGN DIGA PAA-PILLA",
            "aliases": [
                "sinhala vowel sign uu"
            ]
        },
        {
            "codepoint": "0DD8",
            "name": "SINHALA VOWEL SIGN GAETTA-PILLA",
            "aliases": [
                "sinhala vowel sign vocalic r"
            ]
        },
        {
            "codepoint": "0DD9",
            "name": "SINHALA VOWEL SIGN KOMBUVA",
            "aliases": [
                "sinhala vowel sign e"
            ]
        },
        {
            "codepoint": "0DDA",
            "name": "SINHALA VOWEL SIGN DIGA KOMBUVA",
            "aliases": [
                "sinhala vowel sign ee"
            ],
            "decompositions": [
                [
                    "0DD9",
                    "0DCA"
                ]
            ]
        },
        {
            "codepoint": "0DDB",
            "name": "SINHALA VOWEL SIGN KOMBU DEKA",
            "aliases": [
                "sinhala vowel sign ai"
            ]
        },
        {
            "codepoint": "0DDC",
            "name": "SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA",
            "aliases": [
                "sinhala vowel sign o"
            ],
            "decompositions": [
                [
                    "0DD9",
                    "0DCF"
                ]
            ]
        },
        {
            "codepoint": "0DDD",
            "name": "SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA",
            "aliases": [
                "sinhala vowel sign oo"
            ],
            "decompositions": [
                [
                    "0DDC",
                    "0DCA"
                ]
            ]
        },
        {
            "codepoint": "0DDE",
            "name": "SINHALA VOWEL SIGN KOMBUVA HAA GAYANUKITTA",
            "aliases": [
                "sinhala vowel sign au"
            ],
            "decompositions": [
                [
                    "0DD9",
                    "0DDF"
                ]
            ]
        },
        {
            "codepoint": "0DDF",
            "name": "SINHALA VOWEL SIGN GAYANUKITTA",
            "aliases": [
                "sinhala vowel sign vocalic l"
            ]
        },
        {
            "codepoint": "0DE6",
            "name": "SINHALA LITH DIGIT ZERO"
        },
        {
            "codepoint": "0DE7",
            "name": "SINHALA LITH DIGIT ONE"
        },
        {
            "codepoint": "0DE8",
            "name": "SINHALA LITH DIGIT TWO"
        },
        {
            "codepoint": "0DE9",
            "name": "SINHALA LITH DIGIT THREE"
        },
        {
            "codepoint": "0DEA",
            "name": "SINHALA LITH DIGIT FOUR"
        },
        {
            "codepoint": "0DEB",
            "name": "SINHALA LITH DIGIT FIVE"
        },
        {
            "codepoint": "0DEC",
            "name": "SINHALA LITH DIGIT SIX"
        },
        {
            "codepoint": "0DED",
            "name": "SINHALA LITH DIGIT SEVEN"
        },
        {
            "codepoint": "0DEE",
            "name": "SINHALA LITH DIGIT EIGHT"
        },
        {
            "codepoint": "0DEF",
            "name": "SINHALA LITH DIGIT NINE"
        },
        {
            "codepoint": "0DF2",
            "name": "SINHALA VOWEL SIGN DIGA GAETTA-PILLA",
            "aliases": [
                "sinhala vowel sign vocalic rr"
            ]
        },
        {
            "codepoint": "0DF3",
            "name": "SINHALA VOWEL SIGN DIGA GAYANUKITTA",
            "aliases": [
                "sinhala vowel sign vocalic ll"
            ]
        },
        {
            "codepoint": "0DF4",
            "name": "SINHALA PUNCTUATION KUNDDALIYA",
            "crossReferences": [
                "(tamil punctuation end of text - 11FFF)"
            ]
        },
        {
            "codepoint": "0E01",
            "name": "THAI CHARACTER KO KAI"
        },
        {
            "codepoint": "0E02",
            "name": "THAI CHARACTER KHO KHAI"
        },
        {
            "codepoint": "0E03",
            "name": "THAI CHARACTER KHO KHUAT"
        },
        {
            "codepoint": "0E04",
            "name": "THAI CHARACTER KHO KHWAI"
        },
        {
            "codepoint": "0E05",
            "name": "THAI CHARACTER KHO KHON"
        },
        {
            "codepoint": "0E06",
            "name": "THAI CHARACTER KHO RAKHANG"
        },
        {
            "codepoint": "0E07",
            "name": "THAI CHARACTER NGO NGU"
        },
        {
            "codepoint": "0E08",
            "name": "THAI CHARACTER CHO CHAN"
        },
        {
            "codepoint": "0E09",
            "name": "THAI CHARACTER CHO CHING"
        },
        {
            "codepoint": "0E0A",
            "name": "THAI CHARACTER CHO CHANG"
        },
        {
            "codepoint": "0E0B",
            "name": "THAI CHARACTER SO SO"
        },
        {
            "codepoint": "0E0C",
            "name": "THAI CHARACTER CHO CHOE"
        },
        {
            "codepoint": "0E0D",
            "name": "THAI CHARACTER YO YING"
        },
        {
            "codepoint": "0E0E",
            "name": "THAI CHARACTER DO CHADA"
        },
        {
            "codepoint": "0E0F",
            "name": "THAI CHARACTER TO PATAK"
        },
        {
            "codepoint": "0E10",
            "name": "THAI CHARACTER THO THAN"
        },
        {
            "codepoint": "0E11",
            "name": "THAI CHARACTER THO NANGMONTHO"
        },
        {
            "codepoint": "0E12",
            "name": "THAI CHARACTER THO PHUTHAO"
        },
        {
            "codepoint": "0E13",
            "name": "THAI CHARACTER NO NEN"
        },
        {
            "codepoint": "0E14",
            "name": "THAI CHARACTER DO DEK"
        },
        {
            "codepoint": "0E15",
            "name": "THAI CHARACTER TO TAO"
        },
        {
            "codepoint": "0E16",
            "name": "THAI CHARACTER THO THUNG"
        },
        {
            "codepoint": "0E17",
            "name": "THAI CHARACTER THO THAHAN"
        },
        {
            "codepoint": "0E18",
            "name": "THAI CHARACTER THO THONG"
        },
        {
            "codepoint": "0E19",
            "name": "THAI CHARACTER NO NU"
        },
        {
            "codepoint": "0E1A",
            "name": "THAI CHARACTER BO BAIMAI"
        },
        {
            "codepoint": "0E1B",
            "name": "THAI CHARACTER PO PLA"
        },
        {
            "codepoint": "0E1C",
            "name": "THAI CHARACTER PHO PHUNG"
        },
        {
            "codepoint": "0E1D",
            "name": "THAI CHARACTER FO FA"
        },
        {
            "codepoint": "0E1E",
            "name": "THAI CHARACTER PHO PHAN"
        },
        {
            "codepoint": "0E1F",
            "name": "THAI CHARACTER FO FAN"
        },
        {
            "codepoint": "0E20",
            "name": "THAI CHARACTER PHO SAMPHAO"
        },
        {
            "codepoint": "0E21",
            "name": "THAI CHARACTER MO MA"
        },
        {
            "codepoint": "0E22",
            "name": "THAI CHARACTER YO YAK"
        },
        {
            "codepoint": "0E23",
            "name": "THAI CHARACTER RO RUA"
        },
        {
            "codepoint": "0E24",
            "name": "THAI CHARACTER RU",
            "comments": [
                "independent vowel letter used to write Sanskrit"
            ]
        },
        {
            "codepoint": "0E25",
            "name": "THAI CHARACTER LO LING"
        },
        {
            "codepoint": "0E26",
            "name": "THAI CHARACTER LU",
            "comments": [
                "independent vowel letter used to write Sanskrit"
            ]
        },
        {
            "codepoint": "0E27",
            "name": "THAI CHARACTER WO WAEN"
        },
        {
            "codepoint": "0E28",
            "name": "THAI CHARACTER SO SALA"
        },
        {
            "codepoint": "0E29",
            "name": "THAI CHARACTER SO RUSI"
        },
        {
            "codepoint": "0E2A",
            "name": "THAI CHARACTER SO SUA"
        },
        {
            "codepoint": "0E2B",
            "name": "THAI CHARACTER HO HIP"
        },
        {
            "codepoint": "0E2C",
            "name": "THAI CHARACTER LO CHULA"
        },
        {
            "codepoint": "0E2D",
            "name": "THAI CHARACTER O ANG"
        },
        {
            "codepoint": "0E2E",
            "name": "THAI CHARACTER HO NOKHUK",
            "aliases": [
                "ho nok huk"
            ]
        },
        {
            "codepoint": "0E2F",
            "name": "THAI CHARACTER PAIYANNOI",
            "aliases": [
                "paiyan noi"
            ],
            "comments": [
                "ellipsis, abbreviation"
            ]
        },
        {
            "codepoint": "0E30",
            "name": "THAI CHARACTER SARA A"
        },
        {
            "codepoint": "0E31",
            "name": "THAI CHARACTER MAI HAN-AKAT"
        },
        {
            "codepoint": "0E32",
            "name": "THAI CHARACTER SARA AA",
            "crossReferences": [
                "(thai character lakkhangyao - 0E45)"
            ]
        },
        {
            "codepoint": "0E33",
            "name": "THAI CHARACTER SARA AM",
            "compatibilityMappings": [
                [
                    "0E4D",
                    "0E32"
                ]
            ]
        },
        {
            "codepoint": "0E34",
            "name": "THAI CHARACTER SARA I"
        },
        {
            "codepoint": "0E35",
            "name": "THAI CHARACTER SARA II"
        },
        {
            "codepoint": "0E36",
            "name": "THAI CHARACTER SARA UE"
        },
        {
            "codepoint": "0E37",
            "name": "THAI CHARACTER SARA UEE",
            "aliases": [
                "sara uue"
            ]
        },
        {
            "codepoint": "0E38",
            "name": "THAI CHARACTER SARA U"
        },
        {
            "codepoint": "0E39",
            "name": "THAI CHARACTER SARA UU"
        },
        {
            "codepoint": "0E3A",
            "name": "THAI CHARACTER PHINTHU",
            "comments": [
                "Pali virama"
            ]
        },
        {
            "codepoint": "0E3F",
            "name": "THAI CURRENCY SYMBOL BAHT"
        },
        {
            "codepoint": "0E40",
            "name": "THAI CHARACTER SARA E"
        },
        {
            "codepoint": "0E41",
            "name": "THAI CHARACTER SARA AE"
        },
        {
            "codepoint": "0E42",
            "name": "THAI CHARACTER SARA O"
        },
        {
            "codepoint": "0E43",
            "name": "THAI CHARACTER SARA AI MAIMUAN",
            "aliases": [
                "sara ai mai muan"
            ]
        },
        {
            "codepoint": "0E44",
            "name": "THAI CHARACTER SARA AI MAIMALAI",
            "aliases": [
                "sara ai mai malai"
            ]
        },
        {
            "codepoint": "0E45",
            "name": "THAI CHARACTER LAKKHANGYAO",
            "aliases": [
                "lakkhang yao"
            ],
            "comments": [
                "special vowel length indication used with 0E24 or 0E26"
            ],
            "crossReferences": [
                "(thai character sara aa - 0E32)"
            ]
        },
        {
            "codepoint": "0E46",
            "name": "THAI CHARACTER MAIYAMOK",
            "aliases": [
                "mai yamok"
            ],
            "comments": [
                "repetition"
            ]
        },
        {
            "codepoint": "0E47",
            "name": "THAI CHARACTER MAITAIKHU",
            "aliases": [
                "mai taikhu"
            ]
        },
        {
            "codepoint": "0E48",
            "name": "THAI CHARACTER MAI EK"
        },
        {
            "codepoint": "0E49",
            "name": "THAI CHARACTER MAI THO"
        },
        {
            "codepoint": "0E4A",
            "name": "THAI CHARACTER MAI TRI"
        },
        {
            "codepoint": "0E4B",
            "name": "THAI CHARACTER MAI CHATTAWA"
        },
        {
            "codepoint": "0E4C",
            "name": "THAI CHARACTER THANTHAKHAT",
            "comments": [
                "cancellation mark"
            ],
            "crossReferences": [
                "(khmer sign toandakhiat - 17CD)"
            ]
        },
        {
            "codepoint": "0E4D",
            "name": "THAI CHARACTER NIKHAHIT",
            "aliases": [
                "nikkhahit"
            ],
            "comments": [
                "final nasal"
            ]
        },
        {
            "codepoint": "0E4E",
            "name": "THAI CHARACTER YAMAKKAN",
            "crossReferences": [
                "(lao yamakkan - 0ECE)"
            ]
        },
        {
            "codepoint": "0E4F",
            "name": "THAI CHARACTER FONGMAN",
            "comments": [
                "used as a bullet"
            ],
            "crossReferences": [
                "(khmer sign phnaek muan - 17D9)"
            ]
        },
        {
            "codepoint": "0E50",
            "name": "THAI DIGIT ZERO"
        },
        {
            "codepoint": "0E51",
            "name": "THAI DIGIT ONE"
        },
        {
            "codepoint": "0E52",
            "name": "THAI DIGIT TWO"
        },
        {
            "codepoint": "0E53",
            "name": "THAI DIGIT THREE"
        },
        {
            "codepoint": "0E54",
            "name": "THAI DIGIT FOUR"
        },
        {
            "codepoint": "0E55",
            "name": "THAI DIGIT FIVE"
        },
        {
            "codepoint": "0E56",
            "name": "THAI DIGIT SIX"
        },
        {
            "codepoint": "0E57",
            "name": "THAI DIGIT SEVEN"
        },
        {
            "codepoint": "0E58",
            "name": "THAI DIGIT EIGHT"
        },
        {
            "codepoint": "0E59",
            "name": "THAI DIGIT NINE"
        },
        {
            "codepoint": "0E5A",
            "name": "THAI CHARACTER ANGKHANKHU",
            "comments": [
                "used to mark end of long sections",
                "used in combination with 0E30 to mark end of a verse"
            ]
        },
        {
            "codepoint": "0E5B",
            "name": "THAI CHARACTER KHOMUT",
            "comments": [
                "used to mark end of chapter or document"
            ],
            "crossReferences": [
                "(khmer sign koomuut - 17DA)"
            ]
        },
        {
            "codepoint": "0E81",
            "name": "LAO LETTER KO",
            "aliases": [
                "ko kay"
            ]
        },
        {
            "codepoint": "0E82",
            "name": "LAO LETTER KHO SUNG",
            "aliases": [
                "kho khay"
            ]
        },
        {
            "codepoint": "0E84",
            "name": "LAO LETTER KHO TAM",
            "aliases": [
                "kho khuay"
            ]
        },
        {
            "codepoint": "0E86",
            "name": "LAO LETTER PALI GHA"
        },
        {
            "codepoint": "0E87",
            "name": "LAO LETTER NGO",
            "aliases": [
                "ngo ngu, ngo ngua"
            ]
        },
        {
            "codepoint": "0E88",
            "name": "LAO LETTER CO",
            "aliases": [
                "co cok, co cua"
            ]
        },
        {
            "codepoint": "0E89",
            "name": "LAO LETTER PALI CHA"
        },
        {
            "codepoint": "0E8A",
            "name": "LAO LETTER SO TAM",
            "aliases": [
                "so sang"
            ]
        },
        {
            "codepoint": "0E8C",
            "name": "LAO LETTER PALI JHA"
        },
        {
            "codepoint": "0E8D",
            "name": "LAO LETTER NYO",
            "aliases": [
                "nyo nyung"
            ]
        },
        {
            "codepoint": "0E8E",
            "name": "LAO LETTER PALI NYA"
        },
        {
            "codepoint": "0E8F",
            "name": "LAO LETTER PALI TTA"
        },
        {
            "codepoint": "0E90",
            "name": "LAO LETTER PALI TTHA"
        },
        {
            "codepoint": "0E91",
            "name": "LAO LETTER PALI DDA"
        },
        {
            "codepoint": "0E92",
            "name": "LAO LETTER PALI DDHA"
        },
        {
            "codepoint": "0E93",
            "name": "LAO LETTER PALI NNA"
        },
        {
            "codepoint": "0E94",
            "name": "LAO LETTER DO",
            "aliases": [
                "do dek"
            ]
        },
        {
            "codepoint": "0E95",
            "name": "LAO LETTER TO",
            "aliases": [
                "to ta"
            ]
        },
        {
            "codepoint": "0E96",
            "name": "LAO LETTER THO SUNG",
            "aliases": [
                "tho thong"
            ]
        },
        {
            "codepoint": "0E97",
            "name": "LAO LETTER THO TAM",
            "aliases": [
                "tho thung"
            ]
        },
        {
            "codepoint": "0E98",
            "name": "LAO LETTER PALI DHA"
        },
        {
            "codepoint": "0E99",
            "name": "LAO LETTER NO",
            "aliases": [
                "no nok"
            ]
        },
        {
            "codepoint": "0E9A",
            "name": "LAO LETTER BO",
            "aliases": [
                "bo be, bo bet"
            ]
        },
        {
            "codepoint": "0E9B",
            "name": "LAO LETTER PO",
            "aliases": [
                "po pa"
            ]
        },
        {
            "codepoint": "0E9C",
            "name": "LAO LETTER PHO SUNG",
            "aliases": [
                "pho pheng"
            ]
        },
        {
            "codepoint": "0E9D",
            "name": "LAO LETTER FO TAM",
            "other": [
                "LAO LETTER FO FON"
            ],
            "aliases": [
                "fo fa"
            ],
            "comments": [
                "name is a mistake for fo sung"
            ]
        },
        {
            "codepoint": "0E9E",
            "name": "LAO LETTER PHO TAM",
            "aliases": [
                "pho phu"
            ]
        },
        {
            "codepoint": "0E9F",
            "name": "LAO LETTER FO SUNG",
            "other": [
                "LAO LETTER FO FAY"
            ],
            "comments": [
                "name is a mistake for fo tam"
            ]
        },
        {
            "codepoint": "0EA0",
            "name": "LAO LETTER PALI BHA"
        },
        {
            "codepoint": "0EA1",
            "name": "LAO LETTER MO",
            "aliases": [
                "mo mew, mo ma"
            ]
        },
        {
            "codepoint": "0EA2",
            "name": "LAO LETTER YO",
            "aliases": [
                "yo ya"
            ]
        },
        {
            "codepoint": "0EA3",
            "name": "LAO LETTER LO LING",
            "other": [
                "LAO LETTER RO"
            ],
            "aliases": [
                "ro rot"
            ],
            "comments": [
                "name is a mistake, lo ling is the mnemonic for 0EA5"
            ]
        },
        {
            "codepoint": "0EA5",
            "name": "LAO LETTER LO LOOT",
            "other": [
                "LAO LETTER LO"
            ],
            "aliases": [
                "lo ling"
            ],
            "comments": [
                "name is a mistake, lo loot is the mnemonic for 0EA3"
            ]
        },
        {
            "codepoint": "0EA7",
            "name": "LAO LETTER WO",
            "aliases": [
                "wo wi"
            ]
        },
        {
            "codepoint": "0EA8",
            "name": "LAO LETTER SANSKRIT SHA"
        },
        {
            "codepoint": "0EA9",
            "name": "LAO LETTER SANSKRIT SSA"
        },
        {
            "codepoint": "0EAA",
            "name": "LAO LETTER SO SUNG",
            "aliases": [
                "so sya"
            ]
        },
        {
            "codepoint": "0EAB",
            "name": "LAO LETTER HO SUNG",
            "aliases": [
                "ho hay, ho han"
            ]
        },
        {
            "codepoint": "0EAC",
            "name": "LAO LETTER PALI LLA"
        },
        {
            "codepoint": "0EAD",
            "name": "LAO LETTER O",
            "aliases": [
                "o o"
            ]
        },
        {
            "codepoint": "0EAE",
            "name": "LAO LETTER HO TAM",
            "aliases": [
                "ho hya, ho hyan"
            ]
        },
        {
            "codepoint": "0EAF",
            "name": "LAO ELLIPSIS"
        },
        {
            "codepoint": "0EB0",
            "name": "LAO VOWEL SIGN A"
        },
        {
            "codepoint": "0EB1",
            "name": "LAO VOWEL SIGN MAI KAN",
            "comments": [
                "vowel shortener"
            ]
        },
        {
            "codepoint": "0EB2",
            "name": "LAO VOWEL SIGN AA"
        },
        {
            "codepoint": "0EB3",
            "name": "LAO VOWEL SIGN AM",
            "compatibilityMappings": [
                [
                    "0ECD",
                    "0EB2"
                ]
            ]
        },
        {
            "codepoint": "0EB4",
            "name": "LAO VOWEL SIGN I"
        },
        {
            "codepoint": "0EB5",
            "name": "LAO VOWEL SIGN II"
        },
        {
            "codepoint": "0EB6",
            "name": "LAO VOWEL SIGN Y"
        },
        {
            "codepoint": "0EB7",
            "name": "LAO VOWEL SIGN YY"
        },
        {
            "codepoint": "0EB8",
            "name": "LAO VOWEL SIGN U"
        },
        {
            "codepoint": "0EB9",
            "name": "LAO VOWEL SIGN UU"
        },
        {
            "codepoint": "0EBA",
            "name": "LAO SIGN PALI VIRAMA"
        },
        {
            "codepoint": "0EBB",
            "name": "LAO VOWEL SIGN MAI KON",
            "aliases": [
                "mai kong"
            ]
        },
        {
            "codepoint": "0EBC",
            "name": "LAO SEMIVOWEL SIGN LO"
        },
        {
            "codepoint": "0EBD",
            "name": "LAO SEMIVOWEL SIGN NYO",
            "aliases": [
                "nyo fyang"
            ]
        },
        {
            "codepoint": "0EC0",
            "name": "LAO VOWEL SIGN E"
        },
        {
            "codepoint": "0EC1",
            "name": "LAO VOWEL SIGN EI"
        },
        {
            "codepoint": "0EC2",
            "name": "LAO VOWEL SIGN O"
        },
        {
            "codepoint": "0EC3",
            "name": "LAO VOWEL SIGN AY",
            "aliases": [
                "mai muan"
            ]
        },
        {
            "codepoint": "0EC4",
            "name": "LAO VOWEL SIGN AI",
            "aliases": [
                "mai may"
            ]
        },
        {
            "codepoint": "0EC6",
            "name": "LAO KO LA",
            "comments": [
                "repetition"
            ]
        },
        {
            "codepoint": "0EC8",
            "name": "LAO TONE MAI EK"
        },
        {
            "codepoint": "0EC9",
            "name": "LAO TONE MAI THO"
        },
        {
            "codepoint": "0ECA",
            "name": "LAO TONE MAI TI"
        },
        {
            "codepoint": "0ECB",
            "name": "LAO TONE MAI CATAWA"
        },
        {
            "codepoint": "0ECC",
            "name": "LAO CANCELLATION MARK"
        },
        {
            "codepoint": "0ECD",
            "name": "LAO NIGGAHITA",
            "comments": [
                "final nasal or long o vowel"
            ]
        },
        {
            "codepoint": "0ECE",
            "name": "LAO YAMAKKAN",
            "comments": [
                "marks a consonant that is simultaneously a part of two consonant clusters in Pali text"
            ],
            "crossReferences": [
                "(thai character yamakkan - 0E4E)"
            ]
        },
        {
            "codepoint": "0ED0",
            "name": "LAO DIGIT ZERO"
        },
        {
            "codepoint": "0ED1",
            "name": "LAO DIGIT ONE"
        },
        {
            "codepoint": "0ED2",
            "name": "LAO DIGIT TWO"
        },
        {
            "codepoint": "0ED3",
            "name": "LAO DIGIT THREE"
        },
        {
            "codepoint": "0ED4",
            "name": "LAO DIGIT FOUR"
        },
        {
            "codepoint": "0ED5",
            "name": "LAO DIGIT FIVE"
        },
        {
            "codepoint": "0ED6",
            "name": "LAO DIGIT SIX"
        },
        {
            "codepoint": "0ED7",
            "name": "LAO DIGIT SEVEN"
        },
        {
            "codepoint": "0ED8",
            "name": "LAO DIGIT EIGHT"
        },
        {
            "codepoint": "0ED9",
            "name": "LAO DIGIT NINE"
        },
        {
            "codepoint": "0EDC",
            "name": "LAO HO NO",
            "compatibilityMappings": [
                [
                    "0EAB",
                    "0E99"
                ]
            ]
        },
        {
            "codepoint": "0EDD",
            "name": "LAO HO MO",
            "compatibilityMappings": [
                [
                    "0EAB",
                    "0EA1"
                ]
            ]
        },
        {
            "codepoint": "0EDE",
            "name": "LAO LETTER KHMU GO"
        },
        {
            "codepoint": "0EDF",
            "name": "LAO LETTER KHMU NYO"
        },
        {
            "codepoint": "0F00",
            "name": "TIBETAN SYLLABLE OM"
        },
        {
            "codepoint": "0F01",
            "name": "TIBETAN MARK GTER YIG MGO TRUNCATED A"
        },
        {
            "codepoint": "0F02",
            "name": "TIBETAN MARK GTER YIG MGO -UM RNAM BCAD MA"
        },
        {
            "codepoint": "0F03",
            "name": "TIBETAN MARK GTER YIG MGO -UM GTER TSHEG MA"
        },
        {
            "codepoint": "0F04",
            "name": "TIBETAN MARK INITIAL YIG MGO MDUN MA",
            "comments": [
                "honorific; marks beginning of text or start of new folio"
            ],
            "crossReferences": [
                "(mongolian birga - 1800)"
            ]
        },
        {
            "codepoint": "0F05",
            "name": "TIBETAN MARK CLOSING YIG MGO SGAB MA",
            "comments": [
                "follows and ligates with initial yig-mgo"
            ]
        },
        {
            "codepoint": "0F06",
            "name": "TIBETAN MARK CARET YIG MGO PHUR SHAD MA"
        },
        {
            "codepoint": "0F07",
            "name": "TIBETAN MARK YIG MGO TSHEG SHAD MA"
        },
        {
            "codepoint": "0F08",
            "name": "TIBETAN MARK SBRUL SHAD",
            "comments": [
                "separates sections of meaning equivalent to topics and sub-topics"
            ]
        },
        {
            "codepoint": "0F09",
            "name": "TIBETAN MARK BSKUR YIG MGO",
            "comments": [
                "list enumerator, used in Bhutan"
            ]
        },
        {
            "codepoint": "0F0A",
            "name": "TIBETAN MARK BKA- SHOG YIG MGO",
            "comments": [
                "petition honorific, used in Bhutan"
            ]
        },
        {
            "codepoint": "0F0B",
            "name": "TIBETAN MARK INTERSYLLABIC TSHEG",
            "aliases": [
                "tsek"
            ],
            "comments": [
                "morpheme delimiter (approximate meaning)",
                "the normal tsheg; provides a break opportunity",
                "character name is a misnomer"
            ]
        },
        {
            "codepoint": "0F0C",
            "name": "TIBETAN MARK DELIMITER TSHEG BSTAR",
            "comments": [
                "a non-breaking tsheg; inhibits line breaking",
                "character name is a misnomer"
            ],
            "compatibilityMappings": [
                [
                    "<noBreak>",
                    "0F0B"
                ]
            ]
        },
        {
            "codepoint": "0F0D",
            "name": "TIBETAN MARK SHAD",
            "aliases": [
                "shey"
            ],
            "comments": [
                "marks end of a section of text (tshig-grub)"
            ],
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "0F0E",
            "name": "TIBETAN MARK NYIS SHAD",
            "comments": [
                "marks end of a whole topic (don-tshan)"
            ],
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "0F0F",
            "name": "TIBETAN MARK TSHEG SHAD"
        },
        {
            "codepoint": "0F10",
            "name": "TIBETAN MARK NYIS TSHEG SHAD"
        },
        {
            "codepoint": "0F11",
            "name": "TIBETAN MARK RIN CHEN SPUNGS SHAD",
            "comments": [
                "shad which follows a tsheg-bar that starts a new line"
            ]
        },
        {
            "codepoint": "0F12",
            "name": "TIBETAN MARK RGYA GRAM SHAD"
        },
        {
            "codepoint": "0F13",
            "name": "TIBETAN MARK CARET -DZUD RTAGS ME LONG CAN"
        },
        {
            "codepoint": "0F14",
            "name": "TIBETAN MARK GTER TSHEG",
            "comments": [
                "used as a comma-like text delimiter"
            ],
            "crossReferences": [
                "(khmer sign camnuc pii kuuh - 17D6)"
            ]
        },
        {
            "codepoint": "0F15",
            "name": "TIBETAN LOGOTYPE SIGN CHAD RTAGS"
        },
        {
            "codepoint": "0F16",
            "name": "TIBETAN LOGOTYPE SIGN LHAG RTAGS"
        },
        {
            "codepoint": "0F17",
            "name": "TIBETAN ASTROLOGICAL SIGN SGRA GCAN -CHAR RTAGS"
        },
        {
            "codepoint": "0F18",
            "name": "TIBETAN ASTROLOGICAL SIGN -KHYUD PA",
            "comments": [
                "combines with digits"
            ]
        },
        {
            "codepoint": "0F19",
            "name": "TIBETAN ASTROLOGICAL SIGN SDONG TSHUGS",
            "comments": [
                "combines with digits"
            ]
        },
        {
            "codepoint": "0F1A",
            "name": "TIBETAN SIGN RDEL DKAR GCIG"
        },
        {
            "codepoint": "0F1B",
            "name": "TIBETAN SIGN RDEL DKAR GNYIS"
        },
        {
            "codepoint": "0F1C",
            "name": "TIBETAN SIGN RDEL DKAR GSUM",
            "crossReferences": [
                "(alchemical symbol for oil - 1F746)"
            ]
        },
        {
            "codepoint": "0F1D",
            "name": "TIBETAN SIGN RDEL NAG GCIG"
        },
        {
            "codepoint": "0F1E",
            "name": "TIBETAN SIGN RDEL NAG GNYIS"
        },
        {
            "codepoint": "0F1F",
            "name": "TIBETAN SIGN RDEL DKAR RDEL NAG",
            "aliases": [
                "deka dena"
            ],
            "comments": [
                "normally indicates a neutral fortune",
                "may also signify good luck earlier, bad luck later"
            ],
            "crossReferences": [
                "(tibetan sign rdel nag rdel dkar - 0FCE)"
            ]
        },
        {
            "codepoint": "0F20",
            "name": "TIBETAN DIGIT ZERO"
        },
        {
            "codepoint": "0F21",
            "name": "TIBETAN DIGIT ONE"
        },
        {
            "codepoint": "0F22",
            "name": "TIBETAN DIGIT TWO"
        },
        {
            "codepoint": "0F23",
            "name": "TIBETAN DIGIT THREE"
        },
        {
            "codepoint": "0F24",
            "name": "TIBETAN DIGIT FOUR"
        },
        {
            "codepoint": "0F25",
            "name": "TIBETAN DIGIT FIVE"
        },
        {
            "codepoint": "0F26",
            "name": "TIBETAN DIGIT SIX"
        },
        {
            "codepoint": "0F27",
            "name": "TIBETAN DIGIT SEVEN"
        },
        {
            "codepoint": "0F28",
            "name": "TIBETAN DIGIT EIGHT"
        },
        {
            "codepoint": "0F29",
            "name": "TIBETAN DIGIT NINE"
        },
        {
            "codepoint": "0F2A",
            "name": "TIBETAN DIGIT HALF ONE"
        },
        {
            "codepoint": "0F2B",
            "name": "TIBETAN DIGIT HALF TWO"
        },
        {
            "codepoint": "0F2C",
            "name": "TIBETAN DIGIT HALF THREE"
        },
        {
            "codepoint": "0F2D",
            "name": "TIBETAN DIGIT HALF FOUR"
        },
        {
            "codepoint": "0F2E",
            "name": "TIBETAN DIGIT HALF FIVE"
        },
        {
            "codepoint": "0F2F",
            "name": "TIBETAN DIGIT HALF SIX"
        },
        {
            "codepoint": "0F30",
            "name": "TIBETAN DIGIT HALF SEVEN"
        },
        {
            "codepoint": "0F31",
            "name": "TIBETAN DIGIT HALF EIGHT"
        },
        {
            "codepoint": "0F32",
            "name": "TIBETAN DIGIT HALF NINE"
        },
        {
            "codepoint": "0F33",
            "name": "TIBETAN DIGIT HALF ZERO"
        },
        {
            "codepoint": "0F34",
            "name": "TIBETAN MARK BSDUS RTAGS",
            "comments": [
                "repetition"
            ]
        },
        {
            "codepoint": "0F35",
            "name": "TIBETAN MARK NGAS BZUNG NYI ZLA",
            "comments": [
                "honorific, emphasis; used like underlining"
            ]
        },
        {
            "codepoint": "0F36",
            "name": "TIBETAN MARK CARET -DZUD RTAGS BZHI MIG CAN",
            "comments": [
                "marks point of text insertion or annotation"
            ]
        },
        {
            "codepoint": "0F37",
            "name": "TIBETAN MARK NGAS BZUNG SGOR RTAGS",
            "comments": [
                "emphasis; used like underlining"
            ]
        },
        {
            "codepoint": "0F38",
            "name": "TIBETAN MARK CHE MGO"
        },
        {
            "codepoint": "0F39",
            "name": "TIBETAN MARK TSA -PHRU",
            "comments": [
                "a lenition mark"
            ]
        },
        {
            "codepoint": "0F3A",
            "name": "TIBETAN MARK GUG RTAGS GYON"
        },
        {
            "codepoint": "0F3B",
            "name": "TIBETAN MARK GUG RTAGS GYAS",
            "comments": [
                "brackets"
            ]
        },
        {
            "codepoint": "0F3C",
            "name": "TIBETAN MARK ANG KHANG GYON"
        },
        {
            "codepoint": "0F3D",
            "name": "TIBETAN MARK ANG KHANG GYAS",
            "comments": [
                "used for bracketing with a roof over"
            ]
        },
        {
            "codepoint": "0F3E",
            "name": "TIBETAN SIGN YAR TSHES"
        },
        {
            "codepoint": "0F3F",
            "name": "TIBETAN SIGN MAR TSHES",
            "comments": [
                "marks which combine with digits"
            ]
        },
        {
            "codepoint": "0F40",
            "name": "TIBETAN LETTER KA"
        },
        {
            "codepoint": "0F41",
            "name": "TIBETAN LETTER KHA"
        },
        {
            "codepoint": "0F42",
            "name": "TIBETAN LETTER GA"
        },
        {
            "codepoint": "0F43",
            "name": "TIBETAN LETTER GHA",
            "decompositions": [
                [
                    "0F42",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F44",
            "name": "TIBETAN LETTER NGA"
        },
        {
            "codepoint": "0F45",
            "name": "TIBETAN LETTER CA"
        },
        {
            "codepoint": "0F46",
            "name": "TIBETAN LETTER CHA"
        },
        {
            "codepoint": "0F47",
            "name": "TIBETAN LETTER JA"
        },
        {
            "codepoint": "0F49",
            "name": "TIBETAN LETTER NYA"
        },
        {
            "codepoint": "0F4A",
            "name": "TIBETAN LETTER TTA"
        },
        {
            "codepoint": "0F4B",
            "name": "TIBETAN LETTER TTHA"
        },
        {
            "codepoint": "0F4C",
            "name": "TIBETAN LETTER DDA"
        },
        {
            "codepoint": "0F4D",
            "name": "TIBETAN LETTER DDHA",
            "decompositions": [
                [
                    "0F4C",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F4E",
            "name": "TIBETAN LETTER NNA"
        },
        {
            "codepoint": "0F4F",
            "name": "TIBETAN LETTER TA"
        },
        {
            "codepoint": "0F50",
            "name": "TIBETAN LETTER THA"
        },
        {
            "codepoint": "0F51",
            "name": "TIBETAN LETTER DA"
        },
        {
            "codepoint": "0F52",
            "name": "TIBETAN LETTER DHA",
            "decompositions": [
                [
                    "0F51",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F53",
            "name": "TIBETAN LETTER NA"
        },
        {
            "codepoint": "0F54",
            "name": "TIBETAN LETTER PA"
        },
        {
            "codepoint": "0F55",
            "name": "TIBETAN LETTER PHA"
        },
        {
            "codepoint": "0F56",
            "name": "TIBETAN LETTER BA"
        },
        {
            "codepoint": "0F57",
            "name": "TIBETAN LETTER BHA",
            "decompositions": [
                [
                    "0F56",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F58",
            "name": "TIBETAN LETTER MA"
        },
        {
            "codepoint": "0F59",
            "name": "TIBETAN LETTER TSA"
        },
        {
            "codepoint": "0F5A",
            "name": "TIBETAN LETTER TSHA"
        },
        {
            "codepoint": "0F5B",
            "name": "TIBETAN LETTER DZA"
        },
        {
            "codepoint": "0F5C",
            "name": "TIBETAN LETTER DZHA",
            "decompositions": [
                [
                    "0F5B",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F5D",
            "name": "TIBETAN LETTER WA"
        },
        {
            "codepoint": "0F5E",
            "name": "TIBETAN LETTER ZHA"
        },
        {
            "codepoint": "0F5F",
            "name": "TIBETAN LETTER ZA"
        },
        {
            "codepoint": "0F60",
            "name": "TIBETAN LETTER -A"
        },
        {
            "codepoint": "0F61",
            "name": "TIBETAN LETTER YA"
        },
        {
            "codepoint": "0F62",
            "name": "TIBETAN LETTER RA",
            "comments": [
                "when followed by a subjoined letter = ra mgo"
            ]
        },
        {
            "codepoint": "0F63",
            "name": "TIBETAN LETTER LA"
        },
        {
            "codepoint": "0F64",
            "name": "TIBETAN LETTER SHA"
        },
        {
            "codepoint": "0F65",
            "name": "TIBETAN LETTER SSA",
            "aliases": [
                "reversed sha"
            ]
        },
        {
            "codepoint": "0F66",
            "name": "TIBETAN LETTER SA"
        },
        {
            "codepoint": "0F67",
            "name": "TIBETAN LETTER HA"
        },
        {
            "codepoint": "0F68",
            "name": "TIBETAN LETTER A",
            "comments": [
                "base for dependent vowels"
            ]
        },
        {
            "codepoint": "0F69",
            "name": "TIBETAN LETTER KSSA",
            "decompositions": [
                [
                    "0F40",
                    "0FB5"
                ]
            ]
        },
        {
            "codepoint": "0F6A",
            "name": "TIBETAN LETTER FIXED-FORM RA",
            "comments": [
                "fixed-form letter not showing the shape variation of the ordinary ra",
                "used only in transliteration and transcription"
            ],
            "crossReferences": [
                "(tibetan letter ra - 0F62)"
            ]
        },
        {
            "codepoint": "0F6B",
            "name": "TIBETAN LETTER KKA"
        },
        {
            "codepoint": "0F6C",
            "name": "TIBETAN LETTER RRA"
        },
        {
            "codepoint": "0F71",
            "name": "TIBETAN VOWEL SIGN AA",
            "aliases": [
                "a-chung"
            ],
            "comments": [
                "common, vowel-lengthening mark"
            ]
        },
        {
            "codepoint": "0F72",
            "name": "TIBETAN VOWEL SIGN I"
        },
        {
            "codepoint": "0F73",
            "name": "TIBETAN VOWEL SIGN II",
            "comments": [
                "use of this character is discouraged"
            ],
            "decompositions": [
                [
                    "0F71",
                    "0F72"
                ]
            ]
        },
        {
            "codepoint": "0F74",
            "name": "TIBETAN VOWEL SIGN U"
        },
        {
            "codepoint": "0F75",
            "name": "TIBETAN VOWEL SIGN UU",
            "comments": [
                "use of this character is discouraged"
            ],
            "decompositions": [
                [
                    "0F71",
                    "0F74"
                ]
            ]
        },
        {
            "codepoint": "0F76",
            "name": "TIBETAN VOWEL SIGN VOCALIC R",
            "decompositions": [
                [
                    "0FB2",
                    "0F80"
                ]
            ]
        },
        {
            "codepoint": "0F77",
            "name": "TIBETAN VOWEL SIGN VOCALIC RR",
            "comments": [
                "this character is deprecated and its use is strongly discouraged"
            ],
            "compatibilityMappings": [
                [
                    "0FB2",
                    "0F81"
                ]
            ]
        },
        {
            "codepoint": "0F78",
            "name": "TIBETAN VOWEL SIGN VOCALIC L",
            "decompositions": [
                [
                    "0FB3",
                    "0F80"
                ]
            ]
        },
        {
            "codepoint": "0F79",
            "name": "TIBETAN VOWEL SIGN VOCALIC LL",
            "comments": [
                "this character is deprecated and its use is strongly discouraged"
            ],
            "compatibilityMappings": [
                [
                    "0FB3",
                    "0F81"
                ]
            ]
        },
        {
            "codepoint": "0F7A",
            "name": "TIBETAN VOWEL SIGN E"
        },
        {
            "codepoint": "0F7B",
            "name": "TIBETAN VOWEL SIGN EE"
        },
        {
            "codepoint": "0F7C",
            "name": "TIBETAN VOWEL SIGN O"
        },
        {
            "codepoint": "0F7D",
            "name": "TIBETAN VOWEL SIGN OO"
        },
        {
            "codepoint": "0F7E",
            "name": "TIBETAN SIGN RJES SU NGA RO",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "0F7F",
            "name": "TIBETAN SIGN RNAM BCAD",
            "aliases": [
                "visarga"
            ]
        },
        {
            "codepoint": "0F80",
            "name": "TIBETAN VOWEL SIGN REVERSED I"
        },
        {
            "codepoint": "0F81",
            "name": "TIBETAN VOWEL SIGN REVERSED II",
            "comments": [
                "use of this character is discouraged"
            ],
            "decompositions": [
                [
                    "0F71",
                    "0F80"
                ]
            ]
        },
        {
            "codepoint": "0F82",
            "name": "TIBETAN SIGN NYI ZLA NAA DA"
        },
        {
            "codepoint": "0F83",
            "name": "TIBETAN SIGN SNA LDAN",
            "crossReferences": [
                "(devanagari sign candrabindu - 0901)"
            ]
        },
        {
            "codepoint": "0F84",
            "name": "TIBETAN MARK HALANTA",
            "aliases": [
                "srog med"
            ],
            "crossReferences": [
                "(devanagari sign virama - 094D)"
            ]
        },
        {
            "codepoint": "0F85",
            "name": "TIBETAN MARK PALUTA",
            "comments": [
                "transliteration of Sanskrit avagraha"
            ],
            "crossReferences": [
                "(devanagari sign avagraha - 093D)"
            ]
        },
        {
            "codepoint": "0F86",
            "name": "TIBETAN SIGN LCI RTAGS"
        },
        {
            "codepoint": "0F87",
            "name": "TIBETAN SIGN YANG RTAGS"
        },
        {
            "codepoint": "0F88",
            "name": "TIBETAN SIGN LCE TSA CAN",
            "crossReferences": [
                "(vedic sign jihvamuliya - 1CF5)",
                "(mongolian letter ali gali damaru - 1882)"
            ]
        },
        {
            "codepoint": "0F89",
            "name": "TIBETAN SIGN MCHU CAN",
            "crossReferences": [
                "(vedic sign upadhmaniya - 1CF6)",
                "(mongolian letter ali gali inverted ubadama - 1884)"
            ]
        },
        {
            "codepoint": "0F8A",
            "name": "TIBETAN SIGN GRU CAN RGYINGS",
            "comments": [
                "always followed by 0F82"
            ]
        },
        {
            "codepoint": "0F8B",
            "name": "TIBETAN SIGN GRU MED RGYINGS"
        },
        {
            "codepoint": "0F8C",
            "name": "TIBETAN SIGN INVERTED MCHU CAN",
            "crossReferences": [
                "(mongolian letter ali gali ubadama - 1883)"
            ]
        },
        {
            "codepoint": "0F8D",
            "name": "TIBETAN SUBJOINED SIGN LCE TSA CAN"
        },
        {
            "codepoint": "0F8E",
            "name": "TIBETAN SUBJOINED SIGN MCHU CAN"
        },
        {
            "codepoint": "0F8F",
            "name": "TIBETAN SUBJOINED SIGN INVERTED MCHU CAN"
        },
        {
            "codepoint": "0F90",
            "name": "TIBETAN SUBJOINED LETTER KA"
        },
        {
            "codepoint": "0F91",
            "name": "TIBETAN SUBJOINED LETTER KHA"
        },
        {
            "codepoint": "0F92",
            "name": "TIBETAN SUBJOINED LETTER GA"
        },
        {
            "codepoint": "0F93",
            "name": "TIBETAN SUBJOINED LETTER GHA",
            "decompositions": [
                [
                    "0F92",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F94",
            "name": "TIBETAN SUBJOINED LETTER NGA"
        },
        {
            "codepoint": "0F95",
            "name": "TIBETAN SUBJOINED LETTER CA"
        },
        {
            "codepoint": "0F96",
            "name": "TIBETAN SUBJOINED LETTER CHA"
        },
        {
            "codepoint": "0F97",
            "name": "TIBETAN SUBJOINED LETTER JA"
        },
        {
            "codepoint": "0F99",
            "name": "TIBETAN SUBJOINED LETTER NYA"
        },
        {
            "codepoint": "0F9A",
            "name": "TIBETAN SUBJOINED LETTER TTA"
        },
        {
            "codepoint": "0F9B",
            "name": "TIBETAN SUBJOINED LETTER TTHA"
        },
        {
            "codepoint": "0F9C",
            "name": "TIBETAN SUBJOINED LETTER DDA"
        },
        {
            "codepoint": "0F9D",
            "name": "TIBETAN SUBJOINED LETTER DDHA",
            "decompositions": [
                [
                    "0F9C",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0F9E",
            "name": "TIBETAN SUBJOINED LETTER NNA"
        },
        {
            "codepoint": "0F9F",
            "name": "TIBETAN SUBJOINED LETTER TA"
        },
        {
            "codepoint": "0FA0",
            "name": "TIBETAN SUBJOINED LETTER THA"
        },
        {
            "codepoint": "0FA1",
            "name": "TIBETAN SUBJOINED LETTER DA"
        },
        {
            "codepoint": "0FA2",
            "name": "TIBETAN SUBJOINED LETTER DHA",
            "decompositions": [
                [
                    "0FA1",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0FA3",
            "name": "TIBETAN SUBJOINED LETTER NA"
        },
        {
            "codepoint": "0FA4",
            "name": "TIBETAN SUBJOINED LETTER PA"
        },
        {
            "codepoint": "0FA5",
            "name": "TIBETAN SUBJOINED LETTER PHA"
        },
        {
            "codepoint": "0FA6",
            "name": "TIBETAN SUBJOINED LETTER BA"
        },
        {
            "codepoint": "0FA7",
            "name": "TIBETAN SUBJOINED LETTER BHA",
            "decompositions": [
                [
                    "0FA6",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0FA8",
            "name": "TIBETAN SUBJOINED LETTER MA"
        },
        {
            "codepoint": "0FA9",
            "name": "TIBETAN SUBJOINED LETTER TSA"
        },
        {
            "codepoint": "0FAA",
            "name": "TIBETAN SUBJOINED LETTER TSHA"
        },
        {
            "codepoint": "0FAB",
            "name": "TIBETAN SUBJOINED LETTER DZA"
        },
        {
            "codepoint": "0FAC",
            "name": "TIBETAN SUBJOINED LETTER DZHA",
            "decompositions": [
                [
                    "0FAB",
                    "0FB7"
                ]
            ]
        },
        {
            "codepoint": "0FAD",
            "name": "TIBETAN SUBJOINED LETTER WA",
            "aliases": [
                "wa-zur, wa-btags (wa ta)"
            ]
        },
        {
            "codepoint": "0FAE",
            "name": "TIBETAN SUBJOINED LETTER ZHA"
        },
        {
            "codepoint": "0FAF",
            "name": "TIBETAN SUBJOINED LETTER ZA"
        },
        {
            "codepoint": "0FB0",
            "name": "TIBETAN SUBJOINED LETTER -A",
            "aliases": [
                "a-chung"
            ],
            "comments": [
                "rare, only used for full-sized subjoined letter"
            ],
            "crossReferences": [
                "(tibetan vowel sign aa - 0F71)"
            ]
        },
        {
            "codepoint": "0FB1",
            "name": "TIBETAN SUBJOINED LETTER YA",
            "aliases": [
                "ya-btags (ya ta)"
            ]
        },
        {
            "codepoint": "0FB2",
            "name": "TIBETAN SUBJOINED LETTER RA",
            "aliases": [
                "ra-btags (ra ta)"
            ]
        },
        {
            "codepoint": "0FB3",
            "name": "TIBETAN SUBJOINED LETTER LA"
        },
        {
            "codepoint": "0FB4",
            "name": "TIBETAN SUBJOINED LETTER SHA"
        },
        {
            "codepoint": "0FB5",
            "name": "TIBETAN SUBJOINED LETTER SSA",
            "aliases": [
                "reversed subjoined sha"
            ]
        },
        {
            "codepoint": "0FB6",
            "name": "TIBETAN SUBJOINED LETTER SA"
        },
        {
            "codepoint": "0FB7",
            "name": "TIBETAN SUBJOINED LETTER HA"
        },
        {
            "codepoint": "0FB8",
            "name": "TIBETAN SUBJOINED LETTER A"
        },
        {
            "codepoint": "0FB9",
            "name": "TIBETAN SUBJOINED LETTER KSSA",
            "decompositions": [
                [
                    "0F90",
                    "0FB5"
                ]
            ]
        },
        {
            "codepoint": "0FBA",
            "name": "TIBETAN SUBJOINED LETTER FIXED-FORM WA"
        },
        {
            "codepoint": "0FBB",
            "name": "TIBETAN SUBJOINED LETTER FIXED-FORM YA"
        },
        {
            "codepoint": "0FBC",
            "name": "TIBETAN SUBJOINED LETTER FIXED-FORM RA"
        },
        {
            "codepoint": "0FBE",
            "name": "TIBETAN KU RU KHA",
            "comments": [
                "often repeated three times; indicates a refrain"
            ]
        },
        {
            "codepoint": "0FBF",
            "name": "TIBETAN KU RU KHA BZHI MIG CAN",
            "comments": [
                "marks point of text insertion or annotation"
            ],
            "crossReferences": [
                "(reference mark - 203B)"
            ]
        },
        {
            "codepoint": "0FC0",
            "name": "TIBETAN CANTILLATION SIGN HEAVY BEAT",
            "comments": [
                "marks a heavy drum beat"
            ]
        },
        {
            "codepoint": "0FC1",
            "name": "TIBETAN CANTILLATION SIGN LIGHT BEAT",
            "comments": [
                "marks a light drum beat"
            ]
        },
        {
            "codepoint": "0FC2",
            "name": "TIBETAN CANTILLATION SIGN CANG TE-U",
            "comments": [
                "symbol of a small Tibetan hand drum"
            ]
        },
        {
            "codepoint": "0FC3",
            "name": "TIBETAN CANTILLATION SIGN SBUB -CHAL",
            "comments": [
                "symbol of a Tibetan cymbal"
            ]
        },
        {
            "codepoint": "0FC4",
            "name": "TIBETAN SYMBOL DRIL BU",
            "comments": [
                "symbol of a Tibetan hand bell"
            ],
            "crossReferences": [
                "(bell - 1F514)"
            ]
        },
        {
            "codepoint": "0FC5",
            "name": "TIBETAN SYMBOL RDO RJE"
        },
        {
            "codepoint": "0FC6",
            "name": "TIBETAN SYMBOL PADMA GDAN"
        },
        {
            "codepoint": "0FC7",
            "name": "TIBETAN SYMBOL RDO RJE RGYA GRAM"
        },
        {
            "codepoint": "0FC8",
            "name": "TIBETAN SYMBOL PHUR PA"
        },
        {
            "codepoint": "0FC9",
            "name": "TIBETAN SYMBOL NOR BU"
        },
        {
            "codepoint": "0FCA",
            "name": "TIBETAN SYMBOL NOR BU NYIS -KHYIL",
            "comments": [
                "the double body symbol"
            ],
            "crossReferences": [
                "(yin yang - 262F)"
            ]
        },
        {
            "codepoint": "0FCB",
            "name": "TIBETAN SYMBOL NOR BU GSUM -KHYIL",
            "comments": [
                "the tri-kaya or triple body symbol"
            ]
        },
        {
            "codepoint": "0FCC",
            "name": "TIBETAN SYMBOL NOR BU BZHI -KHYIL",
            "comments": [
                "the quadruple body symbol, a form of the svasti sign"
            ],
            "crossReferences": [
                "(left-facing svasti sign - 0FD6)"
            ]
        },
        {
            "codepoint": "0FCE",
            "name": "TIBETAN SIGN RDEL NAG RDEL DKAR",
            "aliases": [
                "dena deka"
            ],
            "comments": [
                "signifies bad luck earlier, good luck later"
            ],
            "crossReferences": [
                "(tibetan sign rdel dkar rdel nag - 0F1F)"
            ]
        },
        {
            "codepoint": "0FCF",
            "name": "TIBETAN SIGN RDEL NAG GSUM"
        },
        {
            "codepoint": "0FD0",
            "name": "TIBETAN MARK BSKA- SHOG GI MGO RGYAN",
            "other": [
                "TIBETAN MARK BKA- SHOG GI MGO RGYAN"
            ],
            "comments": [
                "used in Bhutan"
            ]
        },
        {
            "codepoint": "0FD1",
            "name": "TIBETAN MARK MNYAM YIG GI MGO RGYAN",
            "comments": [
                "used in Bhutan"
            ]
        },
        {
            "codepoint": "0FD2",
            "name": "TIBETAN MARK NYIS TSHEG",
            "aliases": [
                "nyi tsek"
            ]
        },
        {
            "codepoint": "0FD3",
            "name": "TIBETAN MARK INITIAL BRDA RNYING YIG MGO MDUN MA",
            "aliases": [
                "da nying yik go dun ma"
            ]
        },
        {
            "codepoint": "0FD4",
            "name": "TIBETAN MARK CLOSING BRDA RNYING YIG MGO SGAB MA",
            "aliases": [
                "da nying yik go kab ma"
            ]
        },
        {
            "codepoint": "0FD5",
            "name": "RIGHT-FACING SVASTI SIGN",
            "aliases": [
                "gyung drung nang -khor"
            ],
            "comments": [
                "symbol of good luck and well-being in India"
            ],
            "crossReferences": [
                "5350"
            ]
        },
        {
            "codepoint": "0FD6",
            "name": "LEFT-FACING SVASTI SIGN",
            "aliases": [
                "gyung drung phyi -khor"
            ],
            "crossReferences": [
                "534D"
            ]
        },
        {
            "codepoint": "0FD7",
            "name": "RIGHT-FACING SVASTI SIGN WITH DOTS",
            "aliases": [
                "gyung drung nang -khor bzhi mig can"
            ]
        },
        {
            "codepoint": "0FD8",
            "name": "LEFT-FACING SVASTI SIGN WITH DOTS",
            "aliases": [
                "gyung drung phyi -khor bzhi mig can"
            ]
        },
        {
            "codepoint": "0FD9",
            "name": "TIBETAN MARK LEADING MCHAN RTAGS"
        },
        {
            "codepoint": "0FDA",
            "name": "TIBETAN MARK TRAILING MCHAN RTAGS"
        },
        {
            "codepoint": "1000",
            "name": "MYANMAR LETTER KA",
            "variations": [
                "1000 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1001",
            "name": "MYANMAR LETTER KHA"
        },
        {
            "codepoint": "1002",
            "name": "MYANMAR LETTER GA",
            "variations": [
                "1002 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1003",
            "name": "MYANMAR LETTER GHA"
        },
        {
            "codepoint": "1004",
            "name": "MYANMAR LETTER NGA",
            "variations": [
                "1004 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1005",
            "name": "MYANMAR LETTER CA"
        },
        {
            "codepoint": "1006",
            "name": "MYANMAR LETTER CHA"
        },
        {
            "codepoint": "1007",
            "name": "MYANMAR LETTER JA"
        },
        {
            "codepoint": "1008",
            "name": "MYANMAR LETTER JHA"
        },
        {
            "codepoint": "1009",
            "name": "MYANMAR LETTER NYA"
        },
        {
            "codepoint": "100A",
            "name": "MYANMAR LETTER NNYA"
        },
        {
            "codepoint": "100B",
            "name": "MYANMAR LETTER TTA"
        },
        {
            "codepoint": "100C",
            "name": "MYANMAR LETTER TTHA"
        },
        {
            "codepoint": "100D",
            "name": "MYANMAR LETTER DDA"
        },
        {
            "codepoint": "100E",
            "name": "MYANMAR LETTER DDHA"
        },
        {
            "codepoint": "100F",
            "name": "MYANMAR LETTER NNA"
        },
        {
            "codepoint": "1010",
            "name": "MYANMAR LETTER TA",
            "variations": [
                "1010 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1011",
            "name": "MYANMAR LETTER THA",
            "variations": [
                "1011 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1012",
            "name": "MYANMAR LETTER DA"
        },
        {
            "codepoint": "1013",
            "name": "MYANMAR LETTER DHA"
        },
        {
            "codepoint": "1014",
            "name": "MYANMAR LETTER NA"
        },
        {
            "codepoint": "1015",
            "name": "MYANMAR LETTER PA",
            "variations": [
                "1015 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1016",
            "name": "MYANMAR LETTER PHA"
        },
        {
            "codepoint": "1017",
            "name": "MYANMAR LETTER BA"
        },
        {
            "codepoint": "1018",
            "name": "MYANMAR LETTER BHA"
        },
        {
            "codepoint": "1019",
            "name": "MYANMAR LETTER MA",
            "variations": [
                "1019 FE00 dotted form"
            ]
        },
        {
            "codepoint": "101A",
            "name": "MYANMAR LETTER YA",
            "variations": [
                "101A FE00 dotted form"
            ]
        },
        {
            "codepoint": "101B",
            "name": "MYANMAR LETTER RA"
        },
        {
            "codepoint": "101C",
            "name": "MYANMAR LETTER LA",
            "variations": [
                "101C FE00 dotted form"
            ]
        },
        {
            "codepoint": "101D",
            "name": "MYANMAR LETTER WA",
            "variations": [
                "101D FE00 dotted form"
            ]
        },
        {
            "codepoint": "101E",
            "name": "MYANMAR LETTER SA"
        },
        {
            "codepoint": "101F",
            "name": "MYANMAR LETTER HA"
        },
        {
            "codepoint": "1020",
            "name": "MYANMAR LETTER LLA"
        },
        {
            "codepoint": "1021",
            "name": "MYANMAR LETTER A",
            "comments": [
                "also represents the glottal stop as a consonant"
            ]
        },
        {
            "codepoint": "1022",
            "name": "MYANMAR LETTER SHAN A",
            "variations": [
                "1022 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1023",
            "name": "MYANMAR LETTER I"
        },
        {
            "codepoint": "1024",
            "name": "MYANMAR LETTER II"
        },
        {
            "codepoint": "1025",
            "name": "MYANMAR LETTER U"
        },
        {
            "codepoint": "1026",
            "name": "MYANMAR LETTER UU",
            "decompositions": [
                [
                    "1025",
                    "102E"
                ]
            ]
        },
        {
            "codepoint": "1027",
            "name": "MYANMAR LETTER E"
        },
        {
            "codepoint": "1028",
            "name": "MYANMAR LETTER MON E"
        },
        {
            "codepoint": "1029",
            "name": "MYANMAR LETTER O"
        },
        {
            "codepoint": "102A",
            "name": "MYANMAR LETTER AU"
        },
        {
            "codepoint": "102B",
            "name": "MYANMAR VOWEL SIGN TALL AA"
        },
        {
            "codepoint": "102C",
            "name": "MYANMAR VOWEL SIGN AA"
        },
        {
            "codepoint": "102D",
            "name": "MYANMAR VOWEL SIGN I"
        },
        {
            "codepoint": "102E",
            "name": "MYANMAR VOWEL SIGN II"
        },
        {
            "codepoint": "102F",
            "name": "MYANMAR VOWEL SIGN U"
        },
        {
            "codepoint": "1030",
            "name": "MYANMAR VOWEL SIGN UU"
        },
        {
            "codepoint": "1031",
            "name": "MYANMAR VOWEL SIGN E",
            "comments": [
                "stands to the left of the consonant"
            ],
            "variations": [
                "1031 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1032",
            "name": "MYANMAR VOWEL SIGN AI"
        },
        {
            "codepoint": "1033",
            "name": "MYANMAR VOWEL SIGN MON II"
        },
        {
            "codepoint": "1034",
            "name": "MYANMAR VOWEL SIGN MON O"
        },
        {
            "codepoint": "1035",
            "name": "MYANMAR VOWEL SIGN E ABOVE"
        },
        {
            "codepoint": "1036",
            "name": "MYANMAR SIGN ANUSVARA"
        },
        {
            "codepoint": "1037",
            "name": "MYANMAR SIGN DOT BELOW",
            "aliases": [
                "aukmyit"
            ],
            "comments": [
                "a tone mark"
            ]
        },
        {
            "codepoint": "1038",
            "name": "MYANMAR SIGN VISARGA"
        },
        {
            "codepoint": "1039",
            "name": "MYANMAR SIGN VIRAMA"
        },
        {
            "codepoint": "103A",
            "name": "MYANMAR SIGN ASAT",
            "aliases": [
                "killer (always rendered visibly)"
            ]
        },
        {
            "codepoint": "103B",
            "name": "MYANMAR CONSONANT SIGN MEDIAL YA"
        },
        {
            "codepoint": "103C",
            "name": "MYANMAR CONSONANT SIGN MEDIAL RA"
        },
        {
            "codepoint": "103D",
            "name": "MYANMAR CONSONANT SIGN MEDIAL WA"
        },
        {
            "codepoint": "103E",
            "name": "MYANMAR CONSONANT SIGN MEDIAL HA"
        },
        {
            "codepoint": "103F",
            "name": "MYANMAR LETTER GREAT SA"
        },
        {
            "codepoint": "1040",
            "name": "MYANMAR DIGIT ZERO"
        },
        {
            "codepoint": "1041",
            "name": "MYANMAR DIGIT ONE"
        },
        {
            "codepoint": "1042",
            "name": "MYANMAR DIGIT TWO"
        },
        {
            "codepoint": "1043",
            "name": "MYANMAR DIGIT THREE"
        },
        {
            "codepoint": "1044",
            "name": "MYANMAR DIGIT FOUR"
        },
        {
            "codepoint": "1045",
            "name": "MYANMAR DIGIT FIVE"
        },
        {
            "codepoint": "1046",
            "name": "MYANMAR DIGIT SIX"
        },
        {
            "codepoint": "1047",
            "name": "MYANMAR DIGIT SEVEN"
        },
        {
            "codepoint": "1048",
            "name": "MYANMAR DIGIT EIGHT"
        },
        {
            "codepoint": "1049",
            "name": "MYANMAR DIGIT NINE"
        },
        {
            "codepoint": "104A",
            "name": "MYANMAR SIGN LITTLE SECTION",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "104B",
            "name": "MYANMAR SIGN SECTION",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "104C",
            "name": "MYANMAR SYMBOL LOCATIVE"
        },
        {
            "codepoint": "104D",
            "name": "MYANMAR SYMBOL COMPLETED"
        },
        {
            "codepoint": "104E",
            "name": "MYANMAR SYMBOL AFOREMENTIONED"
        },
        {
            "codepoint": "104F",
            "name": "MYANMAR SYMBOL GENITIVE"
        },
        {
            "codepoint": "1050",
            "name": "MYANMAR LETTER SHA"
        },
        {
            "codepoint": "1051",
            "name": "MYANMAR LETTER SSA"
        },
        {
            "codepoint": "1052",
            "name": "MYANMAR LETTER VOCALIC R"
        },
        {
            "codepoint": "1053",
            "name": "MYANMAR LETTER VOCALIC RR"
        },
        {
            "codepoint": "1054",
            "name": "MYANMAR LETTER VOCALIC L"
        },
        {
            "codepoint": "1055",
            "name": "MYANMAR LETTER VOCALIC LL"
        },
        {
            "codepoint": "1056",
            "name": "MYANMAR VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "1057",
            "name": "MYANMAR VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "1058",
            "name": "MYANMAR VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "1059",
            "name": "MYANMAR VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "105A",
            "name": "MYANMAR LETTER MON NGA"
        },
        {
            "codepoint": "105B",
            "name": "MYANMAR LETTER MON JHA"
        },
        {
            "codepoint": "105C",
            "name": "MYANMAR LETTER MON BBA"
        },
        {
            "codepoint": "105D",
            "name": "MYANMAR LETTER MON BBE"
        },
        {
            "codepoint": "105E",
            "name": "MYANMAR CONSONANT SIGN MON MEDIAL NA"
        },
        {
            "codepoint": "105F",
            "name": "MYANMAR CONSONANT SIGN MON MEDIAL MA"
        },
        {
            "codepoint": "1060",
            "name": "MYANMAR CONSONANT SIGN MON MEDIAL LA"
        },
        {
            "codepoint": "1061",
            "name": "MYANMAR LETTER SGAW KAREN SHA"
        },
        {
            "codepoint": "1062",
            "name": "MYANMAR VOWEL SIGN SGAW KAREN EU"
        },
        {
            "codepoint": "1063",
            "name": "MYANMAR TONE MARK SGAW KAREN HATHI"
        },
        {
            "codepoint": "1064",
            "name": "MYANMAR TONE MARK SGAW KAREN KE PHO"
        },
        {
            "codepoint": "1065",
            "name": "MYANMAR LETTER WESTERN PWO KAREN THA"
        },
        {
            "codepoint": "1066",
            "name": "MYANMAR LETTER WESTERN PWO KAREN PWA"
        },
        {
            "codepoint": "1067",
            "name": "MYANMAR VOWEL SIGN WESTERN PWO KAREN EU"
        },
        {
            "codepoint": "1068",
            "name": "MYANMAR VOWEL SIGN WESTERN PWO KAREN UE"
        },
        {
            "codepoint": "1069",
            "name": "MYANMAR SIGN WESTERN PWO KAREN TONE-1"
        },
        {
            "codepoint": "106A",
            "name": "MYANMAR SIGN WESTERN PWO KAREN TONE-2"
        },
        {
            "codepoint": "106B",
            "name": "MYANMAR SIGN WESTERN PWO KAREN TONE-3"
        },
        {
            "codepoint": "106C",
            "name": "MYANMAR SIGN WESTERN PWO KAREN TONE-4"
        },
        {
            "codepoint": "106D",
            "name": "MYANMAR SIGN WESTERN PWO KAREN TONE-5"
        },
        {
            "codepoint": "106E",
            "name": "MYANMAR LETTER EASTERN PWO KAREN NNA"
        },
        {
            "codepoint": "106F",
            "name": "MYANMAR LETTER EASTERN PWO KAREN YWA"
        },
        {
            "codepoint": "1070",
            "name": "MYANMAR LETTER EASTERN PWO KAREN GHWA"
        },
        {
            "codepoint": "1071",
            "name": "MYANMAR VOWEL SIGN GEBA KAREN I"
        },
        {
            "codepoint": "1072",
            "name": "MYANMAR VOWEL SIGN KAYAH OE"
        },
        {
            "codepoint": "1073",
            "name": "MYANMAR VOWEL SIGN KAYAH U"
        },
        {
            "codepoint": "1074",
            "name": "MYANMAR VOWEL SIGN KAYAH EE"
        },
        {
            "codepoint": "1075",
            "name": "MYANMAR LETTER SHAN KA",
            "variations": [
                "1075 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1076",
            "name": "MYANMAR LETTER SHAN KHA"
        },
        {
            "codepoint": "1077",
            "name": "MYANMAR LETTER SHAN GA"
        },
        {
            "codepoint": "1078",
            "name": "MYANMAR LETTER SHAN CA",
            "variations": [
                "1078 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1079",
            "name": "MYANMAR LETTER SHAN ZA"
        },
        {
            "codepoint": "107A",
            "name": "MYANMAR LETTER SHAN NYA",
            "variations": [
                "107A FE00 dotted form"
            ]
        },
        {
            "codepoint": "107B",
            "name": "MYANMAR LETTER SHAN DA"
        },
        {
            "codepoint": "107C",
            "name": "MYANMAR LETTER SHAN NA"
        },
        {
            "codepoint": "107D",
            "name": "MYANMAR LETTER SHAN PHA"
        },
        {
            "codepoint": "107E",
            "name": "MYANMAR LETTER SHAN FA"
        },
        {
            "codepoint": "107F",
            "name": "MYANMAR LETTER SHAN BA"
        },
        {
            "codepoint": "1080",
            "name": "MYANMAR LETTER SHAN THA",
            "variations": [
                "1080 FE00 dotted form"
            ]
        },
        {
            "codepoint": "1081",
            "name": "MYANMAR LETTER SHAN HA"
        },
        {
            "codepoint": "1082",
            "name": "MYANMAR CONSONANT SIGN SHAN MEDIAL WA"
        },
        {
            "codepoint": "1083",
            "name": "MYANMAR VOWEL SIGN SHAN AA"
        },
        {
            "codepoint": "1084",
            "name": "MYANMAR VOWEL SIGN SHAN E"
        },
        {
            "codepoint": "1085",
            "name": "MYANMAR VOWEL SIGN SHAN E ABOVE"
        },
        {
            "codepoint": "1086",
            "name": "MYANMAR VOWEL SIGN SHAN FINAL Y"
        },
        {
            "codepoint": "1087",
            "name": "MYANMAR SIGN SHAN TONE-2"
        },
        {
            "codepoint": "1088",
            "name": "MYANMAR SIGN SHAN TONE-3"
        },
        {
            "codepoint": "1089",
            "name": "MYANMAR SIGN SHAN TONE-5"
        },
        {
            "codepoint": "108A",
            "name": "MYANMAR SIGN SHAN TONE-6"
        },
        {
            "codepoint": "108B",
            "name": "MYANMAR SIGN SHAN COUNCIL TONE-2"
        },
        {
            "codepoint": "108C",
            "name": "MYANMAR SIGN SHAN COUNCIL TONE-3"
        },
        {
            "codepoint": "108D",
            "name": "MYANMAR SIGN SHAN COUNCIL EMPHATIC TONE"
        },
        {
            "codepoint": "108E",
            "name": "MYANMAR LETTER RUMAI PALAUNG FA"
        },
        {
            "codepoint": "108F",
            "name": "MYANMAR SIGN RUMAI PALAUNG TONE-5"
        },
        {
            "codepoint": "1090",
            "name": "MYANMAR SHAN DIGIT ZERO"
        },
        {
            "codepoint": "1091",
            "name": "MYANMAR SHAN DIGIT ONE"
        },
        {
            "codepoint": "1092",
            "name": "MYANMAR SHAN DIGIT TWO"
        },
        {
            "codepoint": "1093",
            "name": "MYANMAR SHAN DIGIT THREE"
        },
        {
            "codepoint": "1094",
            "name": "MYANMAR SHAN DIGIT FOUR"
        },
        {
            "codepoint": "1095",
            "name": "MYANMAR SHAN DIGIT FIVE"
        },
        {
            "codepoint": "1096",
            "name": "MYANMAR SHAN DIGIT SIX"
        },
        {
            "codepoint": "1097",
            "name": "MYANMAR SHAN DIGIT SEVEN"
        },
        {
            "codepoint": "1098",
            "name": "MYANMAR SHAN DIGIT EIGHT"
        },
        {
            "codepoint": "1099",
            "name": "MYANMAR SHAN DIGIT NINE"
        },
        {
            "codepoint": "109A",
            "name": "MYANMAR SIGN KHAMTI TONE-1"
        },
        {
            "codepoint": "109B",
            "name": "MYANMAR SIGN KHAMTI TONE-3"
        },
        {
            "codepoint": "109C",
            "name": "MYANMAR VOWEL SIGN AITON A"
        },
        {
            "codepoint": "109D",
            "name": "MYANMAR VOWEL SIGN AITON AI"
        },
        {
            "codepoint": "109E",
            "name": "MYANMAR SYMBOL SHAN ONE"
        },
        {
            "codepoint": "109F",
            "name": "MYANMAR SYMBOL SHAN EXCLAMATION"
        },
        {
            "codepoint": "10A0",
            "name": "GEORGIAN CAPITAL LETTER AN",
            "crossReferences": [
                "(georgian small letter an - 2D00)"
            ]
        },
        {
            "codepoint": "10A1",
            "name": "GEORGIAN CAPITAL LETTER BAN"
        },
        {
            "codepoint": "10A2",
            "name": "GEORGIAN CAPITAL LETTER GAN"
        },
        {
            "codepoint": "10A3",
            "name": "GEORGIAN CAPITAL LETTER DON"
        },
        {
            "codepoint": "10A4",
            "name": "GEORGIAN CAPITAL LETTER EN"
        },
        {
            "codepoint": "10A5",
            "name": "GEORGIAN CAPITAL LETTER VIN"
        },
        {
            "codepoint": "10A6",
            "name": "GEORGIAN CAPITAL LETTER ZEN"
        },
        {
            "codepoint": "10A7",
            "name": "GEORGIAN CAPITAL LETTER TAN"
        },
        {
            "codepoint": "10A8",
            "name": "GEORGIAN CAPITAL LETTER IN"
        },
        {
            "codepoint": "10A9",
            "name": "GEORGIAN CAPITAL LETTER KAN"
        },
        {
            "codepoint": "10AA",
            "name": "GEORGIAN CAPITAL LETTER LAS"
        },
        {
            "codepoint": "10AB",
            "name": "GEORGIAN CAPITAL LETTER MAN"
        },
        {
            "codepoint": "10AC",
            "name": "GEORGIAN CAPITAL LETTER NAR"
        },
        {
            "codepoint": "10AD",
            "name": "GEORGIAN CAPITAL LETTER ON"
        },
        {
            "codepoint": "10AE",
            "name": "GEORGIAN CAPITAL LETTER PAR"
        },
        {
            "codepoint": "10AF",
            "name": "GEORGIAN CAPITAL LETTER ZHAR"
        },
        {
            "codepoint": "10B0",
            "name": "GEORGIAN CAPITAL LETTER RAE"
        },
        {
            "codepoint": "10B1",
            "name": "GEORGIAN CAPITAL LETTER SAN"
        },
        {
            "codepoint": "10B2",
            "name": "GEORGIAN CAPITAL LETTER TAR"
        },
        {
            "codepoint": "10B3",
            "name": "GEORGIAN CAPITAL LETTER UN"
        },
        {
            "codepoint": "10B4",
            "name": "GEORGIAN CAPITAL LETTER PHAR"
        },
        {
            "codepoint": "10B5",
            "name": "GEORGIAN CAPITAL LETTER KHAR"
        },
        {
            "codepoint": "10B6",
            "name": "GEORGIAN CAPITAL LETTER GHAN"
        },
        {
            "codepoint": "10B7",
            "name": "GEORGIAN CAPITAL LETTER QAR"
        },
        {
            "codepoint": "10B8",
            "name": "GEORGIAN CAPITAL LETTER SHIN"
        },
        {
            "codepoint": "10B9",
            "name": "GEORGIAN CAPITAL LETTER CHIN"
        },
        {
            "codepoint": "10BA",
            "name": "GEORGIAN CAPITAL LETTER CAN"
        },
        {
            "codepoint": "10BB",
            "name": "GEORGIAN CAPITAL LETTER JIL"
        },
        {
            "codepoint": "10BC",
            "name": "GEORGIAN CAPITAL LETTER CIL"
        },
        {
            "codepoint": "10BD",
            "name": "GEORGIAN CAPITAL LETTER CHAR"
        },
        {
            "codepoint": "10BE",
            "name": "GEORGIAN CAPITAL LETTER XAN"
        },
        {
            "codepoint": "10BF",
            "name": "GEORGIAN CAPITAL LETTER JHAN"
        },
        {
            "codepoint": "10C0",
            "name": "GEORGIAN CAPITAL LETTER HAE"
        },
        {
            "codepoint": "10C1",
            "name": "GEORGIAN CAPITAL LETTER HE"
        },
        {
            "codepoint": "10C2",
            "name": "GEORGIAN CAPITAL LETTER HIE"
        },
        {
            "codepoint": "10C3",
            "name": "GEORGIAN CAPITAL LETTER WE"
        },
        {
            "codepoint": "10C4",
            "name": "GEORGIAN CAPITAL LETTER HAR"
        },
        {
            "codepoint": "10C5",
            "name": "GEORGIAN CAPITAL LETTER HOE"
        },
        {
            "codepoint": "10C7",
            "name": "GEORGIAN CAPITAL LETTER YN"
        },
        {
            "codepoint": "10CD",
            "name": "GEORGIAN CAPITAL LETTER AEN"
        },
        {
            "codepoint": "10D0",
            "name": "GEORGIAN LETTER AN",
            "crossReferences": [
                "(georgian mtavruli capital letter an - 1C90)"
            ]
        },
        {
            "codepoint": "10D1",
            "name": "GEORGIAN LETTER BAN"
        },
        {
            "codepoint": "10D2",
            "name": "GEORGIAN LETTER GAN"
        },
        {
            "codepoint": "10D3",
            "name": "GEORGIAN LETTER DON"
        },
        {
            "codepoint": "10D4",
            "name": "GEORGIAN LETTER EN"
        },
        {
            "codepoint": "10D5",
            "name": "GEORGIAN LETTER VIN"
        },
        {
            "codepoint": "10D6",
            "name": "GEORGIAN LETTER ZEN"
        },
        {
            "codepoint": "10D7",
            "name": "GEORGIAN LETTER TAN"
        },
        {
            "codepoint": "10D8",
            "name": "GEORGIAN LETTER IN"
        },
        {
            "codepoint": "10D9",
            "name": "GEORGIAN LETTER KAN"
        },
        {
            "codepoint": "10DA",
            "name": "GEORGIAN LETTER LAS"
        },
        {
            "codepoint": "10DB",
            "name": "GEORGIAN LETTER MAN"
        },
        {
            "codepoint": "10DC",
            "name": "GEORGIAN LETTER NAR"
        },
        {
            "codepoint": "10DD",
            "name": "GEORGIAN LETTER ON"
        },
        {
            "codepoint": "10DE",
            "name": "GEORGIAN LETTER PAR"
        },
        {
            "codepoint": "10DF",
            "name": "GEORGIAN LETTER ZHAR"
        },
        {
            "codepoint": "10E0",
            "name": "GEORGIAN LETTER RAE"
        },
        {
            "codepoint": "10E1",
            "name": "GEORGIAN LETTER SAN"
        },
        {
            "codepoint": "10E2",
            "name": "GEORGIAN LETTER TAR"
        },
        {
            "codepoint": "10E3",
            "name": "GEORGIAN LETTER UN"
        },
        {
            "codepoint": "10E4",
            "name": "GEORGIAN LETTER PHAR"
        },
        {
            "codepoint": "10E5",
            "name": "GEORGIAN LETTER KHAR"
        },
        {
            "codepoint": "10E6",
            "name": "GEORGIAN LETTER GHAN"
        },
        {
            "codepoint": "10E7",
            "name": "GEORGIAN LETTER QAR"
        },
        {
            "codepoint": "10E8",
            "name": "GEORGIAN LETTER SHIN"
        },
        {
            "codepoint": "10E9",
            "name": "GEORGIAN LETTER CHIN"
        },
        {
            "codepoint": "10EA",
            "name": "GEORGIAN LETTER CAN"
        },
        {
            "codepoint": "10EB",
            "name": "GEORGIAN LETTER JIL"
        },
        {
            "codepoint": "10EC",
            "name": "GEORGIAN LETTER CIL"
        },
        {
            "codepoint": "10ED",
            "name": "GEORGIAN LETTER CHAR"
        },
        {
            "codepoint": "10EE",
            "name": "GEORGIAN LETTER XAN"
        },
        {
            "codepoint": "10EF",
            "name": "GEORGIAN LETTER JHAN"
        },
        {
            "codepoint": "10F0",
            "name": "GEORGIAN LETTER HAE"
        },
        {
            "codepoint": "10F1",
            "name": "GEORGIAN LETTER HE"
        },
        {
            "codepoint": "10F2",
            "name": "GEORGIAN LETTER HIE"
        },
        {
            "codepoint": "10F3",
            "name": "GEORGIAN LETTER WE"
        },
        {
            "codepoint": "10F4",
            "name": "GEORGIAN LETTER HAR"
        },
        {
            "codepoint": "10F5",
            "name": "GEORGIAN LETTER HOE"
        },
        {
            "codepoint": "10F6",
            "name": "GEORGIAN LETTER FI"
        },
        {
            "codepoint": "10F7",
            "name": "GEORGIAN LETTER YN"
        },
        {
            "codepoint": "10F8",
            "name": "GEORGIAN LETTER ELIFI"
        },
        {
            "codepoint": "10F9",
            "name": "GEORGIAN LETTER TURNED GAN"
        },
        {
            "codepoint": "10FA",
            "name": "GEORGIAN LETTER AIN"
        },
        {
            "codepoint": "10FB",
            "name": "GEORGIAN PARAGRAPH SEPARATOR",
            "crossReferences": [
                "(three dot punctuation - 2056)"
            ]
        },
        {
            "codepoint": "10FC",
            "name": "MODIFIER LETTER GEORGIAN NAR",
            "compatibilityMappings": [
                [
                    "<super>",
                    "10DC"
                ]
            ]
        },
        {
            "codepoint": "10FD",
            "name": "GEORGIAN LETTER AEN"
        },
        {
            "codepoint": "10FE",
            "name": "GEORGIAN LETTER HARD SIGN"
        },
        {
            "codepoint": "10FF",
            "name": "GEORGIAN LETTER LABIAL SIGN"
        },
        {
            "codepoint": "1100",
            "name": "HANGUL CHOSEONG KIYEOK",
            "aliases": [
                "G"
            ]
        },
        {
            "codepoint": "1101",
            "name": "HANGUL CHOSEONG SSANGKIYEOK",
            "aliases": [
                "GG"
            ]
        },
        {
            "codepoint": "1102",
            "name": "HANGUL CHOSEONG NIEUN",
            "aliases": [
                "N"
            ]
        },
        {
            "codepoint": "1103",
            "name": "HANGUL CHOSEONG TIKEUT",
            "aliases": [
                "D"
            ]
        },
        {
            "codepoint": "1104",
            "name": "HANGUL CHOSEONG SSANGTIKEUT",
            "aliases": [
                "DD"
            ]
        },
        {
            "codepoint": "1105",
            "name": "HANGUL CHOSEONG RIEUL",
            "aliases": [
                "R"
            ]
        },
        {
            "codepoint": "1106",
            "name": "HANGUL CHOSEONG MIEUM",
            "aliases": [
                "M"
            ]
        },
        {
            "codepoint": "1107",
            "name": "HANGUL CHOSEONG PIEUP",
            "aliases": [
                "B"
            ]
        },
        {
            "codepoint": "1108",
            "name": "HANGUL CHOSEONG SSANGPIEUP",
            "aliases": [
                "BB"
            ]
        },
        {
            "codepoint": "1109",
            "name": "HANGUL CHOSEONG SIOS",
            "aliases": [
                "S"
            ],
            "comments": [
                "voiceless lenis alveolar fricative"
            ]
        },
        {
            "codepoint": "110A",
            "name": "HANGUL CHOSEONG SSANGSIOS",
            "aliases": [
                "SS"
            ],
            "comments": [
                "voiceless fortis alveolar fricative"
            ]
        },
        {
            "codepoint": "110B",
            "name": "HANGUL CHOSEONG IEUNG",
            "comments": [
                "zero sound"
            ]
        },
        {
            "codepoint": "110C",
            "name": "HANGUL CHOSEONG CIEUC",
            "aliases": [
                "J"
            ],
            "comments": [
                "voiceless or voiced lenis alveolar affricate"
            ]
        },
        {
            "codepoint": "110D",
            "name": "HANGUL CHOSEONG SSANGCIEUC",
            "aliases": [
                "JJ"
            ],
            "comments": [
                "voiceless unaspirated fortis alveolar affricate"
            ]
        },
        {
            "codepoint": "110E",
            "name": "HANGUL CHOSEONG CHIEUCH",
            "aliases": [
                "C"
            ],
            "comments": [
                "voiceless aspirated alveolar affricate"
            ]
        },
        {
            "codepoint": "110F",
            "name": "HANGUL CHOSEONG KHIEUKH",
            "aliases": [
                "K"
            ]
        },
        {
            "codepoint": "1110",
            "name": "HANGUL CHOSEONG THIEUTH",
            "aliases": [
                "T"
            ]
        },
        {
            "codepoint": "1111",
            "name": "HANGUL CHOSEONG PHIEUPH",
            "aliases": [
                "P"
            ]
        },
        {
            "codepoint": "1112",
            "name": "HANGUL CHOSEONG HIEUH",
            "aliases": [
                "H"
            ],
            "comments": [
                "voiceless glottal fricative"
            ]
        },
        {
            "codepoint": "1113",
            "name": "HANGUL CHOSEONG NIEUN-KIYEOK"
        },
        {
            "codepoint": "1114",
            "name": "HANGUL CHOSEONG SSANGNIEUN"
        },
        {
            "codepoint": "1115",
            "name": "HANGUL CHOSEONG NIEUN-TIKEUT"
        },
        {
            "codepoint": "1116",
            "name": "HANGUL CHOSEONG NIEUN-PIEUP"
        },
        {
            "codepoint": "1117",
            "name": "HANGUL CHOSEONG TIKEUT-KIYEOK"
        },
        {
            "codepoint": "1118",
            "name": "HANGUL CHOSEONG RIEUL-NIEUN"
        },
        {
            "codepoint": "1119",
            "name": "HANGUL CHOSEONG SSANGRIEUL"
        },
        {
            "codepoint": "111A",
            "name": "HANGUL CHOSEONG RIEUL-HIEUH"
        },
        {
            "codepoint": "111B",
            "name": "HANGUL CHOSEONG KAPYEOUNRIEUL"
        },
        {
            "codepoint": "111C",
            "name": "HANGUL CHOSEONG MIEUM-PIEUP"
        },
        {
            "codepoint": "111D",
            "name": "HANGUL CHOSEONG KAPYEOUNMIEUM"
        },
        {
            "codepoint": "111E",
            "name": "HANGUL CHOSEONG PIEUP-KIYEOK"
        },
        {
            "codepoint": "111F",
            "name": "HANGUL CHOSEONG PIEUP-NIEUN"
        },
        {
            "codepoint": "1120",
            "name": "HANGUL CHOSEONG PIEUP-TIKEUT"
        },
        {
            "codepoint": "1121",
            "name": "HANGUL CHOSEONG PIEUP-SIOS"
        },
        {
            "codepoint": "1122",
            "name": "HANGUL CHOSEONG PIEUP-SIOS-KIYEOK"
        },
        {
            "codepoint": "1123",
            "name": "HANGUL CHOSEONG PIEUP-SIOS-TIKEUT"
        },
        {
            "codepoint": "1124",
            "name": "HANGUL CHOSEONG PIEUP-SIOS-PIEUP"
        },
        {
            "codepoint": "1125",
            "name": "HANGUL CHOSEONG PIEUP-SSANGSIOS"
        },
        {
            "codepoint": "1126",
            "name": "HANGUL CHOSEONG PIEUP-SIOS-CIEUC"
        },
        {
            "codepoint": "1127",
            "name": "HANGUL CHOSEONG PIEUP-CIEUC"
        },
        {
            "codepoint": "1128",
            "name": "HANGUL CHOSEONG PIEUP-CHIEUCH"
        },
        {
            "codepoint": "1129",
            "name": "HANGUL CHOSEONG PIEUP-THIEUTH"
        },
        {
            "codepoint": "112A",
            "name": "HANGUL CHOSEONG PIEUP-PHIEUPH"
        },
        {
            "codepoint": "112B",
            "name": "HANGUL CHOSEONG KAPYEOUNPIEUP"
        },
        {
            "codepoint": "112C",
            "name": "HANGUL CHOSEONG KAPYEOUNSSANGPIEUP"
        },
        {
            "codepoint": "112D",
            "name": "HANGUL CHOSEONG SIOS-KIYEOK"
        },
        {
            "codepoint": "112E",
            "name": "HANGUL CHOSEONG SIOS-NIEUN"
        },
        {
            "codepoint": "112F",
            "name": "HANGUL CHOSEONG SIOS-TIKEUT"
        },
        {
            "codepoint": "1130",
            "name": "HANGUL CHOSEONG SIOS-RIEUL"
        },
        {
            "codepoint": "1131",
            "name": "HANGUL CHOSEONG SIOS-MIEUM"
        },
        {
            "codepoint": "1132",
            "name": "HANGUL CHOSEONG SIOS-PIEUP"
        },
        {
            "codepoint": "1133",
            "name": "HANGUL CHOSEONG SIOS-PIEUP-KIYEOK"
        },
        {
            "codepoint": "1134",
            "name": "HANGUL CHOSEONG SIOS-SSANGSIOS"
        },
        {
            "codepoint": "1135",
            "name": "HANGUL CHOSEONG SIOS-IEUNG"
        },
        {
            "codepoint": "1136",
            "name": "HANGUL CHOSEONG SIOS-CIEUC"
        },
        {
            "codepoint": "1137",
            "name": "HANGUL CHOSEONG SIOS-CHIEUCH"
        },
        {
            "codepoint": "1138",
            "name": "HANGUL CHOSEONG SIOS-KHIEUKH"
        },
        {
            "codepoint": "1139",
            "name": "HANGUL CHOSEONG SIOS-THIEUTH"
        },
        {
            "codepoint": "113A",
            "name": "HANGUL CHOSEONG SIOS-PHIEUPH"
        },
        {
            "codepoint": "113B",
            "name": "HANGUL CHOSEONG SIOS-HIEUH"
        },
        {
            "codepoint": "113C",
            "name": "HANGUL CHOSEONG CHITUEUMSIOS",
            "comments": [
                "voiceless lenis dental fricative"
            ]
        },
        {
            "codepoint": "113D",
            "name": "HANGUL CHOSEONG CHITUEUMSSANGSIOS",
            "comments": [
                "voiceless fortis dental fricative"
            ]
        },
        {
            "codepoint": "113E",
            "name": "HANGUL CHOSEONG CEONGCHIEUMSIOS",
            "comments": [
                "voiceless lenis retroflex fricative"
            ]
        },
        {
            "codepoint": "113F",
            "name": "HANGUL CHOSEONG CEONGCHIEUMSSANGSIOS",
            "comments": [
                "voiceless fortis retroflex fricative"
            ]
        },
        {
            "codepoint": "1140",
            "name": "HANGUL CHOSEONG PANSIOS",
            "comments": [
                "voiced alveolar fricative"
            ]
        },
        {
            "codepoint": "1141",
            "name": "HANGUL CHOSEONG IEUNG-KIYEOK"
        },
        {
            "codepoint": "1142",
            "name": "HANGUL CHOSEONG IEUNG-TIKEUT"
        },
        {
            "codepoint": "1143",
            "name": "HANGUL CHOSEONG IEUNG-MIEUM"
        },
        {
            "codepoint": "1144",
            "name": "HANGUL CHOSEONG IEUNG-PIEUP"
        },
        {
            "codepoint": "1145",
            "name": "HANGUL CHOSEONG IEUNG-SIOS"
        },
        {
            "codepoint": "1146",
            "name": "HANGUL CHOSEONG IEUNG-PANSIOS"
        },
        {
            "codepoint": "1147",
            "name": "HANGUL CHOSEONG SSANGIEUNG"
        },
        {
            "codepoint": "1148",
            "name": "HANGUL CHOSEONG IEUNG-CIEUC"
        },
        {
            "codepoint": "1149",
            "name": "HANGUL CHOSEONG IEUNG-CHIEUCH"
        },
        {
            "codepoint": "114A",
            "name": "HANGUL CHOSEONG IEUNG-THIEUTH"
        },
        {
            "codepoint": "114B",
            "name": "HANGUL CHOSEONG IEUNG-PHIEUPH"
        },
        {
            "codepoint": "114C",
            "name": "HANGUL CHOSEONG YESIEUNG",
            "comments": [
                "velar nasal consonant"
            ]
        },
        {
            "codepoint": "114D",
            "name": "HANGUL CHOSEONG CIEUC-IEUNG"
        },
        {
            "codepoint": "114E",
            "name": "HANGUL CHOSEONG CHITUEUMCIEUC",
            "comments": [
                "voiceless or voiced lenis dental affricate"
            ]
        },
        {
            "codepoint": "114F",
            "name": "HANGUL CHOSEONG CHITUEUMSSANGCIEUC",
            "comments": [
                "voiceless unaspirated fortis dental affricate"
            ]
        },
        {
            "codepoint": "1150",
            "name": "HANGUL CHOSEONG CEONGCHIEUMCIEUC",
            "comments": [
                "voiceless or voiced lenis retroflex affricate"
            ]
        },
        {
            "codepoint": "1151",
            "name": "HANGUL CHOSEONG CEONGCHIEUMSSANGCIEUC",
            "comments": [
                "voiceless unaspirated fortis retroflex affricate"
            ]
        },
        {
            "codepoint": "1152",
            "name": "HANGUL CHOSEONG CHIEUCH-KHIEUKH"
        },
        {
            "codepoint": "1153",
            "name": "HANGUL CHOSEONG CHIEUCH-HIEUH"
        },
        {
            "codepoint": "1154",
            "name": "HANGUL CHOSEONG CHITUEUMCHIEUCH",
            "comments": [
                "voiceless aspirated dental affricate"
            ]
        },
        {
            "codepoint": "1155",
            "name": "HANGUL CHOSEONG CEONGCHIEUMCHIEUCH",
            "comments": [
                "voiceless aspirated retroflex affricate"
            ]
        },
        {
            "codepoint": "1156",
            "name": "HANGUL CHOSEONG PHIEUPH-PIEUP"
        },
        {
            "codepoint": "1157",
            "name": "HANGUL CHOSEONG KAPYEOUNPHIEUPH"
        },
        {
            "codepoint": "1158",
            "name": "HANGUL CHOSEONG SSANGHIEUH"
        },
        {
            "codepoint": "1159",
            "name": "HANGUL CHOSEONG YEORINHIEUH",
            "comments": [
                "glottal stop"
            ]
        },
        {
            "codepoint": "115A",
            "name": "HANGUL CHOSEONG KIYEOK-TIKEUT"
        },
        {
            "codepoint": "115B",
            "name": "HANGUL CHOSEONG NIEUN-SIOS"
        },
        {
            "codepoint": "115C",
            "name": "HANGUL CHOSEONG NIEUN-CIEUC"
        },
        {
            "codepoint": "115D",
            "name": "HANGUL CHOSEONG NIEUN-HIEUH"
        },
        {
            "codepoint": "115E",
            "name": "HANGUL CHOSEONG TIKEUT-RIEUL"
        },
        {
            "codepoint": "115F",
            "name": "HANGUL CHOSEONG FILLER"
        },
        {
            "codepoint": "1160",
            "name": "HANGUL JUNGSEONG FILLER"
        },
        {
            "codepoint": "1161",
            "name": "HANGUL JUNGSEONG A",
            "aliases": [
                "A"
            ]
        },
        {
            "codepoint": "1162",
            "name": "HANGUL JUNGSEONG AE",
            "aliases": [
                "AE"
            ]
        },
        {
            "codepoint": "1163",
            "name": "HANGUL JUNGSEONG YA",
            "aliases": [
                "YA"
            ]
        },
        {
            "codepoint": "1164",
            "name": "HANGUL JUNGSEONG YAE",
            "aliases": [
                "YAE"
            ]
        },
        {
            "codepoint": "1165",
            "name": "HANGUL JUNGSEONG EO",
            "aliases": [
                "EO"
            ]
        },
        {
            "codepoint": "1166",
            "name": "HANGUL JUNGSEONG E",
            "aliases": [
                "E"
            ]
        },
        {
            "codepoint": "1167",
            "name": "HANGUL JUNGSEONG YEO",
            "aliases": [
                "YEO"
            ]
        },
        {
            "codepoint": "1168",
            "name": "HANGUL JUNGSEONG YE",
            "aliases": [
                "YE"
            ]
        },
        {
            "codepoint": "1169",
            "name": "HANGUL JUNGSEONG O",
            "aliases": [
                "O"
            ]
        },
        {
            "codepoint": "116A",
            "name": "HANGUL JUNGSEONG WA",
            "aliases": [
                "WA"
            ]
        },
        {
            "codepoint": "116B",
            "name": "HANGUL JUNGSEONG WAE",
            "aliases": [
                "WAE"
            ]
        },
        {
            "codepoint": "116C",
            "name": "HANGUL JUNGSEONG OE",
            "aliases": [
                "OE"
            ]
        },
        {
            "codepoint": "116D",
            "name": "HANGUL JUNGSEONG YO",
            "aliases": [
                "YO"
            ]
        },
        {
            "codepoint": "116E",
            "name": "HANGUL JUNGSEONG U",
            "aliases": [
                "U"
            ]
        },
        {
            "codepoint": "116F",
            "name": "HANGUL JUNGSEONG WEO",
            "aliases": [
                "WEO"
            ]
        },
        {
            "codepoint": "1170",
            "name": "HANGUL JUNGSEONG WE",
            "aliases": [
                "WE"
            ]
        },
        {
            "codepoint": "1171",
            "name": "HANGUL JUNGSEONG WI",
            "aliases": [
                "WI"
            ]
        },
        {
            "codepoint": "1172",
            "name": "HANGUL JUNGSEONG YU",
            "aliases": [
                "YU"
            ]
        },
        {
            "codepoint": "1173",
            "name": "HANGUL JUNGSEONG EU",
            "aliases": [
                "EU"
            ]
        },
        {
            "codepoint": "1174",
            "name": "HANGUL JUNGSEONG YI",
            "aliases": [
                "YI"
            ]
        },
        {
            "codepoint": "1175",
            "name": "HANGUL JUNGSEONG I",
            "aliases": [
                "I"
            ]
        },
        {
            "codepoint": "1176",
            "name": "HANGUL JUNGSEONG A-O"
        },
        {
            "codepoint": "1177",
            "name": "HANGUL JUNGSEONG A-U"
        },
        {
            "codepoint": "1178",
            "name": "HANGUL JUNGSEONG YA-O"
        },
        {
            "codepoint": "1179",
            "name": "HANGUL JUNGSEONG YA-YO"
        },
        {
            "codepoint": "117A",
            "name": "HANGUL JUNGSEONG EO-O"
        },
        {
            "codepoint": "117B",
            "name": "HANGUL JUNGSEONG EO-U"
        },
        {
            "codepoint": "117C",
            "name": "HANGUL JUNGSEONG EO-EU"
        },
        {
            "codepoint": "117D",
            "name": "HANGUL JUNGSEONG YEO-O"
        },
        {
            "codepoint": "117E",
            "name": "HANGUL JUNGSEONG YEO-U"
        },
        {
            "codepoint": "117F",
            "name": "HANGUL JUNGSEONG O-EO"
        },
        {
            "codepoint": "1180",
            "name": "HANGUL JUNGSEONG O-E"
        },
        {
            "codepoint": "1181",
            "name": "HANGUL JUNGSEONG O-YE"
        },
        {
            "codepoint": "1182",
            "name": "HANGUL JUNGSEONG O-O"
        },
        {
            "codepoint": "1183",
            "name": "HANGUL JUNGSEONG O-U"
        },
        {
            "codepoint": "1184",
            "name": "HANGUL JUNGSEONG YO-YA"
        },
        {
            "codepoint": "1185",
            "name": "HANGUL JUNGSEONG YO-YAE"
        },
        {
            "codepoint": "1186",
            "name": "HANGUL JUNGSEONG YO-YEO"
        },
        {
            "codepoint": "1187",
            "name": "HANGUL JUNGSEONG YO-O"
        },
        {
            "codepoint": "1188",
            "name": "HANGUL JUNGSEONG YO-I"
        },
        {
            "codepoint": "1189",
            "name": "HANGUL JUNGSEONG U-A"
        },
        {
            "codepoint": "118A",
            "name": "HANGUL JUNGSEONG U-AE"
        },
        {
            "codepoint": "118B",
            "name": "HANGUL JUNGSEONG U-EO-EU"
        },
        {
            "codepoint": "118C",
            "name": "HANGUL JUNGSEONG U-YE"
        },
        {
            "codepoint": "118D",
            "name": "HANGUL JUNGSEONG U-U"
        },
        {
            "codepoint": "118E",
            "name": "HANGUL JUNGSEONG YU-A"
        },
        {
            "codepoint": "118F",
            "name": "HANGUL JUNGSEONG YU-EO"
        },
        {
            "codepoint": "1190",
            "name": "HANGUL JUNGSEONG YU-E"
        },
        {
            "codepoint": "1191",
            "name": "HANGUL JUNGSEONG YU-YEO"
        },
        {
            "codepoint": "1192",
            "name": "HANGUL JUNGSEONG YU-YE"
        },
        {
            "codepoint": "1193",
            "name": "HANGUL JUNGSEONG YU-U"
        },
        {
            "codepoint": "1194",
            "name": "HANGUL JUNGSEONG YU-I"
        },
        {
            "codepoint": "1195",
            "name": "HANGUL JUNGSEONG EU-U"
        },
        {
            "codepoint": "1196",
            "name": "HANGUL JUNGSEONG EU-EU"
        },
        {
            "codepoint": "1197",
            "name": "HANGUL JUNGSEONG YI-U"
        },
        {
            "codepoint": "1198",
            "name": "HANGUL JUNGSEONG I-A"
        },
        {
            "codepoint": "1199",
            "name": "HANGUL JUNGSEONG I-YA"
        },
        {
            "codepoint": "119A",
            "name": "HANGUL JUNGSEONG I-O"
        },
        {
            "codepoint": "119B",
            "name": "HANGUL JUNGSEONG I-U"
        },
        {
            "codepoint": "119C",
            "name": "HANGUL JUNGSEONG I-EU"
        },
        {
            "codepoint": "119D",
            "name": "HANGUL JUNGSEONG I-ARAEA"
        },
        {
            "codepoint": "119E",
            "name": "HANGUL JUNGSEONG ARAEA",
            "comments": [
                "rounded open-mid back vowel"
            ]
        },
        {
            "codepoint": "119F",
            "name": "HANGUL JUNGSEONG ARAEA-EO"
        },
        {
            "codepoint": "11A0",
            "name": "HANGUL JUNGSEONG ARAEA-U"
        },
        {
            "codepoint": "11A1",
            "name": "HANGUL JUNGSEONG ARAEA-I"
        },
        {
            "codepoint": "11A2",
            "name": "HANGUL JUNGSEONG SSANGARAEA"
        },
        {
            "codepoint": "11A3",
            "name": "HANGUL JUNGSEONG A-EU"
        },
        {
            "codepoint": "11A4",
            "name": "HANGUL JUNGSEONG YA-U"
        },
        {
            "codepoint": "11A5",
            "name": "HANGUL JUNGSEONG YEO-YA"
        },
        {
            "codepoint": "11A6",
            "name": "HANGUL JUNGSEONG O-YA"
        },
        {
            "codepoint": "11A7",
            "name": "HANGUL JUNGSEONG O-YAE"
        },
        {
            "codepoint": "11A8",
            "name": "HANGUL JONGSEONG KIYEOK",
            "aliases": [
                "G"
            ]
        },
        {
            "codepoint": "11A9",
            "name": "HANGUL JONGSEONG SSANGKIYEOK",
            "aliases": [
                "GG"
            ]
        },
        {
            "codepoint": "11AA",
            "name": "HANGUL JONGSEONG KIYEOK-SIOS",
            "aliases": [
                "GS"
            ]
        },
        {
            "codepoint": "11AB",
            "name": "HANGUL JONGSEONG NIEUN",
            "aliases": [
                "N"
            ]
        },
        {
            "codepoint": "11AC",
            "name": "HANGUL JONGSEONG NIEUN-CIEUC",
            "aliases": [
                "NJ"
            ]
        },
        {
            "codepoint": "11AD",
            "name": "HANGUL JONGSEONG NIEUN-HIEUH",
            "aliases": [
                "NH"
            ]
        },
        {
            "codepoint": "11AE",
            "name": "HANGUL JONGSEONG TIKEUT",
            "aliases": [
                "D"
            ]
        },
        {
            "codepoint": "11AF",
            "name": "HANGUL JONGSEONG RIEUL",
            "aliases": [
                "L"
            ]
        },
        {
            "codepoint": "11B0",
            "name": "HANGUL JONGSEONG RIEUL-KIYEOK",
            "aliases": [
                "LG"
            ]
        },
        {
            "codepoint": "11B1",
            "name": "HANGUL JONGSEONG RIEUL-MIEUM",
            "aliases": [
                "LM"
            ]
        },
        {
            "codepoint": "11B2",
            "name": "HANGUL JONGSEONG RIEUL-PIEUP",
            "aliases": [
                "LB"
            ]
        },
        {
            "codepoint": "11B3",
            "name": "HANGUL JONGSEONG RIEUL-SIOS",
            "aliases": [
                "LS"
            ]
        },
        {
            "codepoint": "11B4",
            "name": "HANGUL JONGSEONG RIEUL-THIEUTH",
            "aliases": [
                "LT"
            ]
        },
        {
            "codepoint": "11B5",
            "name": "HANGUL JONGSEONG RIEUL-PHIEUPH",
            "aliases": [
                "LP"
            ]
        },
        {
            "codepoint": "11B6",
            "name": "HANGUL JONGSEONG RIEUL-HIEUH",
            "aliases": [
                "LH"
            ]
        },
        {
            "codepoint": "11B7",
            "name": "HANGUL JONGSEONG MIEUM",
            "aliases": [
                "M"
            ]
        },
        {
            "codepoint": "11B8",
            "name": "HANGUL JONGSEONG PIEUP",
            "aliases": [
                "B"
            ]
        },
        {
            "codepoint": "11B9",
            "name": "HANGUL JONGSEONG PIEUP-SIOS",
            "aliases": [
                "BS"
            ]
        },
        {
            "codepoint": "11BA",
            "name": "HANGUL JONGSEONG SIOS",
            "aliases": [
                "S"
            ]
        },
        {
            "codepoint": "11BB",
            "name": "HANGUL JONGSEONG SSANGSIOS",
            "aliases": [
                "SS"
            ]
        },
        {
            "codepoint": "11BC",
            "name": "HANGUL JONGSEONG IEUNG",
            "aliases": [
                "NG"
            ],
            "comments": [
                "velar nasal consonant"
            ]
        },
        {
            "codepoint": "11BD",
            "name": "HANGUL JONGSEONG CIEUC",
            "aliases": [
                "J"
            ]
        },
        {
            "codepoint": "11BE",
            "name": "HANGUL JONGSEONG CHIEUCH",
            "aliases": [
                "C"
            ]
        },
        {
            "codepoint": "11BF",
            "name": "HANGUL JONGSEONG KHIEUKH",
            "aliases": [
                "K"
            ]
        },
        {
            "codepoint": "11C0",
            "name": "HANGUL JONGSEONG THIEUTH",
            "aliases": [
                "T"
            ]
        },
        {
            "codepoint": "11C1",
            "name": "HANGUL JONGSEONG PHIEUPH",
            "aliases": [
                "P"
            ]
        },
        {
            "codepoint": "11C2",
            "name": "HANGUL JONGSEONG HIEUH",
            "aliases": [
                "H"
            ]
        },
        {
            "codepoint": "11C3",
            "name": "HANGUL JONGSEONG KIYEOK-RIEUL"
        },
        {
            "codepoint": "11C4",
            "name": "HANGUL JONGSEONG KIYEOK-SIOS-KIYEOK"
        },
        {
            "codepoint": "11C5",
            "name": "HANGUL JONGSEONG NIEUN-KIYEOK"
        },
        {
            "codepoint": "11C6",
            "name": "HANGUL JONGSEONG NIEUN-TIKEUT"
        },
        {
            "codepoint": "11C7",
            "name": "HANGUL JONGSEONG NIEUN-SIOS"
        },
        {
            "codepoint": "11C8",
            "name": "HANGUL JONGSEONG NIEUN-PANSIOS"
        },
        {
            "codepoint": "11C9",
            "name": "HANGUL JONGSEONG NIEUN-THIEUTH"
        },
        {
            "codepoint": "11CA",
            "name": "HANGUL JONGSEONG TIKEUT-KIYEOK"
        },
        {
            "codepoint": "11CB",
            "name": "HANGUL JONGSEONG TIKEUT-RIEUL"
        },
        {
            "codepoint": "11CC",
            "name": "HANGUL JONGSEONG RIEUL-KIYEOK-SIOS"
        },
        {
            "codepoint": "11CD",
            "name": "HANGUL JONGSEONG RIEUL-NIEUN"
        },
        {
            "codepoint": "11CE",
            "name": "HANGUL JONGSEONG RIEUL-TIKEUT"
        },
        {
            "codepoint": "11CF",
            "name": "HANGUL JONGSEONG RIEUL-TIKEUT-HIEUH"
        },
        {
            "codepoint": "11D0",
            "name": "HANGUL JONGSEONG SSANGRIEUL"
        },
        {
            "codepoint": "11D1",
            "name": "HANGUL JONGSEONG RIEUL-MIEUM-KIYEOK"
        },
        {
            "codepoint": "11D2",
            "name": "HANGUL JONGSEONG RIEUL-MIEUM-SIOS"
        },
        {
            "codepoint": "11D3",
            "name": "HANGUL JONGSEONG RIEUL-PIEUP-SIOS"
        },
        {
            "codepoint": "11D4",
            "name": "HANGUL JONGSEONG RIEUL-PIEUP-HIEUH"
        },
        {
            "codepoint": "11D5",
            "name": "HANGUL JONGSEONG RIEUL-KAPYEOUNPIEUP"
        },
        {
            "codepoint": "11D6",
            "name": "HANGUL JONGSEONG RIEUL-SSANGSIOS"
        },
        {
            "codepoint": "11D7",
            "name": "HANGUL JONGSEONG RIEUL-PANSIOS"
        },
        {
            "codepoint": "11D8",
            "name": "HANGUL JONGSEONG RIEUL-KHIEUKH"
        },
        {
            "codepoint": "11D9",
            "name": "HANGUL JONGSEONG RIEUL-YEORINHIEUH"
        },
        {
            "codepoint": "11DA",
            "name": "HANGUL JONGSEONG MIEUM-KIYEOK"
        },
        {
            "codepoint": "11DB",
            "name": "HANGUL JONGSEONG MIEUM-RIEUL"
        },
        {
            "codepoint": "11DC",
            "name": "HANGUL JONGSEONG MIEUM-PIEUP"
        },
        {
            "codepoint": "11DD",
            "name": "HANGUL JONGSEONG MIEUM-SIOS"
        },
        {
            "codepoint": "11DE",
            "name": "HANGUL JONGSEONG MIEUM-SSANGSIOS"
        },
        {
            "codepoint": "11DF",
            "name": "HANGUL JONGSEONG MIEUM-PANSIOS"
        },
        {
            "codepoint": "11E0",
            "name": "HANGUL JONGSEONG MIEUM-CHIEUCH"
        },
        {
            "codepoint": "11E1",
            "name": "HANGUL JONGSEONG MIEUM-HIEUH"
        },
        {
            "codepoint": "11E2",
            "name": "HANGUL JONGSEONG KAPYEOUNMIEUM"
        },
        {
            "codepoint": "11E3",
            "name": "HANGUL JONGSEONG PIEUP-RIEUL"
        },
        {
            "codepoint": "11E4",
            "name": "HANGUL JONGSEONG PIEUP-PHIEUPH"
        },
        {
            "codepoint": "11E5",
            "name": "HANGUL JONGSEONG PIEUP-HIEUH"
        },
        {
            "codepoint": "11E6",
            "name": "HANGUL JONGSEONG KAPYEOUNPIEUP"
        },
        {
            "codepoint": "11E7",
            "name": "HANGUL JONGSEONG SIOS-KIYEOK"
        },
        {
            "codepoint": "11E8",
            "name": "HANGUL JONGSEONG SIOS-TIKEUT"
        },
        {
            "codepoint": "11E9",
            "name": "HANGUL JONGSEONG SIOS-RIEUL"
        },
        {
            "codepoint": "11EA",
            "name": "HANGUL JONGSEONG SIOS-PIEUP"
        },
        {
            "codepoint": "11EB",
            "name": "HANGUL JONGSEONG PANSIOS"
        },
        {
            "codepoint": "11EC",
            "name": "HANGUL JONGSEONG IEUNG-KIYEOK",
            "other": [
                "HANGUL JONGSEONG YESIEUNG-KIYEOK"
            ]
        },
        {
            "codepoint": "11ED",
            "name": "HANGUL JONGSEONG IEUNG-SSANGKIYEOK",
            "other": [
                "HANGUL JONGSEONG YESIEUNG-SSANGKIYEOK"
            ]
        },
        {
            "codepoint": "11EE",
            "name": "HANGUL JONGSEONG SSANGIEUNG",
            "other": [
                "HANGUL JONGSEONG SSANGYESIEUNG"
            ]
        },
        {
            "codepoint": "11EF",
            "name": "HANGUL JONGSEONG IEUNG-KHIEUKH",
            "other": [
                "HANGUL JONGSEONG YESIEUNG-KHIEUKH"
            ]
        },
        {
            "codepoint": "11F0",
            "name": "HANGUL JONGSEONG YESIEUNG"
        },
        {
            "codepoint": "11F1",
            "name": "HANGUL JONGSEONG YESIEUNG-SIOS"
        },
        {
            "codepoint": "11F2",
            "name": "HANGUL JONGSEONG YESIEUNG-PANSIOS"
        },
        {
            "codepoint": "11F3",
            "name": "HANGUL JONGSEONG PHIEUPH-PIEUP"
        },
        {
            "codepoint": "11F4",
            "name": "HANGUL JONGSEONG KAPYEOUNPHIEUPH"
        },
        {
            "codepoint": "11F5",
            "name": "HANGUL JONGSEONG HIEUH-NIEUN"
        },
        {
            "codepoint": "11F6",
            "name": "HANGUL JONGSEONG HIEUH-RIEUL"
        },
        {
            "codepoint": "11F7",
            "name": "HANGUL JONGSEONG HIEUH-MIEUM"
        },
        {
            "codepoint": "11F8",
            "name": "HANGUL JONGSEONG HIEUH-PIEUP"
        },
        {
            "codepoint": "11F9",
            "name": "HANGUL JONGSEONG YEORINHIEUH"
        },
        {
            "codepoint": "11FA",
            "name": "HANGUL JONGSEONG KIYEOK-NIEUN"
        },
        {
            "codepoint": "11FB",
            "name": "HANGUL JONGSEONG KIYEOK-PIEUP"
        },
        {
            "codepoint": "11FC",
            "name": "HANGUL JONGSEONG KIYEOK-CHIEUCH"
        },
        {
            "codepoint": "11FD",
            "name": "HANGUL JONGSEONG KIYEOK-KHIEUKH"
        },
        {
            "codepoint": "11FE",
            "name": "HANGUL JONGSEONG KIYEOK-HIEUH"
        },
        {
            "codepoint": "11FF",
            "name": "HANGUL JONGSEONG SSANGNIEUN"
        },
        {
            "codepoint": "1200",
            "name": "ETHIOPIC SYLLABLE HA"
        },
        {
            "codepoint": "1201",
            "name": "ETHIOPIC SYLLABLE HU"
        },
        {
            "codepoint": "1202",
            "name": "ETHIOPIC SYLLABLE HI"
        },
        {
            "codepoint": "1203",
            "name": "ETHIOPIC SYLLABLE HAA"
        },
        {
            "codepoint": "1204",
            "name": "ETHIOPIC SYLLABLE HEE"
        },
        {
            "codepoint": "1205",
            "name": "ETHIOPIC SYLLABLE HE"
        },
        {
            "codepoint": "1206",
            "name": "ETHIOPIC SYLLABLE HO"
        },
        {
            "codepoint": "1207",
            "name": "ETHIOPIC SYLLABLE HOA"
        },
        {
            "codepoint": "1208",
            "name": "ETHIOPIC SYLLABLE LA"
        },
        {
            "codepoint": "1209",
            "name": "ETHIOPIC SYLLABLE LU"
        },
        {
            "codepoint": "120A",
            "name": "ETHIOPIC SYLLABLE LI"
        },
        {
            "codepoint": "120B",
            "name": "ETHIOPIC SYLLABLE LAA"
        },
        {
            "codepoint": "120C",
            "name": "ETHIOPIC SYLLABLE LEE"
        },
        {
            "codepoint": "120D",
            "name": "ETHIOPIC SYLLABLE LE"
        },
        {
            "codepoint": "120E",
            "name": "ETHIOPIC SYLLABLE LO"
        },
        {
            "codepoint": "120F",
            "name": "ETHIOPIC SYLLABLE LWA"
        },
        {
            "codepoint": "1210",
            "name": "ETHIOPIC SYLLABLE HHA"
        },
        {
            "codepoint": "1211",
            "name": "ETHIOPIC SYLLABLE HHU"
        },
        {
            "codepoint": "1212",
            "name": "ETHIOPIC SYLLABLE HHI"
        },
        {
            "codepoint": "1213",
            "name": "ETHIOPIC SYLLABLE HHAA"
        },
        {
            "codepoint": "1214",
            "name": "ETHIOPIC SYLLABLE HHEE"
        },
        {
            "codepoint": "1215",
            "name": "ETHIOPIC SYLLABLE HHE"
        },
        {
            "codepoint": "1216",
            "name": "ETHIOPIC SYLLABLE HHO"
        },
        {
            "codepoint": "1217",
            "name": "ETHIOPIC SYLLABLE HHWA"
        },
        {
            "codepoint": "1218",
            "name": "ETHIOPIC SYLLABLE MA"
        },
        {
            "codepoint": "1219",
            "name": "ETHIOPIC SYLLABLE MU"
        },
        {
            "codepoint": "121A",
            "name": "ETHIOPIC SYLLABLE MI"
        },
        {
            "codepoint": "121B",
            "name": "ETHIOPIC SYLLABLE MAA"
        },
        {
            "codepoint": "121C",
            "name": "ETHIOPIC SYLLABLE MEE"
        },
        {
            "codepoint": "121D",
            "name": "ETHIOPIC SYLLABLE ME"
        },
        {
            "codepoint": "121E",
            "name": "ETHIOPIC SYLLABLE MO"
        },
        {
            "codepoint": "121F",
            "name": "ETHIOPIC SYLLABLE MWA"
        },
        {
            "codepoint": "1220",
            "name": "ETHIOPIC SYLLABLE SZA"
        },
        {
            "codepoint": "1221",
            "name": "ETHIOPIC SYLLABLE SZU"
        },
        {
            "codepoint": "1222",
            "name": "ETHIOPIC SYLLABLE SZI"
        },
        {
            "codepoint": "1223",
            "name": "ETHIOPIC SYLLABLE SZAA"
        },
        {
            "codepoint": "1224",
            "name": "ETHIOPIC SYLLABLE SZEE"
        },
        {
            "codepoint": "1225",
            "name": "ETHIOPIC SYLLABLE SZE"
        },
        {
            "codepoint": "1226",
            "name": "ETHIOPIC SYLLABLE SZO"
        },
        {
            "codepoint": "1227",
            "name": "ETHIOPIC SYLLABLE SZWA"
        },
        {
            "codepoint": "1228",
            "name": "ETHIOPIC SYLLABLE RA"
        },
        {
            "codepoint": "1229",
            "name": "ETHIOPIC SYLLABLE RU"
        },
        {
            "codepoint": "122A",
            "name": "ETHIOPIC SYLLABLE RI"
        },
        {
            "codepoint": "122B",
            "name": "ETHIOPIC SYLLABLE RAA"
        },
        {
            "codepoint": "122C",
            "name": "ETHIOPIC SYLLABLE REE"
        },
        {
            "codepoint": "122D",
            "name": "ETHIOPIC SYLLABLE RE"
        },
        {
            "codepoint": "122E",
            "name": "ETHIOPIC SYLLABLE RO"
        },
        {
            "codepoint": "122F",
            "name": "ETHIOPIC SYLLABLE RWA"
        },
        {
            "codepoint": "1230",
            "name": "ETHIOPIC SYLLABLE SA"
        },
        {
            "codepoint": "1231",
            "name": "ETHIOPIC SYLLABLE SU"
        },
        {
            "codepoint": "1232",
            "name": "ETHIOPIC SYLLABLE SI"
        },
        {
            "codepoint": "1233",
            "name": "ETHIOPIC SYLLABLE SAA"
        },
        {
            "codepoint": "1234",
            "name": "ETHIOPIC SYLLABLE SEE"
        },
        {
            "codepoint": "1235",
            "name": "ETHIOPIC SYLLABLE SE"
        },
        {
            "codepoint": "1236",
            "name": "ETHIOPIC SYLLABLE SO"
        },
        {
            "codepoint": "1237",
            "name": "ETHIOPIC SYLLABLE SWA"
        },
        {
            "codepoint": "1238",
            "name": "ETHIOPIC SYLLABLE SHA"
        },
        {
            "codepoint": "1239",
            "name": "ETHIOPIC SYLLABLE SHU"
        },
        {
            "codepoint": "123A",
            "name": "ETHIOPIC SYLLABLE SHI"
        },
        {
            "codepoint": "123B",
            "name": "ETHIOPIC SYLLABLE SHAA"
        },
        {
            "codepoint": "123C",
            "name": "ETHIOPIC SYLLABLE SHEE"
        },
        {
            "codepoint": "123D",
            "name": "ETHIOPIC SYLLABLE SHE"
        },
        {
            "codepoint": "123E",
            "name": "ETHIOPIC SYLLABLE SHO"
        },
        {
            "codepoint": "123F",
            "name": "ETHIOPIC SYLLABLE SHWA"
        },
        {
            "codepoint": "1240",
            "name": "ETHIOPIC SYLLABLE QA"
        },
        {
            "codepoint": "1241",
            "name": "ETHIOPIC SYLLABLE QU"
        },
        {
            "codepoint": "1242",
            "name": "ETHIOPIC SYLLABLE QI"
        },
        {
            "codepoint": "1243",
            "name": "ETHIOPIC SYLLABLE QAA"
        },
        {
            "codepoint": "1244",
            "name": "ETHIOPIC SYLLABLE QEE"
        },
        {
            "codepoint": "1245",
            "name": "ETHIOPIC SYLLABLE QE"
        },
        {
            "codepoint": "1246",
            "name": "ETHIOPIC SYLLABLE QO"
        },
        {
            "codepoint": "1247",
            "name": "ETHIOPIC SYLLABLE QOA"
        },
        {
            "codepoint": "1248",
            "name": "ETHIOPIC SYLLABLE QWA"
        },
        {
            "codepoint": "124A",
            "name": "ETHIOPIC SYLLABLE QWI",
            "crossReferences": [
                "(ethiopic syllable gurage qwi - 1E7F0)"
            ]
        },
        {
            "codepoint": "124B",
            "name": "ETHIOPIC SYLLABLE QWAA"
        },
        {
            "codepoint": "124C",
            "name": "ETHIOPIC SYLLABLE QWEE",
            "crossReferences": [
                "(ethiopic syllable gurage qwee - 1E7F1)"
            ]
        },
        {
            "codepoint": "124D",
            "name": "ETHIOPIC SYLLABLE QWE",
            "crossReferences": [
                "(ethiopic syllable gurage qwe - 1E7F2)"
            ]
        },
        {
            "codepoint": "1250",
            "name": "ETHIOPIC SYLLABLE QHA"
        },
        {
            "codepoint": "1251",
            "name": "ETHIOPIC SYLLABLE QHU"
        },
        {
            "codepoint": "1252",
            "name": "ETHIOPIC SYLLABLE QHI"
        },
        {
            "codepoint": "1253",
            "name": "ETHIOPIC SYLLABLE QHAA"
        },
        {
            "codepoint": "1254",
            "name": "ETHIOPIC SYLLABLE QHEE"
        },
        {
            "codepoint": "1255",
            "name": "ETHIOPIC SYLLABLE QHE"
        },
        {
            "codepoint": "1256",
            "name": "ETHIOPIC SYLLABLE QHO"
        },
        {
            "codepoint": "1258",
            "name": "ETHIOPIC SYLLABLE QHWA"
        },
        {
            "codepoint": "125A",
            "name": "ETHIOPIC SYLLABLE QHWI"
        },
        {
            "codepoint": "125B",
            "name": "ETHIOPIC SYLLABLE QHWAA"
        },
        {
            "codepoint": "125C",
            "name": "ETHIOPIC SYLLABLE QHWEE"
        },
        {
            "codepoint": "125D",
            "name": "ETHIOPIC SYLLABLE QHWE"
        },
        {
            "codepoint": "1260",
            "name": "ETHIOPIC SYLLABLE BA"
        },
        {
            "codepoint": "1261",
            "name": "ETHIOPIC SYLLABLE BU"
        },
        {
            "codepoint": "1262",
            "name": "ETHIOPIC SYLLABLE BI"
        },
        {
            "codepoint": "1263",
            "name": "ETHIOPIC SYLLABLE BAA"
        },
        {
            "codepoint": "1264",
            "name": "ETHIOPIC SYLLABLE BEE"
        },
        {
            "codepoint": "1265",
            "name": "ETHIOPIC SYLLABLE BE"
        },
        {
            "codepoint": "1266",
            "name": "ETHIOPIC SYLLABLE BO"
        },
        {
            "codepoint": "1267",
            "name": "ETHIOPIC SYLLABLE BWA"
        },
        {
            "codepoint": "1268",
            "name": "ETHIOPIC SYLLABLE VA"
        },
        {
            "codepoint": "1269",
            "name": "ETHIOPIC SYLLABLE VU"
        },
        {
            "codepoint": "126A",
            "name": "ETHIOPIC SYLLABLE VI"
        },
        {
            "codepoint": "126B",
            "name": "ETHIOPIC SYLLABLE VAA"
        },
        {
            "codepoint": "126C",
            "name": "ETHIOPIC SYLLABLE VEE"
        },
        {
            "codepoint": "126D",
            "name": "ETHIOPIC SYLLABLE VE"
        },
        {
            "codepoint": "126E",
            "name": "ETHIOPIC SYLLABLE VO"
        },
        {
            "codepoint": "126F",
            "name": "ETHIOPIC SYLLABLE VWA"
        },
        {
            "codepoint": "1270",
            "name": "ETHIOPIC SYLLABLE TA"
        },
        {
            "codepoint": "1271",
            "name": "ETHIOPIC SYLLABLE TU"
        },
        {
            "codepoint": "1272",
            "name": "ETHIOPIC SYLLABLE TI"
        },
        {
            "codepoint": "1273",
            "name": "ETHIOPIC SYLLABLE TAA"
        },
        {
            "codepoint": "1274",
            "name": "ETHIOPIC SYLLABLE TEE"
        },
        {
            "codepoint": "1275",
            "name": "ETHIOPIC SYLLABLE TE"
        },
        {
            "codepoint": "1276",
            "name": "ETHIOPIC SYLLABLE TO"
        },
        {
            "codepoint": "1277",
            "name": "ETHIOPIC SYLLABLE TWA"
        },
        {
            "codepoint": "1278",
            "name": "ETHIOPIC SYLLABLE CA"
        },
        {
            "codepoint": "1279",
            "name": "ETHIOPIC SYLLABLE CU"
        },
        {
            "codepoint": "127A",
            "name": "ETHIOPIC SYLLABLE CI"
        },
        {
            "codepoint": "127B",
            "name": "ETHIOPIC SYLLABLE CAA"
        },
        {
            "codepoint": "127C",
            "name": "ETHIOPIC SYLLABLE CEE"
        },
        {
            "codepoint": "127D",
            "name": "ETHIOPIC SYLLABLE CE"
        },
        {
            "codepoint": "127E",
            "name": "ETHIOPIC SYLLABLE CO"
        },
        {
            "codepoint": "127F",
            "name": "ETHIOPIC SYLLABLE CWA"
        },
        {
            "codepoint": "1280",
            "name": "ETHIOPIC SYLLABLE XA"
        },
        {
            "codepoint": "1281",
            "name": "ETHIOPIC SYLLABLE XU"
        },
        {
            "codepoint": "1282",
            "name": "ETHIOPIC SYLLABLE XI"
        },
        {
            "codepoint": "1283",
            "name": "ETHIOPIC SYLLABLE XAA"
        },
        {
            "codepoint": "1284",
            "name": "ETHIOPIC SYLLABLE XEE"
        },
        {
            "codepoint": "1285",
            "name": "ETHIOPIC SYLLABLE XE"
        },
        {
            "codepoint": "1286",
            "name": "ETHIOPIC SYLLABLE XO"
        },
        {
            "codepoint": "1287",
            "name": "ETHIOPIC SYLLABLE XOA"
        },
        {
            "codepoint": "1288",
            "name": "ETHIOPIC SYLLABLE XWA"
        },
        {
            "codepoint": "128A",
            "name": "ETHIOPIC SYLLABLE XWI"
        },
        {
            "codepoint": "128B",
            "name": "ETHIOPIC SYLLABLE XWAA"
        },
        {
            "codepoint": "128C",
            "name": "ETHIOPIC SYLLABLE XWEE"
        },
        {
            "codepoint": "128D",
            "name": "ETHIOPIC SYLLABLE XWE"
        },
        {
            "codepoint": "1290",
            "name": "ETHIOPIC SYLLABLE NA"
        },
        {
            "codepoint": "1291",
            "name": "ETHIOPIC SYLLABLE NU"
        },
        {
            "codepoint": "1292",
            "name": "ETHIOPIC SYLLABLE NI"
        },
        {
            "codepoint": "1293",
            "name": "ETHIOPIC SYLLABLE NAA"
        },
        {
            "codepoint": "1294",
            "name": "ETHIOPIC SYLLABLE NEE"
        },
        {
            "codepoint": "1295",
            "name": "ETHIOPIC SYLLABLE NE"
        },
        {
            "codepoint": "1296",
            "name": "ETHIOPIC SYLLABLE NO"
        },
        {
            "codepoint": "1297",
            "name": "ETHIOPIC SYLLABLE NWA"
        },
        {
            "codepoint": "1298",
            "name": "ETHIOPIC SYLLABLE NYA"
        },
        {
            "codepoint": "1299",
            "name": "ETHIOPIC SYLLABLE NYU"
        },
        {
            "codepoint": "129A",
            "name": "ETHIOPIC SYLLABLE NYI"
        },
        {
            "codepoint": "129B",
            "name": "ETHIOPIC SYLLABLE NYAA"
        },
        {
            "codepoint": "129C",
            "name": "ETHIOPIC SYLLABLE NYEE"
        },
        {
            "codepoint": "129D",
            "name": "ETHIOPIC SYLLABLE NYE"
        },
        {
            "codepoint": "129E",
            "name": "ETHIOPIC SYLLABLE NYO"
        },
        {
            "codepoint": "129F",
            "name": "ETHIOPIC SYLLABLE NYWA"
        },
        {
            "codepoint": "12A0",
            "name": "ETHIOPIC SYLLABLE GLOTTAL A"
        },
        {
            "codepoint": "12A1",
            "name": "ETHIOPIC SYLLABLE GLOTTAL U"
        },
        {
            "codepoint": "12A2",
            "name": "ETHIOPIC SYLLABLE GLOTTAL I"
        },
        {
            "codepoint": "12A3",
            "name": "ETHIOPIC SYLLABLE GLOTTAL AA"
        },
        {
            "codepoint": "12A4",
            "name": "ETHIOPIC SYLLABLE GLOTTAL EE"
        },
        {
            "codepoint": "12A5",
            "name": "ETHIOPIC SYLLABLE GLOTTAL E"
        },
        {
            "codepoint": "12A6",
            "name": "ETHIOPIC SYLLABLE GLOTTAL O"
        },
        {
            "codepoint": "12A7",
            "name": "ETHIOPIC SYLLABLE GLOTTAL WA"
        },
        {
            "codepoint": "12A8",
            "name": "ETHIOPIC SYLLABLE KA"
        },
        {
            "codepoint": "12A9",
            "name": "ETHIOPIC SYLLABLE KU"
        },
        {
            "codepoint": "12AA",
            "name": "ETHIOPIC SYLLABLE KI"
        },
        {
            "codepoint": "12AB",
            "name": "ETHIOPIC SYLLABLE KAA"
        },
        {
            "codepoint": "12AC",
            "name": "ETHIOPIC SYLLABLE KEE"
        },
        {
            "codepoint": "12AD",
            "name": "ETHIOPIC SYLLABLE KE"
        },
        {
            "codepoint": "12AE",
            "name": "ETHIOPIC SYLLABLE KO"
        },
        {
            "codepoint": "12AF",
            "name": "ETHIOPIC SYLLABLE KOA"
        },
        {
            "codepoint": "12B0",
            "name": "ETHIOPIC SYLLABLE KWA"
        },
        {
            "codepoint": "12B2",
            "name": "ETHIOPIC SYLLABLE KWI",
            "crossReferences": [
                "(ethiopic syllable gurage kwi - 1E7F5)"
            ]
        },
        {
            "codepoint": "12B3",
            "name": "ETHIOPIC SYLLABLE KWAA"
        },
        {
            "codepoint": "12B4",
            "name": "ETHIOPIC SYLLABLE KWEE",
            "crossReferences": [
                "(ethiopic syllable gurage kwee - 1E7F6)"
            ]
        },
        {
            "codepoint": "12B5",
            "name": "ETHIOPIC SYLLABLE KWE",
            "crossReferences": [
                "(ethiopic syllable gurage kwe - 1E7F7)"
            ]
        },
        {
            "codepoint": "12B8",
            "name": "ETHIOPIC SYLLABLE KXA"
        },
        {
            "codepoint": "12B9",
            "name": "ETHIOPIC SYLLABLE KXU"
        },
        {
            "codepoint": "12BA",
            "name": "ETHIOPIC SYLLABLE KXI"
        },
        {
            "codepoint": "12BB",
            "name": "ETHIOPIC SYLLABLE KXAA"
        },
        {
            "codepoint": "12BC",
            "name": "ETHIOPIC SYLLABLE KXEE"
        },
        {
            "codepoint": "12BD",
            "name": "ETHIOPIC SYLLABLE KXE"
        },
        {
            "codepoint": "12BE",
            "name": "ETHIOPIC SYLLABLE KXO"
        },
        {
            "codepoint": "12C0",
            "name": "ETHIOPIC SYLLABLE KXWA",
            "crossReferences": [
                "(ethiopic syllable gurage hhwa - 1E7E8)"
            ]
        },
        {
            "codepoint": "12C2",
            "name": "ETHIOPIC SYLLABLE KXWI",
            "crossReferences": [
                "(ethiopic syllable hhwi - 1E7E9)"
            ]
        },
        {
            "codepoint": "12C3",
            "name": "ETHIOPIC SYLLABLE KXWAA"
        },
        {
            "codepoint": "12C4",
            "name": "ETHIOPIC SYLLABLE KXWEE",
            "crossReferences": [
                "(ethiopic syllable hhwee - 1E7EA)"
            ]
        },
        {
            "codepoint": "12C5",
            "name": "ETHIOPIC SYLLABLE KXWE",
            "crossReferences": [
                "(ethiopic syllable hhwe - 1E7EB)"
            ]
        },
        {
            "codepoint": "12C8",
            "name": "ETHIOPIC SYLLABLE WA"
        },
        {
            "codepoint": "12C9",
            "name": "ETHIOPIC SYLLABLE WU"
        },
        {
            "codepoint": "12CA",
            "name": "ETHIOPIC SYLLABLE WI"
        },
        {
            "codepoint": "12CB",
            "name": "ETHIOPIC SYLLABLE WAA"
        },
        {
            "codepoint": "12CC",
            "name": "ETHIOPIC SYLLABLE WEE"
        },
        {
            "codepoint": "12CD",
            "name": "ETHIOPIC SYLLABLE WE"
        },
        {
            "codepoint": "12CE",
            "name": "ETHIOPIC SYLLABLE WO"
        },
        {
            "codepoint": "12CF",
            "name": "ETHIOPIC SYLLABLE WOA"
        },
        {
            "codepoint": "12D0",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL A"
        },
        {
            "codepoint": "12D1",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL U"
        },
        {
            "codepoint": "12D2",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL I"
        },
        {
            "codepoint": "12D3",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL AA"
        },
        {
            "codepoint": "12D4",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL EE"
        },
        {
            "codepoint": "12D5",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL E"
        },
        {
            "codepoint": "12D6",
            "name": "ETHIOPIC SYLLABLE PHARYNGEAL O"
        },
        {
            "codepoint": "12D8",
            "name": "ETHIOPIC SYLLABLE ZA"
        },
        {
            "codepoint": "12D9",
            "name": "ETHIOPIC SYLLABLE ZU"
        },
        {
            "codepoint": "12DA",
            "name": "ETHIOPIC SYLLABLE ZI"
        },
        {
            "codepoint": "12DB",
            "name": "ETHIOPIC SYLLABLE ZAA"
        },
        {
            "codepoint": "12DC",
            "name": "ETHIOPIC SYLLABLE ZEE"
        },
        {
            "codepoint": "12DD",
            "name": "ETHIOPIC SYLLABLE ZE"
        },
        {
            "codepoint": "12DE",
            "name": "ETHIOPIC SYLLABLE ZO"
        },
        {
            "codepoint": "12DF",
            "name": "ETHIOPIC SYLLABLE ZWA"
        },
        {
            "codepoint": "12E0",
            "name": "ETHIOPIC SYLLABLE ZHA"
        },
        {
            "codepoint": "12E1",
            "name": "ETHIOPIC SYLLABLE ZHU"
        },
        {
            "codepoint": "12E2",
            "name": "ETHIOPIC SYLLABLE ZHI"
        },
        {
            "codepoint": "12E3",
            "name": "ETHIOPIC SYLLABLE ZHAA"
        },
        {
            "codepoint": "12E4",
            "name": "ETHIOPIC SYLLABLE ZHEE"
        },
        {
            "codepoint": "12E5",
            "name": "ETHIOPIC SYLLABLE ZHE"
        },
        {
            "codepoint": "12E6",
            "name": "ETHIOPIC SYLLABLE ZHO"
        },
        {
            "codepoint": "12E7",
            "name": "ETHIOPIC SYLLABLE ZHWA"
        },
        {
            "codepoint": "12E8",
            "name": "ETHIOPIC SYLLABLE YA"
        },
        {
            "codepoint": "12E9",
            "name": "ETHIOPIC SYLLABLE YU"
        },
        {
            "codepoint": "12EA",
            "name": "ETHIOPIC SYLLABLE YI"
        },
        {
            "codepoint": "12EB",
            "name": "ETHIOPIC SYLLABLE YAA"
        },
        {
            "codepoint": "12EC",
            "name": "ETHIOPIC SYLLABLE YEE"
        },
        {
            "codepoint": "12ED",
            "name": "ETHIOPIC SYLLABLE YE"
        },
        {
            "codepoint": "12EE",
            "name": "ETHIOPIC SYLLABLE YO"
        },
        {
            "codepoint": "12EF",
            "name": "ETHIOPIC SYLLABLE YOA"
        },
        {
            "codepoint": "12F0",
            "name": "ETHIOPIC SYLLABLE DA"
        },
        {
            "codepoint": "12F1",
            "name": "ETHIOPIC SYLLABLE DU"
        },
        {
            "codepoint": "12F2",
            "name": "ETHIOPIC SYLLABLE DI"
        },
        {
            "codepoint": "12F3",
            "name": "ETHIOPIC SYLLABLE DAA"
        },
        {
            "codepoint": "12F4",
            "name": "ETHIOPIC SYLLABLE DEE"
        },
        {
            "codepoint": "12F5",
            "name": "ETHIOPIC SYLLABLE DE"
        },
        {
            "codepoint": "12F6",
            "name": "ETHIOPIC SYLLABLE DO"
        },
        {
            "codepoint": "12F7",
            "name": "ETHIOPIC SYLLABLE DWA"
        },
        {
            "codepoint": "12F8",
            "name": "ETHIOPIC SYLLABLE DDA"
        },
        {
            "codepoint": "12F9",
            "name": "ETHIOPIC SYLLABLE DDU"
        },
        {
            "codepoint": "12FA",
            "name": "ETHIOPIC SYLLABLE DDI"
        },
        {
            "codepoint": "12FB",
            "name": "ETHIOPIC SYLLABLE DDAA"
        },
        {
            "codepoint": "12FC",
            "name": "ETHIOPIC SYLLABLE DDEE"
        },
        {
            "codepoint": "12FD",
            "name": "ETHIOPIC SYLLABLE DDE"
        },
        {
            "codepoint": "12FE",
            "name": "ETHIOPIC SYLLABLE DDO"
        },
        {
            "codepoint": "12FF",
            "name": "ETHIOPIC SYLLABLE DDWA"
        },
        {
            "codepoint": "1300",
            "name": "ETHIOPIC SYLLABLE JA"
        },
        {
            "codepoint": "1301",
            "name": "ETHIOPIC SYLLABLE JU"
        },
        {
            "codepoint": "1302",
            "name": "ETHIOPIC SYLLABLE JI"
        },
        {
            "codepoint": "1303",
            "name": "ETHIOPIC SYLLABLE JAA"
        },
        {
            "codepoint": "1304",
            "name": "ETHIOPIC SYLLABLE JEE"
        },
        {
            "codepoint": "1305",
            "name": "ETHIOPIC SYLLABLE JE"
        },
        {
            "codepoint": "1306",
            "name": "ETHIOPIC SYLLABLE JO"
        },
        {
            "codepoint": "1307",
            "name": "ETHIOPIC SYLLABLE JWA"
        },
        {
            "codepoint": "1308",
            "name": "ETHIOPIC SYLLABLE GA"
        },
        {
            "codepoint": "1309",
            "name": "ETHIOPIC SYLLABLE GU"
        },
        {
            "codepoint": "130A",
            "name": "ETHIOPIC SYLLABLE GI"
        },
        {
            "codepoint": "130B",
            "name": "ETHIOPIC SYLLABLE GAA"
        },
        {
            "codepoint": "130C",
            "name": "ETHIOPIC SYLLABLE GEE"
        },
        {
            "codepoint": "130D",
            "name": "ETHIOPIC SYLLABLE GE"
        },
        {
            "codepoint": "130E",
            "name": "ETHIOPIC SYLLABLE GO"
        },
        {
            "codepoint": "130F",
            "name": "ETHIOPIC SYLLABLE GOA"
        },
        {
            "codepoint": "1310",
            "name": "ETHIOPIC SYLLABLE GWA"
        },
        {
            "codepoint": "1312",
            "name": "ETHIOPIC SYLLABLE GWI",
            "crossReferences": [
                "(ethiopic syllable gurage gwi - 1E7F8)"
            ]
        },
        {
            "codepoint": "1313",
            "name": "ETHIOPIC SYLLABLE GWAA"
        },
        {
            "codepoint": "1314",
            "name": "ETHIOPIC SYLLABLE GWEE",
            "crossReferences": [
                "(ethiopic syllable gurage gwee - 1E7F9)"
            ]
        },
        {
            "codepoint": "1315",
            "name": "ETHIOPIC SYLLABLE GWE",
            "crossReferences": [
                "(ethiopic syllable gurage gwe - 1E7FA)"
            ]
        },
        {
            "codepoint": "1318",
            "name": "ETHIOPIC SYLLABLE GGA"
        },
        {
            "codepoint": "1319",
            "name": "ETHIOPIC SYLLABLE GGU"
        },
        {
            "codepoint": "131A",
            "name": "ETHIOPIC SYLLABLE GGI"
        },
        {
            "codepoint": "131B",
            "name": "ETHIOPIC SYLLABLE GGAA"
        },
        {
            "codepoint": "131C",
            "name": "ETHIOPIC SYLLABLE GGEE"
        },
        {
            "codepoint": "131D",
            "name": "ETHIOPIC SYLLABLE GGE"
        },
        {
            "codepoint": "131E",
            "name": "ETHIOPIC SYLLABLE GGO"
        },
        {
            "codepoint": "131F",
            "name": "ETHIOPIC SYLLABLE GGWAA"
        },
        {
            "codepoint": "1320",
            "name": "ETHIOPIC SYLLABLE THA"
        },
        {
            "codepoint": "1321",
            "name": "ETHIOPIC SYLLABLE THU"
        },
        {
            "codepoint": "1322",
            "name": "ETHIOPIC SYLLABLE THI"
        },
        {
            "codepoint": "1323",
            "name": "ETHIOPIC SYLLABLE THAA"
        },
        {
            "codepoint": "1324",
            "name": "ETHIOPIC SYLLABLE THEE"
        },
        {
            "codepoint": "1325",
            "name": "ETHIOPIC SYLLABLE THE"
        },
        {
            "codepoint": "1326",
            "name": "ETHIOPIC SYLLABLE THO"
        },
        {
            "codepoint": "1327",
            "name": "ETHIOPIC SYLLABLE THWA"
        },
        {
            "codepoint": "1328",
            "name": "ETHIOPIC SYLLABLE CHA"
        },
        {
            "codepoint": "1329",
            "name": "ETHIOPIC SYLLABLE CHU"
        },
        {
            "codepoint": "132A",
            "name": "ETHIOPIC SYLLABLE CHI"
        },
        {
            "codepoint": "132B",
            "name": "ETHIOPIC SYLLABLE CHAA"
        },
        {
            "codepoint": "132C",
            "name": "ETHIOPIC SYLLABLE CHEE"
        },
        {
            "codepoint": "132D",
            "name": "ETHIOPIC SYLLABLE CHE"
        },
        {
            "codepoint": "132E",
            "name": "ETHIOPIC SYLLABLE CHO"
        },
        {
            "codepoint": "132F",
            "name": "ETHIOPIC SYLLABLE CHWA"
        },
        {
            "codepoint": "1330",
            "name": "ETHIOPIC SYLLABLE PHA"
        },
        {
            "codepoint": "1331",
            "name": "ETHIOPIC SYLLABLE PHU"
        },
        {
            "codepoint": "1332",
            "name": "ETHIOPIC SYLLABLE PHI"
        },
        {
            "codepoint": "1333",
            "name": "ETHIOPIC SYLLABLE PHAA"
        },
        {
            "codepoint": "1334",
            "name": "ETHIOPIC SYLLABLE PHEE"
        },
        {
            "codepoint": "1335",
            "name": "ETHIOPIC SYLLABLE PHE"
        },
        {
            "codepoint": "1336",
            "name": "ETHIOPIC SYLLABLE PHO"
        },
        {
            "codepoint": "1337",
            "name": "ETHIOPIC SYLLABLE PHWA"
        },
        {
            "codepoint": "1338",
            "name": "ETHIOPIC SYLLABLE TSA"
        },
        {
            "codepoint": "1339",
            "name": "ETHIOPIC SYLLABLE TSU"
        },
        {
            "codepoint": "133A",
            "name": "ETHIOPIC SYLLABLE TSI"
        },
        {
            "codepoint": "133B",
            "name": "ETHIOPIC SYLLABLE TSAA"
        },
        {
            "codepoint": "133C",
            "name": "ETHIOPIC SYLLABLE TSEE"
        },
        {
            "codepoint": "133D",
            "name": "ETHIOPIC SYLLABLE TSE"
        },
        {
            "codepoint": "133E",
            "name": "ETHIOPIC SYLLABLE TSO"
        },
        {
            "codepoint": "133F",
            "name": "ETHIOPIC SYLLABLE TSWA"
        },
        {
            "codepoint": "1340",
            "name": "ETHIOPIC SYLLABLE TZA"
        },
        {
            "codepoint": "1341",
            "name": "ETHIOPIC SYLLABLE TZU"
        },
        {
            "codepoint": "1342",
            "name": "ETHIOPIC SYLLABLE TZI"
        },
        {
            "codepoint": "1343",
            "name": "ETHIOPIC SYLLABLE TZAA"
        },
        {
            "codepoint": "1344",
            "name": "ETHIOPIC SYLLABLE TZEE"
        },
        {
            "codepoint": "1345",
            "name": "ETHIOPIC SYLLABLE TZE"
        },
        {
            "codepoint": "1346",
            "name": "ETHIOPIC SYLLABLE TZO"
        },
        {
            "codepoint": "1347",
            "name": "ETHIOPIC SYLLABLE TZOA"
        },
        {
            "codepoint": "1348",
            "name": "ETHIOPIC SYLLABLE FA"
        },
        {
            "codepoint": "1349",
            "name": "ETHIOPIC SYLLABLE FU"
        },
        {
            "codepoint": "134A",
            "name": "ETHIOPIC SYLLABLE FI"
        },
        {
            "codepoint": "134B",
            "name": "ETHIOPIC SYLLABLE FAA"
        },
        {
            "codepoint": "134C",
            "name": "ETHIOPIC SYLLABLE FEE"
        },
        {
            "codepoint": "134D",
            "name": "ETHIOPIC SYLLABLE FE"
        },
        {
            "codepoint": "134E",
            "name": "ETHIOPIC SYLLABLE FO"
        },
        {
            "codepoint": "134F",
            "name": "ETHIOPIC SYLLABLE FWA"
        },
        {
            "codepoint": "1350",
            "name": "ETHIOPIC SYLLABLE PA"
        },
        {
            "codepoint": "1351",
            "name": "ETHIOPIC SYLLABLE PU"
        },
        {
            "codepoint": "1352",
            "name": "ETHIOPIC SYLLABLE PI"
        },
        {
            "codepoint": "1353",
            "name": "ETHIOPIC SYLLABLE PAA"
        },
        {
            "codepoint": "1354",
            "name": "ETHIOPIC SYLLABLE PEE"
        },
        {
            "codepoint": "1355",
            "name": "ETHIOPIC SYLLABLE PE"
        },
        {
            "codepoint": "1356",
            "name": "ETHIOPIC SYLLABLE PO"
        },
        {
            "codepoint": "1357",
            "name": "ETHIOPIC SYLLABLE PWA"
        },
        {
            "codepoint": "1358",
            "name": "ETHIOPIC SYLLABLE RYA"
        },
        {
            "codepoint": "1359",
            "name": "ETHIOPIC SYLLABLE MYA"
        },
        {
            "codepoint": "135A",
            "name": "ETHIOPIC SYLLABLE FYA"
        },
        {
            "codepoint": "135D",
            "name": "ETHIOPIC COMBINING GEMINATION AND VOWEL LENGTH MARK",
            "comments": [
                "Basketo"
            ]
        },
        {
            "codepoint": "135E",
            "name": "ETHIOPIC COMBINING VOWEL LENGTH MARK",
            "comments": [
                "Basketo"
            ]
        },
        {
            "codepoint": "135F",
            "name": "ETHIOPIC COMBINING GEMINATION MARK"
        },
        {
            "codepoint": "1360",
            "name": "ETHIOPIC SECTION MARK"
        },
        {
            "codepoint": "1361",
            "name": "ETHIOPIC WORDSPACE"
        },
        {
            "codepoint": "1362",
            "name": "ETHIOPIC FULL STOP"
        },
        {
            "codepoint": "1363",
            "name": "ETHIOPIC COMMA"
        },
        {
            "codepoint": "1364",
            "name": "ETHIOPIC SEMICOLON"
        },
        {
            "codepoint": "1365",
            "name": "ETHIOPIC COLON"
        },
        {
            "codepoint": "1366",
            "name": "ETHIOPIC PREFACE COLON"
        },
        {
            "codepoint": "1367",
            "name": "ETHIOPIC QUESTION MARK"
        },
        {
            "codepoint": "1368",
            "name": "ETHIOPIC PARAGRAPH SEPARATOR"
        },
        {
            "codepoint": "1369",
            "name": "ETHIOPIC DIGIT ONE"
        },
        {
            "codepoint": "136A",
            "name": "ETHIOPIC DIGIT TWO"
        },
        {
            "codepoint": "136B",
            "name": "ETHIOPIC DIGIT THREE"
        },
        {
            "codepoint": "136C",
            "name": "ETHIOPIC DIGIT FOUR"
        },
        {
            "codepoint": "136D",
            "name": "ETHIOPIC DIGIT FIVE"
        },
        {
            "codepoint": "136E",
            "name": "ETHIOPIC DIGIT SIX"
        },
        {
            "codepoint": "136F",
            "name": "ETHIOPIC DIGIT SEVEN"
        },
        {
            "codepoint": "1370",
            "name": "ETHIOPIC DIGIT EIGHT"
        },
        {
            "codepoint": "1371",
            "name": "ETHIOPIC DIGIT NINE"
        },
        {
            "codepoint": "1372",
            "name": "ETHIOPIC NUMBER TEN"
        },
        {
            "codepoint": "1373",
            "name": "ETHIOPIC NUMBER TWENTY"
        },
        {
            "codepoint": "1374",
            "name": "ETHIOPIC NUMBER THIRTY"
        },
        {
            "codepoint": "1375",
            "name": "ETHIOPIC NUMBER FORTY"
        },
        {
            "codepoint": "1376",
            "name": "ETHIOPIC NUMBER FIFTY"
        },
        {
            "codepoint": "1377",
            "name": "ETHIOPIC NUMBER SIXTY"
        },
        {
            "codepoint": "1378",
            "name": "ETHIOPIC NUMBER SEVENTY"
        },
        {
            "codepoint": "1379",
            "name": "ETHIOPIC NUMBER EIGHTY"
        },
        {
            "codepoint": "137A",
            "name": "ETHIOPIC NUMBER NINETY"
        },
        {
            "codepoint": "137B",
            "name": "ETHIOPIC NUMBER HUNDRED"
        },
        {
            "codepoint": "137C",
            "name": "ETHIOPIC NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "1380",
            "name": "ETHIOPIC SYLLABLE SEBATBEIT MWA"
        },
        {
            "codepoint": "1381",
            "name": "ETHIOPIC SYLLABLE MWI",
            "crossReferences": [
                "(ethiopic syllable gurage mwi - 1E7ED)"
            ]
        },
        {
            "codepoint": "1382",
            "name": "ETHIOPIC SYLLABLE MWEE",
            "crossReferences": [
                "(ethiopic syllable gurage mwee - 1E7EE)"
            ]
        },
        {
            "codepoint": "1383",
            "name": "ETHIOPIC SYLLABLE MWE"
        },
        {
            "codepoint": "1384",
            "name": "ETHIOPIC SYLLABLE SEBATBEIT BWA"
        },
        {
            "codepoint": "1385",
            "name": "ETHIOPIC SYLLABLE BWI",
            "crossReferences": [
                "(ethiopic syllable gurage bwi - 1E7F3)"
            ]
        },
        {
            "codepoint": "1386",
            "name": "ETHIOPIC SYLLABLE BWEE",
            "crossReferences": [
                "(ethiopic syllable gurage bwee - 1E7F4)"
            ]
        },
        {
            "codepoint": "1387",
            "name": "ETHIOPIC SYLLABLE BWE"
        },
        {
            "codepoint": "1388",
            "name": "ETHIOPIC SYLLABLE SEBATBEIT FWA"
        },
        {
            "codepoint": "1389",
            "name": "ETHIOPIC SYLLABLE FWI",
            "crossReferences": [
                "(ethiopic syllable gurage fwi - 1E7FB)"
            ]
        },
        {
            "codepoint": "138A",
            "name": "ETHIOPIC SYLLABLE FWEE",
            "crossReferences": [
                "(ethiopic syllable gurage fwee - 1E7FC)"
            ]
        },
        {
            "codepoint": "138B",
            "name": "ETHIOPIC SYLLABLE FWE"
        },
        {
            "codepoint": "138C",
            "name": "ETHIOPIC SYLLABLE SEBATBEIT PWA"
        },
        {
            "codepoint": "138D",
            "name": "ETHIOPIC SYLLABLE PWI",
            "crossReferences": [
                "(ethiopic syllable gurage pwi - 1E7FD)"
            ]
        },
        {
            "codepoint": "138E",
            "name": "ETHIOPIC SYLLABLE PWEE",
            "crossReferences": [
                "(ethiopic syllable gurage pwee - 1E7FE)"
            ]
        },
        {
            "codepoint": "138F",
            "name": "ETHIOPIC SYLLABLE PWE"
        },
        {
            "codepoint": "1390",
            "name": "ETHIOPIC TONAL MARK YIZET"
        },
        {
            "codepoint": "1391",
            "name": "ETHIOPIC TONAL MARK DERET"
        },
        {
            "codepoint": "1392",
            "name": "ETHIOPIC TONAL MARK RIKRIK"
        },
        {
            "codepoint": "1393",
            "name": "ETHIOPIC TONAL MARK SHORT RIKRIK"
        },
        {
            "codepoint": "1394",
            "name": "ETHIOPIC TONAL MARK DIFAT"
        },
        {
            "codepoint": "1395",
            "name": "ETHIOPIC TONAL MARK KENAT"
        },
        {
            "codepoint": "1396",
            "name": "ETHIOPIC TONAL MARK CHIRET"
        },
        {
            "codepoint": "1397",
            "name": "ETHIOPIC TONAL MARK HIDET"
        },
        {
            "codepoint": "1398",
            "name": "ETHIOPIC TONAL MARK DERET-HIDET"
        },
        {
            "codepoint": "1399",
            "name": "ETHIOPIC TONAL MARK KURT"
        },
        {
            "codepoint": "13A0",
            "name": "CHEROKEE LETTER A"
        },
        {
            "codepoint": "13A1",
            "name": "CHEROKEE LETTER E"
        },
        {
            "codepoint": "13A2",
            "name": "CHEROKEE LETTER I"
        },
        {
            "codepoint": "13A3",
            "name": "CHEROKEE LETTER O"
        },
        {
            "codepoint": "13A4",
            "name": "CHEROKEE LETTER U"
        },
        {
            "codepoint": "13A5",
            "name": "CHEROKEE LETTER V"
        },
        {
            "codepoint": "13A6",
            "name": "CHEROKEE LETTER GA"
        },
        {
            "codepoint": "13A7",
            "name": "CHEROKEE LETTER KA"
        },
        {
            "codepoint": "13A8",
            "name": "CHEROKEE LETTER GE"
        },
        {
            "codepoint": "13A9",
            "name": "CHEROKEE LETTER GI"
        },
        {
            "codepoint": "13AA",
            "name": "CHEROKEE LETTER GO"
        },
        {
            "codepoint": "13AB",
            "name": "CHEROKEE LETTER GU"
        },
        {
            "codepoint": "13AC",
            "name": "CHEROKEE LETTER GV"
        },
        {
            "codepoint": "13AD",
            "name": "CHEROKEE LETTER HA"
        },
        {
            "codepoint": "13AE",
            "name": "CHEROKEE LETTER HE"
        },
        {
            "codepoint": "13AF",
            "name": "CHEROKEE LETTER HI"
        },
        {
            "codepoint": "13B0",
            "name": "CHEROKEE LETTER HO"
        },
        {
            "codepoint": "13B1",
            "name": "CHEROKEE LETTER HU"
        },
        {
            "codepoint": "13B2",
            "name": "CHEROKEE LETTER HV"
        },
        {
            "codepoint": "13B3",
            "name": "CHEROKEE LETTER LA"
        },
        {
            "codepoint": "13B4",
            "name": "CHEROKEE LETTER LE"
        },
        {
            "codepoint": "13B5",
            "name": "CHEROKEE LETTER LI"
        },
        {
            "codepoint": "13B6",
            "name": "CHEROKEE LETTER LO"
        },
        {
            "codepoint": "13B7",
            "name": "CHEROKEE LETTER LU"
        },
        {
            "codepoint": "13B8",
            "name": "CHEROKEE LETTER LV"
        },
        {
            "codepoint": "13B9",
            "name": "CHEROKEE LETTER MA"
        },
        {
            "codepoint": "13BA",
            "name": "CHEROKEE LETTER ME"
        },
        {
            "codepoint": "13BB",
            "name": "CHEROKEE LETTER MI"
        },
        {
            "codepoint": "13BC",
            "name": "CHEROKEE LETTER MO"
        },
        {
            "codepoint": "13BD",
            "name": "CHEROKEE LETTER MU"
        },
        {
            "codepoint": "13BE",
            "name": "CHEROKEE LETTER NA"
        },
        {
            "codepoint": "13BF",
            "name": "CHEROKEE LETTER HNA"
        },
        {
            "codepoint": "13C0",
            "name": "CHEROKEE LETTER NAH"
        },
        {
            "codepoint": "13C1",
            "name": "CHEROKEE LETTER NE"
        },
        {
            "codepoint": "13C2",
            "name": "CHEROKEE LETTER NI"
        },
        {
            "codepoint": "13C3",
            "name": "CHEROKEE LETTER NO"
        },
        {
            "codepoint": "13C4",
            "name": "CHEROKEE LETTER NU"
        },
        {
            "codepoint": "13C5",
            "name": "CHEROKEE LETTER NV"
        },
        {
            "codepoint": "13C6",
            "name": "CHEROKEE LETTER QUA"
        },
        {
            "codepoint": "13C7",
            "name": "CHEROKEE LETTER QUE"
        },
        {
            "codepoint": "13C8",
            "name": "CHEROKEE LETTER QUI"
        },
        {
            "codepoint": "13C9",
            "name": "CHEROKEE LETTER QUO"
        },
        {
            "codepoint": "13CA",
            "name": "CHEROKEE LETTER QUU"
        },
        {
            "codepoint": "13CB",
            "name": "CHEROKEE LETTER QUV"
        },
        {
            "codepoint": "13CC",
            "name": "CHEROKEE LETTER SA"
        },
        {
            "codepoint": "13CD",
            "name": "CHEROKEE LETTER S"
        },
        {
            "codepoint": "13CE",
            "name": "CHEROKEE LETTER SE"
        },
        {
            "codepoint": "13CF",
            "name": "CHEROKEE LETTER SI"
        },
        {
            "codepoint": "13D0",
            "name": "CHEROKEE LETTER SO"
        },
        {
            "codepoint": "13D1",
            "name": "CHEROKEE LETTER SU"
        },
        {
            "codepoint": "13D2",
            "name": "CHEROKEE LETTER SV"
        },
        {
            "codepoint": "13D3",
            "name": "CHEROKEE LETTER DA"
        },
        {
            "codepoint": "13D4",
            "name": "CHEROKEE LETTER TA"
        },
        {
            "codepoint": "13D5",
            "name": "CHEROKEE LETTER DE"
        },
        {
            "codepoint": "13D6",
            "name": "CHEROKEE LETTER TE"
        },
        {
            "codepoint": "13D7",
            "name": "CHEROKEE LETTER DI"
        },
        {
            "codepoint": "13D8",
            "name": "CHEROKEE LETTER TI"
        },
        {
            "codepoint": "13D9",
            "name": "CHEROKEE LETTER DO"
        },
        {
            "codepoint": "13DA",
            "name": "CHEROKEE LETTER DU"
        },
        {
            "codepoint": "13DB",
            "name": "CHEROKEE LETTER DV"
        },
        {
            "codepoint": "13DC",
            "name": "CHEROKEE LETTER DLA"
        },
        {
            "codepoint": "13DD",
            "name": "CHEROKEE LETTER TLA"
        },
        {
            "codepoint": "13DE",
            "name": "CHEROKEE LETTER TLE"
        },
        {
            "codepoint": "13DF",
            "name": "CHEROKEE LETTER TLI"
        },
        {
            "codepoint": "13E0",
            "name": "CHEROKEE LETTER TLO"
        },
        {
            "codepoint": "13E1",
            "name": "CHEROKEE LETTER TLU"
        },
        {
            "codepoint": "13E2",
            "name": "CHEROKEE LETTER TLV"
        },
        {
            "codepoint": "13E3",
            "name": "CHEROKEE LETTER TSA"
        },
        {
            "codepoint": "13E4",
            "name": "CHEROKEE LETTER TSE"
        },
        {
            "codepoint": "13E5",
            "name": "CHEROKEE LETTER TSI"
        },
        {
            "codepoint": "13E6",
            "name": "CHEROKEE LETTER TSO"
        },
        {
            "codepoint": "13E7",
            "name": "CHEROKEE LETTER TSU"
        },
        {
            "codepoint": "13E8",
            "name": "CHEROKEE LETTER TSV"
        },
        {
            "codepoint": "13E9",
            "name": "CHEROKEE LETTER WA"
        },
        {
            "codepoint": "13EA",
            "name": "CHEROKEE LETTER WE"
        },
        {
            "codepoint": "13EB",
            "name": "CHEROKEE LETTER WI"
        },
        {
            "codepoint": "13EC",
            "name": "CHEROKEE LETTER WO"
        },
        {
            "codepoint": "13ED",
            "name": "CHEROKEE LETTER WU"
        },
        {
            "codepoint": "13EE",
            "name": "CHEROKEE LETTER WV"
        },
        {
            "codepoint": "13EF",
            "name": "CHEROKEE LETTER YA"
        },
        {
            "codepoint": "13F0",
            "name": "CHEROKEE LETTER YE"
        },
        {
            "codepoint": "13F1",
            "name": "CHEROKEE LETTER YI"
        },
        {
            "codepoint": "13F2",
            "name": "CHEROKEE LETTER YO"
        },
        {
            "codepoint": "13F3",
            "name": "CHEROKEE LETTER YU"
        },
        {
            "codepoint": "13F4",
            "name": "CHEROKEE LETTER YV"
        },
        {
            "codepoint": "13F5",
            "name": "CHEROKEE LETTER MV"
        },
        {
            "codepoint": "13F8",
            "name": "CHEROKEE SMALL LETTER YE"
        },
        {
            "codepoint": "13F9",
            "name": "CHEROKEE SMALL LETTER YI"
        },
        {
            "codepoint": "13FA",
            "name": "CHEROKEE SMALL LETTER YO"
        },
        {
            "codepoint": "13FB",
            "name": "CHEROKEE SMALL LETTER YU"
        },
        {
            "codepoint": "13FC",
            "name": "CHEROKEE SMALL LETTER YV"
        },
        {
            "codepoint": "13FD",
            "name": "CHEROKEE SMALL LETTER MV"
        },
        {
            "codepoint": "1400",
            "name": "CANADIAN SYLLABICS HYPHEN"
        },
        {
            "codepoint": "1401",
            "name": "CANADIAN SYLLABICS E",
            "comments": [
                "Inuktitut (AI), Carrier (U)"
            ]
        },
        {
            "codepoint": "1402",
            "name": "CANADIAN SYLLABICS AAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "1403",
            "name": "CANADIAN SYLLABICS I",
            "comments": [
                "Carrier (O)"
            ]
        },
        {
            "codepoint": "1404",
            "name": "CANADIAN SYLLABICS II"
        },
        {
            "codepoint": "1405",
            "name": "CANADIAN SYLLABICS O",
            "comments": [
                "Inuktitut (U), Carrier (E)"
            ]
        },
        {
            "codepoint": "1406",
            "name": "CANADIAN SYLLABICS OO",
            "comments": [
                "Inuktitut (UU)"
            ]
        },
        {
            "codepoint": "1407",
            "name": "CANADIAN SYLLABICS Y-CREE OO"
        },
        {
            "codepoint": "1408",
            "name": "CANADIAN SYLLABICS CARRIER EE"
        },
        {
            "codepoint": "1409",
            "name": "CANADIAN SYLLABICS CARRIER I"
        },
        {
            "codepoint": "140A",
            "name": "CANADIAN SYLLABICS A"
        },
        {
            "codepoint": "140B",
            "name": "CANADIAN SYLLABICS AA"
        },
        {
            "codepoint": "140C",
            "name": "CANADIAN SYLLABICS WE"
        },
        {
            "codepoint": "140D",
            "name": "CANADIAN SYLLABICS WEST-CREE WE"
        },
        {
            "codepoint": "140E",
            "name": "CANADIAN SYLLABICS WI"
        },
        {
            "codepoint": "140F",
            "name": "CANADIAN SYLLABICS WEST-CREE WI"
        },
        {
            "codepoint": "1410",
            "name": "CANADIAN SYLLABICS WII"
        },
        {
            "codepoint": "1411",
            "name": "CANADIAN SYLLABICS WEST-CREE WII"
        },
        {
            "codepoint": "1412",
            "name": "CANADIAN SYLLABICS WO"
        },
        {
            "codepoint": "1413",
            "name": "CANADIAN SYLLABICS WEST-CREE WO"
        },
        {
            "codepoint": "1414",
            "name": "CANADIAN SYLLABICS WOO"
        },
        {
            "codepoint": "1415",
            "name": "CANADIAN SYLLABICS WEST-CREE WOO"
        },
        {
            "codepoint": "1416",
            "name": "CANADIAN SYLLABICS NASKAPI WOO"
        },
        {
            "codepoint": "1417",
            "name": "CANADIAN SYLLABICS WA"
        },
        {
            "codepoint": "1418",
            "name": "CANADIAN SYLLABICS WEST-CREE WA"
        },
        {
            "codepoint": "1419",
            "name": "CANADIAN SYLLABICS WAA"
        },
        {
            "codepoint": "141A",
            "name": "CANADIAN SYLLABICS WEST-CREE WAA"
        },
        {
            "codepoint": "141B",
            "name": "CANADIAN SYLLABICS NASKAPI WAA"
        },
        {
            "codepoint": "141C",
            "name": "CANADIAN SYLLABICS AI",
            "comments": [
                "East Cree"
            ]
        },
        {
            "codepoint": "141D",
            "name": "CANADIAN SYLLABICS Y-CREE W"
        },
        {
            "codepoint": "141E",
            "name": "CANADIAN SYLLABICS GLOTTAL STOP",
            "comments": [
                "Moose Cree (Y), Algonquian (GLOTTAL STOP)"
            ]
        },
        {
            "codepoint": "141F",
            "name": "CANADIAN SYLLABICS FINAL ACUTE",
            "comments": [
                "West Cree (T), East Cree (Y), Inuktitut (GLOTTAL STOP)",
                "Athapascan (B/P), Sayisi (I), Carrier (G)"
            ]
        },
        {
            "codepoint": "1420",
            "name": "CANADIAN SYLLABICS FINAL GRAVE",
            "comments": [
                "West Cree (K), Athapascan (K), Carrier (KH)"
            ]
        },
        {
            "codepoint": "1421",
            "name": "CANADIAN SYLLABICS FINAL BOTTOM HALF RING",
            "comments": [
                "N Cree (SH), Sayisi (R), Carrier (NG)"
            ]
        },
        {
            "codepoint": "1422",
            "name": "CANADIAN SYLLABICS FINAL TOP HALF RING",
            "comments": [
                "Algonquian (S), Chipewyan (R), Sayisi (S)"
            ]
        },
        {
            "codepoint": "1423",
            "name": "CANADIAN SYLLABICS FINAL RIGHT HALF RING",
            "comments": [
                "West Cree (N), Athapascan (D/T), Sayisi (N), Carrier (N)"
            ]
        },
        {
            "codepoint": "1424",
            "name": "CANADIAN SYLLABICS FINAL RING",
            "comments": [
                "West Cree (W), Sayisi (O)"
            ]
        },
        {
            "codepoint": "1425",
            "name": "CANADIAN SYLLABICS FINAL DOUBLE ACUTE",
            "comments": [
                "Chipewyan (TT), South Slavey (GH)"
            ]
        },
        {
            "codepoint": "1426",
            "name": "CANADIAN SYLLABICS FINAL DOUBLE SHORT VERTICAL STROKES",
            "comments": [
                "Algonquian (H), Carrier (R)"
            ]
        },
        {
            "codepoint": "1427",
            "name": "CANADIAN SYLLABICS FINAL MIDDLE DOT",
            "comments": [
                "Moose Cree (W), Athapascan (Y), Sayisi (YU), Blackfoot (S)"
            ]
        },
        {
            "codepoint": "1428",
            "name": "CANADIAN SYLLABICS FINAL SHORT HORIZONTAL STROKE",
            "comments": [
                "West Cree (C), Sayisi (D)"
            ]
        },
        {
            "codepoint": "1429",
            "name": "CANADIAN SYLLABICS FINAL PLUS",
            "comments": [
                "Athapascan (N), Sayisi (AI)"
            ]
        },
        {
            "codepoint": "142A",
            "name": "CANADIAN SYLLABICS FINAL DOWN TACK",
            "comments": [
                "N Cree (L), Carrier (D)"
            ],
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "142B",
            "name": "CANADIAN SYLLABICS EN"
        },
        {
            "codepoint": "142C",
            "name": "CANADIAN SYLLABICS IN"
        },
        {
            "codepoint": "142D",
            "name": "CANADIAN SYLLABICS ON"
        },
        {
            "codepoint": "142E",
            "name": "CANADIAN SYLLABICS AN"
        },
        {
            "codepoint": "142F",
            "name": "CANADIAN SYLLABICS PE",
            "comments": [
                "Inuktitut (PAI), Athapascan (BE), Carrier (HU)"
            ]
        },
        {
            "codepoint": "1430",
            "name": "CANADIAN SYLLABICS PAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "1431",
            "name": "CANADIAN SYLLABICS PI"
        },
        {
            "codepoint": "1432",
            "name": "CANADIAN SYLLABICS PII"
        },
        {
            "codepoint": "1433",
            "name": "CANADIAN SYLLABICS PO",
            "comments": [
                "Inuktitut (PU), Athapascan (BO), Carrier (HE)"
            ]
        },
        {
            "codepoint": "1434",
            "name": "CANADIAN SYLLABICS POO",
            "comments": [
                "Inuktitut (PUU)"
            ]
        },
        {
            "codepoint": "1435",
            "name": "CANADIAN SYLLABICS Y-CREE POO"
        },
        {
            "codepoint": "1436",
            "name": "CANADIAN SYLLABICS CARRIER HEE"
        },
        {
            "codepoint": "1437",
            "name": "CANADIAN SYLLABICS CARRIER HI"
        },
        {
            "codepoint": "1438",
            "name": "CANADIAN SYLLABICS PA",
            "comments": [
                "Athapascan (BA), Carrier (HA)"
            ]
        },
        {
            "codepoint": "1439",
            "name": "CANADIAN SYLLABICS PAA"
        },
        {
            "codepoint": "143A",
            "name": "CANADIAN SYLLABICS PWE"
        },
        {
            "codepoint": "143B",
            "name": "CANADIAN SYLLABICS WEST-CREE PWE"
        },
        {
            "codepoint": "143C",
            "name": "CANADIAN SYLLABICS PWI"
        },
        {
            "codepoint": "143D",
            "name": "CANADIAN SYLLABICS WEST-CREE PWI"
        },
        {
            "codepoint": "143E",
            "name": "CANADIAN SYLLABICS PWII"
        },
        {
            "codepoint": "143F",
            "name": "CANADIAN SYLLABICS WEST-CREE PWII"
        },
        {
            "codepoint": "1440",
            "name": "CANADIAN SYLLABICS PWO"
        },
        {
            "codepoint": "1441",
            "name": "CANADIAN SYLLABICS WEST-CREE PWO"
        },
        {
            "codepoint": "1442",
            "name": "CANADIAN SYLLABICS PWOO"
        },
        {
            "codepoint": "1443",
            "name": "CANADIAN SYLLABICS WEST-CREE PWOO"
        },
        {
            "codepoint": "1444",
            "name": "CANADIAN SYLLABICS PWA"
        },
        {
            "codepoint": "1445",
            "name": "CANADIAN SYLLABICS WEST-CREE PWA"
        },
        {
            "codepoint": "1446",
            "name": "CANADIAN SYLLABICS PWAA"
        },
        {
            "codepoint": "1447",
            "name": "CANADIAN SYLLABICS WEST-CREE PWAA"
        },
        {
            "codepoint": "1448",
            "name": "CANADIAN SYLLABICS Y-CREE PWAA"
        },
        {
            "codepoint": "1449",
            "name": "CANADIAN SYLLABICS P",
            "comments": [
                "Blackfoot (Y)"
            ]
        },
        {
            "codepoint": "144A",
            "name": "CANADIAN SYLLABICS WEST-CREE P",
            "comments": [
                "Sayisi (G)"
            ]
        },
        {
            "codepoint": "144B",
            "name": "CANADIAN SYLLABICS CARRIER H"
        },
        {
            "codepoint": "144C",
            "name": "CANADIAN SYLLABICS TE",
            "comments": [
                "Inuktitut (TAI), Athapascan (DI), Carrier (DU)"
            ]
        },
        {
            "codepoint": "144D",
            "name": "CANADIAN SYLLABICS TAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "144E",
            "name": "CANADIAN SYLLABICS TI",
            "comments": [
                "Athapascan (DE), Carrier (DO)"
            ]
        },
        {
            "codepoint": "144F",
            "name": "CANADIAN SYLLABICS TII"
        },
        {
            "codepoint": "1450",
            "name": "CANADIAN SYLLABICS TO",
            "comments": [
                "Inuktitut (TU), Athapascan (DO), Carrier (DE), Sayisi (DU)"
            ]
        },
        {
            "codepoint": "1451",
            "name": "CANADIAN SYLLABICS TOO",
            "comments": [
                "Inuktitut (TUU)"
            ]
        },
        {
            "codepoint": "1452",
            "name": "CANADIAN SYLLABICS Y-CREE TOO"
        },
        {
            "codepoint": "1453",
            "name": "CANADIAN SYLLABICS CARRIER DEE"
        },
        {
            "codepoint": "1454",
            "name": "CANADIAN SYLLABICS CARRIER DI"
        },
        {
            "codepoint": "1455",
            "name": "CANADIAN SYLLABICS TA",
            "comments": [
                "Athapascan (DA)"
            ]
        },
        {
            "codepoint": "1456",
            "name": "CANADIAN SYLLABICS TAA"
        },
        {
            "codepoint": "1457",
            "name": "CANADIAN SYLLABICS TWE"
        },
        {
            "codepoint": "1458",
            "name": "CANADIAN SYLLABICS WEST-CREE TWE"
        },
        {
            "codepoint": "1459",
            "name": "CANADIAN SYLLABICS TWI"
        },
        {
            "codepoint": "145A",
            "name": "CANADIAN SYLLABICS WEST-CREE TWI"
        },
        {
            "codepoint": "145B",
            "name": "CANADIAN SYLLABICS TWII"
        },
        {
            "codepoint": "145C",
            "name": "CANADIAN SYLLABICS WEST-CREE TWII"
        },
        {
            "codepoint": "145D",
            "name": "CANADIAN SYLLABICS TWO"
        },
        {
            "codepoint": "145E",
            "name": "CANADIAN SYLLABICS WEST-CREE TWO"
        },
        {
            "codepoint": "145F",
            "name": "CANADIAN SYLLABICS TWOO"
        },
        {
            "codepoint": "1460",
            "name": "CANADIAN SYLLABICS WEST-CREE TWOO"
        },
        {
            "codepoint": "1461",
            "name": "CANADIAN SYLLABICS TWA"
        },
        {
            "codepoint": "1462",
            "name": "CANADIAN SYLLABICS WEST-CREE TWA"
        },
        {
            "codepoint": "1463",
            "name": "CANADIAN SYLLABICS TWAA"
        },
        {
            "codepoint": "1464",
            "name": "CANADIAN SYLLABICS WEST-CREE TWAA"
        },
        {
            "codepoint": "1465",
            "name": "CANADIAN SYLLABICS NASKAPI TWAA"
        },
        {
            "codepoint": "1466",
            "name": "CANADIAN SYLLABICS T"
        },
        {
            "codepoint": "1467",
            "name": "CANADIAN SYLLABICS TTE",
            "comments": [
                "South Slavey (DEH)"
            ]
        },
        {
            "codepoint": "1468",
            "name": "CANADIAN SYLLABICS TTI",
            "comments": [
                "South Slavey (DIH)"
            ]
        },
        {
            "codepoint": "1469",
            "name": "CANADIAN SYLLABICS TTO",
            "comments": [
                "South Slavey (DOH)"
            ]
        },
        {
            "codepoint": "146A",
            "name": "CANADIAN SYLLABICS TTA",
            "comments": [
                "South Slavey (DAH)"
            ]
        },
        {
            "codepoint": "146B",
            "name": "CANADIAN SYLLABICS KE",
            "comments": [
                "Inuktitut (KAI), Blackfoot (PA)"
            ]
        },
        {
            "codepoint": "146C",
            "name": "CANADIAN SYLLABICS KAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "146D",
            "name": "CANADIAN SYLLABICS KI",
            "comments": [
                "Blackfoot (PE)"
            ]
        },
        {
            "codepoint": "146E",
            "name": "CANADIAN SYLLABICS KII"
        },
        {
            "codepoint": "146F",
            "name": "CANADIAN SYLLABICS KO",
            "comments": [
                "Inuktitut (KU), Sayisi (KU), Blackfoot (PI)"
            ]
        },
        {
            "codepoint": "1470",
            "name": "CANADIAN SYLLABICS KOO",
            "comments": [
                "Inuktitut (KUU)"
            ]
        },
        {
            "codepoint": "1471",
            "name": "CANADIAN SYLLABICS Y-CREE KOO"
        },
        {
            "codepoint": "1472",
            "name": "CANADIAN SYLLABICS KA",
            "comments": [
                "Blackfoot (PO)"
            ]
        },
        {
            "codepoint": "1473",
            "name": "CANADIAN SYLLABICS KAA"
        },
        {
            "codepoint": "1474",
            "name": "CANADIAN SYLLABICS KWE"
        },
        {
            "codepoint": "1475",
            "name": "CANADIAN SYLLABICS WEST-CREE KWE"
        },
        {
            "codepoint": "1476",
            "name": "CANADIAN SYLLABICS KWI"
        },
        {
            "codepoint": "1477",
            "name": "CANADIAN SYLLABICS WEST-CREE KWI"
        },
        {
            "codepoint": "1478",
            "name": "CANADIAN SYLLABICS KWII"
        },
        {
            "codepoint": "1479",
            "name": "CANADIAN SYLLABICS WEST-CREE KWII"
        },
        {
            "codepoint": "147A",
            "name": "CANADIAN SYLLABICS KWO"
        },
        {
            "codepoint": "147B",
            "name": "CANADIAN SYLLABICS WEST-CREE KWO"
        },
        {
            "codepoint": "147C",
            "name": "CANADIAN SYLLABICS KWOO"
        },
        {
            "codepoint": "147D",
            "name": "CANADIAN SYLLABICS WEST-CREE KWOO"
        },
        {
            "codepoint": "147E",
            "name": "CANADIAN SYLLABICS KWA"
        },
        {
            "codepoint": "147F",
            "name": "CANADIAN SYLLABICS WEST-CREE KWA"
        },
        {
            "codepoint": "1480",
            "name": "CANADIAN SYLLABICS KWAA"
        },
        {
            "codepoint": "1481",
            "name": "CANADIAN SYLLABICS WEST-CREE KWAA"
        },
        {
            "codepoint": "1482",
            "name": "CANADIAN SYLLABICS NASKAPI KWAA"
        },
        {
            "codepoint": "1483",
            "name": "CANADIAN SYLLABICS K"
        },
        {
            "codepoint": "1484",
            "name": "CANADIAN SYLLABICS KW",
            "comments": [
                "East Cree"
            ]
        },
        {
            "codepoint": "1485",
            "name": "CANADIAN SYLLABICS SOUTH-SLAVEY KEH"
        },
        {
            "codepoint": "1486",
            "name": "CANADIAN SYLLABICS SOUTH-SLAVEY KIH"
        },
        {
            "codepoint": "1487",
            "name": "CANADIAN SYLLABICS SOUTH-SLAVEY KOH"
        },
        {
            "codepoint": "1488",
            "name": "CANADIAN SYLLABICS SOUTH-SLAVEY KAH"
        },
        {
            "codepoint": "1489",
            "name": "CANADIAN SYLLABICS CE",
            "comments": [
                "Inuktitut (GAI), Athapascan (DHE), Sayisi (THE), Blackfoot (MA)"
            ]
        },
        {
            "codepoint": "148A",
            "name": "CANADIAN SYLLABICS CAAI",
            "comments": [
                "Inuktitut (GAAI)"
            ]
        },
        {
            "codepoint": "148B",
            "name": "CANADIAN SYLLABICS CI",
            "comments": [
                "Inuktitut (GI), Athapascan (DHI), Sayisi (THI), Blackfoot (ME)"
            ]
        },
        {
            "codepoint": "148C",
            "name": "CANADIAN SYLLABICS CII",
            "comments": [
                "Inuktitut (GII)"
            ]
        },
        {
            "codepoint": "148D",
            "name": "CANADIAN SYLLABICS CO",
            "comments": [
                "Inuktitut (GU), Athapascan (DHO), Sayisi (THO), Blackfoot (MI)"
            ]
        },
        {
            "codepoint": "148E",
            "name": "CANADIAN SYLLABICS COO",
            "comments": [
                "Inuktitut (GUU)"
            ]
        },
        {
            "codepoint": "148F",
            "name": "CANADIAN SYLLABICS Y-CREE COO"
        },
        {
            "codepoint": "1490",
            "name": "CANADIAN SYLLABICS CA",
            "comments": [
                "Inuktitut (GA), Athapascan (DHA), Sayisi (THA), Blackfoot (MO)"
            ]
        },
        {
            "codepoint": "1491",
            "name": "CANADIAN SYLLABICS CAA",
            "comments": [
                "Inuktitut (GAA)"
            ]
        },
        {
            "codepoint": "1492",
            "name": "CANADIAN SYLLABICS CWE"
        },
        {
            "codepoint": "1493",
            "name": "CANADIAN SYLLABICS WEST-CREE CWE"
        },
        {
            "codepoint": "1494",
            "name": "CANADIAN SYLLABICS CWI"
        },
        {
            "codepoint": "1495",
            "name": "CANADIAN SYLLABICS WEST-CREE CWI"
        },
        {
            "codepoint": "1496",
            "name": "CANADIAN SYLLABICS CWII"
        },
        {
            "codepoint": "1497",
            "name": "CANADIAN SYLLABICS WEST-CREE CWII"
        },
        {
            "codepoint": "1498",
            "name": "CANADIAN SYLLABICS CWO"
        },
        {
            "codepoint": "1499",
            "name": "CANADIAN SYLLABICS WEST-CREE CWO"
        },
        {
            "codepoint": "149A",
            "name": "CANADIAN SYLLABICS CWOO"
        },
        {
            "codepoint": "149B",
            "name": "CANADIAN SYLLABICS WEST-CREE CWOO"
        },
        {
            "codepoint": "149C",
            "name": "CANADIAN SYLLABICS CWA"
        },
        {
            "codepoint": "149D",
            "name": "CANADIAN SYLLABICS WEST-CREE CWA"
        },
        {
            "codepoint": "149E",
            "name": "CANADIAN SYLLABICS CWAA"
        },
        {
            "codepoint": "149F",
            "name": "CANADIAN SYLLABICS WEST-CREE CWAA"
        },
        {
            "codepoint": "14A0",
            "name": "CANADIAN SYLLABICS NASKAPI CWAA"
        },
        {
            "codepoint": "14A1",
            "name": "CANADIAN SYLLABICS C",
            "comments": [
                "Inuktitut (G), Sayisi (T)"
            ]
        },
        {
            "codepoint": "14A2",
            "name": "CANADIAN SYLLABICS SAYISI TH",
            "comments": [
                "Athapascan (DH)"
            ]
        },
        {
            "codepoint": "14A3",
            "name": "CANADIAN SYLLABICS ME",
            "comments": [
                "Inuktitut (MAI), Blackfoot (TA)"
            ]
        },
        {
            "codepoint": "14A4",
            "name": "CANADIAN SYLLABICS MAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "14A5",
            "name": "CANADIAN SYLLABICS MI",
            "comments": [
                "Blackfoot (TE)"
            ]
        },
        {
            "codepoint": "14A6",
            "name": "CANADIAN SYLLABICS MII"
        },
        {
            "codepoint": "14A7",
            "name": "CANADIAN SYLLABICS MO",
            "comments": [
                "Inuktitut (MU), Sayisi (MU), Blackfoot (TI)"
            ]
        },
        {
            "codepoint": "14A8",
            "name": "CANADIAN SYLLABICS MOO",
            "comments": [
                "Inuktitut (MUU)"
            ]
        },
        {
            "codepoint": "14A9",
            "name": "CANADIAN SYLLABICS Y-CREE MOO"
        },
        {
            "codepoint": "14AA",
            "name": "CANADIAN SYLLABICS MA",
            "comments": [
                "Blackfoot (TO)"
            ]
        },
        {
            "codepoint": "14AB",
            "name": "CANADIAN SYLLABICS MAA"
        },
        {
            "codepoint": "14AC",
            "name": "CANADIAN SYLLABICS MWE"
        },
        {
            "codepoint": "14AD",
            "name": "CANADIAN SYLLABICS WEST-CREE MWE"
        },
        {
            "codepoint": "14AE",
            "name": "CANADIAN SYLLABICS MWI"
        },
        {
            "codepoint": "14AF",
            "name": "CANADIAN SYLLABICS WEST-CREE MWI"
        },
        {
            "codepoint": "14B0",
            "name": "CANADIAN SYLLABICS MWII"
        },
        {
            "codepoint": "14B1",
            "name": "CANADIAN SYLLABICS WEST-CREE MWII"
        },
        {
            "codepoint": "14B2",
            "name": "CANADIAN SYLLABICS MWO"
        },
        {
            "codepoint": "14B3",
            "name": "CANADIAN SYLLABICS WEST-CREE MWO"
        },
        {
            "codepoint": "14B4",
            "name": "CANADIAN SYLLABICS MWOO"
        },
        {
            "codepoint": "14B5",
            "name": "CANADIAN SYLLABICS WEST-CREE MWOO"
        },
        {
            "codepoint": "14B6",
            "name": "CANADIAN SYLLABICS MWA"
        },
        {
            "codepoint": "14B7",
            "name": "CANADIAN SYLLABICS WEST-CREE MWA"
        },
        {
            "codepoint": "14B8",
            "name": "CANADIAN SYLLABICS MWAA"
        },
        {
            "codepoint": "14B9",
            "name": "CANADIAN SYLLABICS WEST-CREE MWAA"
        },
        {
            "codepoint": "14BA",
            "name": "CANADIAN SYLLABICS NASKAPI MWAA"
        },
        {
            "codepoint": "14BB",
            "name": "CANADIAN SYLLABICS M"
        },
        {
            "codepoint": "14BC",
            "name": "CANADIAN SYLLABICS WEST-CREE M",
            "comments": [
                "Carrier (M)"
            ]
        },
        {
            "codepoint": "14BD",
            "name": "CANADIAN SYLLABICS MH"
        },
        {
            "codepoint": "14BE",
            "name": "CANADIAN SYLLABICS ATHAPASCAN M"
        },
        {
            "codepoint": "14BF",
            "name": "CANADIAN SYLLABICS SAYISI M"
        },
        {
            "codepoint": "14C0",
            "name": "CANADIAN SYLLABICS NE",
            "comments": [
                "Inuktitut (NAI)"
            ]
        },
        {
            "codepoint": "14C1",
            "name": "CANADIAN SYLLABICS NAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "14C2",
            "name": "CANADIAN SYLLABICS NI"
        },
        {
            "codepoint": "14C3",
            "name": "CANADIAN SYLLABICS NII"
        },
        {
            "codepoint": "14C4",
            "name": "CANADIAN SYLLABICS NO",
            "comments": [
                "Inuktitut (NU), Sayisi (NU)"
            ]
        },
        {
            "codepoint": "14C5",
            "name": "CANADIAN SYLLABICS NOO",
            "comments": [
                "Inuktitut (NUU)"
            ]
        },
        {
            "codepoint": "14C6",
            "name": "CANADIAN SYLLABICS Y-CREE NOO"
        },
        {
            "codepoint": "14C7",
            "name": "CANADIAN SYLLABICS NA"
        },
        {
            "codepoint": "14C8",
            "name": "CANADIAN SYLLABICS NAA"
        },
        {
            "codepoint": "14C9",
            "name": "CANADIAN SYLLABICS NWE"
        },
        {
            "codepoint": "14CA",
            "name": "CANADIAN SYLLABICS WEST-CREE NWE"
        },
        {
            "codepoint": "14CB",
            "name": "CANADIAN SYLLABICS NWA"
        },
        {
            "codepoint": "14CC",
            "name": "CANADIAN SYLLABICS WEST-CREE NWA"
        },
        {
            "codepoint": "14CD",
            "name": "CANADIAN SYLLABICS NWAA"
        },
        {
            "codepoint": "14CE",
            "name": "CANADIAN SYLLABICS WEST-CREE NWAA"
        },
        {
            "codepoint": "14CF",
            "name": "CANADIAN SYLLABICS NASKAPI NWAA"
        },
        {
            "codepoint": "14D0",
            "name": "CANADIAN SYLLABICS N"
        },
        {
            "codepoint": "14D1",
            "name": "CANADIAN SYLLABICS CARRIER NG"
        },
        {
            "codepoint": "14D2",
            "name": "CANADIAN SYLLABICS NH"
        },
        {
            "codepoint": "14D3",
            "name": "CANADIAN SYLLABICS LE",
            "comments": [
                "Inuktitut (LAI)"
            ]
        },
        {
            "codepoint": "14D4",
            "name": "CANADIAN SYLLABICS LAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "14D5",
            "name": "CANADIAN SYLLABICS LI"
        },
        {
            "codepoint": "14D6",
            "name": "CANADIAN SYLLABICS LII"
        },
        {
            "codepoint": "14D7",
            "name": "CANADIAN SYLLABICS LO",
            "comments": [
                "Inuktitut (LU)"
            ]
        },
        {
            "codepoint": "14D8",
            "name": "CANADIAN SYLLABICS LOO",
            "comments": [
                "Inuktitut (LUU)"
            ]
        },
        {
            "codepoint": "14D9",
            "name": "CANADIAN SYLLABICS Y-CREE LOO"
        },
        {
            "codepoint": "14DA",
            "name": "CANADIAN SYLLABICS LA"
        },
        {
            "codepoint": "14DB",
            "name": "CANADIAN SYLLABICS LAA"
        },
        {
            "codepoint": "14DC",
            "name": "CANADIAN SYLLABICS LWE"
        },
        {
            "codepoint": "14DD",
            "name": "CANADIAN SYLLABICS WEST-CREE LWE"
        },
        {
            "codepoint": "14DE",
            "name": "CANADIAN SYLLABICS LWI"
        },
        {
            "codepoint": "14DF",
            "name": "CANADIAN SYLLABICS WEST-CREE LWI"
        },
        {
            "codepoint": "14E0",
            "name": "CANADIAN SYLLABICS LWII"
        },
        {
            "codepoint": "14E1",
            "name": "CANADIAN SYLLABICS WEST-CREE LWII"
        },
        {
            "codepoint": "14E2",
            "name": "CANADIAN SYLLABICS LWO"
        },
        {
            "codepoint": "14E3",
            "name": "CANADIAN SYLLABICS WEST-CREE LWO"
        },
        {
            "codepoint": "14E4",
            "name": "CANADIAN SYLLABICS LWOO"
        },
        {
            "codepoint": "14E5",
            "name": "CANADIAN SYLLABICS WEST-CREE LWOO"
        },
        {
            "codepoint": "14E6",
            "name": "CANADIAN SYLLABICS LWA"
        },
        {
            "codepoint": "14E7",
            "name": "CANADIAN SYLLABICS WEST-CREE LWA"
        },
        {
            "codepoint": "14E8",
            "name": "CANADIAN SYLLABICS LWAA"
        },
        {
            "codepoint": "14E9",
            "name": "CANADIAN SYLLABICS WEST-CREE LWAA"
        },
        {
            "codepoint": "14EA",
            "name": "CANADIAN SYLLABICS L"
        },
        {
            "codepoint": "14EB",
            "name": "CANADIAN SYLLABICS WEST-CREE L"
        },
        {
            "codepoint": "14EC",
            "name": "CANADIAN SYLLABICS MEDIAL L"
        },
        {
            "codepoint": "14ED",
            "name": "CANADIAN SYLLABICS SE",
            "comments": [
                "Inuktitut (SAI), Blackfoot (SA)"
            ]
        },
        {
            "codepoint": "14EE",
            "name": "CANADIAN SYLLABICS SAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "14EF",
            "name": "CANADIAN SYLLABICS SI",
            "comments": [
                "Blackfoot (SE)"
            ]
        },
        {
            "codepoint": "14F0",
            "name": "CANADIAN SYLLABICS SII"
        },
        {
            "codepoint": "14F1",
            "name": "CANADIAN SYLLABICS SO",
            "comments": [
                "Inuktitut (SU), Sayisi (SU), Blackfoot (SI)"
            ]
        },
        {
            "codepoint": "14F2",
            "name": "CANADIAN SYLLABICS SOO",
            "comments": [
                "Inuktitut (SUU)"
            ]
        },
        {
            "codepoint": "14F3",
            "name": "CANADIAN SYLLABICS Y-CREE SOO"
        },
        {
            "codepoint": "14F4",
            "name": "CANADIAN SYLLABICS SA",
            "comments": [
                "Blackfoot (SO)"
            ]
        },
        {
            "codepoint": "14F5",
            "name": "CANADIAN SYLLABICS SAA"
        },
        {
            "codepoint": "14F6",
            "name": "CANADIAN SYLLABICS SWE"
        },
        {
            "codepoint": "14F7",
            "name": "CANADIAN SYLLABICS WEST-CREE SWE"
        },
        {
            "codepoint": "14F8",
            "name": "CANADIAN SYLLABICS SWI"
        },
        {
            "codepoint": "14F9",
            "name": "CANADIAN SYLLABICS WEST-CREE SWI"
        },
        {
            "codepoint": "14FA",
            "name": "CANADIAN SYLLABICS SWII"
        },
        {
            "codepoint": "14FB",
            "name": "CANADIAN SYLLABICS WEST-CREE SWII"
        },
        {
            "codepoint": "14FC",
            "name": "CANADIAN SYLLABICS SWO"
        },
        {
            "codepoint": "14FD",
            "name": "CANADIAN SYLLABICS WEST-CREE SWO"
        },
        {
            "codepoint": "14FE",
            "name": "CANADIAN SYLLABICS SWOO"
        },
        {
            "codepoint": "14FF",
            "name": "CANADIAN SYLLABICS WEST-CREE SWOO"
        },
        {
            "codepoint": "1500",
            "name": "CANADIAN SYLLABICS SWA"
        },
        {
            "codepoint": "1501",
            "name": "CANADIAN SYLLABICS WEST-CREE SWA"
        },
        {
            "codepoint": "1502",
            "name": "CANADIAN SYLLABICS SWAA"
        },
        {
            "codepoint": "1503",
            "name": "CANADIAN SYLLABICS WEST-CREE SWAA"
        },
        {
            "codepoint": "1504",
            "name": "CANADIAN SYLLABICS NASKAPI SWAA"
        },
        {
            "codepoint": "1505",
            "name": "CANADIAN SYLLABICS S"
        },
        {
            "codepoint": "1506",
            "name": "CANADIAN SYLLABICS ATHAPASCAN S"
        },
        {
            "codepoint": "1507",
            "name": "CANADIAN SYLLABICS SW"
        },
        {
            "codepoint": "1508",
            "name": "CANADIAN SYLLABICS BLACKFOOT S"
        },
        {
            "codepoint": "1509",
            "name": "CANADIAN SYLLABICS MOOSE-CREE SK"
        },
        {
            "codepoint": "150A",
            "name": "CANADIAN SYLLABICS NASKAPI SKW"
        },
        {
            "codepoint": "150B",
            "name": "CANADIAN SYLLABICS NASKAPI S-W"
        },
        {
            "codepoint": "150C",
            "name": "CANADIAN SYLLABICS NASKAPI SPWA"
        },
        {
            "codepoint": "150D",
            "name": "CANADIAN SYLLABICS NASKAPI STWA"
        },
        {
            "codepoint": "150E",
            "name": "CANADIAN SYLLABICS NASKAPI SKWA"
        },
        {
            "codepoint": "150F",
            "name": "CANADIAN SYLLABICS NASKAPI SCWA"
        },
        {
            "codepoint": "1510",
            "name": "CANADIAN SYLLABICS SHE"
        },
        {
            "codepoint": "1511",
            "name": "CANADIAN SYLLABICS SHI"
        },
        {
            "codepoint": "1512",
            "name": "CANADIAN SYLLABICS SHII"
        },
        {
            "codepoint": "1513",
            "name": "CANADIAN SYLLABICS SHO"
        },
        {
            "codepoint": "1514",
            "name": "CANADIAN SYLLABICS SHOO"
        },
        {
            "codepoint": "1515",
            "name": "CANADIAN SYLLABICS SHA"
        },
        {
            "codepoint": "1516",
            "name": "CANADIAN SYLLABICS SHAA"
        },
        {
            "codepoint": "1517",
            "name": "CANADIAN SYLLABICS SHWE"
        },
        {
            "codepoint": "1518",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWE"
        },
        {
            "codepoint": "1519",
            "name": "CANADIAN SYLLABICS SHWI"
        },
        {
            "codepoint": "151A",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWI"
        },
        {
            "codepoint": "151B",
            "name": "CANADIAN SYLLABICS SHWII"
        },
        {
            "codepoint": "151C",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWII"
        },
        {
            "codepoint": "151D",
            "name": "CANADIAN SYLLABICS SHWO"
        },
        {
            "codepoint": "151E",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWO"
        },
        {
            "codepoint": "151F",
            "name": "CANADIAN SYLLABICS SHWOO"
        },
        {
            "codepoint": "1520",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWOO"
        },
        {
            "codepoint": "1521",
            "name": "CANADIAN SYLLABICS SHWA"
        },
        {
            "codepoint": "1522",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWA"
        },
        {
            "codepoint": "1523",
            "name": "CANADIAN SYLLABICS SHWAA"
        },
        {
            "codepoint": "1524",
            "name": "CANADIAN SYLLABICS WEST-CREE SHWAA"
        },
        {
            "codepoint": "1525",
            "name": "CANADIAN SYLLABICS SH"
        },
        {
            "codepoint": "1526",
            "name": "CANADIAN SYLLABICS YE",
            "comments": [
                "Inuktitut (YAI), Blackfoot (YA)"
            ]
        },
        {
            "codepoint": "1527",
            "name": "CANADIAN SYLLABICS YAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "1528",
            "name": "CANADIAN SYLLABICS YI",
            "comments": [
                "Blackfoot (YE)"
            ]
        },
        {
            "codepoint": "1529",
            "name": "CANADIAN SYLLABICS YII"
        },
        {
            "codepoint": "152A",
            "name": "CANADIAN SYLLABICS YO",
            "comments": [
                "Inuktitut (YU), Blackfoot (YI)"
            ]
        },
        {
            "codepoint": "152B",
            "name": "CANADIAN SYLLABICS YOO",
            "comments": [
                "Inuktitut (YUU)"
            ]
        },
        {
            "codepoint": "152C",
            "name": "CANADIAN SYLLABICS Y-CREE YOO"
        },
        {
            "codepoint": "152D",
            "name": "CANADIAN SYLLABICS YA",
            "comments": [
                "Blackfoot (YO)"
            ]
        },
        {
            "codepoint": "152E",
            "name": "CANADIAN SYLLABICS YAA"
        },
        {
            "codepoint": "152F",
            "name": "CANADIAN SYLLABICS YWE"
        },
        {
            "codepoint": "1530",
            "name": "CANADIAN SYLLABICS WEST-CREE YWE"
        },
        {
            "codepoint": "1531",
            "name": "CANADIAN SYLLABICS YWI"
        },
        {
            "codepoint": "1532",
            "name": "CANADIAN SYLLABICS WEST-CREE YWI"
        },
        {
            "codepoint": "1533",
            "name": "CANADIAN SYLLABICS YWII"
        },
        {
            "codepoint": "1534",
            "name": "CANADIAN SYLLABICS WEST-CREE YWII"
        },
        {
            "codepoint": "1535",
            "name": "CANADIAN SYLLABICS YWO"
        },
        {
            "codepoint": "1536",
            "name": "CANADIAN SYLLABICS WEST-CREE YWO"
        },
        {
            "codepoint": "1537",
            "name": "CANADIAN SYLLABICS YWOO"
        },
        {
            "codepoint": "1538",
            "name": "CANADIAN SYLLABICS WEST-CREE YWOO"
        },
        {
            "codepoint": "1539",
            "name": "CANADIAN SYLLABICS YWA"
        },
        {
            "codepoint": "153A",
            "name": "CANADIAN SYLLABICS WEST-CREE YWA"
        },
        {
            "codepoint": "153B",
            "name": "CANADIAN SYLLABICS YWAA"
        },
        {
            "codepoint": "153C",
            "name": "CANADIAN SYLLABICS WEST-CREE YWAA"
        },
        {
            "codepoint": "153D",
            "name": "CANADIAN SYLLABICS NASKAPI YWAA"
        },
        {
            "codepoint": "153E",
            "name": "CANADIAN SYLLABICS Y"
        },
        {
            "codepoint": "153F",
            "name": "CANADIAN SYLLABICS BIBLE-CREE Y"
        },
        {
            "codepoint": "1540",
            "name": "CANADIAN SYLLABICS WEST-CREE Y"
        },
        {
            "codepoint": "1541",
            "name": "CANADIAN SYLLABICS SAYISI YI"
        },
        {
            "codepoint": "1542",
            "name": "CANADIAN SYLLABICS RE",
            "comments": [
                "Inuktitut (RAI)"
            ]
        },
        {
            "codepoint": "1543",
            "name": "CANADIAN SYLLABICS R-CREE RE",
            "comments": [
                "Athapascan (LE)"
            ]
        },
        {
            "codepoint": "1544",
            "name": "CANADIAN SYLLABICS WEST-CREE LE",
            "comments": [
                "Athapascan (LI)"
            ]
        },
        {
            "codepoint": "1545",
            "name": "CANADIAN SYLLABICS RAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "1546",
            "name": "CANADIAN SYLLABICS RI"
        },
        {
            "codepoint": "1547",
            "name": "CANADIAN SYLLABICS RII"
        },
        {
            "codepoint": "1548",
            "name": "CANADIAN SYLLABICS RO",
            "comments": [
                "Inuktitut (RU)"
            ]
        },
        {
            "codepoint": "1549",
            "name": "CANADIAN SYLLABICS ROO",
            "comments": [
                "Inuktitut (RUU)"
            ]
        },
        {
            "codepoint": "154A",
            "name": "CANADIAN SYLLABICS WEST-CREE LO",
            "comments": [
                "Sayisi (LU)"
            ]
        },
        {
            "codepoint": "154B",
            "name": "CANADIAN SYLLABICS RA"
        },
        {
            "codepoint": "154C",
            "name": "CANADIAN SYLLABICS RAA"
        },
        {
            "codepoint": "154D",
            "name": "CANADIAN SYLLABICS WEST-CREE LA"
        },
        {
            "codepoint": "154E",
            "name": "CANADIAN SYLLABICS RWAA"
        },
        {
            "codepoint": "154F",
            "name": "CANADIAN SYLLABICS WEST-CREE RWAA"
        },
        {
            "codepoint": "1550",
            "name": "CANADIAN SYLLABICS R"
        },
        {
            "codepoint": "1551",
            "name": "CANADIAN SYLLABICS WEST-CREE R"
        },
        {
            "codepoint": "1552",
            "name": "CANADIAN SYLLABICS MEDIAL R"
        },
        {
            "codepoint": "1553",
            "name": "CANADIAN SYLLABICS FE",
            "comments": [
                "Inuktitut (FAI)"
            ]
        },
        {
            "codepoint": "1554",
            "name": "CANADIAN SYLLABICS FAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "1555",
            "name": "CANADIAN SYLLABICS FI"
        },
        {
            "codepoint": "1556",
            "name": "CANADIAN SYLLABICS FII"
        },
        {
            "codepoint": "1557",
            "name": "CANADIAN SYLLABICS FO"
        },
        {
            "codepoint": "1558",
            "name": "CANADIAN SYLLABICS FOO"
        },
        {
            "codepoint": "1559",
            "name": "CANADIAN SYLLABICS FA"
        },
        {
            "codepoint": "155A",
            "name": "CANADIAN SYLLABICS FAA"
        },
        {
            "codepoint": "155B",
            "name": "CANADIAN SYLLABICS FWAA"
        },
        {
            "codepoint": "155C",
            "name": "CANADIAN SYLLABICS WEST-CREE FWAA"
        },
        {
            "codepoint": "155D",
            "name": "CANADIAN SYLLABICS F"
        },
        {
            "codepoint": "155E",
            "name": "CANADIAN SYLLABICS THE",
            "comments": [
                "Sayisi (TE)"
            ]
        },
        {
            "codepoint": "155F",
            "name": "CANADIAN SYLLABICS N-CREE THE"
        },
        {
            "codepoint": "1560",
            "name": "CANADIAN SYLLABICS THI",
            "comments": [
                "Sayisi (TI)"
            ]
        },
        {
            "codepoint": "1561",
            "name": "CANADIAN SYLLABICS N-CREE THI"
        },
        {
            "codepoint": "1562",
            "name": "CANADIAN SYLLABICS THII"
        },
        {
            "codepoint": "1563",
            "name": "CANADIAN SYLLABICS N-CREE THII"
        },
        {
            "codepoint": "1564",
            "name": "CANADIAN SYLLABICS THO",
            "comments": [
                "Sayisi (TU)"
            ]
        },
        {
            "codepoint": "1565",
            "name": "CANADIAN SYLLABICS THOO"
        },
        {
            "codepoint": "1566",
            "name": "CANADIAN SYLLABICS THA",
            "comments": [
                "Sayisi (TA)"
            ]
        },
        {
            "codepoint": "1567",
            "name": "CANADIAN SYLLABICS THAA"
        },
        {
            "codepoint": "1568",
            "name": "CANADIAN SYLLABICS THWAA"
        },
        {
            "codepoint": "1569",
            "name": "CANADIAN SYLLABICS WEST-CREE THWAA"
        },
        {
            "codepoint": "156A",
            "name": "CANADIAN SYLLABICS TH"
        },
        {
            "codepoint": "156B",
            "name": "CANADIAN SYLLABICS TTHE"
        },
        {
            "codepoint": "156C",
            "name": "CANADIAN SYLLABICS TTHI"
        },
        {
            "codepoint": "156D",
            "name": "CANADIAN SYLLABICS TTHO",
            "comments": [
                "Sayisi (TTHU)"
            ]
        },
        {
            "codepoint": "156E",
            "name": "CANADIAN SYLLABICS TTHA"
        },
        {
            "codepoint": "156F",
            "name": "CANADIAN SYLLABICS TTH",
            "comments": [
                "probably a mistaken interpretation of an asterisk used to mark a proper noun"
            ],
            "crossReferences": [
                "(asterisk - 002A)"
            ]
        },
        {
            "codepoint": "1570",
            "name": "CANADIAN SYLLABICS TYE"
        },
        {
            "codepoint": "1571",
            "name": "CANADIAN SYLLABICS TYI"
        },
        {
            "codepoint": "1572",
            "name": "CANADIAN SYLLABICS TYO"
        },
        {
            "codepoint": "1573",
            "name": "CANADIAN SYLLABICS TYA"
        },
        {
            "codepoint": "1574",
            "name": "CANADIAN SYLLABICS NUNAVIK HE"
        },
        {
            "codepoint": "1575",
            "name": "CANADIAN SYLLABICS NUNAVIK HI"
        },
        {
            "codepoint": "1576",
            "name": "CANADIAN SYLLABICS NUNAVIK HII"
        },
        {
            "codepoint": "1577",
            "name": "CANADIAN SYLLABICS NUNAVIK HO"
        },
        {
            "codepoint": "1578",
            "name": "CANADIAN SYLLABICS NUNAVIK HOO"
        },
        {
            "codepoint": "1579",
            "name": "CANADIAN SYLLABICS NUNAVIK HA"
        },
        {
            "codepoint": "157A",
            "name": "CANADIAN SYLLABICS NUNAVIK HAA"
        },
        {
            "codepoint": "157B",
            "name": "CANADIAN SYLLABICS NUNAVIK H"
        },
        {
            "codepoint": "157C",
            "name": "CANADIAN SYLLABICS NUNAVUT H"
        },
        {
            "codepoint": "157D",
            "name": "CANADIAN SYLLABICS HK",
            "comments": [
                "Algonquian"
            ]
        },
        {
            "codepoint": "157E",
            "name": "CANADIAN SYLLABICS QAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "157F",
            "name": "CANADIAN SYLLABICS QI"
        },
        {
            "codepoint": "1580",
            "name": "CANADIAN SYLLABICS QII"
        },
        {
            "codepoint": "1581",
            "name": "CANADIAN SYLLABICS QO",
            "comments": [
                "Inuktitut (QU)"
            ]
        },
        {
            "codepoint": "1582",
            "name": "CANADIAN SYLLABICS QOO",
            "comments": [
                "Inuktitut (QUU)"
            ]
        },
        {
            "codepoint": "1583",
            "name": "CANADIAN SYLLABICS QA"
        },
        {
            "codepoint": "1584",
            "name": "CANADIAN SYLLABICS QAA"
        },
        {
            "codepoint": "1585",
            "name": "CANADIAN SYLLABICS Q"
        },
        {
            "codepoint": "1586",
            "name": "CANADIAN SYLLABICS TLHE",
            "comments": [
                "Sayisi (KLE)"
            ]
        },
        {
            "codepoint": "1587",
            "name": "CANADIAN SYLLABICS TLHI",
            "comments": [
                "Sayisi (KLI)"
            ]
        },
        {
            "codepoint": "1588",
            "name": "CANADIAN SYLLABICS TLHO",
            "comments": [
                "Sayisi (KLU)"
            ]
        },
        {
            "codepoint": "1589",
            "name": "CANADIAN SYLLABICS TLHA",
            "comments": [
                "Sayisi (KLA)"
            ]
        },
        {
            "codepoint": "158A",
            "name": "CANADIAN SYLLABICS WEST-CREE RE"
        },
        {
            "codepoint": "158B",
            "name": "CANADIAN SYLLABICS WEST-CREE RI"
        },
        {
            "codepoint": "158C",
            "name": "CANADIAN SYLLABICS WEST-CREE RO"
        },
        {
            "codepoint": "158D",
            "name": "CANADIAN SYLLABICS WEST-CREE RA"
        },
        {
            "codepoint": "158E",
            "name": "CANADIAN SYLLABICS NGAAI",
            "comments": [
                "Inuktitut"
            ]
        },
        {
            "codepoint": "158F",
            "name": "CANADIAN SYLLABICS NGI"
        },
        {
            "codepoint": "1590",
            "name": "CANADIAN SYLLABICS NGII"
        },
        {
            "codepoint": "1591",
            "name": "CANADIAN SYLLABICS NGO",
            "comments": [
                "Inuktitut (NGU)"
            ]
        },
        {
            "codepoint": "1592",
            "name": "CANADIAN SYLLABICS NGOO",
            "comments": [
                "Inuktitut (NGUU)"
            ]
        },
        {
            "codepoint": "1593",
            "name": "CANADIAN SYLLABICS NGA"
        },
        {
            "codepoint": "1594",
            "name": "CANADIAN SYLLABICS NGAA"
        },
        {
            "codepoint": "1595",
            "name": "CANADIAN SYLLABICS NG"
        },
        {
            "codepoint": "1596",
            "name": "CANADIAN SYLLABICS NNG"
        },
        {
            "codepoint": "1597",
            "name": "CANADIAN SYLLABICS SAYISI SHE"
        },
        {
            "codepoint": "1598",
            "name": "CANADIAN SYLLABICS SAYISI SHI"
        },
        {
            "codepoint": "1599",
            "name": "CANADIAN SYLLABICS SAYISI SHO",
            "comments": [
                "Sayisi (SHU)"
            ]
        },
        {
            "codepoint": "159A",
            "name": "CANADIAN SYLLABICS SAYISI SHA"
        },
        {
            "codepoint": "159B",
            "name": "CANADIAN SYLLABICS WOODS-CREE THE"
        },
        {
            "codepoint": "159C",
            "name": "CANADIAN SYLLABICS WOODS-CREE THI"
        },
        {
            "codepoint": "159D",
            "name": "CANADIAN SYLLABICS WOODS-CREE THO"
        },
        {
            "codepoint": "159E",
            "name": "CANADIAN SYLLABICS WOODS-CREE THA"
        },
        {
            "codepoint": "159F",
            "name": "CANADIAN SYLLABICS WOODS-CREE TH"
        },
        {
            "codepoint": "15A0",
            "name": "CANADIAN SYLLABICS LHI"
        },
        {
            "codepoint": "15A1",
            "name": "CANADIAN SYLLABICS LHII"
        },
        {
            "codepoint": "15A2",
            "name": "CANADIAN SYLLABICS LHO",
            "comments": [
                "Inuktitut (LHU)"
            ]
        },
        {
            "codepoint": "15A3",
            "name": "CANADIAN SYLLABICS LHOO",
            "comments": [
                "Inuktitut (LHUU)"
            ]
        },
        {
            "codepoint": "15A4",
            "name": "CANADIAN SYLLABICS LHA"
        },
        {
            "codepoint": "15A5",
            "name": "CANADIAN SYLLABICS LHAA"
        },
        {
            "codepoint": "15A6",
            "name": "CANADIAN SYLLABICS LH"
        },
        {
            "codepoint": "15A7",
            "name": "CANADIAN SYLLABICS TH-CREE THE"
        },
        {
            "codepoint": "15A8",
            "name": "CANADIAN SYLLABICS TH-CREE THI"
        },
        {
            "codepoint": "15A9",
            "name": "CANADIAN SYLLABICS TH-CREE THII"
        },
        {
            "codepoint": "15AA",
            "name": "CANADIAN SYLLABICS TH-CREE THO"
        },
        {
            "codepoint": "15AB",
            "name": "CANADIAN SYLLABICS TH-CREE THOO"
        },
        {
            "codepoint": "15AC",
            "name": "CANADIAN SYLLABICS TH-CREE THA"
        },
        {
            "codepoint": "15AD",
            "name": "CANADIAN SYLLABICS TH-CREE THAA"
        },
        {
            "codepoint": "15AE",
            "name": "CANADIAN SYLLABICS TH-CREE TH"
        },
        {
            "codepoint": "15AF",
            "name": "CANADIAN SYLLABICS AIVILIK B"
        },
        {
            "codepoint": "15B0",
            "name": "CANADIAN SYLLABICS BLACKFOOT E"
        },
        {
            "codepoint": "15B1",
            "name": "CANADIAN SYLLABICS BLACKFOOT I"
        },
        {
            "codepoint": "15B2",
            "name": "CANADIAN SYLLABICS BLACKFOOT O"
        },
        {
            "codepoint": "15B3",
            "name": "CANADIAN SYLLABICS BLACKFOOT A"
        },
        {
            "codepoint": "15B4",
            "name": "CANADIAN SYLLABICS BLACKFOOT WE"
        },
        {
            "codepoint": "15B5",
            "name": "CANADIAN SYLLABICS BLACKFOOT WI"
        },
        {
            "codepoint": "15B6",
            "name": "CANADIAN SYLLABICS BLACKFOOT WO"
        },
        {
            "codepoint": "15B7",
            "name": "CANADIAN SYLLABICS BLACKFOOT WA"
        },
        {
            "codepoint": "15B8",
            "name": "CANADIAN SYLLABICS BLACKFOOT NE"
        },
        {
            "codepoint": "15B9",
            "name": "CANADIAN SYLLABICS BLACKFOOT NI"
        },
        {
            "codepoint": "15BA",
            "name": "CANADIAN SYLLABICS BLACKFOOT NO"
        },
        {
            "codepoint": "15BB",
            "name": "CANADIAN SYLLABICS BLACKFOOT NA"
        },
        {
            "codepoint": "15BC",
            "name": "CANADIAN SYLLABICS BLACKFOOT KE"
        },
        {
            "codepoint": "15BD",
            "name": "CANADIAN SYLLABICS BLACKFOOT KI"
        },
        {
            "codepoint": "15BE",
            "name": "CANADIAN SYLLABICS BLACKFOOT KO"
        },
        {
            "codepoint": "15BF",
            "name": "CANADIAN SYLLABICS BLACKFOOT KA"
        },
        {
            "codepoint": "15C0",
            "name": "CANADIAN SYLLABICS SAYISI HE"
        },
        {
            "codepoint": "15C1",
            "name": "CANADIAN SYLLABICS SAYISI HI"
        },
        {
            "codepoint": "15C2",
            "name": "CANADIAN SYLLABICS SAYISI HO",
            "comments": [
                "Sayisi (HU)"
            ]
        },
        {
            "codepoint": "15C3",
            "name": "CANADIAN SYLLABICS SAYISI HA"
        },
        {
            "codepoint": "15C4",
            "name": "CANADIAN SYLLABICS CARRIER GHU"
        },
        {
            "codepoint": "15C5",
            "name": "CANADIAN SYLLABICS CARRIER GHO"
        },
        {
            "codepoint": "15C6",
            "name": "CANADIAN SYLLABICS CARRIER GHE"
        },
        {
            "codepoint": "15C7",
            "name": "CANADIAN SYLLABICS CARRIER GHEE"
        },
        {
            "codepoint": "15C8",
            "name": "CANADIAN SYLLABICS CARRIER GHI"
        },
        {
            "codepoint": "15C9",
            "name": "CANADIAN SYLLABICS CARRIER GHA"
        },
        {
            "codepoint": "15CA",
            "name": "CANADIAN SYLLABICS CARRIER RU"
        },
        {
            "codepoint": "15CB",
            "name": "CANADIAN SYLLABICS CARRIER RO"
        },
        {
            "codepoint": "15CC",
            "name": "CANADIAN SYLLABICS CARRIER RE"
        },
        {
            "codepoint": "15CD",
            "name": "CANADIAN SYLLABICS CARRIER REE"
        },
        {
            "codepoint": "15CE",
            "name": "CANADIAN SYLLABICS CARRIER RI"
        },
        {
            "codepoint": "15CF",
            "name": "CANADIAN SYLLABICS CARRIER RA"
        },
        {
            "codepoint": "15D0",
            "name": "CANADIAN SYLLABICS CARRIER WU"
        },
        {
            "codepoint": "15D1",
            "name": "CANADIAN SYLLABICS CARRIER WO"
        },
        {
            "codepoint": "15D2",
            "name": "CANADIAN SYLLABICS CARRIER WE"
        },
        {
            "codepoint": "15D3",
            "name": "CANADIAN SYLLABICS CARRIER WEE"
        },
        {
            "codepoint": "15D4",
            "name": "CANADIAN SYLLABICS CARRIER WI"
        },
        {
            "codepoint": "15D5",
            "name": "CANADIAN SYLLABICS CARRIER WA"
        },
        {
            "codepoint": "15D6",
            "name": "CANADIAN SYLLABICS CARRIER HWU"
        },
        {
            "codepoint": "15D7",
            "name": "CANADIAN SYLLABICS CARRIER HWO"
        },
        {
            "codepoint": "15D8",
            "name": "CANADIAN SYLLABICS CARRIER HWE"
        },
        {
            "codepoint": "15D9",
            "name": "CANADIAN SYLLABICS CARRIER HWEE"
        },
        {
            "codepoint": "15DA",
            "name": "CANADIAN SYLLABICS CARRIER HWI"
        },
        {
            "codepoint": "15DB",
            "name": "CANADIAN SYLLABICS CARRIER HWA"
        },
        {
            "codepoint": "15DC",
            "name": "CANADIAN SYLLABICS CARRIER THU"
        },
        {
            "codepoint": "15DD",
            "name": "CANADIAN SYLLABICS CARRIER THO"
        },
        {
            "codepoint": "15DE",
            "name": "CANADIAN SYLLABICS CARRIER THE"
        },
        {
            "codepoint": "15DF",
            "name": "CANADIAN SYLLABICS CARRIER THEE"
        },
        {
            "codepoint": "15E0",
            "name": "CANADIAN SYLLABICS CARRIER THI"
        },
        {
            "codepoint": "15E1",
            "name": "CANADIAN SYLLABICS CARRIER THA"
        },
        {
            "codepoint": "15E2",
            "name": "CANADIAN SYLLABICS CARRIER TTU"
        },
        {
            "codepoint": "15E3",
            "name": "CANADIAN SYLLABICS CARRIER TTO"
        },
        {
            "codepoint": "15E4",
            "name": "CANADIAN SYLLABICS CARRIER TTE"
        },
        {
            "codepoint": "15E5",
            "name": "CANADIAN SYLLABICS CARRIER TTEE"
        },
        {
            "codepoint": "15E6",
            "name": "CANADIAN SYLLABICS CARRIER TTI"
        },
        {
            "codepoint": "15E7",
            "name": "CANADIAN SYLLABICS CARRIER TTA"
        },
        {
            "codepoint": "15E8",
            "name": "CANADIAN SYLLABICS CARRIER PU"
        },
        {
            "codepoint": "15E9",
            "name": "CANADIAN SYLLABICS CARRIER PO"
        },
        {
            "codepoint": "15EA",
            "name": "CANADIAN SYLLABICS CARRIER PE"
        },
        {
            "codepoint": "15EB",
            "name": "CANADIAN SYLLABICS CARRIER PEE"
        },
        {
            "codepoint": "15EC",
            "name": "CANADIAN SYLLABICS CARRIER PI"
        },
        {
            "codepoint": "15ED",
            "name": "CANADIAN SYLLABICS CARRIER PA"
        },
        {
            "codepoint": "15EE",
            "name": "CANADIAN SYLLABICS CARRIER P"
        },
        {
            "codepoint": "15EF",
            "name": "CANADIAN SYLLABICS CARRIER GU"
        },
        {
            "codepoint": "15F0",
            "name": "CANADIAN SYLLABICS CARRIER GO"
        },
        {
            "codepoint": "15F1",
            "name": "CANADIAN SYLLABICS CARRIER GE"
        },
        {
            "codepoint": "15F2",
            "name": "CANADIAN SYLLABICS CARRIER GEE"
        },
        {
            "codepoint": "15F3",
            "name": "CANADIAN SYLLABICS CARRIER GI"
        },
        {
            "codepoint": "15F4",
            "name": "CANADIAN SYLLABICS CARRIER GA"
        },
        {
            "codepoint": "15F5",
            "name": "CANADIAN SYLLABICS CARRIER KHU"
        },
        {
            "codepoint": "15F6",
            "name": "CANADIAN SYLLABICS CARRIER KHO"
        },
        {
            "codepoint": "15F7",
            "name": "CANADIAN SYLLABICS CARRIER KHE"
        },
        {
            "codepoint": "15F8",
            "name": "CANADIAN SYLLABICS CARRIER KHEE"
        },
        {
            "codepoint": "15F9",
            "name": "CANADIAN SYLLABICS CARRIER KHI"
        },
        {
            "codepoint": "15FA",
            "name": "CANADIAN SYLLABICS CARRIER KHA"
        },
        {
            "codepoint": "15FB",
            "name": "CANADIAN SYLLABICS CARRIER KKU"
        },
        {
            "codepoint": "15FC",
            "name": "CANADIAN SYLLABICS CARRIER KKO"
        },
        {
            "codepoint": "15FD",
            "name": "CANADIAN SYLLABICS CARRIER KKE"
        },
        {
            "codepoint": "15FE",
            "name": "CANADIAN SYLLABICS CARRIER KKEE"
        },
        {
            "codepoint": "15FF",
            "name": "CANADIAN SYLLABICS CARRIER KKI"
        },
        {
            "codepoint": "1600",
            "name": "CANADIAN SYLLABICS CARRIER KKA"
        },
        {
            "codepoint": "1601",
            "name": "CANADIAN SYLLABICS CARRIER KK"
        },
        {
            "codepoint": "1602",
            "name": "CANADIAN SYLLABICS CARRIER NU"
        },
        {
            "codepoint": "1603",
            "name": "CANADIAN SYLLABICS CARRIER NO"
        },
        {
            "codepoint": "1604",
            "name": "CANADIAN SYLLABICS CARRIER NE"
        },
        {
            "codepoint": "1605",
            "name": "CANADIAN SYLLABICS CARRIER NEE"
        },
        {
            "codepoint": "1606",
            "name": "CANADIAN SYLLABICS CARRIER NI"
        },
        {
            "codepoint": "1607",
            "name": "CANADIAN SYLLABICS CARRIER NA"
        },
        {
            "codepoint": "1608",
            "name": "CANADIAN SYLLABICS CARRIER MU"
        },
        {
            "codepoint": "1609",
            "name": "CANADIAN SYLLABICS CARRIER MO"
        },
        {
            "codepoint": "160A",
            "name": "CANADIAN SYLLABICS CARRIER ME"
        },
        {
            "codepoint": "160B",
            "name": "CANADIAN SYLLABICS CARRIER MEE"
        },
        {
            "codepoint": "160C",
            "name": "CANADIAN SYLLABICS CARRIER MI"
        },
        {
            "codepoint": "160D",
            "name": "CANADIAN SYLLABICS CARRIER MA"
        },
        {
            "codepoint": "160E",
            "name": "CANADIAN SYLLABICS CARRIER YU"
        },
        {
            "codepoint": "160F",
            "name": "CANADIAN SYLLABICS CARRIER YO"
        },
        {
            "codepoint": "1610",
            "name": "CANADIAN SYLLABICS CARRIER YE"
        },
        {
            "codepoint": "1611",
            "name": "CANADIAN SYLLABICS CARRIER YEE"
        },
        {
            "codepoint": "1612",
            "name": "CANADIAN SYLLABICS CARRIER YI"
        },
        {
            "codepoint": "1613",
            "name": "CANADIAN SYLLABICS CARRIER YA"
        },
        {
            "codepoint": "1614",
            "name": "CANADIAN SYLLABICS CARRIER JU",
            "comments": [
                "Athapascan (ZA), Sayisi (TZO), South Slavey (DHA)"
            ]
        },
        {
            "codepoint": "1615",
            "name": "CANADIAN SYLLABICS SAYISI JU",
            "comments": [
                "Athapascan (ZO), Sayisi (TZU), South Slavey (DHO)"
            ]
        },
        {
            "codepoint": "1616",
            "name": "CANADIAN SYLLABICS CARRIER JO"
        },
        {
            "codepoint": "1617",
            "name": "CANADIAN SYLLABICS CARRIER JE"
        },
        {
            "codepoint": "1618",
            "name": "CANADIAN SYLLABICS CARRIER JEE"
        },
        {
            "codepoint": "1619",
            "name": "CANADIAN SYLLABICS CARRIER JI"
        },
        {
            "codepoint": "161A",
            "name": "CANADIAN SYLLABICS SAYISI JI",
            "comments": [
                "Athapascan (ZE), Sayisi (TZE), South Slavey (DHE)"
            ]
        },
        {
            "codepoint": "161B",
            "name": "CANADIAN SYLLABICS CARRIER JA",
            "comments": [
                "Athapascan (ZI), Sayisi (TZI), South Slavey (DHI)"
            ]
        },
        {
            "codepoint": "161C",
            "name": "CANADIAN SYLLABICS CARRIER JJU"
        },
        {
            "codepoint": "161D",
            "name": "CANADIAN SYLLABICS CARRIER JJO"
        },
        {
            "codepoint": "161E",
            "name": "CANADIAN SYLLABICS CARRIER JJE"
        },
        {
            "codepoint": "161F",
            "name": "CANADIAN SYLLABICS CARRIER JJEE"
        },
        {
            "codepoint": "1620",
            "name": "CANADIAN SYLLABICS CARRIER JJI"
        },
        {
            "codepoint": "1621",
            "name": "CANADIAN SYLLABICS CARRIER JJA"
        },
        {
            "codepoint": "1622",
            "name": "CANADIAN SYLLABICS CARRIER LU"
        },
        {
            "codepoint": "1623",
            "name": "CANADIAN SYLLABICS CARRIER LO"
        },
        {
            "codepoint": "1624",
            "name": "CANADIAN SYLLABICS CARRIER LE"
        },
        {
            "codepoint": "1625",
            "name": "CANADIAN SYLLABICS CARRIER LEE"
        },
        {
            "codepoint": "1626",
            "name": "CANADIAN SYLLABICS CARRIER LI"
        },
        {
            "codepoint": "1627",
            "name": "CANADIAN SYLLABICS CARRIER LA"
        },
        {
            "codepoint": "1628",
            "name": "CANADIAN SYLLABICS CARRIER DLU"
        },
        {
            "codepoint": "1629",
            "name": "CANADIAN SYLLABICS CARRIER DLO"
        },
        {
            "codepoint": "162A",
            "name": "CANADIAN SYLLABICS CARRIER DLE"
        },
        {
            "codepoint": "162B",
            "name": "CANADIAN SYLLABICS CARRIER DLEE"
        },
        {
            "codepoint": "162C",
            "name": "CANADIAN SYLLABICS CARRIER DLI"
        },
        {
            "codepoint": "162D",
            "name": "CANADIAN SYLLABICS CARRIER DLA"
        },
        {
            "codepoint": "162E",
            "name": "CANADIAN SYLLABICS CARRIER LHU"
        },
        {
            "codepoint": "162F",
            "name": "CANADIAN SYLLABICS CARRIER LHO"
        },
        {
            "codepoint": "1630",
            "name": "CANADIAN SYLLABICS CARRIER LHE"
        },
        {
            "codepoint": "1631",
            "name": "CANADIAN SYLLABICS CARRIER LHEE"
        },
        {
            "codepoint": "1632",
            "name": "CANADIAN SYLLABICS CARRIER LHI"
        },
        {
            "codepoint": "1633",
            "name": "CANADIAN SYLLABICS CARRIER LHA"
        },
        {
            "codepoint": "1634",
            "name": "CANADIAN SYLLABICS CARRIER TLHU"
        },
        {
            "codepoint": "1635",
            "name": "CANADIAN SYLLABICS CARRIER TLHO"
        },
        {
            "codepoint": "1636",
            "name": "CANADIAN SYLLABICS CARRIER TLHE"
        },
        {
            "codepoint": "1637",
            "name": "CANADIAN SYLLABICS CARRIER TLHEE"
        },
        {
            "codepoint": "1638",
            "name": "CANADIAN SYLLABICS CARRIER TLHI"
        },
        {
            "codepoint": "1639",
            "name": "CANADIAN SYLLABICS CARRIER TLHA"
        },
        {
            "codepoint": "163A",
            "name": "CANADIAN SYLLABICS CARRIER TLU"
        },
        {
            "codepoint": "163B",
            "name": "CANADIAN SYLLABICS CARRIER TLO"
        },
        {
            "codepoint": "163C",
            "name": "CANADIAN SYLLABICS CARRIER TLE"
        },
        {
            "codepoint": "163D",
            "name": "CANADIAN SYLLABICS CARRIER TLEE"
        },
        {
            "codepoint": "163E",
            "name": "CANADIAN SYLLABICS CARRIER TLI"
        },
        {
            "codepoint": "163F",
            "name": "CANADIAN SYLLABICS CARRIER TLA"
        },
        {
            "codepoint": "1640",
            "name": "CANADIAN SYLLABICS CARRIER ZU"
        },
        {
            "codepoint": "1641",
            "name": "CANADIAN SYLLABICS CARRIER ZO"
        },
        {
            "codepoint": "1642",
            "name": "CANADIAN SYLLABICS CARRIER ZE"
        },
        {
            "codepoint": "1643",
            "name": "CANADIAN SYLLABICS CARRIER ZEE"
        },
        {
            "codepoint": "1644",
            "name": "CANADIAN SYLLABICS CARRIER ZI"
        },
        {
            "codepoint": "1645",
            "name": "CANADIAN SYLLABICS CARRIER ZA"
        },
        {
            "codepoint": "1646",
            "name": "CANADIAN SYLLABICS CARRIER Z"
        },
        {
            "codepoint": "1647",
            "name": "CANADIAN SYLLABICS CARRIER INITIAL Z"
        },
        {
            "codepoint": "1648",
            "name": "CANADIAN SYLLABICS CARRIER DZU"
        },
        {
            "codepoint": "1649",
            "name": "CANADIAN SYLLABICS CARRIER DZO"
        },
        {
            "codepoint": "164A",
            "name": "CANADIAN SYLLABICS CARRIER DZE"
        },
        {
            "codepoint": "164B",
            "name": "CANADIAN SYLLABICS CARRIER DZEE"
        },
        {
            "codepoint": "164C",
            "name": "CANADIAN SYLLABICS CARRIER DZI"
        },
        {
            "codepoint": "164D",
            "name": "CANADIAN SYLLABICS CARRIER DZA"
        },
        {
            "codepoint": "164E",
            "name": "CANADIAN SYLLABICS CARRIER SU"
        },
        {
            "codepoint": "164F",
            "name": "CANADIAN SYLLABICS CARRIER SO"
        },
        {
            "codepoint": "1650",
            "name": "CANADIAN SYLLABICS CARRIER SE"
        },
        {
            "codepoint": "1651",
            "name": "CANADIAN SYLLABICS CARRIER SEE"
        },
        {
            "codepoint": "1652",
            "name": "CANADIAN SYLLABICS CARRIER SI"
        },
        {
            "codepoint": "1653",
            "name": "CANADIAN SYLLABICS CARRIER SA"
        },
        {
            "codepoint": "1654",
            "name": "CANADIAN SYLLABICS CARRIER SHU"
        },
        {
            "codepoint": "1655",
            "name": "CANADIAN SYLLABICS CARRIER SHO"
        },
        {
            "codepoint": "1656",
            "name": "CANADIAN SYLLABICS CARRIER SHE"
        },
        {
            "codepoint": "1657",
            "name": "CANADIAN SYLLABICS CARRIER SHEE"
        },
        {
            "codepoint": "1658",
            "name": "CANADIAN SYLLABICS CARRIER SHI"
        },
        {
            "codepoint": "1659",
            "name": "CANADIAN SYLLABICS CARRIER SHA"
        },
        {
            "codepoint": "165A",
            "name": "CANADIAN SYLLABICS CARRIER SH"
        },
        {
            "codepoint": "165B",
            "name": "CANADIAN SYLLABICS CARRIER TSU"
        },
        {
            "codepoint": "165C",
            "name": "CANADIAN SYLLABICS CARRIER TSO"
        },
        {
            "codepoint": "165D",
            "name": "CANADIAN SYLLABICS CARRIER TSE"
        },
        {
            "codepoint": "165E",
            "name": "CANADIAN SYLLABICS CARRIER TSEE"
        },
        {
            "codepoint": "165F",
            "name": "CANADIAN SYLLABICS CARRIER TSI"
        },
        {
            "codepoint": "1660",
            "name": "CANADIAN SYLLABICS CARRIER TSA"
        },
        {
            "codepoint": "1661",
            "name": "CANADIAN SYLLABICS CARRIER CHU"
        },
        {
            "codepoint": "1662",
            "name": "CANADIAN SYLLABICS CARRIER CHO"
        },
        {
            "codepoint": "1663",
            "name": "CANADIAN SYLLABICS CARRIER CHE"
        },
        {
            "codepoint": "1664",
            "name": "CANADIAN SYLLABICS CARRIER CHEE"
        },
        {
            "codepoint": "1665",
            "name": "CANADIAN SYLLABICS CARRIER CHI"
        },
        {
            "codepoint": "1666",
            "name": "CANADIAN SYLLABICS CARRIER CHA"
        },
        {
            "codepoint": "1667",
            "name": "CANADIAN SYLLABICS CARRIER TTSU"
        },
        {
            "codepoint": "1668",
            "name": "CANADIAN SYLLABICS CARRIER TTSO"
        },
        {
            "codepoint": "1669",
            "name": "CANADIAN SYLLABICS CARRIER TTSE"
        },
        {
            "codepoint": "166A",
            "name": "CANADIAN SYLLABICS CARRIER TTSEE"
        },
        {
            "codepoint": "166B",
            "name": "CANADIAN SYLLABICS CARRIER TTSI"
        },
        {
            "codepoint": "166C",
            "name": "CANADIAN SYLLABICS CARRIER TTSA"
        },
        {
            "codepoint": "166D",
            "name": "CANADIAN SYLLABICS CHI SIGN",
            "comments": [
                "Algonquian",
                "used as a symbol to denote Christ"
            ],
            "crossReferences": [
                "(chi rho - 2627)"
            ]
        },
        {
            "codepoint": "166E",
            "name": "CANADIAN SYLLABICS FULL STOP",
            "crossReferences": [
                "(stenographic full stop - 2E3C)"
            ]
        },
        {
            "codepoint": "166F",
            "name": "CANADIAN SYLLABICS QAI"
        },
        {
            "codepoint": "1670",
            "name": "CANADIAN SYLLABICS NGAI"
        },
        {
            "codepoint": "1671",
            "name": "CANADIAN SYLLABICS NNGI"
        },
        {
            "codepoint": "1672",
            "name": "CANADIAN SYLLABICS NNGII"
        },
        {
            "codepoint": "1673",
            "name": "CANADIAN SYLLABICS NNGO",
            "comments": [
                "Inuktitut (NNGU)"
            ]
        },
        {
            "codepoint": "1674",
            "name": "CANADIAN SYLLABICS NNGOO",
            "comments": [
                "Inuktitut (NNGUU)"
            ]
        },
        {
            "codepoint": "1675",
            "name": "CANADIAN SYLLABICS NNGA"
        },
        {
            "codepoint": "1676",
            "name": "CANADIAN SYLLABICS NNGAA"
        },
        {
            "codepoint": "1677",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWEE"
        },
        {
            "codepoint": "1678",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWI"
        },
        {
            "codepoint": "1679",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWII"
        },
        {
            "codepoint": "167A",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWO"
        },
        {
            "codepoint": "167B",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWOO"
        },
        {
            "codepoint": "167C",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWA"
        },
        {
            "codepoint": "167D",
            "name": "CANADIAN SYLLABICS WOODS-CREE THWAA"
        },
        {
            "codepoint": "167E",
            "name": "CANADIAN SYLLABICS WOODS-CREE FINAL TH"
        },
        {
            "codepoint": "167F",
            "name": "CANADIAN SYLLABICS BLACKFOOT W"
        },
        {
            "codepoint": "1680",
            "name": "OGHAM SPACE MARK",
            "comments": [
                "glyph is blank in \"stemless\" style fonts"
            ],
            "crossReferences": [
                "(space - 0020)"
            ]
        },
        {
            "codepoint": "1681",
            "name": "OGHAM LETTER BEITH"
        },
        {
            "codepoint": "1682",
            "name": "OGHAM LETTER LUIS"
        },
        {
            "codepoint": "1683",
            "name": "OGHAM LETTER FEARN"
        },
        {
            "codepoint": "1684",
            "name": "OGHAM LETTER SAIL"
        },
        {
            "codepoint": "1685",
            "name": "OGHAM LETTER NION"
        },
        {
            "codepoint": "1686",
            "name": "OGHAM LETTER UATH"
        },
        {
            "codepoint": "1687",
            "name": "OGHAM LETTER DAIR"
        },
        {
            "codepoint": "1688",
            "name": "OGHAM LETTER TINNE"
        },
        {
            "codepoint": "1689",
            "name": "OGHAM LETTER COLL"
        },
        {
            "codepoint": "168A",
            "name": "OGHAM LETTER CEIRT"
        },
        {
            "codepoint": "168B",
            "name": "OGHAM LETTER MUIN"
        },
        {
            "codepoint": "168C",
            "name": "OGHAM LETTER GORT"
        },
        {
            "codepoint": "168D",
            "name": "OGHAM LETTER NGEADAL"
        },
        {
            "codepoint": "168E",
            "name": "OGHAM LETTER STRAIF"
        },
        {
            "codepoint": "168F",
            "name": "OGHAM LETTER RUIS"
        },
        {
            "codepoint": "1690",
            "name": "OGHAM LETTER AILM"
        },
        {
            "codepoint": "1691",
            "name": "OGHAM LETTER ONN"
        },
        {
            "codepoint": "1692",
            "name": "OGHAM LETTER UR"
        },
        {
            "codepoint": "1693",
            "name": "OGHAM LETTER EADHADH"
        },
        {
            "codepoint": "1694",
            "name": "OGHAM LETTER IODHADH"
        },
        {
            "codepoint": "1695",
            "name": "OGHAM LETTER EABHADH"
        },
        {
            "codepoint": "1696",
            "name": "OGHAM LETTER OR"
        },
        {
            "codepoint": "1697",
            "name": "OGHAM LETTER UILLEANN"
        },
        {
            "codepoint": "1698",
            "name": "OGHAM LETTER IFIN"
        },
        {
            "codepoint": "1699",
            "name": "OGHAM LETTER EAMHANCHOLL"
        },
        {
            "codepoint": "169A",
            "name": "OGHAM LETTER PEITH"
        },
        {
            "codepoint": "169B",
            "name": "OGHAM FEATHER MARK",
            "comments": [
                "marks beginning of Ogham text"
            ]
        },
        {
            "codepoint": "169C",
            "name": "OGHAM REVERSED FEATHER MARK",
            "comments": [
                "marks end of Ogham text"
            ]
        },
        {
            "codepoint": "16A0",
            "name": "RUNIC LETTER FEHU FEOH FE F"
        },
        {
            "codepoint": "16A1",
            "name": "RUNIC LETTER V"
        },
        {
            "codepoint": "16A2",
            "name": "RUNIC LETTER URUZ UR U"
        },
        {
            "codepoint": "16A3",
            "name": "RUNIC LETTER YR"
        },
        {
            "codepoint": "16A4",
            "name": "RUNIC LETTER Y"
        },
        {
            "codepoint": "16A5",
            "name": "RUNIC LETTER W"
        },
        {
            "codepoint": "16A6",
            "name": "RUNIC LETTER THURISAZ THURS THORN",
            "crossReferences": [
                "(latin small letter thorn - 00FE)"
            ]
        },
        {
            "codepoint": "16A7",
            "name": "RUNIC LETTER ETH"
        },
        {
            "codepoint": "16A8",
            "name": "RUNIC LETTER ANSUZ A"
        },
        {
            "codepoint": "16A9",
            "name": "RUNIC LETTER OS O"
        },
        {
            "codepoint": "16AA",
            "name": "RUNIC LETTER AC A"
        },
        {
            "codepoint": "16AB",
            "name": "RUNIC LETTER AESC"
        },
        {
            "codepoint": "16AC",
            "name": "RUNIC LETTER LONG-BRANCH-OSS O"
        },
        {
            "codepoint": "16AD",
            "name": "RUNIC LETTER SHORT-TWIG-OSS O"
        },
        {
            "codepoint": "16AE",
            "name": "RUNIC LETTER O"
        },
        {
            "codepoint": "16AF",
            "name": "RUNIC LETTER OE"
        },
        {
            "codepoint": "16B0",
            "name": "RUNIC LETTER ON"
        },
        {
            "codepoint": "16B1",
            "name": "RUNIC LETTER RAIDO RAD REID R"
        },
        {
            "codepoint": "16B2",
            "name": "RUNIC LETTER KAUNA"
        },
        {
            "codepoint": "16B3",
            "name": "RUNIC LETTER CEN"
        },
        {
            "codepoint": "16B4",
            "name": "RUNIC LETTER KAUN K"
        },
        {
            "codepoint": "16B5",
            "name": "RUNIC LETTER G"
        },
        {
            "codepoint": "16B6",
            "name": "RUNIC LETTER ENG"
        },
        {
            "codepoint": "16B7",
            "name": "RUNIC LETTER GEBO GYFU G"
        },
        {
            "codepoint": "16B8",
            "name": "RUNIC LETTER GAR"
        },
        {
            "codepoint": "16B9",
            "name": "RUNIC LETTER WUNJO WYNN W",
            "crossReferences": [
                "(latin letter wynn - 01BF)"
            ]
        },
        {
            "codepoint": "16BA",
            "name": "RUNIC LETTER HAGLAZ H"
        },
        {
            "codepoint": "16BB",
            "name": "RUNIC LETTER HAEGL H"
        },
        {
            "codepoint": "16BC",
            "name": "RUNIC LETTER LONG-BRANCH-HAGALL H"
        },
        {
            "codepoint": "16BD",
            "name": "RUNIC LETTER SHORT-TWIG-HAGALL H"
        },
        {
            "codepoint": "16BE",
            "name": "RUNIC LETTER NAUDIZ NYD NAUD N"
        },
        {
            "codepoint": "16BF",
            "name": "RUNIC LETTER SHORT-TWIG-NAUD N"
        },
        {
            "codepoint": "16C0",
            "name": "RUNIC LETTER DOTTED-N"
        },
        {
            "codepoint": "16C1",
            "name": "RUNIC LETTER ISAZ IS ISS I"
        },
        {
            "codepoint": "16C2",
            "name": "RUNIC LETTER E"
        },
        {
            "codepoint": "16C3",
            "name": "RUNIC LETTER JERAN J"
        },
        {
            "codepoint": "16C4",
            "name": "RUNIC LETTER GER"
        },
        {
            "codepoint": "16C5",
            "name": "RUNIC LETTER LONG-BRANCH-AR AE"
        },
        {
            "codepoint": "16C6",
            "name": "RUNIC LETTER SHORT-TWIG-AR A"
        },
        {
            "codepoint": "16C7",
            "name": "RUNIC LETTER IWAZ EOH"
        },
        {
            "codepoint": "16C8",
            "name": "RUNIC LETTER PERTHO PEORTH P"
        },
        {
            "codepoint": "16C9",
            "name": "RUNIC LETTER ALGIZ EOLHX"
        },
        {
            "codepoint": "16CA",
            "name": "RUNIC LETTER SOWILO S"
        },
        {
            "codepoint": "16CB",
            "name": "RUNIC LETTER SIGEL LONG-BRANCH-SOL S"
        },
        {
            "codepoint": "16CC",
            "name": "RUNIC LETTER SHORT-TWIG-SOL S"
        },
        {
            "codepoint": "16CD",
            "name": "RUNIC LETTER C"
        },
        {
            "codepoint": "16CE",
            "name": "RUNIC LETTER Z"
        },
        {
            "codepoint": "16CF",
            "name": "RUNIC LETTER TIWAZ TIR TYR T"
        },
        {
            "codepoint": "16D0",
            "name": "RUNIC LETTER SHORT-TWIG-TYR T"
        },
        {
            "codepoint": "16D1",
            "name": "RUNIC LETTER D"
        },
        {
            "codepoint": "16D2",
            "name": "RUNIC LETTER BERKANAN BEORC BJARKAN B"
        },
        {
            "codepoint": "16D3",
            "name": "RUNIC LETTER SHORT-TWIG-BJARKAN B"
        },
        {
            "codepoint": "16D4",
            "name": "RUNIC LETTER DOTTED-P"
        },
        {
            "codepoint": "16D5",
            "name": "RUNIC LETTER OPEN-P"
        },
        {
            "codepoint": "16D6",
            "name": "RUNIC LETTER EHWAZ EH E"
        },
        {
            "codepoint": "16D7",
            "name": "RUNIC LETTER MANNAZ MAN M"
        },
        {
            "codepoint": "16D8",
            "name": "RUNIC LETTER LONG-BRANCH-MADR M"
        },
        {
            "codepoint": "16D9",
            "name": "RUNIC LETTER SHORT-TWIG-MADR M"
        },
        {
            "codepoint": "16DA",
            "name": "RUNIC LETTER LAUKAZ LAGU LOGR L"
        },
        {
            "codepoint": "16DB",
            "name": "RUNIC LETTER DOTTED-L"
        },
        {
            "codepoint": "16DC",
            "name": "RUNIC LETTER INGWAZ"
        },
        {
            "codepoint": "16DD",
            "name": "RUNIC LETTER ING"
        },
        {
            "codepoint": "16DE",
            "name": "RUNIC LETTER DAGAZ DAEG D"
        },
        {
            "codepoint": "16DF",
            "name": "RUNIC LETTER OTHALAN ETHEL O"
        },
        {
            "codepoint": "16E0",
            "name": "RUNIC LETTER EAR"
        },
        {
            "codepoint": "16E1",
            "name": "RUNIC LETTER IOR"
        },
        {
            "codepoint": "16E2",
            "name": "RUNIC LETTER CWEORTH"
        },
        {
            "codepoint": "16E3",
            "name": "RUNIC LETTER CALC"
        },
        {
            "codepoint": "16E4",
            "name": "RUNIC LETTER CEALC"
        },
        {
            "codepoint": "16E5",
            "name": "RUNIC LETTER STAN"
        },
        {
            "codepoint": "16E6",
            "name": "RUNIC LETTER LONG-BRANCH-YR"
        },
        {
            "codepoint": "16E7",
            "name": "RUNIC LETTER SHORT-TWIG-YR"
        },
        {
            "codepoint": "16E8",
            "name": "RUNIC LETTER ICELANDIC-YR"
        },
        {
            "codepoint": "16E9",
            "name": "RUNIC LETTER Q"
        },
        {
            "codepoint": "16EA",
            "name": "RUNIC LETTER X"
        },
        {
            "codepoint": "16EB",
            "name": "RUNIC SINGLE PUNCTUATION"
        },
        {
            "codepoint": "16EC",
            "name": "RUNIC MULTIPLE PUNCTUATION"
        },
        {
            "codepoint": "16ED",
            "name": "RUNIC CROSS PUNCTUATION"
        },
        {
            "codepoint": "16EE",
            "name": "RUNIC ARLAUG SYMBOL",
            "comments": [
                "golden number 17"
            ]
        },
        {
            "codepoint": "16EF",
            "name": "RUNIC TVIMADUR SYMBOL",
            "comments": [
                "golden number 18"
            ]
        },
        {
            "codepoint": "16F0",
            "name": "RUNIC BELGTHOR SYMBOL",
            "comments": [
                "golden number 19"
            ]
        },
        {
            "codepoint": "16F1",
            "name": "RUNIC LETTER K"
        },
        {
            "codepoint": "16F2",
            "name": "RUNIC LETTER SH"
        },
        {
            "codepoint": "16F3",
            "name": "RUNIC LETTER OO"
        },
        {
            "codepoint": "16F4",
            "name": "RUNIC LETTER FRANKS CASKET OS"
        },
        {
            "codepoint": "16F5",
            "name": "RUNIC LETTER FRANKS CASKET IS"
        },
        {
            "codepoint": "16F6",
            "name": "RUNIC LETTER FRANKS CASKET EH"
        },
        {
            "codepoint": "16F7",
            "name": "RUNIC LETTER FRANKS CASKET AC"
        },
        {
            "codepoint": "16F8",
            "name": "RUNIC LETTER FRANKS CASKET AESC"
        },
        {
            "codepoint": "1700",
            "name": "TAGALOG LETTER A"
        },
        {
            "codepoint": "1701",
            "name": "TAGALOG LETTER I"
        },
        {
            "codepoint": "1702",
            "name": "TAGALOG LETTER U"
        },
        {
            "codepoint": "1703",
            "name": "TAGALOG LETTER KA"
        },
        {
            "codepoint": "1704",
            "name": "TAGALOG LETTER GA"
        },
        {
            "codepoint": "1705",
            "name": "TAGALOG LETTER NGA"
        },
        {
            "codepoint": "1706",
            "name": "TAGALOG LETTER TA"
        },
        {
            "codepoint": "1707",
            "name": "TAGALOG LETTER DA"
        },
        {
            "codepoint": "1708",
            "name": "TAGALOG LETTER NA"
        },
        {
            "codepoint": "1709",
            "name": "TAGALOG LETTER PA"
        },
        {
            "codepoint": "170A",
            "name": "TAGALOG LETTER BA"
        },
        {
            "codepoint": "170B",
            "name": "TAGALOG LETTER MA"
        },
        {
            "codepoint": "170C",
            "name": "TAGALOG LETTER YA"
        },
        {
            "codepoint": "170D",
            "name": "TAGALOG LETTER RA",
            "comments": [
                "modern adaptation, not found in Old Tagalog"
            ]
        },
        {
            "codepoint": "170E",
            "name": "TAGALOG LETTER LA"
        },
        {
            "codepoint": "170F",
            "name": "TAGALOG LETTER WA"
        },
        {
            "codepoint": "1710",
            "name": "TAGALOG LETTER SA"
        },
        {
            "codepoint": "1711",
            "name": "TAGALOG LETTER HA"
        },
        {
            "codepoint": "1712",
            "name": "TAGALOG VOWEL SIGN I"
        },
        {
            "codepoint": "1713",
            "name": "TAGALOG VOWEL SIGN U"
        },
        {
            "codepoint": "1714",
            "name": "TAGALOG SIGN VIRAMA"
        },
        {
            "codepoint": "1715",
            "name": "TAGALOG SIGN PAMUDPOD",
            "crossReferences": [
                "(hanunoo sign pamudpod - 1734)"
            ]
        },
        {
            "codepoint": "171F",
            "name": "TAGALOG LETTER ARCHAIC RA",
            "aliases": [
                "Zambales ra"
            ],
            "comments": [
                "modern adaptation, not found in Old Tagalog"
            ]
        },
        {
            "codepoint": "1720",
            "name": "HANUNOO LETTER A"
        },
        {
            "codepoint": "1721",
            "name": "HANUNOO LETTER I"
        },
        {
            "codepoint": "1722",
            "name": "HANUNOO LETTER U"
        },
        {
            "codepoint": "1723",
            "name": "HANUNOO LETTER KA"
        },
        {
            "codepoint": "1724",
            "name": "HANUNOO LETTER GA"
        },
        {
            "codepoint": "1725",
            "name": "HANUNOO LETTER NGA"
        },
        {
            "codepoint": "1726",
            "name": "HANUNOO LETTER TA"
        },
        {
            "codepoint": "1727",
            "name": "HANUNOO LETTER DA"
        },
        {
            "codepoint": "1728",
            "name": "HANUNOO LETTER NA"
        },
        {
            "codepoint": "1729",
            "name": "HANUNOO LETTER PA"
        },
        {
            "codepoint": "172A",
            "name": "HANUNOO LETTER BA"
        },
        {
            "codepoint": "172B",
            "name": "HANUNOO LETTER MA"
        },
        {
            "codepoint": "172C",
            "name": "HANUNOO LETTER YA"
        },
        {
            "codepoint": "172D",
            "name": "HANUNOO LETTER RA"
        },
        {
            "codepoint": "172E",
            "name": "HANUNOO LETTER LA"
        },
        {
            "codepoint": "172F",
            "name": "HANUNOO LETTER WA"
        },
        {
            "codepoint": "1730",
            "name": "HANUNOO LETTER SA"
        },
        {
            "codepoint": "1731",
            "name": "HANUNOO LETTER HA"
        },
        {
            "codepoint": "1732",
            "name": "HANUNOO VOWEL SIGN I"
        },
        {
            "codepoint": "1733",
            "name": "HANUNOO VOWEL SIGN U"
        },
        {
            "codepoint": "1734",
            "name": "HANUNOO SIGN PAMUDPOD",
            "crossReferences": [
                "(tagalog sign pamudpod - 1715)"
            ]
        },
        {
            "codepoint": "1735",
            "name": "PHILIPPINE SINGLE PUNCTUATION",
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "1736",
            "name": "PHILIPPINE DOUBLE PUNCTUATION",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "1740",
            "name": "BUHID LETTER A"
        },
        {
            "codepoint": "1741",
            "name": "BUHID LETTER I"
        },
        {
            "codepoint": "1742",
            "name": "BUHID LETTER U"
        },
        {
            "codepoint": "1743",
            "name": "BUHID LETTER KA"
        },
        {
            "codepoint": "1744",
            "name": "BUHID LETTER GA"
        },
        {
            "codepoint": "1745",
            "name": "BUHID LETTER NGA"
        },
        {
            "codepoint": "1746",
            "name": "BUHID LETTER TA"
        },
        {
            "codepoint": "1747",
            "name": "BUHID LETTER DA"
        },
        {
            "codepoint": "1748",
            "name": "BUHID LETTER NA"
        },
        {
            "codepoint": "1749",
            "name": "BUHID LETTER PA"
        },
        {
            "codepoint": "174A",
            "name": "BUHID LETTER BA"
        },
        {
            "codepoint": "174B",
            "name": "BUHID LETTER MA"
        },
        {
            "codepoint": "174C",
            "name": "BUHID LETTER YA"
        },
        {
            "codepoint": "174D",
            "name": "BUHID LETTER RA"
        },
        {
            "codepoint": "174E",
            "name": "BUHID LETTER LA"
        },
        {
            "codepoint": "174F",
            "name": "BUHID LETTER WA"
        },
        {
            "codepoint": "1750",
            "name": "BUHID LETTER SA"
        },
        {
            "codepoint": "1751",
            "name": "BUHID LETTER HA"
        },
        {
            "codepoint": "1752",
            "name": "BUHID VOWEL SIGN I"
        },
        {
            "codepoint": "1753",
            "name": "BUHID VOWEL SIGN U"
        },
        {
            "codepoint": "1760",
            "name": "TAGBANWA LETTER A"
        },
        {
            "codepoint": "1761",
            "name": "TAGBANWA LETTER I"
        },
        {
            "codepoint": "1762",
            "name": "TAGBANWA LETTER U"
        },
        {
            "codepoint": "1763",
            "name": "TAGBANWA LETTER KA"
        },
        {
            "codepoint": "1764",
            "name": "TAGBANWA LETTER GA"
        },
        {
            "codepoint": "1765",
            "name": "TAGBANWA LETTER NGA"
        },
        {
            "codepoint": "1766",
            "name": "TAGBANWA LETTER TA"
        },
        {
            "codepoint": "1767",
            "name": "TAGBANWA LETTER DA"
        },
        {
            "codepoint": "1768",
            "name": "TAGBANWA LETTER NA"
        },
        {
            "codepoint": "1769",
            "name": "TAGBANWA LETTER PA"
        },
        {
            "codepoint": "176A",
            "name": "TAGBANWA LETTER BA"
        },
        {
            "codepoint": "176B",
            "name": "TAGBANWA LETTER MA"
        },
        {
            "codepoint": "176C",
            "name": "TAGBANWA LETTER YA"
        },
        {
            "codepoint": "176E",
            "name": "TAGBANWA LETTER LA"
        },
        {
            "codepoint": "176F",
            "name": "TAGBANWA LETTER WA"
        },
        {
            "codepoint": "1770",
            "name": "TAGBANWA LETTER SA"
        },
        {
            "codepoint": "1772",
            "name": "TAGBANWA VOWEL SIGN I"
        },
        {
            "codepoint": "1773",
            "name": "TAGBANWA VOWEL SIGN U"
        },
        {
            "codepoint": "1780",
            "name": "KHMER LETTER KA"
        },
        {
            "codepoint": "1781",
            "name": "KHMER LETTER KHA"
        },
        {
            "codepoint": "1782",
            "name": "KHMER LETTER KO"
        },
        {
            "codepoint": "1783",
            "name": "KHMER LETTER KHO"
        },
        {
            "codepoint": "1784",
            "name": "KHMER LETTER NGO"
        },
        {
            "codepoint": "1785",
            "name": "KHMER LETTER CA"
        },
        {
            "codepoint": "1786",
            "name": "KHMER LETTER CHA"
        },
        {
            "codepoint": "1787",
            "name": "KHMER LETTER CO"
        },
        {
            "codepoint": "1788",
            "name": "KHMER LETTER CHO"
        },
        {
            "codepoint": "1789",
            "name": "KHMER LETTER NYO"
        },
        {
            "codepoint": "178A",
            "name": "KHMER LETTER DA"
        },
        {
            "codepoint": "178B",
            "name": "KHMER LETTER TTHA"
        },
        {
            "codepoint": "178C",
            "name": "KHMER LETTER DO"
        },
        {
            "codepoint": "178D",
            "name": "KHMER LETTER TTHO"
        },
        {
            "codepoint": "178E",
            "name": "KHMER LETTER NNO",
            "comments": [
                "as this character belongs to the first register, its correct transliteration is nna, not nno"
            ]
        },
        {
            "codepoint": "178F",
            "name": "KHMER LETTER TA"
        },
        {
            "codepoint": "1790",
            "name": "KHMER LETTER THA"
        },
        {
            "codepoint": "1791",
            "name": "KHMER LETTER TO"
        },
        {
            "codepoint": "1792",
            "name": "KHMER LETTER THO"
        },
        {
            "codepoint": "1793",
            "name": "KHMER LETTER NO"
        },
        {
            "codepoint": "1794",
            "name": "KHMER LETTER BA"
        },
        {
            "codepoint": "1795",
            "name": "KHMER LETTER PHA"
        },
        {
            "codepoint": "1796",
            "name": "KHMER LETTER PO"
        },
        {
            "codepoint": "1797",
            "name": "KHMER LETTER PHO"
        },
        {
            "codepoint": "1798",
            "name": "KHMER LETTER MO"
        },
        {
            "codepoint": "1799",
            "name": "KHMER LETTER YO"
        },
        {
            "codepoint": "179A",
            "name": "KHMER LETTER RO"
        },
        {
            "codepoint": "179B",
            "name": "KHMER LETTER LO"
        },
        {
            "codepoint": "179C",
            "name": "KHMER LETTER VO"
        },
        {
            "codepoint": "179D",
            "name": "KHMER LETTER SHA",
            "comments": [
                "used only for Pali/Sanskrit transliteration"
            ]
        },
        {
            "codepoint": "179E",
            "name": "KHMER LETTER SSO",
            "comments": [
                "used only for Pali/Sanskrit transliteration",
                "as this character belongs to the first register, its correct transliteration is ssa, not sso"
            ]
        },
        {
            "codepoint": "179F",
            "name": "KHMER LETTER SA"
        },
        {
            "codepoint": "17A0",
            "name": "KHMER LETTER HA"
        },
        {
            "codepoint": "17A1",
            "name": "KHMER LETTER LA"
        },
        {
            "codepoint": "17A2",
            "name": "KHMER LETTER QA",
            "comments": [
                "glottal stop"
            ]
        },
        {
            "codepoint": "17A3",
            "name": "KHMER INDEPENDENT VOWEL QAQ",
            "comments": [
                "use of this character is strongly discouraged; 17A2 should be used instead"
            ]
        },
        {
            "codepoint": "17A4",
            "name": "KHMER INDEPENDENT VOWEL QAA",
            "comments": [
                "use of this character is strongly discouraged; the sequence 17A2 17B6 should be used instead"
            ]
        },
        {
            "codepoint": "17A5",
            "name": "KHMER INDEPENDENT VOWEL QI"
        },
        {
            "codepoint": "17A6",
            "name": "KHMER INDEPENDENT VOWEL QII"
        },
        {
            "codepoint": "17A7",
            "name": "KHMER INDEPENDENT VOWEL QU"
        },
        {
            "codepoint": "17A8",
            "name": "KHMER INDEPENDENT VOWEL QUK",
            "comments": [
                "obsolete ligature for the sequence 17A7 1780",
                "use of the sequence is now preferred"
            ]
        },
        {
            "codepoint": "17A9",
            "name": "KHMER INDEPENDENT VOWEL QUU"
        },
        {
            "codepoint": "17AA",
            "name": "KHMER INDEPENDENT VOWEL QUUV"
        },
        {
            "codepoint": "17AB",
            "name": "KHMER INDEPENDENT VOWEL RY"
        },
        {
            "codepoint": "17AC",
            "name": "KHMER INDEPENDENT VOWEL RYY"
        },
        {
            "codepoint": "17AD",
            "name": "KHMER INDEPENDENT VOWEL LY"
        },
        {
            "codepoint": "17AE",
            "name": "KHMER INDEPENDENT VOWEL LYY"
        },
        {
            "codepoint": "17AF",
            "name": "KHMER INDEPENDENT VOWEL QE"
        },
        {
            "codepoint": "17B0",
            "name": "KHMER INDEPENDENT VOWEL QAI"
        },
        {
            "codepoint": "17B1",
            "name": "KHMER INDEPENDENT VOWEL QOO TYPE ONE"
        },
        {
            "codepoint": "17B2",
            "name": "KHMER INDEPENDENT VOWEL QOO TYPE TWO",
            "comments": [
                "this is a variant for 17B1, used in only two words",
                "17B1 is the normal variant of this vowel"
            ]
        },
        {
            "codepoint": "17B3",
            "name": "KHMER INDEPENDENT VOWEL QAU"
        },
        {
            "codepoint": "17B4",
            "name": "KHMER VOWEL INHERENT AQ"
        },
        {
            "codepoint": "17B5",
            "name": "KHMER VOWEL INHERENT AA"
        },
        {
            "codepoint": "17B6",
            "name": "KHMER VOWEL SIGN AA"
        },
        {
            "codepoint": "17B7",
            "name": "KHMER VOWEL SIGN I"
        },
        {
            "codepoint": "17B8",
            "name": "KHMER VOWEL SIGN II"
        },
        {
            "codepoint": "17B9",
            "name": "KHMER VOWEL SIGN Y"
        },
        {
            "codepoint": "17BA",
            "name": "KHMER VOWEL SIGN YY"
        },
        {
            "codepoint": "17BB",
            "name": "KHMER VOWEL SIGN U"
        },
        {
            "codepoint": "17BC",
            "name": "KHMER VOWEL SIGN UU"
        },
        {
            "codepoint": "17BD",
            "name": "KHMER VOWEL SIGN UA"
        },
        {
            "codepoint": "17BE",
            "name": "KHMER VOWEL SIGN OE"
        },
        {
            "codepoint": "17BF",
            "name": "KHMER VOWEL SIGN YA"
        },
        {
            "codepoint": "17C0",
            "name": "KHMER VOWEL SIGN IE"
        },
        {
            "codepoint": "17C1",
            "name": "KHMER VOWEL SIGN E"
        },
        {
            "codepoint": "17C2",
            "name": "KHMER VOWEL SIGN AE"
        },
        {
            "codepoint": "17C3",
            "name": "KHMER VOWEL SIGN AI"
        },
        {
            "codepoint": "17C4",
            "name": "KHMER VOWEL SIGN OO"
        },
        {
            "codepoint": "17C5",
            "name": "KHMER VOWEL SIGN AU"
        },
        {
            "codepoint": "17C6",
            "name": "KHMER SIGN NIKAHIT",
            "aliases": [
                "srak am",
                "anusvara"
            ],
            "comments": [
                "final nasalization",
                "this character is usually regarded as a vowel sign am, along with om and aam"
            ],
            "crossReferences": [
                "(thai character nikhahit - 0E4D)",
                "(myanmar sign anusvara - 1036)"
            ]
        },
        {
            "codepoint": "17C7",
            "name": "KHMER SIGN REAHMUK",
            "aliases": [
                "srak ah",
                "visarga"
            ],
            "crossReferences": [
                "(myanmar sign visarga - 1038)"
            ]
        },
        {
            "codepoint": "17C8",
            "name": "KHMER SIGN YUUKALEAPINTU",
            "comments": [
                "inserts a short inherent vowel with abrupt glottal stop",
                "the preferred transliteration is yukaleakpintu"
            ]
        },
        {
            "codepoint": "17C9",
            "name": "KHMER SIGN MUUSIKATOAN",
            "comments": [
                "changes the second register to the first",
                "the preferred transliteration is muusekatoan"
            ]
        },
        {
            "codepoint": "17CA",
            "name": "KHMER SIGN TRIISAP",
            "comments": [
                "changes the first register to the second",
                "the preferred transliteration is treisap"
            ]
        },
        {
            "codepoint": "17CB",
            "name": "KHMER SIGN BANTOC",
            "comments": [
                "shortens the vowel sound in the previous orthographic syllable",
                "the preferred transliteration is bantak"
            ]
        },
        {
            "codepoint": "17CC",
            "name": "KHMER SIGN ROBAT",
            "comments": [
                "a diacritic historically corresponding to the repha form of ra in Devanagari"
            ]
        },
        {
            "codepoint": "17CD",
            "name": "KHMER SIGN TOANDAKHIAT",
            "comments": [
                "indicates that the base character is not pronounced"
            ],
            "crossReferences": [
                "(thai character thanthakhat - 0E4C)"
            ]
        },
        {
            "codepoint": "17CE",
            "name": "KHMER SIGN KAKABAT",
            "comments": [
                "sign used with some exclamations"
            ]
        },
        {
            "codepoint": "17CF",
            "name": "KHMER SIGN AHSDA",
            "comments": [
                "denotes stressed intonation in some single-consonant words"
            ]
        },
        {
            "codepoint": "17D0",
            "name": "KHMER SIGN SAMYOK SANNYA",
            "comments": [
                "denotes deviation from the general rules of pronunciation, mostly used in loan words from Pali/Sanskrit, French, and so on"
            ]
        },
        {
            "codepoint": "17D1",
            "name": "KHMER SIGN VIRIAM",
            "comments": [
                "mostly obsolete, a \"killer\"",
                "indicates that the base character is the final consonant of a word without its inherent vowel sound"
            ]
        },
        {
            "codepoint": "17D2",
            "name": "KHMER SIGN COENG",
            "comments": [
                "functions to indicate that the following Khmer letter is to be rendered subscripted",
                "shape shown is arbitrary and is not visibly rendered"
            ]
        },
        {
            "codepoint": "17D3",
            "name": "KHMER SIGN BATHAMASAT",
            "comments": [
                "originally intended as part of lunar date symbols",
                "use of this character is discouraged in favor of the complete set of lunar date symbols"
            ],
            "crossReferences": [
                "(khmer symbol pathamasat - 19E0)"
            ]
        },
        {
            "codepoint": "17D4",
            "name": "KHMER SIGN KHAN",
            "comments": [
                "functions as a full stop, period"
            ],
            "crossReferences": [
                "(thai character paiyannoi - 0E2F)",
                "(myanmar sign little section - 104A)"
            ]
        },
        {
            "codepoint": "17D5",
            "name": "KHMER SIGN BARIYOOSAN",
            "comments": [
                "indicates the end of a section or a text"
            ],
            "crossReferences": [
                "(thai character angkhankhu - 0E5A)",
                "(myanmar sign section - 104B)"
            ]
        },
        {
            "codepoint": "17D6",
            "name": "KHMER SIGN CAMNUC PII KUUH",
            "comments": [
                "functions as colon",
                "the preferred transliteration is camnoc pii kuuh"
            ],
            "crossReferences": [
                "(division sign - 00F7)",
                "(tibetan mark gter tsheg - 0F14)"
            ]
        },
        {
            "codepoint": "17D7",
            "name": "KHMER SIGN LEK TOO",
            "comments": [
                "repetition sign"
            ],
            "crossReferences": [
                "(thai character maiyamok - 0E46)"
            ]
        },
        {
            "codepoint": "17D8",
            "name": "KHMER SIGN BEYYAL",
            "comments": [
                "et cetera",
                "use of this character is discouraged; other abbreviations for et cetera also exist",
                "preferred spelling: 17D4 179B 17D4"
            ]
        },
        {
            "codepoint": "17D9",
            "name": "KHMER SIGN PHNAEK MUAN",
            "comments": [
                "indicates the beginning of a book or a treatise",
                "the preferred transliteration is phnek moan"
            ],
            "crossReferences": [
                "(thai character fongman - 0E4F)"
            ]
        },
        {
            "codepoint": "17DA",
            "name": "KHMER SIGN KOOMUUT",
            "comments": [
                "indicates the end of a book or treatise",
                "this forms a pair with 17D9",
                "the preferred transliteration is koomoot"
            ],
            "crossReferences": [
                "(thai character khomut - 0E5B)"
            ]
        },
        {
            "codepoint": "17DB",
            "name": "KHMER CURRENCY SYMBOL RIEL"
        },
        {
            "codepoint": "17DC",
            "name": "KHMER SIGN AVAKRAHASANYA",
            "comments": [
                "rare, shows an omitted Sanskrit vowel, like an apostrophe",
                "the preferred transliteration is avakraha sannya"
            ],
            "crossReferences": [
                "(devanagari sign avagraha - 093D)"
            ]
        },
        {
            "codepoint": "17DD",
            "name": "KHMER SIGN ATTHACAN",
            "comments": [
                "mostly obsolete",
                "indicates that the base character is the final consonant of a word with its inherent vowel sound"
            ],
            "crossReferences": [
                "(khmer sign viriam - 17D1)"
            ]
        },
        {
            "codepoint": "17E0",
            "name": "KHMER DIGIT ZERO"
        },
        {
            "codepoint": "17E1",
            "name": "KHMER DIGIT ONE"
        },
        {
            "codepoint": "17E2",
            "name": "KHMER DIGIT TWO"
        },
        {
            "codepoint": "17E3",
            "name": "KHMER DIGIT THREE"
        },
        {
            "codepoint": "17E4",
            "name": "KHMER DIGIT FOUR"
        },
        {
            "codepoint": "17E5",
            "name": "KHMER DIGIT FIVE"
        },
        {
            "codepoint": "17E6",
            "name": "KHMER DIGIT SIX"
        },
        {
            "codepoint": "17E7",
            "name": "KHMER DIGIT SEVEN"
        },
        {
            "codepoint": "17E8",
            "name": "KHMER DIGIT EIGHT"
        },
        {
            "codepoint": "17E9",
            "name": "KHMER DIGIT NINE"
        },
        {
            "codepoint": "17F0",
            "name": "KHMER SYMBOL LEK ATTAK SON"
        },
        {
            "codepoint": "17F1",
            "name": "KHMER SYMBOL LEK ATTAK MUOY"
        },
        {
            "codepoint": "17F2",
            "name": "KHMER SYMBOL LEK ATTAK PII"
        },
        {
            "codepoint": "17F3",
            "name": "KHMER SYMBOL LEK ATTAK BEI"
        },
        {
            "codepoint": "17F4",
            "name": "KHMER SYMBOL LEK ATTAK BUON"
        },
        {
            "codepoint": "17F5",
            "name": "KHMER SYMBOL LEK ATTAK PRAM"
        },
        {
            "codepoint": "17F6",
            "name": "KHMER SYMBOL LEK ATTAK PRAM-MUOY"
        },
        {
            "codepoint": "17F7",
            "name": "KHMER SYMBOL LEK ATTAK PRAM-PII"
        },
        {
            "codepoint": "17F8",
            "name": "KHMER SYMBOL LEK ATTAK PRAM-BEI"
        },
        {
            "codepoint": "17F9",
            "name": "KHMER SYMBOL LEK ATTAK PRAM-BUON"
        },
        {
            "codepoint": "1800",
            "name": "MONGOLIAN BIRGA",
            "crossReferences": [
                "(tibetan mark initial yig mgo mdun ma - 0F04)"
            ]
        },
        {
            "codepoint": "1801",
            "name": "MONGOLIAN ELLIPSIS"
        },
        {
            "codepoint": "1802",
            "name": "MONGOLIAN COMMA"
        },
        {
            "codepoint": "1803",
            "name": "MONGOLIAN FULL STOP"
        },
        {
            "codepoint": "1804",
            "name": "MONGOLIAN COLON"
        },
        {
            "codepoint": "1805",
            "name": "MONGOLIAN FOUR DOTS",
            "comments": [
                "marks the end of a chapter"
            ]
        },
        {
            "codepoint": "1806",
            "name": "MONGOLIAN TODO SOFT HYPHEN",
            "comments": [
                "not a format control character, but simply a hyphen for Todo",
                "also used in the Hudum (modern Mongolian) writing system"
            ],
            "crossReferences": [
                "(soft hyphen - 00AD)"
            ]
        },
        {
            "codepoint": "1807",
            "name": "MONGOLIAN SIBE SYLLABLE BOUNDARY MARKER"
        },
        {
            "codepoint": "1808",
            "name": "MONGOLIAN MANCHU COMMA"
        },
        {
            "codepoint": "1809",
            "name": "MONGOLIAN MANCHU FULL STOP"
        },
        {
            "codepoint": "180A",
            "name": "MONGOLIAN NIRUGU"
        },
        {
            "codepoint": "180B",
            "name": "MONGOLIAN FREE VARIATION SELECTOR ONE",
            "comments": [
                "abbreviated FVS1"
            ]
        },
        {
            "codepoint": "180C",
            "name": "MONGOLIAN FREE VARIATION SELECTOR TWO",
            "comments": [
                "abbreviated FVS2"
            ]
        },
        {
            "codepoint": "180D",
            "name": "MONGOLIAN FREE VARIATION SELECTOR THREE",
            "comments": [
                "abbreviated FVS3"
            ]
        },
        {
            "codepoint": "180E",
            "name": "MONGOLIAN VOWEL SEPARATOR",
            "comments": [
                "abbreviated MVS"
            ]
        },
        {
            "codepoint": "180F",
            "name": "MONGOLIAN FREE VARIATION SELECTOR FOUR",
            "comments": [
                "abbreviated FVS4"
            ]
        },
        {
            "codepoint": "1810",
            "name": "MONGOLIAN DIGIT ZERO"
        },
        {
            "codepoint": "1811",
            "name": "MONGOLIAN DIGIT ONE"
        },
        {
            "codepoint": "1812",
            "name": "MONGOLIAN DIGIT TWO"
        },
        {
            "codepoint": "1813",
            "name": "MONGOLIAN DIGIT THREE"
        },
        {
            "codepoint": "1814",
            "name": "MONGOLIAN DIGIT FOUR"
        },
        {
            "codepoint": "1815",
            "name": "MONGOLIAN DIGIT FIVE"
        },
        {
            "codepoint": "1816",
            "name": "MONGOLIAN DIGIT SIX"
        },
        {
            "codepoint": "1817",
            "name": "MONGOLIAN DIGIT SEVEN"
        },
        {
            "codepoint": "1818",
            "name": "MONGOLIAN DIGIT EIGHT"
        },
        {
            "codepoint": "1819",
            "name": "MONGOLIAN DIGIT NINE"
        },
        {
            "codepoint": "1820",
            "name": "MONGOLIAN LETTER A",
            "crossReferences": [
                "(cyrillic small letter a - 0430)"
            ]
        },
        {
            "codepoint": "1821",
            "name": "MONGOLIAN LETTER E",
            "crossReferences": [
                "(cyrillic small letter e - 044D)"
            ]
        },
        {
            "codepoint": "1822",
            "name": "MONGOLIAN LETTER I",
            "crossReferences": [
                "(cyrillic small letter i - 0438)"
            ]
        },
        {
            "codepoint": "1823",
            "name": "MONGOLIAN LETTER O",
            "crossReferences": [
                "(cyrillic small letter o - 043E)"
            ]
        },
        {
            "codepoint": "1824",
            "name": "MONGOLIAN LETTER U",
            "crossReferences": [
                "(cyrillic small letter u - 0443)"
            ]
        },
        {
            "codepoint": "1825",
            "name": "MONGOLIAN LETTER OE",
            "crossReferences": [
                "(cyrillic small letter barred o - 04E9)"
            ]
        },
        {
            "codepoint": "1826",
            "name": "MONGOLIAN LETTER UE",
            "crossReferences": [
                "(cyrillic small letter straight u - 04AF)"
            ]
        },
        {
            "codepoint": "1827",
            "name": "MONGOLIAN LETTER EE"
        },
        {
            "codepoint": "1828",
            "name": "MONGOLIAN LETTER NA",
            "crossReferences": [
                "(cyrillic small letter en - 043D)"
            ]
        },
        {
            "codepoint": "1829",
            "name": "MONGOLIAN LETTER ANG"
        },
        {
            "codepoint": "182A",
            "name": "MONGOLIAN LETTER BA",
            "crossReferences": [
                "(cyrillic small letter be - 0431)"
            ]
        },
        {
            "codepoint": "182B",
            "name": "MONGOLIAN LETTER PA",
            "crossReferences": [
                "(cyrillic small letter pe - 043F)"
            ]
        },
        {
            "codepoint": "182C",
            "name": "MONGOLIAN LETTER QA",
            "crossReferences": [
                "(cyrillic small letter ha - 0445)"
            ]
        },
        {
            "codepoint": "182D",
            "name": "MONGOLIAN LETTER GA",
            "crossReferences": [
                "(cyrillic small letter ghe - 0433)"
            ]
        },
        {
            "codepoint": "182E",
            "name": "MONGOLIAN LETTER MA",
            "crossReferences": [
                "(cyrillic small letter em - 043C)"
            ]
        },
        {
            "codepoint": "182F",
            "name": "MONGOLIAN LETTER LA",
            "crossReferences": [
                "(cyrillic small letter el - 043B)"
            ]
        },
        {
            "codepoint": "1830",
            "name": "MONGOLIAN LETTER SA",
            "crossReferences": [
                "(cyrillic small letter es - 0441)"
            ]
        },
        {
            "codepoint": "1831",
            "name": "MONGOLIAN LETTER SHA",
            "crossReferences": [
                "(cyrillic small letter sha - 0448)"
            ]
        },
        {
            "codepoint": "1832",
            "name": "MONGOLIAN LETTER TA",
            "crossReferences": [
                "(cyrillic small letter te - 0442)"
            ]
        },
        {
            "codepoint": "1833",
            "name": "MONGOLIAN LETTER DA",
            "crossReferences": [
                "(cyrillic small letter de - 0434)"
            ]
        },
        {
            "codepoint": "1834",
            "name": "MONGOLIAN LETTER CHA",
            "crossReferences": [
                "(cyrillic small letter che - 0447)"
            ]
        },
        {
            "codepoint": "1835",
            "name": "MONGOLIAN LETTER JA",
            "crossReferences": [
                "(cyrillic small letter zhe - 0436)"
            ]
        },
        {
            "codepoint": "1836",
            "name": "MONGOLIAN LETTER YA",
            "crossReferences": [
                "(cyrillic small letter short i - 0439)"
            ]
        },
        {
            "codepoint": "1837",
            "name": "MONGOLIAN LETTER RA",
            "crossReferences": [
                "(cyrillic small letter er - 0440)"
            ]
        },
        {
            "codepoint": "1838",
            "name": "MONGOLIAN LETTER WA",
            "crossReferences": [
                "(cyrillic small letter ve - 0432)"
            ]
        },
        {
            "codepoint": "1839",
            "name": "MONGOLIAN LETTER FA",
            "crossReferences": [
                "(cyrillic small letter ef - 0444)"
            ]
        },
        {
            "codepoint": "183A",
            "name": "MONGOLIAN LETTER KA",
            "crossReferences": [
                "(cyrillic small letter ha - 0445)"
            ]
        },
        {
            "codepoint": "183B",
            "name": "MONGOLIAN LETTER KHA",
            "crossReferences": [
                "(cyrillic small letter ka - 043A)"
            ]
        },
        {
            "codepoint": "183C",
            "name": "MONGOLIAN LETTER TSA",
            "crossReferences": [
                "(cyrillic small letter tse - 0446)"
            ]
        },
        {
            "codepoint": "183D",
            "name": "MONGOLIAN LETTER ZA",
            "crossReferences": [
                "(cyrillic small letter ze - 0437)"
            ]
        },
        {
            "codepoint": "183E",
            "name": "MONGOLIAN LETTER HAA",
            "crossReferences": [
                "(cyrillic small letter ha - 0445)"
            ]
        },
        {
            "codepoint": "183F",
            "name": "MONGOLIAN LETTER ZRA",
            "crossReferences": [
                "(cyrillic small letter zhe - 0436)"
            ]
        },
        {
            "codepoint": "1840",
            "name": "MONGOLIAN LETTER LHA"
        },
        {
            "codepoint": "1841",
            "name": "MONGOLIAN LETTER ZHI"
        },
        {
            "codepoint": "1842",
            "name": "MONGOLIAN LETTER CHI"
        },
        {
            "codepoint": "1843",
            "name": "MONGOLIAN LETTER TODO LONG VOWEL SIGN"
        },
        {
            "codepoint": "1844",
            "name": "MONGOLIAN LETTER TODO E"
        },
        {
            "codepoint": "1845",
            "name": "MONGOLIAN LETTER TODO I"
        },
        {
            "codepoint": "1846",
            "name": "MONGOLIAN LETTER TODO O"
        },
        {
            "codepoint": "1847",
            "name": "MONGOLIAN LETTER TODO U"
        },
        {
            "codepoint": "1848",
            "name": "MONGOLIAN LETTER TODO OE"
        },
        {
            "codepoint": "1849",
            "name": "MONGOLIAN LETTER TODO UE"
        },
        {
            "codepoint": "184A",
            "name": "MONGOLIAN LETTER TODO ANG"
        },
        {
            "codepoint": "184B",
            "name": "MONGOLIAN LETTER TODO BA"
        },
        {
            "codepoint": "184C",
            "name": "MONGOLIAN LETTER TODO PA"
        },
        {
            "codepoint": "184D",
            "name": "MONGOLIAN LETTER TODO QA"
        },
        {
            "codepoint": "184E",
            "name": "MONGOLIAN LETTER TODO GA"
        },
        {
            "codepoint": "184F",
            "name": "MONGOLIAN LETTER TODO MA"
        },
        {
            "codepoint": "1850",
            "name": "MONGOLIAN LETTER TODO TA"
        },
        {
            "codepoint": "1851",
            "name": "MONGOLIAN LETTER TODO DA"
        },
        {
            "codepoint": "1852",
            "name": "MONGOLIAN LETTER TODO CHA"
        },
        {
            "codepoint": "1853",
            "name": "MONGOLIAN LETTER TODO JA"
        },
        {
            "codepoint": "1854",
            "name": "MONGOLIAN LETTER TODO TSA"
        },
        {
            "codepoint": "1855",
            "name": "MONGOLIAN LETTER TODO YA"
        },
        {
            "codepoint": "1856",
            "name": "MONGOLIAN LETTER TODO WA"
        },
        {
            "codepoint": "1857",
            "name": "MONGOLIAN LETTER TODO KA"
        },
        {
            "codepoint": "1858",
            "name": "MONGOLIAN LETTER TODO GAA"
        },
        {
            "codepoint": "1859",
            "name": "MONGOLIAN LETTER TODO HAA"
        },
        {
            "codepoint": "185A",
            "name": "MONGOLIAN LETTER TODO JIA"
        },
        {
            "codepoint": "185B",
            "name": "MONGOLIAN LETTER TODO NIA"
        },
        {
            "codepoint": "185C",
            "name": "MONGOLIAN LETTER TODO DZA"
        },
        {
            "codepoint": "185D",
            "name": "MONGOLIAN LETTER SIBE E"
        },
        {
            "codepoint": "185E",
            "name": "MONGOLIAN LETTER SIBE I"
        },
        {
            "codepoint": "185F",
            "name": "MONGOLIAN LETTER SIBE IY"
        },
        {
            "codepoint": "1860",
            "name": "MONGOLIAN LETTER SIBE UE"
        },
        {
            "codepoint": "1861",
            "name": "MONGOLIAN LETTER SIBE U"
        },
        {
            "codepoint": "1862",
            "name": "MONGOLIAN LETTER SIBE ANG"
        },
        {
            "codepoint": "1863",
            "name": "MONGOLIAN LETTER SIBE KA"
        },
        {
            "codepoint": "1864",
            "name": "MONGOLIAN LETTER SIBE GA"
        },
        {
            "codepoint": "1865",
            "name": "MONGOLIAN LETTER SIBE HA"
        },
        {
            "codepoint": "1866",
            "name": "MONGOLIAN LETTER SIBE PA"
        },
        {
            "codepoint": "1867",
            "name": "MONGOLIAN LETTER SIBE SHA"
        },
        {
            "codepoint": "1868",
            "name": "MONGOLIAN LETTER SIBE TA"
        },
        {
            "codepoint": "1869",
            "name": "MONGOLIAN LETTER SIBE DA"
        },
        {
            "codepoint": "186A",
            "name": "MONGOLIAN LETTER SIBE JA"
        },
        {
            "codepoint": "186B",
            "name": "MONGOLIAN LETTER SIBE FA"
        },
        {
            "codepoint": "186C",
            "name": "MONGOLIAN LETTER SIBE GAA"
        },
        {
            "codepoint": "186D",
            "name": "MONGOLIAN LETTER SIBE HAA"
        },
        {
            "codepoint": "186E",
            "name": "MONGOLIAN LETTER SIBE TSA"
        },
        {
            "codepoint": "186F",
            "name": "MONGOLIAN LETTER SIBE ZA"
        },
        {
            "codepoint": "1870",
            "name": "MONGOLIAN LETTER SIBE RAA"
        },
        {
            "codepoint": "1871",
            "name": "MONGOLIAN LETTER SIBE CHA"
        },
        {
            "codepoint": "1872",
            "name": "MONGOLIAN LETTER SIBE ZHA"
        },
        {
            "codepoint": "1873",
            "name": "MONGOLIAN LETTER MANCHU I"
        },
        {
            "codepoint": "1874",
            "name": "MONGOLIAN LETTER MANCHU KA"
        },
        {
            "codepoint": "1875",
            "name": "MONGOLIAN LETTER MANCHU RA"
        },
        {
            "codepoint": "1876",
            "name": "MONGOLIAN LETTER MANCHU FA"
        },
        {
            "codepoint": "1877",
            "name": "MONGOLIAN LETTER MANCHU ZHA"
        },
        {
            "codepoint": "1878",
            "name": "MONGOLIAN LETTER CHA WITH TWO DOTS"
        },
        {
            "codepoint": "1880",
            "name": "MONGOLIAN LETTER ALI GALI ANUSVARA ONE",
            "crossReferences": [
                "(tibetan sign sna ldan - 0F83)"
            ]
        },
        {
            "codepoint": "1881",
            "name": "MONGOLIAN LETTER ALI GALI VISARGA ONE",
            "crossReferences": [
                "(tibetan sign rnam bcad - 0F7F)"
            ]
        },
        {
            "codepoint": "1882",
            "name": "MONGOLIAN LETTER ALI GALI DAMARU",
            "crossReferences": [
                "(tibetan sign lce tsa can - 0F88)"
            ]
        },
        {
            "codepoint": "1883",
            "name": "MONGOLIAN LETTER ALI GALI UBADAMA"
        },
        {
            "codepoint": "1884",
            "name": "MONGOLIAN LETTER ALI GALI INVERTED UBADAMA",
            "crossReferences": [
                "(tibetan sign mchu can - 0F89)"
            ]
        },
        {
            "codepoint": "1885",
            "name": "MONGOLIAN LETTER ALI GALI BALUDA",
            "crossReferences": [
                "(tibetan mark paluta - 0F85)"
            ]
        },
        {
            "codepoint": "1886",
            "name": "MONGOLIAN LETTER ALI GALI THREE BALUDA"
        },
        {
            "codepoint": "1887",
            "name": "MONGOLIAN LETTER ALI GALI A"
        },
        {
            "codepoint": "1888",
            "name": "MONGOLIAN LETTER ALI GALI I"
        },
        {
            "codepoint": "1889",
            "name": "MONGOLIAN LETTER ALI GALI KA"
        },
        {
            "codepoint": "188A",
            "name": "MONGOLIAN LETTER ALI GALI NGA"
        },
        {
            "codepoint": "188B",
            "name": "MONGOLIAN LETTER ALI GALI CA"
        },
        {
            "codepoint": "188C",
            "name": "MONGOLIAN LETTER ALI GALI TTA"
        },
        {
            "codepoint": "188D",
            "name": "MONGOLIAN LETTER ALI GALI TTHA"
        },
        {
            "codepoint": "188E",
            "name": "MONGOLIAN LETTER ALI GALI DDA"
        },
        {
            "codepoint": "188F",
            "name": "MONGOLIAN LETTER ALI GALI NNA"
        },
        {
            "codepoint": "1890",
            "name": "MONGOLIAN LETTER ALI GALI TA"
        },
        {
            "codepoint": "1891",
            "name": "MONGOLIAN LETTER ALI GALI DA"
        },
        {
            "codepoint": "1892",
            "name": "MONGOLIAN LETTER ALI GALI PA"
        },
        {
            "codepoint": "1893",
            "name": "MONGOLIAN LETTER ALI GALI PHA"
        },
        {
            "codepoint": "1894",
            "name": "MONGOLIAN LETTER ALI GALI SSA"
        },
        {
            "codepoint": "1895",
            "name": "MONGOLIAN LETTER ALI GALI ZHA"
        },
        {
            "codepoint": "1896",
            "name": "MONGOLIAN LETTER ALI GALI ZA"
        },
        {
            "codepoint": "1897",
            "name": "MONGOLIAN LETTER ALI GALI AH"
        },
        {
            "codepoint": "1898",
            "name": "MONGOLIAN LETTER TODO ALI GALI TA"
        },
        {
            "codepoint": "1899",
            "name": "MONGOLIAN LETTER TODO ALI GALI ZHA"
        },
        {
            "codepoint": "189A",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI GHA"
        },
        {
            "codepoint": "189B",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI NGA"
        },
        {
            "codepoint": "189C",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI CA"
        },
        {
            "codepoint": "189D",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI JHA"
        },
        {
            "codepoint": "189E",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI TTA"
        },
        {
            "codepoint": "189F",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI DDHA"
        },
        {
            "codepoint": "18A0",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI TA"
        },
        {
            "codepoint": "18A1",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI DHA"
        },
        {
            "codepoint": "18A2",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI SSA"
        },
        {
            "codepoint": "18A3",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI CYA"
        },
        {
            "codepoint": "18A4",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI ZHA"
        },
        {
            "codepoint": "18A5",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI ZA"
        },
        {
            "codepoint": "18A6",
            "name": "MONGOLIAN LETTER ALI GALI HALF U"
        },
        {
            "codepoint": "18A7",
            "name": "MONGOLIAN LETTER ALI GALI HALF YA"
        },
        {
            "codepoint": "18A8",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI BHA"
        },
        {
            "codepoint": "18A9",
            "name": "MONGOLIAN LETTER ALI GALI DAGALGA"
        },
        {
            "codepoint": "18AA",
            "name": "MONGOLIAN LETTER MANCHU ALI GALI LHA"
        },
        {
            "codepoint": "18B0",
            "name": "CANADIAN SYLLABICS OY"
        },
        {
            "codepoint": "18B1",
            "name": "CANADIAN SYLLABICS AY"
        },
        {
            "codepoint": "18B2",
            "name": "CANADIAN SYLLABICS AAY"
        },
        {
            "codepoint": "18B3",
            "name": "CANADIAN SYLLABICS WAY"
        },
        {
            "codepoint": "18B4",
            "name": "CANADIAN SYLLABICS POY"
        },
        {
            "codepoint": "18B5",
            "name": "CANADIAN SYLLABICS PAY"
        },
        {
            "codepoint": "18B6",
            "name": "CANADIAN SYLLABICS PWOY"
        },
        {
            "codepoint": "18B7",
            "name": "CANADIAN SYLLABICS TAY"
        },
        {
            "codepoint": "18B8",
            "name": "CANADIAN SYLLABICS KAY"
        },
        {
            "codepoint": "18B9",
            "name": "CANADIAN SYLLABICS KWAY"
        },
        {
            "codepoint": "18BA",
            "name": "CANADIAN SYLLABICS MAY"
        },
        {
            "codepoint": "18BB",
            "name": "CANADIAN SYLLABICS NOY"
        },
        {
            "codepoint": "18BC",
            "name": "CANADIAN SYLLABICS NAY"
        },
        {
            "codepoint": "18BD",
            "name": "CANADIAN SYLLABICS LAY"
        },
        {
            "codepoint": "18BE",
            "name": "CANADIAN SYLLABICS SOY"
        },
        {
            "codepoint": "18BF",
            "name": "CANADIAN SYLLABICS SAY"
        },
        {
            "codepoint": "18C0",
            "name": "CANADIAN SYLLABICS SHOY"
        },
        {
            "codepoint": "18C1",
            "name": "CANADIAN SYLLABICS SHAY"
        },
        {
            "codepoint": "18C2",
            "name": "CANADIAN SYLLABICS SHWOY"
        },
        {
            "codepoint": "18C3",
            "name": "CANADIAN SYLLABICS YOY"
        },
        {
            "codepoint": "18C4",
            "name": "CANADIAN SYLLABICS YAY"
        },
        {
            "codepoint": "18C5",
            "name": "CANADIAN SYLLABICS RAY"
        },
        {
            "codepoint": "18C6",
            "name": "CANADIAN SYLLABICS NWI"
        },
        {
            "codepoint": "18C7",
            "name": "CANADIAN SYLLABICS OJIBWAY NWI"
        },
        {
            "codepoint": "18C8",
            "name": "CANADIAN SYLLABICS NWII"
        },
        {
            "codepoint": "18C9",
            "name": "CANADIAN SYLLABICS OJIBWAY NWII"
        },
        {
            "codepoint": "18CA",
            "name": "CANADIAN SYLLABICS NWO"
        },
        {
            "codepoint": "18CB",
            "name": "CANADIAN SYLLABICS OJIBWAY NWO"
        },
        {
            "codepoint": "18CC",
            "name": "CANADIAN SYLLABICS NWOO"
        },
        {
            "codepoint": "18CD",
            "name": "CANADIAN SYLLABICS OJIBWAY NWOO"
        },
        {
            "codepoint": "18CE",
            "name": "CANADIAN SYLLABICS RWEE"
        },
        {
            "codepoint": "18CF",
            "name": "CANADIAN SYLLABICS RWI"
        },
        {
            "codepoint": "18D0",
            "name": "CANADIAN SYLLABICS RWII"
        },
        {
            "codepoint": "18D1",
            "name": "CANADIAN SYLLABICS RWO"
        },
        {
            "codepoint": "18D2",
            "name": "CANADIAN SYLLABICS RWOO"
        },
        {
            "codepoint": "18D3",
            "name": "CANADIAN SYLLABICS RWA"
        },
        {
            "codepoint": "18D4",
            "name": "CANADIAN SYLLABICS OJIBWAY P"
        },
        {
            "codepoint": "18D5",
            "name": "CANADIAN SYLLABICS OJIBWAY T"
        },
        {
            "codepoint": "18D6",
            "name": "CANADIAN SYLLABICS OJIBWAY K"
        },
        {
            "codepoint": "18D7",
            "name": "CANADIAN SYLLABICS OJIBWAY C"
        },
        {
            "codepoint": "18D8",
            "name": "CANADIAN SYLLABICS OJIBWAY M"
        },
        {
            "codepoint": "18D9",
            "name": "CANADIAN SYLLABICS OJIBWAY N"
        },
        {
            "codepoint": "18DA",
            "name": "CANADIAN SYLLABICS OJIBWAY S"
        },
        {
            "codepoint": "18DB",
            "name": "CANADIAN SYLLABICS OJIBWAY SH"
        },
        {
            "codepoint": "18DC",
            "name": "CANADIAN SYLLABICS EASTERN W"
        },
        {
            "codepoint": "18DD",
            "name": "CANADIAN SYLLABICS WESTERN W"
        },
        {
            "codepoint": "18DE",
            "name": "CANADIAN SYLLABICS FINAL SMALL RING"
        },
        {
            "codepoint": "18DF",
            "name": "CANADIAN SYLLABICS FINAL RAISED DOT",
            "comments": [
                "Carrier (GLOTTAL STOP)"
            ]
        },
        {
            "codepoint": "18E0",
            "name": "CANADIAN SYLLABICS R-CREE RWE",
            "comments": [
                "Beaver Dene (LYE)"
            ]
        },
        {
            "codepoint": "18E1",
            "name": "CANADIAN SYLLABICS WEST-CREE LOO",
            "comments": [
                "Chipewyan Dene (LU)"
            ]
        },
        {
            "codepoint": "18E2",
            "name": "CANADIAN SYLLABICS WEST-CREE LAA",
            "comments": [
                "Beaver Dene (LAI)"
            ]
        },
        {
            "codepoint": "18E3",
            "name": "CANADIAN SYLLABICS THWE",
            "comments": [
                "Beaver Dene (TYE)"
            ]
        },
        {
            "codepoint": "18E4",
            "name": "CANADIAN SYLLABICS THWA",
            "comments": [
                "Beaver Dene (TYA)"
            ]
        },
        {
            "codepoint": "18E5",
            "name": "CANADIAN SYLLABICS TTHWE",
            "comments": [
                "Beaver Dene (HYE)"
            ]
        },
        {
            "codepoint": "18E6",
            "name": "CANADIAN SYLLABICS TTHOO",
            "comments": [
                "Chipewyan Dene (TTHU)"
            ]
        },
        {
            "codepoint": "18E7",
            "name": "CANADIAN SYLLABICS TTHAA",
            "comments": [
                "Beaver Dene (HAI)"
            ]
        },
        {
            "codepoint": "18E8",
            "name": "CANADIAN SYLLABICS TLHWE",
            "comments": [
                "Beaver Dene (TLYE)"
            ]
        },
        {
            "codepoint": "18E9",
            "name": "CANADIAN SYLLABICS TLHOO",
            "comments": [
                "Chipewyan Dene (TLU)"
            ]
        },
        {
            "codepoint": "18EA",
            "name": "CANADIAN SYLLABICS SAYISI SHWE",
            "comments": [
                "Beaver Dene (ZYE)"
            ]
        },
        {
            "codepoint": "18EB",
            "name": "CANADIAN SYLLABICS SAYISI SHOO",
            "comments": [
                "Chipewyan Dene (SHU)"
            ]
        },
        {
            "codepoint": "18EC",
            "name": "CANADIAN SYLLABICS SAYISI HOO",
            "comments": [
                "Chipewyan Dene (GU)"
            ]
        },
        {
            "codepoint": "18ED",
            "name": "CANADIAN SYLLABICS CARRIER GWU",
            "comments": [
                "Beaver Dene (CHYE)"
            ]
        },
        {
            "codepoint": "18EE",
            "name": "CANADIAN SYLLABICS CARRIER DENE GEE",
            "comments": [
                "Chipewyan Dene (CHU)"
            ]
        },
        {
            "codepoint": "18EF",
            "name": "CANADIAN SYLLABICS CARRIER GAA",
            "comments": [
                "Beaver Dene (CHAI)"
            ]
        },
        {
            "codepoint": "18F0",
            "name": "CANADIAN SYLLABICS CARRIER GWA",
            "comments": [
                "Hare Dene (SHYA)"
            ]
        },
        {
            "codepoint": "18F1",
            "name": "CANADIAN SYLLABICS SAYISI JUU",
            "comments": [
                "Chipewyan Dene (TSU)"
            ]
        },
        {
            "codepoint": "18F2",
            "name": "CANADIAN SYLLABICS CARRIER JWA",
            "comments": [
                "Beaver Dene (TSYE)"
            ]
        },
        {
            "codepoint": "18F3",
            "name": "CANADIAN SYLLABICS BEAVER DENE L"
        },
        {
            "codepoint": "18F4",
            "name": "CANADIAN SYLLABICS BEAVER DENE R"
        },
        {
            "codepoint": "18F5",
            "name": "CANADIAN SYLLABICS CARRIER DENTAL S"
        },
        {
            "codepoint": "1900",
            "name": "LIMBU VOWEL-CARRIER LETTER"
        },
        {
            "codepoint": "1901",
            "name": "LIMBU LETTER KA"
        },
        {
            "codepoint": "1902",
            "name": "LIMBU LETTER KHA"
        },
        {
            "codepoint": "1903",
            "name": "LIMBU LETTER GA"
        },
        {
            "codepoint": "1904",
            "name": "LIMBU LETTER GHA"
        },
        {
            "codepoint": "1905",
            "name": "LIMBU LETTER NGA"
        },
        {
            "codepoint": "1906",
            "name": "LIMBU LETTER CA"
        },
        {
            "codepoint": "1907",
            "name": "LIMBU LETTER CHA"
        },
        {
            "codepoint": "1908",
            "name": "LIMBU LETTER JA"
        },
        {
            "codepoint": "1909",
            "name": "LIMBU LETTER JHA"
        },
        {
            "codepoint": "190A",
            "name": "LIMBU LETTER YAN"
        },
        {
            "codepoint": "190B",
            "name": "LIMBU LETTER TA"
        },
        {
            "codepoint": "190C",
            "name": "LIMBU LETTER THA"
        },
        {
            "codepoint": "190D",
            "name": "LIMBU LETTER DA"
        },
        {
            "codepoint": "190E",
            "name": "LIMBU LETTER DHA"
        },
        {
            "codepoint": "190F",
            "name": "LIMBU LETTER NA"
        },
        {
            "codepoint": "1910",
            "name": "LIMBU LETTER PA"
        },
        {
            "codepoint": "1911",
            "name": "LIMBU LETTER PHA"
        },
        {
            "codepoint": "1912",
            "name": "LIMBU LETTER BA"
        },
        {
            "codepoint": "1913",
            "name": "LIMBU LETTER BHA"
        },
        {
            "codepoint": "1914",
            "name": "LIMBU LETTER MA"
        },
        {
            "codepoint": "1915",
            "name": "LIMBU LETTER YA"
        },
        {
            "codepoint": "1916",
            "name": "LIMBU LETTER RA"
        },
        {
            "codepoint": "1917",
            "name": "LIMBU LETTER LA"
        },
        {
            "codepoint": "1918",
            "name": "LIMBU LETTER WA"
        },
        {
            "codepoint": "1919",
            "name": "LIMBU LETTER SHA"
        },
        {
            "codepoint": "191A",
            "name": "LIMBU LETTER SSA"
        },
        {
            "codepoint": "191B",
            "name": "LIMBU LETTER SA"
        },
        {
            "codepoint": "191C",
            "name": "LIMBU LETTER HA"
        },
        {
            "codepoint": "191D",
            "name": "LIMBU LETTER GYAN",
            "aliases": [
                "jnya"
            ]
        },
        {
            "codepoint": "191E",
            "name": "LIMBU LETTER TRA"
        },
        {
            "codepoint": "1920",
            "name": "LIMBU VOWEL SIGN A"
        },
        {
            "codepoint": "1921",
            "name": "LIMBU VOWEL SIGN I"
        },
        {
            "codepoint": "1922",
            "name": "LIMBU VOWEL SIGN U"
        },
        {
            "codepoint": "1923",
            "name": "LIMBU VOWEL SIGN EE"
        },
        {
            "codepoint": "1924",
            "name": "LIMBU VOWEL SIGN AI"
        },
        {
            "codepoint": "1925",
            "name": "LIMBU VOWEL SIGN OO"
        },
        {
            "codepoint": "1926",
            "name": "LIMBU VOWEL SIGN AU"
        },
        {
            "codepoint": "1927",
            "name": "LIMBU VOWEL SIGN E"
        },
        {
            "codepoint": "1928",
            "name": "LIMBU VOWEL SIGN O"
        },
        {
            "codepoint": "1929",
            "name": "LIMBU SUBJOINED LETTER YA"
        },
        {
            "codepoint": "192A",
            "name": "LIMBU SUBJOINED LETTER RA"
        },
        {
            "codepoint": "192B",
            "name": "LIMBU SUBJOINED LETTER WA"
        },
        {
            "codepoint": "1930",
            "name": "LIMBU SMALL LETTER KA"
        },
        {
            "codepoint": "1931",
            "name": "LIMBU SMALL LETTER NGA"
        },
        {
            "codepoint": "1932",
            "name": "LIMBU SMALL LETTER ANUSVARA"
        },
        {
            "codepoint": "1933",
            "name": "LIMBU SMALL LETTER TA"
        },
        {
            "codepoint": "1934",
            "name": "LIMBU SMALL LETTER NA"
        },
        {
            "codepoint": "1935",
            "name": "LIMBU SMALL LETTER PA"
        },
        {
            "codepoint": "1936",
            "name": "LIMBU SMALL LETTER MA"
        },
        {
            "codepoint": "1937",
            "name": "LIMBU SMALL LETTER RA"
        },
        {
            "codepoint": "1938",
            "name": "LIMBU SMALL LETTER LA"
        },
        {
            "codepoint": "1939",
            "name": "LIMBU SIGN MUKPHRENG"
        },
        {
            "codepoint": "193A",
            "name": "LIMBU SIGN KEMPHRENG"
        },
        {
            "codepoint": "193B",
            "name": "LIMBU SIGN SA-I"
        },
        {
            "codepoint": "1940",
            "name": "LIMBU SIGN LOO"
        },
        {
            "codepoint": "1944",
            "name": "LIMBU EXCLAMATION MARK"
        },
        {
            "codepoint": "1945",
            "name": "LIMBU QUESTION MARK"
        },
        {
            "codepoint": "1946",
            "name": "LIMBU DIGIT ZERO"
        },
        {
            "codepoint": "1947",
            "name": "LIMBU DIGIT ONE"
        },
        {
            "codepoint": "1948",
            "name": "LIMBU DIGIT TWO"
        },
        {
            "codepoint": "1949",
            "name": "LIMBU DIGIT THREE"
        },
        {
            "codepoint": "194A",
            "name": "LIMBU DIGIT FOUR"
        },
        {
            "codepoint": "194B",
            "name": "LIMBU DIGIT FIVE"
        },
        {
            "codepoint": "194C",
            "name": "LIMBU DIGIT SIX"
        },
        {
            "codepoint": "194D",
            "name": "LIMBU DIGIT SEVEN"
        },
        {
            "codepoint": "194E",
            "name": "LIMBU DIGIT EIGHT"
        },
        {
            "codepoint": "194F",
            "name": "LIMBU DIGIT NINE"
        },
        {
            "codepoint": "1950",
            "name": "TAI LE LETTER KA"
        },
        {
            "codepoint": "1951",
            "name": "TAI LE LETTER XA"
        },
        {
            "codepoint": "1952",
            "name": "TAI LE LETTER NGA"
        },
        {
            "codepoint": "1953",
            "name": "TAI LE LETTER TSA"
        },
        {
            "codepoint": "1954",
            "name": "TAI LE LETTER SA"
        },
        {
            "codepoint": "1955",
            "name": "TAI LE LETTER YA"
        },
        {
            "codepoint": "1956",
            "name": "TAI LE LETTER TA"
        },
        {
            "codepoint": "1957",
            "name": "TAI LE LETTER THA"
        },
        {
            "codepoint": "1958",
            "name": "TAI LE LETTER LA"
        },
        {
            "codepoint": "1959",
            "name": "TAI LE LETTER PA"
        },
        {
            "codepoint": "195A",
            "name": "TAI LE LETTER PHA"
        },
        {
            "codepoint": "195B",
            "name": "TAI LE LETTER MA"
        },
        {
            "codepoint": "195C",
            "name": "TAI LE LETTER FA"
        },
        {
            "codepoint": "195D",
            "name": "TAI LE LETTER VA"
        },
        {
            "codepoint": "195E",
            "name": "TAI LE LETTER HA"
        },
        {
            "codepoint": "195F",
            "name": "TAI LE LETTER QA"
        },
        {
            "codepoint": "1960",
            "name": "TAI LE LETTER KHA"
        },
        {
            "codepoint": "1961",
            "name": "TAI LE LETTER TSHA"
        },
        {
            "codepoint": "1962",
            "name": "TAI LE LETTER NA"
        },
        {
            "codepoint": "1963",
            "name": "TAI LE LETTER A"
        },
        {
            "codepoint": "1964",
            "name": "TAI LE LETTER I"
        },
        {
            "codepoint": "1965",
            "name": "TAI LE LETTER EE"
        },
        {
            "codepoint": "1966",
            "name": "TAI LE LETTER EH"
        },
        {
            "codepoint": "1967",
            "name": "TAI LE LETTER U"
        },
        {
            "codepoint": "1968",
            "name": "TAI LE LETTER OO"
        },
        {
            "codepoint": "1969",
            "name": "TAI LE LETTER O"
        },
        {
            "codepoint": "196A",
            "name": "TAI LE LETTER UE"
        },
        {
            "codepoint": "196B",
            "name": "TAI LE LETTER E"
        },
        {
            "codepoint": "196C",
            "name": "TAI LE LETTER AUE"
        },
        {
            "codepoint": "196D",
            "name": "TAI LE LETTER AI"
        },
        {
            "codepoint": "1970",
            "name": "TAI LE LETTER TONE-2"
        },
        {
            "codepoint": "1971",
            "name": "TAI LE LETTER TONE-3"
        },
        {
            "codepoint": "1972",
            "name": "TAI LE LETTER TONE-4"
        },
        {
            "codepoint": "1973",
            "name": "TAI LE LETTER TONE-5"
        },
        {
            "codepoint": "1974",
            "name": "TAI LE LETTER TONE-6"
        },
        {
            "codepoint": "1980",
            "name": "NEW TAI LUE LETTER HIGH QA"
        },
        {
            "codepoint": "1981",
            "name": "NEW TAI LUE LETTER LOW QA"
        },
        {
            "codepoint": "1982",
            "name": "NEW TAI LUE LETTER HIGH KA"
        },
        {
            "codepoint": "1983",
            "name": "NEW TAI LUE LETTER HIGH XA"
        },
        {
            "codepoint": "1984",
            "name": "NEW TAI LUE LETTER HIGH NGA"
        },
        {
            "codepoint": "1985",
            "name": "NEW TAI LUE LETTER LOW KA"
        },
        {
            "codepoint": "1986",
            "name": "NEW TAI LUE LETTER LOW XA"
        },
        {
            "codepoint": "1987",
            "name": "NEW TAI LUE LETTER LOW NGA"
        },
        {
            "codepoint": "1988",
            "name": "NEW TAI LUE LETTER HIGH TSA"
        },
        {
            "codepoint": "1989",
            "name": "NEW TAI LUE LETTER HIGH SA"
        },
        {
            "codepoint": "198A",
            "name": "NEW TAI LUE LETTER HIGH YA"
        },
        {
            "codepoint": "198B",
            "name": "NEW TAI LUE LETTER LOW TSA"
        },
        {
            "codepoint": "198C",
            "name": "NEW TAI LUE LETTER LOW SA"
        },
        {
            "codepoint": "198D",
            "name": "NEW TAI LUE LETTER LOW YA"
        },
        {
            "codepoint": "198E",
            "name": "NEW TAI LUE LETTER HIGH TA"
        },
        {
            "codepoint": "198F",
            "name": "NEW TAI LUE LETTER HIGH THA"
        },
        {
            "codepoint": "1990",
            "name": "NEW TAI LUE LETTER HIGH NA"
        },
        {
            "codepoint": "1991",
            "name": "NEW TAI LUE LETTER LOW TA"
        },
        {
            "codepoint": "1992",
            "name": "NEW TAI LUE LETTER LOW THA"
        },
        {
            "codepoint": "1993",
            "name": "NEW TAI LUE LETTER LOW NA"
        },
        {
            "codepoint": "1994",
            "name": "NEW TAI LUE LETTER HIGH PA"
        },
        {
            "codepoint": "1995",
            "name": "NEW TAI LUE LETTER HIGH PHA"
        },
        {
            "codepoint": "1996",
            "name": "NEW TAI LUE LETTER HIGH MA"
        },
        {
            "codepoint": "1997",
            "name": "NEW TAI LUE LETTER LOW PA"
        },
        {
            "codepoint": "1998",
            "name": "NEW TAI LUE LETTER LOW PHA"
        },
        {
            "codepoint": "1999",
            "name": "NEW TAI LUE LETTER LOW MA"
        },
        {
            "codepoint": "199A",
            "name": "NEW TAI LUE LETTER HIGH FA"
        },
        {
            "codepoint": "199B",
            "name": "NEW TAI LUE LETTER HIGH VA"
        },
        {
            "codepoint": "199C",
            "name": "NEW TAI LUE LETTER HIGH LA"
        },
        {
            "codepoint": "199D",
            "name": "NEW TAI LUE LETTER LOW FA"
        },
        {
            "codepoint": "199E",
            "name": "NEW TAI LUE LETTER LOW VA"
        },
        {
            "codepoint": "199F",
            "name": "NEW TAI LUE LETTER LOW LA"
        },
        {
            "codepoint": "19A0",
            "name": "NEW TAI LUE LETTER HIGH HA"
        },
        {
            "codepoint": "19A1",
            "name": "NEW TAI LUE LETTER HIGH DA"
        },
        {
            "codepoint": "19A2",
            "name": "NEW TAI LUE LETTER HIGH BA"
        },
        {
            "codepoint": "19A3",
            "name": "NEW TAI LUE LETTER LOW HA"
        },
        {
            "codepoint": "19A4",
            "name": "NEW TAI LUE LETTER LOW DA"
        },
        {
            "codepoint": "19A5",
            "name": "NEW TAI LUE LETTER LOW BA"
        },
        {
            "codepoint": "19A6",
            "name": "NEW TAI LUE LETTER HIGH KVA"
        },
        {
            "codepoint": "19A7",
            "name": "NEW TAI LUE LETTER HIGH XVA"
        },
        {
            "codepoint": "19A8",
            "name": "NEW TAI LUE LETTER LOW KVA"
        },
        {
            "codepoint": "19A9",
            "name": "NEW TAI LUE LETTER LOW XVA"
        },
        {
            "codepoint": "19AA",
            "name": "NEW TAI LUE LETTER HIGH SUA"
        },
        {
            "codepoint": "19AB",
            "name": "NEW TAI LUE LETTER LOW SUA",
            "comments": [
                "a labialized consonant cluster"
            ]
        },
        {
            "codepoint": "19B0",
            "name": "NEW TAI LUE VOWEL SIGN VOWEL SHORTENER"
        },
        {
            "codepoint": "19B1",
            "name": "NEW TAI LUE VOWEL SIGN AA"
        },
        {
            "codepoint": "19B2",
            "name": "NEW TAI LUE VOWEL SIGN II"
        },
        {
            "codepoint": "19B3",
            "name": "NEW TAI LUE VOWEL SIGN U"
        },
        {
            "codepoint": "19B4",
            "name": "NEW TAI LUE VOWEL SIGN UU"
        },
        {
            "codepoint": "19B5",
            "name": "NEW TAI LUE VOWEL SIGN E",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "19B6",
            "name": "NEW TAI LUE VOWEL SIGN AE",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "19B7",
            "name": "NEW TAI LUE VOWEL SIGN O",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "19B8",
            "name": "NEW TAI LUE VOWEL SIGN OA"
        },
        {
            "codepoint": "19B9",
            "name": "NEW TAI LUE VOWEL SIGN UE"
        },
        {
            "codepoint": "19BA",
            "name": "NEW TAI LUE VOWEL SIGN AY",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "19BB",
            "name": "NEW TAI LUE VOWEL SIGN AAY"
        },
        {
            "codepoint": "19BC",
            "name": "NEW TAI LUE VOWEL SIGN UY"
        },
        {
            "codepoint": "19BD",
            "name": "NEW TAI LUE VOWEL SIGN OY"
        },
        {
            "codepoint": "19BE",
            "name": "NEW TAI LUE VOWEL SIGN OAY"
        },
        {
            "codepoint": "19BF",
            "name": "NEW TAI LUE VOWEL SIGN UEY"
        },
        {
            "codepoint": "19C0",
            "name": "NEW TAI LUE VOWEL SIGN IY"
        },
        {
            "codepoint": "19C1",
            "name": "NEW TAI LUE LETTER FINAL V"
        },
        {
            "codepoint": "19C2",
            "name": "NEW TAI LUE LETTER FINAL NG"
        },
        {
            "codepoint": "19C3",
            "name": "NEW TAI LUE LETTER FINAL N"
        },
        {
            "codepoint": "19C4",
            "name": "NEW TAI LUE LETTER FINAL M"
        },
        {
            "codepoint": "19C5",
            "name": "NEW TAI LUE LETTER FINAL K"
        },
        {
            "codepoint": "19C6",
            "name": "NEW TAI LUE LETTER FINAL D"
        },
        {
            "codepoint": "19C7",
            "name": "NEW TAI LUE LETTER FINAL B"
        },
        {
            "codepoint": "19C8",
            "name": "NEW TAI LUE TONE MARK-1"
        },
        {
            "codepoint": "19C9",
            "name": "NEW TAI LUE TONE MARK-2"
        },
        {
            "codepoint": "19D0",
            "name": "NEW TAI LUE DIGIT ZERO"
        },
        {
            "codepoint": "19D1",
            "name": "NEW TAI LUE DIGIT ONE"
        },
        {
            "codepoint": "19D2",
            "name": "NEW TAI LUE DIGIT TWO"
        },
        {
            "codepoint": "19D3",
            "name": "NEW TAI LUE DIGIT THREE"
        },
        {
            "codepoint": "19D4",
            "name": "NEW TAI LUE DIGIT FOUR"
        },
        {
            "codepoint": "19D5",
            "name": "NEW TAI LUE DIGIT FIVE"
        },
        {
            "codepoint": "19D6",
            "name": "NEW TAI LUE DIGIT SIX"
        },
        {
            "codepoint": "19D7",
            "name": "NEW TAI LUE DIGIT SEVEN"
        },
        {
            "codepoint": "19D8",
            "name": "NEW TAI LUE DIGIT EIGHT"
        },
        {
            "codepoint": "19D9",
            "name": "NEW TAI LUE DIGIT NINE"
        },
        {
            "codepoint": "19DA",
            "name": "NEW TAI LUE THAM DIGIT ONE"
        },
        {
            "codepoint": "19DE",
            "name": "NEW TAI LUE SIGN LAE",
            "comments": [
                "conjunction: and"
            ]
        },
        {
            "codepoint": "19DF",
            "name": "NEW TAI LUE SIGN LAEV",
            "comments": [
                "perfective"
            ]
        },
        {
            "codepoint": "19E0",
            "name": "KHMER SYMBOL PATHAMASAT",
            "comments": [
                "represents the first Ashadha (eighth month of the lunar calendar)"
            ]
        },
        {
            "codepoint": "19E1",
            "name": "KHMER SYMBOL MUOY KOET"
        },
        {
            "codepoint": "19E2",
            "name": "KHMER SYMBOL PII KOET"
        },
        {
            "codepoint": "19E3",
            "name": "KHMER SYMBOL BEI KOET"
        },
        {
            "codepoint": "19E4",
            "name": "KHMER SYMBOL BUON KOET"
        },
        {
            "codepoint": "19E5",
            "name": "KHMER SYMBOL PRAM KOET"
        },
        {
            "codepoint": "19E6",
            "name": "KHMER SYMBOL PRAM-MUOY KOET"
        },
        {
            "codepoint": "19E7",
            "name": "KHMER SYMBOL PRAM-PII KOET"
        },
        {
            "codepoint": "19E8",
            "name": "KHMER SYMBOL PRAM-BEI KOET"
        },
        {
            "codepoint": "19E9",
            "name": "KHMER SYMBOL PRAM-BUON KOET"
        },
        {
            "codepoint": "19EA",
            "name": "KHMER SYMBOL DAP KOET"
        },
        {
            "codepoint": "19EB",
            "name": "KHMER SYMBOL DAP-MUOY KOET"
        },
        {
            "codepoint": "19EC",
            "name": "KHMER SYMBOL DAP-PII KOET"
        },
        {
            "codepoint": "19ED",
            "name": "KHMER SYMBOL DAP-BEI KOET"
        },
        {
            "codepoint": "19EE",
            "name": "KHMER SYMBOL DAP-BUON KOET"
        },
        {
            "codepoint": "19EF",
            "name": "KHMER SYMBOL DAP-PRAM KOET"
        },
        {
            "codepoint": "19F0",
            "name": "KHMER SYMBOL TUTEYASAT",
            "comments": [
                "represents the second Ashadha in the lunar calendar during the Adhikameas leap year"
            ]
        },
        {
            "codepoint": "19F1",
            "name": "KHMER SYMBOL MUOY ROC"
        },
        {
            "codepoint": "19F2",
            "name": "KHMER SYMBOL PII ROC"
        },
        {
            "codepoint": "19F3",
            "name": "KHMER SYMBOL BEI ROC"
        },
        {
            "codepoint": "19F4",
            "name": "KHMER SYMBOL BUON ROC"
        },
        {
            "codepoint": "19F5",
            "name": "KHMER SYMBOL PRAM ROC"
        },
        {
            "codepoint": "19F6",
            "name": "KHMER SYMBOL PRAM-MUOY ROC"
        },
        {
            "codepoint": "19F7",
            "name": "KHMER SYMBOL PRAM-PII ROC"
        },
        {
            "codepoint": "19F8",
            "name": "KHMER SYMBOL PRAM-BEI ROC"
        },
        {
            "codepoint": "19F9",
            "name": "KHMER SYMBOL PRAM-BUON ROC"
        },
        {
            "codepoint": "19FA",
            "name": "KHMER SYMBOL DAP ROC"
        },
        {
            "codepoint": "19FB",
            "name": "KHMER SYMBOL DAP-MUOY ROC"
        },
        {
            "codepoint": "19FC",
            "name": "KHMER SYMBOL DAP-PII ROC"
        },
        {
            "codepoint": "19FD",
            "name": "KHMER SYMBOL DAP-BEI ROC"
        },
        {
            "codepoint": "19FE",
            "name": "KHMER SYMBOL DAP-BUON ROC"
        },
        {
            "codepoint": "19FF",
            "name": "KHMER SYMBOL DAP-PRAM ROC"
        },
        {
            "codepoint": "1A00",
            "name": "BUGINESE LETTER KA"
        },
        {
            "codepoint": "1A01",
            "name": "BUGINESE LETTER GA"
        },
        {
            "codepoint": "1A02",
            "name": "BUGINESE LETTER NGA"
        },
        {
            "codepoint": "1A03",
            "name": "BUGINESE LETTER NGKA"
        },
        {
            "codepoint": "1A04",
            "name": "BUGINESE LETTER PA"
        },
        {
            "codepoint": "1A05",
            "name": "BUGINESE LETTER BA"
        },
        {
            "codepoint": "1A06",
            "name": "BUGINESE LETTER MA"
        },
        {
            "codepoint": "1A07",
            "name": "BUGINESE LETTER MPA"
        },
        {
            "codepoint": "1A08",
            "name": "BUGINESE LETTER TA"
        },
        {
            "codepoint": "1A09",
            "name": "BUGINESE LETTER DA"
        },
        {
            "codepoint": "1A0A",
            "name": "BUGINESE LETTER NA"
        },
        {
            "codepoint": "1A0B",
            "name": "BUGINESE LETTER NRA"
        },
        {
            "codepoint": "1A0C",
            "name": "BUGINESE LETTER CA"
        },
        {
            "codepoint": "1A0D",
            "name": "BUGINESE LETTER JA"
        },
        {
            "codepoint": "1A0E",
            "name": "BUGINESE LETTER NYA"
        },
        {
            "codepoint": "1A0F",
            "name": "BUGINESE LETTER NYCA"
        },
        {
            "codepoint": "1A10",
            "name": "BUGINESE LETTER YA"
        },
        {
            "codepoint": "1A11",
            "name": "BUGINESE LETTER RA"
        },
        {
            "codepoint": "1A12",
            "name": "BUGINESE LETTER LA"
        },
        {
            "codepoint": "1A13",
            "name": "BUGINESE LETTER VA"
        },
        {
            "codepoint": "1A14",
            "name": "BUGINESE LETTER SA"
        },
        {
            "codepoint": "1A15",
            "name": "BUGINESE LETTER A"
        },
        {
            "codepoint": "1A16",
            "name": "BUGINESE LETTER HA"
        },
        {
            "codepoint": "1A17",
            "name": "BUGINESE VOWEL SIGN I"
        },
        {
            "codepoint": "1A18",
            "name": "BUGINESE VOWEL SIGN U"
        },
        {
            "codepoint": "1A19",
            "name": "BUGINESE VOWEL SIGN E"
        },
        {
            "codepoint": "1A1A",
            "name": "BUGINESE VOWEL SIGN O"
        },
        {
            "codepoint": "1A1B",
            "name": "BUGINESE VOWEL SIGN AE"
        },
        {
            "codepoint": "1A1E",
            "name": "BUGINESE PALLAWA"
        },
        {
            "codepoint": "1A1F",
            "name": "BUGINESE END OF SECTION"
        },
        {
            "codepoint": "1A20",
            "name": "TAI THAM LETTER HIGH KA"
        },
        {
            "codepoint": "1A21",
            "name": "TAI THAM LETTER HIGH KHA"
        },
        {
            "codepoint": "1A22",
            "name": "TAI THAM LETTER HIGH KXA"
        },
        {
            "codepoint": "1A23",
            "name": "TAI THAM LETTER LOW KA"
        },
        {
            "codepoint": "1A24",
            "name": "TAI THAM LETTER LOW KXA"
        },
        {
            "codepoint": "1A25",
            "name": "TAI THAM LETTER LOW KHA"
        },
        {
            "codepoint": "1A26",
            "name": "TAI THAM LETTER NGA"
        },
        {
            "codepoint": "1A27",
            "name": "TAI THAM LETTER HIGH CA"
        },
        {
            "codepoint": "1A28",
            "name": "TAI THAM LETTER HIGH CHA"
        },
        {
            "codepoint": "1A29",
            "name": "TAI THAM LETTER LOW CA"
        },
        {
            "codepoint": "1A2A",
            "name": "TAI THAM LETTER LOW SA"
        },
        {
            "codepoint": "1A2B",
            "name": "TAI THAM LETTER LOW CHA"
        },
        {
            "codepoint": "1A2C",
            "name": "TAI THAM LETTER NYA"
        },
        {
            "codepoint": "1A2D",
            "name": "TAI THAM LETTER RATA"
        },
        {
            "codepoint": "1A2E",
            "name": "TAI THAM LETTER HIGH RATHA",
            "comments": [
                "an alternative glyph with the upper part shaped like 1A33 is used in Thailand and Laos",
                "contrast the sequence 1A2D 1A5B"
            ]
        },
        {
            "codepoint": "1A2F",
            "name": "TAI THAM LETTER DA"
        },
        {
            "codepoint": "1A30",
            "name": "TAI THAM LETTER LOW RATHA"
        },
        {
            "codepoint": "1A31",
            "name": "TAI THAM LETTER RANA"
        },
        {
            "codepoint": "1A32",
            "name": "TAI THAM LETTER HIGH TA"
        },
        {
            "codepoint": "1A33",
            "name": "TAI THAM LETTER HIGH THA"
        },
        {
            "codepoint": "1A34",
            "name": "TAI THAM LETTER LOW TA"
        },
        {
            "codepoint": "1A35",
            "name": "TAI THAM LETTER LOW THA"
        },
        {
            "codepoint": "1A36",
            "name": "TAI THAM LETTER NA"
        },
        {
            "codepoint": "1A37",
            "name": "TAI THAM LETTER BA"
        },
        {
            "codepoint": "1A38",
            "name": "TAI THAM LETTER HIGH PA"
        },
        {
            "codepoint": "1A39",
            "name": "TAI THAM LETTER HIGH PHA"
        },
        {
            "codepoint": "1A3A",
            "name": "TAI THAM LETTER HIGH FA"
        },
        {
            "codepoint": "1A3B",
            "name": "TAI THAM LETTER LOW PA"
        },
        {
            "codepoint": "1A3C",
            "name": "TAI THAM LETTER LOW FA"
        },
        {
            "codepoint": "1A3D",
            "name": "TAI THAM LETTER LOW PHA"
        },
        {
            "codepoint": "1A3E",
            "name": "TAI THAM LETTER MA"
        },
        {
            "codepoint": "1A3F",
            "name": "TAI THAM LETTER LOW YA"
        },
        {
            "codepoint": "1A40",
            "name": "TAI THAM LETTER HIGH YA"
        },
        {
            "codepoint": "1A41",
            "name": "TAI THAM LETTER RA"
        },
        {
            "codepoint": "1A42",
            "name": "TAI THAM LETTER RUE"
        },
        {
            "codepoint": "1A43",
            "name": "TAI THAM LETTER LA"
        },
        {
            "codepoint": "1A44",
            "name": "TAI THAM LETTER LUE"
        },
        {
            "codepoint": "1A45",
            "name": "TAI THAM LETTER WA"
        },
        {
            "codepoint": "1A46",
            "name": "TAI THAM LETTER HIGH SHA"
        },
        {
            "codepoint": "1A47",
            "name": "TAI THAM LETTER HIGH SSA"
        },
        {
            "codepoint": "1A48",
            "name": "TAI THAM LETTER HIGH SA"
        },
        {
            "codepoint": "1A49",
            "name": "TAI THAM LETTER HIGH HA"
        },
        {
            "codepoint": "1A4A",
            "name": "TAI THAM LETTER LLA"
        },
        {
            "codepoint": "1A4B",
            "name": "TAI THAM LETTER A",
            "comments": [
                "indicates a glottal consonant"
            ]
        },
        {
            "codepoint": "1A4C",
            "name": "TAI THAM LETTER LOW HA"
        },
        {
            "codepoint": "1A4D",
            "name": "TAI THAM LETTER I"
        },
        {
            "codepoint": "1A4E",
            "name": "TAI THAM LETTER II"
        },
        {
            "codepoint": "1A4F",
            "name": "TAI THAM LETTER U"
        },
        {
            "codepoint": "1A50",
            "name": "TAI THAM LETTER UU"
        },
        {
            "codepoint": "1A51",
            "name": "TAI THAM LETTER EE"
        },
        {
            "codepoint": "1A52",
            "name": "TAI THAM LETTER OO"
        },
        {
            "codepoint": "1A53",
            "name": "TAI THAM LETTER LAE"
        },
        {
            "codepoint": "1A54",
            "name": "TAI THAM LETTER GREAT SA"
        },
        {
            "codepoint": "1A55",
            "name": "TAI THAM CONSONANT SIGN MEDIAL RA"
        },
        {
            "codepoint": "1A56",
            "name": "TAI THAM CONSONANT SIGN MEDIAL LA"
        },
        {
            "codepoint": "1A57",
            "name": "TAI THAM CONSONANT SIGN LA TANG LAI"
        },
        {
            "codepoint": "1A58",
            "name": "TAI THAM SIGN MAI KANG LAI"
        },
        {
            "codepoint": "1A59",
            "name": "TAI THAM CONSONANT SIGN FINAL NGA"
        },
        {
            "codepoint": "1A5A",
            "name": "TAI THAM CONSONANT SIGN LOW PA"
        },
        {
            "codepoint": "1A5B",
            "name": "TAI THAM CONSONANT SIGN HIGH RATHA OR LOW PA"
        },
        {
            "codepoint": "1A5C",
            "name": "TAI THAM CONSONANT SIGN MA"
        },
        {
            "codepoint": "1A5D",
            "name": "TAI THAM CONSONANT SIGN BA"
        },
        {
            "codepoint": "1A5E",
            "name": "TAI THAM CONSONANT SIGN SA"
        },
        {
            "codepoint": "1A60",
            "name": "TAI THAM SIGN SAKOT"
        },
        {
            "codepoint": "1A61",
            "name": "TAI THAM VOWEL SIGN A"
        },
        {
            "codepoint": "1A62",
            "name": "TAI THAM VOWEL SIGN MAI SAT"
        },
        {
            "codepoint": "1A63",
            "name": "TAI THAM VOWEL SIGN AA"
        },
        {
            "codepoint": "1A64",
            "name": "TAI THAM VOWEL SIGN TALL AA"
        },
        {
            "codepoint": "1A65",
            "name": "TAI THAM VOWEL SIGN I"
        },
        {
            "codepoint": "1A66",
            "name": "TAI THAM VOWEL SIGN II"
        },
        {
            "codepoint": "1A67",
            "name": "TAI THAM VOWEL SIGN UE"
        },
        {
            "codepoint": "1A68",
            "name": "TAI THAM VOWEL SIGN UUE"
        },
        {
            "codepoint": "1A69",
            "name": "TAI THAM VOWEL SIGN U"
        },
        {
            "codepoint": "1A6A",
            "name": "TAI THAM VOWEL SIGN UU"
        },
        {
            "codepoint": "1A6B",
            "name": "TAI THAM VOWEL SIGN O"
        },
        {
            "codepoint": "1A6C",
            "name": "TAI THAM VOWEL SIGN OA BELOW"
        },
        {
            "codepoint": "1A6D",
            "name": "TAI THAM VOWEL SIGN OY"
        },
        {
            "codepoint": "1A6E",
            "name": "TAI THAM VOWEL SIGN E"
        },
        {
            "codepoint": "1A6F",
            "name": "TAI THAM VOWEL SIGN AE"
        },
        {
            "codepoint": "1A70",
            "name": "TAI THAM VOWEL SIGN OO"
        },
        {
            "codepoint": "1A71",
            "name": "TAI THAM VOWEL SIGN AI"
        },
        {
            "codepoint": "1A72",
            "name": "TAI THAM VOWEL SIGN THAM AI"
        },
        {
            "codepoint": "1A73",
            "name": "TAI THAM VOWEL SIGN OA ABOVE"
        },
        {
            "codepoint": "1A74",
            "name": "TAI THAM SIGN MAI KANG"
        },
        {
            "codepoint": "1A75",
            "name": "TAI THAM SIGN TONE-1"
        },
        {
            "codepoint": "1A76",
            "name": "TAI THAM SIGN TONE-2"
        },
        {
            "codepoint": "1A77",
            "name": "TAI THAM SIGN KHUEN TONE-3"
        },
        {
            "codepoint": "1A78",
            "name": "TAI THAM SIGN KHUEN TONE-4"
        },
        {
            "codepoint": "1A79",
            "name": "TAI THAM SIGN KHUEN TONE-5"
        },
        {
            "codepoint": "1A7A",
            "name": "TAI THAM SIGN RA HAAM",
            "comments": [
                "indicates following character(s) are not sounded"
            ]
        },
        {
            "codepoint": "1A7B",
            "name": "TAI THAM SIGN MAI SAM"
        },
        {
            "codepoint": "1A7C",
            "name": "TAI THAM SIGN KHUEN-LUE KARAN"
        },
        {
            "codepoint": "1A7F",
            "name": "TAI THAM COMBINING CRYPTOGRAMMIC DOT"
        },
        {
            "codepoint": "1A80",
            "name": "TAI THAM HORA DIGIT ZERO"
        },
        {
            "codepoint": "1A81",
            "name": "TAI THAM HORA DIGIT ONE"
        },
        {
            "codepoint": "1A82",
            "name": "TAI THAM HORA DIGIT TWO"
        },
        {
            "codepoint": "1A83",
            "name": "TAI THAM HORA DIGIT THREE"
        },
        {
            "codepoint": "1A84",
            "name": "TAI THAM HORA DIGIT FOUR"
        },
        {
            "codepoint": "1A85",
            "name": "TAI THAM HORA DIGIT FIVE"
        },
        {
            "codepoint": "1A86",
            "name": "TAI THAM HORA DIGIT SIX"
        },
        {
            "codepoint": "1A87",
            "name": "TAI THAM HORA DIGIT SEVEN"
        },
        {
            "codepoint": "1A88",
            "name": "TAI THAM HORA DIGIT EIGHT"
        },
        {
            "codepoint": "1A89",
            "name": "TAI THAM HORA DIGIT NINE"
        },
        {
            "codepoint": "1A90",
            "name": "TAI THAM THAM DIGIT ZERO"
        },
        {
            "codepoint": "1A91",
            "name": "TAI THAM THAM DIGIT ONE"
        },
        {
            "codepoint": "1A92",
            "name": "TAI THAM THAM DIGIT TWO"
        },
        {
            "codepoint": "1A93",
            "name": "TAI THAM THAM DIGIT THREE"
        },
        {
            "codepoint": "1A94",
            "name": "TAI THAM THAM DIGIT FOUR"
        },
        {
            "codepoint": "1A95",
            "name": "TAI THAM THAM DIGIT FIVE"
        },
        {
            "codepoint": "1A96",
            "name": "TAI THAM THAM DIGIT SIX"
        },
        {
            "codepoint": "1A97",
            "name": "TAI THAM THAM DIGIT SEVEN"
        },
        {
            "codepoint": "1A98",
            "name": "TAI THAM THAM DIGIT EIGHT"
        },
        {
            "codepoint": "1A99",
            "name": "TAI THAM THAM DIGIT NINE"
        },
        {
            "codepoint": "1AA0",
            "name": "TAI THAM SIGN WIANG",
            "comments": [
                "logograph for city"
            ]
        },
        {
            "codepoint": "1AA1",
            "name": "TAI THAM SIGN WIANGWAAK",
            "comments": [
                "logograph for village"
            ]
        },
        {
            "codepoint": "1AA2",
            "name": "TAI THAM SIGN SAWAN",
            "comments": [
                "logograph for heaven"
            ]
        },
        {
            "codepoint": "1AA3",
            "name": "TAI THAM SIGN KEOW",
            "aliases": [
                "courtyard"
            ]
        },
        {
            "codepoint": "1AA4",
            "name": "TAI THAM SIGN HOY",
            "aliases": [
                "oyster"
            ]
        },
        {
            "codepoint": "1AA5",
            "name": "TAI THAM SIGN DOKMAI",
            "aliases": [
                "flower"
            ],
            "crossReferences": [
                "(flower punctuation mark - 2055)"
            ]
        },
        {
            "codepoint": "1AA6",
            "name": "TAI THAM SIGN REVERSED ROTATED RANA"
        },
        {
            "codepoint": "1AA7",
            "name": "TAI THAM SIGN MAI YAMOK",
            "crossReferences": [
                "(thai character maiyamok - 0E46)"
            ]
        },
        {
            "codepoint": "1AA8",
            "name": "TAI THAM SIGN KAAN",
            "comments": [
                "danda"
            ]
        },
        {
            "codepoint": "1AA9",
            "name": "TAI THAM SIGN KAANKUU",
            "comments": [
                "double danda"
            ]
        },
        {
            "codepoint": "1AAA",
            "name": "TAI THAM SIGN SATKAAN"
        },
        {
            "codepoint": "1AAB",
            "name": "TAI THAM SIGN SATKAANKUU",
            "crossReferences": [
                "(thai character angkhankhu - 0E5A)"
            ]
        },
        {
            "codepoint": "1AAC",
            "name": "TAI THAM SIGN HANG",
            "comments": [
                "used in combinations with other punctuation marks at ends of sections"
            ]
        },
        {
            "codepoint": "1AAD",
            "name": "TAI THAM SIGN CAANG"
        },
        {
            "codepoint": "1AB0",
            "name": "COMBINING DOUBLED CIRCUMFLEX ACCENT"
        },
        {
            "codepoint": "1AB1",
            "name": "COMBINING DIAERESIS-RING"
        },
        {
            "codepoint": "1AB2",
            "name": "COMBINING INFINITY"
        },
        {
            "codepoint": "1AB3",
            "name": "COMBINING DOWNWARDS ARROW"
        },
        {
            "codepoint": "1AB4",
            "name": "COMBINING TRIPLE DOT"
        },
        {
            "codepoint": "1AB5",
            "name": "COMBINING X-X BELOW"
        },
        {
            "codepoint": "1AB6",
            "name": "COMBINING WIGGLY LINE BELOW"
        },
        {
            "codepoint": "1AB7",
            "name": "COMBINING OPEN MARK BELOW",
            "crossReferences": [
                "(combining ogonek - 0328)",
                "(combining greek ypogegrammeni - 0345)"
            ]
        },
        {
            "codepoint": "1AB8",
            "name": "COMBINING DOUBLE OPEN MARK BELOW"
        },
        {
            "codepoint": "1AB9",
            "name": "COMBINING LIGHT CENTRALIZATION STROKE BELOW"
        },
        {
            "codepoint": "1ABA",
            "name": "COMBINING STRONG CENTRALIZATION STROKE BELOW"
        },
        {
            "codepoint": "1ABB",
            "name": "COMBINING PARENTHESES ABOVE",
            "comments": [
                "intended to surround a diacritic above"
            ]
        },
        {
            "codepoint": "1ABC",
            "name": "COMBINING DOUBLE PARENTHESES ABOVE"
        },
        {
            "codepoint": "1ABD",
            "name": "COMBINING PARENTHESES BELOW",
            "comments": [
                "intended to surround a diacritic below"
            ]
        },
        {
            "codepoint": "1ABE",
            "name": "COMBINING PARENTHESES OVERLAY",
            "comments": [
                "intended to surround a base letter",
                "exact placement is font dependent"
            ]
        },
        {
            "codepoint": "1ABF",
            "name": "COMBINING LATIN SMALL LETTER W BELOW",
            "comments": [
                "indicates voiced labialization"
            ],
            "crossReferences": [
                "(modifier letter small w - 02B7)"
            ]
        },
        {
            "codepoint": "1AC0",
            "name": "COMBINING LATIN SMALL LETTER TURNED W BELOW",
            "comments": [
                "indicates voiceless labialization"
            ]
        },
        {
            "codepoint": "1AC1",
            "name": "COMBINING LEFT PARENTHESIS ABOVE LEFT"
        },
        {
            "codepoint": "1AC2",
            "name": "COMBINING RIGHT PARENTHESIS ABOVE RIGHT"
        },
        {
            "codepoint": "1AC3",
            "name": "COMBINING LEFT PARENTHESIS BELOW LEFT"
        },
        {
            "codepoint": "1AC4",
            "name": "COMBINING RIGHT PARENTHESIS BELOW RIGHT"
        },
        {
            "codepoint": "1AC5",
            "name": "COMBINING SQUARE BRACKETS ABOVE",
            "comments": [
                "intended to surround a diacritic above",
                "used to indicate cancellation of an accent in Japanese transliteration"
            ]
        },
        {
            "codepoint": "1AC6",
            "name": "COMBINING NUMBER SIGN ABOVE",
            "aliases": [
                "superscript octothorp"
            ]
        },
        {
            "codepoint": "1AC7",
            "name": "COMBINING INVERTED DOUBLE ARCH ABOVE",
            "crossReferences": [
                "(combining inverted double arch below - 032B)",
                "(combining latin small letter w - 1DF1)"
            ]
        },
        {
            "codepoint": "1AC8",
            "name": "COMBINING PLUS SIGN ABOVE",
            "crossReferences": [
                "(combining plus sign below - 031F)"
            ]
        },
        {
            "codepoint": "1AC9",
            "name": "COMBINING DOUBLE PLUS SIGN ABOVE"
        },
        {
            "codepoint": "1ACA",
            "name": "COMBINING DOUBLE PLUS SIGN BELOW"
        },
        {
            "codepoint": "1ACB",
            "name": "COMBINING TRIPLE ACUTE ACCENT",
            "crossReferences": [
                "(combining double acute accent - 030B)"
            ]
        },
        {
            "codepoint": "1ACC",
            "name": "COMBINING LATIN SMALL LETTER INSULAR G"
        },
        {
            "codepoint": "1ACD",
            "name": "COMBINING LATIN SMALL LETTER INSULAR R"
        },
        {
            "codepoint": "1ACE",
            "name": "COMBINING LATIN SMALL LETTER INSULAR T"
        },
        {
            "codepoint": "1B00",
            "name": "BALINESE SIGN ULU RICEM",
            "aliases": [
                "ardhacandra"
            ]
        },
        {
            "codepoint": "1B01",
            "name": "BALINESE SIGN ULU CANDRA",
            "aliases": [
                "candrabindu"
            ]
        },
        {
            "codepoint": "1B02",
            "name": "BALINESE SIGN CECEK",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "1B03",
            "name": "BALINESE SIGN SURANG",
            "aliases": [
                "final r"
            ],
            "comments": [
                "also used for repha in transliteration of Kawi"
            ],
            "crossReferences": [
                "(javanese sign layar - A982)"
            ]
        },
        {
            "codepoint": "1B04",
            "name": "BALINESE SIGN BISAH",
            "aliases": [
                "visarga"
            ]
        },
        {
            "codepoint": "1B05",
            "name": "BALINESE LETTER AKARA",
            "aliases": [
                "a"
            ]
        },
        {
            "codepoint": "1B06",
            "name": "BALINESE LETTER AKARA TEDUNG",
            "aliases": [
                "aa"
            ],
            "decompositions": [
                [
                    "1B05",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B07",
            "name": "BALINESE LETTER IKARA",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "1B08",
            "name": "BALINESE LETTER IKARA TEDUNG",
            "aliases": [
                "ii"
            ],
            "decompositions": [
                [
                    "1B07",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B09",
            "name": "BALINESE LETTER UKARA",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "1B0A",
            "name": "BALINESE LETTER UKARA TEDUNG",
            "aliases": [
                "uu"
            ],
            "decompositions": [
                [
                    "1B09",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B0B",
            "name": "BALINESE LETTER RA REPA",
            "aliases": [
                "vocalic r"
            ]
        },
        {
            "codepoint": "1B0C",
            "name": "BALINESE LETTER RA REPA TEDUNG",
            "aliases": [
                "vocalic rr"
            ],
            "decompositions": [
                [
                    "1B0B",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B0D",
            "name": "BALINESE LETTER LA LENGA",
            "aliases": [
                "vocalic l"
            ]
        },
        {
            "codepoint": "1B0E",
            "name": "BALINESE LETTER LA LENGA TEDUNG",
            "aliases": [
                "vocalic ll"
            ],
            "decompositions": [
                [
                    "1B0D",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B0F",
            "name": "BALINESE LETTER EKARA",
            "aliases": [
                "e"
            ]
        },
        {
            "codepoint": "1B10",
            "name": "BALINESE LETTER AIKARA",
            "aliases": [
                "ai"
            ]
        },
        {
            "codepoint": "1B11",
            "name": "BALINESE LETTER OKARA",
            "aliases": [
                "o"
            ]
        },
        {
            "codepoint": "1B12",
            "name": "BALINESE LETTER OKARA TEDUNG",
            "aliases": [
                "au"
            ],
            "decompositions": [
                [
                    "1B11",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B13",
            "name": "BALINESE LETTER KA"
        },
        {
            "codepoint": "1B14",
            "name": "BALINESE LETTER KA MAHAPRANA",
            "aliases": [
                "kha"
            ]
        },
        {
            "codepoint": "1B15",
            "name": "BALINESE LETTER GA"
        },
        {
            "codepoint": "1B16",
            "name": "BALINESE LETTER GA GORA",
            "aliases": [
                "gha"
            ]
        },
        {
            "codepoint": "1B17",
            "name": "BALINESE LETTER NGA"
        },
        {
            "codepoint": "1B18",
            "name": "BALINESE LETTER CA"
        },
        {
            "codepoint": "1B19",
            "name": "BALINESE LETTER CA LACA",
            "aliases": [
                "cha"
            ]
        },
        {
            "codepoint": "1B1A",
            "name": "BALINESE LETTER JA"
        },
        {
            "codepoint": "1B1B",
            "name": "BALINESE LETTER JA JERA",
            "aliases": [
                "jha"
            ]
        },
        {
            "codepoint": "1B1C",
            "name": "BALINESE LETTER NYA"
        },
        {
            "codepoint": "1B1D",
            "name": "BALINESE LETTER TA LATIK",
            "aliases": [
                "tta"
            ]
        },
        {
            "codepoint": "1B1E",
            "name": "BALINESE LETTER TA MURDA MAHAPRANA",
            "aliases": [
                "ttha"
            ]
        },
        {
            "codepoint": "1B1F",
            "name": "BALINESE LETTER DA MURDA ALPAPRANA",
            "aliases": [
                "dda"
            ]
        },
        {
            "codepoint": "1B20",
            "name": "BALINESE LETTER DA MURDA MAHAPRANA",
            "aliases": [
                "ddha"
            ]
        },
        {
            "codepoint": "1B21",
            "name": "BALINESE LETTER NA RAMBAT",
            "aliases": [
                "nna"
            ]
        },
        {
            "codepoint": "1B22",
            "name": "BALINESE LETTER TA"
        },
        {
            "codepoint": "1B23",
            "name": "BALINESE LETTER TA TAWA",
            "aliases": [
                "tha"
            ]
        },
        {
            "codepoint": "1B24",
            "name": "BALINESE LETTER DA"
        },
        {
            "codepoint": "1B25",
            "name": "BALINESE LETTER DA MADU",
            "aliases": [
                "dha"
            ]
        },
        {
            "codepoint": "1B26",
            "name": "BALINESE LETTER NA"
        },
        {
            "codepoint": "1B27",
            "name": "BALINESE LETTER PA"
        },
        {
            "codepoint": "1B28",
            "name": "BALINESE LETTER PA KAPAL",
            "aliases": [
                "pha"
            ]
        },
        {
            "codepoint": "1B29",
            "name": "BALINESE LETTER BA"
        },
        {
            "codepoint": "1B2A",
            "name": "BALINESE LETTER BA KEMBANG",
            "aliases": [
                "bha"
            ]
        },
        {
            "codepoint": "1B2B",
            "name": "BALINESE LETTER MA"
        },
        {
            "codepoint": "1B2C",
            "name": "BALINESE LETTER YA"
        },
        {
            "codepoint": "1B2D",
            "name": "BALINESE LETTER RA"
        },
        {
            "codepoint": "1B2E",
            "name": "BALINESE LETTER LA"
        },
        {
            "codepoint": "1B2F",
            "name": "BALINESE LETTER WA"
        },
        {
            "codepoint": "1B30",
            "name": "BALINESE LETTER SA SAGA",
            "aliases": [
                "sha"
            ]
        },
        {
            "codepoint": "1B31",
            "name": "BALINESE LETTER SA SAPA",
            "aliases": [
                "ssa"
            ]
        },
        {
            "codepoint": "1B32",
            "name": "BALINESE LETTER SA"
        },
        {
            "codepoint": "1B33",
            "name": "BALINESE LETTER HA"
        },
        {
            "codepoint": "1B34",
            "name": "BALINESE SIGN REREKAN",
            "aliases": [
                "nukta"
            ]
        },
        {
            "codepoint": "1B35",
            "name": "BALINESE VOWEL SIGN TEDUNG",
            "aliases": [
                "aa"
            ]
        },
        {
            "codepoint": "1B36",
            "name": "BALINESE VOWEL SIGN ULU",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "1B37",
            "name": "BALINESE VOWEL SIGN ULU SARI",
            "aliases": [
                "ii"
            ]
        },
        {
            "codepoint": "1B38",
            "name": "BALINESE VOWEL SIGN SUKU",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "1B39",
            "name": "BALINESE VOWEL SIGN SUKU ILUT",
            "aliases": [
                "uu"
            ]
        },
        {
            "codepoint": "1B3A",
            "name": "BALINESE VOWEL SIGN RA REPA",
            "aliases": [
                "vocalic r"
            ]
        },
        {
            "codepoint": "1B3B",
            "name": "BALINESE VOWEL SIGN RA REPA TEDUNG",
            "aliases": [
                "vocalic rr"
            ],
            "decompositions": [
                [
                    "1B3A",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B3C",
            "name": "BALINESE VOWEL SIGN LA LENGA",
            "aliases": [
                "vocalic l"
            ]
        },
        {
            "codepoint": "1B3D",
            "name": "BALINESE VOWEL SIGN LA LENGA TEDUNG",
            "aliases": [
                "vocalic ll"
            ],
            "decompositions": [
                [
                    "1B3C",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B3E",
            "name": "BALINESE VOWEL SIGN TALING",
            "aliases": [
                "e"
            ]
        },
        {
            "codepoint": "1B3F",
            "name": "BALINESE VOWEL SIGN TALING REPA",
            "aliases": [
                "ai"
            ]
        },
        {
            "codepoint": "1B40",
            "name": "BALINESE VOWEL SIGN TALING TEDUNG",
            "aliases": [
                "o"
            ],
            "decompositions": [
                [
                    "1B3E",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B41",
            "name": "BALINESE VOWEL SIGN TALING REPA TEDUNG",
            "aliases": [
                "au"
            ],
            "decompositions": [
                [
                    "1B3F",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B42",
            "name": "BALINESE VOWEL SIGN PEPET",
            "aliases": [
                "ae"
            ]
        },
        {
            "codepoint": "1B43",
            "name": "BALINESE VOWEL SIGN PEPET TEDUNG",
            "aliases": [
                "oe"
            ],
            "decompositions": [
                [
                    "1B42",
                    "1B35"
                ]
            ]
        },
        {
            "codepoint": "1B44",
            "name": "BALINESE ADEG ADEG",
            "aliases": [
                "virama"
            ]
        },
        {
            "codepoint": "1B45",
            "name": "BALINESE LETTER KAF SASAK"
        },
        {
            "codepoint": "1B46",
            "name": "BALINESE LETTER KHOT SASAK"
        },
        {
            "codepoint": "1B47",
            "name": "BALINESE LETTER TZIR SASAK"
        },
        {
            "codepoint": "1B48",
            "name": "BALINESE LETTER EF SASAK"
        },
        {
            "codepoint": "1B49",
            "name": "BALINESE LETTER VE SASAK"
        },
        {
            "codepoint": "1B4A",
            "name": "BALINESE LETTER ZAL SASAK"
        },
        {
            "codepoint": "1B4B",
            "name": "BALINESE LETTER ASYURA SASAK"
        },
        {
            "codepoint": "1B4C",
            "name": "BALINESE LETTER ARCHAIC JNYA",
            "comments": [
                "used in older texts in place of the ja + nya conjunct"
            ],
            "crossReferences": [
                "(javanese letter nya murda - A998)"
            ]
        },
        {
            "codepoint": "1B4E",
            "name": "BALINESE INVERTED CARIK SIKI"
        },
        {
            "codepoint": "1B4F",
            "name": "BALINESE INVERTED CARIK PAREREN"
        },
        {
            "codepoint": "1B50",
            "name": "BALINESE DIGIT ZERO"
        },
        {
            "codepoint": "1B51",
            "name": "BALINESE DIGIT ONE"
        },
        {
            "codepoint": "1B52",
            "name": "BALINESE DIGIT TWO"
        },
        {
            "codepoint": "1B53",
            "name": "BALINESE DIGIT THREE"
        },
        {
            "codepoint": "1B54",
            "name": "BALINESE DIGIT FOUR"
        },
        {
            "codepoint": "1B55",
            "name": "BALINESE DIGIT FIVE"
        },
        {
            "codepoint": "1B56",
            "name": "BALINESE DIGIT SIX"
        },
        {
            "codepoint": "1B57",
            "name": "BALINESE DIGIT SEVEN"
        },
        {
            "codepoint": "1B58",
            "name": "BALINESE DIGIT EIGHT"
        },
        {
            "codepoint": "1B59",
            "name": "BALINESE DIGIT NINE"
        },
        {
            "codepoint": "1B5A",
            "name": "BALINESE PANTI",
            "aliases": [
                "section"
            ]
        },
        {
            "codepoint": "1B5B",
            "name": "BALINESE PAMADA",
            "aliases": [
                "honorific section"
            ]
        },
        {
            "codepoint": "1B5C",
            "name": "BALINESE WINDU",
            "aliases": [
                "punctuation ring"
            ]
        },
        {
            "codepoint": "1B5D",
            "name": "BALINESE CARIK PAMUNGKAH",
            "aliases": [
                "colon"
            ]
        },
        {
            "codepoint": "1B5E",
            "name": "BALINESE CARIK SIKI",
            "aliases": [
                "danda"
            ],
            "crossReferences": [
                "(devanagari danda - 0964)"
            ]
        },
        {
            "codepoint": "1B5F",
            "name": "BALINESE CARIK PAREREN",
            "aliases": [
                "double danda"
            ],
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "1B60",
            "name": "BALINESE PAMENENG",
            "aliases": [
                "line-breaking hyphen"
            ]
        },
        {
            "codepoint": "1B61",
            "name": "BALINESE MUSICAL SYMBOL DONG"
        },
        {
            "codepoint": "1B62",
            "name": "BALINESE MUSICAL SYMBOL DENG"
        },
        {
            "codepoint": "1B63",
            "name": "BALINESE MUSICAL SYMBOL DUNG"
        },
        {
            "codepoint": "1B64",
            "name": "BALINESE MUSICAL SYMBOL DANG"
        },
        {
            "codepoint": "1B65",
            "name": "BALINESE MUSICAL SYMBOL DANG SURANG"
        },
        {
            "codepoint": "1B66",
            "name": "BALINESE MUSICAL SYMBOL DING"
        },
        {
            "codepoint": "1B67",
            "name": "BALINESE MUSICAL SYMBOL DAENG"
        },
        {
            "codepoint": "1B68",
            "name": "BALINESE MUSICAL SYMBOL DEUNG"
        },
        {
            "codepoint": "1B69",
            "name": "BALINESE MUSICAL SYMBOL DAING"
        },
        {
            "codepoint": "1B6A",
            "name": "BALINESE MUSICAL SYMBOL DANG GEDE"
        },
        {
            "codepoint": "1B6B",
            "name": "BALINESE MUSICAL SYMBOL COMBINING TEGEH"
        },
        {
            "codepoint": "1B6C",
            "name": "BALINESE MUSICAL SYMBOL COMBINING ENDEP"
        },
        {
            "codepoint": "1B6D",
            "name": "BALINESE MUSICAL SYMBOL COMBINING KEMPUL"
        },
        {
            "codepoint": "1B6E",
            "name": "BALINESE MUSICAL SYMBOL COMBINING KEMPLI"
        },
        {
            "codepoint": "1B6F",
            "name": "BALINESE MUSICAL SYMBOL COMBINING JEGOGAN"
        },
        {
            "codepoint": "1B70",
            "name": "BALINESE MUSICAL SYMBOL COMBINING KEMPUL WITH JEGOGAN"
        },
        {
            "codepoint": "1B71",
            "name": "BALINESE MUSICAL SYMBOL COMBINING KEMPLI WITH JEGOGAN"
        },
        {
            "codepoint": "1B72",
            "name": "BALINESE MUSICAL SYMBOL COMBINING BENDE"
        },
        {
            "codepoint": "1B73",
            "name": "BALINESE MUSICAL SYMBOL COMBINING GONG"
        },
        {
            "codepoint": "1B74",
            "name": "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DUG"
        },
        {
            "codepoint": "1B75",
            "name": "BALINESE MUSICAL SYMBOL RIGHT-HAND OPEN DAG"
        },
        {
            "codepoint": "1B76",
            "name": "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TUK"
        },
        {
            "codepoint": "1B77",
            "name": "BALINESE MUSICAL SYMBOL RIGHT-HAND CLOSED TAK"
        },
        {
            "codepoint": "1B78",
            "name": "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PANG"
        },
        {
            "codepoint": "1B79",
            "name": "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PUNG"
        },
        {
            "codepoint": "1B7A",
            "name": "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLAK"
        },
        {
            "codepoint": "1B7B",
            "name": "BALINESE MUSICAL SYMBOL LEFT-HAND CLOSED PLUK"
        },
        {
            "codepoint": "1B7C",
            "name": "BALINESE MUSICAL SYMBOL LEFT-HAND OPEN PING"
        },
        {
            "codepoint": "1B7D",
            "name": "BALINESE PANTI LANTANG",
            "aliases": [
                "end of text"
            ]
        },
        {
            "codepoint": "1B7E",
            "name": "BALINESE PAMADA LANTANG",
            "aliases": [
                "end of text"
            ]
        },
        {
            "codepoint": "1B7F",
            "name": "BALINESE PANTI BAWAK",
            "comments": [
                "truncated form of panti"
            ],
            "crossReferences": [
                "(balinese panti - 1B5A)"
            ]
        },
        {
            "codepoint": "1B80",
            "name": "SUNDANESE SIGN PANYECEK",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "1B81",
            "name": "SUNDANESE SIGN PANGLAYAR",
            "aliases": [
                "final r"
            ]
        },
        {
            "codepoint": "1B82",
            "name": "SUNDANESE SIGN PANGWISAD",
            "aliases": [
                "visarga"
            ]
        },
        {
            "codepoint": "1B83",
            "name": "SUNDANESE LETTER A"
        },
        {
            "codepoint": "1B84",
            "name": "SUNDANESE LETTER I"
        },
        {
            "codepoint": "1B85",
            "name": "SUNDANESE LETTER U"
        },
        {
            "codepoint": "1B86",
            "name": "SUNDANESE LETTER AE"
        },
        {
            "codepoint": "1B87",
            "name": "SUNDANESE LETTER O"
        },
        {
            "codepoint": "1B88",
            "name": "SUNDANESE LETTER E"
        },
        {
            "codepoint": "1B89",
            "name": "SUNDANESE LETTER EU"
        },
        {
            "codepoint": "1B8A",
            "name": "SUNDANESE LETTER KA"
        },
        {
            "codepoint": "1B8B",
            "name": "SUNDANESE LETTER QA"
        },
        {
            "codepoint": "1B8C",
            "name": "SUNDANESE LETTER GA"
        },
        {
            "codepoint": "1B8D",
            "name": "SUNDANESE LETTER NGA"
        },
        {
            "codepoint": "1B8E",
            "name": "SUNDANESE LETTER CA"
        },
        {
            "codepoint": "1B8F",
            "name": "SUNDANESE LETTER JA"
        },
        {
            "codepoint": "1B90",
            "name": "SUNDANESE LETTER ZA"
        },
        {
            "codepoint": "1B91",
            "name": "SUNDANESE LETTER NYA"
        },
        {
            "codepoint": "1B92",
            "name": "SUNDANESE LETTER TA"
        },
        {
            "codepoint": "1B93",
            "name": "SUNDANESE LETTER DA"
        },
        {
            "codepoint": "1B94",
            "name": "SUNDANESE LETTER NA"
        },
        {
            "codepoint": "1B95",
            "name": "SUNDANESE LETTER PA"
        },
        {
            "codepoint": "1B96",
            "name": "SUNDANESE LETTER FA"
        },
        {
            "codepoint": "1B97",
            "name": "SUNDANESE LETTER VA"
        },
        {
            "codepoint": "1B98",
            "name": "SUNDANESE LETTER BA"
        },
        {
            "codepoint": "1B99",
            "name": "SUNDANESE LETTER MA"
        },
        {
            "codepoint": "1B9A",
            "name": "SUNDANESE LETTER YA"
        },
        {
            "codepoint": "1B9B",
            "name": "SUNDANESE LETTER RA"
        },
        {
            "codepoint": "1B9C",
            "name": "SUNDANESE LETTER LA"
        },
        {
            "codepoint": "1B9D",
            "name": "SUNDANESE LETTER WA"
        },
        {
            "codepoint": "1B9E",
            "name": "SUNDANESE LETTER SA"
        },
        {
            "codepoint": "1B9F",
            "name": "SUNDANESE LETTER XA"
        },
        {
            "codepoint": "1BA0",
            "name": "SUNDANESE LETTER HA"
        },
        {
            "codepoint": "1BA1",
            "name": "SUNDANESE CONSONANT SIGN PAMINGKAL",
            "aliases": [
                "subjoined ya"
            ]
        },
        {
            "codepoint": "1BA2",
            "name": "SUNDANESE CONSONANT SIGN PANYAKRA",
            "aliases": [
                "subjoined ra"
            ]
        },
        {
            "codepoint": "1BA3",
            "name": "SUNDANESE CONSONANT SIGN PANYIKU",
            "aliases": [
                "subjoined la"
            ]
        },
        {
            "codepoint": "1BA4",
            "name": "SUNDANESE VOWEL SIGN PANGHULU",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "1BA5",
            "name": "SUNDANESE VOWEL SIGN PANYUKU",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "1BA6",
            "name": "SUNDANESE VOWEL SIGN PANAELAENG",
            "aliases": [
                "ae"
            ]
        },
        {
            "codepoint": "1BA7",
            "name": "SUNDANESE VOWEL SIGN PANOLONG",
            "aliases": [
                "o"
            ]
        },
        {
            "codepoint": "1BA8",
            "name": "SUNDANESE VOWEL SIGN PAMEPET",
            "aliases": [
                "e"
            ]
        },
        {
            "codepoint": "1BA9",
            "name": "SUNDANESE VOWEL SIGN PANEULEUNG",
            "aliases": [
                "eu"
            ]
        },
        {
            "codepoint": "1BAA",
            "name": "SUNDANESE SIGN PAMAAEH",
            "aliases": [
                "virama"
            ],
            "comments": [
                "does not form conjuncts"
            ]
        },
        {
            "codepoint": "1BAB",
            "name": "SUNDANESE SIGN VIRAMA",
            "comments": [
                "forms conjuncts in older orthography"
            ]
        },
        {
            "codepoint": "1BAC",
            "name": "SUNDANESE CONSONANT SIGN PASANGAN MA",
            "aliases": [
                "subjoined ma"
            ]
        },
        {
            "codepoint": "1BAD",
            "name": "SUNDANESE CONSONANT SIGN PASANGAN WA",
            "aliases": [
                "subjoined wa"
            ]
        },
        {
            "codepoint": "1BAE",
            "name": "SUNDANESE LETTER KHA"
        },
        {
            "codepoint": "1BAF",
            "name": "SUNDANESE LETTER SYA"
        },
        {
            "codepoint": "1BB0",
            "name": "SUNDANESE DIGIT ZERO"
        },
        {
            "codepoint": "1BB1",
            "name": "SUNDANESE DIGIT ONE"
        },
        {
            "codepoint": "1BB2",
            "name": "SUNDANESE DIGIT TWO"
        },
        {
            "codepoint": "1BB3",
            "name": "SUNDANESE DIGIT THREE"
        },
        {
            "codepoint": "1BB4",
            "name": "SUNDANESE DIGIT FOUR"
        },
        {
            "codepoint": "1BB5",
            "name": "SUNDANESE DIGIT FIVE"
        },
        {
            "codepoint": "1BB6",
            "name": "SUNDANESE DIGIT SIX"
        },
        {
            "codepoint": "1BB7",
            "name": "SUNDANESE DIGIT SEVEN"
        },
        {
            "codepoint": "1BB8",
            "name": "SUNDANESE DIGIT EIGHT"
        },
        {
            "codepoint": "1BB9",
            "name": "SUNDANESE DIGIT NINE"
        },
        {
            "codepoint": "1BBA",
            "name": "SUNDANESE AVAGRAHA",
            "aliases": [
                "gemination mark"
            ]
        },
        {
            "codepoint": "1BBB",
            "name": "SUNDANESE LETTER REU",
            "comments": [
                "vocalic r"
            ]
        },
        {
            "codepoint": "1BBC",
            "name": "SUNDANESE LETTER LEU",
            "comments": [
                "vocalic l"
            ]
        },
        {
            "codepoint": "1BBD",
            "name": "SUNDANESE LETTER BHA",
            "other": [
                "SUNDANESE LETTER ARCHAIC I"
            ],
            "comments": [
                "character was originally misidentified, so its name is a misnomer"
            ]
        },
        {
            "codepoint": "1BBE",
            "name": "SUNDANESE LETTER FINAL K"
        },
        {
            "codepoint": "1BBF",
            "name": "SUNDANESE LETTER FINAL M",
            "comments": [
                "used in a 21st century document",
                "for actual final m, use the sequence 1B99 1BAA"
            ]
        },
        {
            "codepoint": "1BC0",
            "name": "BATAK LETTER A",
            "comments": [
                "letter a or ha for Karo and Pakpak"
            ]
        },
        {
            "codepoint": "1BC1",
            "name": "BATAK LETTER SIMALUNGUN A"
        },
        {
            "codepoint": "1BC2",
            "name": "BATAK LETTER HA",
            "comments": [
                "Toba letter ha or ka",
                "also known as letter ka for Karo and Pakpak"
            ]
        },
        {
            "codepoint": "1BC3",
            "name": "BATAK LETTER SIMALUNGUN HA",
            "comments": [
                "also known as Simalungun letter ka"
            ]
        },
        {
            "codepoint": "1BC4",
            "name": "BATAK LETTER MANDAILING HA"
        },
        {
            "codepoint": "1BC5",
            "name": "BATAK LETTER BA"
        },
        {
            "codepoint": "1BC6",
            "name": "BATAK LETTER KARO BA",
            "comments": [
                "also used in Toba"
            ]
        },
        {
            "codepoint": "1BC7",
            "name": "BATAK LETTER PA"
        },
        {
            "codepoint": "1BC8",
            "name": "BATAK LETTER SIMALUNGUN PA"
        },
        {
            "codepoint": "1BC9",
            "name": "BATAK LETTER NA"
        },
        {
            "codepoint": "1BCA",
            "name": "BATAK LETTER MANDAILING NA"
        },
        {
            "codepoint": "1BCB",
            "name": "BATAK LETTER WA",
            "comments": [
                "Toba letter wa can be represented by either 1BCB or 1BCD"
            ]
        },
        {
            "codepoint": "1BCC",
            "name": "BATAK LETTER SIMALUNGUN WA"
        },
        {
            "codepoint": "1BCD",
            "name": "BATAK LETTER PAKPAK WA"
        },
        {
            "codepoint": "1BCE",
            "name": "BATAK LETTER GA"
        },
        {
            "codepoint": "1BCF",
            "name": "BATAK LETTER SIMALUNGUN GA"
        },
        {
            "codepoint": "1BD0",
            "name": "BATAK LETTER JA"
        },
        {
            "codepoint": "1BD1",
            "name": "BATAK LETTER DA"
        },
        {
            "codepoint": "1BD2",
            "name": "BATAK LETTER RA"
        },
        {
            "codepoint": "1BD3",
            "name": "BATAK LETTER SIMALUNGUN RA"
        },
        {
            "codepoint": "1BD4",
            "name": "BATAK LETTER MA"
        },
        {
            "codepoint": "1BD5",
            "name": "BATAK LETTER SIMALUNGUN MA"
        },
        {
            "codepoint": "1BD6",
            "name": "BATAK LETTER SOUTHERN TA",
            "comments": [
                "Toba letter ta can be represented by either 1BD6 or 1BD7"
            ]
        },
        {
            "codepoint": "1BD7",
            "name": "BATAK LETTER NORTHERN TA"
        },
        {
            "codepoint": "1BD8",
            "name": "BATAK LETTER SA",
            "comments": [
                "Pakpak letter sa or ca"
            ]
        },
        {
            "codepoint": "1BD9",
            "name": "BATAK LETTER SIMALUNGUN SA"
        },
        {
            "codepoint": "1BDA",
            "name": "BATAK LETTER MANDAILING SA"
        },
        {
            "codepoint": "1BDB",
            "name": "BATAK LETTER YA"
        },
        {
            "codepoint": "1BDC",
            "name": "BATAK LETTER SIMALUNGUN YA"
        },
        {
            "codepoint": "1BDD",
            "name": "BATAK LETTER NGA"
        },
        {
            "codepoint": "1BDE",
            "name": "BATAK LETTER LA"
        },
        {
            "codepoint": "1BDF",
            "name": "BATAK LETTER SIMALUNGUN LA"
        },
        {
            "codepoint": "1BE0",
            "name": "BATAK LETTER NYA",
            "comments": [
                "Karo letter ca can be represented by either 1BE0 or 1BE1"
            ]
        },
        {
            "codepoint": "1BE1",
            "name": "BATAK LETTER CA"
        },
        {
            "codepoint": "1BE2",
            "name": "BATAK LETTER NDA"
        },
        {
            "codepoint": "1BE3",
            "name": "BATAK LETTER MBA"
        },
        {
            "codepoint": "1BE4",
            "name": "BATAK LETTER I"
        },
        {
            "codepoint": "1BE5",
            "name": "BATAK LETTER U"
        },
        {
            "codepoint": "1BE6",
            "name": "BATAK SIGN TOMPI"
        },
        {
            "codepoint": "1BE7",
            "name": "BATAK VOWEL SIGN E",
            "aliases": [
                "kebereten"
            ]
        },
        {
            "codepoint": "1BE8",
            "name": "BATAK VOWEL SIGN PAKPAK E",
            "aliases": [
                "ketolongen"
            ]
        },
        {
            "codepoint": "1BE9",
            "name": "BATAK VOWEL SIGN EE",
            "aliases": [
                "talinga"
            ]
        },
        {
            "codepoint": "1BEA",
            "name": "BATAK VOWEL SIGN I",
            "aliases": [
                "ulua"
            ]
        },
        {
            "codepoint": "1BEB",
            "name": "BATAK VOWEL SIGN KARO I",
            "aliases": [
                "haluan"
            ]
        },
        {
            "codepoint": "1BEC",
            "name": "BATAK VOWEL SIGN O",
            "aliases": [
                "siala ulu"
            ]
        },
        {
            "codepoint": "1BED",
            "name": "BATAK VOWEL SIGN KARO O",
            "aliases": [
                "hatulungan"
            ]
        },
        {
            "codepoint": "1BEE",
            "name": "BATAK VOWEL SIGN U",
            "aliases": [
                "boruta"
            ]
        },
        {
            "codepoint": "1BEF",
            "name": "BATAK VOWEL SIGN U FOR SIMALUNGUN SA",
            "aliases": [
                "haboritan for simalungun sa"
            ]
        },
        {
            "codepoint": "1BF0",
            "name": "BATAK CONSONANT SIGN NG",
            "aliases": [
                "amisara"
            ]
        },
        {
            "codepoint": "1BF1",
            "name": "BATAK CONSONANT SIGN H",
            "aliases": [
                "hajoringan"
            ]
        },
        {
            "codepoint": "1BF2",
            "name": "BATAK PANGOLAT",
            "aliases": [
                "virama"
            ],
            "comments": [
                "cannot follow a vowel sign"
            ]
        },
        {
            "codepoint": "1BF3",
            "name": "BATAK PANONGONAN",
            "aliases": [
                "virama"
            ]
        },
        {
            "codepoint": "1BFC",
            "name": "BATAK SYMBOL BINDU NA METEK"
        },
        {
            "codepoint": "1BFD",
            "name": "BATAK SYMBOL BINDU PINARBORAS"
        },
        {
            "codepoint": "1BFE",
            "name": "BATAK SYMBOL BINDU JUDUL"
        },
        {
            "codepoint": "1BFF",
            "name": "BATAK SYMBOL BINDU PANGOLAT"
        },
        {
            "codepoint": "1C00",
            "name": "LEPCHA LETTER KA"
        },
        {
            "codepoint": "1C01",
            "name": "LEPCHA LETTER KLA"
        },
        {
            "codepoint": "1C02",
            "name": "LEPCHA LETTER KHA"
        },
        {
            "codepoint": "1C03",
            "name": "LEPCHA LETTER GA"
        },
        {
            "codepoint": "1C04",
            "name": "LEPCHA LETTER GLA"
        },
        {
            "codepoint": "1C05",
            "name": "LEPCHA LETTER NGA"
        },
        {
            "codepoint": "1C06",
            "name": "LEPCHA LETTER CA"
        },
        {
            "codepoint": "1C07",
            "name": "LEPCHA LETTER CHA"
        },
        {
            "codepoint": "1C08",
            "name": "LEPCHA LETTER JA"
        },
        {
            "codepoint": "1C09",
            "name": "LEPCHA LETTER NYA"
        },
        {
            "codepoint": "1C0A",
            "name": "LEPCHA LETTER TA"
        },
        {
            "codepoint": "1C0B",
            "name": "LEPCHA LETTER THA"
        },
        {
            "codepoint": "1C0C",
            "name": "LEPCHA LETTER DA"
        },
        {
            "codepoint": "1C0D",
            "name": "LEPCHA LETTER NA"
        },
        {
            "codepoint": "1C0E",
            "name": "LEPCHA LETTER PA"
        },
        {
            "codepoint": "1C0F",
            "name": "LEPCHA LETTER PLA"
        },
        {
            "codepoint": "1C10",
            "name": "LEPCHA LETTER PHA"
        },
        {
            "codepoint": "1C11",
            "name": "LEPCHA LETTER FA"
        },
        {
            "codepoint": "1C12",
            "name": "LEPCHA LETTER FLA"
        },
        {
            "codepoint": "1C13",
            "name": "LEPCHA LETTER BA"
        },
        {
            "codepoint": "1C14",
            "name": "LEPCHA LETTER BLA"
        },
        {
            "codepoint": "1C15",
            "name": "LEPCHA LETTER MA"
        },
        {
            "codepoint": "1C16",
            "name": "LEPCHA LETTER MLA"
        },
        {
            "codepoint": "1C17",
            "name": "LEPCHA LETTER TSA"
        },
        {
            "codepoint": "1C18",
            "name": "LEPCHA LETTER TSHA"
        },
        {
            "codepoint": "1C19",
            "name": "LEPCHA LETTER DZA"
        },
        {
            "codepoint": "1C1A",
            "name": "LEPCHA LETTER YA"
        },
        {
            "codepoint": "1C1B",
            "name": "LEPCHA LETTER RA"
        },
        {
            "codepoint": "1C1C",
            "name": "LEPCHA LETTER LA"
        },
        {
            "codepoint": "1C1D",
            "name": "LEPCHA LETTER HA"
        },
        {
            "codepoint": "1C1E",
            "name": "LEPCHA LETTER HLA"
        },
        {
            "codepoint": "1C1F",
            "name": "LEPCHA LETTER VA"
        },
        {
            "codepoint": "1C20",
            "name": "LEPCHA LETTER SA"
        },
        {
            "codepoint": "1C21",
            "name": "LEPCHA LETTER SHA"
        },
        {
            "codepoint": "1C22",
            "name": "LEPCHA LETTER WA"
        },
        {
            "codepoint": "1C23",
            "name": "LEPCHA LETTER A"
        },
        {
            "codepoint": "1C24",
            "name": "LEPCHA SUBJOINED LETTER YA"
        },
        {
            "codepoint": "1C25",
            "name": "LEPCHA SUBJOINED LETTER RA"
        },
        {
            "codepoint": "1C26",
            "name": "LEPCHA VOWEL SIGN AA"
        },
        {
            "codepoint": "1C27",
            "name": "LEPCHA VOWEL SIGN I"
        },
        {
            "codepoint": "1C28",
            "name": "LEPCHA VOWEL SIGN O"
        },
        {
            "codepoint": "1C29",
            "name": "LEPCHA VOWEL SIGN OO"
        },
        {
            "codepoint": "1C2A",
            "name": "LEPCHA VOWEL SIGN U"
        },
        {
            "codepoint": "1C2B",
            "name": "LEPCHA VOWEL SIGN UU"
        },
        {
            "codepoint": "1C2C",
            "name": "LEPCHA VOWEL SIGN E"
        },
        {
            "codepoint": "1C2D",
            "name": "LEPCHA CONSONANT SIGN K"
        },
        {
            "codepoint": "1C2E",
            "name": "LEPCHA CONSONANT SIGN M"
        },
        {
            "codepoint": "1C2F",
            "name": "LEPCHA CONSONANT SIGN L"
        },
        {
            "codepoint": "1C30",
            "name": "LEPCHA CONSONANT SIGN N"
        },
        {
            "codepoint": "1C31",
            "name": "LEPCHA CONSONANT SIGN P"
        },
        {
            "codepoint": "1C32",
            "name": "LEPCHA CONSONANT SIGN R"
        },
        {
            "codepoint": "1C33",
            "name": "LEPCHA CONSONANT SIGN T"
        },
        {
            "codepoint": "1C34",
            "name": "LEPCHA CONSONANT SIGN NYIN-DO"
        },
        {
            "codepoint": "1C35",
            "name": "LEPCHA CONSONANT SIGN KANG"
        },
        {
            "codepoint": "1C36",
            "name": "LEPCHA SIGN RAN"
        },
        {
            "codepoint": "1C37",
            "name": "LEPCHA SIGN NUKTA"
        },
        {
            "codepoint": "1C3B",
            "name": "LEPCHA PUNCTUATION TA-ROL"
        },
        {
            "codepoint": "1C3C",
            "name": "LEPCHA PUNCTUATION NYET THYOOM TA-ROL"
        },
        {
            "codepoint": "1C3D",
            "name": "LEPCHA PUNCTUATION CER-WA"
        },
        {
            "codepoint": "1C3E",
            "name": "LEPCHA PUNCTUATION TSHOOK CER-WA"
        },
        {
            "codepoint": "1C3F",
            "name": "LEPCHA PUNCTUATION TSHOOK"
        },
        {
            "codepoint": "1C40",
            "name": "LEPCHA DIGIT ZERO"
        },
        {
            "codepoint": "1C41",
            "name": "LEPCHA DIGIT ONE"
        },
        {
            "codepoint": "1C42",
            "name": "LEPCHA DIGIT TWO"
        },
        {
            "codepoint": "1C43",
            "name": "LEPCHA DIGIT THREE"
        },
        {
            "codepoint": "1C44",
            "name": "LEPCHA DIGIT FOUR"
        },
        {
            "codepoint": "1C45",
            "name": "LEPCHA DIGIT FIVE"
        },
        {
            "codepoint": "1C46",
            "name": "LEPCHA DIGIT SIX"
        },
        {
            "codepoint": "1C47",
            "name": "LEPCHA DIGIT SEVEN"
        },
        {
            "codepoint": "1C48",
            "name": "LEPCHA DIGIT EIGHT"
        },
        {
            "codepoint": "1C49",
            "name": "LEPCHA DIGIT NINE"
        },
        {
            "codepoint": "1C4D",
            "name": "LEPCHA LETTER TTA"
        },
        {
            "codepoint": "1C4E",
            "name": "LEPCHA LETTER TTHA"
        },
        {
            "codepoint": "1C4F",
            "name": "LEPCHA LETTER DDA"
        },
        {
            "codepoint": "1C50",
            "name": "OL CHIKI DIGIT ZERO"
        },
        {
            "codepoint": "1C51",
            "name": "OL CHIKI DIGIT ONE"
        },
        {
            "codepoint": "1C52",
            "name": "OL CHIKI DIGIT TWO"
        },
        {
            "codepoint": "1C53",
            "name": "OL CHIKI DIGIT THREE"
        },
        {
            "codepoint": "1C54",
            "name": "OL CHIKI DIGIT FOUR"
        },
        {
            "codepoint": "1C55",
            "name": "OL CHIKI DIGIT FIVE"
        },
        {
            "codepoint": "1C56",
            "name": "OL CHIKI DIGIT SIX"
        },
        {
            "codepoint": "1C57",
            "name": "OL CHIKI DIGIT SEVEN"
        },
        {
            "codepoint": "1C58",
            "name": "OL CHIKI DIGIT EIGHT"
        },
        {
            "codepoint": "1C59",
            "name": "OL CHIKI DIGIT NINE"
        },
        {
            "codepoint": "1C5A",
            "name": "OL CHIKI LETTER LA"
        },
        {
            "codepoint": "1C5B",
            "name": "OL CHIKI LETTER AT"
        },
        {
            "codepoint": "1C5C",
            "name": "OL CHIKI LETTER AG"
        },
        {
            "codepoint": "1C5D",
            "name": "OL CHIKI LETTER ANG"
        },
        {
            "codepoint": "1C5E",
            "name": "OL CHIKI LETTER AL"
        },
        {
            "codepoint": "1C5F",
            "name": "OL CHIKI LETTER LAA"
        },
        {
            "codepoint": "1C60",
            "name": "OL CHIKI LETTER AAK"
        },
        {
            "codepoint": "1C61",
            "name": "OL CHIKI LETTER AAJ"
        },
        {
            "codepoint": "1C62",
            "name": "OL CHIKI LETTER AAM"
        },
        {
            "codepoint": "1C63",
            "name": "OL CHIKI LETTER AAW"
        },
        {
            "codepoint": "1C64",
            "name": "OL CHIKI LETTER LI"
        },
        {
            "codepoint": "1C65",
            "name": "OL CHIKI LETTER IS"
        },
        {
            "codepoint": "1C66",
            "name": "OL CHIKI LETTER IH"
        },
        {
            "codepoint": "1C67",
            "name": "OL CHIKI LETTER INY"
        },
        {
            "codepoint": "1C68",
            "name": "OL CHIKI LETTER IR"
        },
        {
            "codepoint": "1C69",
            "name": "OL CHIKI LETTER LU"
        },
        {
            "codepoint": "1C6A",
            "name": "OL CHIKI LETTER UC"
        },
        {
            "codepoint": "1C6B",
            "name": "OL CHIKI LETTER UD"
        },
        {
            "codepoint": "1C6C",
            "name": "OL CHIKI LETTER UNN"
        },
        {
            "codepoint": "1C6D",
            "name": "OL CHIKI LETTER UY"
        },
        {
            "codepoint": "1C6E",
            "name": "OL CHIKI LETTER LE"
        },
        {
            "codepoint": "1C6F",
            "name": "OL CHIKI LETTER EP"
        },
        {
            "codepoint": "1C70",
            "name": "OL CHIKI LETTER EDD"
        },
        {
            "codepoint": "1C71",
            "name": "OL CHIKI LETTER EN"
        },
        {
            "codepoint": "1C72",
            "name": "OL CHIKI LETTER ERR"
        },
        {
            "codepoint": "1C73",
            "name": "OL CHIKI LETTER LO"
        },
        {
            "codepoint": "1C74",
            "name": "OL CHIKI LETTER OTT"
        },
        {
            "codepoint": "1C75",
            "name": "OL CHIKI LETTER OB"
        },
        {
            "codepoint": "1C76",
            "name": "OL CHIKI LETTER OV"
        },
        {
            "codepoint": "1C77",
            "name": "OL CHIKI LETTER OH"
        },
        {
            "codepoint": "1C78",
            "name": "OL CHIKI MU TTUDDAG",
            "comments": [
                "nasalization mark"
            ]
        },
        {
            "codepoint": "1C79",
            "name": "OL CHIKI GAAHLAA TTUDDAAG",
            "comments": [
                "vowel modifier"
            ]
        },
        {
            "codepoint": "1C7A",
            "name": "OL CHIKI MU-GAAHLAA TTUDDAAG"
        },
        {
            "codepoint": "1C7B",
            "name": "OL CHIKI RELAA",
            "comments": [
                "length mark"
            ]
        },
        {
            "codepoint": "1C7C",
            "name": "OL CHIKI PHAARKAA",
            "comments": [
                "glottal protector"
            ]
        },
        {
            "codepoint": "1C7D",
            "name": "OL CHIKI AHAD",
            "comments": [
                "deglottalizes consonants"
            ]
        },
        {
            "codepoint": "1C7E",
            "name": "OL CHIKI PUNCTUATION MUCAAD"
        },
        {
            "codepoint": "1C7F",
            "name": "OL CHIKI PUNCTUATION DOUBLE MUCAAD"
        },
        {
            "codepoint": "1C80",
            "name": "CYRILLIC SMALL LETTER ROUNDED VE",
            "crossReferences": [
                "(cyrillic small letter ve - 0432)"
            ]
        },
        {
            "codepoint": "1C81",
            "name": "CYRILLIC SMALL LETTER LONG-LEGGED DE",
            "crossReferences": [
                "(cyrillic small letter de - 0434)"
            ]
        },
        {
            "codepoint": "1C82",
            "name": "CYRILLIC SMALL LETTER NARROW O",
            "crossReferences": [
                "(cyrillic small letter o - 043E)"
            ]
        },
        {
            "codepoint": "1C83",
            "name": "CYRILLIC SMALL LETTER WIDE ES",
            "crossReferences": [
                "(cyrillic small letter es - 0441)"
            ]
        },
        {
            "codepoint": "1C84",
            "name": "CYRILLIC SMALL LETTER TALL TE"
        },
        {
            "codepoint": "1C85",
            "name": "CYRILLIC SMALL LETTER THREE-LEGGED TE",
            "crossReferences": [
                "(cyrillic small letter te - 0442)"
            ]
        },
        {
            "codepoint": "1C86",
            "name": "CYRILLIC SMALL LETTER TALL HARD SIGN",
            "crossReferences": [
                "(cyrillic small letter hard sign - 044A)"
            ]
        },
        {
            "codepoint": "1C87",
            "name": "CYRILLIC SMALL LETTER TALL YAT",
            "crossReferences": [
                "(cyrillic small letter yat - 0463)"
            ]
        },
        {
            "codepoint": "1C88",
            "name": "CYRILLIC SMALL LETTER UNBLENDED UK",
            "crossReferences": [
                "(cyrillic small letter uk - 0479)",
                "(cyrillic small letter monograph uk - A64B)"
            ]
        },
        {
            "codepoint": "1C89",
            "name": "CYRILLIC CAPITAL LETTER TJE"
        },
        {
            "codepoint": "1C8A",
            "name": "CYRILLIC SMALL LETTER TJE",
            "crossReferences": [
                "(cyrillic small letter komi tje - 050F)"
            ]
        },
        {
            "codepoint": "1C90",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER AN",
            "crossReferences": [
                "(georgian letter an - 10D0)"
            ]
        },
        {
            "codepoint": "1C91",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER BAN"
        },
        {
            "codepoint": "1C92",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER GAN"
        },
        {
            "codepoint": "1C93",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER DON"
        },
        {
            "codepoint": "1C94",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER EN"
        },
        {
            "codepoint": "1C95",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER VIN"
        },
        {
            "codepoint": "1C96",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER ZEN"
        },
        {
            "codepoint": "1C97",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER TAN"
        },
        {
            "codepoint": "1C98",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER IN"
        },
        {
            "codepoint": "1C99",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER KAN"
        },
        {
            "codepoint": "1C9A",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER LAS"
        },
        {
            "codepoint": "1C9B",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER MAN"
        },
        {
            "codepoint": "1C9C",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER NAR"
        },
        {
            "codepoint": "1C9D",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER ON"
        },
        {
            "codepoint": "1C9E",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER PAR"
        },
        {
            "codepoint": "1C9F",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER ZHAR"
        },
        {
            "codepoint": "1CA0",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER RAE"
        },
        {
            "codepoint": "1CA1",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER SAN"
        },
        {
            "codepoint": "1CA2",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER TAR"
        },
        {
            "codepoint": "1CA3",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER UN"
        },
        {
            "codepoint": "1CA4",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER PHAR"
        },
        {
            "codepoint": "1CA5",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER KHAR"
        },
        {
            "codepoint": "1CA6",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER GHAN"
        },
        {
            "codepoint": "1CA7",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER QAR"
        },
        {
            "codepoint": "1CA8",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER SHIN"
        },
        {
            "codepoint": "1CA9",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER CHIN"
        },
        {
            "codepoint": "1CAA",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER CAN"
        },
        {
            "codepoint": "1CAB",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER JIL"
        },
        {
            "codepoint": "1CAC",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER CIL"
        },
        {
            "codepoint": "1CAD",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER CHAR"
        },
        {
            "codepoint": "1CAE",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER XAN"
        },
        {
            "codepoint": "1CAF",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER JHAN"
        },
        {
            "codepoint": "1CB0",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HAE"
        },
        {
            "codepoint": "1CB1",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HE"
        },
        {
            "codepoint": "1CB2",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HIE"
        },
        {
            "codepoint": "1CB3",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER WE"
        },
        {
            "codepoint": "1CB4",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HAR"
        },
        {
            "codepoint": "1CB5",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HOE"
        },
        {
            "codepoint": "1CB6",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER FI"
        },
        {
            "codepoint": "1CB7",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER YN"
        },
        {
            "codepoint": "1CB8",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER ELIFI"
        },
        {
            "codepoint": "1CB9",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER TURNED GAN"
        },
        {
            "codepoint": "1CBA",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER AIN"
        },
        {
            "codepoint": "1CBD",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER AEN"
        },
        {
            "codepoint": "1CBE",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER HARD SIGN"
        },
        {
            "codepoint": "1CBF",
            "name": "GEORGIAN MTAVRULI CAPITAL LETTER LABIAL SIGN"
        },
        {
            "codepoint": "1CC0",
            "name": "SUNDANESE PUNCTUATION BINDU SURYA",
            "comments": [
                "sun"
            ]
        },
        {
            "codepoint": "1CC1",
            "name": "SUNDANESE PUNCTUATION BINDU PANGLONG",
            "comments": [
                "half moon"
            ]
        },
        {
            "codepoint": "1CC2",
            "name": "SUNDANESE PUNCTUATION BINDU PURNAMA",
            "comments": [
                "full moon"
            ]
        },
        {
            "codepoint": "1CC3",
            "name": "SUNDANESE PUNCTUATION BINDU CAKRA",
            "comments": [
                "wheel"
            ]
        },
        {
            "codepoint": "1CC4",
            "name": "SUNDANESE PUNCTUATION BINDU LEU SATANGA"
        },
        {
            "codepoint": "1CC5",
            "name": "SUNDANESE PUNCTUATION BINDU KA SATANGA"
        },
        {
            "codepoint": "1CC6",
            "name": "SUNDANESE PUNCTUATION BINDU DA SATANGA"
        },
        {
            "codepoint": "1CC7",
            "name": "SUNDANESE PUNCTUATION BINDU BA SATANGA"
        },
        {
            "codepoint": "1CD0",
            "name": "VEDIC TONE KARSHANA",
            "aliases": [
                "vaidika saamasvara karshanna"
            ]
        },
        {
            "codepoint": "1CD1",
            "name": "VEDIC TONE SHARA",
            "aliases": [
                "vaidika svarita uurdhva shara"
            ]
        },
        {
            "codepoint": "1CD2",
            "name": "VEDIC TONE PRENKHA",
            "comments": [
                "indicates vibrato"
            ],
            "aliases": [
                "vaidika saamasvara prenkha"
            ]
        },
        {
            "codepoint": "1CD3",
            "name": "VEDIC SIGN NIHSHVASA",
            "aliases": [
                "vaidika saamagaana yogakaala"
            ],
            "comments": [
                "separates sections between which a pause is disallowed"
            ]
        },
        {
            "codepoint": "1CD4",
            "name": "VEDIC SIGN YAJURVEDIC MIDLINE SVARITA",
            "comments": [
                "used predominantly in the Maitrayani Samhita and in some manuscripts of the Vajasaneyi Madhyandina Samhita"
            ]
        },
        {
            "codepoint": "1CD5",
            "name": "VEDIC TONE YAJURVEDIC AGGRAVATED INDEPENDENT SVARITA",
            "aliases": [
                "vaidika svarita adho nyubja"
            ]
        },
        {
            "codepoint": "1CD6",
            "name": "VEDIC TONE YAJURVEDIC INDEPENDENT SVARITA",
            "aliases": [
                "vaidika svarita adhah konna"
            ]
        },
        {
            "codepoint": "1CD7",
            "name": "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA",
            "aliases": [
                "vaidika svarita adho vakra rekhaa"
            ]
        },
        {
            "codepoint": "1CD8",
            "name": "VEDIC TONE CANDRA BELOW",
            "aliases": [
                "vaidika svarita adho'rdha vakra"
            ]
        },
        {
            "codepoint": "1CD9",
            "name": "VEDIC TONE YAJURVEDIC KATHAKA INDEPENDENT SVARITA SCHROEDER",
            "aliases": [
                "vaidika svarita adhah samyukta rekhaa"
            ]
        },
        {
            "codepoint": "1CDA",
            "name": "VEDIC TONE DOUBLE SVARITA",
            "aliases": [
                "vaidika svarita uurdhva dvi rekhaa"
            ],
            "crossReferences": [
                "(devanagari stress sign udatta - 0951)"
            ]
        },
        {
            "codepoint": "1CDB",
            "name": "VEDIC TONE TRIPLE SVARITA",
            "aliases": [
                "vaidika svarita uurdhva tri rekhaa"
            ]
        },
        {
            "codepoint": "1CDC",
            "name": "VEDIC TONE KATHAKA ANUDATTA",
            "aliases": [
                "vaidika svarita adho rekhaa"
            ],
            "crossReferences": [
                "(devanagari stress sign anudatta - 0952)"
            ]
        },
        {
            "codepoint": "1CDD",
            "name": "VEDIC TONE DOT BELOW",
            "aliases": [
                "vaidika svarita adho bindu"
            ]
        },
        {
            "codepoint": "1CDE",
            "name": "VEDIC TONE TWO DOTS BELOW",
            "aliases": [
                "vaidika svarita adho dvi bindu"
            ]
        },
        {
            "codepoint": "1CDF",
            "name": "VEDIC TONE THREE DOTS BELOW",
            "aliases": [
                "vaidika svarita adhas tri bindu"
            ]
        },
        {
            "codepoint": "1CE0",
            "name": "VEDIC TONE RIGVEDIC KASHMIRI INDEPENDENT SVARITA",
            "aliases": [
                "vaidika uurdhva vakra rekhaa"
            ]
        },
        {
            "codepoint": "1CE1",
            "name": "VEDIC TONE ATHARVAVEDIC INDEPENDENT SVARITA",
            "aliases": [
                "vaidika svarita dvi vakra khannda"
            ]
        },
        {
            "codepoint": "1CE2",
            "name": "VEDIC SIGN VISARGA SVARITA",
            "aliases": [
                "vaidika madhyarekhaa"
            ]
        },
        {
            "codepoint": "1CE3",
            "name": "VEDIC SIGN VISARGA UDATTA",
            "aliases": [
                "vaidika visarga dakshinnatah uurdhvaga"
            ]
        },
        {
            "codepoint": "1CE4",
            "name": "VEDIC SIGN REVERSED VISARGA UDATTA",
            "aliases": [
                "vaidika visarga vaamatah uurdhvaga"
            ]
        },
        {
            "codepoint": "1CE5",
            "name": "VEDIC SIGN VISARGA ANUDATTA",
            "aliases": [
                "vaidika visarga vaamatah adhoga"
            ]
        },
        {
            "codepoint": "1CE6",
            "name": "VEDIC SIGN REVERSED VISARGA ANUDATTA",
            "aliases": [
                "vaidika visarga dakshinnatah adhoga"
            ]
        },
        {
            "codepoint": "1CE7",
            "name": "VEDIC SIGN VISARGA UDATTA WITH TAIL",
            "aliases": [
                "vaidika visarga dakshinnatah uurdhva vakra"
            ]
        },
        {
            "codepoint": "1CE8",
            "name": "VEDIC SIGN VISARGA ANUDATTA WITH TAIL",
            "aliases": [
                "vaidika visarga vaamatah adho vakra"
            ]
        },
        {
            "codepoint": "1CE9",
            "name": "VEDIC SIGN ANUSVARA ANTARGOMUKHA",
            "aliases": [
                "vaidika anusvaara antarmukha"
            ]
        },
        {
            "codepoint": "1CEA",
            "name": "VEDIC SIGN ANUSVARA BAHIRGOMUKHA",
            "aliases": [
                "vaidika anusvaara naagaphanna"
            ]
        },
        {
            "codepoint": "1CEB",
            "name": "VEDIC SIGN ANUSVARA VAMAGOMUKHA",
            "aliases": [
                "vaidika anusvaara vaamagomukha"
            ]
        },
        {
            "codepoint": "1CEC",
            "name": "VEDIC SIGN ANUSVARA VAMAGOMUKHA WITH TAIL",
            "aliases": [
                "vaidika anusvaara vaamagomukha sa-vakra"
            ]
        },
        {
            "codepoint": "1CED",
            "name": "VEDIC SIGN TIRYAK",
            "aliases": [
                "vaidika tiryak"
            ]
        },
        {
            "codepoint": "1CEE",
            "name": "VEDIC SIGN HEXIFORM LONG ANUSVARA",
            "aliases": [
                "vaidika anusvaara anugaamii"
            ]
        },
        {
            "codepoint": "1CEF",
            "name": "VEDIC SIGN LONG ANUSVARA",
            "aliases": [
                "vaidika anusvaara dakshinnamukha"
            ]
        },
        {
            "codepoint": "1CF0",
            "name": "VEDIC SIGN RTHANG LONG ANUSVARA",
            "aliases": [
                "vaidika anusvaara ttha-sadrisha"
            ]
        },
        {
            "codepoint": "1CF1",
            "name": "VEDIC SIGN ANUSVARA UBHAYATO MUKHA",
            "aliases": [
                "vaidika anusvaara ubhayato mukha"
            ]
        },
        {
            "codepoint": "1CF2",
            "name": "VEDIC SIGN ARDHAVISARGA",
            "aliases": [
                "vaidika jihvaamuuliiya upadhmaaniiya"
            ]
        },
        {
            "codepoint": "1CF3",
            "name": "VEDIC SIGN ROTATED ARDHAVISARGA"
        },
        {
            "codepoint": "1CF4",
            "name": "VEDIC TONE CANDRA ABOVE"
        },
        {
            "codepoint": "1CF5",
            "name": "VEDIC SIGN JIHVAMULIYA",
            "comments": [
                "marks a velar fricative occurring only before unvoiced velar stops"
            ],
            "crossReferences": [
                "(kannada sign jihvamuliya - 0CF1)",
                "(tibetan sign lce tsa can - 0F88)",
                "(brahmi sign jihvamuliya - 11003)",
                "(sharada sign jihvamuliya - 111C2)",
                "(newa sign jihvamuliya - 11460)",
                "(soyombo sign jihvamuliya - 11A84)"
            ]
        },
        {
            "codepoint": "1CF6",
            "name": "VEDIC SIGN UPADHMANIYA",
            "comments": [
                "marks a bilabial fricative occurring only before unvoiced labial stops"
            ],
            "crossReferences": [
                "(kannada sign upadhmaniya - 0CF2)",
                "(tibetan sign mchu can - 0F89)",
                "(brahmi sign upadhmaniya - 11004)",
                "(sharada sign upadhmaniya - 111C3)",
                "(newa sign upadhmaniya - 11461)",
                "(soyombo sign upadhmaniya - 11A85)"
            ]
        },
        {
            "codepoint": "1CF7",
            "name": "VEDIC SIGN ATIKRAMA",
            "aliases": [
                "vaidika saamagaana atikrama"
            ],
            "comments": [
                "indicates skipping of a svara"
            ]
        },
        {
            "codepoint": "1CF8",
            "name": "VEDIC TONE RING ABOVE"
        },
        {
            "codepoint": "1CF9",
            "name": "VEDIC TONE DOUBLE RING ABOVE"
        },
        {
            "codepoint": "1CFA",
            "name": "VEDIC SIGN DOUBLE ANUSVARA ANTARGOMUKHA",
            "comments": [
                "used as a base for a combining nasal sign"
            ]
        },
        {
            "codepoint": "1D00",
            "name": "LATIN LETTER SMALL CAPITAL A"
        },
        {
            "codepoint": "1D01",
            "name": "LATIN LETTER SMALL CAPITAL AE"
        },
        {
            "codepoint": "1D02",
            "name": "LATIN SMALL LETTER TURNED AE",
            "comments": [
                "glyph can also have sideways orientation"
            ]
        },
        {
            "codepoint": "1D03",
            "name": "LATIN LETTER SMALL CAPITAL BARRED B",
            "crossReferences": [
                "(latin capital letter b with stroke - 0243)"
            ]
        },
        {
            "codepoint": "1D04",
            "name": "LATIN LETTER SMALL CAPITAL C"
        },
        {
            "codepoint": "1D05",
            "name": "LATIN LETTER SMALL CAPITAL D"
        },
        {
            "codepoint": "1D06",
            "name": "LATIN LETTER SMALL CAPITAL ETH"
        },
        {
            "codepoint": "1D07",
            "name": "LATIN LETTER SMALL CAPITAL E"
        },
        {
            "codepoint": "1D08",
            "name": "LATIN SMALL LETTER TURNED OPEN E",
            "crossReferences": [
                "(latin small letter reversed open e - 025C)",
                "(modifier letter small turned open e - 1D4C)"
            ]
        },
        {
            "codepoint": "1D09",
            "name": "LATIN SMALL LETTER TURNED I"
        },
        {
            "codepoint": "1D0A",
            "name": "LATIN LETTER SMALL CAPITAL J"
        },
        {
            "codepoint": "1D0B",
            "name": "LATIN LETTER SMALL CAPITAL K",
            "crossReferences": [
                "(latin small letter kra - 0138)",
                "(cyrillic small letter ka - 043A)"
            ]
        },
        {
            "codepoint": "1D0C",
            "name": "LATIN LETTER SMALL CAPITAL L WITH STROKE"
        },
        {
            "codepoint": "1D0D",
            "name": "LATIN LETTER SMALL CAPITAL M"
        },
        {
            "codepoint": "1D0E",
            "name": "LATIN LETTER SMALL CAPITAL REVERSED N",
            "crossReferences": [
                "(cyrillic small letter i - 0438)",
                "(modifier letter capital reversed n - 1D3B)"
            ]
        },
        {
            "codepoint": "1D0F",
            "name": "LATIN LETTER SMALL CAPITAL O"
        },
        {
            "codepoint": "1D10",
            "name": "LATIN LETTER SMALL CAPITAL OPEN O",
            "crossReferences": [
                "(latin small letter open o - 0254)",
                "(latin small letter reversed c - 2184)"
            ]
        },
        {
            "codepoint": "1D11",
            "name": "LATIN SMALL LETTER SIDEWAYS O"
        },
        {
            "codepoint": "1D12",
            "name": "LATIN SMALL LETTER SIDEWAYS OPEN O"
        },
        {
            "codepoint": "1D13",
            "name": "LATIN SMALL LETTER SIDEWAYS O WITH STROKE"
        },
        {
            "codepoint": "1D14",
            "name": "LATIN SMALL LETTER TURNED OE",
            "comments": [
                "glyph can also have sideways orientation"
            ]
        },
        {
            "codepoint": "1D15",
            "name": "LATIN LETTER SMALL CAPITAL OU"
        },
        {
            "codepoint": "1D16",
            "name": "LATIN SMALL LETTER TOP HALF O"
        },
        {
            "codepoint": "1D17",
            "name": "LATIN SMALL LETTER BOTTOM HALF O"
        },
        {
            "codepoint": "1D18",
            "name": "LATIN LETTER SMALL CAPITAL P",
            "comments": [
                "represents a semi-voiced [p]"
            ],
            "crossReferences": [
                "(greek letter small capital rho - 1D29)"
            ]
        },
        {
            "codepoint": "1D19",
            "name": "LATIN LETTER SMALL CAPITAL REVERSED R"
        },
        {
            "codepoint": "1D1A",
            "name": "LATIN LETTER SMALL CAPITAL TURNED R"
        },
        {
            "codepoint": "1D1B",
            "name": "LATIN LETTER SMALL CAPITAL T",
            "crossReferences": [
                "(cyrillic small letter te - 0442)"
            ]
        },
        {
            "codepoint": "1D1C",
            "name": "LATIN LETTER SMALL CAPITAL U"
        },
        {
            "codepoint": "1D1D",
            "name": "LATIN SMALL LETTER SIDEWAYS U"
        },
        {
            "codepoint": "1D1E",
            "name": "LATIN SMALL LETTER SIDEWAYS DIAERESIZED U",
            "comments": [
                "glyph can also have turned orientation"
            ]
        },
        {
            "codepoint": "1D1F",
            "name": "LATIN SMALL LETTER SIDEWAYS TURNED M"
        },
        {
            "codepoint": "1D20",
            "name": "LATIN LETTER SMALL CAPITAL V"
        },
        {
            "codepoint": "1D21",
            "name": "LATIN LETTER SMALL CAPITAL W"
        },
        {
            "codepoint": "1D22",
            "name": "LATIN LETTER SMALL CAPITAL Z"
        },
        {
            "codepoint": "1D23",
            "name": "LATIN LETTER SMALL CAPITAL EZH",
            "crossReferences": [
                "(cyrillic small letter abkhasian dze - 04E1)"
            ]
        },
        {
            "codepoint": "1D24",
            "name": "LATIN LETTER VOICED LARYNGEAL SPIRANT"
        },
        {
            "codepoint": "1D25",
            "name": "LATIN LETTER AIN",
            "crossReferences": [
                "(arabic letter ain - 0639)",
                "(latin small letter egyptological ain - A725)"
            ]
        },
        {
            "codepoint": "1D26",
            "name": "GREEK LETTER SMALL CAPITAL GAMMA"
        },
        {
            "codepoint": "1D27",
            "name": "GREEK LETTER SMALL CAPITAL LAMDA"
        },
        {
            "codepoint": "1D28",
            "name": "GREEK LETTER SMALL CAPITAL PI"
        },
        {
            "codepoint": "1D29",
            "name": "GREEK LETTER SMALL CAPITAL RHO",
            "comments": [
                "represents a voiceless uvular trill"
            ],
            "crossReferences": [
                "(latin letter small capital p - 1D18)"
            ]
        },
        {
            "codepoint": "1D2A",
            "name": "GREEK LETTER SMALL CAPITAL PSI"
        },
        {
            "codepoint": "1D2B",
            "name": "CYRILLIC LETTER SMALL CAPITAL EL",
            "comments": [
                "in italic style, the glyph is obliqued, not italicized"
            ],
            "crossReferences": [
                "(cyrillic small letter el - 043B)"
            ]
        },
        {
            "codepoint": "1D2C",
            "name": "MODIFIER LETTER CAPITAL A",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "1D2D",
            "name": "MODIFIER LETTER CAPITAL AE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "00C6"
                ]
            ]
        },
        {
            "codepoint": "1D2E",
            "name": "MODIFIER LETTER CAPITAL B",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "1D2F",
            "name": "MODIFIER LETTER CAPITAL BARRED B"
        },
        {
            "codepoint": "1D30",
            "name": "MODIFIER LETTER CAPITAL D",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "1D31",
            "name": "MODIFIER LETTER CAPITAL E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0045"
                ]
            ]
        },
        {
            "codepoint": "1D32",
            "name": "MODIFIER LETTER CAPITAL REVERSED E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "018E"
                ]
            ]
        },
        {
            "codepoint": "1D33",
            "name": "MODIFIER LETTER CAPITAL G",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0047"
                ]
            ]
        },
        {
            "codepoint": "1D34",
            "name": "MODIFIER LETTER CAPITAL H",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0048"
                ]
            ]
        },
        {
            "codepoint": "1D35",
            "name": "MODIFIER LETTER CAPITAL I",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "1D36",
            "name": "MODIFIER LETTER CAPITAL J",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "1D37",
            "name": "MODIFIER LETTER CAPITAL K",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004B"
                ]
            ]
        },
        {
            "codepoint": "1D38",
            "name": "MODIFIER LETTER CAPITAL L",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004C"
                ]
            ]
        },
        {
            "codepoint": "1D39",
            "name": "MODIFIER LETTER CAPITAL M",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "1D3A",
            "name": "MODIFIER LETTER CAPITAL N",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004E"
                ]
            ]
        },
        {
            "codepoint": "1D3B",
            "name": "MODIFIER LETTER CAPITAL REVERSED N"
        },
        {
            "codepoint": "1D3C",
            "name": "MODIFIER LETTER CAPITAL O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "004F"
                ]
            ]
        },
        {
            "codepoint": "1D3D",
            "name": "MODIFIER LETTER CAPITAL OU",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0222"
                ]
            ]
        },
        {
            "codepoint": "1D3E",
            "name": "MODIFIER LETTER CAPITAL P",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0050"
                ]
            ]
        },
        {
            "codepoint": "1D3F",
            "name": "MODIFIER LETTER CAPITAL R",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "1D40",
            "name": "MODIFIER LETTER CAPITAL T",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0054"
                ]
            ]
        },
        {
            "codepoint": "1D41",
            "name": "MODIFIER LETTER CAPITAL U",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "1D42",
            "name": "MODIFIER LETTER CAPITAL W",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "1D43",
            "name": "MODIFIER LETTER SMALL A",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "1D44",
            "name": "MODIFIER LETTER SMALL TURNED A",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0250"
                ]
            ]
        },
        {
            "codepoint": "1D45",
            "name": "MODIFIER LETTER SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0251"
                ]
            ]
        },
        {
            "codepoint": "1D46",
            "name": "MODIFIER LETTER SMALL TURNED AE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D02"
                ]
            ]
        },
        {
            "codepoint": "1D47",
            "name": "MODIFIER LETTER SMALL B",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0062"
                ]
            ]
        },
        {
            "codepoint": "1D48",
            "name": "MODIFIER LETTER SMALL D",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0064"
                ]
            ]
        },
        {
            "codepoint": "1D49",
            "name": "MODIFIER LETTER SMALL E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0065"
                ]
            ]
        },
        {
            "codepoint": "1D4A",
            "name": "MODIFIER LETTER SMALL SCHWA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0259"
                ]
            ]
        },
        {
            "codepoint": "1D4B",
            "name": "MODIFIER LETTER SMALL OPEN E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "025B"
                ]
            ]
        },
        {
            "codepoint": "1D4C",
            "name": "MODIFIER LETTER SMALL TURNED OPEN E",
            "comments": [
                "more appropriate equivalence would be to 1D08"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "025C"
                ]
            ]
        },
        {
            "codepoint": "1D4D",
            "name": "MODIFIER LETTER SMALL G",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "1D4E",
            "name": "MODIFIER LETTER SMALL TURNED I"
        },
        {
            "codepoint": "1D4F",
            "name": "MODIFIER LETTER SMALL K",
            "compatibilityMappings": [
                [
                    "<super>",
                    "006B"
                ]
            ]
        },
        {
            "codepoint": "1D50",
            "name": "MODIFIER LETTER SMALL M",
            "compatibilityMappings": [
                [
                    "<super>",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "1D51",
            "name": "MODIFIER LETTER SMALL ENG",
            "compatibilityMappings": [
                [
                    "<super>",
                    "014B"
                ]
            ]
        },
        {
            "codepoint": "1D52",
            "name": "MODIFIER LETTER SMALL O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "1D53",
            "name": "MODIFIER LETTER SMALL OPEN O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0254"
                ]
            ]
        },
        {
            "codepoint": "1D54",
            "name": "MODIFIER LETTER SMALL TOP HALF O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D16"
                ]
            ]
        },
        {
            "codepoint": "1D55",
            "name": "MODIFIER LETTER SMALL BOTTOM HALF O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D17"
                ]
            ]
        },
        {
            "codepoint": "1D56",
            "name": "MODIFIER LETTER SMALL P",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0070"
                ]
            ]
        },
        {
            "codepoint": "1D57",
            "name": "MODIFIER LETTER SMALL T",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "1D58",
            "name": "MODIFIER LETTER SMALL U",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0075"
                ]
            ]
        },
        {
            "codepoint": "1D59",
            "name": "MODIFIER LETTER SMALL SIDEWAYS U",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D1D"
                ]
            ]
        },
        {
            "codepoint": "1D5A",
            "name": "MODIFIER LETTER SMALL TURNED M",
            "compatibilityMappings": [
                [
                    "<super>",
                    "026F"
                ]
            ]
        },
        {
            "codepoint": "1D5B",
            "name": "MODIFIER LETTER SMALL V",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "1D5C",
            "name": "MODIFIER LETTER SMALL AIN",
            "crossReferences": [
                "(latin small letter egyptological ain - A725)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D25"
                ]
            ]
        },
        {
            "codepoint": "1D5D",
            "name": "MODIFIER LETTER SMALL BETA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03B2"
                ]
            ]
        },
        {
            "codepoint": "1D5E",
            "name": "MODIFIER LETTER SMALL GREEK GAMMA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03B3"
                ]
            ]
        },
        {
            "codepoint": "1D5F",
            "name": "MODIFIER LETTER SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03B4"
                ]
            ]
        },
        {
            "codepoint": "1D60",
            "name": "MODIFIER LETTER SMALL GREEK PHI",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03C6"
                ]
            ]
        },
        {
            "codepoint": "1D61",
            "name": "MODIFIER LETTER SMALL CHI",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03C7"
                ]
            ]
        },
        {
            "codepoint": "1D62",
            "name": "LATIN SUBSCRIPT SMALL LETTER I",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "1D63",
            "name": "LATIN SUBSCRIPT SMALL LETTER R",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "1D64",
            "name": "LATIN SUBSCRIPT SMALL LETTER U",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0075"
                ]
            ]
        },
        {
            "codepoint": "1D65",
            "name": "LATIN SUBSCRIPT SMALL LETTER V",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "1D66",
            "name": "GREEK SUBSCRIPT SMALL LETTER BETA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "03B2"
                ]
            ]
        },
        {
            "codepoint": "1D67",
            "name": "GREEK SUBSCRIPT SMALL LETTER GAMMA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "03B3"
                ]
            ]
        },
        {
            "codepoint": "1D68",
            "name": "GREEK SUBSCRIPT SMALL LETTER RHO",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "03C1"
                ]
            ]
        },
        {
            "codepoint": "1D69",
            "name": "GREEK SUBSCRIPT SMALL LETTER PHI",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "03C6"
                ]
            ]
        },
        {
            "codepoint": "1D6A",
            "name": "GREEK SUBSCRIPT SMALL LETTER CHI",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "03C7"
                ]
            ]
        },
        {
            "codepoint": "1D6B",
            "name": "LATIN SMALL LETTER UE"
        },
        {
            "codepoint": "1D6C",
            "name": "LATIN SMALL LETTER B WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D6D",
            "name": "LATIN SMALL LETTER D WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D6E",
            "name": "LATIN SMALL LETTER F WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D6F",
            "name": "LATIN SMALL LETTER M WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D70",
            "name": "LATIN SMALL LETTER N WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D71",
            "name": "LATIN SMALL LETTER P WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D72",
            "name": "LATIN SMALL LETTER R WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D73",
            "name": "LATIN SMALL LETTER R WITH FISHHOOK AND MIDDLE TILDE"
        },
        {
            "codepoint": "1D74",
            "name": "LATIN SMALL LETTER S WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D75",
            "name": "LATIN SMALL LETTER T WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D76",
            "name": "LATIN SMALL LETTER Z WITH MIDDLE TILDE"
        },
        {
            "codepoint": "1D77",
            "name": "LATIN SMALL LETTER TURNED G",
            "comments": [
                "Georgian transcription"
            ],
            "crossReferences": [
                "(georgian letter turned gan - 10F9)"
            ]
        },
        {
            "codepoint": "1D78",
            "name": "MODIFIER LETTER CYRILLIC EN",
            "comments": [
                "sometimes substituted for 1D34 in extended IPA"
            ],
            "crossReferences": [
                "(modifier letter capital h - 1D34)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "043D"
                ]
            ]
        },
        {
            "codepoint": "1D79",
            "name": "LATIN SMALL LETTER INSULAR G",
            "comments": [
                "older Irish phonetic notation",
                "uppercase is A77D"
            ],
            "crossReferences": [
                "(latin small letter g - 0067)",
                "(latin small letter yogh - 021D)",
                "(latin small letter script g - 0261)",
                "(latin small letter gamma - 0263)",
                "(latin small letter closed insular g - A7D1)"
            ]
        },
        {
            "codepoint": "1D7A",
            "name": "LATIN SMALL LETTER TH WITH STRIKETHROUGH",
            "comments": [
                "American dictionary usage"
            ],
            "crossReferences": [
                "(greek small letter theta - 03B8)"
            ]
        },
        {
            "codepoint": "1D7B",
            "name": "LATIN SMALL CAPITAL LETTER I WITH STROKE",
            "comments": [
                "used with different meanings by Americanists and Oxford dictionaries"
            ],
            "crossReferences": [
                "(latin capital letter i with stroke - 0197)"
            ]
        },
        {
            "codepoint": "1D7C",
            "name": "LATIN SMALL LETTER IOTA WITH STROKE",
            "comments": [
                "used by Russianists"
            ]
        },
        {
            "codepoint": "1D7D",
            "name": "LATIN SMALL LETTER P WITH STROKE",
            "comments": [
                "used by Americanists",
                "uppercase is 2C63"
            ]
        },
        {
            "codepoint": "1D7E",
            "name": "LATIN SMALL CAPITAL LETTER U WITH STROKE",
            "comments": [
                "used by Americanists"
            ],
            "crossReferences": [
                "(latin small letter u bar - 0289)"
            ]
        },
        {
            "codepoint": "1D7F",
            "name": "LATIN SMALL LETTER UPSILON WITH STROKE",
            "comments": [
                "used by Americanists and Oxford dictionaries"
            ]
        },
        {
            "codepoint": "1D80",
            "name": "LATIN SMALL LETTER B WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D81",
            "name": "LATIN SMALL LETTER D WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D82",
            "name": "LATIN SMALL LETTER F WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D83",
            "name": "LATIN SMALL LETTER G WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D84",
            "name": "LATIN SMALL LETTER K WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D85",
            "name": "LATIN SMALL LETTER L WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D86",
            "name": "LATIN SMALL LETTER M WITH PALATAL HOOK",
            "crossReferences": [
                "(latin small letter m with hook - 0271)"
            ]
        },
        {
            "codepoint": "1D87",
            "name": "LATIN SMALL LETTER N WITH PALATAL HOOK",
            "crossReferences": [
                "(latin small letter eng - 014B)"
            ]
        },
        {
            "codepoint": "1D88",
            "name": "LATIN SMALL LETTER P WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D89",
            "name": "LATIN SMALL LETTER R WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D8A",
            "name": "LATIN SMALL LETTER S WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D8B",
            "name": "LATIN SMALL LETTER ESH WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D8C",
            "name": "LATIN SMALL LETTER V WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D8D",
            "name": "LATIN SMALL LETTER X WITH PALATAL HOOK"
        },
        {
            "codepoint": "1D8E",
            "name": "LATIN SMALL LETTER Z WITH PALATAL HOOK",
            "comments": [
                "uppercase is A7C6"
            ],
            "crossReferences": [
                "(latin small letter z with hook - 0225)"
            ]
        },
        {
            "codepoint": "1D8F",
            "name": "LATIN SMALL LETTER A WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D90",
            "name": "LATIN SMALL LETTER ALPHA WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D91",
            "name": "LATIN SMALL LETTER D WITH HOOK AND TAIL"
        },
        {
            "codepoint": "1D92",
            "name": "LATIN SMALL LETTER E WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D93",
            "name": "LATIN SMALL LETTER OPEN E WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D94",
            "name": "LATIN SMALL LETTER REVERSED OPEN E WITH RETROFLEX HOOK",
            "crossReferences": [
                "(latin small letter reversed open e with hook - 025D)"
            ]
        },
        {
            "codepoint": "1D95",
            "name": "LATIN SMALL LETTER SCHWA WITH RETROFLEX HOOK",
            "crossReferences": [
                "(latin small letter schwa with hook - 025A)"
            ]
        },
        {
            "codepoint": "1D96",
            "name": "LATIN SMALL LETTER I WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D97",
            "name": "LATIN SMALL LETTER OPEN O WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D98",
            "name": "LATIN SMALL LETTER ESH WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D99",
            "name": "LATIN SMALL LETTER U WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D9A",
            "name": "LATIN SMALL LETTER EZH WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1D9B",
            "name": "MODIFIER LETTER SMALL TURNED ALPHA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0252"
                ]
            ]
        },
        {
            "codepoint": "1D9C",
            "name": "MODIFIER LETTER SMALL C",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "1D9D",
            "name": "MODIFIER LETTER SMALL C WITH CURL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0255"
                ]
            ]
        },
        {
            "codepoint": "1D9E",
            "name": "MODIFIER LETTER SMALL ETH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "00F0"
                ]
            ]
        },
        {
            "codepoint": "1D9F",
            "name": "MODIFIER LETTER SMALL REVERSED OPEN E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "025C"
                ]
            ]
        },
        {
            "codepoint": "1DA0",
            "name": "MODIFIER LETTER SMALL F",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0066"
                ]
            ]
        },
        {
            "codepoint": "1DA1",
            "name": "MODIFIER LETTER SMALL DOTLESS J WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "025F"
                ]
            ]
        },
        {
            "codepoint": "1DA2",
            "name": "MODIFIER LETTER SMALL SCRIPT G",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0261"
                ]
            ]
        },
        {
            "codepoint": "1DA3",
            "name": "MODIFIER LETTER SMALL TURNED H",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0265"
                ]
            ]
        },
        {
            "codepoint": "1DA4",
            "name": "MODIFIER LETTER SMALL I WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0268"
                ]
            ]
        },
        {
            "codepoint": "1DA5",
            "name": "MODIFIER LETTER SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0269"
                ]
            ]
        },
        {
            "codepoint": "1DA6",
            "name": "MODIFIER LETTER SMALL CAPITAL I",
            "comments": [
                "not for use in UPA"
            ],
            "crossReferences": [
                "(modifier letter capital i - 1D35)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "026A"
                ]
            ]
        },
        {
            "codepoint": "1DA7",
            "name": "MODIFIER LETTER SMALL CAPITAL I WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D7B"
                ]
            ]
        },
        {
            "codepoint": "1DA8",
            "name": "MODIFIER LETTER SMALL J WITH CROSSED-TAIL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "029D"
                ]
            ]
        },
        {
            "codepoint": "1DA9",
            "name": "MODIFIER LETTER SMALL L WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "026D"
                ]
            ]
        },
        {
            "codepoint": "1DAA",
            "name": "MODIFIER LETTER SMALL L WITH PALATAL HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D85"
                ]
            ]
        },
        {
            "codepoint": "1DAB",
            "name": "MODIFIER LETTER SMALL CAPITAL L",
            "comments": [
                "not for use in UPA"
            ],
            "crossReferences": [
                "(modifier letter capital l - 1D38)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "029F"
                ]
            ]
        },
        {
            "codepoint": "1DAC",
            "name": "MODIFIER LETTER SMALL M WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0271"
                ]
            ]
        },
        {
            "codepoint": "1DAD",
            "name": "MODIFIER LETTER SMALL TURNED M WITH LONG LEG",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0270"
                ]
            ]
        },
        {
            "codepoint": "1DAE",
            "name": "MODIFIER LETTER SMALL N WITH LEFT HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0272"
                ]
            ]
        },
        {
            "codepoint": "1DAF",
            "name": "MODIFIER LETTER SMALL N WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0273"
                ]
            ]
        },
        {
            "codepoint": "1DB0",
            "name": "MODIFIER LETTER SMALL CAPITAL N",
            "comments": [
                "not for use in UPA"
            ],
            "crossReferences": [
                "(modifier letter capital n - 1D3A)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0274"
                ]
            ]
        },
        {
            "codepoint": "1DB1",
            "name": "MODIFIER LETTER SMALL BARRED O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0275"
                ]
            ]
        },
        {
            "codepoint": "1DB2",
            "name": "MODIFIER LETTER SMALL PHI",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0278"
                ]
            ]
        },
        {
            "codepoint": "1DB3",
            "name": "MODIFIER LETTER SMALL S WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0282"
                ]
            ]
        },
        {
            "codepoint": "1DB4",
            "name": "MODIFIER LETTER SMALL ESH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0283"
                ]
            ]
        },
        {
            "codepoint": "1DB5",
            "name": "MODIFIER LETTER SMALL T WITH PALATAL HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "01AB"
                ]
            ]
        },
        {
            "codepoint": "1DB6",
            "name": "MODIFIER LETTER SMALL U BAR",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0289"
                ]
            ]
        },
        {
            "codepoint": "1DB7",
            "name": "MODIFIER LETTER SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<super>",
                    "028A"
                ]
            ]
        },
        {
            "codepoint": "1DB8",
            "name": "MODIFIER LETTER SMALL CAPITAL U",
            "comments": [
                "not for use in UPA"
            ],
            "crossReferences": [
                "(modifier letter capital u - 1D41)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D1C"
                ]
            ]
        },
        {
            "codepoint": "1DB9",
            "name": "MODIFIER LETTER SMALL V WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "028B"
                ]
            ]
        },
        {
            "codepoint": "1DBA",
            "name": "MODIFIER LETTER SMALL TURNED V",
            "compatibilityMappings": [
                [
                    "<super>",
                    "028C"
                ]
            ]
        },
        {
            "codepoint": "1DBB",
            "name": "MODIFIER LETTER SMALL Z",
            "compatibilityMappings": [
                [
                    "<super>",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "1DBC",
            "name": "MODIFIER LETTER SMALL Z WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0290"
                ]
            ]
        },
        {
            "codepoint": "1DBD",
            "name": "MODIFIER LETTER SMALL Z WITH CURL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0291"
                ]
            ]
        },
        {
            "codepoint": "1DBE",
            "name": "MODIFIER LETTER SMALL EZH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0292"
                ]
            ]
        },
        {
            "codepoint": "1DBF",
            "name": "MODIFIER LETTER SMALL THETA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "03B8"
                ]
            ]
        },
        {
            "codepoint": "1DC0",
            "name": "COMBINING DOTTED GRAVE ACCENT",
            "crossReferences": [
                "(combining grave accent - 0300)",
                "(greek dialytika and varia - 1FED)"
            ]
        },
        {
            "codepoint": "1DC1",
            "name": "COMBINING DOTTED ACUTE ACCENT",
            "crossReferences": [
                "(combining acute accent - 0301)",
                "(combining greek dialytika tonos - 0344)",
                "(greek dialytika and oxia - 1FEE)"
            ]
        },
        {
            "codepoint": "1DC2",
            "name": "COMBINING SNAKE BELOW"
        },
        {
            "codepoint": "1DC3",
            "name": "COMBINING SUSPENSION MARK",
            "comments": [
                "Glagolitic"
            ],
            "crossReferences": [
                "(combining breve - 0306)"
            ]
        },
        {
            "codepoint": "1DC4",
            "name": "COMBINING MACRON-ACUTE"
        },
        {
            "codepoint": "1DC5",
            "name": "COMBINING GRAVE-MACRON"
        },
        {
            "codepoint": "1DC6",
            "name": "COMBINING MACRON-GRAVE"
        },
        {
            "codepoint": "1DC7",
            "name": "COMBINING ACUTE-MACRON"
        },
        {
            "codepoint": "1DC8",
            "name": "COMBINING GRAVE-ACUTE-GRAVE"
        },
        {
            "codepoint": "1DC9",
            "name": "COMBINING ACUTE-GRAVE-ACUTE"
        },
        {
            "codepoint": "1DCA",
            "name": "COMBINING LATIN SMALL LETTER R BELOW"
        },
        {
            "codepoint": "1DCB",
            "name": "COMBINING BREVE-MACRON",
            "comments": [
                "Lithuanian dialectology"
            ]
        },
        {
            "codepoint": "1DCC",
            "name": "COMBINING MACRON-BREVE",
            "comments": [
                "Lithuanian dialectology"
            ]
        },
        {
            "codepoint": "1DCD",
            "name": "COMBINING DOUBLE CIRCUMFLEX ABOVE"
        },
        {
            "codepoint": "1DCE",
            "name": "COMBINING OGONEK ABOVE"
        },
        {
            "codepoint": "1DCF",
            "name": "COMBINING ZIGZAG BELOW"
        },
        {
            "codepoint": "1DD0",
            "name": "COMBINING IS BELOW"
        },
        {
            "codepoint": "1DD1",
            "name": "COMBINING UR ABOVE"
        },
        {
            "codepoint": "1DD2",
            "name": "COMBINING US ABOVE"
        },
        {
            "codepoint": "1DD3",
            "name": "COMBINING LATIN SMALL LETTER FLATTENED OPEN A ABOVE"
        },
        {
            "codepoint": "1DD4",
            "name": "COMBINING LATIN SMALL LETTER AE"
        },
        {
            "codepoint": "1DD5",
            "name": "COMBINING LATIN SMALL LETTER AO"
        },
        {
            "codepoint": "1DD6",
            "name": "COMBINING LATIN SMALL LETTER AV"
        },
        {
            "codepoint": "1DD7",
            "name": "COMBINING LATIN SMALL LETTER C CEDILLA"
        },
        {
            "codepoint": "1DD8",
            "name": "COMBINING LATIN SMALL LETTER INSULAR D"
        },
        {
            "codepoint": "1DD9",
            "name": "COMBINING LATIN SMALL LETTER ETH"
        },
        {
            "codepoint": "1DDA",
            "name": "COMBINING LATIN SMALL LETTER G"
        },
        {
            "codepoint": "1DDB",
            "name": "COMBINING LATIN LETTER SMALL CAPITAL G"
        },
        {
            "codepoint": "1DDC",
            "name": "COMBINING LATIN SMALL LETTER K"
        },
        {
            "codepoint": "1DDD",
            "name": "COMBINING LATIN SMALL LETTER L"
        },
        {
            "codepoint": "1DDE",
            "name": "COMBINING LATIN LETTER SMALL CAPITAL L"
        },
        {
            "codepoint": "1DDF",
            "name": "COMBINING LATIN LETTER SMALL CAPITAL M"
        },
        {
            "codepoint": "1DE0",
            "name": "COMBINING LATIN SMALL LETTER N"
        },
        {
            "codepoint": "1DE1",
            "name": "COMBINING LATIN LETTER SMALL CAPITAL N"
        },
        {
            "codepoint": "1DE2",
            "name": "COMBINING LATIN LETTER SMALL CAPITAL R"
        },
        {
            "codepoint": "1DE3",
            "name": "COMBINING LATIN SMALL LETTER R ROTUNDA"
        },
        {
            "codepoint": "1DE4",
            "name": "COMBINING LATIN SMALL LETTER S"
        },
        {
            "codepoint": "1DE5",
            "name": "COMBINING LATIN SMALL LETTER LONG S"
        },
        {
            "codepoint": "1DE6",
            "name": "COMBINING LATIN SMALL LETTER Z"
        },
        {
            "codepoint": "1DE7",
            "name": "COMBINING LATIN SMALL LETTER ALPHA"
        },
        {
            "codepoint": "1DE8",
            "name": "COMBINING LATIN SMALL LETTER B"
        },
        {
            "codepoint": "1DE9",
            "name": "COMBINING LATIN SMALL LETTER BETA"
        },
        {
            "codepoint": "1DEA",
            "name": "COMBINING LATIN SMALL LETTER SCHWA"
        },
        {
            "codepoint": "1DEB",
            "name": "COMBINING LATIN SMALL LETTER F"
        },
        {
            "codepoint": "1DEC",
            "name": "COMBINING LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE"
        },
        {
            "codepoint": "1DED",
            "name": "COMBINING LATIN SMALL LETTER O WITH LIGHT CENTRALIZATION STROKE"
        },
        {
            "codepoint": "1DEE",
            "name": "COMBINING LATIN SMALL LETTER P"
        },
        {
            "codepoint": "1DEF",
            "name": "COMBINING LATIN SMALL LETTER ESH"
        },
        {
            "codepoint": "1DF0",
            "name": "COMBINING LATIN SMALL LETTER U WITH LIGHT CENTRALIZATION STROKE"
        },
        {
            "codepoint": "1DF1",
            "name": "COMBINING LATIN SMALL LETTER W",
            "crossReferences": [
                "(combining latin small letter w below - 1ABF)",
                "(combining inverted double arch above - 1AC7)"
            ]
        },
        {
            "codepoint": "1DF2",
            "name": "COMBINING LATIN SMALL LETTER A WITH DIAERESIS"
        },
        {
            "codepoint": "1DF3",
            "name": "COMBINING LATIN SMALL LETTER O WITH DIAERESIS"
        },
        {
            "codepoint": "1DF4",
            "name": "COMBINING LATIN SMALL LETTER U WITH DIAERESIS"
        },
        {
            "codepoint": "1DF5",
            "name": "COMBINING UP TACK ABOVE"
        },
        {
            "codepoint": "1DF6",
            "name": "COMBINING KAVYKA ABOVE RIGHT"
        },
        {
            "codepoint": "1DF7",
            "name": "COMBINING KAVYKA ABOVE LEFT",
            "crossReferences": [
                "(combining cyrillic kavyka - A67C)"
            ]
        },
        {
            "codepoint": "1DF8",
            "name": "COMBINING DOT ABOVE LEFT",
            "comments": [
                "used in Syriac as a disambiguation dot",
                "used in Typicon Cyrillic, where the dot may have a square appearance",
                "used in the Latin-based Americanist phonetic notation of Franz Boas"
            ],
            "crossReferences": [
                "(combining dot above right - 0358)",
                "(syriac feminine dot - 0740)"
            ]
        },
        {
            "codepoint": "1DF9",
            "name": "COMBINING WIDE INVERTED BRIDGE BELOW",
            "comments": [
                "used as a Typicon mark"
            ],
            "crossReferences": [
                "(combining inverted bridge below - 033A)"
            ]
        },
        {
            "codepoint": "1DFA",
            "name": "COMBINING DOT BELOW LEFT",
            "comments": [
                "used in Syriac as a disambiguation dot"
            ]
        },
        {
            "codepoint": "1DFB",
            "name": "COMBINING DELETION MARK",
            "comments": [
                "used for \"mhusaa\" in Newa scribal tradition"
            ]
        },
        {
            "codepoint": "1DFC",
            "name": "COMBINING DOUBLE INVERTED BREVE BELOW"
        },
        {
            "codepoint": "1DFD",
            "name": "COMBINING ALMOST EQUAL TO BELOW",
            "comments": [
                "diacritic indicating a strident vowel in Khoisan languages"
            ]
        },
        {
            "codepoint": "1DFE",
            "name": "COMBINING LEFT ARROWHEAD ABOVE"
        },
        {
            "codepoint": "1DFF",
            "name": "COMBINING RIGHT ARROWHEAD AND DOWN ARROWHEAD BELOW"
        },
        {
            "codepoint": "1E00",
            "name": "LATIN CAPITAL LETTER A WITH RING BELOW",
            "decompositions": [
                [
                    "0041",
                    "0325"
                ]
            ]
        },
        {
            "codepoint": "1E01",
            "name": "LATIN SMALL LETTER A WITH RING BELOW",
            "decompositions": [
                [
                    "0061",
                    "0325"
                ]
            ]
        },
        {
            "codepoint": "1E02",
            "name": "LATIN CAPITAL LETTER B WITH DOT ABOVE",
            "decompositions": [
                [
                    "0042",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E03",
            "name": "LATIN SMALL LETTER B WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0062",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E04",
            "name": "LATIN CAPITAL LETTER B WITH DOT BELOW",
            "decompositions": [
                [
                    "0042",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E05",
            "name": "LATIN SMALL LETTER B WITH DOT BELOW",
            "decompositions": [
                [
                    "0062",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E06",
            "name": "LATIN CAPITAL LETTER B WITH LINE BELOW",
            "decompositions": [
                [
                    "0042",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E07",
            "name": "LATIN SMALL LETTER B WITH LINE BELOW",
            "decompositions": [
                [
                    "0062",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E08",
            "name": "LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE",
            "decompositions": [
                [
                    "00C7",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E09",
            "name": "LATIN SMALL LETTER C WITH CEDILLA AND ACUTE",
            "decompositions": [
                [
                    "00E7",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E0A",
            "name": "LATIN CAPITAL LETTER D WITH DOT ABOVE",
            "decompositions": [
                [
                    "0044",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E0B",
            "name": "LATIN SMALL LETTER D WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0064",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E0C",
            "name": "LATIN CAPITAL LETTER D WITH DOT BELOW",
            "decompositions": [
                [
                    "0044",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E0D",
            "name": "LATIN SMALL LETTER D WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "0064",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E0E",
            "name": "LATIN CAPITAL LETTER D WITH LINE BELOW",
            "decompositions": [
                [
                    "0044",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E0F",
            "name": "LATIN SMALL LETTER D WITH LINE BELOW",
            "decompositions": [
                [
                    "0064",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E10",
            "name": "LATIN CAPITAL LETTER D WITH CEDILLA",
            "decompositions": [
                [
                    "0044",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "1E11",
            "name": "LATIN SMALL LETTER D WITH CEDILLA",
            "comments": [
                "Livonian"
            ],
            "decompositions": [
                [
                    "0064",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "1E12",
            "name": "LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0044",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E13",
            "name": "LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0064",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E14",
            "name": "LATIN CAPITAL LETTER E WITH MACRON AND GRAVE",
            "decompositions": [
                [
                    "0112",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E15",
            "name": "LATIN SMALL LETTER E WITH MACRON AND GRAVE",
            "decompositions": [
                [
                    "0113",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E16",
            "name": "LATIN CAPITAL LETTER E WITH MACRON AND ACUTE",
            "decompositions": [
                [
                    "0112",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E17",
            "name": "LATIN SMALL LETTER E WITH MACRON AND ACUTE",
            "decompositions": [
                [
                    "0113",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E18",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0045",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E19",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0065",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E1A",
            "name": "LATIN CAPITAL LETTER E WITH TILDE BELOW",
            "decompositions": [
                [
                    "0045",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E1B",
            "name": "LATIN SMALL LETTER E WITH TILDE BELOW",
            "decompositions": [
                [
                    "0065",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E1C",
            "name": "LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE",
            "decompositions": [
                [
                    "0228",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1E1D",
            "name": "LATIN SMALL LETTER E WITH CEDILLA AND BREVE",
            "comments": [
                "Hebrew transliteration"
            ],
            "decompositions": [
                [
                    "0229",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1E1E",
            "name": "LATIN CAPITAL LETTER F WITH DOT ABOVE",
            "decompositions": [
                [
                    "0046",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E1F",
            "name": "LATIN SMALL LETTER F WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0066",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E20",
            "name": "LATIN CAPITAL LETTER G WITH MACRON",
            "decompositions": [
                [
                    "0047",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E21",
            "name": "LATIN SMALL LETTER G WITH MACRON",
            "decompositions": [
                [
                    "0067",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E22",
            "name": "LATIN CAPITAL LETTER H WITH DOT ABOVE",
            "decompositions": [
                [
                    "0048",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E23",
            "name": "LATIN SMALL LETTER H WITH DOT ABOVE",
            "decompositions": [
                [
                    "0068",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E24",
            "name": "LATIN CAPITAL LETTER H WITH DOT BELOW",
            "decompositions": [
                [
                    "0048",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E25",
            "name": "LATIN SMALL LETTER H WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "0068",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E26",
            "name": "LATIN CAPITAL LETTER H WITH DIAERESIS",
            "decompositions": [
                [
                    "0048",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E27",
            "name": "LATIN SMALL LETTER H WITH DIAERESIS",
            "decompositions": [
                [
                    "0068",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E28",
            "name": "LATIN CAPITAL LETTER H WITH CEDILLA",
            "decompositions": [
                [
                    "0048",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "1E29",
            "name": "LATIN SMALL LETTER H WITH CEDILLA",
            "decompositions": [
                [
                    "0068",
                    "0327"
                ]
            ]
        },
        {
            "codepoint": "1E2A",
            "name": "LATIN CAPITAL LETTER H WITH BREVE BELOW",
            "decompositions": [
                [
                    "0048",
                    "032E"
                ]
            ]
        },
        {
            "codepoint": "1E2B",
            "name": "LATIN SMALL LETTER H WITH BREVE BELOW",
            "comments": [
                "Semitic transliteration"
            ],
            "decompositions": [
                [
                    "0068",
                    "032E"
                ]
            ]
        },
        {
            "codepoint": "1E2C",
            "name": "LATIN CAPITAL LETTER I WITH TILDE BELOW",
            "decompositions": [
                [
                    "0049",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E2D",
            "name": "LATIN SMALL LETTER I WITH TILDE BELOW",
            "decompositions": [
                [
                    "0069",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E2E",
            "name": "LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE",
            "decompositions": [
                [
                    "00CF",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E2F",
            "name": "LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE",
            "decompositions": [
                [
                    "00EF",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E30",
            "name": "LATIN CAPITAL LETTER K WITH ACUTE",
            "decompositions": [
                [
                    "004B",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E31",
            "name": "LATIN SMALL LETTER K WITH ACUTE",
            "comments": [
                "Macedonian transliteration"
            ],
            "decompositions": [
                [
                    "006B",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E32",
            "name": "LATIN CAPITAL LETTER K WITH DOT BELOW",
            "decompositions": [
                [
                    "004B",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E33",
            "name": "LATIN SMALL LETTER K WITH DOT BELOW",
            "decompositions": [
                [
                    "006B",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E34",
            "name": "LATIN CAPITAL LETTER K WITH LINE BELOW",
            "decompositions": [
                [
                    "004B",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E35",
            "name": "LATIN SMALL LETTER K WITH LINE BELOW",
            "decompositions": [
                [
                    "006B",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E36",
            "name": "LATIN CAPITAL LETTER L WITH DOT BELOW",
            "decompositions": [
                [
                    "004C",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E37",
            "name": "LATIN SMALL LETTER L WITH DOT BELOW",
            "comments": [
                "Indic transliteration",
                "see ISO 15919 on the use of dot below versus ring below in Indic transliteration"
            ],
            "crossReferences": [
                "(combining ring below - 0325)"
            ],
            "decompositions": [
                [
                    "006C",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E38",
            "name": "LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON",
            "decompositions": [
                [
                    "1E36",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E39",
            "name": "LATIN SMALL LETTER L WITH DOT BELOW AND MACRON",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "1E37",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E3A",
            "name": "LATIN CAPITAL LETTER L WITH LINE BELOW",
            "decompositions": [
                [
                    "004C",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E3B",
            "name": "LATIN SMALL LETTER L WITH LINE BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "006C",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E3C",
            "name": "LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "004C",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E3D",
            "name": "LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "006C",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E3E",
            "name": "LATIN CAPITAL LETTER M WITH ACUTE",
            "decompositions": [
                [
                    "004D",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E3F",
            "name": "LATIN SMALL LETTER M WITH ACUTE",
            "decompositions": [
                [
                    "006D",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E40",
            "name": "LATIN CAPITAL LETTER M WITH DOT ABOVE",
            "decompositions": [
                [
                    "004D",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E41",
            "name": "LATIN SMALL LETTER M WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "006D",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E42",
            "name": "LATIN CAPITAL LETTER M WITH DOT BELOW",
            "decompositions": [
                [
                    "004D",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E43",
            "name": "LATIN SMALL LETTER M WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "006D",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E44",
            "name": "LATIN CAPITAL LETTER N WITH DOT ABOVE",
            "decompositions": [
                [
                    "004E",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E45",
            "name": "LATIN SMALL LETTER N WITH DOT ABOVE",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "006E",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E46",
            "name": "LATIN CAPITAL LETTER N WITH DOT BELOW",
            "decompositions": [
                [
                    "004E",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E47",
            "name": "LATIN SMALL LETTER N WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "006E",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E48",
            "name": "LATIN CAPITAL LETTER N WITH LINE BELOW",
            "decompositions": [
                [
                    "004E",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E49",
            "name": "LATIN SMALL LETTER N WITH LINE BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "006E",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E4A",
            "name": "LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "004E",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E4B",
            "name": "LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "006E",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E4C",
            "name": "LATIN CAPITAL LETTER O WITH TILDE AND ACUTE",
            "decompositions": [
                [
                    "00D5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E4D",
            "name": "LATIN SMALL LETTER O WITH TILDE AND ACUTE",
            "decompositions": [
                [
                    "00F5",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E4E",
            "name": "LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS",
            "decompositions": [
                [
                    "00D5",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E4F",
            "name": "LATIN SMALL LETTER O WITH TILDE AND DIAERESIS",
            "decompositions": [
                [
                    "00F5",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E50",
            "name": "LATIN CAPITAL LETTER O WITH MACRON AND GRAVE",
            "decompositions": [
                [
                    "014C",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E51",
            "name": "LATIN SMALL LETTER O WITH MACRON AND GRAVE",
            "decompositions": [
                [
                    "014D",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E52",
            "name": "LATIN CAPITAL LETTER O WITH MACRON AND ACUTE",
            "decompositions": [
                [
                    "014C",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E53",
            "name": "LATIN SMALL LETTER O WITH MACRON AND ACUTE",
            "decompositions": [
                [
                    "014D",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E54",
            "name": "LATIN CAPITAL LETTER P WITH ACUTE",
            "decompositions": [
                [
                    "0050",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E55",
            "name": "LATIN SMALL LETTER P WITH ACUTE",
            "decompositions": [
                [
                    "0070",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E56",
            "name": "LATIN CAPITAL LETTER P WITH DOT ABOVE",
            "decompositions": [
                [
                    "0050",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E57",
            "name": "LATIN SMALL LETTER P WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0070",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E58",
            "name": "LATIN CAPITAL LETTER R WITH DOT ABOVE",
            "decompositions": [
                [
                    "0052",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E59",
            "name": "LATIN SMALL LETTER R WITH DOT ABOVE",
            "decompositions": [
                [
                    "0072",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E5A",
            "name": "LATIN CAPITAL LETTER R WITH DOT BELOW",
            "decompositions": [
                [
                    "0052",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E5B",
            "name": "LATIN SMALL LETTER R WITH DOT BELOW",
            "comments": [
                "Indic transliteration",
                "see ISO 15919 on the use of dot below versus ring below in Indic transliteration"
            ],
            "crossReferences": [
                "(combining ring below - 0325)"
            ],
            "decompositions": [
                [
                    "0072",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E5C",
            "name": "LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON",
            "decompositions": [
                [
                    "1E5A",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E5D",
            "name": "LATIN SMALL LETTER R WITH DOT BELOW AND MACRON",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "1E5B",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1E5E",
            "name": "LATIN CAPITAL LETTER R WITH LINE BELOW",
            "decompositions": [
                [
                    "0052",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E5F",
            "name": "LATIN SMALL LETTER R WITH LINE BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "0072",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E60",
            "name": "LATIN CAPITAL LETTER S WITH DOT ABOVE",
            "decompositions": [
                [
                    "0053",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E61",
            "name": "LATIN SMALL LETTER S WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0073",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E62",
            "name": "LATIN CAPITAL LETTER S WITH DOT BELOW",
            "decompositions": [
                [
                    "0053",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E63",
            "name": "LATIN SMALL LETTER S WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "0073",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E64",
            "name": "LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE",
            "decompositions": [
                [
                    "015A",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E65",
            "name": "LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE",
            "decompositions": [
                [
                    "015B",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E66",
            "name": "LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE",
            "decompositions": [
                [
                    "0160",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E67",
            "name": "LATIN SMALL LETTER S WITH CARON AND DOT ABOVE",
            "decompositions": [
                [
                    "0161",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E68",
            "name": "LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE",
            "decompositions": [
                [
                    "1E62",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E69",
            "name": "LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE",
            "decompositions": [
                [
                    "1E63",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E6A",
            "name": "LATIN CAPITAL LETTER T WITH DOT ABOVE",
            "decompositions": [
                [
                    "0054",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E6B",
            "name": "LATIN SMALL LETTER T WITH DOT ABOVE",
            "comments": [
                "Irish Gaelic (old orthography)"
            ],
            "decompositions": [
                [
                    "0074",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E6C",
            "name": "LATIN CAPITAL LETTER T WITH DOT BELOW",
            "decompositions": [
                [
                    "0054",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E6D",
            "name": "LATIN SMALL LETTER T WITH DOT BELOW",
            "comments": [
                "Indic transliteration"
            ],
            "decompositions": [
                [
                    "0074",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E6E",
            "name": "LATIN CAPITAL LETTER T WITH LINE BELOW",
            "decompositions": [
                [
                    "0054",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E6F",
            "name": "LATIN SMALL LETTER T WITH LINE BELOW",
            "comments": [
                "Semitic transliteration"
            ],
            "decompositions": [
                [
                    "0074",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E70",
            "name": "LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0054",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E71",
            "name": "LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0074",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E72",
            "name": "LATIN CAPITAL LETTER U WITH DIAERESIS BELOW",
            "decompositions": [
                [
                    "0055",
                    "0324"
                ]
            ]
        },
        {
            "codepoint": "1E73",
            "name": "LATIN SMALL LETTER U WITH DIAERESIS BELOW",
            "decompositions": [
                [
                    "0075",
                    "0324"
                ]
            ]
        },
        {
            "codepoint": "1E74",
            "name": "LATIN CAPITAL LETTER U WITH TILDE BELOW",
            "decompositions": [
                [
                    "0055",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E75",
            "name": "LATIN SMALL LETTER U WITH TILDE BELOW",
            "decompositions": [
                [
                    "0075",
                    "0330"
                ]
            ]
        },
        {
            "codepoint": "1E76",
            "name": "LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0055",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E77",
            "name": "LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW",
            "decompositions": [
                [
                    "0075",
                    "032D"
                ]
            ]
        },
        {
            "codepoint": "1E78",
            "name": "LATIN CAPITAL LETTER U WITH TILDE AND ACUTE",
            "decompositions": [
                [
                    "0168",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E79",
            "name": "LATIN SMALL LETTER U WITH TILDE AND ACUTE",
            "decompositions": [
                [
                    "0169",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E7A",
            "name": "LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS",
            "decompositions": [
                [
                    "016A",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E7B",
            "name": "LATIN SMALL LETTER U WITH MACRON AND DIAERESIS",
            "decompositions": [
                [
                    "016B",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E7C",
            "name": "LATIN CAPITAL LETTER V WITH TILDE",
            "decompositions": [
                [
                    "0056",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1E7D",
            "name": "LATIN SMALL LETTER V WITH TILDE",
            "decompositions": [
                [
                    "0076",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1E7E",
            "name": "LATIN CAPITAL LETTER V WITH DOT BELOW",
            "decompositions": [
                [
                    "0056",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E7F",
            "name": "LATIN SMALL LETTER V WITH DOT BELOW",
            "decompositions": [
                [
                    "0076",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E80",
            "name": "LATIN CAPITAL LETTER W WITH GRAVE",
            "decompositions": [
                [
                    "0057",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E81",
            "name": "LATIN SMALL LETTER W WITH GRAVE",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0077",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1E82",
            "name": "LATIN CAPITAL LETTER W WITH ACUTE",
            "decompositions": [
                [
                    "0057",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E83",
            "name": "LATIN SMALL LETTER W WITH ACUTE",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0077",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1E84",
            "name": "LATIN CAPITAL LETTER W WITH DIAERESIS",
            "decompositions": [
                [
                    "0057",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E85",
            "name": "LATIN SMALL LETTER W WITH DIAERESIS",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0077",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E86",
            "name": "LATIN CAPITAL LETTER W WITH DOT ABOVE",
            "decompositions": [
                [
                    "0057",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E87",
            "name": "LATIN SMALL LETTER W WITH DOT ABOVE",
            "decompositions": [
                [
                    "0077",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E88",
            "name": "LATIN CAPITAL LETTER W WITH DOT BELOW",
            "decompositions": [
                [
                    "0057",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E89",
            "name": "LATIN SMALL LETTER W WITH DOT BELOW",
            "decompositions": [
                [
                    "0077",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E8A",
            "name": "LATIN CAPITAL LETTER X WITH DOT ABOVE",
            "decompositions": [
                [
                    "0058",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E8B",
            "name": "LATIN SMALL LETTER X WITH DOT ABOVE",
            "decompositions": [
                [
                    "0078",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E8C",
            "name": "LATIN CAPITAL LETTER X WITH DIAERESIS",
            "decompositions": [
                [
                    "0058",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E8D",
            "name": "LATIN SMALL LETTER X WITH DIAERESIS",
            "decompositions": [
                [
                    "0078",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E8E",
            "name": "LATIN CAPITAL LETTER Y WITH DOT ABOVE",
            "decompositions": [
                [
                    "0059",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E8F",
            "name": "LATIN SMALL LETTER Y WITH DOT ABOVE",
            "decompositions": [
                [
                    "0079",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E90",
            "name": "LATIN CAPITAL LETTER Z WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "005A",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1E91",
            "name": "LATIN SMALL LETTER Z WITH CIRCUMFLEX",
            "decompositions": [
                [
                    "007A",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1E92",
            "name": "LATIN CAPITAL LETTER Z WITH DOT BELOW",
            "decompositions": [
                [
                    "005A",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E93",
            "name": "LATIN SMALL LETTER Z WITH DOT BELOW",
            "comments": [
                "Semitic transliteration"
            ],
            "crossReferences": [
                "(arabic letter zah - 0638)"
            ],
            "decompositions": [
                [
                    "007A",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1E94",
            "name": "LATIN CAPITAL LETTER Z WITH LINE BELOW",
            "decompositions": [
                [
                    "005A",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E95",
            "name": "LATIN SMALL LETTER Z WITH LINE BELOW",
            "comments": [
                "Semitic transliteration"
            ],
            "decompositions": [
                [
                    "007A",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E96",
            "name": "LATIN SMALL LETTER H WITH LINE BELOW",
            "comments": [
                "Semitic transliteration"
            ],
            "decompositions": [
                [
                    "0068",
                    "0331"
                ]
            ]
        },
        {
            "codepoint": "1E97",
            "name": "LATIN SMALL LETTER T WITH DIAERESIS",
            "decompositions": [
                [
                    "0074",
                    "0308"
                ]
            ]
        },
        {
            "codepoint": "1E98",
            "name": "LATIN SMALL LETTER W WITH RING ABOVE",
            "decompositions": [
                [
                    "0077",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "1E99",
            "name": "LATIN SMALL LETTER Y WITH RING ABOVE",
            "decompositions": [
                [
                    "0079",
                    "030A"
                ]
            ]
        },
        {
            "codepoint": "1E9A",
            "name": "LATIN SMALL LETTER A WITH RIGHT HALF RING",
            "compatibilityMappings": [
                [
                    "0061",
                    "02BE"
                ]
            ]
        },
        {
            "codepoint": "1E9B",
            "name": "LATIN SMALL LETTER LONG S WITH DOT ABOVE",
            "comments": [
                "in current use in Gaelic types (as glyph variant of 1E61)"
            ],
            "decompositions": [
                [
                    "017F",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "1E9C",
            "name": "LATIN SMALL LETTER LONG S WITH DIAGONAL STROKE",
            "comments": [
                "medievalist use for several abbreviations",
                "used in pre-1921 Latvian orthography",
                "used in Blackletter types of pre-1950 Lower Sorbian orthography"
            ],
            "crossReferences": [
                "(latin small letter s with oblique stroke - A7A9)"
            ]
        },
        {
            "codepoint": "1E9D",
            "name": "LATIN SMALL LETTER LONG S WITH HIGH STROKE"
        },
        {
            "codepoint": "1E9E",
            "name": "LATIN CAPITAL LETTER SHARP S",
            "comments": [
                "not used in Swiss High German",
                "lowercase is 00DF"
            ],
            "crossReferences": [
                "(latin small letter sharp s - 00DF)",
                "(latin capital letter middle scots s - A7D6)"
            ]
        },
        {
            "codepoint": "1E9F",
            "name": "LATIN SMALL LETTER DELTA",
            "comments": [
                "this is a non-casing letter"
            ],
            "crossReferences": [
                "(greek small letter delta - 03B4)"
            ]
        },
        {
            "codepoint": "1EA0",
            "name": "LATIN CAPITAL LETTER A WITH DOT BELOW",
            "decompositions": [
                [
                    "0041",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EA1",
            "name": "LATIN SMALL LETTER A WITH DOT BELOW",
            "decompositions": [
                [
                    "0061",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EA2",
            "name": "LATIN CAPITAL LETTER A WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0041",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EA3",
            "name": "LATIN SMALL LETTER A WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0061",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EA4",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00C2",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EA5",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00E2",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EA6",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00C2",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EA7",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00E2",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EA8",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00C2",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EA9",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00E2",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EAA",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00C2",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EAB",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00E2",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EAC",
            "name": "LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1EA0",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1EAD",
            "name": "LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1EA1",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1EAE",
            "name": "LATIN CAPITAL LETTER A WITH BREVE AND ACUTE",
            "decompositions": [
                [
                    "0102",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EAF",
            "name": "LATIN SMALL LETTER A WITH BREVE AND ACUTE",
            "decompositions": [
                [
                    "0103",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EB0",
            "name": "LATIN CAPITAL LETTER A WITH BREVE AND GRAVE",
            "decompositions": [
                [
                    "0102",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EB1",
            "name": "LATIN SMALL LETTER A WITH BREVE AND GRAVE",
            "decompositions": [
                [
                    "0103",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EB2",
            "name": "LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE",
            "decompositions": [
                [
                    "0102",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EB3",
            "name": "LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE",
            "decompositions": [
                [
                    "0103",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EB4",
            "name": "LATIN CAPITAL LETTER A WITH BREVE AND TILDE",
            "decompositions": [
                [
                    "0102",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EB5",
            "name": "LATIN SMALL LETTER A WITH BREVE AND TILDE",
            "decompositions": [
                [
                    "0103",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EB6",
            "name": "LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW",
            "decompositions": [
                [
                    "1EA0",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1EB7",
            "name": "LATIN SMALL LETTER A WITH BREVE AND DOT BELOW",
            "decompositions": [
                [
                    "1EA1",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1EB8",
            "name": "LATIN CAPITAL LETTER E WITH DOT BELOW",
            "decompositions": [
                [
                    "0045",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EB9",
            "name": "LATIN SMALL LETTER E WITH DOT BELOW",
            "decompositions": [
                [
                    "0065",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EBA",
            "name": "LATIN CAPITAL LETTER E WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0045",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EBB",
            "name": "LATIN SMALL LETTER E WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0065",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EBC",
            "name": "LATIN CAPITAL LETTER E WITH TILDE",
            "decompositions": [
                [
                    "0045",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EBD",
            "name": "LATIN SMALL LETTER E WITH TILDE",
            "decompositions": [
                [
                    "0065",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EBE",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00CA",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EBF",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00EA",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EC0",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00CA",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EC1",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00EA",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EC2",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00CA",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EC3",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00EA",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EC4",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00CA",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EC5",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00EA",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EC6",
            "name": "LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1EB8",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1EC7",
            "name": "LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1EB9",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1EC8",
            "name": "LATIN CAPITAL LETTER I WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0049",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EC9",
            "name": "LATIN SMALL LETTER I WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0069",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1ECA",
            "name": "LATIN CAPITAL LETTER I WITH DOT BELOW",
            "decompositions": [
                [
                    "0049",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1ECB",
            "name": "LATIN SMALL LETTER I WITH DOT BELOW",
            "decompositions": [
                [
                    "0069",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1ECC",
            "name": "LATIN CAPITAL LETTER O WITH DOT BELOW",
            "decompositions": [
                [
                    "004F",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1ECD",
            "name": "LATIN SMALL LETTER O WITH DOT BELOW",
            "decompositions": [
                [
                    "006F",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1ECE",
            "name": "LATIN CAPITAL LETTER O WITH HOOK ABOVE",
            "decompositions": [
                [
                    "004F",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1ECF",
            "name": "LATIN SMALL LETTER O WITH HOOK ABOVE",
            "decompositions": [
                [
                    "006F",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1ED0",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00D4",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1ED1",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE",
            "decompositions": [
                [
                    "00F4",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1ED2",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00D4",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1ED3",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE",
            "decompositions": [
                [
                    "00F4",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1ED4",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00D4",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1ED5",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE",
            "decompositions": [
                [
                    "00F4",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1ED6",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00D4",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1ED7",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE",
            "decompositions": [
                [
                    "00F4",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1ED8",
            "name": "LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1ECC",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1ED9",
            "name": "LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW",
            "decompositions": [
                [
                    "1ECD",
                    "0302"
                ]
            ]
        },
        {
            "codepoint": "1EDA",
            "name": "LATIN CAPITAL LETTER O WITH HORN AND ACUTE",
            "decompositions": [
                [
                    "01A0",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EDB",
            "name": "LATIN SMALL LETTER O WITH HORN AND ACUTE",
            "decompositions": [
                [
                    "01A1",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EDC",
            "name": "LATIN CAPITAL LETTER O WITH HORN AND GRAVE",
            "decompositions": [
                [
                    "01A0",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EDD",
            "name": "LATIN SMALL LETTER O WITH HORN AND GRAVE",
            "decompositions": [
                [
                    "01A1",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EDE",
            "name": "LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE",
            "decompositions": [
                [
                    "01A0",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EDF",
            "name": "LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE",
            "decompositions": [
                [
                    "01A1",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EE0",
            "name": "LATIN CAPITAL LETTER O WITH HORN AND TILDE",
            "decompositions": [
                [
                    "01A0",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EE1",
            "name": "LATIN SMALL LETTER O WITH HORN AND TILDE",
            "decompositions": [
                [
                    "01A1",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EE2",
            "name": "LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW",
            "decompositions": [
                [
                    "01A0",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EE3",
            "name": "LATIN SMALL LETTER O WITH HORN AND DOT BELOW",
            "decompositions": [
                [
                    "01A1",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EE4",
            "name": "LATIN CAPITAL LETTER U WITH DOT BELOW",
            "decompositions": [
                [
                    "0055",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EE5",
            "name": "LATIN SMALL LETTER U WITH DOT BELOW",
            "decompositions": [
                [
                    "0075",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EE6",
            "name": "LATIN CAPITAL LETTER U WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0055",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EE7",
            "name": "LATIN SMALL LETTER U WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0075",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EE8",
            "name": "LATIN CAPITAL LETTER U WITH HORN AND ACUTE",
            "decompositions": [
                [
                    "01AF",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EE9",
            "name": "LATIN SMALL LETTER U WITH HORN AND ACUTE",
            "decompositions": [
                [
                    "01B0",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1EEA",
            "name": "LATIN CAPITAL LETTER U WITH HORN AND GRAVE",
            "decompositions": [
                [
                    "01AF",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EEB",
            "name": "LATIN SMALL LETTER U WITH HORN AND GRAVE",
            "decompositions": [
                [
                    "01B0",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EEC",
            "name": "LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE",
            "decompositions": [
                [
                    "01AF",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EED",
            "name": "LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE",
            "decompositions": [
                [
                    "01B0",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EEE",
            "name": "LATIN CAPITAL LETTER U WITH HORN AND TILDE",
            "decompositions": [
                [
                    "01AF",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EEF",
            "name": "LATIN SMALL LETTER U WITH HORN AND TILDE",
            "decompositions": [
                [
                    "01B0",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EF0",
            "name": "LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW",
            "decompositions": [
                [
                    "01AF",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EF1",
            "name": "LATIN SMALL LETTER U WITH HORN AND DOT BELOW",
            "decompositions": [
                [
                    "01B0",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EF2",
            "name": "LATIN CAPITAL LETTER Y WITH GRAVE",
            "decompositions": [
                [
                    "0059",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EF3",
            "name": "LATIN SMALL LETTER Y WITH GRAVE",
            "comments": [
                "Welsh"
            ],
            "decompositions": [
                [
                    "0079",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1EF4",
            "name": "LATIN CAPITAL LETTER Y WITH DOT BELOW",
            "decompositions": [
                [
                    "0059",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EF5",
            "name": "LATIN SMALL LETTER Y WITH DOT BELOW",
            "decompositions": [
                [
                    "0079",
                    "0323"
                ]
            ]
        },
        {
            "codepoint": "1EF6",
            "name": "LATIN CAPITAL LETTER Y WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0059",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EF7",
            "name": "LATIN SMALL LETTER Y WITH HOOK ABOVE",
            "decompositions": [
                [
                    "0079",
                    "0309"
                ]
            ]
        },
        {
            "codepoint": "1EF8",
            "name": "LATIN CAPITAL LETTER Y WITH TILDE",
            "decompositions": [
                [
                    "0059",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EF9",
            "name": "LATIN SMALL LETTER Y WITH TILDE",
            "decompositions": [
                [
                    "0079",
                    "0303"
                ]
            ]
        },
        {
            "codepoint": "1EFA",
            "name": "LATIN CAPITAL LETTER MIDDLE-WELSH LL"
        },
        {
            "codepoint": "1EFB",
            "name": "LATIN SMALL LETTER MIDDLE-WELSH LL"
        },
        {
            "codepoint": "1EFC",
            "name": "LATIN CAPITAL LETTER MIDDLE-WELSH V"
        },
        {
            "codepoint": "1EFD",
            "name": "LATIN SMALL LETTER MIDDLE-WELSH V"
        },
        {
            "codepoint": "1EFE",
            "name": "LATIN CAPITAL LETTER Y WITH LOOP"
        },
        {
            "codepoint": "1EFF",
            "name": "LATIN SMALL LETTER Y WITH LOOP"
        },
        {
            "codepoint": "1F00",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI",
            "decompositions": [
                [
                    "03B1",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F01",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA",
            "decompositions": [
                [
                    "03B1",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F02",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F00",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F03",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F01",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F04",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F00",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F05",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F01",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F06",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F00",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F07",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F01",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F08",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI",
            "decompositions": [
                [
                    "0391",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F09",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA",
            "decompositions": [
                [
                    "0391",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F0A",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F08",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F0B",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F09",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F0C",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F08",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F0D",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F09",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F0E",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F08",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F0F",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F09",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F10",
            "name": "GREEK SMALL LETTER EPSILON WITH PSILI",
            "decompositions": [
                [
                    "03B5",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F11",
            "name": "GREEK SMALL LETTER EPSILON WITH DASIA",
            "decompositions": [
                [
                    "03B5",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F12",
            "name": "GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F10",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F13",
            "name": "GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F11",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F14",
            "name": "GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F10",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F15",
            "name": "GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F11",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F18",
            "name": "GREEK CAPITAL LETTER EPSILON WITH PSILI",
            "decompositions": [
                [
                    "0395",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F19",
            "name": "GREEK CAPITAL LETTER EPSILON WITH DASIA",
            "decompositions": [
                [
                    "0395",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F1A",
            "name": "GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F18",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F1B",
            "name": "GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F19",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F1C",
            "name": "GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F18",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F1D",
            "name": "GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F19",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F20",
            "name": "GREEK SMALL LETTER ETA WITH PSILI",
            "decompositions": [
                [
                    "03B7",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F21",
            "name": "GREEK SMALL LETTER ETA WITH DASIA",
            "decompositions": [
                [
                    "03B7",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F22",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F20",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F23",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F21",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F24",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F20",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F25",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F21",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F26",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F20",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F27",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F21",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F28",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI",
            "decompositions": [
                [
                    "0397",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F29",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA",
            "decompositions": [
                [
                    "0397",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F2A",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F28",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F2B",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F29",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F2C",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F28",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F2D",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F29",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F2E",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F28",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F2F",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F29",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F30",
            "name": "GREEK SMALL LETTER IOTA WITH PSILI",
            "decompositions": [
                [
                    "03B9",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F31",
            "name": "GREEK SMALL LETTER IOTA WITH DASIA",
            "decompositions": [
                [
                    "03B9",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F32",
            "name": "GREEK SMALL LETTER IOTA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F30",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F33",
            "name": "GREEK SMALL LETTER IOTA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F31",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F34",
            "name": "GREEK SMALL LETTER IOTA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F30",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F35",
            "name": "GREEK SMALL LETTER IOTA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F31",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F36",
            "name": "GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F30",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F37",
            "name": "GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F31",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F38",
            "name": "GREEK CAPITAL LETTER IOTA WITH PSILI",
            "decompositions": [
                [
                    "0399",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F39",
            "name": "GREEK CAPITAL LETTER IOTA WITH DASIA",
            "decompositions": [
                [
                    "0399",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F3A",
            "name": "GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F38",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F3B",
            "name": "GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F39",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F3C",
            "name": "GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F38",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F3D",
            "name": "GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F39",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F3E",
            "name": "GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F38",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F3F",
            "name": "GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F39",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F40",
            "name": "GREEK SMALL LETTER OMICRON WITH PSILI",
            "decompositions": [
                [
                    "03BF",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F41",
            "name": "GREEK SMALL LETTER OMICRON WITH DASIA",
            "decompositions": [
                [
                    "03BF",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F42",
            "name": "GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F40",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F43",
            "name": "GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F41",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F44",
            "name": "GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F40",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F45",
            "name": "GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F41",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F48",
            "name": "GREEK CAPITAL LETTER OMICRON WITH PSILI",
            "decompositions": [
                [
                    "039F",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F49",
            "name": "GREEK CAPITAL LETTER OMICRON WITH DASIA",
            "decompositions": [
                [
                    "039F",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F4A",
            "name": "GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F48",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F4B",
            "name": "GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F49",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F4C",
            "name": "GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F48",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F4D",
            "name": "GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F49",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F50",
            "name": "GREEK SMALL LETTER UPSILON WITH PSILI",
            "decompositions": [
                [
                    "03C5",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F51",
            "name": "GREEK SMALL LETTER UPSILON WITH DASIA",
            "decompositions": [
                [
                    "03C5",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F52",
            "name": "GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F50",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F53",
            "name": "GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F51",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F54",
            "name": "GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F50",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F55",
            "name": "GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F51",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F56",
            "name": "GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F50",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F57",
            "name": "GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F51",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F59",
            "name": "GREEK CAPITAL LETTER UPSILON WITH DASIA",
            "decompositions": [
                [
                    "03A5",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F5B",
            "name": "GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F59",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F5D",
            "name": "GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F59",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F5F",
            "name": "GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F59",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F60",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI",
            "decompositions": [
                [
                    "03C9",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F61",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA",
            "decompositions": [
                [
                    "03C9",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F62",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F60",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F63",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F61",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F64",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F60",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F65",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F61",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F66",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F60",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F67",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F61",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F68",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI",
            "decompositions": [
                [
                    "03A9",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1F69",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA",
            "decompositions": [
                [
                    "03A9",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1F6A",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA",
            "decompositions": [
                [
                    "1F68",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F6B",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA",
            "decompositions": [
                [
                    "1F69",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F6C",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA",
            "decompositions": [
                [
                    "1F68",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F6D",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA",
            "decompositions": [
                [
                    "1F69",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1F6E",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1F68",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F6F",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1F69",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1F70",
            "name": "GREEK SMALL LETTER ALPHA WITH VARIA",
            "decompositions": [
                [
                    "03B1",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F71",
            "name": "GREEK SMALL LETTER ALPHA WITH OXIA",
            "decompositions": [
                [
                    "03AC",
                    "greek small letter alpha with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F72",
            "name": "GREEK SMALL LETTER EPSILON WITH VARIA",
            "decompositions": [
                [
                    "03B5",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F73",
            "name": "GREEK SMALL LETTER EPSILON WITH OXIA",
            "decompositions": [
                [
                    "03AD",
                    "greek small letter epsilon with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F74",
            "name": "GREEK SMALL LETTER ETA WITH VARIA",
            "decompositions": [
                [
                    "03B7",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F75",
            "name": "GREEK SMALL LETTER ETA WITH OXIA",
            "decompositions": [
                [
                    "03AE",
                    "greek small letter eta with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F76",
            "name": "GREEK SMALL LETTER IOTA WITH VARIA",
            "decompositions": [
                [
                    "03B9",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F77",
            "name": "GREEK SMALL LETTER IOTA WITH OXIA",
            "decompositions": [
                [
                    "03AF",
                    "greek small letter iota with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F78",
            "name": "GREEK SMALL LETTER OMICRON WITH VARIA",
            "decompositions": [
                [
                    "03BF",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F79",
            "name": "GREEK SMALL LETTER OMICRON WITH OXIA",
            "decompositions": [
                [
                    "03CC",
                    "greek small letter omicron with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F7A",
            "name": "GREEK SMALL LETTER UPSILON WITH VARIA",
            "decompositions": [
                [
                    "03C5",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F7B",
            "name": "GREEK SMALL LETTER UPSILON WITH OXIA",
            "decompositions": [
                [
                    "03CD",
                    "greek small letter upsilon with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F7C",
            "name": "GREEK SMALL LETTER OMEGA WITH VARIA",
            "decompositions": [
                [
                    "03C9",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1F7D",
            "name": "GREEK SMALL LETTER OMEGA WITH OXIA",
            "decompositions": [
                [
                    "03CE",
                    "greek small letter omega with tonos"
                ]
            ]
        },
        {
            "codepoint": "1F80",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F00",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F81",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F01",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F82",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F02",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F83",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F03",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F84",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F04",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F85",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F05",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F86",
            "name": "GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F06",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F87",
            "name": "GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F07",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F88",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F08",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F89",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F09",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8A",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0A",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8B",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0B",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8C",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0C",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8D",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0D",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8E",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0E",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F8F",
            "name": "GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F0F",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F90",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F20",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F91",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F21",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F92",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F22",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F93",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F23",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F94",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F24",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F95",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F25",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F96",
            "name": "GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F26",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F97",
            "name": "GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F27",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F98",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F28",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F99",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F29",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9A",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2A",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9B",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2B",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9C",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2C",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9D",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2D",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9E",
            "name": "GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2E",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1F9F",
            "name": "GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F2F",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA0",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F60",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA1",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F61",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA2",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F62",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA3",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F63",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA4",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F64",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA5",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F65",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA6",
            "name": "GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F66",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA7",
            "name": "GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F67",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA8",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F68",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FA9",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F69",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAA",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6A",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAB",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6B",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAC",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6C",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAD",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6D",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAE",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6E",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FAF",
            "name": "GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI",
            "decompositions": [
                [
                    "1F6F",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FB0",
            "name": "GREEK SMALL LETTER ALPHA WITH VRACHY",
            "decompositions": [
                [
                    "03B1",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FB1",
            "name": "GREEK SMALL LETTER ALPHA WITH MACRON",
            "decompositions": [
                [
                    "03B1",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FB2",
            "name": "GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F70",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FB3",
            "name": "GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03B1",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FB4",
            "name": "GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03AC",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FB6",
            "name": "GREEK SMALL LETTER ALPHA WITH PERISPOMENI",
            "decompositions": [
                [
                    "03B1",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FB7",
            "name": "GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1FB6",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FB8",
            "name": "GREEK CAPITAL LETTER ALPHA WITH VRACHY",
            "decompositions": [
                [
                    "0391",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FB9",
            "name": "GREEK CAPITAL LETTER ALPHA WITH MACRON",
            "decompositions": [
                [
                    "0391",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FBA",
            "name": "GREEK CAPITAL LETTER ALPHA WITH VARIA",
            "decompositions": [
                [
                    "0391",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FBB",
            "name": "GREEK CAPITAL LETTER ALPHA WITH OXIA",
            "decompositions": [
                [
                    "0386",
                    "greek capital letter alpha with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FBC",
            "name": "GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI",
            "decompositions": [
                [
                    "0391",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FBD",
            "name": "GREEK KORONIS",
            "compatibilityMappings": [
                [
                    "0020",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1FBE",
            "name": "GREEK PROSGEGRAMMENI",
            "decompositions": [
                [
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1FBF",
            "name": "GREEK PSILI",
            "crossReferences": [
                "(modifier letter apostrophe - 02BC)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1FC0",
            "name": "GREEK PERISPOMENI",
            "compatibilityMappings": [
                [
                    "0020",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FC1",
            "name": "GREEK DIALYTIKA AND PERISPOMENI",
            "decompositions": [
                [
                    "00A8",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FC2",
            "name": "GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F74",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FC3",
            "name": "GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03B7",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FC4",
            "name": "GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03AE",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FC6",
            "name": "GREEK SMALL LETTER ETA WITH PERISPOMENI",
            "decompositions": [
                [
                    "03B7",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FC7",
            "name": "GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1FC6",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FC8",
            "name": "GREEK CAPITAL LETTER EPSILON WITH VARIA",
            "decompositions": [
                [
                    "0395",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FC9",
            "name": "GREEK CAPITAL LETTER EPSILON WITH OXIA",
            "decompositions": [
                [
                    "0388",
                    "greek capital letter epsilon with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FCA",
            "name": "GREEK CAPITAL LETTER ETA WITH VARIA",
            "decompositions": [
                [
                    "0397",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FCB",
            "name": "GREEK CAPITAL LETTER ETA WITH OXIA",
            "decompositions": [
                [
                    "0389",
                    "greek capital letter eta with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FCC",
            "name": "GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI",
            "decompositions": [
                [
                    "0397",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FCD",
            "name": "GREEK PSILI AND VARIA",
            "decompositions": [
                [
                    "1FBF",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FCE",
            "name": "GREEK PSILI AND OXIA",
            "decompositions": [
                [
                    "1FBF",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1FCF",
            "name": "GREEK PSILI AND PERISPOMENI",
            "decompositions": [
                [
                    "1FBF",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FD0",
            "name": "GREEK SMALL LETTER IOTA WITH VRACHY",
            "decompositions": [
                [
                    "03B9",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FD1",
            "name": "GREEK SMALL LETTER IOTA WITH MACRON",
            "decompositions": [
                [
                    "03B9",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FD2",
            "name": "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA",
            "decompositions": [
                [
                    "03CA",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FD3",
            "name": "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA",
            "decompositions": [
                [
                    "0390",
                    "greek small letter iota with dialytika and tonos"
                ]
            ]
        },
        {
            "codepoint": "1FD6",
            "name": "GREEK SMALL LETTER IOTA WITH PERISPOMENI",
            "decompositions": [
                [
                    "03B9",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FD7",
            "name": "GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI",
            "decompositions": [
                [
                    "03CA",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FD8",
            "name": "GREEK CAPITAL LETTER IOTA WITH VRACHY",
            "decompositions": [
                [
                    "0399",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FD9",
            "name": "GREEK CAPITAL LETTER IOTA WITH MACRON",
            "decompositions": [
                [
                    "0399",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FDA",
            "name": "GREEK CAPITAL LETTER IOTA WITH VARIA",
            "decompositions": [
                [
                    "0399",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FDB",
            "name": "GREEK CAPITAL LETTER IOTA WITH OXIA",
            "decompositions": [
                [
                    "038A",
                    "greek capital letter iota with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FDD",
            "name": "GREEK DASIA AND VARIA",
            "decompositions": [
                [
                    "1FFE",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FDE",
            "name": "GREEK DASIA AND OXIA",
            "decompositions": [
                [
                    "1FFE",
                    "0301"
                ]
            ]
        },
        {
            "codepoint": "1FDF",
            "name": "GREEK DASIA AND PERISPOMENI",
            "decompositions": [
                [
                    "1FFE",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FE0",
            "name": "GREEK SMALL LETTER UPSILON WITH VRACHY",
            "decompositions": [
                [
                    "03C5",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FE1",
            "name": "GREEK SMALL LETTER UPSILON WITH MACRON",
            "decompositions": [
                [
                    "03C5",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FE2",
            "name": "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA",
            "decompositions": [
                [
                    "03CB",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FE3",
            "name": "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA",
            "decompositions": [
                [
                    "03B0",
                    "greek small letter upsilon with dialytika and tonos"
                ]
            ]
        },
        {
            "codepoint": "1FE4",
            "name": "GREEK SMALL LETTER RHO WITH PSILI",
            "decompositions": [
                [
                    "03C1",
                    "0313"
                ]
            ]
        },
        {
            "codepoint": "1FE5",
            "name": "GREEK SMALL LETTER RHO WITH DASIA",
            "decompositions": [
                [
                    "03C1",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1FE6",
            "name": "GREEK SMALL LETTER UPSILON WITH PERISPOMENI",
            "decompositions": [
                [
                    "03C5",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FE7",
            "name": "GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI",
            "decompositions": [
                [
                    "03CB",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FE8",
            "name": "GREEK CAPITAL LETTER UPSILON WITH VRACHY",
            "decompositions": [
                [
                    "03A5",
                    "0306"
                ]
            ]
        },
        {
            "codepoint": "1FE9",
            "name": "GREEK CAPITAL LETTER UPSILON WITH MACRON",
            "decompositions": [
                [
                    "03A5",
                    "0304"
                ]
            ]
        },
        {
            "codepoint": "1FEA",
            "name": "GREEK CAPITAL LETTER UPSILON WITH VARIA",
            "decompositions": [
                [
                    "03A5",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FEB",
            "name": "GREEK CAPITAL LETTER UPSILON WITH OXIA",
            "decompositions": [
                [
                    "038E",
                    "greek capital letter upsilon with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FEC",
            "name": "GREEK CAPITAL LETTER RHO WITH DASIA",
            "decompositions": [
                [
                    "03A1",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "1FED",
            "name": "GREEK DIALYTIKA AND VARIA",
            "decompositions": [
                [
                    "00A8",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FEE",
            "name": "GREEK DIALYTIKA AND OXIA",
            "decompositions": [
                [
                    "0385",
                    "greek dialytika tonos"
                ]
            ]
        },
        {
            "codepoint": "1FEF",
            "name": "GREEK VARIA",
            "decompositions": [
                [
                    "0060",
                    "grave accent"
                ]
            ]
        },
        {
            "codepoint": "1FF2",
            "name": "GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1F7C",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FF3",
            "name": "GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03C9",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FF4",
            "name": "GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "03CE",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FF6",
            "name": "GREEK SMALL LETTER OMEGA WITH PERISPOMENI",
            "decompositions": [
                [
                    "03C9",
                    "0342"
                ]
            ]
        },
        {
            "codepoint": "1FF7",
            "name": "GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI",
            "decompositions": [
                [
                    "1FF6",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FF8",
            "name": "GREEK CAPITAL LETTER OMICRON WITH VARIA",
            "decompositions": [
                [
                    "039F",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FF9",
            "name": "GREEK CAPITAL LETTER OMICRON WITH OXIA",
            "decompositions": [
                [
                    "038C",
                    "greek capital letter omicron with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FFA",
            "name": "GREEK CAPITAL LETTER OMEGA WITH VARIA",
            "decompositions": [
                [
                    "03A9",
                    "0300"
                ]
            ]
        },
        {
            "codepoint": "1FFB",
            "name": "GREEK CAPITAL LETTER OMEGA WITH OXIA",
            "decompositions": [
                [
                    "038F",
                    "greek capital letter omega with tonos"
                ]
            ]
        },
        {
            "codepoint": "1FFC",
            "name": "GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI",
            "decompositions": [
                [
                    "03A9",
                    "0345"
                ]
            ]
        },
        {
            "codepoint": "1FFD",
            "name": "GREEK OXIA",
            "decompositions": [
                [
                    "00B4",
                    "acute",
                    "accent"
                ]
            ]
        },
        {
            "codepoint": "1FFE",
            "name": "GREEK DASIA",
            "crossReferences": [
                "(modifier letter reversed comma - 02BD)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0314"
                ]
            ]
        },
        {
            "codepoint": "2000",
            "name": "EN QUAD",
            "decompositions": [
                [
                    "2002",
                    "en",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2001",
            "name": "EM QUAD",
            "aliases": [
                "mutton quad"
            ],
            "decompositions": [
                [
                    "2003",
                    "em",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2002",
            "name": "EN SPACE",
            "aliases": [
                "nut"
            ],
            "comments": [
                "half an em"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2003",
            "name": "EM SPACE",
            "aliases": [
                "mutton"
            ],
            "comments": [
                "nominally, a space equal to the type size in points",
                "may scale by the condensation factor of a font"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2004",
            "name": "THREE-PER-EM SPACE",
            "aliases": [
                "thick space"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2005",
            "name": "FOUR-PER-EM SPACE",
            "aliases": [
                "mid space"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2006",
            "name": "SIX-PER-EM SPACE",
            "comments": [
                "in computer typography sometimes equated to thin space"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2007",
            "name": "FIGURE SPACE",
            "comments": [
                "space equal to tabular width of a font",
                "this is equivalent to the digit width of fonts with fixed-width digits"
            ],
            "compatibilityMappings": [
                [
                    "<noBreak>",
                    "0020"
                ]
            ]
        },
        {
            "codepoint": "2008",
            "name": "PUNCTUATION SPACE",
            "comments": [
                "space equal to narrow punctuation of a font"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2009",
            "name": "THIN SPACE",
            "comments": [
                "a fifth of an em (or sometimes a sixth)"
            ],
            "crossReferences": [
                "(narrow no-break space - 202F)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "200A",
            "name": "HAIR SPACE",
            "comments": [
                "thinner than a thin space",
                "in traditional typography, the thinnest space available"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "200B",
            "name": "ZERO WIDTH SPACE",
            "comments": [
                "commonly abbreviated ZWSP",
                "this character is intended for invisible word separation and for line break control; it has no width, but its presence between two characters does not prevent increased letter spacing in justification"
            ]
        },
        {
            "codepoint": "200C",
            "name": "ZERO WIDTH NON-JOINER",
            "comments": [
                "commonly abbreviated ZWNJ"
            ]
        },
        {
            "codepoint": "200D",
            "name": "ZERO WIDTH JOINER",
            "comments": [
                "commonly abbreviated ZWJ"
            ]
        },
        {
            "codepoint": "200E",
            "name": "LEFT-TO-RIGHT MARK",
            "comments": [
                "commonly abbreviated LRM"
            ]
        },
        {
            "codepoint": "200F",
            "name": "RIGHT-TO-LEFT MARK",
            "comments": [
                "commonly abbreviated RLM"
            ],
            "crossReferences": [
                "(arabic letter mark - 061C)"
            ]
        },
        {
            "codepoint": "2010",
            "name": "HYPHEN",
            "crossReferences": [
                "(hyphen-minus - 002D)",
                "(soft hyphen - 00AD)"
            ]
        },
        {
            "codepoint": "2011",
            "name": "NON-BREAKING HYPHEN",
            "compatibilityMappings": [
                [
                    "<noBreak>",
                    "2010"
                ]
            ]
        },
        {
            "codepoint": "2012",
            "name": "FIGURE DASH"
        },
        {
            "codepoint": "2013",
            "name": "EN DASH"
        },
        {
            "codepoint": "2014",
            "name": "EM DASH",
            "comments": [
                "may be used in pairs to offset parenthetical text"
            ],
            "crossReferences": [
                "(two-em dash - 2E3A)",
                "(katakana-hiragana prolonged sound mark - 30FC)"
            ]
        },
        {
            "codepoint": "2015",
            "name": "HORIZONTAL BAR",
            "aliases": [
                "quotation dash"
            ],
            "comments": [
                "long dash introducing quoted text"
            ]
        },
        {
            "codepoint": "2016",
            "name": "DOUBLE VERTICAL LINE",
            "comments": [
                "used in pairs to indicate norm of a matrix"
            ],
            "crossReferences": [
                "(combining double vertical stroke overlay - 20E6)",
                "(parallel to - 2225)",
                "(double vertical bar - 23F8)"
            ]
        },
        {
            "codepoint": "2017",
            "name": "DOUBLE LOW LINE",
            "comments": [
                "this is a spacing character"
            ],
            "crossReferences": [
                "(low line - 005F)",
                "(combining double low line - 0333)"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0333"
                ]
            ]
        },
        {
            "codepoint": "2018",
            "name": "LEFT SINGLE QUOTATION MARK",
            "aliases": [
                "single turned comma quotation mark"
            ],
            "comments": [
                "this is the preferred character (as opposed to 201B)"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(modifier letter turned comma - 02BB)",
                "(heavy single turned comma quotation mark ornament - 275B)"
            ],
            "variations": [
                "2018 FE00 non-fullwidth form",
                "2018 FE01 right-justified fullwidth form"
            ]
        },
        {
            "codepoint": "2019",
            "name": "RIGHT SINGLE QUOTATION MARK",
            "aliases": [
                "single comma quotation mark"
            ],
            "comments": [
                "this is the preferred character to use for apostrophe"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(modifier letter apostrophe - 02BC)",
                "(heavy single comma quotation mark ornament - 275C)"
            ],
            "variations": [
                "2019 FE00 non-fullwidth form",
                "2019 FE01 left-justified fullwidth form"
            ]
        },
        {
            "codepoint": "201A",
            "name": "SINGLE LOW-9 QUOTATION MARK",
            "aliases": [
                "low single comma quotation mark"
            ],
            "comments": [
                "used as opening single quotation mark in some languages"
            ]
        },
        {
            "codepoint": "201B",
            "name": "SINGLE HIGH-REVERSED-9 QUOTATION MARK",
            "aliases": [
                "single reversed comma quotation mark"
            ],
            "comments": [
                "has same semantic as 2018, but differs in appearance"
            ],
            "crossReferences": [
                "(modifier letter reversed comma - 02BD)"
            ]
        },
        {
            "codepoint": "201C",
            "name": "LEFT DOUBLE QUOTATION MARK",
            "aliases": [
                "double turned comma quotation mark"
            ],
            "comments": [
                "this is the preferred character (as opposed to 201F)"
            ],
            "crossReferences": [
                "(quotation mark - 0022)",
                "(heavy double turned comma quotation mark ornament - 275D)",
                "(reversed double prime quotation mark - 301D)"
            ],
            "variations": [
                "201C FE00 non-fullwidth form",
                "201C FE01 right-justified fullwidth form"
            ]
        },
        {
            "codepoint": "201D",
            "name": "RIGHT DOUBLE QUOTATION MARK",
            "aliases": [
                "double comma quotation mark"
            ],
            "crossReferences": [
                "(quotation mark - 0022)",
                "(double prime - 2033)",
                "(heavy double comma quotation mark ornament - 275E)",
                "(double prime quotation mark - 301E)"
            ],
            "variations": [
                "201D FE00 non-fullwidth form",
                "201D FE01 left-justified fullwidth form"
            ]
        },
        {
            "codepoint": "201E",
            "name": "DOUBLE LOW-9 QUOTATION MARK",
            "aliases": [
                "low double comma quotation mark"
            ],
            "comments": [
                "used as opening double quotation mark in some languages"
            ],
            "crossReferences": [
                "(double low-reversed-9 quotation mark - 2E42)",
                "(low double prime quotation mark - 301F)"
            ]
        },
        {
            "codepoint": "201F",
            "name": "DOUBLE HIGH-REVERSED-9 QUOTATION MARK",
            "aliases": [
                "double reversed comma quotation mark"
            ],
            "comments": [
                "has same semantic as 201C, but differs in appearance"
            ]
        },
        {
            "codepoint": "2020",
            "name": "DAGGER",
            "aliases": [
                "obelisk, long cross, oblong cross"
            ],
            "crossReferences": [
                "(turned dagger - 2E38)"
            ]
        },
        {
            "codepoint": "2021",
            "name": "DOUBLE DAGGER",
            "aliases": [
                "diesis, double obelisk"
            ],
            "crossReferences": [
                "(triple dagger - 2E4B)"
            ]
        },
        {
            "codepoint": "2022",
            "name": "BULLET",
            "aliases": [
                "black small circle"
            ],
            "crossReferences": [
                "(middle dot - 00B7)",
                "(one dot leader - 2024)",
                "(bullet operator - 2219)",
                "(inverse bullet - 25D8)",
                "(white bullet - 25E6)"
            ]
        },
        {
            "codepoint": "2023",
            "name": "TRIANGULAR BULLET",
            "crossReferences": [
                "(end of proof - 220E)",
                "(black right-pointing small triangle - 25B8)"
            ]
        },
        {
            "codepoint": "2024",
            "name": "ONE DOT LEADER",
            "comments": [
                "also used as an Armenian semicolon (mijaket)"
            ],
            "crossReferences": [
                "(middle dot - 00B7)",
                "(bullet - 2022)",
                "(bullet operator - 2219)"
            ],
            "compatibilityMappings": [
                [
                    "002E",
                    "full",
                    "stop"
                ]
            ]
        },
        {
            "codepoint": "2025",
            "name": "TWO DOT LEADER",
            "compatibilityMappings": [
                [
                    "002E",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2026",
            "name": "HORIZONTAL ELLIPSIS",
            "aliases": [
                "three dot leader"
            ],
            "crossReferences": [
                "(vertical ellipsis - 22EE)",
                "(presentation form for vertical horizontal ellipsis - FE19)"
            ],
            "compatibilityMappings": [
                [
                    "002E",
                    "002E",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2027",
            "name": "HYPHENATION POINT",
            "comments": [
                "visible symbol used to indicate correct positions for word breaking, as in dic·tion·ar·ies"
            ]
        },
        {
            "codepoint": "2028",
            "name": "LINE SEPARATOR",
            "comments": [
                "may be used to represent this semantic unambiguously"
            ]
        },
        {
            "codepoint": "2029",
            "name": "PARAGRAPH SEPARATOR",
            "comments": [
                "may be used to represent this semantic unambiguously"
            ]
        },
        {
            "codepoint": "202A",
            "name": "LEFT-TO-RIGHT EMBEDDING",
            "comments": [
                "commonly abbreviated LRE"
            ]
        },
        {
            "codepoint": "202B",
            "name": "RIGHT-TO-LEFT EMBEDDING",
            "comments": [
                "commonly abbreviated RLE"
            ]
        },
        {
            "codepoint": "202C",
            "name": "POP DIRECTIONAL FORMATTING",
            "comments": [
                "commonly abbreviated PDF"
            ]
        },
        {
            "codepoint": "202D",
            "name": "LEFT-TO-RIGHT OVERRIDE",
            "comments": [
                "commonly abbreviated LRO"
            ]
        },
        {
            "codepoint": "202E",
            "name": "RIGHT-TO-LEFT OVERRIDE",
            "comments": [
                "commonly abbreviated RLO"
            ]
        },
        {
            "codepoint": "202F",
            "name": "NARROW NO-BREAK SPACE",
            "comments": [
                "commonly abbreviated NNBSP",
                "a narrow form of a no-break space, typically the width of a thin space or a mid space"
            ],
            "crossReferences": [
                "(no-break space - 00A0)",
                "(four-per-em space - 2005)",
                "(thin space - 2009)"
            ],
            "compatibilityMappings": [
                [
                    "<noBreak>",
                    "0020"
                ]
            ]
        },
        {
            "codepoint": "2030",
            "name": "PER MILLE SIGN",
            "aliases": [
                "permille, per thousand"
            ],
            "comments": [
                "used, for example, in measures of blood alcohol content, salinity, etc."
            ],
            "crossReferences": [
                "(percent sign - 0025)",
                "(arabic-indic per mille sign - 0609)"
            ]
        },
        {
            "codepoint": "2031",
            "name": "PER TEN THOUSAND SIGN",
            "aliases": [
                "permyriad"
            ],
            "comments": [
                "percent of a percent, rarely used"
            ],
            "crossReferences": [
                "(percent sign - 0025)",
                "(arabic-indic per ten thousand sign - 060A)"
            ]
        },
        {
            "codepoint": "2032",
            "name": "PRIME",
            "aliases": [
                "minutes, feet"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(acute accent - 00B4)",
                "(modifier letter prime - 02B9)"
            ]
        },
        {
            "codepoint": "2033",
            "name": "DOUBLE PRIME",
            "aliases": [
                "seconds, inches"
            ],
            "crossReferences": [
                "(quotation mark - 0022)",
                "(modifier letter double prime - 02BA)",
                "(right double quotation mark - 201D)",
                "(ditto mark - 3003)",
                "(double prime quotation mark - 301E)"
            ],
            "compatibilityMappings": [
                [
                    "2032",
                    "2032"
                ]
            ]
        },
        {
            "codepoint": "2034",
            "name": "TRIPLE PRIME",
            "aliases": [
                "lines (old measure, 1/12 of an inch)"
            ],
            "compatibilityMappings": [
                [
                    "2032",
                    "2032",
                    "2032"
                ]
            ]
        },
        {
            "codepoint": "2035",
            "name": "REVERSED PRIME",
            "crossReferences": [
                "(grave accent - 0060)"
            ]
        },
        {
            "codepoint": "2036",
            "name": "REVERSED DOUBLE PRIME",
            "crossReferences": [
                "(reversed double prime quotation mark - 301D)"
            ],
            "compatibilityMappings": [
                [
                    "2035",
                    "2035"
                ]
            ]
        },
        {
            "codepoint": "2037",
            "name": "REVERSED TRIPLE PRIME",
            "compatibilityMappings": [
                [
                    "2035",
                    "2035",
                    "2035"
                ]
            ]
        },
        {
            "codepoint": "2038",
            "name": "CARET",
            "crossReferences": [
                "(up arrowhead - 2303)",
                "(modifier letter low circumflex accent - A788)"
            ]
        },
        {
            "codepoint": "2039",
            "name": "SINGLE LEFT-POINTING ANGLE QUOTATION MARK",
            "aliases": [
                "left pointing single guillemet"
            ],
            "comments": [
                "usually opening, sometimes closing"
            ],
            "crossReferences": [
                "(less-than sign - 003C)",
                "(left-pointing angle bracket - 2329)",
                "(left angle bracket - 3008)"
            ]
        },
        {
            "codepoint": "203A",
            "name": "SINGLE RIGHT-POINTING ANGLE QUOTATION MARK",
            "aliases": [
                "right pointing single guillemet"
            ],
            "comments": [
                "usually closing, sometimes opening"
            ],
            "crossReferences": [
                "(greater-than sign - 003E)",
                "(right-pointing angle bracket - 232A)",
                "(right angle bracket - 3009)"
            ]
        },
        {
            "codepoint": "203B",
            "name": "REFERENCE MARK",
            "aliases": [
                "Japanese kome",
                "Urdu paragraph separator"
            ],
            "crossReferences": [
                "(tibetan ku ru kha bzhi mig can - 0FBF)",
                "200AD"
            ]
        },
        {
            "codepoint": "203C",
            "name": "DOUBLE EXCLAMATION MARK",
            "crossReferences": [
                "(exclamation mark - 0021)"
            ],
            "compatibilityMappings": [
                [
                    "0021",
                    "0021"
                ]
            ]
        },
        {
            "codepoint": "203D",
            "name": "INTERROBANG",
            "crossReferences": [
                "(exclamation mark - 0021)",
                "(question mark - 003F)",
                "(inverted interrobang - 2E18)",
                "(heavy interrobang ornament - 1F679)"
            ]
        },
        {
            "codepoint": "203E",
            "name": "OVERLINE",
            "aliases": [
                "spacing overscore"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "0305"
                ]
            ]
        },
        {
            "codepoint": "203F",
            "name": "UNDERTIE",
            "aliases": [
                "Greek enotikon"
            ],
            "crossReferences": [
                "(smile - 2323)"
            ]
        },
        {
            "codepoint": "2040",
            "name": "CHARACTER TIE",
            "aliases": [
                "z notation sequence concatenation"
            ],
            "crossReferences": [
                "(frown - 2322)"
            ]
        },
        {
            "codepoint": "2041",
            "name": "CARET INSERTION POINT",
            "comments": [
                "proofreader's mark: insert here"
            ],
            "crossReferences": [
                "(right semidirect product - 22CC)"
            ]
        },
        {
            "codepoint": "2042",
            "name": "ASTERISM"
        },
        {
            "codepoint": "2043",
            "name": "HYPHEN BULLET",
            "crossReferences": [
                "(hyphen-minus - 002D)"
            ]
        },
        {
            "codepoint": "2044",
            "name": "FRACTION SLASH",
            "aliases": [
                "solidus (in typography)"
            ],
            "comments": [
                "for composing arbitrary fractions"
            ],
            "crossReferences": [
                "(solidus - 002F)",
                "(division slash - 2215)"
            ]
        },
        {
            "codepoint": "2045",
            "name": "LEFT SQUARE BRACKET WITH QUILL",
            "crossReferences": [
                "(left vertical bar with quill - 2E20)",
                "(left square bracket with stroke - 2E55)"
            ]
        },
        {
            "codepoint": "2046",
            "name": "RIGHT SQUARE BRACKET WITH QUILL"
        },
        {
            "codepoint": "2047",
            "name": "DOUBLE QUESTION MARK",
            "compatibilityMappings": [
                [
                    "003F",
                    "003F"
                ]
            ]
        },
        {
            "codepoint": "2048",
            "name": "QUESTION EXCLAMATION MARK",
            "compatibilityMappings": [
                [
                    "003F",
                    "0021"
                ]
            ]
        },
        {
            "codepoint": "2049",
            "name": "EXCLAMATION QUESTION MARK",
            "compatibilityMappings": [
                [
                    "0021",
                    "003F"
                ]
            ]
        },
        {
            "codepoint": "204A",
            "name": "TIRONIAN SIGN ET",
            "comments": [
                "Irish Gaelic, Old English, ..."
            ],
            "crossReferences": [
                "(ampersand - 0026)",
                "(tironian sign capital et - 2E52)",
                "(script ligature et ornament - 1F670)"
            ]
        },
        {
            "codepoint": "204B",
            "name": "REVERSED PILCROW SIGN",
            "crossReferences": [
                "(pilcrow sign - 00B6)",
                "(paragraphus mark - 2E4D)"
            ]
        },
        {
            "codepoint": "204C",
            "name": "BLACK LEFTWARDS BULLET"
        },
        {
            "codepoint": "204D",
            "name": "BLACK RIGHTWARDS BULLET"
        },
        {
            "codepoint": "204E",
            "name": "LOW ASTERISK",
            "crossReferences": [
                "(asterisk - 002A)",
                "(combining asterisk below - 0359)"
            ]
        },
        {
            "codepoint": "204F",
            "name": "REVERSED SEMICOLON",
            "comments": [
                "used occasionally in Sindhi when Sindhi is written in the Arabic script"
            ],
            "crossReferences": [
                "(semicolon - 003B)",
                "(arabic semicolon - 061B)"
            ]
        },
        {
            "codepoint": "2050",
            "name": "CLOSE UP",
            "comments": [
                "editing mark"
            ],
            "crossReferences": [
                "(modifier breve with inverted breve - AB5B)"
            ]
        },
        {
            "codepoint": "2051",
            "name": "TWO ASTERISKS ALIGNED VERTICALLY"
        },
        {
            "codepoint": "2052",
            "name": "COMMERCIAL MINUS SIGN",
            "aliases": [
                "abzüglich (German), med avdrag av (Swedish), piska (Swedish, \"whip\")"
            ],
            "comments": [
                "a common glyph variant and fallback representation looks like ./.",
                "may also be used as a dingbat to indicate correctness",
                "used in Finno-Ugric Phonetic Alphabet to indicate a related borrowed form with different sound"
            ],
            "crossReferences": [
                "(percent sign - 0025)",
                "(arabic percent sign - 066A)",
                "(division sign - 00F7)"
            ]
        },
        {
            "codepoint": "2053",
            "name": "SWUNG DASH",
            "crossReferences": [
                "(tilde - 007E)"
            ]
        },
        {
            "codepoint": "2054",
            "name": "INVERTED UNDERTIE"
        },
        {
            "codepoint": "2055",
            "name": "FLOWER PUNCTUATION MARK",
            "aliases": [
                "phul, puspika"
            ],
            "comments": [
                "used as a punctuation mark with Syloti Nagri, Bengali and other Indic scripts"
            ],
            "crossReferences": [
                "(heavy eight teardrop-spoked propeller asterisk - 274B)"
            ]
        },
        {
            "codepoint": "2056",
            "name": "THREE DOT PUNCTUATION",
            "crossReferences": [
                "(georgian paragraph separator - 10FB)"
            ]
        },
        {
            "codepoint": "2057",
            "name": "QUADRUPLE PRIME",
            "compatibilityMappings": [
                [
                    "2032",
                    "2032",
                    "2032",
                    "2032"
                ]
            ]
        },
        {
            "codepoint": "2058",
            "name": "FOUR DOT PUNCTUATION"
        },
        {
            "codepoint": "2059",
            "name": "FIVE DOT PUNCTUATION",
            "aliases": [
                "Greek pentonkion",
                "quincunx"
            ],
            "crossReferences": [
                "(die face-5 - 2684)"
            ]
        },
        {
            "codepoint": "205A",
            "name": "TWO DOT PUNCTUATION",
            "comments": [
                "historically used to indicate the end of a sentence or change of speaker",
                "extends from baseline to cap height"
            ],
            "crossReferences": [
                "(presentation form for vertical two dot leader - FE30)",
                "(greek acrophonic epidaurean two - 1015B)"
            ]
        },
        {
            "codepoint": "205B",
            "name": "FOUR DOT MARK",
            "comments": [
                "used by scribes in the margin as highlighter mark",
                "this is centered on the line, but extends beyond top and bottom of the line"
            ]
        },
        {
            "codepoint": "205C",
            "name": "DOTTED CROSS",
            "comments": [
                "used by scribes in the margin as highlighter mark"
            ]
        },
        {
            "codepoint": "205D",
            "name": "TRICOLON",
            "aliases": [
                "Epidaurean acrophonic symbol three"
            ],
            "crossReferences": [
                "(vertical ellipsis - 22EE)",
                "(triple colon operator - 2AF6)",
                "(presentation form for vertical horizontal ellipsis - FE19)"
            ]
        },
        {
            "codepoint": "205E",
            "name": "VERTICAL FOUR DOTS",
            "comments": [
                "used in dictionaries to indicate legal but undesirable word break",
                "glyph extends the whole height of the line"
            ],
            "crossReferences": [
                "(vertical six dots - 2E3D)"
            ]
        },
        {
            "codepoint": "205F",
            "name": "MEDIUM MATHEMATICAL SPACE",
            "comments": [
                "abbreviated MMSP",
                "four-eighteenths of an em"
            ],
            "compatibilityMappings": [
                [
                    "0020",
                    "space"
                ]
            ]
        },
        {
            "codepoint": "2060",
            "name": "WORD JOINER",
            "comments": [
                "commonly abbreviated WJ",
                "a zero width non-breaking space (only)",
                "intended for disambiguation of functions for byte order mark"
            ],
            "crossReferences": [
                "(zero width no-break space - FEFF)"
            ]
        },
        {
            "codepoint": "2061",
            "name": "FUNCTION APPLICATION",
            "comments": [
                "contiguity operator indicating application of a function"
            ]
        },
        {
            "codepoint": "2062",
            "name": "INVISIBLE TIMES",
            "comments": [
                "contiguity operator indicating multiplication"
            ]
        },
        {
            "codepoint": "2063",
            "name": "INVISIBLE SEPARATOR",
            "aliases": [
                "invisible comma"
            ],
            "comments": [
                "contiguity operator indicating that adjacent mathematical symbols form a list, e.g. when no visible comma is used between multiple indices"
            ]
        },
        {
            "codepoint": "2064",
            "name": "INVISIBLE PLUS",
            "comments": [
                "contiguity operator indicating addition"
            ]
        },
        {
            "codepoint": "2066",
            "name": "LEFT-TO-RIGHT ISOLATE",
            "comments": [
                "commonly abbreviated LRI"
            ]
        },
        {
            "codepoint": "2067",
            "name": "RIGHT-TO-LEFT ISOLATE",
            "comments": [
                "commonly abbreviated RLI"
            ]
        },
        {
            "codepoint": "2068",
            "name": "FIRST STRONG ISOLATE",
            "comments": [
                "commonly abbreviated FSI"
            ]
        },
        {
            "codepoint": "2069",
            "name": "POP DIRECTIONAL ISOLATE",
            "comments": [
                "commonly abbreviated PDI"
            ]
        },
        {
            "codepoint": "206A",
            "name": "INHIBIT SYMMETRIC SWAPPING"
        },
        {
            "codepoint": "206B",
            "name": "ACTIVATE SYMMETRIC SWAPPING"
        },
        {
            "codepoint": "206C",
            "name": "INHIBIT ARABIC FORM SHAPING"
        },
        {
            "codepoint": "206D",
            "name": "ACTIVATE ARABIC FORM SHAPING"
        },
        {
            "codepoint": "206E",
            "name": "NATIONAL DIGIT SHAPES"
        },
        {
            "codepoint": "206F",
            "name": "NOMINAL DIGIT SHAPES"
        },
        {
            "codepoint": "2070",
            "name": "SUPERSCRIPT ZERO",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "2071",
            "name": "SUPERSCRIPT LATIN SMALL LETTER I",
            "comments": [
                "functions as a modifier letter"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2072",
            "name": "<reserved>",
            "crossReferences": [
                "(superscript two - 00B2)"
            ]
        },
        {
            "codepoint": "2073",
            "name": "<reserved>",
            "crossReferences": [
                "(superscript three - 00B3)"
            ]
        },
        {
            "codepoint": "2074",
            "name": "SUPERSCRIPT FOUR",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "2075",
            "name": "SUPERSCRIPT FIVE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2076",
            "name": "SUPERSCRIPT SIX",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "2077",
            "name": "SUPERSCRIPT SEVEN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "2078",
            "name": "SUPERSCRIPT EIGHT",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "2079",
            "name": "SUPERSCRIPT NINE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "207A",
            "name": "SUPERSCRIPT PLUS SIGN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "002B"
                ]
            ]
        },
        {
            "codepoint": "207B",
            "name": "SUPERSCRIPT MINUS",
            "compatibilityMappings": [
                [
                    "<super>",
                    "2212"
                ]
            ]
        },
        {
            "codepoint": "207C",
            "name": "SUPERSCRIPT EQUALS SIGN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "207D",
            "name": "SUPERSCRIPT LEFT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0028"
                ]
            ]
        },
        {
            "codepoint": "207E",
            "name": "SUPERSCRIPT RIGHT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "207F",
            "name": "SUPERSCRIPT LATIN SMALL LETTER N",
            "comments": [
                "functions as a modifier letter"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "2080",
            "name": "SUBSCRIPT ZERO",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "2081",
            "name": "SUBSCRIPT ONE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "2082",
            "name": "SUBSCRIPT TWO",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "2083",
            "name": "SUBSCRIPT THREE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "2084",
            "name": "SUBSCRIPT FOUR",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "2085",
            "name": "SUBSCRIPT FIVE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2086",
            "name": "SUBSCRIPT SIX",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "2087",
            "name": "SUBSCRIPT SEVEN",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "2088",
            "name": "SUBSCRIPT EIGHT",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "2089",
            "name": "SUBSCRIPT NINE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "208A",
            "name": "SUBSCRIPT PLUS SIGN",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "002B"
                ]
            ]
        },
        {
            "codepoint": "208B",
            "name": "SUBSCRIPT MINUS",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "2212"
                ]
            ]
        },
        {
            "codepoint": "208C",
            "name": "SUBSCRIPT EQUALS SIGN",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "208D",
            "name": "SUBSCRIPT LEFT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0028"
                ]
            ]
        },
        {
            "codepoint": "208E",
            "name": "SUBSCRIPT RIGHT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2090",
            "name": "LATIN SUBSCRIPT SMALL LETTER A",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "2091",
            "name": "LATIN SUBSCRIPT SMALL LETTER E",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0065"
                ]
            ]
        },
        {
            "codepoint": "2092",
            "name": "LATIN SUBSCRIPT SMALL LETTER O",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "2093",
            "name": "LATIN SUBSCRIPT SMALL LETTER X",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "2094",
            "name": "LATIN SUBSCRIPT SMALL LETTER SCHWA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0259"
                ]
            ]
        },
        {
            "codepoint": "2095",
            "name": "LATIN SUBSCRIPT SMALL LETTER H",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0068"
                ]
            ]
        },
        {
            "codepoint": "2096",
            "name": "LATIN SUBSCRIPT SMALL LETTER K",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006B"
                ]
            ]
        },
        {
            "codepoint": "2097",
            "name": "LATIN SUBSCRIPT SMALL LETTER L",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "2098",
            "name": "LATIN SUBSCRIPT SMALL LETTER M",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "2099",
            "name": "LATIN SUBSCRIPT SMALL LETTER N",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "209A",
            "name": "LATIN SUBSCRIPT SMALL LETTER P",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0070"
                ]
            ]
        },
        {
            "codepoint": "209B",
            "name": "LATIN SUBSCRIPT SMALL LETTER S",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "209C",
            "name": "LATIN SUBSCRIPT SMALL LETTER T",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "20A0",
            "name": "EURO-CURRENCY SIGN",
            "comments": [
                "intended for ECU, but not widely used",
                "historical character; this is NOT the euro!"
            ],
            "crossReferences": [
                "(euro sign - 20AC)"
            ]
        },
        {
            "codepoint": "20A1",
            "name": "COLON SIGN",
            "comments": [
                "Costa Rica, El Salvador"
            ]
        },
        {
            "codepoint": "20A2",
            "name": "CRUZEIRO SIGN",
            "comments": [
                "Brazil"
            ]
        },
        {
            "codepoint": "20A3",
            "name": "FRENCH FRANC SIGN",
            "comments": [
                "France"
            ],
            "crossReferences": [
                "(latin capital letter f with stroke - A798)"
            ]
        },
        {
            "codepoint": "20A4",
            "name": "LIRA SIGN",
            "comments": [
                "intended for lira, but not widely used",
                "preferred character for lira is 00A3"
            ],
            "crossReferences": [
                "(pound sign - 00A3)",
                "(turkish lira sign - 20BA)"
            ]
        },
        {
            "codepoint": "20A5",
            "name": "MILL SIGN",
            "comments": [
                "USA (1/10 cent)"
            ]
        },
        {
            "codepoint": "20A6",
            "name": "NAIRA SIGN",
            "comments": [
                "Nigeria"
            ]
        },
        {
            "codepoint": "20A7",
            "name": "PESETA SIGN",
            "comments": [
                "Spain"
            ],
            "crossReferences": [
                "(peso sign - 20B1)"
            ]
        },
        {
            "codepoint": "20A8",
            "name": "RUPEE SIGN",
            "comments": [
                "India, unofficial legacy practice"
            ],
            "crossReferences": [
                "(indian rupee sign - 20B9)"
            ],
            "compatibilityMappings": [
                [
                    "0052",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "20A9",
            "name": "WON SIGN",
            "comments": [
                "Korea",
                "glyph may have one or two crossbars, but the most common form in Korea has only one"
            ]
        },
        {
            "codepoint": "20AA",
            "name": "NEW SHEQEL SIGN",
            "aliases": [
                "shekel"
            ],
            "comments": [
                "Israel"
            ]
        },
        {
            "codepoint": "20AB",
            "name": "DONG SIGN",
            "comments": [
                "Vietnam"
            ]
        },
        {
            "codepoint": "20AC",
            "name": "EURO SIGN",
            "comments": [
                "currency sign for the European Monetary Union",
                "euro, not ecu"
            ],
            "crossReferences": [
                "(euro-currency sign - 20A0)"
            ]
        },
        {
            "codepoint": "20AD",
            "name": "KIP SIGN",
            "comments": [
                "Laos"
            ]
        },
        {
            "codepoint": "20AE",
            "name": "TUGRIK SIGN",
            "comments": [
                "Mongolia",
                "also transliterated as tugrug, tugric, tugrog, togrog, tögrög"
            ]
        },
        {
            "codepoint": "20AF",
            "name": "DRACHMA SIGN",
            "comments": [
                "Greece"
            ]
        },
        {
            "codepoint": "20B0",
            "name": "GERMAN PENNY SIGN"
        },
        {
            "codepoint": "20B1",
            "name": "PESO SIGN",
            "aliases": [
                "Filipino peso sign"
            ],
            "comments": [
                "Philippines",
                "extant and discontinued Latin-American peso currencies (Mexican, Chilean, Colombian, etc.) use the dollar sign"
            ],
            "crossReferences": [
                "(dollar sign - 0024)",
                "(peseta sign - 20A7)"
            ]
        },
        {
            "codepoint": "20B2",
            "name": "GUARANI SIGN",
            "comments": [
                "Paraguay",
                "Often represented by G. or Gs."
            ]
        },
        {
            "codepoint": "20B3",
            "name": "AUSTRAL SIGN",
            "comments": [
                "former Argentinian currency"
            ]
        },
        {
            "codepoint": "20B4",
            "name": "HRYVNIA SIGN",
            "comments": [
                "Ukraine"
            ]
        },
        {
            "codepoint": "20B5",
            "name": "CEDI SIGN",
            "comments": [
                "Ghana",
                "glyph may look like '023B' or like C with a short vertical stroke through the upper arm"
            ],
            "crossReferences": [
                "(cent sign - 00A2)",
                "(latin capital letter c with stroke - 023B)"
            ]
        },
        {
            "codepoint": "20B6",
            "name": "LIVRE TOURNOIS SIGN",
            "comments": [
                "used in France from 13th-18th centuries"
            ]
        },
        {
            "codepoint": "20B7",
            "name": "SPESMILO SIGN",
            "comments": [
                "historical international currency associated with Esperanto"
            ]
        },
        {
            "codepoint": "20B8",
            "name": "TENGE SIGN",
            "comments": [
                "Kazakhstan"
            ],
            "crossReferences": [
                "(apl functional symbol up tack overbar - 2351)",
                "(box drawings down single and horizontal double - 2564)",
                "(postal mark - 3012)"
            ]
        },
        {
            "codepoint": "20B9",
            "name": "INDIAN RUPEE SIGN",
            "comments": [
                "official rupee currency sign for India",
                "contrasts with script-specific rupee signs and abbreviations"
            ],
            "crossReferences": [
                "(devanagari letter ra - 0930)"
            ]
        },
        {
            "codepoint": "20BA",
            "name": "TURKISH LIRA SIGN",
            "comments": [
                "official lira currency sign for Turkey"
            ]
        },
        {
            "codepoint": "20BB",
            "name": "NORDIC MARK SIGN",
            "comments": [
                "early representation of the Mark currency used in Denmark and Norway"
            ],
            "crossReferences": [
                "(script capital m - 2133)"
            ]
        },
        {
            "codepoint": "20BC",
            "name": "MANAT SIGN",
            "comments": [
                "Azerbaijan"
            ]
        },
        {
            "codepoint": "20BD",
            "name": "RUBLE SIGN",
            "comments": [
                "Russia"
            ]
        },
        {
            "codepoint": "20BE",
            "name": "LARI SIGN",
            "comments": [
                "Georgia"
            ]
        },
        {
            "codepoint": "20BF",
            "name": "BITCOIN SIGN",
            "comments": [
                "a cryptocurrency"
            ]
        },
        {
            "codepoint": "20C0",
            "name": "SOM SIGN",
            "comments": [
                "Kyrgyzstan"
            ]
        },
        {
            "codepoint": "20D0",
            "name": "COMBINING LEFT HARPOON ABOVE"
        },
        {
            "codepoint": "20D1",
            "name": "COMBINING RIGHT HARPOON ABOVE",
            "comments": [
                "vector"
            ]
        },
        {
            "codepoint": "20D2",
            "name": "COMBINING LONG VERTICAL LINE OVERLAY",
            "comments": [
                "negation"
            ]
        },
        {
            "codepoint": "20D3",
            "name": "COMBINING SHORT VERTICAL LINE OVERLAY",
            "comments": [
                "occasional variant for negation"
            ]
        },
        {
            "codepoint": "20D4",
            "name": "COMBINING ANTICLOCKWISE ARROW ABOVE"
        },
        {
            "codepoint": "20D5",
            "name": "COMBINING CLOCKWISE ARROW ABOVE",
            "comments": [
                "rotation"
            ]
        },
        {
            "codepoint": "20D6",
            "name": "COMBINING LEFT ARROW ABOVE"
        },
        {
            "codepoint": "20D7",
            "name": "COMBINING RIGHT ARROW ABOVE",
            "comments": [
                "vector"
            ]
        },
        {
            "codepoint": "20D8",
            "name": "COMBINING RING OVERLAY"
        },
        {
            "codepoint": "20D9",
            "name": "COMBINING CLOCKWISE RING OVERLAY"
        },
        {
            "codepoint": "20DA",
            "name": "COMBINING ANTICLOCKWISE RING OVERLAY"
        },
        {
            "codepoint": "20DB",
            "name": "COMBINING THREE DOTS ABOVE",
            "aliases": [
                "third derivative"
            ]
        },
        {
            "codepoint": "20DC",
            "name": "COMBINING FOUR DOTS ABOVE",
            "aliases": [
                "fourth derivative"
            ]
        },
        {
            "codepoint": "20DD",
            "name": "COMBINING ENCLOSING CIRCLE",
            "aliases": [
                "JIS composition circle",
                "Cyrillic combining ten thousands sign"
            ],
            "crossReferences": [
                "(white circle - 25CB)",
                "(large circle - 25EF)",
                "(ideographic number zero - 3007)"
            ]
        },
        {
            "codepoint": "20DE",
            "name": "COMBINING ENCLOSING SQUARE",
            "crossReferences": [
                "(white square - 25A1)"
            ]
        },
        {
            "codepoint": "20DF",
            "name": "COMBINING ENCLOSING DIAMOND",
            "crossReferences": [
                "(white diamond - 25C7)"
            ]
        },
        {
            "codepoint": "20E0",
            "name": "COMBINING ENCLOSING CIRCLE BACKSLASH",
            "comments": [
                "prohibition"
            ],
            "crossReferences": [
                "(prohibited sign - 1F6C7)"
            ]
        },
        {
            "codepoint": "20E1",
            "name": "COMBINING LEFT RIGHT ARROW ABOVE",
            "comments": [
                "tensor"
            ]
        },
        {
            "codepoint": "20E2",
            "name": "COMBINING ENCLOSING SCREEN",
            "crossReferences": [
                "(clear screen symbol - 239A)",
                "(screen - 1F5B5)"
            ]
        },
        {
            "codepoint": "20E3",
            "name": "COMBINING ENCLOSING KEYCAP"
        },
        {
            "codepoint": "20E4",
            "name": "COMBINING ENCLOSING UPWARD POINTING TRIANGLE",
            "crossReferences": [
                "(white up-pointing triangle - 25B3)"
            ]
        },
        {
            "codepoint": "20E5",
            "name": "COMBINING REVERSE SOLIDUS OVERLAY",
            "crossReferences": [
                "(reverse solidus - 005C)"
            ]
        },
        {
            "codepoint": "20E6",
            "name": "COMBINING DOUBLE VERTICAL STROKE OVERLAY",
            "aliases": [
                "z notation finite function diacritic"
            ],
            "crossReferences": [
                "(double vertical line - 2016)",
                "(rightwards arrow with double vertical stroke - 21FB)",
                "(rightwards two-headed arrow with double vertical stroke - 2901)",
                "(rightwards arrow with tail with double vertical stroke - 2915)"
            ]
        },
        {
            "codepoint": "20E7",
            "name": "COMBINING ANNUITY SYMBOL",
            "aliases": [
                "actuarial bend"
            ],
            "crossReferences": [
                "(right ceiling - 2309)"
            ]
        },
        {
            "codepoint": "20E8",
            "name": "COMBINING TRIPLE UNDERDOT"
        },
        {
            "codepoint": "20E9",
            "name": "COMBINING WIDE BRIDGE ABOVE",
            "aliases": [
                "contraction operator"
            ],
            "comments": [
                "extends the full width of the base character"
            ],
            "crossReferences": [
                "(combining bridge above - 0346)"
            ]
        },
        {
            "codepoint": "20EA",
            "name": "COMBINING LEFTWARDS ARROW OVERLAY",
            "crossReferences": [
                "(leftwards arrow - 2190)"
            ]
        },
        {
            "codepoint": "20EB",
            "name": "COMBINING LONG DOUBLE SOLIDUS OVERLAY",
            "aliases": [
                "long double slash overlay"
            ]
        },
        {
            "codepoint": "20EC",
            "name": "COMBINING RIGHTWARDS HARPOON WITH BARB DOWNWARDS"
        },
        {
            "codepoint": "20ED",
            "name": "COMBINING LEFTWARDS HARPOON WITH BARB DOWNWARDS"
        },
        {
            "codepoint": "20EE",
            "name": "COMBINING LEFT ARROW BELOW"
        },
        {
            "codepoint": "20EF",
            "name": "COMBINING RIGHT ARROW BELOW"
        },
        {
            "codepoint": "20F0",
            "name": "COMBINING ASTERISK ABOVE"
        },
        {
            "codepoint": "2100",
            "name": "ACCOUNT OF",
            "compatibilityMappings": [
                [
                    "0061",
                    "002F",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "2101",
            "name": "ADDRESSED TO THE SUBJECT",
            "aliases": [
                "aux soins (de)"
            ],
            "crossReferences": [
                "(aktieselskab - 214D)"
            ],
            "compatibilityMappings": [
                [
                    "0061",
                    "002F",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "2102",
            "name": "DOUBLE-STRUCK CAPITAL C",
            "aliases": [
                "the set of complex numbers"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "2103",
            "name": "DEGREE CELSIUS",
            "aliases": [
                "degrees centigrade"
            ],
            "compatibilityMappings": [
                [
                    "00B0",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "2104",
            "name": "CENTRE LINE SYMBOL",
            "aliases": [
                "clone"
            ]
        },
        {
            "codepoint": "2105",
            "name": "CARE OF",
            "compatibilityMappings": [
                [
                    "0063",
                    "002F",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "2106",
            "name": "CADA UNA",
            "comments": [
                "Spanish for \"each one\""
            ],
            "compatibilityMappings": [
                [
                    "0063",
                    "002F",
                    "0075"
                ]
            ]
        },
        {
            "codepoint": "2107",
            "name": "EULER CONSTANT",
            "crossReferences": [
                "(latin capital letter e - 0045)"
            ],
            "compatibilityMappings": [
                [
                    "0190",
                    "latin capital letter open e"
                ]
            ]
        },
        {
            "codepoint": "2108",
            "name": "SCRUPLE"
        },
        {
            "codepoint": "2109",
            "name": "DEGREE FAHRENHEIT",
            "compatibilityMappings": [
                [
                    "00B0",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "210A",
            "name": "SCRIPT SMALL G",
            "aliases": [
                "real number symbol"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "210B",
            "name": "SCRIPT CAPITAL H",
            "aliases": [
                "Hamiltonian operator"
            ],
            "variations": [
                "210B FE00 chancery style",
                "210B FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "210C",
            "name": "BLACK-LETTER CAPITAL H",
            "aliases": [
                "Hilbert space"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "210D",
            "name": "DOUBLE-STRUCK CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "210E",
            "name": "PLANCK CONSTANT",
            "aliases": [
                "height, specific enthalpy, ..."
            ],
            "comments": [
                "simply a mathematical italic h; this character's name results from legacy usage"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "210F",
            "name": "PLANCK CONSTANT OVER TWO PI",
            "aliases": [
                "reduced Planck constant, Dirac constant"
            ],
            "crossReferences": [
                "(cyrillic small letter tshe - 045B)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0127",
                    "latin small letter h with stroke"
                ]
            ]
        },
        {
            "codepoint": "2110",
            "name": "SCRIPT CAPITAL I",
            "variations": [
                "2110 FE00 chancery style",
                "2110 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "2111",
            "name": "BLACK-LETTER CAPITAL I",
            "aliases": [
                "imaginary part"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "2112",
            "name": "SCRIPT CAPITAL L",
            "aliases": [
                "Laplace transform"
            ],
            "variations": [
                "2112 FE00 chancery style",
                "2112 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "2113",
            "name": "SCRIPT SMALL L",
            "aliases": [
                "mathematical symbol 'ell'",
                "liter (traditional symbol)"
            ],
            "comments": [
                "despite its character name, this symbol is derived from a special italicized version of the small letter l",
                "the SI recommended symbol for liter is 006C or 004C"
            ],
            "crossReferences": [
                "(mathematical script small l - 1D4C1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "2114",
            "name": "L B BAR SYMBOL",
            "aliases": [
                "pounds"
            ],
            "crossReferences": [
                "(number sign - 0023)"
            ]
        },
        {
            "codepoint": "2115",
            "name": "DOUBLE-STRUCK CAPITAL N",
            "aliases": [
                "natural number"
            ],
            "comments": [
                "a glyph variant with doubled vertical strokes exists"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "2116",
            "name": "NUMERO SIGN",
            "crossReferences": [
                "(number sign - 0023)",
                "(masculine ordinal indicator - 00BA)"
            ],
            "compatibilityMappings": [
                [
                    "004E",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "2117",
            "name": "SOUND RECORDING COPYRIGHT",
            "aliases": [
                "published",
                "phonorecord sign"
            ],
            "crossReferences": [
                "(copyright sign - 00A9)",
                "(circled latin capital letter p - 24C5)"
            ]
        },
        {
            "codepoint": "2118",
            "name": "SCRIPT CAPITAL P",
            "other": [
                "WEIERSTRASS ELLIPTIC FUNCTION"
            ],
            "comments": [
                "actually this has the form of a lowercase calligraphic p, despite its name"
            ]
        },
        {
            "codepoint": "2119",
            "name": "DOUBLE-STRUCK CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "211A",
            "name": "DOUBLE-STRUCK CAPITAL Q",
            "aliases": [
                "the set of rational numbers"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "211B",
            "name": "SCRIPT CAPITAL R",
            "aliases": [
                "Riemann Integral"
            ],
            "variations": [
                "211B FE00 chancery style",
                "211B FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "211C",
            "name": "BLACK-LETTER CAPITAL R",
            "aliases": [
                "real part"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "211D",
            "name": "DOUBLE-STRUCK CAPITAL R",
            "aliases": [
                "the set of real numbers"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "211E",
            "name": "PRESCRIPTION TAKE",
            "aliases": [
                "recipe",
                "cross ratio"
            ]
        },
        {
            "codepoint": "211F",
            "name": "RESPONSE"
        },
        {
            "codepoint": "2120",
            "name": "SERVICE MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0053",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "2121",
            "name": "TELEPHONE SIGN",
            "comments": [
                "typical forms for this symbol may use lowercase, small caps or superscripted letter shapes"
            ],
            "crossReferences": [
                "(black telephone - 260E)",
                "(telephone location sign - 2706)",
                "(telephone receiver - 1F4DE)"
            ],
            "compatibilityMappings": [
                [
                    "0054",
                    "0045",
                    "004C"
                ]
            ]
        },
        {
            "codepoint": "2122",
            "name": "TRADE MARK SIGN",
            "crossReferences": [
                "(circled wz - 1F12E)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0054",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "2123",
            "name": "VERSICLE"
        },
        {
            "codepoint": "2124",
            "name": "DOUBLE-STRUCK CAPITAL Z",
            "aliases": [
                "the set of integers"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "2125",
            "name": "OUNCE SIGN",
            "crossReferences": [
                "(latin small letter ezh - 0292)",
                "(alchemical symbol for half ounce - 1F773)",
                "2CF04"
            ]
        },
        {
            "codepoint": "2126",
            "name": "OHM SIGN",
            "comments": [
                "SI unit of resistance, named after G. S. Ohm, German physicist",
                "preferred representation is 03A9"
            ],
            "crossReferences": [
                "(ascending node - 260A)"
            ],
            "decompositions": [
                [
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "2127",
            "name": "INVERTED OHM SIGN",
            "aliases": [
                "mho"
            ],
            "comments": [
                "archaic unit of conductance (= the SI unit siemens)",
                "typographically a turned greek capital letter omega"
            ],
            "crossReferences": [
                "(latin capital letter upsilon - 01B1)",
                "(greek capital letter omega - 03A9)",
                "(descending node - 260B)"
            ]
        },
        {
            "codepoint": "2128",
            "name": "BLACK-LETTER CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "2129",
            "name": "TURNED GREEK SMALL LETTER IOTA",
            "comments": [
                "unique element fulfilling a description (logic)"
            ],
            "crossReferences": [
                "(greek small letter iota - 03B9)"
            ]
        },
        {
            "codepoint": "212A",
            "name": "KELVIN SIGN",
            "decompositions": [
                [
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "212B",
            "name": "ANGSTROM SIGN",
            "comments": [
                "non SI length unit (=0.1 nm) named after A. J. Ångström, Swedish physicist",
                "preferred representation is 00C5"
            ],
            "decompositions": [
                [
                    "00C5",
                    "latin capital letter a with ring above"
                ]
            ]
        },
        {
            "codepoint": "212C",
            "name": "SCRIPT CAPITAL B",
            "aliases": [
                "Bernoulli function"
            ],
            "variations": [
                "212C FE00 chancery style",
                "212C FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "212D",
            "name": "BLACK-LETTER CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "212E",
            "name": "ESTIMATED SYMBOL",
            "comments": [
                "used in European packaging"
            ],
            "crossReferences": [
                "(latin small letter e - 0065)"
            ]
        },
        {
            "codepoint": "212F",
            "name": "SCRIPT SMALL E",
            "aliases": [
                "error",
                "natural exponent"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "2130",
            "name": "SCRIPT CAPITAL E",
            "aliases": [
                "emf (electromotive force)"
            ],
            "variations": [
                "2130 FE00 chancery style",
                "2130 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "2131",
            "name": "SCRIPT CAPITAL F",
            "aliases": [
                "Fourier transform"
            ],
            "variations": [
                "2131 FE00 chancery style",
                "2131 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "2132",
            "name": "TURNED CAPITAL F",
            "aliases": [
                "Claudian digamma inversum"
            ],
            "comments": [
                "lowercase is 214E"
            ],
            "crossReferences": [
                "(latin capital letter f - 0046)",
                "(greek letter digamma - 03DC)"
            ]
        },
        {
            "codepoint": "2133",
            "name": "SCRIPT CAPITAL M",
            "aliases": [
                "M-matrix (physics)",
                "German Mark currency symbol, before WWII"
            ],
            "comments": [
                "when used for the Mark symbol, the range of glyph variation is restricted"
            ],
            "crossReferences": [
                "(nordic mark sign - 20BB)"
            ],
            "variations": [
                "2133 FE00 chancery style",
                "2133 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "2134",
            "name": "SCRIPT SMALL O",
            "aliases": [
                "order, of inferior order to"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "2135",
            "name": "ALEF SYMBOL",
            "aliases": [
                "first transfinite cardinal (countable)"
            ],
            "compatibilityMappings": [
                [
                    "05D0",
                    "hebrew letter alef"
                ]
            ]
        },
        {
            "codepoint": "2136",
            "name": "BET SYMBOL",
            "aliases": [
                "second transfinite cardinal (the continuum)"
            ],
            "compatibilityMappings": [
                [
                    "05D1",
                    "hebrew letter bet"
                ]
            ]
        },
        {
            "codepoint": "2137",
            "name": "GIMEL SYMBOL",
            "aliases": [
                "third transfinite cardinal (functions of a real variable)"
            ],
            "compatibilityMappings": [
                [
                    "05D2",
                    "hebrew letter gimel"
                ]
            ]
        },
        {
            "codepoint": "2138",
            "name": "DALET SYMBOL",
            "aliases": [
                "fourth transfinite cardinal"
            ],
            "compatibilityMappings": [
                [
                    "05D3",
                    "hebrew letter dalet"
                ]
            ]
        },
        {
            "codepoint": "2139",
            "name": "INFORMATION SOURCE",
            "comments": [
                "intended for use with 20DD"
            ],
            "crossReferences": [
                "(circled information source - 1F6C8)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "213A",
            "name": "ROTATED CAPITAL Q",
            "comments": [
                "a binding signature mark"
            ]
        },
        {
            "codepoint": "213B",
            "name": "FACSIMILE SIGN",
            "comments": [
                "typical forms for this symbol may use lowercase, small caps or superscripted letter shapes"
            ],
            "crossReferences": [
                "(telephone sign - 2121)",
                "(fax machine - 1F4E0)"
            ],
            "compatibilityMappings": [
                [
                    "0046",
                    "0041",
                    "0058"
                ]
            ]
        },
        {
            "codepoint": "213C",
            "name": "DOUBLE-STRUCK SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "213D",
            "name": "DOUBLE-STRUCK SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "213E",
            "name": "DOUBLE-STRUCK CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "213F",
            "name": "DOUBLE-STRUCK CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "2140",
            "name": "DOUBLE-STRUCK N-ARY SUMMATION",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2211",
                    "n-ary summation"
                ]
            ]
        },
        {
            "codepoint": "2141",
            "name": "TURNED SANS-SERIF CAPITAL G",
            "aliases": [
                "game"
            ],
            "crossReferences": [
                "(lisu letter hha - A4E8)"
            ]
        },
        {
            "codepoint": "2142",
            "name": "TURNED SANS-SERIF CAPITAL L",
            "crossReferences": [
                "(lisu letter uh - A4F6)"
            ]
        },
        {
            "codepoint": "2143",
            "name": "REVERSED SANS-SERIF CAPITAL L"
        },
        {
            "codepoint": "2144",
            "name": "TURNED SANS-SERIF CAPITAL Y",
            "crossReferences": [
                "(lisu letter yha - 11FB0)"
            ]
        },
        {
            "codepoint": "2145",
            "name": "DOUBLE-STRUCK ITALIC CAPITAL D",
            "comments": [
                "sometimes used for the differential"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "2146",
            "name": "DOUBLE-STRUCK ITALIC SMALL D",
            "comments": [
                "sometimes used for the differential"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "2147",
            "name": "DOUBLE-STRUCK ITALIC SMALL E",
            "comments": [
                "sometimes used for the natural exponent"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "2148",
            "name": "DOUBLE-STRUCK ITALIC SMALL I",
            "comments": [
                "sometimes used for the imaginary unit"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "2149",
            "name": "DOUBLE-STRUCK ITALIC SMALL J",
            "comments": [
                "sometimes used for the imaginary unit"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "214A",
            "name": "PROPERTY LINE"
        },
        {
            "codepoint": "214B",
            "name": "TURNED AMPERSAND",
            "comments": [
                "used in linear logic"
            ],
            "crossReferences": [
                "(ampersand - 0026)"
            ]
        },
        {
            "codepoint": "214C",
            "name": "PER SIGN",
            "comments": [
                "abbreviates the word 'per'"
            ]
        },
        {
            "codepoint": "214D",
            "name": "AKTIESELSKAB",
            "crossReferences": [
                "(addressed to the subject - 2101)"
            ]
        },
        {
            "codepoint": "214E",
            "name": "TURNED SMALL F",
            "comments": [
                "uppercase is 2132"
            ],
            "crossReferences": [
                "(greek small letter digamma - 03DD)"
            ]
        },
        {
            "codepoint": "214F",
            "name": "SYMBOL FOR SAMARITAN SOURCE"
        },
        {
            "codepoint": "2150",
            "name": "VULGAR FRACTION ONE SEVENTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "2151",
            "name": "VULGAR FRACTION ONE NINTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "2152",
            "name": "VULGAR FRACTION ONE TENTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0031",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "2153",
            "name": "VULGAR FRACTION ONE THIRD",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "2154",
            "name": "VULGAR FRACTION TWO THIRDS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0032",
                    "2044",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "2155",
            "name": "VULGAR FRACTION ONE FIFTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2156",
            "name": "VULGAR FRACTION TWO FIFTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0032",
                    "2044",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2157",
            "name": "VULGAR FRACTION THREE FIFTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0033",
                    "2044",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2158",
            "name": "VULGAR FRACTION FOUR FIFTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0034",
                    "2044",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2159",
            "name": "VULGAR FRACTION ONE SIXTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "215A",
            "name": "VULGAR FRACTION FIVE SIXTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0035",
                    "2044",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "215B",
            "name": "VULGAR FRACTION ONE EIGHTH",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "215C",
            "name": "VULGAR FRACTION THREE EIGHTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0033",
                    "2044",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "215D",
            "name": "VULGAR FRACTION FIVE EIGHTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0035",
                    "2044",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "215E",
            "name": "VULGAR FRACTION SEVEN EIGHTHS",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0037",
                    "2044",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "215F",
            "name": "FRACTION NUMERATOR ONE",
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0031",
                    "2044"
                ]
            ]
        },
        {
            "codepoint": "2160",
            "name": "ROMAN NUMERAL ONE",
            "compatibilityMappings": [
                [
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "2161",
            "name": "ROMAN NUMERAL TWO",
            "compatibilityMappings": [
                [
                    "0049",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "2162",
            "name": "ROMAN NUMERAL THREE",
            "compatibilityMappings": [
                [
                    "0049",
                    "0049",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "2163",
            "name": "ROMAN NUMERAL FOUR",
            "compatibilityMappings": [
                [
                    "0049",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "2164",
            "name": "ROMAN NUMERAL FIVE",
            "compatibilityMappings": [
                [
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "2165",
            "name": "ROMAN NUMERAL SIX",
            "compatibilityMappings": [
                [
                    "0056",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "2166",
            "name": "ROMAN NUMERAL SEVEN",
            "compatibilityMappings": [
                [
                    "0056",
                    "0049",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "2167",
            "name": "ROMAN NUMERAL EIGHT",
            "compatibilityMappings": [
                [
                    "0056",
                    "0049",
                    "0049",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "2168",
            "name": "ROMAN NUMERAL NINE",
            "compatibilityMappings": [
                [
                    "0049",
                    "0058"
                ]
            ]
        },
        {
            "codepoint": "2169",
            "name": "ROMAN NUMERAL TEN",
            "compatibilityMappings": [
                [
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "216A",
            "name": "ROMAN NUMERAL ELEVEN",
            "compatibilityMappings": [
                [
                    "0058",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "216B",
            "name": "ROMAN NUMERAL TWELVE",
            "compatibilityMappings": [
                [
                    "0058",
                    "0049",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "216C",
            "name": "ROMAN NUMERAL FIFTY",
            "compatibilityMappings": [
                [
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "216D",
            "name": "ROMAN NUMERAL ONE HUNDRED",
            "compatibilityMappings": [
                [
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "216E",
            "name": "ROMAN NUMERAL FIVE HUNDRED",
            "compatibilityMappings": [
                [
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "216F",
            "name": "ROMAN NUMERAL ONE THOUSAND",
            "compatibilityMappings": [
                [
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "2170",
            "name": "SMALL ROMAN NUMERAL ONE",
            "compatibilityMappings": [
                [
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "2171",
            "name": "SMALL ROMAN NUMERAL TWO",
            "compatibilityMappings": [
                [
                    "0069",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2172",
            "name": "SMALL ROMAN NUMERAL THREE",
            "compatibilityMappings": [
                [
                    "0069",
                    "0069",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2173",
            "name": "SMALL ROMAN NUMERAL FOUR",
            "compatibilityMappings": [
                [
                    "0069",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "2174",
            "name": "SMALL ROMAN NUMERAL FIVE",
            "compatibilityMappings": [
                [
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "2175",
            "name": "SMALL ROMAN NUMERAL SIX",
            "compatibilityMappings": [
                [
                    "0076",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2176",
            "name": "SMALL ROMAN NUMERAL SEVEN",
            "compatibilityMappings": [
                [
                    "0076",
                    "0069",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2177",
            "name": "SMALL ROMAN NUMERAL EIGHT",
            "compatibilityMappings": [
                [
                    "0076",
                    "0069",
                    "0069",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "2178",
            "name": "SMALL ROMAN NUMERAL NINE",
            "compatibilityMappings": [
                [
                    "0069",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "2179",
            "name": "SMALL ROMAN NUMERAL TEN",
            "compatibilityMappings": [
                [
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "217A",
            "name": "SMALL ROMAN NUMERAL ELEVEN",
            "compatibilityMappings": [
                [
                    "0078",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "217B",
            "name": "SMALL ROMAN NUMERAL TWELVE",
            "compatibilityMappings": [
                [
                    "0078",
                    "0069",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "217C",
            "name": "SMALL ROMAN NUMERAL FIFTY",
            "compatibilityMappings": [
                [
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "217D",
            "name": "SMALL ROMAN NUMERAL ONE HUNDRED",
            "compatibilityMappings": [
                [
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "217E",
            "name": "SMALL ROMAN NUMERAL FIVE HUNDRED",
            "compatibilityMappings": [
                [
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "217F",
            "name": "SMALL ROMAN NUMERAL ONE THOUSAND",
            "compatibilityMappings": [
                [
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "2180",
            "name": "ROMAN NUMERAL ONE THOUSAND C D"
        },
        {
            "codepoint": "2181",
            "name": "ROMAN NUMERAL FIVE THOUSAND"
        },
        {
            "codepoint": "2182",
            "name": "ROMAN NUMERAL TEN THOUSAND"
        },
        {
            "codepoint": "2183",
            "name": "ROMAN NUMERAL REVERSED ONE HUNDRED",
            "aliases": [
                "apostrophic C",
                "Claudian antisigma"
            ],
            "comments": [
                "used in combination with C and I to form large numbers",
                "lowercase is 2184"
            ],
            "crossReferences": [
                "(latin capital letter open o - 0186)",
                "(greek capital reversed lunate sigma symbol - 03FD)"
            ]
        },
        {
            "codepoint": "2184",
            "name": "LATIN SMALL LETTER REVERSED C",
            "crossReferences": [
                "(latin small letter open o - 0254)",
                "(greek small reversed lunate sigma symbol - 037B)"
            ]
        },
        {
            "codepoint": "2185",
            "name": "ROMAN NUMERAL SIX LATE FORM",
            "crossReferences": [
                "(greek letter stigma - 03DA)"
            ]
        },
        {
            "codepoint": "2186",
            "name": "ROMAN NUMERAL FIFTY EARLY FORM",
            "crossReferences": [
                "(runic letter z - 16CE)",
                "(downwards arrow - 2193)"
            ]
        },
        {
            "codepoint": "2187",
            "name": "ROMAN NUMERAL FIFTY THOUSAND"
        },
        {
            "codepoint": "2188",
            "name": "ROMAN NUMERAL ONE HUNDRED THOUSAND"
        },
        {
            "codepoint": "2189",
            "name": "VULGAR FRACTION ZERO THIRDS",
            "comments": [
                "used in baseball scoring, from ARIB STD B24"
            ],
            "compatibilityMappings": [
                [
                    "<fraction>",
                    "0030",
                    "2044",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "218A",
            "name": "TURNED DIGIT TWO",
            "comments": [
                "digit for 10 in some duodecimal systems"
            ]
        },
        {
            "codepoint": "218B",
            "name": "TURNED DIGIT THREE",
            "comments": [
                "digit for 11 in some duodecimal systems"
            ],
            "crossReferences": [
                "(latin capital letter open e - 0190)",
                "(euler constant - 2107)",
                "(latin small letter tresillo - A72B)"
            ]
        },
        {
            "codepoint": "2190",
            "name": "LEFTWARDS ARROW",
            "crossReferences": [
                "(combining leftwards arrow overlay - 20EA)"
            ]
        },
        {
            "codepoint": "2191",
            "name": "UPWARDS ARROW",
            "comments": [
                "IPA: egressive airflow"
            ]
        },
        {
            "codepoint": "2192",
            "name": "RIGHTWARDS ARROW",
            "aliases": [
                "z notation total function"
            ]
        },
        {
            "codepoint": "2193",
            "name": "DOWNWARDS ARROW",
            "comments": [
                "IPA: ingressive airflow"
            ],
            "crossReferences": [
                "(leftwards arrow from downwards arrow - 1F8C0)"
            ]
        },
        {
            "codepoint": "2194",
            "name": "LEFT RIGHT ARROW",
            "aliases": [
                "z notation relation"
            ]
        },
        {
            "codepoint": "2195",
            "name": "UP DOWN ARROW"
        },
        {
            "codepoint": "2196",
            "name": "NORTH WEST ARROW"
        },
        {
            "codepoint": "2197",
            "name": "NORTH EAST ARROW"
        },
        {
            "codepoint": "2198",
            "name": "SOUTH EAST ARROW"
        },
        {
            "codepoint": "2199",
            "name": "SOUTH WEST ARROW"
        },
        {
            "codepoint": "219A",
            "name": "LEFTWARDS ARROW WITH STROKE",
            "comments": [
                "negation of 2190"
            ],
            "decompositions": [
                [
                    "2190",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "219B",
            "name": "RIGHTWARDS ARROW WITH STROKE",
            "comments": [
                "negation of 2192"
            ],
            "decompositions": [
                [
                    "2192",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "219C",
            "name": "LEFTWARDS WAVE ARROW",
            "crossReferences": [
                "(wave arrow pointing directly left - 2B3F)"
            ]
        },
        {
            "codepoint": "219D",
            "name": "RIGHTWARDS WAVE ARROW"
        },
        {
            "codepoint": "219E",
            "name": "LEFTWARDS TWO HEADED ARROW",
            "aliases": [
                "fast cursor left"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with triangle arrowheads - 2BEC)"
            ]
        },
        {
            "codepoint": "219F",
            "name": "UPWARDS TWO HEADED ARROW",
            "aliases": [
                "fast cursor up"
            ]
        },
        {
            "codepoint": "21A0",
            "name": "RIGHTWARDS TWO HEADED ARROW",
            "aliases": [
                "z notation total surjection",
                "fast cursor right"
            ]
        },
        {
            "codepoint": "21A1",
            "name": "DOWNWARDS TWO HEADED ARROW",
            "aliases": [
                "form feed",
                "fast cursor down"
            ]
        },
        {
            "codepoint": "21A2",
            "name": "LEFTWARDS ARROW WITH TAIL"
        },
        {
            "codepoint": "21A3",
            "name": "RIGHTWARDS ARROW WITH TAIL",
            "aliases": [
                "z notation total injection"
            ]
        },
        {
            "codepoint": "21A4",
            "name": "LEFTWARDS ARROW FROM BAR"
        },
        {
            "codepoint": "21A5",
            "name": "UPWARDS ARROW FROM BAR"
        },
        {
            "codepoint": "21A6",
            "name": "RIGHTWARDS ARROW FROM BAR",
            "aliases": [
                "z notation maplet"
            ]
        },
        {
            "codepoint": "21A7",
            "name": "DOWNWARDS ARROW FROM BAR",
            "aliases": [
                "depth symbol"
            ]
        },
        {
            "codepoint": "21A8",
            "name": "UP DOWN ARROW WITH BASE"
        },
        {
            "codepoint": "21A9",
            "name": "LEFTWARDS ARROW WITH HOOK"
        },
        {
            "codepoint": "21AA",
            "name": "RIGHTWARDS ARROW WITH HOOK"
        },
        {
            "codepoint": "21AB",
            "name": "LEFTWARDS ARROW WITH LOOP"
        },
        {
            "codepoint": "21AC",
            "name": "RIGHTWARDS ARROW WITH LOOP"
        },
        {
            "codepoint": "21AD",
            "name": "LEFT RIGHT WAVE ARROW"
        },
        {
            "codepoint": "21AE",
            "name": "LEFT RIGHT ARROW WITH STROKE",
            "comments": [
                "negation of 2194"
            ],
            "decompositions": [
                [
                    "2194",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "21AF",
            "name": "DOWNWARDS ZIGZAG ARROW",
            "aliases": [
                "electrolysis"
            ],
            "crossReferences": [
                "(downwards triangle-headed zigzag arrow - 2B4D)"
            ]
        },
        {
            "codepoint": "21B0",
            "name": "UPWARDS ARROW WITH TIP LEFTWARDS"
        },
        {
            "codepoint": "21B1",
            "name": "UPWARDS ARROW WITH TIP RIGHTWARDS"
        },
        {
            "codepoint": "21B2",
            "name": "DOWNWARDS ARROW WITH TIP LEFTWARDS",
            "crossReferences": [
                "(inverse downwards arrow with tip leftwards - 1FBB4)"
            ]
        },
        {
            "codepoint": "21B3",
            "name": "DOWNWARDS ARROW WITH TIP RIGHTWARDS"
        },
        {
            "codepoint": "21B4",
            "name": "RIGHTWARDS ARROW WITH CORNER DOWNWARDS",
            "aliases": [
                "line feed"
            ]
        },
        {
            "codepoint": "21B5",
            "name": "DOWNWARDS ARROW WITH CORNER LEFTWARDS",
            "comments": [
                "may indicate a carriage return or new line"
            ],
            "crossReferences": [
                "(return symbol - 23CE)"
            ]
        },
        {
            "codepoint": "21B6",
            "name": "ANTICLOCKWISE TOP SEMICIRCLE ARROW"
        },
        {
            "codepoint": "21B7",
            "name": "CLOCKWISE TOP SEMICIRCLE ARROW"
        },
        {
            "codepoint": "21B8",
            "name": "NORTH WEST ARROW TO LONG BAR",
            "aliases": [
                "home"
            ]
        },
        {
            "codepoint": "21B9",
            "name": "LEFTWARDS ARROW TO BAR OVER RIGHTWARDS ARROW TO BAR",
            "aliases": [
                "tab with shift tab"
            ],
            "crossReferences": [
                "(horizontal tab key - 2B7E)"
            ]
        },
        {
            "codepoint": "21BA",
            "name": "ANTICLOCKWISE OPEN CIRCLE ARROW"
        },
        {
            "codepoint": "21BB",
            "name": "CLOCKWISE OPEN CIRCLE ARROW"
        },
        {
            "codepoint": "21BC",
            "name": "LEFTWARDS HARPOON WITH BARB UPWARDS"
        },
        {
            "codepoint": "21BD",
            "name": "LEFTWARDS HARPOON WITH BARB DOWNWARDS"
        },
        {
            "codepoint": "21BE",
            "name": "UPWARDS HARPOON WITH BARB RIGHTWARDS"
        },
        {
            "codepoint": "21BF",
            "name": "UPWARDS HARPOON WITH BARB LEFTWARDS"
        },
        {
            "codepoint": "21C0",
            "name": "RIGHTWARDS HARPOON WITH BARB UPWARDS"
        },
        {
            "codepoint": "21C1",
            "name": "RIGHTWARDS HARPOON WITH BARB DOWNWARDS"
        },
        {
            "codepoint": "21C2",
            "name": "DOWNWARDS HARPOON WITH BARB RIGHTWARDS"
        },
        {
            "codepoint": "21C3",
            "name": "DOWNWARDS HARPOON WITH BARB LEFTWARDS"
        },
        {
            "codepoint": "21C4",
            "name": "RIGHTWARDS ARROW OVER LEFTWARDS ARROW"
        },
        {
            "codepoint": "21C5",
            "name": "UPWARDS ARROW LEFTWARDS OF DOWNWARDS ARROW"
        },
        {
            "codepoint": "21C6",
            "name": "LEFTWARDS ARROW OVER RIGHTWARDS ARROW"
        },
        {
            "codepoint": "21C7",
            "name": "LEFTWARDS PAIRED ARROWS"
        },
        {
            "codepoint": "21C8",
            "name": "UPWARDS PAIRED ARROWS"
        },
        {
            "codepoint": "21C9",
            "name": "RIGHTWARDS PAIRED ARROWS"
        },
        {
            "codepoint": "21CA",
            "name": "DOWNWARDS PAIRED ARROWS"
        },
        {
            "codepoint": "21CB",
            "name": "LEFTWARDS HARPOON OVER RIGHTWARDS HARPOON"
        },
        {
            "codepoint": "21CC",
            "name": "RIGHTWARDS HARPOON OVER LEFTWARDS HARPOON"
        },
        {
            "codepoint": "21CD",
            "name": "LEFTWARDS DOUBLE ARROW WITH STROKE",
            "comments": [
                "negation of 21D0"
            ],
            "decompositions": [
                [
                    "21D0",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "21CE",
            "name": "LEFT RIGHT DOUBLE ARROW WITH STROKE",
            "comments": [
                "negation of 21D4"
            ],
            "decompositions": [
                [
                    "21D4",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "21CF",
            "name": "RIGHTWARDS DOUBLE ARROW WITH STROKE",
            "comments": [
                "negation of 21D2"
            ],
            "decompositions": [
                [
                    "21D2",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "21D0",
            "name": "LEFTWARDS DOUBLE ARROW"
        },
        {
            "codepoint": "21D1",
            "name": "UPWARDS DOUBLE ARROW"
        },
        {
            "codepoint": "21D2",
            "name": "RIGHTWARDS DOUBLE ARROW"
        },
        {
            "codepoint": "21D3",
            "name": "DOWNWARDS DOUBLE ARROW"
        },
        {
            "codepoint": "21D4",
            "name": "LEFT RIGHT DOUBLE ARROW"
        },
        {
            "codepoint": "21D5",
            "name": "UP DOWN DOUBLE ARROW"
        },
        {
            "codepoint": "21D6",
            "name": "NORTH WEST DOUBLE ARROW"
        },
        {
            "codepoint": "21D7",
            "name": "NORTH EAST DOUBLE ARROW"
        },
        {
            "codepoint": "21D8",
            "name": "SOUTH EAST DOUBLE ARROW"
        },
        {
            "codepoint": "21D9",
            "name": "SOUTH WEST DOUBLE ARROW"
        },
        {
            "codepoint": "21DA",
            "name": "LEFTWARDS TRIPLE ARROW"
        },
        {
            "codepoint": "21DB",
            "name": "RIGHTWARDS TRIPLE ARROW"
        },
        {
            "codepoint": "21DC",
            "name": "LEFTWARDS SQUIGGLE ARROW",
            "crossReferences": [
                "(long leftwards squiggle arrow - 2B33)"
            ]
        },
        {
            "codepoint": "21DD",
            "name": "RIGHTWARDS SQUIGGLE ARROW"
        },
        {
            "codepoint": "21DE",
            "name": "UPWARDS ARROW WITH DOUBLE STROKE",
            "aliases": [
                "page up"
            ]
        },
        {
            "codepoint": "21DF",
            "name": "DOWNWARDS ARROW WITH DOUBLE STROKE",
            "aliases": [
                "page down"
            ]
        },
        {
            "codepoint": "21E0",
            "name": "LEFTWARDS DASHED ARROW"
        },
        {
            "codepoint": "21E1",
            "name": "UPWARDS DASHED ARROW"
        },
        {
            "codepoint": "21E2",
            "name": "RIGHTWARDS DASHED ARROW"
        },
        {
            "codepoint": "21E3",
            "name": "DOWNWARDS DASHED ARROW"
        },
        {
            "codepoint": "21E4",
            "name": "LEFTWARDS ARROW TO BAR",
            "aliases": [
                "leftward tab"
            ]
        },
        {
            "codepoint": "21E5",
            "name": "RIGHTWARDS ARROW TO BAR",
            "aliases": [
                "rightward tab"
            ]
        },
        {
            "codepoint": "21E6",
            "name": "LEFTWARDS WHITE ARROW",
            "crossReferences": [
                "(north east white arrow - 2B00)"
            ]
        },
        {
            "codepoint": "21E7",
            "name": "UPWARDS WHITE ARROW",
            "aliases": [
                "shift",
                "level 2 select (ISO 9995-7)"
            ]
        },
        {
            "codepoint": "21E8",
            "name": "RIGHTWARDS WHITE ARROW",
            "aliases": [
                "group select (ISO 9995-7)"
            ]
        },
        {
            "codepoint": "21E9",
            "name": "DOWNWARDS WHITE ARROW"
        },
        {
            "codepoint": "21EA",
            "name": "UPWARDS WHITE ARROW FROM BAR",
            "aliases": [
                "caps lock"
            ]
        },
        {
            "codepoint": "21EB",
            "name": "UPWARDS WHITE ARROW ON PEDESTAL",
            "aliases": [
                "level 2 lock"
            ]
        },
        {
            "codepoint": "21EC",
            "name": "UPWARDS WHITE ARROW ON PEDESTAL WITH HORIZONTAL BAR",
            "aliases": [
                "capitals (caps) lock"
            ],
            "crossReferences": [
                "(upwards white arrow from bar with horizontal bar - 2BB8)"
            ]
        },
        {
            "codepoint": "21ED",
            "name": "UPWARDS WHITE ARROW ON PEDESTAL WITH VERTICAL BAR",
            "aliases": [
                "numeric lock"
            ]
        },
        {
            "codepoint": "21EE",
            "name": "UPWARDS WHITE DOUBLE ARROW",
            "aliases": [
                "level 3 select"
            ]
        },
        {
            "codepoint": "21EF",
            "name": "UPWARDS WHITE DOUBLE ARROW ON PEDESTAL",
            "aliases": [
                "level 3 lock"
            ]
        },
        {
            "codepoint": "21F0",
            "name": "RIGHTWARDS WHITE ARROW FROM WALL",
            "aliases": [
                "group lock"
            ]
        },
        {
            "codepoint": "21F1",
            "name": "NORTH WEST ARROW TO CORNER",
            "aliases": [
                "home"
            ]
        },
        {
            "codepoint": "21F2",
            "name": "SOUTH EAST ARROW TO CORNER",
            "aliases": [
                "end"
            ]
        },
        {
            "codepoint": "21F3",
            "name": "UP DOWN WHITE ARROW",
            "aliases": [
                "scrolling"
            ],
            "crossReferences": [
                "(left right white arrow - 2B04)"
            ]
        },
        {
            "codepoint": "21F4",
            "name": "RIGHT ARROW WITH SMALL CIRCLE",
            "crossReferences": [
                "(left arrow with small circle - 2B30)"
            ]
        },
        {
            "codepoint": "21F5",
            "name": "DOWNWARDS ARROW LEFTWARDS OF UPWARDS ARROW"
        },
        {
            "codepoint": "21F6",
            "name": "THREE RIGHTWARDS ARROWS",
            "crossReferences": [
                "(three leftwards arrows - 2B31)"
            ]
        },
        {
            "codepoint": "21F7",
            "name": "LEFTWARDS ARROW WITH VERTICAL STROKE"
        },
        {
            "codepoint": "21F8",
            "name": "RIGHTWARDS ARROW WITH VERTICAL STROKE",
            "aliases": [
                "z notation partial function"
            ]
        },
        {
            "codepoint": "21F9",
            "name": "LEFT RIGHT ARROW WITH VERTICAL STROKE",
            "aliases": [
                "z notation partial relation"
            ]
        },
        {
            "codepoint": "21FA",
            "name": "LEFTWARDS ARROW WITH DOUBLE VERTICAL STROKE"
        },
        {
            "codepoint": "21FB",
            "name": "RIGHTWARDS ARROW WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "z notation finite function"
            ]
        },
        {
            "codepoint": "21FC",
            "name": "LEFT RIGHT ARROW WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "z notation finite relation"
            ]
        },
        {
            "codepoint": "21FD",
            "name": "LEFTWARDS OPEN-HEADED ARROW"
        },
        {
            "codepoint": "21FE",
            "name": "RIGHTWARDS OPEN-HEADED ARROW"
        },
        {
            "codepoint": "21FF",
            "name": "LEFT RIGHT OPEN-HEADED ARROW"
        },
        {
            "codepoint": "2200",
            "name": "FOR ALL",
            "aliases": [
                "universal quantifier"
            ]
        },
        {
            "codepoint": "2201",
            "name": "COMPLEMENT",
            "crossReferences": [
                "(latin letter stretched c - 0297)"
            ]
        },
        {
            "codepoint": "2202",
            "name": "PARTIAL DIFFERENTIAL"
        },
        {
            "codepoint": "2203",
            "name": "THERE EXISTS",
            "aliases": [
                "existential quantifier"
            ]
        },
        {
            "codepoint": "2204",
            "name": "THERE DOES NOT EXIST",
            "decompositions": [
                [
                    "2203",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2205",
            "name": "EMPTY SET",
            "aliases": [
                "null set"
            ],
            "comments": [
                "used in linguistics to indicate a null morpheme or phonological \"zero\""
            ],
            "crossReferences": [
                "(latin capital letter o with stroke - 00D8)",
                "(diameter sign - 2300)"
            ],
            "variations": [
                "2205 FE00 zero with long diagonal stroke overlay form"
            ]
        },
        {
            "codepoint": "2206",
            "name": "INCREMENT",
            "aliases": [
                "Laplace operator",
                "forward difference",
                "symmetric difference (in set theory)"
            ],
            "comments": [
                "other symbols may also be used for symmetric difference"
            ],
            "crossReferences": [
                "(greek capital letter delta - 0394)",
                "(white up-pointing triangle - 25B3)"
            ]
        },
        {
            "codepoint": "2207",
            "name": "NABLA",
            "aliases": [
                "backward difference",
                "gradient, del"
            ],
            "comments": [
                "used for Laplacian operator (written with superscript 2)"
            ],
            "crossReferences": [
                "(white down-pointing triangle - 25BD)"
            ]
        },
        {
            "codepoint": "2208",
            "name": "ELEMENT OF"
        },
        {
            "codepoint": "2209",
            "name": "NOT AN ELEMENT OF",
            "decompositions": [
                [
                    "2208",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "220A",
            "name": "SMALL ELEMENT OF",
            "comments": [
                "originates in math pi fonts; not the straight epsilon"
            ],
            "crossReferences": [
                "(greek lunate epsilon symbol - 03F5)"
            ]
        },
        {
            "codepoint": "220B",
            "name": "CONTAINS AS MEMBER",
            "aliases": [
                "such that"
            ]
        },
        {
            "codepoint": "220C",
            "name": "DOES NOT CONTAIN AS MEMBER",
            "decompositions": [
                [
                    "220B",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "220D",
            "name": "SMALL CONTAINS AS MEMBER",
            "crossReferences": [
                "(greek reversed lunate epsilon symbol - 03F6)"
            ]
        },
        {
            "codepoint": "220E",
            "name": "END OF PROOF",
            "aliases": [
                "q.e.d."
            ],
            "crossReferences": [
                "(triangular bullet - 2023)",
                "(black vertical rectangle - 25AE)"
            ]
        },
        {
            "codepoint": "220F",
            "name": "N-ARY PRODUCT",
            "aliases": [
                "product sign"
            ],
            "crossReferences": [
                "(greek capital letter pi - 03A0)"
            ]
        },
        {
            "codepoint": "2210",
            "name": "N-ARY COPRODUCT",
            "aliases": [
                "coproduct sign"
            ]
        },
        {
            "codepoint": "2211",
            "name": "N-ARY SUMMATION",
            "aliases": [
                "summation sign"
            ],
            "crossReferences": [
                "(greek capital letter sigma - 03A3)",
                "(double-struck n-ary summation - 2140)"
            ]
        },
        {
            "codepoint": "2212",
            "name": "MINUS SIGN",
            "crossReferences": [
                "(hyphen-minus - 002D)",
                "(heavy minus sign - 2796)"
            ]
        },
        {
            "codepoint": "2213",
            "name": "MINUS-OR-PLUS SIGN",
            "crossReferences": [
                "(plus-minus sign - 00B1)"
            ]
        },
        {
            "codepoint": "2214",
            "name": "DOT PLUS"
        },
        {
            "codepoint": "2215",
            "name": "DIVISION SLASH",
            "comments": [
                "generic division operator"
            ],
            "crossReferences": [
                "(solidus - 002F)",
                "(fraction slash - 2044)",
                "(mathematical rising diagonal - 27CB)"
            ]
        },
        {
            "codepoint": "2216",
            "name": "SET MINUS",
            "crossReferences": [
                "(reverse solidus - 005C)",
                "(mathematical falling diagonal - 27CD)",
                "(reverse solidus operator - 29F5)"
            ]
        },
        {
            "codepoint": "2217",
            "name": "ASTERISK OPERATOR",
            "comments": [
                "may be used to represent the telephony asterisk seen on keypads"
            ],
            "crossReferences": [
                "(asterisk - 002A)"
            ]
        },
        {
            "codepoint": "2218",
            "name": "RING OPERATOR",
            "aliases": [
                "composite function",
                "APL jot"
            ],
            "crossReferences": [
                "(degree sign - 00B0)",
                "(devanagari abbreviation sign - 0970)",
                "(white bullet - 25E6)",
                "(avestan abbreviation mark - 10B39)"
            ]
        },
        {
            "codepoint": "2219",
            "name": "BULLET OPERATOR",
            "crossReferences": [
                "(middle dot - 00B7)",
                "(bullet - 2022)",
                "(one dot leader - 2024)"
            ]
        },
        {
            "codepoint": "221A",
            "name": "SQUARE ROOT",
            "aliases": [
                "radical sign"
            ],
            "crossReferences": [
                "(check mark - 2713)"
            ]
        },
        {
            "codepoint": "221B",
            "name": "CUBE ROOT",
            "crossReferences": [
                "(arabic-indic cube root - 0606)"
            ]
        },
        {
            "codepoint": "221C",
            "name": "FOURTH ROOT",
            "crossReferences": [
                "(arabic-indic fourth root - 0607)"
            ]
        },
        {
            "codepoint": "221D",
            "name": "PROPORTIONAL TO",
            "crossReferences": [
                "(greek small letter alpha - 03B1)"
            ]
        },
        {
            "codepoint": "221E",
            "name": "INFINITY"
        },
        {
            "codepoint": "221F",
            "name": "RIGHT ANGLE",
            "aliases": [
                "with (in chess notation)"
            ],
            "crossReferences": [
                "(reversed right angle - 2BFE)"
            ]
        },
        {
            "codepoint": "2220",
            "name": "ANGLE",
            "comments": [
                "used in astrological contexts for aspect semisquare"
            ],
            "crossReferences": [
                "(acute angle - 299F)"
            ]
        },
        {
            "codepoint": "2221",
            "name": "MEASURED ANGLE"
        },
        {
            "codepoint": "2222",
            "name": "SPHERICAL ANGLE",
            "aliases": [
                "angle arc"
            ]
        },
        {
            "codepoint": "2223",
            "name": "DIVIDES",
            "aliases": [
                "such that",
                "APL stile"
            ],
            "crossReferences": [
                "(vertical line - 007C)",
                "(latin letter dental click - 01C0)"
            ]
        },
        {
            "codepoint": "2224",
            "name": "DOES NOT DIVIDE",
            "decompositions": [
                [
                    "2223",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2225",
            "name": "PARALLEL TO",
            "crossReferences": [
                "(latin letter lateral click - 01C1)",
                "(double vertical line - 2016)"
            ]
        },
        {
            "codepoint": "2226",
            "name": "NOT PARALLEL TO",
            "decompositions": [
                [
                    "2225",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2227",
            "name": "LOGICAL AND",
            "aliases": [
                "wedge, conjunction"
            ],
            "crossReferences": [
                "(n-ary logical and - 22C0)",
                "(up arrowhead - 2303)",
                "(and with dot - 27D1)"
            ]
        },
        {
            "codepoint": "2228",
            "name": "LOGICAL OR",
            "aliases": [
                "vee, disjunction"
            ],
            "crossReferences": [
                "(n-ary logical or - 22C1)",
                "(down arrowhead - 2304)",
                "(or with dot inside - 27C7)"
            ]
        },
        {
            "codepoint": "2229",
            "name": "INTERSECTION",
            "aliases": [
                "cap, hat"
            ],
            "crossReferences": [
                "(n-ary intersection - 22C2)"
            ],
            "variations": [
                "2229 FE00 with serifs"
            ]
        },
        {
            "codepoint": "222A",
            "name": "UNION",
            "aliases": [
                "cup"
            ],
            "crossReferences": [
                "(n-ary union - 22C3)"
            ],
            "variations": [
                "222A FE00 with serifs"
            ]
        },
        {
            "codepoint": "222B",
            "name": "INTEGRAL",
            "crossReferences": [
                "(latin small letter esh - 0283)"
            ]
        },
        {
            "codepoint": "222C",
            "name": "DOUBLE INTEGRAL",
            "compatibilityMappings": [
                [
                    "222B",
                    "222B"
                ]
            ]
        },
        {
            "codepoint": "222D",
            "name": "TRIPLE INTEGRAL",
            "crossReferences": [
                "(quadruple integral operator - 2A0C)"
            ],
            "compatibilityMappings": [
                [
                    "222B",
                    "222B",
                    "222B"
                ]
            ]
        },
        {
            "codepoint": "222E",
            "name": "CONTOUR INTEGRAL",
            "crossReferences": [
                "(integral around a point operator - 2A15)"
            ]
        },
        {
            "codepoint": "222F",
            "name": "SURFACE INTEGRAL",
            "compatibilityMappings": [
                [
                    "222E",
                    "222E"
                ]
            ]
        },
        {
            "codepoint": "2230",
            "name": "VOLUME INTEGRAL",
            "compatibilityMappings": [
                [
                    "222E",
                    "222E",
                    "222E"
                ]
            ]
        },
        {
            "codepoint": "2231",
            "name": "CLOCKWISE INTEGRAL"
        },
        {
            "codepoint": "2232",
            "name": "CLOCKWISE CONTOUR INTEGRAL"
        },
        {
            "codepoint": "2233",
            "name": "ANTICLOCKWISE CONTOUR INTEGRAL",
            "comments": [
                "clockwise or anticlockwise arrows do not reverse during layout mirroring"
            ]
        },
        {
            "codepoint": "2234",
            "name": "THEREFORE",
            "crossReferences": [
                "(historic site - 26EC)"
            ]
        },
        {
            "codepoint": "2235",
            "name": "BECAUSE"
        },
        {
            "codepoint": "2236",
            "name": "RATIO",
            "comments": [
                "preferred to 003A for denotation of division or scale in mathematical use"
            ],
            "crossReferences": [
                "(colon - 003A)"
            ]
        },
        {
            "codepoint": "2237",
            "name": "PROPORTION"
        },
        {
            "codepoint": "2238",
            "name": "DOT MINUS",
            "aliases": [
                "saturating subtraction"
            ],
            "comments": [
                "sometimes claimed as notation for symmetric set difference, but 2206 is preferred"
            ]
        },
        {
            "codepoint": "2239",
            "name": "EXCESS"
        },
        {
            "codepoint": "223A",
            "name": "GEOMETRIC PROPORTION"
        },
        {
            "codepoint": "223B",
            "name": "HOMOTHETIC",
            "crossReferences": [
                "(tilde operator with rising dots - 2A6B)"
            ]
        },
        {
            "codepoint": "223C",
            "name": "TILDE OPERATOR",
            "aliases": [
                "varies with (proportional to)",
                "difference between",
                "similar to",
                "not",
                "cycle",
                "APL tilde"
            ],
            "crossReferences": [
                "(tilde - 007E)",
                "(not sign - 00AC)",
                "(small tilde - 02DC)"
            ]
        },
        {
            "codepoint": "223D",
            "name": "REVERSED TILDE",
            "aliases": [
                "lazy S"
            ],
            "comments": [
                "reversed tilde and lazy S are glyph variants"
            ]
        },
        {
            "codepoint": "223E",
            "name": "INVERTED LAZY S",
            "aliases": [
                "most positive"
            ]
        },
        {
            "codepoint": "223F",
            "name": "SINE WAVE",
            "aliases": [
                "alternating current"
            ]
        },
        {
            "codepoint": "2240",
            "name": "WREATH PRODUCT"
        },
        {
            "codepoint": "2241",
            "name": "NOT TILDE",
            "decompositions": [
                [
                    "223C",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2242",
            "name": "MINUS TILDE"
        },
        {
            "codepoint": "2243",
            "name": "ASYMPTOTICALLY EQUAL TO"
        },
        {
            "codepoint": "2244",
            "name": "NOT ASYMPTOTICALLY EQUAL TO",
            "decompositions": [
                [
                    "2243",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2245",
            "name": "APPROXIMATELY EQUAL TO",
            "crossReferences": [
                "(approximately equal or equal to - 2A70)"
            ]
        },
        {
            "codepoint": "2246",
            "name": "APPROXIMATELY BUT NOT ACTUALLY EQUAL TO"
        },
        {
            "codepoint": "2247",
            "name": "NEITHER APPROXIMATELY NOR ACTUALLY EQUAL TO",
            "decompositions": [
                [
                    "2245",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2248",
            "name": "ALMOST EQUAL TO",
            "aliases": [
                "asymptotic to"
            ]
        },
        {
            "codepoint": "2249",
            "name": "NOT ALMOST EQUAL TO",
            "decompositions": [
                [
                    "2248",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "224A",
            "name": "ALMOST EQUAL OR EQUAL TO"
        },
        {
            "codepoint": "224B",
            "name": "TRIPLE TILDE"
        },
        {
            "codepoint": "224C",
            "name": "ALL EQUAL TO",
            "comments": [
                "reversed tilde and lazy S are glyph variants"
            ]
        },
        {
            "codepoint": "224D",
            "name": "EQUIVALENT TO"
        },
        {
            "codepoint": "224E",
            "name": "GEOMETRICALLY EQUIVALENT TO"
        },
        {
            "codepoint": "224F",
            "name": "DIFFERENCE BETWEEN"
        },
        {
            "codepoint": "2250",
            "name": "APPROACHES THE LIMIT"
        },
        {
            "codepoint": "2251",
            "name": "GEOMETRICALLY EQUAL TO"
        },
        {
            "codepoint": "2252",
            "name": "APPROXIMATELY EQUAL TO OR THE IMAGE OF",
            "aliases": [
                "nearly equals"
            ]
        },
        {
            "codepoint": "2253",
            "name": "IMAGE OF OR APPROXIMATELY EQUAL TO"
        },
        {
            "codepoint": "2254",
            "name": "COLON EQUALS"
        },
        {
            "codepoint": "2255",
            "name": "EQUALS COLON"
        },
        {
            "codepoint": "2256",
            "name": "RING IN EQUAL TO"
        },
        {
            "codepoint": "2257",
            "name": "RING EQUAL TO",
            "aliases": [
                "approximately equal to"
            ]
        },
        {
            "codepoint": "2258",
            "name": "CORRESPONDS TO"
        },
        {
            "codepoint": "2259",
            "name": "ESTIMATES",
            "aliases": [
                "corresponds to"
            ]
        },
        {
            "codepoint": "225A",
            "name": "EQUIANGULAR TO"
        },
        {
            "codepoint": "225B",
            "name": "STAR EQUALS"
        },
        {
            "codepoint": "225C",
            "name": "DELTA EQUAL TO",
            "aliases": [
                "equiangular",
                "equal to by definition"
            ]
        },
        {
            "codepoint": "225D",
            "name": "EQUAL TO BY DEFINITION"
        },
        {
            "codepoint": "225E",
            "name": "MEASURED BY"
        },
        {
            "codepoint": "225F",
            "name": "QUESTIONED EQUAL TO"
        },
        {
            "codepoint": "2260",
            "name": "NOT EQUAL TO",
            "crossReferences": [
                "(equals sign - 003D)",
                "(latin letter alveolar click - 01C2)"
            ],
            "decompositions": [
                [
                    "003D",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2261",
            "name": "IDENTICAL TO"
        },
        {
            "codepoint": "2262",
            "name": "NOT IDENTICAL TO",
            "decompositions": [
                [
                    "2261",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2263",
            "name": "STRICTLY EQUIVALENT TO"
        },
        {
            "codepoint": "2264",
            "name": "LESS-THAN OR EQUAL TO",
            "crossReferences": [
                "(less-than sign - 003C)"
            ]
        },
        {
            "codepoint": "2265",
            "name": "GREATER-THAN OR EQUAL TO",
            "crossReferences": [
                "(greater-than sign - 003E)"
            ]
        },
        {
            "codepoint": "2266",
            "name": "LESS-THAN OVER EQUAL TO"
        },
        {
            "codepoint": "2267",
            "name": "GREATER-THAN OVER EQUAL TO"
        },
        {
            "codepoint": "2268",
            "name": "LESS-THAN BUT NOT EQUAL TO",
            "crossReferences": [
                "(less-than and single-line not equal to - 2A87)"
            ],
            "variations": [
                "2268 FE00 with vertical stroke"
            ]
        },
        {
            "codepoint": "2269",
            "name": "GREATER-THAN BUT NOT EQUAL TO",
            "crossReferences": [
                "(greater-than and single-line not equal to - 2A88)"
            ],
            "variations": [
                "2269 FE00 with vertical stroke"
            ]
        },
        {
            "codepoint": "226A",
            "name": "MUCH LESS-THAN",
            "crossReferences": [
                "(left-pointing double angle quotation mark - 00AB)"
            ]
        },
        {
            "codepoint": "226B",
            "name": "MUCH GREATER-THAN",
            "crossReferences": [
                "(right-pointing double angle quotation mark - 00BB)"
            ]
        },
        {
            "codepoint": "226C",
            "name": "BETWEEN",
            "aliases": [
                "plaintiff, quantic"
            ]
        },
        {
            "codepoint": "226D",
            "name": "NOT EQUIVALENT TO",
            "decompositions": [
                [
                    "224D",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "226E",
            "name": "NOT LESS-THAN",
            "decompositions": [
                [
                    "003C",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "226F",
            "name": "NOT GREATER-THAN",
            "decompositions": [
                [
                    "003E",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2270",
            "name": "NEITHER LESS-THAN NOR EQUAL TO",
            "decompositions": [
                [
                    "2264",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2271",
            "name": "NEITHER GREATER-THAN NOR EQUAL TO",
            "decompositions": [
                [
                    "2265",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2272",
            "name": "LESS-THAN OR EQUIVALENT TO",
            "variations": [
                "2272 FE00 following the slant of the lower leg"
            ]
        },
        {
            "codepoint": "2273",
            "name": "GREATER-THAN OR EQUIVALENT TO",
            "variations": [
                "2273 FE00 following the slant of the lower leg"
            ]
        },
        {
            "codepoint": "2274",
            "name": "NEITHER LESS-THAN NOR EQUIVALENT TO",
            "decompositions": [
                [
                    "2272",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2275",
            "name": "NEITHER GREATER-THAN NOR EQUIVALENT TO",
            "decompositions": [
                [
                    "2273",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2276",
            "name": "LESS-THAN OR GREATER-THAN"
        },
        {
            "codepoint": "2277",
            "name": "GREATER-THAN OR LESS-THAN"
        },
        {
            "codepoint": "2278",
            "name": "NEITHER LESS-THAN NOR GREATER-THAN",
            "decompositions": [
                [
                    "2276",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2279",
            "name": "NEITHER GREATER-THAN NOR LESS-THAN",
            "decompositions": [
                [
                    "2277",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "227A",
            "name": "PRECEDES",
            "aliases": [
                "lower rank than"
            ],
            "crossReferences": [
                "(precedes under relation - 22B0)"
            ]
        },
        {
            "codepoint": "227B",
            "name": "SUCCEEDS",
            "aliases": [
                "higher rank than"
            ],
            "crossReferences": [
                "(succeeds under relation - 22B1)"
            ]
        },
        {
            "codepoint": "227C",
            "name": "PRECEDES OR EQUAL TO"
        },
        {
            "codepoint": "227D",
            "name": "SUCCEEDS OR EQUAL TO"
        },
        {
            "codepoint": "227E",
            "name": "PRECEDES OR EQUIVALENT TO"
        },
        {
            "codepoint": "227F",
            "name": "SUCCEEDS OR EQUIVALENT TO"
        },
        {
            "codepoint": "2280",
            "name": "DOES NOT PRECEDE",
            "decompositions": [
                [
                    "227A",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2281",
            "name": "DOES NOT SUCCEED",
            "decompositions": [
                [
                    "227B",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2282",
            "name": "SUBSET OF",
            "aliases": [
                "included in set"
            ],
            "crossReferences": [
                "(left sideways u bracket - 2E26)"
            ]
        },
        {
            "codepoint": "2283",
            "name": "SUPERSET OF",
            "aliases": [
                "includes in set"
            ],
            "crossReferences": [
                "(right sideways u bracket - 2E27)"
            ]
        },
        {
            "codepoint": "2284",
            "name": "NOT A SUBSET OF",
            "decompositions": [
                [
                    "2282",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2285",
            "name": "NOT A SUPERSET OF",
            "decompositions": [
                [
                    "2283",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2286",
            "name": "SUBSET OF OR EQUAL TO"
        },
        {
            "codepoint": "2287",
            "name": "SUPERSET OF OR EQUAL TO"
        },
        {
            "codepoint": "2288",
            "name": "NEITHER A SUBSET OF NOR EQUAL TO",
            "decompositions": [
                [
                    "2286",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2289",
            "name": "NEITHER A SUPERSET OF NOR EQUAL TO",
            "decompositions": [
                [
                    "2287",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "228A",
            "name": "SUBSET OF WITH NOT EQUAL TO",
            "variations": [
                "228A FE00 with stroke through bottom members"
            ]
        },
        {
            "codepoint": "228B",
            "name": "SUPERSET OF WITH NOT EQUAL TO",
            "variations": [
                "228B FE00 with stroke through bottom members"
            ]
        },
        {
            "codepoint": "228C",
            "name": "MULTISET"
        },
        {
            "codepoint": "228D",
            "name": "MULTISET MULTIPLICATION",
            "crossReferences": [
                "(n-ary union operator with dot - 2A03)",
                "(intersection with dot - 2A40)"
            ]
        },
        {
            "codepoint": "228E",
            "name": "MULTISET UNION",
            "aliases": [
                "z notation bag addition"
            ],
            "crossReferences": [
                "(n-ary union operator with plus - 2A04)"
            ]
        },
        {
            "codepoint": "228F",
            "name": "SQUARE IMAGE OF"
        },
        {
            "codepoint": "2290",
            "name": "SQUARE ORIGINAL OF"
        },
        {
            "codepoint": "2291",
            "name": "SQUARE IMAGE OF OR EQUAL TO"
        },
        {
            "codepoint": "2292",
            "name": "SQUARE ORIGINAL OF OR EQUAL TO"
        },
        {
            "codepoint": "2293",
            "name": "SQUARE CAP",
            "crossReferences": [
                "(n-ary square intersection operator - 2A05)"
            ],
            "variations": [
                "2293 FE00 with serifs"
            ]
        },
        {
            "codepoint": "2294",
            "name": "SQUARE CUP",
            "crossReferences": [
                "(n-ary square union operator - 2A06)"
            ],
            "variations": [
                "2294 FE00 with serifs"
            ]
        },
        {
            "codepoint": "2295",
            "name": "CIRCLED PLUS",
            "aliases": [
                "direct sum",
                "vector pointing into page"
            ],
            "crossReferences": [
                "(n-ary circled plus operator - 2A01)",
                "(alchemical symbol for verdigris - 1F728)"
            ],
            "variations": [
                "2295 FE00 with white rim"
            ]
        },
        {
            "codepoint": "2296",
            "name": "CIRCLED MINUS",
            "aliases": [
                "symmetric difference"
            ],
            "crossReferences": [
                "(circle with horizontal bar - 29B5)",
                "(alchemical symbol for salt - 1F714)"
            ]
        },
        {
            "codepoint": "2297",
            "name": "CIRCLED TIMES",
            "aliases": [
                "tensor product",
                "vector pointing into page"
            ],
            "crossReferences": [
                "(circled crossing lanes - 26D2)",
                "(n-ary circled times operator - 2A02)",
                "(circled x - 2BBE)",
                "(lot of fortune - 1F774)"
            ],
            "variations": [
                "2297 FE00 with white rim"
            ]
        },
        {
            "codepoint": "2298",
            "name": "CIRCLED DIVISION SLASH"
        },
        {
            "codepoint": "2299",
            "name": "CIRCLED DOT OPERATOR",
            "aliases": [
                "direct product",
                "vector pointing out of page"
            ],
            "crossReferences": [
                "(latin letter bilabial click - 0298)",
                "(sun - 2609)",
                "(n-ary circled dot operator - 2A00)"
            ]
        },
        {
            "codepoint": "229A",
            "name": "CIRCLED RING OPERATOR",
            "crossReferences": [
                "(apl functional symbol circle jot - 233E)",
                "(bullseye - 25CE)"
            ]
        },
        {
            "codepoint": "229B",
            "name": "CIRCLED ASTERISK OPERATOR",
            "crossReferences": [
                "(apl functional symbol circle star - 235F)"
            ]
        },
        {
            "codepoint": "229C",
            "name": "CIRCLED EQUALS",
            "aliases": [
                "NoDerivatives (symbol used for Creative Commons licenses)"
            ],
            "crossReferences": [
                "(circled cc - 1F16D)"
            ],
            "variations": [
                "229C FE00 with equal sign touching the circle"
            ]
        },
        {
            "codepoint": "229D",
            "name": "CIRCLED DASH"
        },
        {
            "codepoint": "229E",
            "name": "SQUARED PLUS"
        },
        {
            "codepoint": "229F",
            "name": "SQUARED MINUS"
        },
        {
            "codepoint": "22A0",
            "name": "SQUARED TIMES",
            "crossReferences": [
                "(ballot box with x - 2612)",
                "(squared saltire - 26DD)",
                "(alchemical symbol for month - 1F771)"
            ]
        },
        {
            "codepoint": "22A1",
            "name": "SQUARED DOT OPERATOR",
            "crossReferences": [
                "(alchemical symbol for urine - 1F755)",
                "(right open squared dot - 1FBBC)"
            ]
        },
        {
            "codepoint": "22A2",
            "name": "RIGHT TACK",
            "aliases": [
                "turnstile",
                "proves, implies, yields",
                "reducible"
            ]
        },
        {
            "codepoint": "22A3",
            "name": "LEFT TACK",
            "aliases": [
                "reverse turnstile",
                "non-theorem, does not yield"
            ]
        },
        {
            "codepoint": "22A4",
            "name": "DOWN TACK",
            "aliases": [
                "top"
            ],
            "crossReferences": [
                "(raised interpolation marker - 2E06)",
                "(alchemical symbol for crucible-4 - 1F768)"
            ]
        },
        {
            "codepoint": "22A5",
            "name": "UP TACK",
            "aliases": [
                "base, bottom"
            ],
            "crossReferences": [
                "(perpendicular - 27C2)"
            ]
        },
        {
            "codepoint": "22A6",
            "name": "ASSERTION",
            "aliases": [
                "reduces to"
            ]
        },
        {
            "codepoint": "22A7",
            "name": "MODELS"
        },
        {
            "codepoint": "22A8",
            "name": "TRUE",
            "aliases": [
                "statement is true, valid",
                "is a tautology",
                "satisfies",
                "results in"
            ]
        },
        {
            "codepoint": "22A9",
            "name": "FORCES"
        },
        {
            "codepoint": "22AA",
            "name": "TRIPLE VERTICAL BAR RIGHT TURNSTILE"
        },
        {
            "codepoint": "22AB",
            "name": "DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE"
        },
        {
            "codepoint": "22AC",
            "name": "DOES NOT PROVE",
            "decompositions": [
                [
                    "22A2",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22AD",
            "name": "NOT TRUE",
            "decompositions": [
                [
                    "22A8",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22AE",
            "name": "DOES NOT FORCE",
            "decompositions": [
                [
                    "22A9",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22AF",
            "name": "NEGATED DOUBLE VERTICAL BAR DOUBLE RIGHT TURNSTILE",
            "decompositions": [
                [
                    "22AB",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22B0",
            "name": "PRECEDES UNDER RELATION",
            "crossReferences": [
                "(precedes - 227A)"
            ]
        },
        {
            "codepoint": "22B1",
            "name": "SUCCEEDS UNDER RELATION",
            "crossReferences": [
                "(succeeds - 227B)"
            ]
        },
        {
            "codepoint": "22B2",
            "name": "NORMAL SUBGROUP OF",
            "crossReferences": [
                "(white left-pointing pointer - 25C5)"
            ]
        },
        {
            "codepoint": "22B3",
            "name": "CONTAINS AS NORMAL SUBGROUP",
            "crossReferences": [
                "(white right-pointing pointer - 25BB)"
            ]
        },
        {
            "codepoint": "22B4",
            "name": "NORMAL SUBGROUP OF OR EQUAL TO"
        },
        {
            "codepoint": "22B5",
            "name": "CONTAINS AS NORMAL SUBGROUP OR EQUAL TO"
        },
        {
            "codepoint": "22B6",
            "name": "ORIGINAL OF"
        },
        {
            "codepoint": "22B7",
            "name": "IMAGE OF"
        },
        {
            "codepoint": "22B8",
            "name": "MULTIMAP"
        },
        {
            "codepoint": "22B9",
            "name": "HERMITIAN CONJUGATE MATRIX"
        },
        {
            "codepoint": "22BA",
            "name": "INTERCALATE"
        },
        {
            "codepoint": "22BB",
            "name": "XOR",
            "crossReferences": [
                "(semisextile - 26BA)"
            ]
        },
        {
            "codepoint": "22BC",
            "name": "NAND",
            "crossReferences": [
                "(projective - 2305)",
                "(quincunx - 26BB)"
            ]
        },
        {
            "codepoint": "22BD",
            "name": "NOR"
        },
        {
            "codepoint": "22BE",
            "name": "RIGHT ANGLE WITH ARC"
        },
        {
            "codepoint": "22BF",
            "name": "RIGHT TRIANGLE"
        },
        {
            "codepoint": "22C0",
            "name": "N-ARY LOGICAL AND",
            "comments": [
                "also used to denote the universal quantifier"
            ],
            "crossReferences": [
                "(logical and - 2227)"
            ]
        },
        {
            "codepoint": "22C1",
            "name": "N-ARY LOGICAL OR",
            "comments": [
                "also used to denote the existential quantifier"
            ],
            "crossReferences": [
                "(logical or - 2228)"
            ]
        },
        {
            "codepoint": "22C2",
            "name": "N-ARY INTERSECTION",
            "aliases": [
                "z notation generalised intersection"
            ],
            "crossReferences": [
                "(intersection - 2229)"
            ]
        },
        {
            "codepoint": "22C3",
            "name": "N-ARY UNION",
            "aliases": [
                "z notation generalised union"
            ],
            "crossReferences": [
                "(union - 222A)"
            ]
        },
        {
            "codepoint": "22C4",
            "name": "DIAMOND OPERATOR",
            "crossReferences": [
                "(white diamond - 25C7)",
                "(black small diamond - 2B29)"
            ]
        },
        {
            "codepoint": "22C5",
            "name": "DOT OPERATOR",
            "comments": [
                "preferred to 00B7 for denotation of multiplication"
            ],
            "crossReferences": [
                "(middle dot - 00B7)"
            ]
        },
        {
            "codepoint": "22C6",
            "name": "STAR OPERATOR",
            "comments": [
                "APL"
            ],
            "crossReferences": [
                "(arabic five pointed star - 066D)",
                "(black star - 2605)",
                "(white medium star - 2B50)"
            ]
        },
        {
            "codepoint": "22C7",
            "name": "DIVISION TIMES",
            "crossReferences": [
                "(multiplication sign - 00D7)",
                "(division sign - 00F7)",
                "(multiplication x - 2715)"
            ]
        },
        {
            "codepoint": "22C8",
            "name": "BOWTIE",
            "crossReferences": [
                "(ocr bow tie - 2445)"
            ]
        },
        {
            "codepoint": "22C9",
            "name": "LEFT NORMAL FACTOR SEMIDIRECT PRODUCT"
        },
        {
            "codepoint": "22CA",
            "name": "RIGHT NORMAL FACTOR SEMIDIRECT PRODUCT"
        },
        {
            "codepoint": "22CB",
            "name": "LEFT SEMIDIRECT PRODUCT"
        },
        {
            "codepoint": "22CC",
            "name": "RIGHT SEMIDIRECT PRODUCT",
            "crossReferences": [
                "(caret insertion point - 2041)"
            ]
        },
        {
            "codepoint": "22CD",
            "name": "REVERSED TILDE EQUALS"
        },
        {
            "codepoint": "22CE",
            "name": "CURLY LOGICAL OR"
        },
        {
            "codepoint": "22CF",
            "name": "CURLY LOGICAL AND"
        },
        {
            "codepoint": "22D0",
            "name": "DOUBLE SUBSET"
        },
        {
            "codepoint": "22D1",
            "name": "DOUBLE SUPERSET"
        },
        {
            "codepoint": "22D2",
            "name": "DOUBLE INTERSECTION"
        },
        {
            "codepoint": "22D3",
            "name": "DOUBLE UNION"
        },
        {
            "codepoint": "22D4",
            "name": "PITCHFORK",
            "aliases": [
                "proper intersection"
            ]
        },
        {
            "codepoint": "22D5",
            "name": "EQUAL AND PARALLEL TO",
            "crossReferences": [
                "(viewdata square - 2317)"
            ]
        },
        {
            "codepoint": "22D6",
            "name": "LESS-THAN WITH DOT"
        },
        {
            "codepoint": "22D7",
            "name": "GREATER-THAN WITH DOT"
        },
        {
            "codepoint": "22D8",
            "name": "VERY MUCH LESS-THAN"
        },
        {
            "codepoint": "22D9",
            "name": "VERY MUCH GREATER-THAN"
        },
        {
            "codepoint": "22DA",
            "name": "LESS-THAN EQUAL TO OR GREATER-THAN",
            "variations": [
                "22DA FE00 with slanted equal"
            ]
        },
        {
            "codepoint": "22DB",
            "name": "GREATER-THAN EQUAL TO OR LESS-THAN",
            "variations": [
                "22DB FE00 with slanted equal"
            ]
        },
        {
            "codepoint": "22DC",
            "name": "EQUAL TO OR LESS-THAN"
        },
        {
            "codepoint": "22DD",
            "name": "EQUAL TO OR GREATER-THAN"
        },
        {
            "codepoint": "22DE",
            "name": "EQUAL TO OR PRECEDES"
        },
        {
            "codepoint": "22DF",
            "name": "EQUAL TO OR SUCCEEDS"
        },
        {
            "codepoint": "22E0",
            "name": "DOES NOT PRECEDE OR EQUAL",
            "decompositions": [
                [
                    "227C",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22E1",
            "name": "DOES NOT SUCCEED OR EQUAL",
            "decompositions": [
                [
                    "227D",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22E2",
            "name": "NOT SQUARE IMAGE OF OR EQUAL TO",
            "decompositions": [
                [
                    "2291",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22E3",
            "name": "NOT SQUARE ORIGINAL OF OR EQUAL TO",
            "decompositions": [
                [
                    "2292",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22E4",
            "name": "SQUARE IMAGE OF OR NOT EQUAL TO"
        },
        {
            "codepoint": "22E5",
            "name": "SQUARE ORIGINAL OF OR NOT EQUAL TO"
        },
        {
            "codepoint": "22E6",
            "name": "LESS-THAN BUT NOT EQUIVALENT TO"
        },
        {
            "codepoint": "22E7",
            "name": "GREATER-THAN BUT NOT EQUIVALENT TO"
        },
        {
            "codepoint": "22E8",
            "name": "PRECEDES BUT NOT EQUIVALENT TO"
        },
        {
            "codepoint": "22E9",
            "name": "SUCCEEDS BUT NOT EQUIVALENT TO"
        },
        {
            "codepoint": "22EA",
            "name": "NOT NORMAL SUBGROUP OF",
            "decompositions": [
                [
                    "22B2",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22EB",
            "name": "DOES NOT CONTAIN AS NORMAL SUBGROUP",
            "decompositions": [
                [
                    "22B3",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22EC",
            "name": "NOT NORMAL SUBGROUP OF OR EQUAL TO",
            "decompositions": [
                [
                    "22B4",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22ED",
            "name": "DOES NOT CONTAIN AS NORMAL SUBGROUP OR EQUAL",
            "decompositions": [
                [
                    "22B5",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "22EE",
            "name": "VERTICAL ELLIPSIS",
            "crossReferences": [
                "(tricolon - 205D)",
                "(horizontal ellipsis - 2026)",
                "(presentation form for vertical horizontal ellipsis - FE19)"
            ]
        },
        {
            "codepoint": "22EF",
            "name": "MIDLINE HORIZONTAL ELLIPSIS"
        },
        {
            "codepoint": "22F0",
            "name": "UP RIGHT DIAGONAL ELLIPSIS"
        },
        {
            "codepoint": "22F1",
            "name": "DOWN RIGHT DIAGONAL ELLIPSIS"
        },
        {
            "codepoint": "22F2",
            "name": "ELEMENT OF WITH LONG HORIZONTAL STROKE"
        },
        {
            "codepoint": "22F3",
            "name": "ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"
        },
        {
            "codepoint": "22F4",
            "name": "SMALL ELEMENT OF WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"
        },
        {
            "codepoint": "22F5",
            "name": "ELEMENT OF WITH DOT ABOVE"
        },
        {
            "codepoint": "22F6",
            "name": "ELEMENT OF WITH OVERBAR"
        },
        {
            "codepoint": "22F7",
            "name": "SMALL ELEMENT OF WITH OVERBAR"
        },
        {
            "codepoint": "22F8",
            "name": "ELEMENT OF WITH UNDERBAR"
        },
        {
            "codepoint": "22F9",
            "name": "ELEMENT OF WITH TWO HORIZONTAL STROKES"
        },
        {
            "codepoint": "22FA",
            "name": "CONTAINS WITH LONG HORIZONTAL STROKE"
        },
        {
            "codepoint": "22FB",
            "name": "CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"
        },
        {
            "codepoint": "22FC",
            "name": "SMALL CONTAINS WITH VERTICAL BAR AT END OF HORIZONTAL STROKE"
        },
        {
            "codepoint": "22FD",
            "name": "CONTAINS WITH OVERBAR"
        },
        {
            "codepoint": "22FE",
            "name": "SMALL CONTAINS WITH OVERBAR"
        },
        {
            "codepoint": "22FF",
            "name": "Z NOTATION BAG MEMBERSHIP"
        },
        {
            "codepoint": "2300",
            "name": "DIAMETER SIGN",
            "crossReferences": [
                "(latin small letter o with stroke - 00F8)",
                "(empty set - 2205)"
            ]
        },
        {
            "codepoint": "2301",
            "name": "ELECTRIC ARROW",
            "comments": [
                "from ISO 2047",
                "symbol for End of Transmission"
            ]
        },
        {
            "codepoint": "2302",
            "name": "HOUSE"
        },
        {
            "codepoint": "2303",
            "name": "UP ARROWHEAD",
            "crossReferences": [
                "(circumflex accent - 005E)",
                "(modifier letter up arrowhead - 02C4)",
                "(caret - 2038)",
                "(logical and - 2227)"
            ]
        },
        {
            "codepoint": "2304",
            "name": "DOWN ARROWHEAD",
            "crossReferences": [
                "(modifier letter down arrowhead - 02C5)",
                "(logical or - 2228)",
                "(countersink - 2335)"
            ]
        },
        {
            "codepoint": "2305",
            "name": "PROJECTIVE",
            "crossReferences": [
                "(nand - 22BC)"
            ]
        },
        {
            "codepoint": "2306",
            "name": "PERSPECTIVE"
        },
        {
            "codepoint": "2307",
            "name": "WAVY LINE",
            "crossReferences": [
                "(wiggly vertical line - 2E3E)",
                "(wavy dash - 3030)"
            ]
        },
        {
            "codepoint": "2308",
            "name": "LEFT CEILING",
            "aliases": [
                "APL upstile"
            ],
            "crossReferences": [
                "(top left half bracket - 2E22)",
                "(left corner bracket - 300C)"
            ]
        },
        {
            "codepoint": "2309",
            "name": "RIGHT CEILING",
            "crossReferences": [
                "(combining annuity symbol - 20E7)",
                "(top right half bracket - 2E23)"
            ]
        },
        {
            "codepoint": "230A",
            "name": "LEFT FLOOR",
            "aliases": [
                "APL downstile"
            ],
            "crossReferences": [
                "(bottom left half bracket - 2E24)"
            ]
        },
        {
            "codepoint": "230B",
            "name": "RIGHT FLOOR",
            "crossReferences": [
                "(right corner bracket - 300D)",
                "(bottom right half bracket - 2E25)"
            ]
        },
        {
            "codepoint": "230C",
            "name": "BOTTOM RIGHT CROP",
            "comments": [
                "set of four \"crop\" corners, arranged facing outward"
            ]
        },
        {
            "codepoint": "230D",
            "name": "BOTTOM LEFT CROP"
        },
        {
            "codepoint": "230E",
            "name": "TOP RIGHT CROP"
        },
        {
            "codepoint": "230F",
            "name": "TOP LEFT CROP"
        },
        {
            "codepoint": "2310",
            "name": "REVERSED NOT SIGN",
            "aliases": [
                "beginning of line"
            ],
            "crossReferences": [
                "(not sign - 00AC)"
            ]
        },
        {
            "codepoint": "2311",
            "name": "SQUARE LOZENGE",
            "aliases": [
                "Kissen (pillow)"
            ],
            "comments": [
                "used as a command delimiter in some very old computers"
            ],
            "crossReferences": [
                "(rotated white four pointed cusp - 2BCF)"
            ]
        },
        {
            "codepoint": "2312",
            "name": "ARC",
            "aliases": [
                "position of any line"
            ],
            "crossReferences": [
                "(upper half circle - 25E0)"
            ]
        },
        {
            "codepoint": "2313",
            "name": "SEGMENT",
            "aliases": [
                "position of a surface"
            ]
        },
        {
            "codepoint": "2314",
            "name": "SECTOR"
        },
        {
            "codepoint": "2315",
            "name": "TELEPHONE RECORDER"
        },
        {
            "codepoint": "2316",
            "name": "POSITION INDICATOR",
            "aliases": [
                "true position"
            ],
            "crossReferences": [
                "(square position indicator - 2BD0)"
            ]
        },
        {
            "codepoint": "2317",
            "name": "VIEWDATA SQUARE",
            "crossReferences": [
                "(equal and parallel to - 22D5)"
            ]
        },
        {
            "codepoint": "2318",
            "name": "PLACE OF INTEREST SIGN",
            "aliases": [
                "command key (1.0)",
                "operating system key (ISO 9995-7)"
            ]
        },
        {
            "codepoint": "2319",
            "name": "TURNED NOT SIGN",
            "aliases": [
                "line marker"
            ]
        },
        {
            "codepoint": "231A",
            "name": "WATCH",
            "crossReferences": [
                "(alarm clock - 23F0)",
                "(clock face one oclock - 1F550)"
            ]
        },
        {
            "codepoint": "231B",
            "name": "HOURGLASS",
            "aliases": [
                "alchemical symbol for hour"
            ]
        },
        {
            "codepoint": "231C",
            "name": "TOP LEFT CORNER",
            "crossReferences": [
                "(right angle substitution marker - 2E00)",
                "(top left half bracket - 2E22)"
            ]
        },
        {
            "codepoint": "231D",
            "name": "TOP RIGHT CORNER"
        },
        {
            "codepoint": "231E",
            "name": "BOTTOM LEFT CORNER"
        },
        {
            "codepoint": "231F",
            "name": "BOTTOM RIGHT CORNER"
        },
        {
            "codepoint": "2320",
            "name": "TOP HALF INTEGRAL",
            "crossReferences": [
                "(integral extension - 23AE)"
            ]
        },
        {
            "codepoint": "2321",
            "name": "BOTTOM HALF INTEGRAL"
        },
        {
            "codepoint": "2322",
            "name": "FROWN",
            "crossReferences": [
                "(character tie - 2040)"
            ]
        },
        {
            "codepoint": "2323",
            "name": "SMILE",
            "crossReferences": [
                "(undertie - 203F)"
            ]
        },
        {
            "codepoint": "2324",
            "name": "UP ARROWHEAD BETWEEN TWO HORIZONTAL BARS",
            "aliases": [
                "enter key"
            ]
        },
        {
            "codepoint": "2325",
            "name": "OPTION KEY"
        },
        {
            "codepoint": "2326",
            "name": "ERASE TO THE RIGHT",
            "aliases": [
                "delete to the right key"
            ]
        },
        {
            "codepoint": "2327",
            "name": "X IN A RECTANGLE BOX",
            "aliases": [
                "clear key"
            ],
            "crossReferences": [
                "(ballot box with x - 2612)"
            ]
        },
        {
            "codepoint": "2328",
            "name": "KEYBOARD",
            "crossReferences": [
                "(keyboard and mouse - 1F5A6)",
                "(wired keyboard - 1F5AE)"
            ]
        },
        {
            "codepoint": "2329",
            "name": "LEFT-POINTING ANGLE BRACKET",
            "crossReferences": [
                "(less-than sign - 003C)",
                "(single left-pointing angle quotation mark - 2039)",
                "(mathematical left angle bracket - 27E8)"
            ],
            "decompositions": [
                [
                    "3008",
                    "left angle bracket"
                ]
            ]
        },
        {
            "codepoint": "232A",
            "name": "RIGHT-POINTING ANGLE BRACKET",
            "crossReferences": [
                "(greater-than sign - 003E)",
                "(single right-pointing angle quotation mark - 203A)",
                "(mathematical right angle bracket - 27E9)"
            ],
            "decompositions": [
                [
                    "3009",
                    "right angle bracket"
                ]
            ]
        },
        {
            "codepoint": "232B",
            "name": "ERASE TO THE LEFT",
            "aliases": [
                "delete to the left key"
            ]
        },
        {
            "codepoint": "232C",
            "name": "BENZENE RING"
        },
        {
            "codepoint": "232D",
            "name": "CYLINDRICITY"
        },
        {
            "codepoint": "232E",
            "name": "ALL AROUND-PROFILE"
        },
        {
            "codepoint": "232F",
            "name": "SYMMETRY"
        },
        {
            "codepoint": "2330",
            "name": "TOTAL RUNOUT"
        },
        {
            "codepoint": "2331",
            "name": "DIMENSION ORIGIN"
        },
        {
            "codepoint": "2332",
            "name": "CONICAL TAPER"
        },
        {
            "codepoint": "2333",
            "name": "SLOPE",
            "crossReferences": [
                "(lower left triangle - 25FA)"
            ]
        },
        {
            "codepoint": "2334",
            "name": "COUNTERBORE",
            "crossReferences": [
                "(open box - 2423)"
            ]
        },
        {
            "codepoint": "2335",
            "name": "COUNTERSINK",
            "crossReferences": [
                "(down arrowhead - 2304)"
            ]
        },
        {
            "codepoint": "2336",
            "name": "APL FUNCTIONAL SYMBOL I-BEAM"
        },
        {
            "codepoint": "2337",
            "name": "APL FUNCTIONAL SYMBOL SQUISH QUAD",
            "crossReferences": [
                "(apl functional symbol quad - 2395)",
                "(white vertical rectangle - 25AF)",
                "(n-ary white vertical bar - 2AFF)"
            ]
        },
        {
            "codepoint": "2338",
            "name": "APL FUNCTIONAL SYMBOL QUAD EQUAL"
        },
        {
            "codepoint": "2339",
            "name": "APL FUNCTIONAL SYMBOL QUAD DIVIDE"
        },
        {
            "codepoint": "233A",
            "name": "APL FUNCTIONAL SYMBOL QUAD DIAMOND",
            "crossReferences": [
                "(white diamond in square - 26CB)"
            ]
        },
        {
            "codepoint": "233B",
            "name": "APL FUNCTIONAL SYMBOL QUAD JOT",
            "crossReferences": [
                "(squared small circle - 29C7)"
            ]
        },
        {
            "codepoint": "233C",
            "name": "APL FUNCTIONAL SYMBOL QUAD CIRCLE"
        },
        {
            "codepoint": "233D",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE STILE"
        },
        {
            "codepoint": "233E",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE JOT",
            "crossReferences": [
                "(circled ring operator - 229A)",
                "(circled white bullet - 29BE)"
            ]
        },
        {
            "codepoint": "233F",
            "name": "APL FUNCTIONAL SYMBOL SLASH BAR",
            "crossReferences": [
                "(roman as sign - 1019A)"
            ]
        },
        {
            "codepoint": "2340",
            "name": "APL FUNCTIONAL SYMBOL BACKSLASH BAR",
            "crossReferences": [
                "(reverse solidus with horizontal stroke - 29F7)"
            ]
        },
        {
            "codepoint": "2341",
            "name": "APL FUNCTIONAL SYMBOL QUAD SLASH",
            "crossReferences": [
                "(squared rising diagonal slash - 29C4)"
            ]
        },
        {
            "codepoint": "2342",
            "name": "APL FUNCTIONAL SYMBOL QUAD BACKSLASH",
            "crossReferences": [
                "(squared falling diagonal slash - 29C5)"
            ]
        },
        {
            "codepoint": "2343",
            "name": "APL FUNCTIONAL SYMBOL QUAD LESS-THAN"
        },
        {
            "codepoint": "2344",
            "name": "APL FUNCTIONAL SYMBOL QUAD GREATER-THAN"
        },
        {
            "codepoint": "2345",
            "name": "APL FUNCTIONAL SYMBOL LEFTWARDS VANE"
        },
        {
            "codepoint": "2346",
            "name": "APL FUNCTIONAL SYMBOL RIGHTWARDS VANE"
        },
        {
            "codepoint": "2347",
            "name": "APL FUNCTIONAL SYMBOL QUAD LEFTWARDS ARROW"
        },
        {
            "codepoint": "2348",
            "name": "APL FUNCTIONAL SYMBOL QUAD RIGHTWARDS ARROW"
        },
        {
            "codepoint": "2349",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE BACKSLASH",
            "crossReferences": [
                "(reversed empty set - 29B0)"
            ]
        },
        {
            "codepoint": "234A",
            "name": "APL FUNCTIONAL SYMBOL DOWN TACK UNDERBAR",
            "aliases": [
                "up tack underbar"
            ],
            "comments": [
                "preferred naming for APL tack symbols now follows the London Convention in ISO/IEC 13751:2000 (APL Extended)"
            ],
            "crossReferences": [
                "(up tack - 22A5)"
            ]
        },
        {
            "codepoint": "234B",
            "name": "APL FUNCTIONAL SYMBOL DELTA STILE"
        },
        {
            "codepoint": "234C",
            "name": "APL FUNCTIONAL SYMBOL QUAD DOWN CARET"
        },
        {
            "codepoint": "234D",
            "name": "APL FUNCTIONAL SYMBOL QUAD DELTA"
        },
        {
            "codepoint": "234E",
            "name": "APL FUNCTIONAL SYMBOL DOWN TACK JOT",
            "aliases": [
                "up tack jot"
            ],
            "crossReferences": [
                "(up tack - 22A5)"
            ]
        },
        {
            "codepoint": "234F",
            "name": "APL FUNCTIONAL SYMBOL UPWARDS VANE"
        },
        {
            "codepoint": "2350",
            "name": "APL FUNCTIONAL SYMBOL QUAD UPWARDS ARROW"
        },
        {
            "codepoint": "2351",
            "name": "APL FUNCTIONAL SYMBOL UP TACK OVERBAR",
            "aliases": [
                "down tack overbar"
            ],
            "crossReferences": [
                "(down tack - 22A4)",
                "(postal mark - 3012)"
            ]
        },
        {
            "codepoint": "2352",
            "name": "APL FUNCTIONAL SYMBOL DEL STILE"
        },
        {
            "codepoint": "2353",
            "name": "APL FUNCTIONAL SYMBOL QUAD UP CARET",
            "crossReferences": [
                "(up arrowhead in a rectangle box - 2BB9)"
            ]
        },
        {
            "codepoint": "2354",
            "name": "APL FUNCTIONAL SYMBOL QUAD DEL"
        },
        {
            "codepoint": "2355",
            "name": "APL FUNCTIONAL SYMBOL UP TACK JOT",
            "aliases": [
                "down tack jot"
            ],
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "2356",
            "name": "APL FUNCTIONAL SYMBOL DOWNWARDS VANE"
        },
        {
            "codepoint": "2357",
            "name": "APL FUNCTIONAL SYMBOL QUAD DOWNWARDS ARROW"
        },
        {
            "codepoint": "2358",
            "name": "APL FUNCTIONAL SYMBOL QUOTE UNDERBAR"
        },
        {
            "codepoint": "2359",
            "name": "APL FUNCTIONAL SYMBOL DELTA UNDERBAR"
        },
        {
            "codepoint": "235A",
            "name": "APL FUNCTIONAL SYMBOL DIAMOND UNDERBAR"
        },
        {
            "codepoint": "235B",
            "name": "APL FUNCTIONAL SYMBOL JOT UNDERBAR"
        },
        {
            "codepoint": "235C",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE UNDERBAR"
        },
        {
            "codepoint": "235D",
            "name": "APL FUNCTIONAL SYMBOL UP SHOE JOT",
            "crossReferences": [
                "(intersection with dot - 2A40)"
            ]
        },
        {
            "codepoint": "235E",
            "name": "APL FUNCTIONAL SYMBOL QUOTE QUAD"
        },
        {
            "codepoint": "235F",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE STAR",
            "crossReferences": [
                "(circled asterisk operator - 229B)"
            ]
        },
        {
            "codepoint": "2360",
            "name": "APL FUNCTIONAL SYMBOL QUAD COLON"
        },
        {
            "codepoint": "2361",
            "name": "APL FUNCTIONAL SYMBOL UP TACK DIAERESIS",
            "aliases": [
                "down tack diaeresis"
            ],
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "2362",
            "name": "APL FUNCTIONAL SYMBOL DEL DIAERESIS"
        },
        {
            "codepoint": "2363",
            "name": "APL FUNCTIONAL SYMBOL STAR DIAERESIS"
        },
        {
            "codepoint": "2364",
            "name": "APL FUNCTIONAL SYMBOL JOT DIAERESIS",
            "aliases": [
                "hoot"
            ]
        },
        {
            "codepoint": "2365",
            "name": "APL FUNCTIONAL SYMBOL CIRCLE DIAERESIS",
            "aliases": [
                "holler"
            ]
        },
        {
            "codepoint": "2366",
            "name": "APL FUNCTIONAL SYMBOL DOWN SHOE STILE"
        },
        {
            "codepoint": "2367",
            "name": "APL FUNCTIONAL SYMBOL LEFT SHOE STILE"
        },
        {
            "codepoint": "2368",
            "name": "APL FUNCTIONAL SYMBOL TILDE DIAERESIS",
            "aliases": [
                "smirk"
            ]
        },
        {
            "codepoint": "2369",
            "name": "APL FUNCTIONAL SYMBOL GREATER-THAN DIAERESIS"
        },
        {
            "codepoint": "236A",
            "name": "APL FUNCTIONAL SYMBOL COMMA BAR"
        },
        {
            "codepoint": "236B",
            "name": "APL FUNCTIONAL SYMBOL DEL TILDE"
        },
        {
            "codepoint": "236C",
            "name": "APL FUNCTIONAL SYMBOL ZILDE"
        },
        {
            "codepoint": "236D",
            "name": "APL FUNCTIONAL SYMBOL STILE TILDE"
        },
        {
            "codepoint": "236E",
            "name": "APL FUNCTIONAL SYMBOL SEMICOLON UNDERBAR"
        },
        {
            "codepoint": "236F",
            "name": "APL FUNCTIONAL SYMBOL QUAD NOT EQUAL"
        },
        {
            "codepoint": "2370",
            "name": "APL FUNCTIONAL SYMBOL QUAD QUESTION",
            "crossReferences": [
                "(uncertainty sign - 2BD1)"
            ]
        },
        {
            "codepoint": "2371",
            "name": "APL FUNCTIONAL SYMBOL DOWN CARET TILDE"
        },
        {
            "codepoint": "2372",
            "name": "APL FUNCTIONAL SYMBOL UP CARET TILDE"
        },
        {
            "codepoint": "2373",
            "name": "APL FUNCTIONAL SYMBOL IOTA"
        },
        {
            "codepoint": "2374",
            "name": "APL FUNCTIONAL SYMBOL RHO"
        },
        {
            "codepoint": "2375",
            "name": "APL FUNCTIONAL SYMBOL OMEGA"
        },
        {
            "codepoint": "2376",
            "name": "APL FUNCTIONAL SYMBOL ALPHA UNDERBAR"
        },
        {
            "codepoint": "2377",
            "name": "APL FUNCTIONAL SYMBOL EPSILON UNDERBAR"
        },
        {
            "codepoint": "2378",
            "name": "APL FUNCTIONAL SYMBOL IOTA UNDERBAR"
        },
        {
            "codepoint": "2379",
            "name": "APL FUNCTIONAL SYMBOL OMEGA UNDERBAR"
        },
        {
            "codepoint": "237A",
            "name": "APL FUNCTIONAL SYMBOL ALPHA"
        },
        {
            "codepoint": "237B",
            "name": "NOT CHECK MARK",
            "comments": [
                "from ISO 2047",
                "symbol for Negative Acknowledge"
            ]
        },
        {
            "codepoint": "237C",
            "name": "RIGHT ANGLE WITH DOWNWARDS ZIGZAG ARROW"
        },
        {
            "codepoint": "237D",
            "name": "SHOULDERED OPEN BOX",
            "comments": [
                "from ISO 9995-7",
                "keyboard symbol for No Break Space"
            ],
            "crossReferences": [
                "(open box - 2423)"
            ]
        },
        {
            "codepoint": "237E",
            "name": "BELL SYMBOL",
            "comments": [
                "from ISO 2047"
            ]
        },
        {
            "codepoint": "237F",
            "name": "VERTICAL LINE WITH MIDDLE DOT",
            "comments": [
                "from ISO 2047",
                "symbol for End of Medium"
            ]
        },
        {
            "codepoint": "2380",
            "name": "INSERTION SYMBOL"
        },
        {
            "codepoint": "2381",
            "name": "CONTINUOUS UNDERLINE SYMBOL"
        },
        {
            "codepoint": "2382",
            "name": "DISCONTINUOUS UNDERLINE SYMBOL"
        },
        {
            "codepoint": "2383",
            "name": "EMPHASIS SYMBOL"
        },
        {
            "codepoint": "2384",
            "name": "COMPOSITION SYMBOL"
        },
        {
            "codepoint": "2385",
            "name": "WHITE SQUARE WITH CENTRE VERTICAL LINE",
            "aliases": [
                "center"
            ]
        },
        {
            "codepoint": "2386",
            "name": "ENTER SYMBOL"
        },
        {
            "codepoint": "2387",
            "name": "ALTERNATIVE KEY SYMBOL"
        },
        {
            "codepoint": "2388",
            "name": "HELM SYMBOL",
            "aliases": [
                "control"
            ],
            "crossReferences": [
                "(wheel of dharma - 2638)"
            ]
        },
        {
            "codepoint": "2389",
            "name": "CIRCLED HORIZONTAL BAR WITH NOTCH",
            "aliases": [
                "pause"
            ]
        },
        {
            "codepoint": "238A",
            "name": "CIRCLED TRIANGLE DOWN",
            "aliases": [
                "interrupt, break"
            ]
        },
        {
            "codepoint": "238B",
            "name": "BROKEN CIRCLE WITH NORTHWEST ARROW",
            "aliases": [
                "escape"
            ]
        },
        {
            "codepoint": "238C",
            "name": "UNDO SYMBOL"
        },
        {
            "codepoint": "238D",
            "name": "MONOSTABLE SYMBOL"
        },
        {
            "codepoint": "238E",
            "name": "HYSTERESIS SYMBOL"
        },
        {
            "codepoint": "238F",
            "name": "OPEN-CIRCUIT-OUTPUT H-TYPE SYMBOL"
        },
        {
            "codepoint": "2390",
            "name": "OPEN-CIRCUIT-OUTPUT L-TYPE SYMBOL"
        },
        {
            "codepoint": "2391",
            "name": "PASSIVE-PULL-DOWN-OUTPUT SYMBOL"
        },
        {
            "codepoint": "2392",
            "name": "PASSIVE-PULL-UP-OUTPUT SYMBOL"
        },
        {
            "codepoint": "2393",
            "name": "DIRECT CURRENT SYMBOL FORM TWO"
        },
        {
            "codepoint": "2394",
            "name": "SOFTWARE-FUNCTION SYMBOL",
            "crossReferences": [
                "(white hexagon - 2B21)"
            ]
        },
        {
            "codepoint": "2395",
            "name": "APL FUNCTIONAL SYMBOL QUAD",
            "crossReferences": [
                "(apl functional symbol squish quad - 2337)",
                "(white vertical rectangle - 25AF)"
            ]
        },
        {
            "codepoint": "2396",
            "name": "DECIMAL SEPARATOR KEY SYMBOL"
        },
        {
            "codepoint": "2397",
            "name": "PREVIOUS PAGE",
            "crossReferences": [
                "(back with leftwards arrow above - 1F519)"
            ]
        },
        {
            "codepoint": "2398",
            "name": "NEXT PAGE"
        },
        {
            "codepoint": "2399",
            "name": "PRINT SCREEN SYMBOL"
        },
        {
            "codepoint": "239A",
            "name": "CLEAR SCREEN SYMBOL",
            "crossReferences": [
                "(combining enclosing screen - 20E2)"
            ]
        },
        {
            "codepoint": "239B",
            "name": "LEFT PARENTHESIS UPPER HOOK"
        },
        {
            "codepoint": "239C",
            "name": "LEFT PARENTHESIS EXTENSION"
        },
        {
            "codepoint": "239D",
            "name": "LEFT PARENTHESIS LOWER HOOK"
        },
        {
            "codepoint": "239E",
            "name": "RIGHT PARENTHESIS UPPER HOOK"
        },
        {
            "codepoint": "239F",
            "name": "RIGHT PARENTHESIS EXTENSION"
        },
        {
            "codepoint": "23A0",
            "name": "RIGHT PARENTHESIS LOWER HOOK"
        },
        {
            "codepoint": "23A1",
            "name": "LEFT SQUARE BRACKET UPPER CORNER"
        },
        {
            "codepoint": "23A2",
            "name": "LEFT SQUARE BRACKET EXTENSION"
        },
        {
            "codepoint": "23A3",
            "name": "LEFT SQUARE BRACKET LOWER CORNER"
        },
        {
            "codepoint": "23A4",
            "name": "RIGHT SQUARE BRACKET UPPER CORNER"
        },
        {
            "codepoint": "23A5",
            "name": "RIGHT SQUARE BRACKET EXTENSION"
        },
        {
            "codepoint": "23A6",
            "name": "RIGHT SQUARE BRACKET LOWER CORNER"
        },
        {
            "codepoint": "23A7",
            "name": "LEFT CURLY BRACKET UPPER HOOK"
        },
        {
            "codepoint": "23A8",
            "name": "LEFT CURLY BRACKET MIDDLE PIECE"
        },
        {
            "codepoint": "23A9",
            "name": "LEFT CURLY BRACKET LOWER HOOK"
        },
        {
            "codepoint": "23AA",
            "name": "CURLY BRACKET EXTENSION"
        },
        {
            "codepoint": "23AB",
            "name": "RIGHT CURLY BRACKET UPPER HOOK"
        },
        {
            "codepoint": "23AC",
            "name": "RIGHT CURLY BRACKET MIDDLE PIECE"
        },
        {
            "codepoint": "23AD",
            "name": "RIGHT CURLY BRACKET LOWER HOOK"
        },
        {
            "codepoint": "23AE",
            "name": "INTEGRAL EXTENSION",
            "crossReferences": [
                "(top half integral - 2320)",
                "(bottom half integral - 2321)"
            ]
        },
        {
            "codepoint": "23AF",
            "name": "HORIZONTAL LINE EXTENSION",
            "comments": [
                "used for extension of arrows"
            ],
            "crossReferences": [
                "(vertical line extension - 23D0)"
            ]
        },
        {
            "codepoint": "23B0",
            "name": "UPPER LEFT OR LOWER RIGHT CURLY BRACKET SECTION",
            "aliases": [
                "left moustache"
            ]
        },
        {
            "codepoint": "23B1",
            "name": "UPPER RIGHT OR LOWER LEFT CURLY BRACKET SECTION",
            "aliases": [
                "right moustache"
            ]
        },
        {
            "codepoint": "23B2",
            "name": "SUMMATION TOP"
        },
        {
            "codepoint": "23B3",
            "name": "SUMMATION BOTTOM",
            "crossReferences": [
                "(n-ary summation - 2211)"
            ]
        },
        {
            "codepoint": "23B4",
            "name": "TOP SQUARE BRACKET",
            "crossReferences": [
                "(presentation form for vertical left square bracket - FE47)"
            ]
        },
        {
            "codepoint": "23B5",
            "name": "BOTTOM SQUARE BRACKET",
            "crossReferences": [
                "(presentation form for vertical right square bracket - FE48)"
            ]
        },
        {
            "codepoint": "23B6",
            "name": "BOTTOM SQUARE BRACKET OVER TOP SQUARE BRACKET",
            "comments": [
                "only used for terminal emulation"
            ]
        },
        {
            "codepoint": "23B7",
            "name": "RADICAL SYMBOL BOTTOM"
        },
        {
            "codepoint": "23B8",
            "name": "LEFT VERTICAL BOX LINE"
        },
        {
            "codepoint": "23B9",
            "name": "RIGHT VERTICAL BOX LINE"
        },
        {
            "codepoint": "23BA",
            "name": "HORIZONTAL SCAN LINE-1"
        },
        {
            "codepoint": "23BB",
            "name": "HORIZONTAL SCAN LINE-3",
            "comments": [
                "scan line-5 is unified with the box-drawing graphic character 2500"
            ]
        },
        {
            "codepoint": "23BC",
            "name": "HORIZONTAL SCAN LINE-7"
        },
        {
            "codepoint": "23BD",
            "name": "HORIZONTAL SCAN LINE-9"
        },
        {
            "codepoint": "23BE",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP RIGHT",
            "crossReferences": [
                "(left ceiling - 2308)"
            ]
        },
        {
            "codepoint": "23BF",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM RIGHT",
            "crossReferences": [
                "(left floor - 230A)"
            ]
        },
        {
            "codepoint": "23C0",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL WITH CIRCLE"
        },
        {
            "codepoint": "23C1",
            "name": "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH CIRCLE"
        },
        {
            "codepoint": "23C2",
            "name": "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH CIRCLE"
        },
        {
            "codepoint": "23C3",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL WITH TRIANGLE"
        },
        {
            "codepoint": "23C4",
            "name": "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH TRIANGLE"
        },
        {
            "codepoint": "23C5",
            "name": "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH TRIANGLE"
        },
        {
            "codepoint": "23C6",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL AND WAVE"
        },
        {
            "codepoint": "23C7",
            "name": "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL WITH WAVE"
        },
        {
            "codepoint": "23C8",
            "name": "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL WITH WAVE"
        },
        {
            "codepoint": "23C9",
            "name": "DENTISTRY SYMBOL LIGHT DOWN AND HORIZONTAL",
            "crossReferences": [
                "(down tack - 22A4)",
                "(box drawings light down and horizontal - 252C)"
            ]
        },
        {
            "codepoint": "23CA",
            "name": "DENTISTRY SYMBOL LIGHT UP AND HORIZONTAL",
            "crossReferences": [
                "(up tack - 22A5)",
                "(box drawings light up and horizontal - 2534)"
            ]
        },
        {
            "codepoint": "23CB",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL AND TOP LEFT",
            "crossReferences": [
                "(right ceiling - 2309)"
            ]
        },
        {
            "codepoint": "23CC",
            "name": "DENTISTRY SYMBOL LIGHT VERTICAL AND BOTTOM LEFT",
            "crossReferences": [
                "(right floor - 230B)"
            ]
        },
        {
            "codepoint": "23CD",
            "name": "SQUARE FOOT"
        },
        {
            "codepoint": "23CE",
            "name": "RETURN SYMBOL",
            "comments": [
                "may be shown with either hollow or filled glyph"
            ],
            "crossReferences": [
                "(downwards arrow with corner leftwards - 21B5)",
                "(return left - 2B90)"
            ]
        },
        {
            "codepoint": "23CF",
            "name": "EJECT SYMBOL",
            "comments": [
                "UI symbol to eject media"
            ]
        },
        {
            "codepoint": "23D0",
            "name": "VERTICAL LINE EXTENSION",
            "comments": [
                "used for extension of arrows"
            ],
            "crossReferences": [
                "(horizontal line extension - 23AF)"
            ]
        },
        {
            "codepoint": "23D1",
            "name": "METRICAL BREVE"
        },
        {
            "codepoint": "23D2",
            "name": "METRICAL LONG OVER SHORT"
        },
        {
            "codepoint": "23D3",
            "name": "METRICAL SHORT OVER LONG"
        },
        {
            "codepoint": "23D4",
            "name": "METRICAL LONG OVER TWO SHORTS"
        },
        {
            "codepoint": "23D5",
            "name": "METRICAL TWO SHORTS OVER LONG"
        },
        {
            "codepoint": "23D6",
            "name": "METRICAL TWO SHORTS JOINED"
        },
        {
            "codepoint": "23D7",
            "name": "METRICAL TRISEME",
            "crossReferences": [
                "(combining greek musical triseme - 1D242)"
            ]
        },
        {
            "codepoint": "23D8",
            "name": "METRICAL TETRASEME",
            "crossReferences": [
                "(combining greek musical tetraseme - 1D243)"
            ]
        },
        {
            "codepoint": "23D9",
            "name": "METRICAL PENTASEME",
            "crossReferences": [
                "(combining greek musical pentaseme - 1D244)"
            ]
        },
        {
            "codepoint": "23DA",
            "name": "EARTH GROUND"
        },
        {
            "codepoint": "23DB",
            "name": "FUSE"
        },
        {
            "codepoint": "23DC",
            "name": "TOP PARENTHESIS",
            "crossReferences": [
                "(presentation form for vertical left parenthesis - FE35)"
            ]
        },
        {
            "codepoint": "23DD",
            "name": "BOTTOM PARENTHESIS",
            "crossReferences": [
                "(presentation form for vertical right parenthesis - FE36)"
            ]
        },
        {
            "codepoint": "23DE",
            "name": "TOP CURLY BRACKET",
            "crossReferences": [
                "(presentation form for vertical left curly bracket - FE37)"
            ]
        },
        {
            "codepoint": "23DF",
            "name": "BOTTOM CURLY BRACKET",
            "crossReferences": [
                "(presentation form for vertical right curly bracket - FE38)"
            ]
        },
        {
            "codepoint": "23E0",
            "name": "TOP TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(presentation form for vertical left tortoise shell bracket - FE39)"
            ]
        },
        {
            "codepoint": "23E1",
            "name": "BOTTOM TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(presentation form for vertical right tortoise shell bracket - FE3A)"
            ]
        },
        {
            "codepoint": "23E2",
            "name": "WHITE TRAPEZIUM"
        },
        {
            "codepoint": "23E3",
            "name": "BENZENE RING WITH CIRCLE"
        },
        {
            "codepoint": "23E4",
            "name": "STRAIGHTNESS"
        },
        {
            "codepoint": "23E5",
            "name": "FLATNESS"
        },
        {
            "codepoint": "23E6",
            "name": "AC CURRENT"
        },
        {
            "codepoint": "23E7",
            "name": "ELECTRICAL INTERSECTION"
        },
        {
            "codepoint": "23E8",
            "name": "DECIMAL EXPONENT SYMBOL",
            "comments": [
                "Algol-60 token for scientific notation literals"
            ]
        },
        {
            "codepoint": "23E9",
            "name": "BLACK RIGHT-POINTING DOUBLE TRIANGLE",
            "aliases": [
                "fast forward"
            ]
        },
        {
            "codepoint": "23EA",
            "name": "BLACK LEFT-POINTING DOUBLE TRIANGLE",
            "aliases": [
                "rewind, fast backwards"
            ]
        },
        {
            "codepoint": "23EB",
            "name": "BLACK UP-POINTING DOUBLE TRIANGLE"
        },
        {
            "codepoint": "23EC",
            "name": "BLACK DOWN-POINTING DOUBLE TRIANGLE"
        },
        {
            "codepoint": "23ED",
            "name": "BLACK RIGHT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
            "aliases": [
                "skip to the end or next file/track/chapter"
            ]
        },
        {
            "codepoint": "23EE",
            "name": "BLACK LEFT-POINTING DOUBLE TRIANGLE WITH VERTICAL BAR",
            "aliases": [
                "skip to the start or previous file/track/chapter"
            ]
        },
        {
            "codepoint": "23EF",
            "name": "BLACK RIGHT-POINTING TRIANGLE WITH DOUBLE VERTICAL BAR",
            "aliases": [
                "play/pause toggle"
            ]
        },
        {
            "codepoint": "23F0",
            "name": "ALARM CLOCK",
            "crossReferences": [
                "(watch - 231A)",
                "(clock face one oclock - 1F550)",
                "(mantelpiece clock - 1F570)"
            ]
        },
        {
            "codepoint": "23F1",
            "name": "STOPWATCH"
        },
        {
            "codepoint": "23F2",
            "name": "TIMER CLOCK"
        },
        {
            "codepoint": "23F3",
            "name": "HOURGLASS WITH FLOWING SAND",
            "crossReferences": [
                "(hourglass - 231B)"
            ]
        },
        {
            "codepoint": "23F4",
            "name": "BLACK MEDIUM LEFT-POINTING TRIANGLE",
            "aliases": [
                "reverse, back"
            ],
            "comments": [
                "preferred to 25C0 black left-pointing triangle"
            ],
            "crossReferences": [
                "(black medium left-pointing triangle centred - 2BC7)",
                "(black left-pointing isosceles right triangle - 1F780)"
            ]
        },
        {
            "codepoint": "23F5",
            "name": "BLACK MEDIUM RIGHT-POINTING TRIANGLE",
            "aliases": [
                "forward"
            ],
            "comments": [
                "preferred to 25B6 black right-pointing triangle"
            ],
            "crossReferences": [
                "(black medium right-pointing triangle centred - 2BC8)",
                "(black right-pointing isosceles right triangle - 1F782)"
            ]
        },
        {
            "codepoint": "23F6",
            "name": "BLACK MEDIUM UP-POINTING TRIANGLE",
            "aliases": [
                "increase"
            ],
            "comments": [
                "preferred to 25B2 black up-pointing triangle"
            ],
            "crossReferences": [
                "(black medium up-pointing triangle centred - 2BC5)",
                "(black up-pointing isosceles right triangle - 1F781)"
            ]
        },
        {
            "codepoint": "23F7",
            "name": "BLACK MEDIUM DOWN-POINTING TRIANGLE",
            "aliases": [
                "decrease"
            ],
            "comments": [
                "preferred to 25BC black down-pointing triangle"
            ],
            "crossReferences": [
                "(black medium down-pointing triangle centred - 2BC6)",
                "(black down-pointing isosceles right triangle - 1F783)"
            ]
        },
        {
            "codepoint": "23F8",
            "name": "DOUBLE VERTICAL BAR",
            "aliases": [
                "pause"
            ],
            "crossReferences": [
                "(double vertical line - 2016)"
            ]
        },
        {
            "codepoint": "23F9",
            "name": "BLACK SQUARE FOR STOP",
            "aliases": [
                "stop"
            ],
            "crossReferences": [
                "(black medium square - 25FC)"
            ]
        },
        {
            "codepoint": "23FA",
            "name": "BLACK CIRCLE FOR RECORD",
            "aliases": [
                "record"
            ],
            "crossReferences": [
                "(medium black circle - 26AB)",
                "(large red circle - 1F534)"
            ]
        },
        {
            "codepoint": "23FB",
            "name": "POWER SYMBOL",
            "comments": [
                "IEC 5009 standby symbol",
                "IEEE 1621 power symbol"
            ]
        },
        {
            "codepoint": "23FC",
            "name": "POWER ON-OFF SYMBOL",
            "comments": [
                "IEC 5010 power on-off symbol"
            ]
        },
        {
            "codepoint": "23FD",
            "name": "POWER ON SYMBOL",
            "comments": [
                "use 2B58 for power off symbol"
            ],
            "crossReferences": [
                "(heavy circle - 2B58)"
            ]
        },
        {
            "codepoint": "23FE",
            "name": "POWER SLEEP SYMBOL",
            "crossReferences": [
                "(last quarter moon - 263E)"
            ]
        },
        {
            "codepoint": "23FF",
            "name": "OBSERVER EYE SYMBOL"
        },
        {
            "codepoint": "2400",
            "name": "SYMBOL FOR NULL"
        },
        {
            "codepoint": "2401",
            "name": "SYMBOL FOR START OF HEADING"
        },
        {
            "codepoint": "2402",
            "name": "SYMBOL FOR START OF TEXT"
        },
        {
            "codepoint": "2403",
            "name": "SYMBOL FOR END OF TEXT"
        },
        {
            "codepoint": "2404",
            "name": "SYMBOL FOR END OF TRANSMISSION"
        },
        {
            "codepoint": "2405",
            "name": "SYMBOL FOR ENQUIRY"
        },
        {
            "codepoint": "2406",
            "name": "SYMBOL FOR ACKNOWLEDGE"
        },
        {
            "codepoint": "2407",
            "name": "SYMBOL FOR BELL"
        },
        {
            "codepoint": "2408",
            "name": "SYMBOL FOR BACKSPACE"
        },
        {
            "codepoint": "2409",
            "name": "SYMBOL FOR HORIZONTAL TABULATION"
        },
        {
            "codepoint": "240A",
            "name": "SYMBOL FOR LINE FEED"
        },
        {
            "codepoint": "240B",
            "name": "SYMBOL FOR VERTICAL TABULATION"
        },
        {
            "codepoint": "240C",
            "name": "SYMBOL FOR FORM FEED"
        },
        {
            "codepoint": "240D",
            "name": "SYMBOL FOR CARRIAGE RETURN"
        },
        {
            "codepoint": "240E",
            "name": "SYMBOL FOR SHIFT OUT"
        },
        {
            "codepoint": "240F",
            "name": "SYMBOL FOR SHIFT IN"
        },
        {
            "codepoint": "2410",
            "name": "SYMBOL FOR DATA LINK ESCAPE"
        },
        {
            "codepoint": "2411",
            "name": "SYMBOL FOR DEVICE CONTROL ONE"
        },
        {
            "codepoint": "2412",
            "name": "SYMBOL FOR DEVICE CONTROL TWO"
        },
        {
            "codepoint": "2413",
            "name": "SYMBOL FOR DEVICE CONTROL THREE"
        },
        {
            "codepoint": "2414",
            "name": "SYMBOL FOR DEVICE CONTROL FOUR"
        },
        {
            "codepoint": "2415",
            "name": "SYMBOL FOR NEGATIVE ACKNOWLEDGE"
        },
        {
            "codepoint": "2416",
            "name": "SYMBOL FOR SYNCHRONOUS IDLE"
        },
        {
            "codepoint": "2417",
            "name": "SYMBOL FOR END OF TRANSMISSION BLOCK"
        },
        {
            "codepoint": "2418",
            "name": "SYMBOL FOR CANCEL"
        },
        {
            "codepoint": "2419",
            "name": "SYMBOL FOR END OF MEDIUM"
        },
        {
            "codepoint": "241A",
            "name": "SYMBOL FOR SUBSTITUTE"
        },
        {
            "codepoint": "241B",
            "name": "SYMBOL FOR ESCAPE"
        },
        {
            "codepoint": "241C",
            "name": "SYMBOL FOR FILE SEPARATOR"
        },
        {
            "codepoint": "241D",
            "name": "SYMBOL FOR GROUP SEPARATOR"
        },
        {
            "codepoint": "241E",
            "name": "SYMBOL FOR RECORD SEPARATOR"
        },
        {
            "codepoint": "241F",
            "name": "SYMBOL FOR UNIT SEPARATOR"
        },
        {
            "codepoint": "2420",
            "name": "SYMBOL FOR SPACE"
        },
        {
            "codepoint": "2421",
            "name": "SYMBOL FOR DELETE"
        },
        {
            "codepoint": "2422",
            "name": "BLANK SYMBOL",
            "comments": [
                "graphic for space"
            ],
            "crossReferences": [
                "(latin small letter b with stroke - 0180)"
            ]
        },
        {
            "codepoint": "2423",
            "name": "OPEN BOX",
            "comments": [
                "graphic for space"
            ],
            "crossReferences": [
                "(counterbore - 2334)"
            ]
        },
        {
            "codepoint": "2424",
            "name": "SYMBOL FOR NEWLINE"
        },
        {
            "codepoint": "2425",
            "name": "SYMBOL FOR DELETE FORM TWO",
            "comments": [
                "from ISO 9995-7",
                "keyboard symbol for undoable delete"
            ]
        },
        {
            "codepoint": "2426",
            "name": "SYMBOL FOR SUBSTITUTE FORM TWO",
            "comments": [
                "from ISO 2047"
            ],
            "crossReferences": [
                "(arabic question mark - 061F)"
            ]
        },
        {
            "codepoint": "2427",
            "name": "SYMBOL FOR DELETE SQUARE CHECKER BOARD FORM"
        },
        {
            "codepoint": "2428",
            "name": "SYMBOL FOR DELETE RECTANGULAR CHECKER BOARD FORM"
        },
        {
            "codepoint": "2429",
            "name": "SYMBOL FOR DELETE MEDIUM SHADE FORM"
        },
        {
            "codepoint": "2440",
            "name": "OCR HOOK"
        },
        {
            "codepoint": "2441",
            "name": "OCR CHAIR"
        },
        {
            "codepoint": "2442",
            "name": "OCR FORK"
        },
        {
            "codepoint": "2443",
            "name": "OCR INVERTED FORK"
        },
        {
            "codepoint": "2444",
            "name": "OCR BELT BUCKLE"
        },
        {
            "codepoint": "2445",
            "name": "OCR BOW TIE",
            "aliases": [
                "unique asterisk"
            ],
            "crossReferences": [
                "(bowtie - 22C8)"
            ]
        },
        {
            "codepoint": "2446",
            "name": "OCR BRANCH BANK IDENTIFICATION",
            "aliases": [
                "transit"
            ]
        },
        {
            "codepoint": "2447",
            "name": "OCR AMOUNT OF CHECK",
            "aliases": [
                "amount"
            ]
        },
        {
            "codepoint": "2448",
            "name": "OCR DASH",
            "other": [
                "MICR ON US SYMBOL"
            ],
            "aliases": [
                "on us"
            ]
        },
        {
            "codepoint": "2449",
            "name": "OCR CUSTOMER ACCOUNT NUMBER",
            "other": [
                "MICR DASH SYMBOL"
            ],
            "aliases": [
                "dash"
            ]
        },
        {
            "codepoint": "244A",
            "name": "OCR DOUBLE BACKSLASH"
        },
        {
            "codepoint": "2460",
            "name": "CIRCLED DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "2461",
            "name": "CIRCLED DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "2462",
            "name": "CIRCLED DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "2463",
            "name": "CIRCLED DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "2464",
            "name": "CIRCLED DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "2465",
            "name": "CIRCLED DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "2466",
            "name": "CIRCLED DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "2467",
            "name": "CIRCLED DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "2468",
            "name": "CIRCLED DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "2469",
            "name": "CIRCLED NUMBER TEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "246A",
            "name": "CIRCLED NUMBER ELEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "246B",
            "name": "CIRCLED NUMBER TWELVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "246C",
            "name": "CIRCLED NUMBER THIRTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "246D",
            "name": "CIRCLED NUMBER FOURTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "246E",
            "name": "CIRCLED NUMBER FIFTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "246F",
            "name": "CIRCLED NUMBER SIXTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "2470",
            "name": "CIRCLED NUMBER SEVENTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "2471",
            "name": "CIRCLED NUMBER EIGHTEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "2472",
            "name": "CIRCLED NUMBER NINETEEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0031",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "2473",
            "name": "CIRCLED NUMBER TWENTY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "2474",
            "name": "PARENTHESIZED DIGIT ONE",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2475",
            "name": "PARENTHESIZED DIGIT TWO",
            "compatibilityMappings": [
                [
                    "0028",
                    "0032",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2476",
            "name": "PARENTHESIZED DIGIT THREE",
            "compatibilityMappings": [
                [
                    "0028",
                    "0033",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2477",
            "name": "PARENTHESIZED DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "0028",
                    "0034",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2478",
            "name": "PARENTHESIZED DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "0028",
                    "0035",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2479",
            "name": "PARENTHESIZED DIGIT SIX",
            "compatibilityMappings": [
                [
                    "0028",
                    "0036",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247A",
            "name": "PARENTHESIZED DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0037",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247B",
            "name": "PARENTHESIZED DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "0028",
                    "0038",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247C",
            "name": "PARENTHESIZED DIGIT NINE",
            "compatibilityMappings": [
                [
                    "0028",
                    "0039",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247D",
            "name": "PARENTHESIZED NUMBER TEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0030",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247E",
            "name": "PARENTHESIZED NUMBER ELEVEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0031",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "247F",
            "name": "PARENTHESIZED NUMBER TWELVE",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0032",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2480",
            "name": "PARENTHESIZED NUMBER THIRTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0033",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2481",
            "name": "PARENTHESIZED NUMBER FOURTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0034",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2482",
            "name": "PARENTHESIZED NUMBER FIFTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0035",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2483",
            "name": "PARENTHESIZED NUMBER SIXTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0036",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2484",
            "name": "PARENTHESIZED NUMBER SEVENTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0037",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2485",
            "name": "PARENTHESIZED NUMBER EIGHTEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0038",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2486",
            "name": "PARENTHESIZED NUMBER NINETEEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "0031",
                    "0039",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2487",
            "name": "PARENTHESIZED NUMBER TWENTY",
            "compatibilityMappings": [
                [
                    "0028",
                    "0032",
                    "0030",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "2488",
            "name": "DIGIT ONE FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2489",
            "name": "DIGIT TWO FULL STOP",
            "compatibilityMappings": [
                [
                    "0032",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248A",
            "name": "DIGIT THREE FULL STOP",
            "compatibilityMappings": [
                [
                    "0033",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248B",
            "name": "DIGIT FOUR FULL STOP",
            "compatibilityMappings": [
                [
                    "0034",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248C",
            "name": "DIGIT FIVE FULL STOP",
            "compatibilityMappings": [
                [
                    "0035",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248D",
            "name": "DIGIT SIX FULL STOP",
            "compatibilityMappings": [
                [
                    "0036",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248E",
            "name": "DIGIT SEVEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0037",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "248F",
            "name": "DIGIT EIGHT FULL STOP",
            "compatibilityMappings": [
                [
                    "0038",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2490",
            "name": "DIGIT NINE FULL STOP",
            "compatibilityMappings": [
                [
                    "0039",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2491",
            "name": "NUMBER TEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0030",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2492",
            "name": "NUMBER ELEVEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0031",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2493",
            "name": "NUMBER TWELVE FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0032",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2494",
            "name": "NUMBER THIRTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0033",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2495",
            "name": "NUMBER FOURTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0034",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2496",
            "name": "NUMBER FIFTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0035",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2497",
            "name": "NUMBER SIXTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0036",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2498",
            "name": "NUMBER SEVENTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0037",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "2499",
            "name": "NUMBER EIGHTEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0038",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "249A",
            "name": "NUMBER NINETEEN FULL STOP",
            "compatibilityMappings": [
                [
                    "0031",
                    "0039",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "249B",
            "name": "NUMBER TWENTY FULL STOP",
            "compatibilityMappings": [
                [
                    "0032",
                    "0030",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "249C",
            "name": "PARENTHESIZED LATIN SMALL LETTER A",
            "compatibilityMappings": [
                [
                    "0028",
                    "0061",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "249D",
            "name": "PARENTHESIZED LATIN SMALL LETTER B",
            "compatibilityMappings": [
                [
                    "0028",
                    "0062",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "249E",
            "name": "PARENTHESIZED LATIN SMALL LETTER C",
            "compatibilityMappings": [
                [
                    "0028",
                    "0063",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "249F",
            "name": "PARENTHESIZED LATIN SMALL LETTER D",
            "compatibilityMappings": [
                [
                    "0028",
                    "0064",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A0",
            "name": "PARENTHESIZED LATIN SMALL LETTER E",
            "compatibilityMappings": [
                [
                    "0028",
                    "0065",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A1",
            "name": "PARENTHESIZED LATIN SMALL LETTER F",
            "compatibilityMappings": [
                [
                    "0028",
                    "0066",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A2",
            "name": "PARENTHESIZED LATIN SMALL LETTER G",
            "compatibilityMappings": [
                [
                    "0028",
                    "0067",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A3",
            "name": "PARENTHESIZED LATIN SMALL LETTER H",
            "compatibilityMappings": [
                [
                    "0028",
                    "0068",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A4",
            "name": "PARENTHESIZED LATIN SMALL LETTER I",
            "compatibilityMappings": [
                [
                    "0028",
                    "0069",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A5",
            "name": "PARENTHESIZED LATIN SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "0028",
                    "006A",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A6",
            "name": "PARENTHESIZED LATIN SMALL LETTER K",
            "compatibilityMappings": [
                [
                    "0028",
                    "006B",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A7",
            "name": "PARENTHESIZED LATIN SMALL LETTER L",
            "compatibilityMappings": [
                [
                    "0028",
                    "006C",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A8",
            "name": "PARENTHESIZED LATIN SMALL LETTER M",
            "compatibilityMappings": [
                [
                    "0028",
                    "006D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24A9",
            "name": "PARENTHESIZED LATIN SMALL LETTER N",
            "compatibilityMappings": [
                [
                    "0028",
                    "006E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AA",
            "name": "PARENTHESIZED LATIN SMALL LETTER O",
            "compatibilityMappings": [
                [
                    "0028",
                    "006F",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AB",
            "name": "PARENTHESIZED LATIN SMALL LETTER P",
            "compatibilityMappings": [
                [
                    "0028",
                    "0070",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AC",
            "name": "PARENTHESIZED LATIN SMALL LETTER Q",
            "compatibilityMappings": [
                [
                    "0028",
                    "0071",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AD",
            "name": "PARENTHESIZED LATIN SMALL LETTER R",
            "compatibilityMappings": [
                [
                    "0028",
                    "0072",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AE",
            "name": "PARENTHESIZED LATIN SMALL LETTER S",
            "compatibilityMappings": [
                [
                    "0028",
                    "0073",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24AF",
            "name": "PARENTHESIZED LATIN SMALL LETTER T",
            "compatibilityMappings": [
                [
                    "0028",
                    "0074",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B0",
            "name": "PARENTHESIZED LATIN SMALL LETTER U",
            "compatibilityMappings": [
                [
                    "0028",
                    "0075",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B1",
            "name": "PARENTHESIZED LATIN SMALL LETTER V",
            "compatibilityMappings": [
                [
                    "0028",
                    "0076",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B2",
            "name": "PARENTHESIZED LATIN SMALL LETTER W",
            "compatibilityMappings": [
                [
                    "0028",
                    "0077",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B3",
            "name": "PARENTHESIZED LATIN SMALL LETTER X",
            "compatibilityMappings": [
                [
                    "0028",
                    "0078",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B4",
            "name": "PARENTHESIZED LATIN SMALL LETTER Y",
            "compatibilityMappings": [
                [
                    "0028",
                    "0079",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B5",
            "name": "PARENTHESIZED LATIN SMALL LETTER Z",
            "compatibilityMappings": [
                [
                    "0028",
                    "007A",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "24B6",
            "name": "CIRCLED LATIN CAPITAL LETTER A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "24B7",
            "name": "CIRCLED LATIN CAPITAL LETTER B",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "24B8",
            "name": "CIRCLED LATIN CAPITAL LETTER C",
            "crossReferences": [
                "(copyright sign - 00A9)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "24B9",
            "name": "CIRCLED LATIN CAPITAL LETTER D",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "24BA",
            "name": "CIRCLED LATIN CAPITAL LETTER E",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0045"
                ]
            ]
        },
        {
            "codepoint": "24BB",
            "name": "CIRCLED LATIN CAPITAL LETTER F",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "24BC",
            "name": "CIRCLED LATIN CAPITAL LETTER G",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0047"
                ]
            ]
        },
        {
            "codepoint": "24BD",
            "name": "CIRCLED LATIN CAPITAL LETTER H",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0048"
                ]
            ]
        },
        {
            "codepoint": "24BE",
            "name": "CIRCLED LATIN CAPITAL LETTER I",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "24BF",
            "name": "CIRCLED LATIN CAPITAL LETTER J",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "24C0",
            "name": "CIRCLED LATIN CAPITAL LETTER K",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004B"
                ]
            ]
        },
        {
            "codepoint": "24C1",
            "name": "CIRCLED LATIN CAPITAL LETTER L",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004C"
                ]
            ]
        },
        {
            "codepoint": "24C2",
            "name": "CIRCLED LATIN CAPITAL LETTER M",
            "crossReferences": [
                "(mask work symbol - 1F1AD)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "24C3",
            "name": "CIRCLED LATIN CAPITAL LETTER N",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004E"
                ]
            ]
        },
        {
            "codepoint": "24C4",
            "name": "CIRCLED LATIN CAPITAL LETTER O",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "004F"
                ]
            ]
        },
        {
            "codepoint": "24C5",
            "name": "CIRCLED LATIN CAPITAL LETTER P",
            "crossReferences": [
                "(sound recording copyright - 2117)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0050"
                ]
            ]
        },
        {
            "codepoint": "24C6",
            "name": "CIRCLED LATIN CAPITAL LETTER Q",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0051"
                ]
            ]
        },
        {
            "codepoint": "24C7",
            "name": "CIRCLED LATIN CAPITAL LETTER R",
            "crossReferences": [
                "(registered sign - 00AE)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "24C8",
            "name": "CIRCLED LATIN CAPITAL LETTER S",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0053"
                ]
            ]
        },
        {
            "codepoint": "24C9",
            "name": "CIRCLED LATIN CAPITAL LETTER T",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0054"
                ]
            ]
        },
        {
            "codepoint": "24CA",
            "name": "CIRCLED LATIN CAPITAL LETTER U",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "24CB",
            "name": "CIRCLED LATIN CAPITAL LETTER V",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "24CC",
            "name": "CIRCLED LATIN CAPITAL LETTER W",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "24CD",
            "name": "CIRCLED LATIN CAPITAL LETTER X",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0058"
                ]
            ]
        },
        {
            "codepoint": "24CE",
            "name": "CIRCLED LATIN CAPITAL LETTER Y",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0059"
                ]
            ]
        },
        {
            "codepoint": "24CF",
            "name": "CIRCLED LATIN CAPITAL LETTER Z",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "005A"
                ]
            ]
        },
        {
            "codepoint": "24D0",
            "name": "CIRCLED LATIN SMALL LETTER A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "24D1",
            "name": "CIRCLED LATIN SMALL LETTER B",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0062"
                ]
            ]
        },
        {
            "codepoint": "24D2",
            "name": "CIRCLED LATIN SMALL LETTER C",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "24D3",
            "name": "CIRCLED LATIN SMALL LETTER D",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0064"
                ]
            ]
        },
        {
            "codepoint": "24D4",
            "name": "CIRCLED LATIN SMALL LETTER E",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0065"
                ]
            ]
        },
        {
            "codepoint": "24D5",
            "name": "CIRCLED LATIN SMALL LETTER F",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0066"
                ]
            ]
        },
        {
            "codepoint": "24D6",
            "name": "CIRCLED LATIN SMALL LETTER G",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "24D7",
            "name": "CIRCLED LATIN SMALL LETTER H",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0068"
                ]
            ]
        },
        {
            "codepoint": "24D8",
            "name": "CIRCLED LATIN SMALL LETTER I",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "24D9",
            "name": "CIRCLED LATIN SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "24DA",
            "name": "CIRCLED LATIN SMALL LETTER K",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006B"
                ]
            ]
        },
        {
            "codepoint": "24DB",
            "name": "CIRCLED LATIN SMALL LETTER L",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "24DC",
            "name": "CIRCLED LATIN SMALL LETTER M",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "24DD",
            "name": "CIRCLED LATIN SMALL LETTER N",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "24DE",
            "name": "CIRCLED LATIN SMALL LETTER O",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "24DF",
            "name": "CIRCLED LATIN SMALL LETTER P",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0070"
                ]
            ]
        },
        {
            "codepoint": "24E0",
            "name": "CIRCLED LATIN SMALL LETTER Q",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0071"
                ]
            ]
        },
        {
            "codepoint": "24E1",
            "name": "CIRCLED LATIN SMALL LETTER R",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "24E2",
            "name": "CIRCLED LATIN SMALL LETTER S",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "24E3",
            "name": "CIRCLED LATIN SMALL LETTER T",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "24E4",
            "name": "CIRCLED LATIN SMALL LETTER U",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0075"
                ]
            ]
        },
        {
            "codepoint": "24E5",
            "name": "CIRCLED LATIN SMALL LETTER V",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "24E6",
            "name": "CIRCLED LATIN SMALL LETTER W",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0077"
                ]
            ]
        },
        {
            "codepoint": "24E7",
            "name": "CIRCLED LATIN SMALL LETTER X",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "24E8",
            "name": "CIRCLED LATIN SMALL LETTER Y",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0079"
                ]
            ]
        },
        {
            "codepoint": "24E9",
            "name": "CIRCLED LATIN SMALL LETTER Z",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "24EA",
            "name": "CIRCLED DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "24EB",
            "name": "NEGATIVE CIRCLED NUMBER ELEVEN"
        },
        {
            "codepoint": "24EC",
            "name": "NEGATIVE CIRCLED NUMBER TWELVE"
        },
        {
            "codepoint": "24ED",
            "name": "NEGATIVE CIRCLED NUMBER THIRTEEN"
        },
        {
            "codepoint": "24EE",
            "name": "NEGATIVE CIRCLED NUMBER FOURTEEN"
        },
        {
            "codepoint": "24EF",
            "name": "NEGATIVE CIRCLED NUMBER FIFTEEN"
        },
        {
            "codepoint": "24F0",
            "name": "NEGATIVE CIRCLED NUMBER SIXTEEN"
        },
        {
            "codepoint": "24F1",
            "name": "NEGATIVE CIRCLED NUMBER SEVENTEEN"
        },
        {
            "codepoint": "24F2",
            "name": "NEGATIVE CIRCLED NUMBER EIGHTEEN"
        },
        {
            "codepoint": "24F3",
            "name": "NEGATIVE CIRCLED NUMBER NINETEEN"
        },
        {
            "codepoint": "24F4",
            "name": "NEGATIVE CIRCLED NUMBER TWENTY"
        },
        {
            "codepoint": "24F5",
            "name": "DOUBLE CIRCLED DIGIT ONE"
        },
        {
            "codepoint": "24F6",
            "name": "DOUBLE CIRCLED DIGIT TWO"
        },
        {
            "codepoint": "24F7",
            "name": "DOUBLE CIRCLED DIGIT THREE"
        },
        {
            "codepoint": "24F8",
            "name": "DOUBLE CIRCLED DIGIT FOUR"
        },
        {
            "codepoint": "24F9",
            "name": "DOUBLE CIRCLED DIGIT FIVE"
        },
        {
            "codepoint": "24FA",
            "name": "DOUBLE CIRCLED DIGIT SIX"
        },
        {
            "codepoint": "24FB",
            "name": "DOUBLE CIRCLED DIGIT SEVEN"
        },
        {
            "codepoint": "24FC",
            "name": "DOUBLE CIRCLED DIGIT EIGHT"
        },
        {
            "codepoint": "24FD",
            "name": "DOUBLE CIRCLED DIGIT NINE"
        },
        {
            "codepoint": "24FE",
            "name": "DOUBLE CIRCLED NUMBER TEN"
        },
        {
            "codepoint": "24FF",
            "name": "NEGATIVE CIRCLED DIGIT ZERO",
            "crossReferences": [
                "(dingbat negative circled digit one - 2776)"
            ]
        },
        {
            "codepoint": "2500",
            "name": "BOX DRAWINGS LIGHT HORIZONTAL",
            "aliases": [
                "Videotex Mosaic DG 15"
            ],
            "crossReferences": [
                "(box drawings light horizontal with vertical stroke - 1FBAF)"
            ]
        },
        {
            "codepoint": "2501",
            "name": "BOX DRAWINGS HEAVY HORIZONTAL"
        },
        {
            "codepoint": "2502",
            "name": "BOX DRAWINGS LIGHT VERTICAL",
            "aliases": [
                "Videotex Mosaic DG 14"
            ]
        },
        {
            "codepoint": "2503",
            "name": "BOX DRAWINGS HEAVY VERTICAL"
        },
        {
            "codepoint": "2504",
            "name": "BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "2505",
            "name": "BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "2506",
            "name": "BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL"
        },
        {
            "codepoint": "2507",
            "name": "BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL"
        },
        {
            "codepoint": "2508",
            "name": "BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "2509",
            "name": "BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "250A",
            "name": "BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL"
        },
        {
            "codepoint": "250B",
            "name": "BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL"
        },
        {
            "codepoint": "250C",
            "name": "BOX DRAWINGS LIGHT DOWN AND RIGHT",
            "aliases": [
                "Videotex Mosaic DG 16"
            ]
        },
        {
            "codepoint": "250D",
            "name": "BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY"
        },
        {
            "codepoint": "250E",
            "name": "BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT"
        },
        {
            "codepoint": "250F",
            "name": "BOX DRAWINGS HEAVY DOWN AND RIGHT"
        },
        {
            "codepoint": "2510",
            "name": "BOX DRAWINGS LIGHT DOWN AND LEFT",
            "aliases": [
                "Videotex Mosaic DG 17"
            ]
        },
        {
            "codepoint": "2511",
            "name": "BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY"
        },
        {
            "codepoint": "2512",
            "name": "BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT"
        },
        {
            "codepoint": "2513",
            "name": "BOX DRAWINGS HEAVY DOWN AND LEFT"
        },
        {
            "codepoint": "2514",
            "name": "BOX DRAWINGS LIGHT UP AND RIGHT",
            "aliases": [
                "Videotex Mosaic DG 18"
            ]
        },
        {
            "codepoint": "2515",
            "name": "BOX DRAWINGS UP LIGHT AND RIGHT HEAVY"
        },
        {
            "codepoint": "2516",
            "name": "BOX DRAWINGS UP HEAVY AND RIGHT LIGHT"
        },
        {
            "codepoint": "2517",
            "name": "BOX DRAWINGS HEAVY UP AND RIGHT"
        },
        {
            "codepoint": "2518",
            "name": "BOX DRAWINGS LIGHT UP AND LEFT",
            "aliases": [
                "Videotex Mosaic DG 19"
            ]
        },
        {
            "codepoint": "2519",
            "name": "BOX DRAWINGS UP LIGHT AND LEFT HEAVY"
        },
        {
            "codepoint": "251A",
            "name": "BOX DRAWINGS UP HEAVY AND LEFT LIGHT"
        },
        {
            "codepoint": "251B",
            "name": "BOX DRAWINGS HEAVY UP AND LEFT"
        },
        {
            "codepoint": "251C",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND RIGHT",
            "aliases": [
                "Videotex Mosaic DG 20"
            ]
        },
        {
            "codepoint": "251D",
            "name": "BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY",
            "aliases": [
                "Videotex Mosaic DG 03"
            ]
        },
        {
            "codepoint": "251E",
            "name": "BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT"
        },
        {
            "codepoint": "251F",
            "name": "BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT"
        },
        {
            "codepoint": "2520",
            "name": "BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT"
        },
        {
            "codepoint": "2521",
            "name": "BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY"
        },
        {
            "codepoint": "2522",
            "name": "BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY"
        },
        {
            "codepoint": "2523",
            "name": "BOX DRAWINGS HEAVY VERTICAL AND RIGHT"
        },
        {
            "codepoint": "2524",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND LEFT",
            "aliases": [
                "Videotex Mosaic DG 21"
            ]
        },
        {
            "codepoint": "2525",
            "name": "BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY",
            "aliases": [
                "Videotex Mosaic DG 04"
            ]
        },
        {
            "codepoint": "2526",
            "name": "BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT"
        },
        {
            "codepoint": "2527",
            "name": "BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT"
        },
        {
            "codepoint": "2528",
            "name": "BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT"
        },
        {
            "codepoint": "2529",
            "name": "BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY"
        },
        {
            "codepoint": "252A",
            "name": "BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY"
        },
        {
            "codepoint": "252B",
            "name": "BOX DRAWINGS HEAVY VERTICAL AND LEFT"
        },
        {
            "codepoint": "252C",
            "name": "BOX DRAWINGS LIGHT DOWN AND HORIZONTAL",
            "aliases": [
                "Videotex Mosaic DG 22"
            ]
        },
        {
            "codepoint": "252D",
            "name": "BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT"
        },
        {
            "codepoint": "252E",
            "name": "BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT"
        },
        {
            "codepoint": "252F",
            "name": "BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY",
            "aliases": [
                "Videotex Mosaic DG 02"
            ]
        },
        {
            "codepoint": "2530",
            "name": "BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT"
        },
        {
            "codepoint": "2531",
            "name": "BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY"
        },
        {
            "codepoint": "2532",
            "name": "BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY"
        },
        {
            "codepoint": "2533",
            "name": "BOX DRAWINGS HEAVY DOWN AND HORIZONTAL"
        },
        {
            "codepoint": "2534",
            "name": "BOX DRAWINGS LIGHT UP AND HORIZONTAL",
            "aliases": [
                "Videotex Mosaic DG 23"
            ]
        },
        {
            "codepoint": "2535",
            "name": "BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT"
        },
        {
            "codepoint": "2536",
            "name": "BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT"
        },
        {
            "codepoint": "2537",
            "name": "BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY",
            "aliases": [
                "Videotex Mosaic DG 01"
            ]
        },
        {
            "codepoint": "2538",
            "name": "BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT"
        },
        {
            "codepoint": "2539",
            "name": "BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY"
        },
        {
            "codepoint": "253A",
            "name": "BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY"
        },
        {
            "codepoint": "253B",
            "name": "BOX DRAWINGS HEAVY UP AND HORIZONTAL"
        },
        {
            "codepoint": "253C",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL",
            "aliases": [
                "Videotex Mosaic DG 24"
            ]
        },
        {
            "codepoint": "253D",
            "name": "BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT"
        },
        {
            "codepoint": "253E",
            "name": "BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT"
        },
        {
            "codepoint": "253F",
            "name": "BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY",
            "aliases": [
                "Videotex Mosaic DG 13"
            ]
        },
        {
            "codepoint": "2540",
            "name": "BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT"
        },
        {
            "codepoint": "2541",
            "name": "BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT"
        },
        {
            "codepoint": "2542",
            "name": "BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT"
        },
        {
            "codepoint": "2543",
            "name": "BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT"
        },
        {
            "codepoint": "2544",
            "name": "BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT"
        },
        {
            "codepoint": "2545",
            "name": "BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT"
        },
        {
            "codepoint": "2546",
            "name": "BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT"
        },
        {
            "codepoint": "2547",
            "name": "BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY"
        },
        {
            "codepoint": "2548",
            "name": "BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY"
        },
        {
            "codepoint": "2549",
            "name": "BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY"
        },
        {
            "codepoint": "254A",
            "name": "BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY"
        },
        {
            "codepoint": "254B",
            "name": "BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL"
        },
        {
            "codepoint": "254C",
            "name": "BOX DRAWINGS LIGHT DOUBLE DASH HORIZONTAL"
        },
        {
            "codepoint": "254D",
            "name": "BOX DRAWINGS HEAVY DOUBLE DASH HORIZONTAL"
        },
        {
            "codepoint": "254E",
            "name": "BOX DRAWINGS LIGHT DOUBLE DASH VERTICAL"
        },
        {
            "codepoint": "254F",
            "name": "BOX DRAWINGS HEAVY DOUBLE DASH VERTICAL"
        },
        {
            "codepoint": "2550",
            "name": "BOX DRAWINGS DOUBLE HORIZONTAL"
        },
        {
            "codepoint": "2551",
            "name": "BOX DRAWINGS DOUBLE VERTICAL"
        },
        {
            "codepoint": "2552",
            "name": "BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE"
        },
        {
            "codepoint": "2553",
            "name": "BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE"
        },
        {
            "codepoint": "2554",
            "name": "BOX DRAWINGS DOUBLE DOWN AND RIGHT"
        },
        {
            "codepoint": "2555",
            "name": "BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE"
        },
        {
            "codepoint": "2556",
            "name": "BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE"
        },
        {
            "codepoint": "2557",
            "name": "BOX DRAWINGS DOUBLE DOWN AND LEFT"
        },
        {
            "codepoint": "2558",
            "name": "BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE"
        },
        {
            "codepoint": "2559",
            "name": "BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE"
        },
        {
            "codepoint": "255A",
            "name": "BOX DRAWINGS DOUBLE UP AND RIGHT"
        },
        {
            "codepoint": "255B",
            "name": "BOX DRAWINGS UP SINGLE AND LEFT DOUBLE"
        },
        {
            "codepoint": "255C",
            "name": "BOX DRAWINGS UP DOUBLE AND LEFT SINGLE"
        },
        {
            "codepoint": "255D",
            "name": "BOX DRAWINGS DOUBLE UP AND LEFT"
        },
        {
            "codepoint": "255E",
            "name": "BOX DRAWINGS VERTICAL SINGLE AND RIGHT DOUBLE"
        },
        {
            "codepoint": "255F",
            "name": "BOX DRAWINGS VERTICAL DOUBLE AND RIGHT SINGLE"
        },
        {
            "codepoint": "2560",
            "name": "BOX DRAWINGS DOUBLE VERTICAL AND RIGHT"
        },
        {
            "codepoint": "2561",
            "name": "BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE"
        },
        {
            "codepoint": "2562",
            "name": "BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE"
        },
        {
            "codepoint": "2563",
            "name": "BOX DRAWINGS DOUBLE VERTICAL AND LEFT"
        },
        {
            "codepoint": "2564",
            "name": "BOX DRAWINGS DOWN SINGLE AND HORIZONTAL DOUBLE"
        },
        {
            "codepoint": "2565",
            "name": "BOX DRAWINGS DOWN DOUBLE AND HORIZONTAL SINGLE"
        },
        {
            "codepoint": "2566",
            "name": "BOX DRAWINGS DOUBLE DOWN AND HORIZONTAL"
        },
        {
            "codepoint": "2567",
            "name": "BOX DRAWINGS UP SINGLE AND HORIZONTAL DOUBLE"
        },
        {
            "codepoint": "2568",
            "name": "BOX DRAWINGS UP DOUBLE AND HORIZONTAL SINGLE"
        },
        {
            "codepoint": "2569",
            "name": "BOX DRAWINGS DOUBLE UP AND HORIZONTAL"
        },
        {
            "codepoint": "256A",
            "name": "BOX DRAWINGS VERTICAL SINGLE AND HORIZONTAL DOUBLE"
        },
        {
            "codepoint": "256B",
            "name": "BOX DRAWINGS VERTICAL DOUBLE AND HORIZONTAL SINGLE"
        },
        {
            "codepoint": "256C",
            "name": "BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL"
        },
        {
            "codepoint": "256D",
            "name": "BOX DRAWINGS LIGHT ARC DOWN AND RIGHT"
        },
        {
            "codepoint": "256E",
            "name": "BOX DRAWINGS LIGHT ARC DOWN AND LEFT"
        },
        {
            "codepoint": "256F",
            "name": "BOX DRAWINGS LIGHT ARC UP AND LEFT"
        },
        {
            "codepoint": "2570",
            "name": "BOX DRAWINGS LIGHT ARC UP AND RIGHT"
        },
        {
            "codepoint": "2571",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER LEFT",
            "comments": [
                "not intended for mathematical symbol \\diagup"
            ],
            "crossReferences": [
                "(solidus - 002F)",
                "(fraction slash - 2044)",
                "(division slash - 2215)"
            ]
        },
        {
            "codepoint": "2572",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER RIGHT",
            "comments": [
                "not intended for mathematical symbol \\diagdown"
            ],
            "crossReferences": [
                "(reverse solidus - 005C)",
                "(set minus - 2216)",
                "(reverse solidus operator - 29F5)"
            ]
        },
        {
            "codepoint": "2573",
            "name": "BOX DRAWINGS LIGHT DIAGONAL CROSS",
            "crossReferences": [
                "(saltire - 2613)",
                "(multiplication x - 2715)"
            ]
        },
        {
            "codepoint": "2574",
            "name": "BOX DRAWINGS LIGHT LEFT"
        },
        {
            "codepoint": "2575",
            "name": "BOX DRAWINGS LIGHT UP"
        },
        {
            "codepoint": "2576",
            "name": "BOX DRAWINGS LIGHT RIGHT"
        },
        {
            "codepoint": "2577",
            "name": "BOX DRAWINGS LIGHT DOWN"
        },
        {
            "codepoint": "2578",
            "name": "BOX DRAWINGS HEAVY LEFT"
        },
        {
            "codepoint": "2579",
            "name": "BOX DRAWINGS HEAVY UP"
        },
        {
            "codepoint": "257A",
            "name": "BOX DRAWINGS HEAVY RIGHT"
        },
        {
            "codepoint": "257B",
            "name": "BOX DRAWINGS HEAVY DOWN"
        },
        {
            "codepoint": "257C",
            "name": "BOX DRAWINGS LIGHT LEFT AND HEAVY RIGHT"
        },
        {
            "codepoint": "257D",
            "name": "BOX DRAWINGS LIGHT UP AND HEAVY DOWN"
        },
        {
            "codepoint": "257E",
            "name": "BOX DRAWINGS HEAVY LEFT AND LIGHT RIGHT"
        },
        {
            "codepoint": "257F",
            "name": "BOX DRAWINGS HEAVY UP AND LIGHT DOWN"
        },
        {
            "codepoint": "2580",
            "name": "UPPER HALF BLOCK"
        },
        {
            "codepoint": "2581",
            "name": "LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "2582",
            "name": "LOWER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "2583",
            "name": "LOWER THREE EIGHTHS BLOCK"
        },
        {
            "codepoint": "2584",
            "name": "LOWER HALF BLOCK"
        },
        {
            "codepoint": "2585",
            "name": "LOWER FIVE EIGHTHS BLOCK"
        },
        {
            "codepoint": "2586",
            "name": "LOWER THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "2587",
            "name": "LOWER SEVEN EIGHTHS BLOCK"
        },
        {
            "codepoint": "2588",
            "name": "FULL BLOCK",
            "aliases": [
                "solid"
            ],
            "crossReferences": [
                "(black square - 25A0)"
            ]
        },
        {
            "codepoint": "2589",
            "name": "LEFT SEVEN EIGHTHS BLOCK"
        },
        {
            "codepoint": "258A",
            "name": "LEFT THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "258B",
            "name": "LEFT FIVE EIGHTHS BLOCK"
        },
        {
            "codepoint": "258C",
            "name": "LEFT HALF BLOCK"
        },
        {
            "codepoint": "258D",
            "name": "LEFT THREE EIGHTHS BLOCK"
        },
        {
            "codepoint": "258E",
            "name": "LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "258F",
            "name": "LEFT ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "2590",
            "name": "RIGHT HALF BLOCK"
        },
        {
            "codepoint": "2591",
            "name": "LIGHT SHADE",
            "comments": [
                "25%"
            ]
        },
        {
            "codepoint": "2592",
            "name": "MEDIUM SHADE",
            "aliases": [
                "speckles fill, dotted fill"
            ],
            "comments": [
                "50%",
                "used in mapping to cp949"
            ],
            "crossReferences": [
                "(inverse medium shade - 1FB90)"
            ]
        },
        {
            "codepoint": "2593",
            "name": "DARK SHADE",
            "comments": [
                "75%"
            ]
        },
        {
            "codepoint": "2594",
            "name": "UPPER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "2595",
            "name": "RIGHT ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "2596",
            "name": "QUADRANT LOWER LEFT"
        },
        {
            "codepoint": "2597",
            "name": "QUADRANT LOWER RIGHT"
        },
        {
            "codepoint": "2598",
            "name": "QUADRANT UPPER LEFT"
        },
        {
            "codepoint": "2599",
            "name": "QUADRANT UPPER LEFT AND LOWER LEFT AND LOWER RIGHT"
        },
        {
            "codepoint": "259A",
            "name": "QUADRANT UPPER LEFT AND LOWER RIGHT",
            "crossReferences": [
                "(reverse checker board - 1F67F)",
                "(checker board fill - 1FB95)"
            ]
        },
        {
            "codepoint": "259B",
            "name": "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER LEFT"
        },
        {
            "codepoint": "259C",
            "name": "QUADRANT UPPER LEFT AND UPPER RIGHT AND LOWER RIGHT"
        },
        {
            "codepoint": "259D",
            "name": "QUADRANT UPPER RIGHT"
        },
        {
            "codepoint": "259E",
            "name": "QUADRANT UPPER RIGHT AND LOWER LEFT",
            "crossReferences": [
                "(checker board - 1F67E)",
                "(inverse checker board fill - 1FB96)"
            ]
        },
        {
            "codepoint": "259F",
            "name": "QUADRANT UPPER RIGHT AND LOWER LEFT AND LOWER RIGHT"
        },
        {
            "codepoint": "25A0",
            "name": "BLACK SQUARE",
            "aliases": [
                "moding mark (in ideographic text)"
            ],
            "crossReferences": [
                "(full block - 2588)",
                "(black large square - 2B1B)"
            ]
        },
        {
            "codepoint": "25A1",
            "name": "WHITE SQUARE",
            "aliases": [
                "quadrature",
                "alchemical symbol for salt"
            ],
            "comments": [
                "used in astrological contexts for aspect square",
                "may be used to represent a missing ideograph"
            ],
            "crossReferences": [
                "(combining enclosing square - 20DE)",
                "(white medium square - 25FB)",
                "(ballot box - 2610)",
                "(white large square - 2B1C)",
                "(geta mark - 3013)"
            ]
        },
        {
            "codepoint": "25A2",
            "name": "WHITE SQUARE WITH ROUNDED CORNERS"
        },
        {
            "codepoint": "25A3",
            "name": "WHITE SQUARE CONTAINING BLACK SMALL SQUARE"
        },
        {
            "codepoint": "25A4",
            "name": "SQUARE WITH HORIZONTAL FILL"
        },
        {
            "codepoint": "25A5",
            "name": "SQUARE WITH VERTICAL FILL"
        },
        {
            "codepoint": "25A6",
            "name": "SQUARE WITH ORTHOGONAL CROSSHATCH FILL"
        },
        {
            "codepoint": "25A7",
            "name": "SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL",
            "crossReferences": [
                "(upper left to lower right fill - 1FB98)"
            ]
        },
        {
            "codepoint": "25A8",
            "name": "SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL",
            "crossReferences": [
                "(upper right to lower left fill - 1FB99)"
            ]
        },
        {
            "codepoint": "25A9",
            "name": "SQUARE WITH DIAGONAL CROSSHATCH FILL"
        },
        {
            "codepoint": "25AA",
            "name": "BLACK SMALL SQUARE",
            "aliases": [
                "square bullet"
            ],
            "crossReferences": [
                "(black very small square - 2B1D)"
            ]
        },
        {
            "codepoint": "25AB",
            "name": "WHITE SMALL SQUARE",
            "crossReferences": [
                "(white very small square - 2B1E)"
            ]
        },
        {
            "codepoint": "25AC",
            "name": "BLACK RECTANGLE"
        },
        {
            "codepoint": "25AD",
            "name": "WHITE RECTANGLE"
        },
        {
            "codepoint": "25AE",
            "name": "BLACK VERTICAL RECTANGLE",
            "aliases": [
                "histogram marker"
            ],
            "crossReferences": [
                "(end of proof - 220E)"
            ]
        },
        {
            "codepoint": "25AF",
            "name": "WHITE VERTICAL RECTANGLE",
            "crossReferences": [
                "(apl functional symbol squish quad - 2337)",
                "(apl functional symbol quad - 2395)"
            ]
        },
        {
            "codepoint": "25B0",
            "name": "BLACK PARALLELOGRAM"
        },
        {
            "codepoint": "25B1",
            "name": "WHITE PARALLELOGRAM"
        },
        {
            "codepoint": "25B2",
            "name": "BLACK UP-POINTING TRIANGLE",
            "crossReferences": [
                "(black medium up-pointing triangle - 23F6)",
                "(black medium up-pointing triangle centred - 2BC5)",
                "(up-pointing red triangle - 1F53A)"
            ]
        },
        {
            "codepoint": "25B3",
            "name": "WHITE UP-POINTING TRIANGLE",
            "aliases": [
                "trine"
            ],
            "crossReferences": [
                "(combining enclosing upward pointing triangle - 20E4)",
                "(increment - 2206)",
                "(triangle with rounded corners - 1F6C6)",
                "(alchemical symbol for fire - 1F702)"
            ]
        },
        {
            "codepoint": "25B4",
            "name": "BLACK UP-POINTING SMALL TRIANGLE",
            "crossReferences": [
                "(up-pointing small red triangle - 1F53C)"
            ]
        },
        {
            "codepoint": "25B5",
            "name": "WHITE UP-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "25B6",
            "name": "BLACK RIGHT-POINTING TRIANGLE",
            "crossReferences": [
                "(black medium right-pointing triangle - 23F5)",
                "(black medium right-pointing triangle centred - 2BC8)"
            ]
        },
        {
            "codepoint": "25B7",
            "name": "WHITE RIGHT-POINTING TRIANGLE",
            "aliases": [
                "z notation range restriction"
            ]
        },
        {
            "codepoint": "25B8",
            "name": "BLACK RIGHT-POINTING SMALL TRIANGLE",
            "crossReferences": [
                "(triangular bullet - 2023)"
            ]
        },
        {
            "codepoint": "25B9",
            "name": "WHITE RIGHT-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "25BA",
            "name": "BLACK RIGHT-POINTING POINTER"
        },
        {
            "codepoint": "25BB",
            "name": "WHITE RIGHT-POINTING POINTER",
            "aliases": [
                "forward arrow indicator"
            ],
            "crossReferences": [
                "(contains as normal subgroup - 22B3)"
            ]
        },
        {
            "codepoint": "25BC",
            "name": "BLACK DOWN-POINTING TRIANGLE",
            "crossReferences": [
                "(black medium down-pointing triangle - 23F7)",
                "(black medium down-pointing triangle centred - 2BC6)",
                "(down-pointing red triangle - 1F53B)"
            ]
        },
        {
            "codepoint": "25BD",
            "name": "WHITE DOWN-POINTING TRIANGLE",
            "aliases": [
                "Hamilton operator"
            ],
            "crossReferences": [
                "(nabla - 2207)",
                "(heavy white down-pointing triangle - 26DB)",
                "(alchemical symbol for water - 1F704)"
            ]
        },
        {
            "codepoint": "25BE",
            "name": "BLACK DOWN-POINTING SMALL TRIANGLE",
            "crossReferences": [
                "(down-pointing small red triangle - 1F53D)"
            ]
        },
        {
            "codepoint": "25BF",
            "name": "WHITE DOWN-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "25C0",
            "name": "BLACK LEFT-POINTING TRIANGLE",
            "crossReferences": [
                "(black medium left-pointing triangle - 23F4)",
                "(black medium left-pointing triangle centred - 2BC7)"
            ]
        },
        {
            "codepoint": "25C1",
            "name": "WHITE LEFT-POINTING TRIANGLE",
            "aliases": [
                "z notation domain restriction"
            ]
        },
        {
            "codepoint": "25C2",
            "name": "BLACK LEFT-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "25C3",
            "name": "WHITE LEFT-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "25C4",
            "name": "BLACK LEFT-POINTING POINTER"
        },
        {
            "codepoint": "25C5",
            "name": "WHITE LEFT-POINTING POINTER",
            "aliases": [
                "backward arrow indicator"
            ],
            "crossReferences": [
                "(normal subgroup of - 22B2)"
            ]
        },
        {
            "codepoint": "25C6",
            "name": "BLACK DIAMOND",
            "crossReferences": [
                "(black diamond suit - 2666)",
                "(black medium diamond - 2B25)",
                "(large orange diamond - 1F536)"
            ]
        },
        {
            "codepoint": "25C7",
            "name": "WHITE DIAMOND",
            "crossReferences": [
                "(combining enclosing diamond - 20DF)",
                "(diamond operator - 22C4)",
                "(white diamond suit - 2662)",
                "(white concave-sided diamond - 27E1)",
                "(white medium diamond - 2B26)",
                "(alchemical symbol for soap - 1F754)",
                "(box drawings light diagonal diamond - 1FBAE)"
            ]
        },
        {
            "codepoint": "25C8",
            "name": "WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND"
        },
        {
            "codepoint": "25C9",
            "name": "FISHEYE",
            "aliases": [
                "tainome (Japanese, a kind of bullet)"
            ]
        },
        {
            "codepoint": "25CA",
            "name": "LOZENGE",
            "crossReferences": [
                "(white diamond suit - 2662)"
            ]
        },
        {
            "codepoint": "25CB",
            "name": "WHITE CIRCLE",
            "crossReferences": [
                "(combining enclosing circle - 20DD)",
                "(large circle - 25EF)",
                "(heavy circle - 2B58)",
                "(ideographic number zero - 3007)",
                "(full moon symbol - 1F315)"
            ]
        },
        {
            "codepoint": "25CC",
            "name": "DOTTED CIRCLE",
            "comments": [
                "note that the reference glyph for this character is intentionally larger than the dotted circle glyph used to indicate combining characters in this standard; see, for example, 0300"
            ]
        },
        {
            "codepoint": "25CD",
            "name": "CIRCLE WITH VERTICAL FILL"
        },
        {
            "codepoint": "25CE",
            "name": "BULLSEYE",
            "crossReferences": [
                "(circled ring operator - 229A)",
                "(heavy circle with circle inside - 2B57)",
                "(direct hit - 1F3AF)",
                "(round target - 1F78B)"
            ]
        },
        {
            "codepoint": "25CF",
            "name": "BLACK CIRCLE",
            "crossReferences": [
                "(black large circle - 2B24)",
                "(new moon symbol - 1F311)",
                "(large red circle - 1F534)"
            ]
        },
        {
            "codepoint": "25D0",
            "name": "CIRCLE WITH LEFT HALF BLACK",
            "crossReferences": [
                "(first quarter moon symbol - 1F313)"
            ]
        },
        {
            "codepoint": "25D1",
            "name": "CIRCLE WITH RIGHT HALF BLACK",
            "crossReferences": [
                "(last quarter moon symbol - 1F317)"
            ]
        },
        {
            "codepoint": "25D2",
            "name": "CIRCLE WITH LOWER HALF BLACK"
        },
        {
            "codepoint": "25D3",
            "name": "CIRCLE WITH UPPER HALF BLACK"
        },
        {
            "codepoint": "25D4",
            "name": "CIRCLE WITH UPPER RIGHT QUADRANT BLACK"
        },
        {
            "codepoint": "25D5",
            "name": "CIRCLE WITH ALL BUT UPPER LEFT QUADRANT BLACK"
        },
        {
            "codepoint": "25D6",
            "name": "LEFT HALF BLACK CIRCLE"
        },
        {
            "codepoint": "25D7",
            "name": "RIGHT HALF BLACK CIRCLE"
        },
        {
            "codepoint": "25D8",
            "name": "INVERSE BULLET",
            "crossReferences": [
                "(bullet - 2022)",
                "(white bullet - 25E6)"
            ]
        },
        {
            "codepoint": "25D9",
            "name": "INVERSE WHITE CIRCLE"
        },
        {
            "codepoint": "25DA",
            "name": "UPPER HALF INVERSE WHITE CIRCLE"
        },
        {
            "codepoint": "25DB",
            "name": "LOWER HALF INVERSE WHITE CIRCLE"
        },
        {
            "codepoint": "25DC",
            "name": "UPPER LEFT QUADRANT CIRCULAR ARC"
        },
        {
            "codepoint": "25DD",
            "name": "UPPER RIGHT QUADRANT CIRCULAR ARC"
        },
        {
            "codepoint": "25DE",
            "name": "LOWER RIGHT QUADRANT CIRCULAR ARC"
        },
        {
            "codepoint": "25DF",
            "name": "LOWER LEFT QUADRANT CIRCULAR ARC"
        },
        {
            "codepoint": "25E0",
            "name": "UPPER HALF CIRCLE",
            "crossReferences": [
                "(arc - 2312)"
            ]
        },
        {
            "codepoint": "25E1",
            "name": "LOWER HALF CIRCLE"
        },
        {
            "codepoint": "25E2",
            "name": "BLACK LOWER RIGHT TRIANGLE",
            "crossReferences": [
                "(lower right triangular medium shade - 1FB9E)"
            ]
        },
        {
            "codepoint": "25E3",
            "name": "BLACK LOWER LEFT TRIANGLE",
            "crossReferences": [
                "(lower left triangular medium shade - 1FB9F)"
            ]
        },
        {
            "codepoint": "25E4",
            "name": "BLACK UPPER LEFT TRIANGLE",
            "crossReferences": [
                "(upper left triangular medium shade - 1FB9C)"
            ]
        },
        {
            "codepoint": "25E5",
            "name": "BLACK UPPER RIGHT TRIANGLE",
            "crossReferences": [
                "(upper right triangular medium shade - 1FB9D)"
            ]
        },
        {
            "codepoint": "25E6",
            "name": "WHITE BULLET",
            "crossReferences": [
                "(bullet - 2022)",
                "(ring operator - 2218)",
                "(inverse bullet - 25D8)"
            ]
        },
        {
            "codepoint": "25E7",
            "name": "SQUARE WITH LEFT HALF BLACK",
            "crossReferences": [
                "(square with top half black - 2B12)"
            ]
        },
        {
            "codepoint": "25E8",
            "name": "SQUARE WITH RIGHT HALF BLACK"
        },
        {
            "codepoint": "25E9",
            "name": "SQUARE WITH UPPER LEFT DIAGONAL HALF BLACK"
        },
        {
            "codepoint": "25EA",
            "name": "SQUARE WITH LOWER RIGHT DIAGONAL HALF BLACK"
        },
        {
            "codepoint": "25EB",
            "name": "WHITE SQUARE WITH VERTICAL BISECTING LINE"
        },
        {
            "codepoint": "25EC",
            "name": "WHITE UP-POINTING TRIANGLE WITH DOT"
        },
        {
            "codepoint": "25ED",
            "name": "UP-POINTING TRIANGLE WITH LEFT HALF BLACK"
        },
        {
            "codepoint": "25EE",
            "name": "UP-POINTING TRIANGLE WITH RIGHT HALF BLACK"
        },
        {
            "codepoint": "25EF",
            "name": "LARGE CIRCLE",
            "crossReferences": [
                "(combining enclosing circle - 20DD)",
                "(white circle - 25CB)",
                "(black large circle - 2B24)",
                "(heavy large circle - 2B55)",
                "(ideographic number zero - 3007)"
            ]
        },
        {
            "codepoint": "25F0",
            "name": "WHITE SQUARE WITH UPPER LEFT QUADRANT"
        },
        {
            "codepoint": "25F1",
            "name": "WHITE SQUARE WITH LOWER LEFT QUADRANT"
        },
        {
            "codepoint": "25F2",
            "name": "WHITE SQUARE WITH LOWER RIGHT QUADRANT"
        },
        {
            "codepoint": "25F3",
            "name": "WHITE SQUARE WITH UPPER RIGHT QUADRANT"
        },
        {
            "codepoint": "25F4",
            "name": "WHITE CIRCLE WITH UPPER LEFT QUADRANT"
        },
        {
            "codepoint": "25F5",
            "name": "WHITE CIRCLE WITH LOWER LEFT QUADRANT"
        },
        {
            "codepoint": "25F6",
            "name": "WHITE CIRCLE WITH LOWER RIGHT QUADRANT"
        },
        {
            "codepoint": "25F7",
            "name": "WHITE CIRCLE WITH UPPER RIGHT QUADRANT"
        },
        {
            "codepoint": "25F8",
            "name": "UPPER LEFT TRIANGLE"
        },
        {
            "codepoint": "25F9",
            "name": "UPPER RIGHT TRIANGLE"
        },
        {
            "codepoint": "25FA",
            "name": "LOWER LEFT TRIANGLE",
            "crossReferences": [
                "(right triangle - 22BF)"
            ]
        },
        {
            "codepoint": "25FB",
            "name": "WHITE MEDIUM SQUARE",
            "aliases": [
                "always (modal operator)"
            ],
            "crossReferences": [
                "(white square - 25A1)",
                "(white square with leftwards tick - 27E4)"
            ]
        },
        {
            "codepoint": "25FC",
            "name": "BLACK MEDIUM SQUARE",
            "crossReferences": [
                "(black square for stop - 23F9)",
                "(black square - 25A0)"
            ]
        },
        {
            "codepoint": "25FD",
            "name": "WHITE MEDIUM SMALL SQUARE",
            "crossReferences": [
                "(white small square - 25AB)"
            ]
        },
        {
            "codepoint": "25FE",
            "name": "BLACK MEDIUM SMALL SQUARE",
            "crossReferences": [
                "(black small square - 25AA)"
            ]
        },
        {
            "codepoint": "25FF",
            "name": "LOWER RIGHT TRIANGLE",
            "crossReferences": [
                "(right triangle - 22BF)"
            ]
        },
        {
            "codepoint": "2600",
            "name": "BLACK SUN WITH RAYS",
            "aliases": [
                "clear weather"
            ],
            "crossReferences": [
                "(sun - 2609)",
                "(high brightness symbol - 1F506)"
            ]
        },
        {
            "codepoint": "2601",
            "name": "CLOUD",
            "aliases": [
                "cloudy weather"
            ]
        },
        {
            "codepoint": "2602",
            "name": "UMBRELLA",
            "aliases": [
                "rainy weather"
            ],
            "crossReferences": [
                "(closed umbrella - 1F302)",
                "(cloud with rain - 1F327)"
            ]
        },
        {
            "codepoint": "2603",
            "name": "SNOWMAN",
            "aliases": [
                "snowy weather"
            ]
        },
        {
            "codepoint": "2604",
            "name": "COMET"
        },
        {
            "codepoint": "2605",
            "name": "BLACK STAR",
            "crossReferences": [
                "(star operator - 22C6)",
                "(black small star - 2B51)",
                "(left half black star - 2BE8)",
                "(light five pointed black star - 1F7C9)"
            ]
        },
        {
            "codepoint": "2606",
            "name": "WHITE STAR",
            "crossReferences": [
                "(stress outlined white star - 2729)",
                "(white medium star - 2B50)",
                "(glowing star - 1F31F)"
            ]
        },
        {
            "codepoint": "2607",
            "name": "LIGHTNING"
        },
        {
            "codepoint": "2608",
            "name": "THUNDERSTORM"
        },
        {
            "codepoint": "2609",
            "name": "SUN",
            "aliases": [
                "alchemical symbol for gold"
            ],
            "crossReferences": [
                "(circled dot operator - 2299)",
                "(black sun with rays - 2600)",
                "(white sun with rays - 263C)",
                "(sun with face - 1F31E)"
            ]
        },
        {
            "codepoint": "260A",
            "name": "ASCENDING NODE",
            "aliases": [
                "alchemical symbol for sublimation"
            ],
            "crossReferences": [
                "(alchemical symbol for sublimation - 1F75E)"
            ]
        },
        {
            "codepoint": "260B",
            "name": "DESCENDING NODE",
            "aliases": [
                "alchemical symbol for purify"
            ],
            "crossReferences": [
                "(alchemical symbol for purify - 1F763)"
            ]
        },
        {
            "codepoint": "260C",
            "name": "CONJUNCTION",
            "aliases": [
                "alchemical symbol for day"
            ],
            "crossReferences": [
                "(occultation - 1F775)"
            ]
        },
        {
            "codepoint": "260D",
            "name": "OPPOSITION",
            "crossReferences": [
                "(lunar eclipse - 1F776)"
            ]
        },
        {
            "codepoint": "260E",
            "name": "BLACK TELEPHONE",
            "crossReferences": [
                "(telephone sign - 2121)",
                "(telephone location sign - 2706)",
                "(telephone receiver - 1F4DE)",
                "(black touchtone telephone - 1F57F)"
            ]
        },
        {
            "codepoint": "260F",
            "name": "WHITE TELEPHONE",
            "crossReferences": [
                "(white touchtone telephone - 1F57E)"
            ]
        },
        {
            "codepoint": "2610",
            "name": "BALLOT BOX",
            "crossReferences": [
                "(white square - 25A1)"
            ]
        },
        {
            "codepoint": "2611",
            "name": "BALLOT BOX WITH CHECK",
            "crossReferences": [
                "(ballot box with bold check - 1F5F9)"
            ]
        },
        {
            "codepoint": "2612",
            "name": "BALLOT BOX WITH X",
            "crossReferences": [
                "(squared times - 22A0)",
                "(x in a rectangle box - 2327)",
                "(ballot box with light x - 2BBD)",
                "(ballot box with ballot - 1F5F3)",
                "(ballot box with script x - 1F5F5)"
            ]
        },
        {
            "codepoint": "2613",
            "name": "SALTIRE",
            "aliases": [
                "St. Andrew's Cross"
            ],
            "crossReferences": [
                "(ballot x - 2717)",
                "(light saltire - 1F7A9)"
            ]
        },
        {
            "codepoint": "2614",
            "name": "UMBRELLA WITH RAIN DROPS",
            "aliases": [
                "showery weather"
            ]
        },
        {
            "codepoint": "2615",
            "name": "HOT BEVERAGE",
            "aliases": [
                "tea or coffee, depending on locale"
            ],
            "comments": [
                "can be used to indicate a wait"
            ],
            "crossReferences": [
                "(watch - 231A)",
                "(hourglass - 231B)",
                "(teacup without handle - 1F375)"
            ]
        },
        {
            "codepoint": "2616",
            "name": "WHITE SHOGI PIECE"
        },
        {
            "codepoint": "2617",
            "name": "BLACK SHOGI PIECE"
        },
        {
            "codepoint": "2618",
            "name": "SHAMROCK",
            "crossReferences": [
                "(four leaf clover - 1F340)"
            ]
        },
        {
            "codepoint": "2619",
            "name": "REVERSED ROTATED FLORAL HEART BULLET",
            "comments": [
                "a binding signature mark"
            ],
            "crossReferences": [
                "(rotated floral heart bullet - 2767)",
                "(south west pointing vine leaf - 1F659)"
            ]
        },
        {
            "codepoint": "261A",
            "name": "BLACK LEFT POINTING INDEX"
        },
        {
            "codepoint": "261B",
            "name": "BLACK RIGHT POINTING INDEX"
        },
        {
            "codepoint": "261C",
            "name": "WHITE LEFT POINTING INDEX",
            "crossReferences": [
                "(white left pointing backhand index - 1F448)",
                "(sideways white left pointing index - 1F598)"
            ]
        },
        {
            "codepoint": "261D",
            "name": "WHITE UP POINTING INDEX",
            "crossReferences": [
                "(sideways white up pointing index - 1F59E)"
            ]
        },
        {
            "codepoint": "261E",
            "name": "WHITE RIGHT POINTING INDEX",
            "aliases": [
                "fist (typographic term)"
            ],
            "crossReferences": [
                "(sideways white right pointing index - 1F599)",
                "(left third white right pointing index - 1FBC1)"
            ]
        },
        {
            "codepoint": "261F",
            "name": "WHITE DOWN POINTING INDEX",
            "crossReferences": [
                "(white down pointing left hand index - 1F597)",
                "(sideways white down pointing index - 1F59F)"
            ]
        },
        {
            "codepoint": "2620",
            "name": "SKULL AND CROSSBONES",
            "aliases": [
                "poison"
            ],
            "crossReferences": [
                "(black skull and crossbones - 1F571)"
            ]
        },
        {
            "codepoint": "2621",
            "name": "CAUTION SIGN"
        },
        {
            "codepoint": "2622",
            "name": "RADIOACTIVE SIGN"
        },
        {
            "codepoint": "2623",
            "name": "BIOHAZARD SIGN"
        },
        {
            "codepoint": "2624",
            "name": "CADUCEUS",
            "crossReferences": [
                "(staff of aesculapius - 2695)",
                "(alchemical symbol for caduceus - 1F750)"
            ]
        },
        {
            "codepoint": "2625",
            "name": "ANKH"
        },
        {
            "codepoint": "2626",
            "name": "ORTHODOX CROSS"
        },
        {
            "codepoint": "2627",
            "name": "CHI RHO",
            "aliases": [
                "Constantine's cross, Christogram"
            ],
            "crossReferences": [
                "(coptic symbol khi ro - 2CE9)"
            ]
        },
        {
            "codepoint": "2628",
            "name": "CROSS OF LORRAINE"
        },
        {
            "codepoint": "2629",
            "name": "CROSS OF JERUSALEM",
            "aliases": [
                "simple cross potent"
            ],
            "comments": [
                "contrasts with the actual cross of Jerusalem, which adds a small crosslet at each corner"
            ],
            "crossReferences": [
                "(alchemical symbol for vinegar - 1F70A)"
            ]
        },
        {
            "codepoint": "262A",
            "name": "STAR AND CRESCENT"
        },
        {
            "codepoint": "262B",
            "name": "FARSI SYMBOL",
            "aliases": [
                "symbol of iran (1.0)"
            ]
        },
        {
            "codepoint": "262C",
            "name": "ADI SHAKTI",
            "aliases": [
                "khanda"
            ],
            "comments": [
                "Sikh religious symbol"
            ],
            "crossReferences": [
                "(khanda - 1FAAF)"
            ]
        },
        {
            "codepoint": "262D",
            "name": "HAMMER AND SICKLE"
        },
        {
            "codepoint": "262E",
            "name": "PEACE SYMBOL"
        },
        {
            "codepoint": "262F",
            "name": "YIN YANG",
            "crossReferences": [
                "(tibetan symbol nor bu nyis -khyil - 0FCA)"
            ]
        },
        {
            "codepoint": "2630",
            "name": "TRIGRAM FOR HEAVEN",
            "aliases": [
                "qian2"
            ]
        },
        {
            "codepoint": "2631",
            "name": "TRIGRAM FOR LAKE",
            "aliases": [
                "dui4"
            ]
        },
        {
            "codepoint": "2632",
            "name": "TRIGRAM FOR FIRE",
            "aliases": [
                "li2"
            ]
        },
        {
            "codepoint": "2633",
            "name": "TRIGRAM FOR THUNDER",
            "aliases": [
                "zhen4"
            ]
        },
        {
            "codepoint": "2634",
            "name": "TRIGRAM FOR WIND",
            "aliases": [
                "xun4"
            ]
        },
        {
            "codepoint": "2635",
            "name": "TRIGRAM FOR WATER",
            "aliases": [
                "kan3"
            ]
        },
        {
            "codepoint": "2636",
            "name": "TRIGRAM FOR MOUNTAIN",
            "aliases": [
                "gen4"
            ]
        },
        {
            "codepoint": "2637",
            "name": "TRIGRAM FOR EARTH",
            "aliases": [
                "kun1"
            ]
        },
        {
            "codepoint": "2638",
            "name": "WHEEL OF DHARMA",
            "crossReferences": [
                "(helm symbol - 2388)"
            ]
        },
        {
            "codepoint": "2639",
            "name": "WHITE FROWNING FACE",
            "crossReferences": [
                "(slightly frowning face - 1F641)"
            ]
        },
        {
            "codepoint": "263A",
            "name": "WHITE SMILING FACE",
            "crossReferences": [
                "(slightly smiling face - 1F642)"
            ],
            "aliases": [
                "have a nice day!"
            ]
        },
        {
            "codepoint": "263B",
            "name": "BLACK SMILING FACE"
        },
        {
            "codepoint": "263C",
            "name": "WHITE SUN WITH RAYS",
            "aliases": [
                "compass"
            ],
            "crossReferences": [
                "(sun - 2609)",
                "(sun with face - 1F31E)",
                "(white sun - 1F323)",
                "(high brightness symbol - 1F506)"
            ]
        },
        {
            "codepoint": "263D",
            "name": "FIRST QUARTER MOON",
            "aliases": [
                "alchemical symbol for silver"
            ],
            "crossReferences": [
                "(first quarter moon symbol - 1F313)"
            ]
        },
        {
            "codepoint": "263E",
            "name": "LAST QUARTER MOON",
            "aliases": [
                "alchemical symbol for silver"
            ],
            "crossReferences": [
                "(power sleep symbol - 23FE)",
                "(last quarter moon symbol - 1F317)",
                "(crescent moon - 1F319)"
            ]
        },
        {
            "codepoint": "263F",
            "name": "MERCURY",
            "aliases": [
                "alchemical symbol for quicksilver",
                "intersexuality"
            ]
        },
        {
            "codepoint": "2640",
            "name": "FEMALE SIGN",
            "aliases": [
                "Venus",
                "alchemical symbol for copper"
            ],
            "crossReferences": [
                "(woman - 1F469)",
                "(womens symbol - 1F6BA)"
            ]
        },
        {
            "codepoint": "2641",
            "name": "EARTH",
            "aliases": [
                "alchemical symbol for antimony"
            ],
            "crossReferences": [
                "(alchemical symbol for verdigris - 1F728)"
            ]
        },
        {
            "codepoint": "2642",
            "name": "MALE SIGN",
            "aliases": [
                "Mars",
                "alchemical symbol for iron"
            ],
            "crossReferences": [
                "(passed symbol - 2BFD)",
                "(man - 1F468)",
                "(mens symbol - 1F6B9)"
            ]
        },
        {
            "codepoint": "2643",
            "name": "JUPITER",
            "aliases": [
                "alchemical symbol for tin"
            ]
        },
        {
            "codepoint": "2644",
            "name": "SATURN",
            "aliases": [
                "alchemical symbol for lead"
            ]
        },
        {
            "codepoint": "2645",
            "name": "URANUS",
            "crossReferences": [
                "(astronomical symbol for uranus - 26E2)"
            ]
        },
        {
            "codepoint": "2646",
            "name": "NEPTUNE",
            "aliases": [
                "alchemical symbol for bismuth/tinglass"
            ],
            "crossReferences": [
                "(neptune form two - 2BC9)"
            ]
        },
        {
            "codepoint": "2647",
            "name": "PLUTO",
            "crossReferences": [
                "(pluto form two - 2BD3)"
            ]
        },
        {
            "codepoint": "2648",
            "name": "ARIES",
            "crossReferences": [
                "(ram - 1F40F)"
            ]
        },
        {
            "codepoint": "2649",
            "name": "TAURUS"
        },
        {
            "codepoint": "264A",
            "name": "GEMINI"
        },
        {
            "codepoint": "264B",
            "name": "CANCER",
            "crossReferences": [
                "(crab - 1F980)"
            ]
        },
        {
            "codepoint": "264C",
            "name": "LEO",
            "crossReferences": [
                "(lion face - 1F981)"
            ]
        },
        {
            "codepoint": "264D",
            "name": "VIRGO",
            "aliases": [
                "minim (alternate glyph)"
            ]
        },
        {
            "codepoint": "264E",
            "name": "LIBRA",
            "crossReferences": [
                "(scales - 2696)",
                "(alchemical symbol for sublimation - 1F75E)"
            ]
        },
        {
            "codepoint": "264F",
            "name": "SCORPIUS",
            "aliases": [
                "Scorpio",
                "minim, drop"
            ],
            "crossReferences": [
                "(scorpion - 1F982)"
            ]
        },
        {
            "codepoint": "2650",
            "name": "SAGITTARIUS",
            "crossReferences": [
                "(bow and arrow - 1F3F9)"
            ]
        },
        {
            "codepoint": "2651",
            "name": "CAPRICORN"
        },
        {
            "codepoint": "2652",
            "name": "AQUARIUS",
            "crossReferences": [
                "(amphora - 1F3FA)"
            ]
        },
        {
            "codepoint": "2653",
            "name": "PISCES"
        },
        {
            "codepoint": "2654",
            "name": "WHITE CHESS KING"
        },
        {
            "codepoint": "2655",
            "name": "WHITE CHESS QUEEN"
        },
        {
            "codepoint": "2656",
            "name": "WHITE CHESS ROOK"
        },
        {
            "codepoint": "2657",
            "name": "WHITE CHESS BISHOP"
        },
        {
            "codepoint": "2658",
            "name": "WHITE CHESS KNIGHT"
        },
        {
            "codepoint": "2659",
            "name": "WHITE CHESS PAWN"
        },
        {
            "codepoint": "265A",
            "name": "BLACK CHESS KING"
        },
        {
            "codepoint": "265B",
            "name": "BLACK CHESS QUEEN"
        },
        {
            "codepoint": "265C",
            "name": "BLACK CHESS ROOK"
        },
        {
            "codepoint": "265D",
            "name": "BLACK CHESS BISHOP"
        },
        {
            "codepoint": "265E",
            "name": "BLACK CHESS KNIGHT"
        },
        {
            "codepoint": "265F",
            "name": "BLACK CHESS PAWN"
        },
        {
            "codepoint": "2660",
            "name": "BLACK SPADE SUIT"
        },
        {
            "codepoint": "2661",
            "name": "WHITE HEART SUIT"
        },
        {
            "codepoint": "2662",
            "name": "WHITE DIAMOND SUIT",
            "crossReferences": [
                "(white diamond - 25C7)",
                "(lozenge - 25CA)"
            ]
        },
        {
            "codepoint": "2663",
            "name": "BLACK CLUB SUIT",
            "crossReferences": [
                "(shamrock - 2618)"
            ]
        },
        {
            "codepoint": "2664",
            "name": "WHITE SPADE SUIT"
        },
        {
            "codepoint": "2665",
            "name": "BLACK HEART SUIT",
            "aliases": [
                "valentine"
            ],
            "crossReferences": [
                "(heavy black heart - 2764)",
                "(heart with tip on the left - 1F394)",
                "(blue heart - 1F499)",
                "(black heart - 1F5A4)"
            ]
        },
        {
            "codepoint": "2666",
            "name": "BLACK DIAMOND SUIT",
            "crossReferences": [
                "(black diamond - 25C6)"
            ]
        },
        {
            "codepoint": "2667",
            "name": "WHITE CLUB SUIT"
        },
        {
            "codepoint": "2668",
            "name": "HOT SPRINGS"
        },
        {
            "codepoint": "2669",
            "name": "QUARTER NOTE",
            "aliases": [
                "crotchet"
            ],
            "crossReferences": [
                "(musical symbol quarter note - 1D15F)"
            ]
        },
        {
            "codepoint": "266A",
            "name": "EIGHTH NOTE",
            "aliases": [
                "quaver"
            ],
            "crossReferences": [
                "(musical symbol eighth note - 1D160)",
                "(musical note - 1F3B5)"
            ]
        },
        {
            "codepoint": "266B",
            "name": "BEAMED EIGHTH NOTES",
            "aliases": [
                "beamed quavers"
            ],
            "crossReferences": [
                "(beamed descending musical notes - 1F39D)",
                "(multiple musical notes - 1F3B6)"
            ]
        },
        {
            "codepoint": "266C",
            "name": "BEAMED SIXTEENTH NOTES",
            "aliases": [
                "beamed semiquavers"
            ]
        },
        {
            "codepoint": "266D",
            "name": "MUSIC FLAT SIGN"
        },
        {
            "codepoint": "266E",
            "name": "MUSIC NATURAL SIGN"
        },
        {
            "codepoint": "266F",
            "name": "MUSIC SHARP SIGN",
            "aliases": [
                "z notation infix bag count"
            ],
            "crossReferences": [
                "(number sign - 0023)"
            ]
        },
        {
            "codepoint": "2670",
            "name": "WEST SYRIAC CROSS"
        },
        {
            "codepoint": "2671",
            "name": "EAST SYRIAC CROSS"
        },
        {
            "codepoint": "2672",
            "name": "UNIVERSAL RECYCLING SYMBOL",
            "comments": [
                "used as generic symbol for recycling or to indicate that material is recyclable"
            ]
        },
        {
            "codepoint": "2673",
            "name": "RECYCLING SYMBOL FOR TYPE-1 PLASTICS",
            "comments": [
                "polyethylene terephthalate"
            ]
        },
        {
            "codepoint": "2674",
            "name": "RECYCLING SYMBOL FOR TYPE-2 PLASTICS",
            "comments": [
                "high density polyethylene"
            ]
        },
        {
            "codepoint": "2675",
            "name": "RECYCLING SYMBOL FOR TYPE-3 PLASTICS",
            "comments": [
                "vinyl, polyvinyl chloride"
            ]
        },
        {
            "codepoint": "2676",
            "name": "RECYCLING SYMBOL FOR TYPE-4 PLASTICS",
            "comments": [
                "low density polyethylene"
            ]
        },
        {
            "codepoint": "2677",
            "name": "RECYCLING SYMBOL FOR TYPE-5 PLASTICS",
            "comments": [
                "polypropylene"
            ]
        },
        {
            "codepoint": "2678",
            "name": "RECYCLING SYMBOL FOR TYPE-6 PLASTICS",
            "comments": [
                "polystyrene"
            ]
        },
        {
            "codepoint": "2679",
            "name": "RECYCLING SYMBOL FOR TYPE-7 PLASTICS",
            "comments": [
                "other plastics"
            ]
        },
        {
            "codepoint": "267A",
            "name": "RECYCLING SYMBOL FOR GENERIC MATERIALS",
            "comments": [
                "used together with other text and labels to indicate the type of material to be recycled"
            ]
        },
        {
            "codepoint": "267B",
            "name": "BLACK UNIVERSAL RECYCLING SYMBOL",
            "crossReferences": [
                "(clockwise rightwards and leftwards open circle arrows - 1F501)"
            ]
        },
        {
            "codepoint": "267C",
            "name": "RECYCLED PAPER SYMBOL",
            "comments": [
                "used to indicate 100% recycled paper content"
            ]
        },
        {
            "codepoint": "267D",
            "name": "PARTIALLY-RECYCLED PAPER SYMBOL",
            "comments": [
                "percentage of recycled paper content indicated in overlay or next to this symbol"
            ]
        },
        {
            "codepoint": "267E",
            "name": "PERMANENT PAPER SIGN",
            "aliases": [
                "non-acid paper"
            ]
        },
        {
            "codepoint": "267F",
            "name": "WHEELCHAIR SYMBOL",
            "aliases": [
                "accessible place"
            ]
        },
        {
            "codepoint": "2680",
            "name": "DIE FACE-1",
            "crossReferences": [
                "(game die - 1F3B2)"
            ]
        },
        {
            "codepoint": "2681",
            "name": "DIE FACE-2"
        },
        {
            "codepoint": "2682",
            "name": "DIE FACE-3"
        },
        {
            "codepoint": "2683",
            "name": "DIE FACE-4"
        },
        {
            "codepoint": "2684",
            "name": "DIE FACE-5"
        },
        {
            "codepoint": "2685",
            "name": "DIE FACE-6"
        },
        {
            "codepoint": "2686",
            "name": "WHITE CIRCLE WITH DOT RIGHT"
        },
        {
            "codepoint": "2687",
            "name": "WHITE CIRCLE WITH TWO DOTS",
            "crossReferences": [
                "(face without mouth - 1F636)"
            ]
        },
        {
            "codepoint": "2688",
            "name": "BLACK CIRCLE WITH WHITE DOT RIGHT"
        },
        {
            "codepoint": "2689",
            "name": "BLACK CIRCLE WITH TWO WHITE DOTS"
        },
        {
            "codepoint": "268A",
            "name": "MONOGRAM FOR YANG"
        },
        {
            "codepoint": "268B",
            "name": "MONOGRAM FOR YIN"
        },
        {
            "codepoint": "268C",
            "name": "DIGRAM FOR GREATER YANG"
        },
        {
            "codepoint": "268D",
            "name": "DIGRAM FOR LESSER YIN"
        },
        {
            "codepoint": "268E",
            "name": "DIGRAM FOR LESSER YANG"
        },
        {
            "codepoint": "268F",
            "name": "DIGRAM FOR GREATER YIN"
        },
        {
            "codepoint": "2690",
            "name": "WHITE FLAG",
            "crossReferences": [
                "(waving white flag - 1F3F3)"
            ]
        },
        {
            "codepoint": "2691",
            "name": "BLACK FLAG"
        },
        {
            "codepoint": "2692",
            "name": "HAMMER AND PICK",
            "aliases": [
                "mining, working day (in timetables)"
            ],
            "crossReferences": [
                "(pick - 26CF)",
                "(hammer and wrench - 1F6E0)"
            ]
        },
        {
            "codepoint": "2693",
            "name": "ANCHOR",
            "aliases": [
                "nautical term, harbor (on maps)"
            ]
        },
        {
            "codepoint": "2694",
            "name": "CROSSED SWORDS",
            "aliases": [
                "military term, battleground (on maps), killed in action"
            ],
            "crossReferences": [
                "(fencer - 1F93A)"
            ]
        },
        {
            "codepoint": "2695",
            "name": "STAFF OF AESCULAPIUS",
            "aliases": [
                "medical term"
            ],
            "comments": [
                "both inclined or upright renderings of this symbol are common"
            ],
            "crossReferences": [
                "(caduceus - 2624)",
                "(bowl of hygieia - 1F54F)"
            ]
        },
        {
            "codepoint": "2696",
            "name": "SCALES",
            "aliases": [
                "legal term, jurisprudence"
            ],
            "crossReferences": [
                "(libra - 264E)"
            ]
        },
        {
            "codepoint": "2697",
            "name": "ALEMBIC",
            "aliases": [
                "chemical term, chemistry"
            ],
            "crossReferences": [
                "(alchemical symbol for retort - 1F76D)"
            ]
        },
        {
            "codepoint": "2698",
            "name": "FLOWER",
            "aliases": [
                "botanical term"
            ],
            "crossReferences": [
                "(flower punctuation mark - 2055)",
                "(white florette - 2740)",
                "(tulip - 1F337)"
            ]
        },
        {
            "codepoint": "2699",
            "name": "GEAR",
            "aliases": [
                "technology, tools"
            ]
        },
        {
            "codepoint": "269A",
            "name": "STAFF OF HERMES",
            "comments": [
                "signifies a commercial term or commerce",
                "glyph shows a heraldic staff with a winged wheel"
            ]
        },
        {
            "codepoint": "269B",
            "name": "ATOM SYMBOL",
            "aliases": [
                "nuclear installation (on maps)"
            ]
        },
        {
            "codepoint": "269C",
            "name": "FLEUR-DE-LIS"
        },
        {
            "codepoint": "269D",
            "name": "OUTLINED WHITE STAR",
            "comments": [
                "alternative form of the interlaced pentagram (a symbol of Morocco)"
            ],
            "crossReferences": [
                "(right-handed interlaced pentagram - 26E5)"
            ]
        },
        {
            "codepoint": "269E",
            "name": "THREE LINES CONVERGING RIGHT",
            "aliases": [
                "someone speaking"
            ],
            "crossReferences": [
                "(three rays left - 1F5E6)"
            ]
        },
        {
            "codepoint": "269F",
            "name": "THREE LINES CONVERGING LEFT",
            "aliases": [
                "background speaking"
            ],
            "crossReferences": [
                "(three rays right - 1F5E7)"
            ]
        },
        {
            "codepoint": "26A0",
            "name": "WARNING SIGN",
            "crossReferences": [
                "(octagonal sign - 1F6D1)"
            ]
        },
        {
            "codepoint": "26A1",
            "name": "HIGH VOLTAGE SIGN",
            "aliases": [
                "thunder",
                "lightning symbol"
            ],
            "crossReferences": [
                "(lightning mood - 1F5F2)"
            ]
        },
        {
            "codepoint": "26A2",
            "name": "DOUBLED FEMALE SIGN",
            "aliases": [
                "female homosexuality"
            ],
            "crossReferences": [
                "(two women holding hands - 1F46D)"
            ]
        },
        {
            "codepoint": "26A3",
            "name": "DOUBLED MALE SIGN",
            "comments": [
                "a glyph variant has the two circles on the same line"
            ],
            "aliases": [
                "male homosexuality"
            ],
            "crossReferences": [
                "(two men holding hands - 1F46C)"
            ]
        },
        {
            "codepoint": "26A4",
            "name": "INTERLOCKED FEMALE AND MALE SIGN",
            "comments": [
                "a glyph variant has the two circles on the same line"
            ],
            "aliases": [
                "heterosexuality"
            ]
        },
        {
            "codepoint": "26A5",
            "name": "MALE AND FEMALE SIGN",
            "aliases": [
                "intersex, androgynous",
                "hermaphroditic (in botany)"
            ]
        },
        {
            "codepoint": "26A6",
            "name": "MALE WITH STROKE SIGN",
            "aliases": [
                "transgender",
                "alchemical symbol for iron or crocus of iron"
            ]
        },
        {
            "codepoint": "26A7",
            "name": "MALE WITH STROKE AND MALE AND FEMALE SIGN",
            "aliases": [
                "transgender"
            ]
        },
        {
            "codepoint": "26A8",
            "name": "VERTICAL MALE WITH STROKE SIGN",
            "aliases": [
                "alchemical symbol for iron"
            ]
        },
        {
            "codepoint": "26A9",
            "name": "HORIZONTAL MALE WITH STROKE SIGN",
            "aliases": [
                "alchemical symbol for iron"
            ]
        },
        {
            "codepoint": "26AA",
            "name": "MEDIUM WHITE CIRCLE",
            "aliases": [
                "asexuality, sexless, genderless",
                "engaged, betrothed"
            ],
            "comments": [
                "base for male or female sign"
            ],
            "crossReferences": [
                "(medium bold white circle - 1F785)"
            ]
        },
        {
            "codepoint": "26AB",
            "name": "MEDIUM BLACK CIRCLE",
            "comments": [
                "UI symbol for record function"
            ],
            "crossReferences": [
                "(black circle for record - 23FA)"
            ]
        },
        {
            "codepoint": "26AC",
            "name": "MEDIUM SMALL WHITE CIRCLE",
            "aliases": [
                "engaged, betrothed (genealogy)"
            ],
            "comments": [
                "can represent wedding ring"
            ]
        },
        {
            "codepoint": "26AD",
            "name": "MARRIAGE SYMBOL",
            "crossReferences": [
                "(infinity - 221E)",
                "(wedding - 1F492)"
            ]
        },
        {
            "codepoint": "26AE",
            "name": "DIVORCE SYMBOL",
            "crossReferences": [
                "(infinity negated with vertical bar - 29DE)",
                "(united symbol - 2BFA)"
            ]
        },
        {
            "codepoint": "26AF",
            "name": "UNMARRIED PARTNERSHIP SYMBOL",
            "crossReferences": [
                "(double-ended multimap - 29DF)",
                "(separated symbol - 2BFB)"
            ]
        },
        {
            "codepoint": "26B0",
            "name": "COFFIN",
            "aliases": [
                "buried (genealogy)"
            ],
            "crossReferences": [
                "(white rectangle - 25AD)"
            ]
        },
        {
            "codepoint": "26B1",
            "name": "FUNERAL URN",
            "aliases": [
                "cremated (genealogy)"
            ]
        },
        {
            "codepoint": "26B2",
            "name": "NEUTER"
        },
        {
            "codepoint": "26B3",
            "name": "CERES"
        },
        {
            "codepoint": "26B4",
            "name": "PALLAS"
        },
        {
            "codepoint": "26B5",
            "name": "JUNO"
        },
        {
            "codepoint": "26B6",
            "name": "VESTA"
        },
        {
            "codepoint": "26B7",
            "name": "CHIRON"
        },
        {
            "codepoint": "26B8",
            "name": "BLACK MOON LILITH"
        },
        {
            "codepoint": "26B9",
            "name": "SEXTILE",
            "comments": [
                "an aspect of 60 degrees"
            ],
            "crossReferences": [
                "(asterisk - 002A)",
                "(six pointed black star - 2736)",
                "(alchemical symbol for sal-ammoniac - 1F739)"
            ]
        },
        {
            "codepoint": "26BA",
            "name": "SEMISEXTILE",
            "comments": [
                "an aspect of 30 degrees"
            ],
            "crossReferences": [
                "(xor - 22BB)"
            ]
        },
        {
            "codepoint": "26BB",
            "name": "QUINCUNX",
            "comments": [
                "an aspect of 150 degrees"
            ],
            "crossReferences": [
                "(nand - 22BC)"
            ]
        },
        {
            "codepoint": "26BC",
            "name": "SESQUIQUADRATE",
            "comments": [
                "an aspect of 135 degrees"
            ]
        },
        {
            "codepoint": "26BD",
            "name": "SOCCER BALL"
        },
        {
            "codepoint": "26BE",
            "name": "BASEBALL"
        },
        {
            "codepoint": "26BF",
            "name": "SQUARED KEY",
            "aliases": [
                "parental lock"
            ],
            "crossReferences": [
                "(key - 1F511)"
            ]
        },
        {
            "codepoint": "26C0",
            "name": "WHITE DRAUGHTS MAN"
        },
        {
            "codepoint": "26C1",
            "name": "WHITE DRAUGHTS KING"
        },
        {
            "codepoint": "26C2",
            "name": "BLACK DRAUGHTS MAN"
        },
        {
            "codepoint": "26C3",
            "name": "BLACK DRAUGHTS KING"
        },
        {
            "codepoint": "26C4",
            "name": "SNOWMAN WITHOUT SNOW",
            "aliases": [
                "light snow"
            ]
        },
        {
            "codepoint": "26C5",
            "name": "SUN BEHIND CLOUD",
            "aliases": [
                "partly cloudy"
            ],
            "crossReferences": [
                "(white sun with small cloud - 1F324)"
            ]
        },
        {
            "codepoint": "26C6",
            "name": "RAIN",
            "aliases": [
                "rainy weather"
            ]
        },
        {
            "codepoint": "26C7",
            "name": "BLACK SNOWMAN",
            "aliases": [
                "heavy snow"
            ]
        },
        {
            "codepoint": "26C8",
            "name": "THUNDER CLOUD AND RAIN",
            "aliases": [
                "thunderstorm"
            ],
            "crossReferences": [
                "(cloud with lightning - 1F329)"
            ]
        },
        {
            "codepoint": "26C9",
            "name": "TURNED WHITE SHOGI PIECE"
        },
        {
            "codepoint": "26CA",
            "name": "TURNED BLACK SHOGI PIECE"
        },
        {
            "codepoint": "26CB",
            "name": "WHITE DIAMOND IN SQUARE",
            "crossReferences": [
                "(apl functional symbol quad diamond - 233A)"
            ]
        },
        {
            "codepoint": "26CC",
            "name": "CROSSING LANES",
            "aliases": [
                "accident"
            ],
            "crossReferences": [
                "(falling diagonal crossing rising diagonal - 292C)"
            ]
        },
        {
            "codepoint": "26CD",
            "name": "DISABLED CAR"
        },
        {
            "codepoint": "26CE",
            "name": "OPHIUCHUS"
        },
        {
            "codepoint": "26CF",
            "name": "PICK",
            "aliases": [
                "under construction"
            ],
            "crossReferences": [
                "(hammer and pick - 2692)",
                "(construction sign - 1F6A7)"
            ]
        },
        {
            "codepoint": "26D0",
            "name": "CAR SLIDING",
            "aliases": [
                "icy road"
            ]
        },
        {
            "codepoint": "26D1",
            "name": "HELMET WITH WHITE CROSS",
            "aliases": [
                "maintenance"
            ],
            "crossReferences": [
                "(construction worker - 1F477)"
            ]
        },
        {
            "codepoint": "26D2",
            "name": "CIRCLED CROSSING LANES",
            "aliases": [
                "road closed"
            ],
            "crossReferences": [
                "(circled times - 2297)"
            ]
        },
        {
            "codepoint": "26D3",
            "name": "CHAINS",
            "aliases": [
                "tyre chains required"
            ]
        },
        {
            "codepoint": "26D4",
            "name": "NO ENTRY",
            "crossReferences": [
                "(no entry sign - 1F6AB)"
            ]
        },
        {
            "codepoint": "26D5",
            "name": "ALTERNATE ONE-WAY LEFT WAY TRAFFIC",
            "comments": [
                "left side traffic"
            ]
        },
        {
            "codepoint": "26D6",
            "name": "BLACK TWO-WAY LEFT WAY TRAFFIC",
            "comments": [
                "left side traffic"
            ]
        },
        {
            "codepoint": "26D7",
            "name": "WHITE TWO-WAY LEFT WAY TRAFFIC",
            "comments": [
                "left side traffic"
            ]
        },
        {
            "codepoint": "26D8",
            "name": "BLACK LEFT LANE MERGE",
            "comments": [
                "left side traffic"
            ]
        },
        {
            "codepoint": "26D9",
            "name": "WHITE LEFT LANE MERGE",
            "comments": [
                "left side traffic"
            ]
        },
        {
            "codepoint": "26DA",
            "name": "DRIVE SLOW SIGN"
        },
        {
            "codepoint": "26DB",
            "name": "HEAVY WHITE DOWN-POINTING TRIANGLE",
            "aliases": [
                "drive slow"
            ],
            "crossReferences": [
                "(white down-pointing triangle - 25BD)"
            ]
        },
        {
            "codepoint": "26DC",
            "name": "LEFT CLOSED ENTRY"
        },
        {
            "codepoint": "26DD",
            "name": "SQUARED SALTIRE",
            "aliases": [
                "closed entry"
            ],
            "crossReferences": [
                "(squared times - 22A0)"
            ]
        },
        {
            "codepoint": "26DE",
            "name": "FALLING DIAGONAL IN WHITE CIRCLE IN BLACK SQUARE",
            "aliases": [
                "closed to large vehicles"
            ]
        },
        {
            "codepoint": "26DF",
            "name": "BLACK TRUCK",
            "aliases": [
                "black lorry",
                "closed to large vehicles, alternate"
            ],
            "crossReferences": [
                "(delivery truck - 1F69A)"
            ]
        },
        {
            "codepoint": "26E0",
            "name": "RESTRICTED LEFT ENTRY-1"
        },
        {
            "codepoint": "26E1",
            "name": "RESTRICTED LEFT ENTRY-2"
        },
        {
            "codepoint": "26E2",
            "name": "ASTRONOMICAL SYMBOL FOR URANUS",
            "crossReferences": [
                "(uranus - 2645)"
            ]
        },
        {
            "codepoint": "26E3",
            "name": "HEAVY CIRCLE WITH STROKE AND TWO DOTS ABOVE",
            "aliases": [
                "public office"
            ]
        },
        {
            "codepoint": "26E4",
            "name": "PENTAGRAM",
            "aliases": [
                "pentalpha, pentangle"
            ],
            "comments": [
                "symbol of various uses, including symbol on Moroccan flag"
            ],
            "crossReferences": [
                "(white star - 2606)"
            ]
        },
        {
            "codepoint": "26E5",
            "name": "RIGHT-HANDED INTERLACED PENTAGRAM",
            "comments": [
                "symbol of various countries, including Morocco"
            ],
            "crossReferences": [
                "(outlined white star - 269D)"
            ]
        },
        {
            "codepoint": "26E6",
            "name": "LEFT-HANDED INTERLACED PENTAGRAM",
            "comments": [
                "symbol of various countries, including Ethiopia"
            ]
        },
        {
            "codepoint": "26E7",
            "name": "INVERTED PENTAGRAM"
        },
        {
            "codepoint": "26E8",
            "name": "BLACK CROSS ON SHIELD",
            "aliases": [
                "hospital"
            ],
            "crossReferences": [
                "(hospital - 1F3E5)"
            ]
        },
        {
            "codepoint": "26E9",
            "name": "SHINTO SHRINE",
            "aliases": [
                "torii"
            ]
        },
        {
            "codepoint": "26EA",
            "name": "CHURCH"
        },
        {
            "codepoint": "26EB",
            "name": "CASTLE",
            "crossReferences": [
                "(european castle - 1F3F0)"
            ]
        },
        {
            "codepoint": "26EC",
            "name": "HISTORIC SITE",
            "crossReferences": [
                "(therefore - 2234)"
            ]
        },
        {
            "codepoint": "26ED",
            "name": "GEAR WITHOUT HUB",
            "aliases": [
                "factory"
            ],
            "crossReferences": [
                "(gear - 2699)",
                "(factory - 1F3ED)"
            ]
        },
        {
            "codepoint": "26EE",
            "name": "GEAR WITH HANDLES",
            "aliases": [
                "power plant, power substation"
            ]
        },
        {
            "codepoint": "26EF",
            "name": "MAP SYMBOL FOR LIGHTHOUSE"
        },
        {
            "codepoint": "26F0",
            "name": "MOUNTAIN",
            "crossReferences": [
                "(snow capped mountain - 1F3D4)"
            ]
        },
        {
            "codepoint": "26F1",
            "name": "UMBRELLA ON GROUND",
            "aliases": [
                "bathing beach"
            ],
            "crossReferences": [
                "(umbrella - 2602)",
                "(beach with umbrella - 1F3D6)"
            ]
        },
        {
            "codepoint": "26F2",
            "name": "FOUNTAIN",
            "aliases": [
                "park"
            ]
        },
        {
            "codepoint": "26F3",
            "name": "FLAG IN HOLE",
            "aliases": [
                "golf course"
            ],
            "crossReferences": [
                "(triangular flag on post - 1F6A9)"
            ]
        },
        {
            "codepoint": "26F4",
            "name": "FERRY",
            "aliases": [
                "ferry boat terminal"
            ],
            "crossReferences": [
                "(ship - 1F6A2)"
            ]
        },
        {
            "codepoint": "26F5",
            "name": "SAILBOAT",
            "aliases": [
                "marina or yacht harbour"
            ],
            "crossReferences": [
                "(rowboat - 1F6A3)"
            ]
        },
        {
            "codepoint": "26F6",
            "name": "SQUARE FOUR CORNERS",
            "aliases": [
                "intersection"
            ]
        },
        {
            "codepoint": "26F7",
            "name": "SKIER",
            "aliases": [
                "ski resort"
            ],
            "crossReferences": [
                "(ski and ski boot - 1F3BF)"
            ]
        },
        {
            "codepoint": "26F8",
            "name": "ICE SKATE",
            "aliases": [
                "ice skating rink"
            ]
        },
        {
            "codepoint": "26F9",
            "name": "PERSON WITH BALL",
            "aliases": [
                "track and field, gymnasium"
            ]
        },
        {
            "codepoint": "26FA",
            "name": "TENT",
            "aliases": [
                "camping site"
            ],
            "crossReferences": [
                "(camping - 1F3D5)"
            ]
        },
        {
            "codepoint": "26FB",
            "name": "JAPANESE BANK SYMBOL",
            "crossReferences": [
                "(bank - 1F3E6)"
            ]
        },
        {
            "codepoint": "26FC",
            "name": "HEADSTONE GRAVEYARD SYMBOL",
            "aliases": [
                "graveyard, memorial park, cemetery"
            ]
        },
        {
            "codepoint": "26FD",
            "name": "FUEL PUMP",
            "aliases": [
                "petrol station, gas station"
            ]
        },
        {
            "codepoint": "26FE",
            "name": "CUP ON BLACK SQUARE",
            "aliases": [
                "drive-in restaurant"
            ],
            "crossReferences": [
                "(hot beverage - 2615)",
                "(teacup without handle - 1F375)"
            ]
        },
        {
            "codepoint": "26FF",
            "name": "WHITE FLAG WITH HORIZONTAL MIDDLE BLACK STRIPE",
            "aliases": [
                "Japanese self-defence force site"
            ]
        },
        {
            "codepoint": "2700",
            "name": "BLACK SAFETY SCISSORS",
            "comments": [
                "forms a pair with 2704 white scissors"
            ]
        },
        {
            "codepoint": "2701",
            "name": "UPPER BLADE SCISSORS"
        },
        {
            "codepoint": "2702",
            "name": "BLACK SCISSORS"
        },
        {
            "codepoint": "2703",
            "name": "LOWER BLADE SCISSORS"
        },
        {
            "codepoint": "2704",
            "name": "WHITE SCISSORS"
        },
        {
            "codepoint": "2705",
            "name": "WHITE HEAVY CHECK MARK",
            "crossReferences": [
                "(heavy check mark - 2714)"
            ]
        },
        {
            "codepoint": "2706",
            "name": "TELEPHONE LOCATION SIGN",
            "crossReferences": [
                "(telephone sign - 2121)",
                "(telephone receiver - 1F4DE)"
            ]
        },
        {
            "codepoint": "2707",
            "name": "TAPE DRIVE"
        },
        {
            "codepoint": "2708",
            "name": "AIRPLANE",
            "crossReferences": [
                "(up-pointing airplane - 1F6E7)"
            ]
        },
        {
            "codepoint": "2709",
            "name": "ENVELOPE",
            "aliases": [
                "sealed envelope"
            ],
            "crossReferences": [
                "(incoming envelope - 1F4E8)",
                "(back of envelope - 1F582)"
            ]
        },
        {
            "codepoint": "270A",
            "name": "RAISED FIST",
            "aliases": [
                "rock in Rock, Paper, Scissors game"
            ],
            "crossReferences": [
                "(fisted hand sign - 1F44A)"
            ]
        },
        {
            "codepoint": "270B",
            "name": "RAISED HAND",
            "aliases": [
                "paper in Rock, Paper, Scissors game"
            ],
            "crossReferences": [
                "(waving hand sign - 1F44B)",
                "(raised hand with fingers splayed - 1F590)"
            ]
        },
        {
            "codepoint": "270C",
            "name": "VICTORY HAND",
            "aliases": [
                "scissors in Rock, Paper, Scissors game"
            ],
            "crossReferences": [
                "(reversed victory hand - 1F594)"
            ]
        },
        {
            "codepoint": "270D",
            "name": "WRITING HAND",
            "crossReferences": [
                "(left writing hand - 1F58E)"
            ]
        },
        {
            "codepoint": "270E",
            "name": "LOWER RIGHT PENCIL",
            "crossReferences": [
                "(lower left pencil - 1F589)"
            ]
        },
        {
            "codepoint": "270F",
            "name": "PENCIL"
        },
        {
            "codepoint": "2710",
            "name": "UPPER RIGHT PENCIL"
        },
        {
            "codepoint": "2711",
            "name": "WHITE NIB",
            "crossReferences": [
                "(lower left fountain pen - 1F58B)"
            ]
        },
        {
            "codepoint": "2712",
            "name": "BLACK NIB"
        },
        {
            "codepoint": "2713",
            "name": "CHECK MARK",
            "crossReferences": [
                "(square root - 221A)",
                "(light check mark - 1F5F8)",
                "(inverse check mark - 1FBB1)"
            ]
        },
        {
            "codepoint": "2714",
            "name": "HEAVY CHECK MARK"
        },
        {
            "codepoint": "2715",
            "name": "MULTIPLICATION X",
            "crossReferences": [
                "(multiplication sign - 00D7)",
                "(box drawings light diagonal cross - 2573)",
                "(thin saltire - 1F7A8)"
            ]
        },
        {
            "codepoint": "2716",
            "name": "HEAVY MULTIPLICATION X",
            "crossReferences": [
                "(extremely heavy saltire - 1F7AE)"
            ]
        },
        {
            "codepoint": "2717",
            "name": "BALLOT X",
            "crossReferences": [
                "(saltire - 2613)",
                "(ballot script x - 1F5F4)"
            ]
        },
        {
            "codepoint": "2718",
            "name": "HEAVY BALLOT X",
            "crossReferences": [
                "(ballot bold script x - 1F5F6)"
            ]
        },
        {
            "codepoint": "2719",
            "name": "OUTLINED GREEK CROSS"
        },
        {
            "codepoint": "271A",
            "name": "HEAVY GREEK CROSS",
            "crossReferences": [
                "(very bold greek cross - 1F7A5)",
                "(voided greek cross - 1FBBB)"
            ]
        },
        {
            "codepoint": "271B",
            "name": "OPEN CENTRE CROSS"
        },
        {
            "codepoint": "271C",
            "name": "HEAVY OPEN CENTRE CROSS"
        },
        {
            "codepoint": "271D",
            "name": "LATIN CROSS"
        },
        {
            "codepoint": "271E",
            "name": "SHADOWED WHITE LATIN CROSS",
            "crossReferences": [
                "(white latin cross - 1F546)"
            ]
        },
        {
            "codepoint": "271F",
            "name": "OUTLINED LATIN CROSS"
        },
        {
            "codepoint": "2720",
            "name": "MALTESE CROSS",
            "comments": [
                "historically, the Maltese cross took many forms; the shape shown in the Zapf Dingbats is similar to one known as the Cross Formée"
            ],
            "crossReferences": [
                "(cross patty with right crossbar - 2E50)",
                "(circled cross formee - 1F902)"
            ]
        },
        {
            "codepoint": "2721",
            "name": "STAR OF DAVID",
            "crossReferences": [
                "(six pointed star with middle dot - 1F52F)"
            ]
        },
        {
            "codepoint": "2722",
            "name": "FOUR TEARDROP-SPOKED ASTERISK"
        },
        {
            "codepoint": "2723",
            "name": "FOUR BALLOON-SPOKED ASTERISK"
        },
        {
            "codepoint": "2724",
            "name": "HEAVY FOUR BALLOON-SPOKED ASTERISK"
        },
        {
            "codepoint": "2725",
            "name": "FOUR CLUB-SPOKED ASTERISK"
        },
        {
            "codepoint": "2726",
            "name": "BLACK FOUR POINTED STAR",
            "crossReferences": [
                "(light four pointed black cusp - 2BCC)",
                "(four pointed black star - 1F7C6)"
            ]
        },
        {
            "codepoint": "2727",
            "name": "WHITE FOUR POINTED STAR",
            "crossReferences": [
                "(white four pointed cusp - 2BCE)"
            ]
        },
        {
            "codepoint": "2728",
            "name": "SPARKLES"
        },
        {
            "codepoint": "2729",
            "name": "STRESS OUTLINED WHITE STAR",
            "crossReferences": [
                "(white star - 2606)"
            ]
        },
        {
            "codepoint": "272A",
            "name": "CIRCLED WHITE STAR"
        },
        {
            "codepoint": "272B",
            "name": "OPEN CENTRE BLACK STAR"
        },
        {
            "codepoint": "272C",
            "name": "BLACK CENTRE WHITE STAR"
        },
        {
            "codepoint": "272D",
            "name": "OUTLINED BLACK STAR"
        },
        {
            "codepoint": "272E",
            "name": "HEAVY OUTLINED BLACK STAR"
        },
        {
            "codepoint": "272F",
            "name": "PINWHEEL STAR"
        },
        {
            "codepoint": "2730",
            "name": "SHADOWED WHITE STAR"
        },
        {
            "codepoint": "2731",
            "name": "HEAVY ASTERISK",
            "crossReferences": [
                "(asterisk - 002A)",
                "(heavy six spoked asterisk - 1F7B8)"
            ]
        },
        {
            "codepoint": "2732",
            "name": "OPEN CENTRE ASTERISK"
        },
        {
            "codepoint": "2733",
            "name": "EIGHT SPOKED ASTERISK",
            "crossReferences": [
                "(light eight spoked asterisk - 1F7BB)"
            ]
        },
        {
            "codepoint": "2734",
            "name": "EIGHT POINTED BLACK STAR"
        },
        {
            "codepoint": "2735",
            "name": "EIGHT POINTED PINWHEEL STAR",
            "crossReferences": [
                "(heavy eight pointed pinwheel star - 1F7D1)"
            ]
        },
        {
            "codepoint": "2736",
            "name": "SIX POINTED BLACK STAR",
            "crossReferences": [
                "(sextile - 26B9)"
            ]
        },
        {
            "codepoint": "2737",
            "name": "EIGHT POINTED RECTILINEAR BLACK STAR",
            "crossReferences": [
                "(medium eight pointed black star - 1F7CE)"
            ]
        },
        {
            "codepoint": "2738",
            "name": "HEAVY EIGHT POINTED RECTILINEAR BLACK STAR",
            "crossReferences": [
                "(heavy eight pointed black star - 1F7CF)"
            ]
        },
        {
            "codepoint": "2739",
            "name": "TWELVE POINTED BLACK STAR"
        },
        {
            "codepoint": "273A",
            "name": "SIXTEEN POINTED ASTERISK",
            "aliases": [
                "starburst"
            ]
        },
        {
            "codepoint": "273B",
            "name": "TEARDROP-SPOKED ASTERISK"
        },
        {
            "codepoint": "273C",
            "name": "OPEN CENTRE TEARDROP-SPOKED ASTERISK"
        },
        {
            "codepoint": "273D",
            "name": "HEAVY TEARDROP-SPOKED ASTERISK"
        },
        {
            "codepoint": "273E",
            "name": "SIX PETALLED BLACK AND WHITE FLORETTE"
        },
        {
            "codepoint": "273F",
            "name": "BLACK FLORETTE"
        },
        {
            "codepoint": "2740",
            "name": "WHITE FLORETTE",
            "crossReferences": [
                "(rosette - 1F3F5)",
                "(white flower - 1F4AE)"
            ]
        },
        {
            "codepoint": "2741",
            "name": "EIGHT PETALLED OUTLINED BLACK FLORETTE",
            "crossReferences": [
                "(black rosette - 1F3F6)"
            ]
        },
        {
            "codepoint": "2742",
            "name": "CIRCLED OPEN CENTRE EIGHT POINTED STAR"
        },
        {
            "codepoint": "2743",
            "name": "HEAVY TEARDROP-SPOKED PINWHEEL ASTERISK"
        },
        {
            "codepoint": "2744",
            "name": "SNOWFLAKE"
        },
        {
            "codepoint": "2745",
            "name": "TIGHT TRIFOLIATE SNOWFLAKE"
        },
        {
            "codepoint": "2746",
            "name": "HEAVY CHEVRON SNOWFLAKE"
        },
        {
            "codepoint": "2747",
            "name": "SPARKLE"
        },
        {
            "codepoint": "2748",
            "name": "HEAVY SPARKLE"
        },
        {
            "codepoint": "2749",
            "name": "BALLOON-SPOKED ASTERISK",
            "aliases": [
                "jack"
            ]
        },
        {
            "codepoint": "274A",
            "name": "EIGHT TEARDROP-SPOKED PROPELLER ASTERISK"
        },
        {
            "codepoint": "274B",
            "name": "HEAVY EIGHT TEARDROP-SPOKED PROPELLER ASTERISK",
            "aliases": [
                "turbofan"
            ]
        },
        {
            "codepoint": "274C",
            "name": "CROSS MARK",
            "comments": [
                "forms a game tally pair with 2B55"
            ],
            "crossReferences": [
                "(multiplication sign - 00D7)",
                "(cancellation x - 1F5D9)",
                "(heavy saltire - 1F7AC)",
                "(white heavy saltire with rounded corners - 1FBC0)"
            ]
        },
        {
            "codepoint": "274D",
            "name": "SHADOWED WHITE CIRCLE",
            "crossReferences": [
                "(lower right shadowed white circle - 1F53E)"
            ]
        },
        {
            "codepoint": "274E",
            "name": "NEGATIVE SQUARED CROSS MARK",
            "crossReferences": [
                "(negative diagonal cross - 1FBBD)"
            ]
        },
        {
            "codepoint": "274F",
            "name": "LOWER RIGHT DROP-SHADOWED WHITE SQUARE"
        },
        {
            "codepoint": "2750",
            "name": "UPPER RIGHT DROP-SHADOWED WHITE SQUARE"
        },
        {
            "codepoint": "2751",
            "name": "LOWER RIGHT SHADOWED WHITE SQUARE"
        },
        {
            "codepoint": "2752",
            "name": "UPPER RIGHT SHADOWED WHITE SQUARE"
        },
        {
            "codepoint": "2753",
            "name": "BLACK QUESTION MARK ORNAMENT"
        },
        {
            "codepoint": "2754",
            "name": "WHITE QUESTION MARK ORNAMENT"
        },
        {
            "codepoint": "2755",
            "name": "WHITE EXCLAMATION MARK ORNAMENT"
        },
        {
            "codepoint": "2756",
            "name": "BLACK DIAMOND MINUS WHITE X"
        },
        {
            "codepoint": "2757",
            "name": "HEAVY EXCLAMATION MARK SYMBOL",
            "aliases": [
                "obstacles on the road, ARIB STD B24"
            ]
        },
        {
            "codepoint": "2758",
            "name": "LIGHT VERTICAL BAR",
            "crossReferences": [
                "(vertical line - 007C)"
            ]
        },
        {
            "codepoint": "2759",
            "name": "MEDIUM VERTICAL BAR"
        },
        {
            "codepoint": "275A",
            "name": "HEAVY VERTICAL BAR"
        },
        {
            "codepoint": "275B",
            "name": "HEAVY SINGLE TURNED COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(left single quotation mark - 2018)"
            ]
        },
        {
            "codepoint": "275C",
            "name": "HEAVY SINGLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(right single quotation mark - 2019)"
            ]
        },
        {
            "codepoint": "275D",
            "name": "HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(left double quotation mark - 201C)",
                "(sans-serif heavy double turned comma quotation mark ornament - 1F676)"
            ]
        },
        {
            "codepoint": "275E",
            "name": "HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(right double quotation mark - 201D)",
                "(sans-serif heavy double comma quotation mark ornament - 1F677)"
            ]
        },
        {
            "codepoint": "275F",
            "name": "HEAVY LOW SINGLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(single low-9 quotation mark - 201A)"
            ]
        },
        {
            "codepoint": "2760",
            "name": "HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(double low-9 quotation mark - 201E)",
                "(sans-serif heavy low double comma quotation mark ornament - 1F678)"
            ]
        },
        {
            "codepoint": "2761",
            "name": "CURVED STEM PARAGRAPH SIGN ORNAMENT",
            "crossReferences": [
                "(pilcrow sign - 00B6)"
            ]
        },
        {
            "codepoint": "2762",
            "name": "HEAVY EXCLAMATION MARK ORNAMENT",
            "crossReferences": [
                "(exclamation mark - 0021)"
            ]
        },
        {
            "codepoint": "2763",
            "name": "HEAVY HEART EXCLAMATION MARK ORNAMENT"
        },
        {
            "codepoint": "2764",
            "name": "HEAVY BLACK HEART",
            "comments": [
                "displayed with a red color when used in emoji style"
            ],
            "crossReferences": [
                "(black heart suit - 2665)",
                "(black heart - 1F5A4)",
                "(white heart - 1F90D)"
            ]
        },
        {
            "codepoint": "2765",
            "name": "ROTATED HEAVY BLACK HEART BULLET"
        },
        {
            "codepoint": "2766",
            "name": "FLORAL HEART",
            "aliases": [
                "Aldus leaf"
            ]
        },
        {
            "codepoint": "2767",
            "name": "ROTATED FLORAL HEART BULLET",
            "aliases": [
                "hedera, ivy leaf"
            ],
            "crossReferences": [
                "(reversed rotated floral heart bullet - 2619)",
                "(south east pointing vine leaf - 1F65B)"
            ]
        },
        {
            "codepoint": "2768",
            "name": "MEDIUM LEFT PARENTHESIS ORNAMENT",
            "crossReferences": [
                "(left parenthesis - 0028)"
            ]
        },
        {
            "codepoint": "2769",
            "name": "MEDIUM RIGHT PARENTHESIS ORNAMENT",
            "crossReferences": [
                "(right parenthesis - 0029)"
            ]
        },
        {
            "codepoint": "276A",
            "name": "MEDIUM FLATTENED LEFT PARENTHESIS ORNAMENT"
        },
        {
            "codepoint": "276B",
            "name": "MEDIUM FLATTENED RIGHT PARENTHESIS ORNAMENT"
        },
        {
            "codepoint": "276C",
            "name": "MEDIUM LEFT-POINTING ANGLE BRACKET ORNAMENT",
            "crossReferences": [
                "(left-pointing angle bracket - 2329)"
            ]
        },
        {
            "codepoint": "276D",
            "name": "MEDIUM RIGHT-POINTING ANGLE BRACKET ORNAMENT",
            "crossReferences": [
                "(right-pointing angle bracket - 232A)"
            ]
        },
        {
            "codepoint": "276E",
            "name": "HEAVY LEFT-POINTING ANGLE QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(single left-pointing angle quotation mark - 2039)"
            ]
        },
        {
            "codepoint": "276F",
            "name": "HEAVY RIGHT-POINTING ANGLE QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(single right-pointing angle quotation mark - 203A)"
            ]
        },
        {
            "codepoint": "2770",
            "name": "HEAVY LEFT-POINTING ANGLE BRACKET ORNAMENT"
        },
        {
            "codepoint": "2771",
            "name": "HEAVY RIGHT-POINTING ANGLE BRACKET ORNAMENT"
        },
        {
            "codepoint": "2772",
            "name": "LIGHT LEFT TORTOISE SHELL BRACKET ORNAMENT",
            "crossReferences": [
                "(left tortoise shell bracket - 3014)"
            ]
        },
        {
            "codepoint": "2773",
            "name": "LIGHT RIGHT TORTOISE SHELL BRACKET ORNAMENT",
            "crossReferences": [
                "(right tortoise shell bracket - 3015)"
            ]
        },
        {
            "codepoint": "2774",
            "name": "MEDIUM LEFT CURLY BRACKET ORNAMENT",
            "crossReferences": [
                "(left curly bracket - 007B)"
            ]
        },
        {
            "codepoint": "2775",
            "name": "MEDIUM RIGHT CURLY BRACKET ORNAMENT",
            "crossReferences": [
                "(right curly bracket - 007D)"
            ]
        },
        {
            "codepoint": "2776",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT ONE"
        },
        {
            "codepoint": "2777",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT TWO"
        },
        {
            "codepoint": "2778",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT THREE"
        },
        {
            "codepoint": "2779",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT FOUR"
        },
        {
            "codepoint": "277A",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT FIVE"
        },
        {
            "codepoint": "277B",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT SIX"
        },
        {
            "codepoint": "277C",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT SEVEN"
        },
        {
            "codepoint": "277D",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT EIGHT"
        },
        {
            "codepoint": "277E",
            "name": "DINGBAT NEGATIVE CIRCLED DIGIT NINE"
        },
        {
            "codepoint": "277F",
            "name": "DINGBAT NEGATIVE CIRCLED NUMBER TEN"
        },
        {
            "codepoint": "2780",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT ONE"
        },
        {
            "codepoint": "2781",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT TWO"
        },
        {
            "codepoint": "2782",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT THREE"
        },
        {
            "codepoint": "2783",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT FOUR"
        },
        {
            "codepoint": "2784",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT FIVE"
        },
        {
            "codepoint": "2785",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT SIX"
        },
        {
            "codepoint": "2786",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT SEVEN"
        },
        {
            "codepoint": "2787",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT EIGHT"
        },
        {
            "codepoint": "2788",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT NINE"
        },
        {
            "codepoint": "2789",
            "name": "DINGBAT CIRCLED SANS-SERIF NUMBER TEN"
        },
        {
            "codepoint": "278A",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ONE"
        },
        {
            "codepoint": "278B",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT TWO"
        },
        {
            "codepoint": "278C",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT THREE"
        },
        {
            "codepoint": "278D",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FOUR"
        },
        {
            "codepoint": "278E",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT FIVE"
        },
        {
            "codepoint": "278F",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SIX"
        },
        {
            "codepoint": "2790",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT SEVEN"
        },
        {
            "codepoint": "2791",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT EIGHT"
        },
        {
            "codepoint": "2792",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT NINE"
        },
        {
            "codepoint": "2793",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF NUMBER TEN"
        },
        {
            "codepoint": "2794",
            "name": "HEAVY WIDE-HEADED RIGHTWARDS ARROW",
            "crossReferences": [
                "(wide-headed rightwards medium barb arrow - 1F872)"
            ]
        },
        {
            "codepoint": "2795",
            "name": "HEAVY PLUS SIGN",
            "crossReferences": [
                "(plus sign - 002B)"
            ]
        },
        {
            "codepoint": "2796",
            "name": "HEAVY MINUS SIGN",
            "crossReferences": [
                "(minus sign - 2212)"
            ]
        },
        {
            "codepoint": "2797",
            "name": "HEAVY DIVISION SIGN",
            "crossReferences": [
                "(division sign - 00F7)"
            ]
        },
        {
            "codepoint": "2798",
            "name": "HEAVY SOUTH EAST ARROW"
        },
        {
            "codepoint": "2799",
            "name": "HEAVY RIGHTWARDS ARROW"
        },
        {
            "codepoint": "279A",
            "name": "HEAVY NORTH EAST ARROW"
        },
        {
            "codepoint": "279B",
            "name": "DRAFTING POINT RIGHTWARDS ARROW"
        },
        {
            "codepoint": "279C",
            "name": "HEAVY ROUND-TIPPED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "279D",
            "name": "TRIANGLE-HEADED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "279E",
            "name": "HEAVY TRIANGLE-HEADED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "279F",
            "name": "DASHED TRIANGLE-HEADED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27A0",
            "name": "HEAVY DASHED TRIANGLE-HEADED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27A1",
            "name": "BLACK RIGHTWARDS ARROW",
            "comments": [
                "fonts may harmonize this glyph with the style for other black arrows"
            ],
            "crossReferences": [
                "(leftwards black arrow - 2B05)",
                "(rightwards black arrow - 2B95)"
            ]
        },
        {
            "codepoint": "27A2",
            "name": "THREE-D TOP-LIGHTED RIGHTWARDS ARROWHEAD",
            "crossReferences": [
                "(three-d top-lighted rightwards equilateral arrowhead - 2B9A)"
            ]
        },
        {
            "codepoint": "27A3",
            "name": "THREE-D BOTTOM-LIGHTED RIGHTWARDS ARROWHEAD"
        },
        {
            "codepoint": "27A4",
            "name": "BLACK RIGHTWARDS ARROWHEAD",
            "crossReferences": [
                "(black rightwards equilateral arrowhead - 2B9E)",
                "(arrowhead-shaped pointer - 1FBB0)"
            ]
        },
        {
            "codepoint": "27A5",
            "name": "HEAVY BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
            "crossReferences": [
                "(black curved downwards and rightwards arrow - 2BA9)"
            ]
        },
        {
            "codepoint": "27A6",
            "name": "HEAVY BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
            "crossReferences": [
                "(black curved upwards and rightwards arrow - 2BAB)"
            ]
        },
        {
            "codepoint": "27A7",
            "name": "SQUAT BLACK RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards heavy compressed arrow - 1F842)"
            ]
        },
        {
            "codepoint": "27A8",
            "name": "HEAVY CONCAVE-POINTED BLACK RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27A9",
            "name": "RIGHT-SHADED WHITE RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards right-shaded white arrow - 1F8A5)"
            ]
        },
        {
            "codepoint": "27AA",
            "name": "LEFT-SHADED WHITE RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards left-shaded white arrow - 1F8A7)"
            ]
        },
        {
            "codepoint": "27AB",
            "name": "BACK-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards back-tilted shadowed white arrow - 1F8A9)"
            ]
        },
        {
            "codepoint": "27AC",
            "name": "FRONT-TILTED SHADOWED WHITE RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards front-tilted shadowed white arrow - 1F8AB)"
            ]
        },
        {
            "codepoint": "27AD",
            "name": "HEAVY LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27AE",
            "name": "HEAVY UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27AF",
            "name": "NOTCHED LOWER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards arrow with notched tail - 1F89A)"
            ]
        },
        {
            "codepoint": "27B0",
            "name": "CURLY LOOP",
            "aliases": [
                "kururi"
            ]
        },
        {
            "codepoint": "27B1",
            "name": "NOTCHED UPPER RIGHT-SHADOWED WHITE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27B2",
            "name": "CIRCLED HEAVY WHITE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27B3",
            "name": "WHITE-FEATHERED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27B4",
            "name": "BLACK-FEATHERED SOUTH EAST ARROW"
        },
        {
            "codepoint": "27B5",
            "name": "BLACK-FEATHERED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27B6",
            "name": "BLACK-FEATHERED NORTH EAST ARROW"
        },
        {
            "codepoint": "27B7",
            "name": "HEAVY BLACK-FEATHERED SOUTH EAST ARROW"
        },
        {
            "codepoint": "27B8",
            "name": "HEAVY BLACK-FEATHERED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27B9",
            "name": "HEAVY BLACK-FEATHERED NORTH EAST ARROW"
        },
        {
            "codepoint": "27BA",
            "name": "TEARDROP-BARBED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27BB",
            "name": "HEAVY TEARDROP-SHANKED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27BC",
            "name": "WEDGE-TAILED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27BD",
            "name": "HEAVY WEDGE-TAILED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27BE",
            "name": "OPEN-OUTLINED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "27BF",
            "name": "DOUBLE CURLY LOOP"
        },
        {
            "codepoint": "27C0",
            "name": "THREE DIMENSIONAL ANGLE",
            "comments": [
                "used by Euclid"
            ]
        },
        {
            "codepoint": "27C1",
            "name": "WHITE TRIANGLE CONTAINING SMALL WHITE TRIANGLE",
            "comments": [
                "used by Euclid"
            ]
        },
        {
            "codepoint": "27C2",
            "name": "PERPENDICULAR",
            "aliases": [
                "orthogonal to"
            ],
            "comments": [
                "relation, typeset with additional spacing"
            ],
            "crossReferences": [
                "(up tack - 22A5)"
            ]
        },
        {
            "codepoint": "27C3",
            "name": "OPEN SUBSET"
        },
        {
            "codepoint": "27C4",
            "name": "OPEN SUPERSET"
        },
        {
            "codepoint": "27C5",
            "name": "LEFT S-SHAPED BAG DELIMITER"
        },
        {
            "codepoint": "27C6",
            "name": "RIGHT S-SHAPED BAG DELIMITER"
        },
        {
            "codepoint": "27C7",
            "name": "OR WITH DOT INSIDE",
            "crossReferences": [
                "(logical or - 2228)",
                "(multiset multiplication - 228D)",
                "(and with dot - 27D1)"
            ]
        },
        {
            "codepoint": "27C8",
            "name": "REVERSE SOLIDUS PRECEDING SUBSET"
        },
        {
            "codepoint": "27C9",
            "name": "SUPERSET PRECEDING SOLIDUS"
        },
        {
            "codepoint": "27CA",
            "name": "VERTICAL BAR WITH HORIZONTAL STROKE",
            "crossReferences": [
                "(parallel with horizontal stroke - 2AF2)",
                "(triple vertical bar with horizontal stroke - 2AF5)"
            ]
        },
        {
            "codepoint": "27CB",
            "name": "MATHEMATICAL RISING DIAGONAL",
            "aliases": [
                "\\diagup"
            ],
            "crossReferences": [
                "(division slash - 2215)"
            ]
        },
        {
            "codepoint": "27CC",
            "name": "LONG DIVISION",
            "comments": [
                "graphically extends over the dividend"
            ],
            "crossReferences": [
                "(division sign - 00F7)",
                "(division slash - 2215)",
                "(square root - 221A)"
            ]
        },
        {
            "codepoint": "27CD",
            "name": "MATHEMATICAL FALLING DIAGONAL",
            "aliases": [
                "\\diagdown"
            ],
            "crossReferences": [
                "(set minus - 2216)",
                "(reverse solidus operator - 29F5)"
            ]
        },
        {
            "codepoint": "27CE",
            "name": "SQUARED LOGICAL AND",
            "aliases": [
                "box min"
            ],
            "comments": [
                "morphological min product operator",
                "morphological erosion operator",
                "additive minimum operator"
            ]
        },
        {
            "codepoint": "27CF",
            "name": "SQUARED LOGICAL OR",
            "aliases": [
                "box max"
            ],
            "comments": [
                "morphological max product operator",
                "morphological dilation operator",
                "additive maximum operator"
            ]
        },
        {
            "codepoint": "27D0",
            "name": "WHITE DIAMOND WITH CENTRED DOT",
            "crossReferences": [
                "(diamond shape with a dot inside - 1F4A0)"
            ]
        },
        {
            "codepoint": "27D1",
            "name": "AND WITH DOT",
            "crossReferences": [
                "(logical and - 2227)",
                "(or with dot inside - 27C7)",
                "(intersection with dot - 2A40)"
            ]
        },
        {
            "codepoint": "27D2",
            "name": "ELEMENT OF OPENING UPWARDS",
            "crossReferences": [
                "(element of opening downwards - 2AD9)"
            ]
        },
        {
            "codepoint": "27D3",
            "name": "LOWER RIGHT CORNER WITH DOT",
            "aliases": [
                "pullback"
            ],
            "crossReferences": [
                "(right floor - 230B)"
            ]
        },
        {
            "codepoint": "27D4",
            "name": "UPPER LEFT CORNER WITH DOT",
            "aliases": [
                "pushout"
            ],
            "crossReferences": [
                "(left ceiling - 2308)"
            ]
        },
        {
            "codepoint": "27D5",
            "name": "LEFT OUTER JOIN"
        },
        {
            "codepoint": "27D6",
            "name": "RIGHT OUTER JOIN"
        },
        {
            "codepoint": "27D7",
            "name": "FULL OUTER JOIN",
            "crossReferences": [
                "(join - 2A1D)"
            ]
        },
        {
            "codepoint": "27D8",
            "name": "LARGE UP TACK",
            "crossReferences": [
                "(up tack - 22A5)"
            ]
        },
        {
            "codepoint": "27D9",
            "name": "LARGE DOWN TACK",
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "27DA",
            "name": "LEFT AND RIGHT DOUBLE TURNSTILE",
            "crossReferences": [
                "(true - 22A8)",
                "(vertical bar double left turnstile - 2AE4)"
            ]
        },
        {
            "codepoint": "27DB",
            "name": "LEFT AND RIGHT TACK",
            "crossReferences": [
                "(right tack - 22A2)"
            ]
        },
        {
            "codepoint": "27DC",
            "name": "LEFT MULTIMAP",
            "crossReferences": [
                "(multimap - 22B8)"
            ]
        },
        {
            "codepoint": "27DD",
            "name": "LONG RIGHT TACK",
            "crossReferences": [
                "(right tack - 22A2)"
            ]
        },
        {
            "codepoint": "27DE",
            "name": "LONG LEFT TACK",
            "crossReferences": [
                "(left tack - 22A3)"
            ]
        },
        {
            "codepoint": "27DF",
            "name": "UP TACK WITH CIRCLE ABOVE",
            "aliases": [
                "radial component"
            ],
            "crossReferences": [
                "(down tack with circle below - 2AF1)"
            ]
        },
        {
            "codepoint": "27E0",
            "name": "LOZENGE DIVIDED BY HORIZONTAL RULE",
            "comments": [
                "used as form of possibility in modal logic"
            ],
            "crossReferences": [
                "(lozenge - 25CA)"
            ]
        },
        {
            "codepoint": "27E1",
            "name": "WHITE CONCAVE-SIDED DIAMOND",
            "aliases": [
                "never (modal operator)"
            ],
            "crossReferences": [
                "(white diamond - 25C7)"
            ]
        },
        {
            "codepoint": "27E2",
            "name": "WHITE CONCAVE-SIDED DIAMOND WITH LEFTWARDS TICK",
            "aliases": [
                "was never (modal operator)"
            ]
        },
        {
            "codepoint": "27E3",
            "name": "WHITE CONCAVE-SIDED DIAMOND WITH RIGHTWARDS TICK",
            "aliases": [
                "will never be (modal operator)"
            ]
        },
        {
            "codepoint": "27E4",
            "name": "WHITE SQUARE WITH LEFTWARDS TICK",
            "aliases": [
                "was always (modal operator)"
            ],
            "crossReferences": [
                "(white square - 25A1)",
                "(white medium square - 25FB)"
            ]
        },
        {
            "codepoint": "27E5",
            "name": "WHITE SQUARE WITH RIGHTWARDS TICK",
            "aliases": [
                "will always be (modal operator)"
            ]
        },
        {
            "codepoint": "27E6",
            "name": "MATHEMATICAL LEFT WHITE SQUARE BRACKET",
            "aliases": [
                "z notation left bag bracket"
            ],
            "crossReferences": [
                "(left white square bracket - 301A)"
            ]
        },
        {
            "codepoint": "27E7",
            "name": "MATHEMATICAL RIGHT WHITE SQUARE BRACKET",
            "aliases": [
                "z notation right bag bracket"
            ],
            "crossReferences": [
                "(right white square bracket - 301B)"
            ]
        },
        {
            "codepoint": "27E8",
            "name": "MATHEMATICAL LEFT ANGLE BRACKET",
            "aliases": [
                "bra",
                "z notation left sequence bracket"
            ],
            "crossReferences": [
                "(left-pointing angle bracket - 2329)",
                "(left angle bracket - 3008)"
            ]
        },
        {
            "codepoint": "27E9",
            "name": "MATHEMATICAL RIGHT ANGLE BRACKET",
            "aliases": [
                "ket",
                "z notation right sequence bracket"
            ],
            "crossReferences": [
                "(right-pointing angle bracket - 232A)",
                "(right angle bracket - 3009)"
            ]
        },
        {
            "codepoint": "27EA",
            "name": "MATHEMATICAL LEFT DOUBLE ANGLE BRACKET",
            "aliases": [
                "z notation left chevron bracket"
            ],
            "crossReferences": [
                "(left double angle bracket - 300A)"
            ]
        },
        {
            "codepoint": "27EB",
            "name": "MATHEMATICAL RIGHT DOUBLE ANGLE BRACKET",
            "aliases": [
                "z notation right chevron bracket"
            ],
            "crossReferences": [
                "(right double angle bracket - 300B)"
            ]
        },
        {
            "codepoint": "27EC",
            "name": "MATHEMATICAL LEFT WHITE TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(left black tortoise shell bracket - 2997)",
                "(left white tortoise shell bracket - 3018)"
            ]
        },
        {
            "codepoint": "27ED",
            "name": "MATHEMATICAL RIGHT WHITE TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(right black tortoise shell bracket - 2998)",
                "(right white tortoise shell bracket - 3019)"
            ]
        },
        {
            "codepoint": "27EE",
            "name": "MATHEMATICAL LEFT FLATTENED PARENTHESIS",
            "aliases": [
                "lgroup"
            ]
        },
        {
            "codepoint": "27EF",
            "name": "MATHEMATICAL RIGHT FLATTENED PARENTHESIS",
            "aliases": [
                "rgroup"
            ]
        },
        {
            "codepoint": "27F0",
            "name": "UPWARDS QUADRUPLE ARROW",
            "crossReferences": [
                "(upwards triple arrow - 290A)",
                "(leftwards quadruple arrow - 2B45)"
            ]
        },
        {
            "codepoint": "27F1",
            "name": "DOWNWARDS QUADRUPLE ARROW",
            "crossReferences": [
                "(downwards triple arrow - 290B)"
            ]
        },
        {
            "codepoint": "27F2",
            "name": "ANTICLOCKWISE GAPPED CIRCLE ARROW",
            "crossReferences": [
                "(anticlockwise open circle arrow - 21BA)",
                "(anticlockwise closed circle arrow - 2940)"
            ]
        },
        {
            "codepoint": "27F3",
            "name": "CLOCKWISE GAPPED CIRCLE ARROW",
            "crossReferences": [
                "(clockwise open circle arrow - 21BB)",
                "(clockwise closed circle arrow - 2941)"
            ]
        },
        {
            "codepoint": "27F4",
            "name": "RIGHT ARROW WITH CIRCLED PLUS",
            "crossReferences": [
                "(left arrow with circled plus - 2B32)"
            ]
        },
        {
            "codepoint": "27F5",
            "name": "LONG LEFTWARDS ARROW",
            "crossReferences": [
                "(leftwards arrow - 2190)"
            ]
        },
        {
            "codepoint": "27F6",
            "name": "LONG RIGHTWARDS ARROW",
            "crossReferences": [
                "(rightwards arrow - 2192)"
            ]
        },
        {
            "codepoint": "27F7",
            "name": "LONG LEFT RIGHT ARROW",
            "crossReferences": [
                "(left right arrow - 2194)"
            ]
        },
        {
            "codepoint": "27F8",
            "name": "LONG LEFTWARDS DOUBLE ARROW",
            "crossReferences": [
                "(leftwards double arrow - 21D0)"
            ]
        },
        {
            "codepoint": "27F9",
            "name": "LONG RIGHTWARDS DOUBLE ARROW",
            "crossReferences": [
                "(rightwards double arrow - 21D2)"
            ]
        },
        {
            "codepoint": "27FA",
            "name": "LONG LEFT RIGHT DOUBLE ARROW",
            "crossReferences": [
                "(left right double arrow - 21D4)"
            ]
        },
        {
            "codepoint": "27FB",
            "name": "LONG LEFTWARDS ARROW FROM BAR",
            "aliases": [
                "maps from"
            ],
            "crossReferences": [
                "(leftwards arrow from bar - 21A4)"
            ]
        },
        {
            "codepoint": "27FC",
            "name": "LONG RIGHTWARDS ARROW FROM BAR",
            "aliases": [
                "maps to"
            ],
            "crossReferences": [
                "(rightwards arrow from bar - 21A6)"
            ]
        },
        {
            "codepoint": "27FD",
            "name": "LONG LEFTWARDS DOUBLE ARROW FROM BAR",
            "crossReferences": [
                "(leftwards double arrow from bar - 2906)"
            ]
        },
        {
            "codepoint": "27FE",
            "name": "LONG RIGHTWARDS DOUBLE ARROW FROM BAR",
            "crossReferences": [
                "(rightwards double arrow from bar - 2907)"
            ]
        },
        {
            "codepoint": "27FF",
            "name": "LONG RIGHTWARDS SQUIGGLE ARROW",
            "crossReferences": [
                "(rightwards squiggle arrow - 21DD)",
                "(long leftwards squiggle arrow - 2B33)"
            ]
        },
        {
            "codepoint": "2800",
            "name": "BRAILLE PATTERN BLANK",
            "comments": [
                "while this character is imaged as a fixed-width blank in many fonts, it does not act as a space"
            ]
        },
        {
            "codepoint": "2801",
            "name": "BRAILLE PATTERN DOTS-1"
        },
        {
            "codepoint": "2802",
            "name": "BRAILLE PATTERN DOTS-2"
        },
        {
            "codepoint": "2803",
            "name": "BRAILLE PATTERN DOTS-12"
        },
        {
            "codepoint": "2804",
            "name": "BRAILLE PATTERN DOTS-3"
        },
        {
            "codepoint": "2805",
            "name": "BRAILLE PATTERN DOTS-13"
        },
        {
            "codepoint": "2806",
            "name": "BRAILLE PATTERN DOTS-23"
        },
        {
            "codepoint": "2807",
            "name": "BRAILLE PATTERN DOTS-123"
        },
        {
            "codepoint": "2808",
            "name": "BRAILLE PATTERN DOTS-4"
        },
        {
            "codepoint": "2809",
            "name": "BRAILLE PATTERN DOTS-14"
        },
        {
            "codepoint": "280A",
            "name": "BRAILLE PATTERN DOTS-24"
        },
        {
            "codepoint": "280B",
            "name": "BRAILLE PATTERN DOTS-124"
        },
        {
            "codepoint": "280C",
            "name": "BRAILLE PATTERN DOTS-34"
        },
        {
            "codepoint": "280D",
            "name": "BRAILLE PATTERN DOTS-134"
        },
        {
            "codepoint": "280E",
            "name": "BRAILLE PATTERN DOTS-234"
        },
        {
            "codepoint": "280F",
            "name": "BRAILLE PATTERN DOTS-1234"
        },
        {
            "codepoint": "2810",
            "name": "BRAILLE PATTERN DOTS-5"
        },
        {
            "codepoint": "2811",
            "name": "BRAILLE PATTERN DOTS-15"
        },
        {
            "codepoint": "2812",
            "name": "BRAILLE PATTERN DOTS-25"
        },
        {
            "codepoint": "2813",
            "name": "BRAILLE PATTERN DOTS-125"
        },
        {
            "codepoint": "2814",
            "name": "BRAILLE PATTERN DOTS-35"
        },
        {
            "codepoint": "2815",
            "name": "BRAILLE PATTERN DOTS-135"
        },
        {
            "codepoint": "2816",
            "name": "BRAILLE PATTERN DOTS-235"
        },
        {
            "codepoint": "2817",
            "name": "BRAILLE PATTERN DOTS-1235"
        },
        {
            "codepoint": "2818",
            "name": "BRAILLE PATTERN DOTS-45"
        },
        {
            "codepoint": "2819",
            "name": "BRAILLE PATTERN DOTS-145"
        },
        {
            "codepoint": "281A",
            "name": "BRAILLE PATTERN DOTS-245"
        },
        {
            "codepoint": "281B",
            "name": "BRAILLE PATTERN DOTS-1245"
        },
        {
            "codepoint": "281C",
            "name": "BRAILLE PATTERN DOTS-345"
        },
        {
            "codepoint": "281D",
            "name": "BRAILLE PATTERN DOTS-1345"
        },
        {
            "codepoint": "281E",
            "name": "BRAILLE PATTERN DOTS-2345"
        },
        {
            "codepoint": "281F",
            "name": "BRAILLE PATTERN DOTS-12345"
        },
        {
            "codepoint": "2820",
            "name": "BRAILLE PATTERN DOTS-6"
        },
        {
            "codepoint": "2821",
            "name": "BRAILLE PATTERN DOTS-16"
        },
        {
            "codepoint": "2822",
            "name": "BRAILLE PATTERN DOTS-26"
        },
        {
            "codepoint": "2823",
            "name": "BRAILLE PATTERN DOTS-126"
        },
        {
            "codepoint": "2824",
            "name": "BRAILLE PATTERN DOTS-36"
        },
        {
            "codepoint": "2825",
            "name": "BRAILLE PATTERN DOTS-136"
        },
        {
            "codepoint": "2826",
            "name": "BRAILLE PATTERN DOTS-236"
        },
        {
            "codepoint": "2827",
            "name": "BRAILLE PATTERN DOTS-1236"
        },
        {
            "codepoint": "2828",
            "name": "BRAILLE PATTERN DOTS-46"
        },
        {
            "codepoint": "2829",
            "name": "BRAILLE PATTERN DOTS-146"
        },
        {
            "codepoint": "282A",
            "name": "BRAILLE PATTERN DOTS-246"
        },
        {
            "codepoint": "282B",
            "name": "BRAILLE PATTERN DOTS-1246"
        },
        {
            "codepoint": "282C",
            "name": "BRAILLE PATTERN DOTS-346"
        },
        {
            "codepoint": "282D",
            "name": "BRAILLE PATTERN DOTS-1346"
        },
        {
            "codepoint": "282E",
            "name": "BRAILLE PATTERN DOTS-2346"
        },
        {
            "codepoint": "282F",
            "name": "BRAILLE PATTERN DOTS-12346"
        },
        {
            "codepoint": "2830",
            "name": "BRAILLE PATTERN DOTS-56"
        },
        {
            "codepoint": "2831",
            "name": "BRAILLE PATTERN DOTS-156"
        },
        {
            "codepoint": "2832",
            "name": "BRAILLE PATTERN DOTS-256"
        },
        {
            "codepoint": "2833",
            "name": "BRAILLE PATTERN DOTS-1256"
        },
        {
            "codepoint": "2834",
            "name": "BRAILLE PATTERN DOTS-356"
        },
        {
            "codepoint": "2835",
            "name": "BRAILLE PATTERN DOTS-1356"
        },
        {
            "codepoint": "2836",
            "name": "BRAILLE PATTERN DOTS-2356"
        },
        {
            "codepoint": "2837",
            "name": "BRAILLE PATTERN DOTS-12356"
        },
        {
            "codepoint": "2838",
            "name": "BRAILLE PATTERN DOTS-456"
        },
        {
            "codepoint": "2839",
            "name": "BRAILLE PATTERN DOTS-1456"
        },
        {
            "codepoint": "283A",
            "name": "BRAILLE PATTERN DOTS-2456"
        },
        {
            "codepoint": "283B",
            "name": "BRAILLE PATTERN DOTS-12456"
        },
        {
            "codepoint": "283C",
            "name": "BRAILLE PATTERN DOTS-3456"
        },
        {
            "codepoint": "283D",
            "name": "BRAILLE PATTERN DOTS-13456"
        },
        {
            "codepoint": "283E",
            "name": "BRAILLE PATTERN DOTS-23456"
        },
        {
            "codepoint": "283F",
            "name": "BRAILLE PATTERN DOTS-123456"
        },
        {
            "codepoint": "2840",
            "name": "BRAILLE PATTERN DOTS-7"
        },
        {
            "codepoint": "2841",
            "name": "BRAILLE PATTERN DOTS-17"
        },
        {
            "codepoint": "2842",
            "name": "BRAILLE PATTERN DOTS-27"
        },
        {
            "codepoint": "2843",
            "name": "BRAILLE PATTERN DOTS-127"
        },
        {
            "codepoint": "2844",
            "name": "BRAILLE PATTERN DOTS-37"
        },
        {
            "codepoint": "2845",
            "name": "BRAILLE PATTERN DOTS-137"
        },
        {
            "codepoint": "2846",
            "name": "BRAILLE PATTERN DOTS-237"
        },
        {
            "codepoint": "2847",
            "name": "BRAILLE PATTERN DOTS-1237"
        },
        {
            "codepoint": "2848",
            "name": "BRAILLE PATTERN DOTS-47"
        },
        {
            "codepoint": "2849",
            "name": "BRAILLE PATTERN DOTS-147"
        },
        {
            "codepoint": "284A",
            "name": "BRAILLE PATTERN DOTS-247"
        },
        {
            "codepoint": "284B",
            "name": "BRAILLE PATTERN DOTS-1247"
        },
        {
            "codepoint": "284C",
            "name": "BRAILLE PATTERN DOTS-347"
        },
        {
            "codepoint": "284D",
            "name": "BRAILLE PATTERN DOTS-1347"
        },
        {
            "codepoint": "284E",
            "name": "BRAILLE PATTERN DOTS-2347"
        },
        {
            "codepoint": "284F",
            "name": "BRAILLE PATTERN DOTS-12347"
        },
        {
            "codepoint": "2850",
            "name": "BRAILLE PATTERN DOTS-57"
        },
        {
            "codepoint": "2851",
            "name": "BRAILLE PATTERN DOTS-157"
        },
        {
            "codepoint": "2852",
            "name": "BRAILLE PATTERN DOTS-257"
        },
        {
            "codepoint": "2853",
            "name": "BRAILLE PATTERN DOTS-1257"
        },
        {
            "codepoint": "2854",
            "name": "BRAILLE PATTERN DOTS-357"
        },
        {
            "codepoint": "2855",
            "name": "BRAILLE PATTERN DOTS-1357"
        },
        {
            "codepoint": "2856",
            "name": "BRAILLE PATTERN DOTS-2357"
        },
        {
            "codepoint": "2857",
            "name": "BRAILLE PATTERN DOTS-12357"
        },
        {
            "codepoint": "2858",
            "name": "BRAILLE PATTERN DOTS-457"
        },
        {
            "codepoint": "2859",
            "name": "BRAILLE PATTERN DOTS-1457"
        },
        {
            "codepoint": "285A",
            "name": "BRAILLE PATTERN DOTS-2457"
        },
        {
            "codepoint": "285B",
            "name": "BRAILLE PATTERN DOTS-12457"
        },
        {
            "codepoint": "285C",
            "name": "BRAILLE PATTERN DOTS-3457"
        },
        {
            "codepoint": "285D",
            "name": "BRAILLE PATTERN DOTS-13457"
        },
        {
            "codepoint": "285E",
            "name": "BRAILLE PATTERN DOTS-23457"
        },
        {
            "codepoint": "285F",
            "name": "BRAILLE PATTERN DOTS-123457"
        },
        {
            "codepoint": "2860",
            "name": "BRAILLE PATTERN DOTS-67"
        },
        {
            "codepoint": "2861",
            "name": "BRAILLE PATTERN DOTS-167"
        },
        {
            "codepoint": "2862",
            "name": "BRAILLE PATTERN DOTS-267"
        },
        {
            "codepoint": "2863",
            "name": "BRAILLE PATTERN DOTS-1267"
        },
        {
            "codepoint": "2864",
            "name": "BRAILLE PATTERN DOTS-367"
        },
        {
            "codepoint": "2865",
            "name": "BRAILLE PATTERN DOTS-1367"
        },
        {
            "codepoint": "2866",
            "name": "BRAILLE PATTERN DOTS-2367"
        },
        {
            "codepoint": "2867",
            "name": "BRAILLE PATTERN DOTS-12367"
        },
        {
            "codepoint": "2868",
            "name": "BRAILLE PATTERN DOTS-467"
        },
        {
            "codepoint": "2869",
            "name": "BRAILLE PATTERN DOTS-1467"
        },
        {
            "codepoint": "286A",
            "name": "BRAILLE PATTERN DOTS-2467"
        },
        {
            "codepoint": "286B",
            "name": "BRAILLE PATTERN DOTS-12467"
        },
        {
            "codepoint": "286C",
            "name": "BRAILLE PATTERN DOTS-3467"
        },
        {
            "codepoint": "286D",
            "name": "BRAILLE PATTERN DOTS-13467"
        },
        {
            "codepoint": "286E",
            "name": "BRAILLE PATTERN DOTS-23467"
        },
        {
            "codepoint": "286F",
            "name": "BRAILLE PATTERN DOTS-123467"
        },
        {
            "codepoint": "2870",
            "name": "BRAILLE PATTERN DOTS-567"
        },
        {
            "codepoint": "2871",
            "name": "BRAILLE PATTERN DOTS-1567"
        },
        {
            "codepoint": "2872",
            "name": "BRAILLE PATTERN DOTS-2567"
        },
        {
            "codepoint": "2873",
            "name": "BRAILLE PATTERN DOTS-12567"
        },
        {
            "codepoint": "2874",
            "name": "BRAILLE PATTERN DOTS-3567"
        },
        {
            "codepoint": "2875",
            "name": "BRAILLE PATTERN DOTS-13567"
        },
        {
            "codepoint": "2876",
            "name": "BRAILLE PATTERN DOTS-23567"
        },
        {
            "codepoint": "2877",
            "name": "BRAILLE PATTERN DOTS-123567"
        },
        {
            "codepoint": "2878",
            "name": "BRAILLE PATTERN DOTS-4567"
        },
        {
            "codepoint": "2879",
            "name": "BRAILLE PATTERN DOTS-14567"
        },
        {
            "codepoint": "287A",
            "name": "BRAILLE PATTERN DOTS-24567"
        },
        {
            "codepoint": "287B",
            "name": "BRAILLE PATTERN DOTS-124567"
        },
        {
            "codepoint": "287C",
            "name": "BRAILLE PATTERN DOTS-34567"
        },
        {
            "codepoint": "287D",
            "name": "BRAILLE PATTERN DOTS-134567"
        },
        {
            "codepoint": "287E",
            "name": "BRAILLE PATTERN DOTS-234567"
        },
        {
            "codepoint": "287F",
            "name": "BRAILLE PATTERN DOTS-1234567"
        },
        {
            "codepoint": "2880",
            "name": "BRAILLE PATTERN DOTS-8"
        },
        {
            "codepoint": "2881",
            "name": "BRAILLE PATTERN DOTS-18"
        },
        {
            "codepoint": "2882",
            "name": "BRAILLE PATTERN DOTS-28"
        },
        {
            "codepoint": "2883",
            "name": "BRAILLE PATTERN DOTS-128"
        },
        {
            "codepoint": "2884",
            "name": "BRAILLE PATTERN DOTS-38"
        },
        {
            "codepoint": "2885",
            "name": "BRAILLE PATTERN DOTS-138"
        },
        {
            "codepoint": "2886",
            "name": "BRAILLE PATTERN DOTS-238"
        },
        {
            "codepoint": "2887",
            "name": "BRAILLE PATTERN DOTS-1238"
        },
        {
            "codepoint": "2888",
            "name": "BRAILLE PATTERN DOTS-48"
        },
        {
            "codepoint": "2889",
            "name": "BRAILLE PATTERN DOTS-148"
        },
        {
            "codepoint": "288A",
            "name": "BRAILLE PATTERN DOTS-248"
        },
        {
            "codepoint": "288B",
            "name": "BRAILLE PATTERN DOTS-1248"
        },
        {
            "codepoint": "288C",
            "name": "BRAILLE PATTERN DOTS-348"
        },
        {
            "codepoint": "288D",
            "name": "BRAILLE PATTERN DOTS-1348"
        },
        {
            "codepoint": "288E",
            "name": "BRAILLE PATTERN DOTS-2348"
        },
        {
            "codepoint": "288F",
            "name": "BRAILLE PATTERN DOTS-12348"
        },
        {
            "codepoint": "2890",
            "name": "BRAILLE PATTERN DOTS-58"
        },
        {
            "codepoint": "2891",
            "name": "BRAILLE PATTERN DOTS-158"
        },
        {
            "codepoint": "2892",
            "name": "BRAILLE PATTERN DOTS-258"
        },
        {
            "codepoint": "2893",
            "name": "BRAILLE PATTERN DOTS-1258"
        },
        {
            "codepoint": "2894",
            "name": "BRAILLE PATTERN DOTS-358"
        },
        {
            "codepoint": "2895",
            "name": "BRAILLE PATTERN DOTS-1358"
        },
        {
            "codepoint": "2896",
            "name": "BRAILLE PATTERN DOTS-2358"
        },
        {
            "codepoint": "2897",
            "name": "BRAILLE PATTERN DOTS-12358"
        },
        {
            "codepoint": "2898",
            "name": "BRAILLE PATTERN DOTS-458"
        },
        {
            "codepoint": "2899",
            "name": "BRAILLE PATTERN DOTS-1458"
        },
        {
            "codepoint": "289A",
            "name": "BRAILLE PATTERN DOTS-2458"
        },
        {
            "codepoint": "289B",
            "name": "BRAILLE PATTERN DOTS-12458"
        },
        {
            "codepoint": "289C",
            "name": "BRAILLE PATTERN DOTS-3458"
        },
        {
            "codepoint": "289D",
            "name": "BRAILLE PATTERN DOTS-13458"
        },
        {
            "codepoint": "289E",
            "name": "BRAILLE PATTERN DOTS-23458"
        },
        {
            "codepoint": "289F",
            "name": "BRAILLE PATTERN DOTS-123458"
        },
        {
            "codepoint": "28A0",
            "name": "BRAILLE PATTERN DOTS-68"
        },
        {
            "codepoint": "28A1",
            "name": "BRAILLE PATTERN DOTS-168"
        },
        {
            "codepoint": "28A2",
            "name": "BRAILLE PATTERN DOTS-268"
        },
        {
            "codepoint": "28A3",
            "name": "BRAILLE PATTERN DOTS-1268"
        },
        {
            "codepoint": "28A4",
            "name": "BRAILLE PATTERN DOTS-368"
        },
        {
            "codepoint": "28A5",
            "name": "BRAILLE PATTERN DOTS-1368"
        },
        {
            "codepoint": "28A6",
            "name": "BRAILLE PATTERN DOTS-2368"
        },
        {
            "codepoint": "28A7",
            "name": "BRAILLE PATTERN DOTS-12368"
        },
        {
            "codepoint": "28A8",
            "name": "BRAILLE PATTERN DOTS-468"
        },
        {
            "codepoint": "28A9",
            "name": "BRAILLE PATTERN DOTS-1468"
        },
        {
            "codepoint": "28AA",
            "name": "BRAILLE PATTERN DOTS-2468"
        },
        {
            "codepoint": "28AB",
            "name": "BRAILLE PATTERN DOTS-12468"
        },
        {
            "codepoint": "28AC",
            "name": "BRAILLE PATTERN DOTS-3468"
        },
        {
            "codepoint": "28AD",
            "name": "BRAILLE PATTERN DOTS-13468"
        },
        {
            "codepoint": "28AE",
            "name": "BRAILLE PATTERN DOTS-23468"
        },
        {
            "codepoint": "28AF",
            "name": "BRAILLE PATTERN DOTS-123468"
        },
        {
            "codepoint": "28B0",
            "name": "BRAILLE PATTERN DOTS-568"
        },
        {
            "codepoint": "28B1",
            "name": "BRAILLE PATTERN DOTS-1568"
        },
        {
            "codepoint": "28B2",
            "name": "BRAILLE PATTERN DOTS-2568"
        },
        {
            "codepoint": "28B3",
            "name": "BRAILLE PATTERN DOTS-12568"
        },
        {
            "codepoint": "28B4",
            "name": "BRAILLE PATTERN DOTS-3568"
        },
        {
            "codepoint": "28B5",
            "name": "BRAILLE PATTERN DOTS-13568"
        },
        {
            "codepoint": "28B6",
            "name": "BRAILLE PATTERN DOTS-23568"
        },
        {
            "codepoint": "28B7",
            "name": "BRAILLE PATTERN DOTS-123568"
        },
        {
            "codepoint": "28B8",
            "name": "BRAILLE PATTERN DOTS-4568"
        },
        {
            "codepoint": "28B9",
            "name": "BRAILLE PATTERN DOTS-14568"
        },
        {
            "codepoint": "28BA",
            "name": "BRAILLE PATTERN DOTS-24568"
        },
        {
            "codepoint": "28BB",
            "name": "BRAILLE PATTERN DOTS-124568"
        },
        {
            "codepoint": "28BC",
            "name": "BRAILLE PATTERN DOTS-34568"
        },
        {
            "codepoint": "28BD",
            "name": "BRAILLE PATTERN DOTS-134568"
        },
        {
            "codepoint": "28BE",
            "name": "BRAILLE PATTERN DOTS-234568"
        },
        {
            "codepoint": "28BF",
            "name": "BRAILLE PATTERN DOTS-1234568"
        },
        {
            "codepoint": "28C0",
            "name": "BRAILLE PATTERN DOTS-78"
        },
        {
            "codepoint": "28C1",
            "name": "BRAILLE PATTERN DOTS-178"
        },
        {
            "codepoint": "28C2",
            "name": "BRAILLE PATTERN DOTS-278"
        },
        {
            "codepoint": "28C3",
            "name": "BRAILLE PATTERN DOTS-1278"
        },
        {
            "codepoint": "28C4",
            "name": "BRAILLE PATTERN DOTS-378"
        },
        {
            "codepoint": "28C5",
            "name": "BRAILLE PATTERN DOTS-1378"
        },
        {
            "codepoint": "28C6",
            "name": "BRAILLE PATTERN DOTS-2378"
        },
        {
            "codepoint": "28C7",
            "name": "BRAILLE PATTERN DOTS-12378"
        },
        {
            "codepoint": "28C8",
            "name": "BRAILLE PATTERN DOTS-478"
        },
        {
            "codepoint": "28C9",
            "name": "BRAILLE PATTERN DOTS-1478"
        },
        {
            "codepoint": "28CA",
            "name": "BRAILLE PATTERN DOTS-2478"
        },
        {
            "codepoint": "28CB",
            "name": "BRAILLE PATTERN DOTS-12478"
        },
        {
            "codepoint": "28CC",
            "name": "BRAILLE PATTERN DOTS-3478"
        },
        {
            "codepoint": "28CD",
            "name": "BRAILLE PATTERN DOTS-13478"
        },
        {
            "codepoint": "28CE",
            "name": "BRAILLE PATTERN DOTS-23478"
        },
        {
            "codepoint": "28CF",
            "name": "BRAILLE PATTERN DOTS-123478"
        },
        {
            "codepoint": "28D0",
            "name": "BRAILLE PATTERN DOTS-578"
        },
        {
            "codepoint": "28D1",
            "name": "BRAILLE PATTERN DOTS-1578"
        },
        {
            "codepoint": "28D2",
            "name": "BRAILLE PATTERN DOTS-2578"
        },
        {
            "codepoint": "28D3",
            "name": "BRAILLE PATTERN DOTS-12578"
        },
        {
            "codepoint": "28D4",
            "name": "BRAILLE PATTERN DOTS-3578"
        },
        {
            "codepoint": "28D5",
            "name": "BRAILLE PATTERN DOTS-13578"
        },
        {
            "codepoint": "28D6",
            "name": "BRAILLE PATTERN DOTS-23578"
        },
        {
            "codepoint": "28D7",
            "name": "BRAILLE PATTERN DOTS-123578"
        },
        {
            "codepoint": "28D8",
            "name": "BRAILLE PATTERN DOTS-4578"
        },
        {
            "codepoint": "28D9",
            "name": "BRAILLE PATTERN DOTS-14578"
        },
        {
            "codepoint": "28DA",
            "name": "BRAILLE PATTERN DOTS-24578"
        },
        {
            "codepoint": "28DB",
            "name": "BRAILLE PATTERN DOTS-124578"
        },
        {
            "codepoint": "28DC",
            "name": "BRAILLE PATTERN DOTS-34578"
        },
        {
            "codepoint": "28DD",
            "name": "BRAILLE PATTERN DOTS-134578"
        },
        {
            "codepoint": "28DE",
            "name": "BRAILLE PATTERN DOTS-234578"
        },
        {
            "codepoint": "28DF",
            "name": "BRAILLE PATTERN DOTS-1234578"
        },
        {
            "codepoint": "28E0",
            "name": "BRAILLE PATTERN DOTS-678"
        },
        {
            "codepoint": "28E1",
            "name": "BRAILLE PATTERN DOTS-1678"
        },
        {
            "codepoint": "28E2",
            "name": "BRAILLE PATTERN DOTS-2678"
        },
        {
            "codepoint": "28E3",
            "name": "BRAILLE PATTERN DOTS-12678"
        },
        {
            "codepoint": "28E4",
            "name": "BRAILLE PATTERN DOTS-3678"
        },
        {
            "codepoint": "28E5",
            "name": "BRAILLE PATTERN DOTS-13678"
        },
        {
            "codepoint": "28E6",
            "name": "BRAILLE PATTERN DOTS-23678"
        },
        {
            "codepoint": "28E7",
            "name": "BRAILLE PATTERN DOTS-123678"
        },
        {
            "codepoint": "28E8",
            "name": "BRAILLE PATTERN DOTS-4678"
        },
        {
            "codepoint": "28E9",
            "name": "BRAILLE PATTERN DOTS-14678"
        },
        {
            "codepoint": "28EA",
            "name": "BRAILLE PATTERN DOTS-24678"
        },
        {
            "codepoint": "28EB",
            "name": "BRAILLE PATTERN DOTS-124678"
        },
        {
            "codepoint": "28EC",
            "name": "BRAILLE PATTERN DOTS-34678"
        },
        {
            "codepoint": "28ED",
            "name": "BRAILLE PATTERN DOTS-134678"
        },
        {
            "codepoint": "28EE",
            "name": "BRAILLE PATTERN DOTS-234678"
        },
        {
            "codepoint": "28EF",
            "name": "BRAILLE PATTERN DOTS-1234678"
        },
        {
            "codepoint": "28F0",
            "name": "BRAILLE PATTERN DOTS-5678"
        },
        {
            "codepoint": "28F1",
            "name": "BRAILLE PATTERN DOTS-15678"
        },
        {
            "codepoint": "28F2",
            "name": "BRAILLE PATTERN DOTS-25678"
        },
        {
            "codepoint": "28F3",
            "name": "BRAILLE PATTERN DOTS-125678"
        },
        {
            "codepoint": "28F4",
            "name": "BRAILLE PATTERN DOTS-35678"
        },
        {
            "codepoint": "28F5",
            "name": "BRAILLE PATTERN DOTS-135678"
        },
        {
            "codepoint": "28F6",
            "name": "BRAILLE PATTERN DOTS-235678"
        },
        {
            "codepoint": "28F7",
            "name": "BRAILLE PATTERN DOTS-1235678"
        },
        {
            "codepoint": "28F8",
            "name": "BRAILLE PATTERN DOTS-45678"
        },
        {
            "codepoint": "28F9",
            "name": "BRAILLE PATTERN DOTS-145678"
        },
        {
            "codepoint": "28FA",
            "name": "BRAILLE PATTERN DOTS-245678"
        },
        {
            "codepoint": "28FB",
            "name": "BRAILLE PATTERN DOTS-1245678"
        },
        {
            "codepoint": "28FC",
            "name": "BRAILLE PATTERN DOTS-345678"
        },
        {
            "codepoint": "28FD",
            "name": "BRAILLE PATTERN DOTS-1345678"
        },
        {
            "codepoint": "28FE",
            "name": "BRAILLE PATTERN DOTS-2345678"
        },
        {
            "codepoint": "28FF",
            "name": "BRAILLE PATTERN DOTS-12345678"
        },
        {
            "codepoint": "2900",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
            "aliases": [
                "z notation partial surjection"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with vertical stroke - 2B34)"
            ]
        },
        {
            "codepoint": "2901",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "z notation finite surjection"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with double vertical stroke - 2B35)"
            ]
        },
        {
            "codepoint": "2902",
            "name": "LEFTWARDS DOUBLE ARROW WITH VERTICAL STROKE"
        },
        {
            "codepoint": "2903",
            "name": "RIGHTWARDS DOUBLE ARROW WITH VERTICAL STROKE"
        },
        {
            "codepoint": "2904",
            "name": "LEFT RIGHT DOUBLE ARROW WITH VERTICAL STROKE"
        },
        {
            "codepoint": "2905",
            "name": "RIGHTWARDS TWO-HEADED ARROW FROM BAR",
            "aliases": [
                "maps to"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow from bar - 2B36)"
            ]
        },
        {
            "codepoint": "2906",
            "name": "LEFTWARDS DOUBLE ARROW FROM BAR",
            "aliases": [
                "maps from"
            ],
            "crossReferences": [
                "(long leftwards arrow from bar - 27FB)"
            ]
        },
        {
            "codepoint": "2907",
            "name": "RIGHTWARDS DOUBLE ARROW FROM BAR",
            "aliases": [
                "maps to"
            ],
            "crossReferences": [
                "(long rightwards arrow from bar - 27FC)"
            ]
        },
        {
            "codepoint": "2908",
            "name": "DOWNWARDS ARROW WITH HORIZONTAL STROKE"
        },
        {
            "codepoint": "2909",
            "name": "UPWARDS ARROW WITH HORIZONTAL STROKE"
        },
        {
            "codepoint": "290A",
            "name": "UPWARDS TRIPLE ARROW",
            "crossReferences": [
                "(upwards double arrow - 21D1)",
                "(upwards quadruple arrow - 27F0)"
            ]
        },
        {
            "codepoint": "290B",
            "name": "DOWNWARDS TRIPLE ARROW",
            "crossReferences": [
                "(downwards double arrow - 21D3)",
                "(downwards quadruple arrow - 27F1)"
            ]
        },
        {
            "codepoint": "290C",
            "name": "LEFTWARDS DOUBLE DASH ARROW"
        },
        {
            "codepoint": "290D",
            "name": "RIGHTWARDS DOUBLE DASH ARROW"
        },
        {
            "codepoint": "290E",
            "name": "LEFTWARDS TRIPLE DASH ARROW"
        },
        {
            "codepoint": "290F",
            "name": "RIGHTWARDS TRIPLE DASH ARROW"
        },
        {
            "codepoint": "2910",
            "name": "RIGHTWARDS TWO-HEADED TRIPLE DASH ARROW",
            "crossReferences": [
                "(leftwards two-headed triple dash arrow - 2B37)"
            ]
        },
        {
            "codepoint": "2911",
            "name": "RIGHTWARDS ARROW WITH DOTTED STEM",
            "crossReferences": [
                "(leftwards arrow with dotted stem - 2B38)"
            ]
        },
        {
            "codepoint": "2912",
            "name": "UPWARDS ARROW TO BAR"
        },
        {
            "codepoint": "2913",
            "name": "DOWNWARDS ARROW TO BAR"
        },
        {
            "codepoint": "2914",
            "name": "RIGHTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
            "aliases": [
                "z notation partial injection"
            ],
            "crossReferences": [
                "(leftwards arrow with tail with vertical stroke - 2B39)"
            ]
        },
        {
            "codepoint": "2915",
            "name": "RIGHTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "z notation finite injection"
            ],
            "crossReferences": [
                "(leftwards arrow with tail with double vertical stroke - 2B3A)"
            ]
        },
        {
            "codepoint": "2916",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH TAIL",
            "aliases": [
                "bijective mapping",
                "z notation bijection"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with tail - 2B3B)"
            ]
        },
        {
            "codepoint": "2917",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
            "aliases": [
                "z notation surjective injection"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with tail with vertical stroke - 2B3C)"
            ]
        },
        {
            "codepoint": "2918",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "z notation finite surjective injection"
            ],
            "crossReferences": [
                "(leftwards two-headed arrow with tail with double vertical stroke - 2B3D)"
            ]
        },
        {
            "codepoint": "2919",
            "name": "LEFTWARDS ARROW-TAIL"
        },
        {
            "codepoint": "291A",
            "name": "RIGHTWARDS ARROW-TAIL"
        },
        {
            "codepoint": "291B",
            "name": "LEFTWARDS DOUBLE ARROW-TAIL"
        },
        {
            "codepoint": "291C",
            "name": "RIGHTWARDS DOUBLE ARROW-TAIL"
        },
        {
            "codepoint": "291D",
            "name": "LEFTWARDS ARROW TO BLACK DIAMOND"
        },
        {
            "codepoint": "291E",
            "name": "RIGHTWARDS ARROW TO BLACK DIAMOND"
        },
        {
            "codepoint": "291F",
            "name": "LEFTWARDS ARROW FROM BAR TO BLACK DIAMOND"
        },
        {
            "codepoint": "2920",
            "name": "RIGHTWARDS ARROW FROM BAR TO BLACK DIAMOND"
        },
        {
            "codepoint": "2921",
            "name": "NORTH WEST AND SOUTH EAST ARROW"
        },
        {
            "codepoint": "2922",
            "name": "NORTH EAST AND SOUTH WEST ARROW"
        },
        {
            "codepoint": "2923",
            "name": "NORTH WEST ARROW WITH HOOK"
        },
        {
            "codepoint": "2924",
            "name": "NORTH EAST ARROW WITH HOOK"
        },
        {
            "codepoint": "2925",
            "name": "SOUTH EAST ARROW WITH HOOK"
        },
        {
            "codepoint": "2926",
            "name": "SOUTH WEST ARROW WITH HOOK"
        },
        {
            "codepoint": "2927",
            "name": "NORTH WEST ARROW AND NORTH EAST ARROW"
        },
        {
            "codepoint": "2928",
            "name": "NORTH EAST ARROW AND SOUTH EAST ARROW"
        },
        {
            "codepoint": "2929",
            "name": "SOUTH EAST ARROW AND SOUTH WEST ARROW"
        },
        {
            "codepoint": "292A",
            "name": "SOUTH WEST ARROW AND NORTH WEST ARROW"
        },
        {
            "codepoint": "292B",
            "name": "RISING DIAGONAL CROSSING FALLING DIAGONAL"
        },
        {
            "codepoint": "292C",
            "name": "FALLING DIAGONAL CROSSING RISING DIAGONAL",
            "crossReferences": [
                "(crossing lanes - 26CC)"
            ]
        },
        {
            "codepoint": "292D",
            "name": "SOUTH EAST ARROW CROSSING NORTH EAST ARROW"
        },
        {
            "codepoint": "292E",
            "name": "NORTH EAST ARROW CROSSING SOUTH EAST ARROW"
        },
        {
            "codepoint": "292F",
            "name": "FALLING DIAGONAL CROSSING NORTH EAST ARROW"
        },
        {
            "codepoint": "2930",
            "name": "RISING DIAGONAL CROSSING SOUTH EAST ARROW"
        },
        {
            "codepoint": "2931",
            "name": "NORTH EAST ARROW CROSSING NORTH WEST ARROW"
        },
        {
            "codepoint": "2932",
            "name": "NORTH WEST ARROW CROSSING NORTH EAST ARROW"
        },
        {
            "codepoint": "2933",
            "name": "WAVE ARROW POINTING DIRECTLY RIGHT",
            "crossReferences": [
                "(rightwards wave arrow - 219D)",
                "(wave arrow pointing directly left - 2B3F)"
            ]
        },
        {
            "codepoint": "2934",
            "name": "ARROW POINTING RIGHTWARDS THEN CURVING UPWARDS"
        },
        {
            "codepoint": "2935",
            "name": "ARROW POINTING RIGHTWARDS THEN CURVING DOWNWARDS"
        },
        {
            "codepoint": "2936",
            "name": "ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS"
        },
        {
            "codepoint": "2937",
            "name": "ARROW POINTING DOWNWARDS THEN CURVING RIGHTWARDS"
        },
        {
            "codepoint": "2938",
            "name": "RIGHT-SIDE ARC CLOCKWISE ARROW"
        },
        {
            "codepoint": "2939",
            "name": "LEFT-SIDE ARC ANTICLOCKWISE ARROW"
        },
        {
            "codepoint": "293A",
            "name": "TOP ARC ANTICLOCKWISE ARROW"
        },
        {
            "codepoint": "293B",
            "name": "BOTTOM ARC ANTICLOCKWISE ARROW"
        },
        {
            "codepoint": "293C",
            "name": "TOP ARC CLOCKWISE ARROW WITH MINUS"
        },
        {
            "codepoint": "293D",
            "name": "TOP ARC ANTICLOCKWISE ARROW WITH PLUS"
        },
        {
            "codepoint": "293E",
            "name": "LOWER RIGHT SEMICIRCULAR CLOCKWISE ARROW"
        },
        {
            "codepoint": "293F",
            "name": "LOWER LEFT SEMICIRCULAR ANTICLOCKWISE ARROW"
        },
        {
            "codepoint": "2940",
            "name": "ANTICLOCKWISE CLOSED CIRCLE ARROW",
            "crossReferences": [
                "(combining anticlockwise ring overlay - 20DA)"
            ]
        },
        {
            "codepoint": "2941",
            "name": "CLOCKWISE CLOSED CIRCLE ARROW",
            "crossReferences": [
                "(combining clockwise ring overlay - 20D9)"
            ]
        },
        {
            "codepoint": "2942",
            "name": "RIGHTWARDS ARROW ABOVE SHORT LEFTWARDS ARROW"
        },
        {
            "codepoint": "2943",
            "name": "LEFTWARDS ARROW ABOVE SHORT RIGHTWARDS ARROW"
        },
        {
            "codepoint": "2944",
            "name": "SHORT RIGHTWARDS ARROW ABOVE LEFTWARDS ARROW"
        },
        {
            "codepoint": "2945",
            "name": "RIGHTWARDS ARROW WITH PLUS BELOW"
        },
        {
            "codepoint": "2946",
            "name": "LEFTWARDS ARROW WITH PLUS BELOW"
        },
        {
            "codepoint": "2947",
            "name": "RIGHTWARDS ARROW THROUGH X",
            "crossReferences": [
                "(leftwards arrow through x - 2B3E)"
            ]
        },
        {
            "codepoint": "2948",
            "name": "LEFT RIGHT ARROW THROUGH SMALL CIRCLE"
        },
        {
            "codepoint": "2949",
            "name": "UPWARDS TWO-HEADED ARROW FROM SMALL CIRCLE"
        },
        {
            "codepoint": "294A",
            "name": "LEFT BARB UP RIGHT BARB DOWN HARPOON"
        },
        {
            "codepoint": "294B",
            "name": "LEFT BARB DOWN RIGHT BARB UP HARPOON"
        },
        {
            "codepoint": "294C",
            "name": "UP BARB RIGHT DOWN BARB LEFT HARPOON"
        },
        {
            "codepoint": "294D",
            "name": "UP BARB LEFT DOWN BARB RIGHT HARPOON"
        },
        {
            "codepoint": "294E",
            "name": "LEFT BARB UP RIGHT BARB UP HARPOON"
        },
        {
            "codepoint": "294F",
            "name": "UP BARB RIGHT DOWN BARB RIGHT HARPOON"
        },
        {
            "codepoint": "2950",
            "name": "LEFT BARB DOWN RIGHT BARB DOWN HARPOON"
        },
        {
            "codepoint": "2951",
            "name": "UP BARB LEFT DOWN BARB LEFT HARPOON"
        },
        {
            "codepoint": "2952",
            "name": "LEFTWARDS HARPOON WITH BARB UP TO BAR"
        },
        {
            "codepoint": "2953",
            "name": "RIGHTWARDS HARPOON WITH BARB UP TO BAR"
        },
        {
            "codepoint": "2954",
            "name": "UPWARDS HARPOON WITH BARB RIGHT TO BAR"
        },
        {
            "codepoint": "2955",
            "name": "DOWNWARDS HARPOON WITH BARB RIGHT TO BAR"
        },
        {
            "codepoint": "2956",
            "name": "LEFTWARDS HARPOON WITH BARB DOWN TO BAR"
        },
        {
            "codepoint": "2957",
            "name": "RIGHTWARDS HARPOON WITH BARB DOWN TO BAR"
        },
        {
            "codepoint": "2958",
            "name": "UPWARDS HARPOON WITH BARB LEFT TO BAR"
        },
        {
            "codepoint": "2959",
            "name": "DOWNWARDS HARPOON WITH BARB LEFT TO BAR"
        },
        {
            "codepoint": "295A",
            "name": "LEFTWARDS HARPOON WITH BARB UP FROM BAR"
        },
        {
            "codepoint": "295B",
            "name": "RIGHTWARDS HARPOON WITH BARB UP FROM BAR"
        },
        {
            "codepoint": "295C",
            "name": "UPWARDS HARPOON WITH BARB RIGHT FROM BAR"
        },
        {
            "codepoint": "295D",
            "name": "DOWNWARDS HARPOON WITH BARB RIGHT FROM BAR"
        },
        {
            "codepoint": "295E",
            "name": "LEFTWARDS HARPOON WITH BARB DOWN FROM BAR"
        },
        {
            "codepoint": "295F",
            "name": "RIGHTWARDS HARPOON WITH BARB DOWN FROM BAR"
        },
        {
            "codepoint": "2960",
            "name": "UPWARDS HARPOON WITH BARB LEFT FROM BAR"
        },
        {
            "codepoint": "2961",
            "name": "DOWNWARDS HARPOON WITH BARB LEFT FROM BAR"
        },
        {
            "codepoint": "2962",
            "name": "LEFTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB DOWN"
        },
        {
            "codepoint": "2963",
            "name": "UPWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT"
        },
        {
            "codepoint": "2964",
            "name": "RIGHTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB DOWN"
        },
        {
            "codepoint": "2965",
            "name": "DOWNWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT"
        },
        {
            "codepoint": "2966",
            "name": "LEFTWARDS HARPOON WITH BARB UP ABOVE RIGHTWARDS HARPOON WITH BARB UP"
        },
        {
            "codepoint": "2967",
            "name": "LEFTWARDS HARPOON WITH BARB DOWN ABOVE RIGHTWARDS HARPOON WITH BARB DOWN"
        },
        {
            "codepoint": "2968",
            "name": "RIGHTWARDS HARPOON WITH BARB UP ABOVE LEFTWARDS HARPOON WITH BARB UP"
        },
        {
            "codepoint": "2969",
            "name": "RIGHTWARDS HARPOON WITH BARB DOWN ABOVE LEFTWARDS HARPOON WITH BARB DOWN"
        },
        {
            "codepoint": "296A",
            "name": "LEFTWARDS HARPOON WITH BARB UP ABOVE LONG DASH"
        },
        {
            "codepoint": "296B",
            "name": "LEFTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH"
        },
        {
            "codepoint": "296C",
            "name": "RIGHTWARDS HARPOON WITH BARB UP ABOVE LONG DASH"
        },
        {
            "codepoint": "296D",
            "name": "RIGHTWARDS HARPOON WITH BARB DOWN BELOW LONG DASH"
        },
        {
            "codepoint": "296E",
            "name": "UPWARDS HARPOON WITH BARB LEFT BESIDE DOWNWARDS HARPOON WITH BARB RIGHT"
        },
        {
            "codepoint": "296F",
            "name": "DOWNWARDS HARPOON WITH BARB LEFT BESIDE UPWARDS HARPOON WITH BARB RIGHT"
        },
        {
            "codepoint": "2970",
            "name": "RIGHT DOUBLE ARROW WITH ROUNDED HEAD",
            "crossReferences": [
                "(superset of - 2283)"
            ]
        },
        {
            "codepoint": "2971",
            "name": "EQUALS SIGN ABOVE RIGHTWARDS ARROW",
            "crossReferences": [
                "(equals sign above leftwards arrow - 2B40)"
            ]
        },
        {
            "codepoint": "2972",
            "name": "TILDE OPERATOR ABOVE RIGHTWARDS ARROW",
            "crossReferences": [
                "(reverse tilde operator above leftwards arrow - 2B41)"
            ]
        },
        {
            "codepoint": "2973",
            "name": "LEFTWARDS ARROW ABOVE TILDE OPERATOR",
            "crossReferences": [
                "(rightwards arrow above reverse tilde operator - 2B4C)"
            ]
        },
        {
            "codepoint": "2974",
            "name": "RIGHTWARDS ARROW ABOVE TILDE OPERATOR",
            "crossReferences": [
                "(leftwards arrow above reverse tilde operator - 2B4B)"
            ]
        },
        {
            "codepoint": "2975",
            "name": "RIGHTWARDS ARROW ABOVE ALMOST EQUAL TO",
            "crossReferences": [
                "(leftwards arrow above reverse almost equal to - 2B42)"
            ]
        },
        {
            "codepoint": "2976",
            "name": "LESS-THAN ABOVE LEFTWARDS ARROW"
        },
        {
            "codepoint": "2977",
            "name": "LEFTWARDS ARROW THROUGH LESS-THAN",
            "crossReferences": [
                "(rightwards arrow through greater-than - 2B43)"
            ]
        },
        {
            "codepoint": "2978",
            "name": "GREATER-THAN ABOVE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "2979",
            "name": "SUBSET ABOVE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "297A",
            "name": "LEFTWARDS ARROW THROUGH SUBSET",
            "crossReferences": [
                "(rightwards arrow through superset - 2B44)"
            ]
        },
        {
            "codepoint": "297B",
            "name": "SUPERSET ABOVE LEFTWARDS ARROW"
        },
        {
            "codepoint": "297C",
            "name": "LEFT FISH TAIL"
        },
        {
            "codepoint": "297D",
            "name": "RIGHT FISH TAIL"
        },
        {
            "codepoint": "297E",
            "name": "UP FISH TAIL"
        },
        {
            "codepoint": "297F",
            "name": "DOWN FISH TAIL"
        },
        {
            "codepoint": "2980",
            "name": "TRIPLE VERTICAL BAR DELIMITER",
            "crossReferences": [
                "(triple vertical bar binary relation - 2AF4)",
                "(large triple vertical bar operator - 2AFC)"
            ]
        },
        {
            "codepoint": "2981",
            "name": "Z NOTATION SPOT",
            "comments": [
                "medium-small-sized black circle"
            ],
            "crossReferences": [
                "(bullet operator - 2219)",
                "(black circle - 25CF)"
            ]
        },
        {
            "codepoint": "2982",
            "name": "Z NOTATION TYPE COLON",
            "crossReferences": [
                "(tibetan sign rnam bcad - 0F7F)"
            ]
        },
        {
            "codepoint": "2983",
            "name": "LEFT WHITE CURLY BRACKET"
        },
        {
            "codepoint": "2984",
            "name": "RIGHT WHITE CURLY BRACKET"
        },
        {
            "codepoint": "2985",
            "name": "LEFT WHITE PARENTHESIS",
            "crossReferences": [
                "(left double parenthesis - 2E28)",
                "(fullwidth left white parenthesis - FF5F)"
            ]
        },
        {
            "codepoint": "2986",
            "name": "RIGHT WHITE PARENTHESIS",
            "comments": [
                "used for Bourbakist intervals"
            ],
            "crossReferences": [
                "(right double parenthesis - 2E29)",
                "(fullwidth right white parenthesis - FF60)"
            ]
        },
        {
            "codepoint": "2987",
            "name": "Z NOTATION LEFT IMAGE BRACKET"
        },
        {
            "codepoint": "2988",
            "name": "Z NOTATION RIGHT IMAGE BRACKET"
        },
        {
            "codepoint": "2989",
            "name": "Z NOTATION LEFT BINDING BRACKET"
        },
        {
            "codepoint": "298A",
            "name": "Z NOTATION RIGHT BINDING BRACKET"
        },
        {
            "codepoint": "298B",
            "name": "LEFT SQUARE BRACKET WITH UNDERBAR"
        },
        {
            "codepoint": "298C",
            "name": "RIGHT SQUARE BRACKET WITH UNDERBAR"
        },
        {
            "codepoint": "298D",
            "name": "LEFT SQUARE BRACKET WITH TICK IN TOP CORNER"
        },
        {
            "codepoint": "298E",
            "name": "RIGHT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"
        },
        {
            "codepoint": "298F",
            "name": "LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER"
        },
        {
            "codepoint": "2990",
            "name": "RIGHT SQUARE BRACKET WITH TICK IN TOP CORNER"
        },
        {
            "codepoint": "2991",
            "name": "LEFT ANGLE BRACKET WITH DOT"
        },
        {
            "codepoint": "2992",
            "name": "RIGHT ANGLE BRACKET WITH DOT"
        },
        {
            "codepoint": "2993",
            "name": "LEFT ARC LESS-THAN BRACKET"
        },
        {
            "codepoint": "2994",
            "name": "RIGHT ARC GREATER-THAN BRACKET"
        },
        {
            "codepoint": "2995",
            "name": "DOUBLE LEFT ARC GREATER-THAN BRACKET"
        },
        {
            "codepoint": "2996",
            "name": "DOUBLE RIGHT ARC LESS-THAN BRACKET"
        },
        {
            "codepoint": "2997",
            "name": "LEFT BLACK TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(mathematical left white tortoise shell bracket - 27EC)",
                "(left tortoise shell bracket - 3014)",
                "(left white tortoise shell bracket - 3018)"
            ]
        },
        {
            "codepoint": "2998",
            "name": "RIGHT BLACK TORTOISE SHELL BRACKET"
        },
        {
            "codepoint": "2999",
            "name": "DOTTED FENCE",
            "comments": [
                "four close dots vertical"
            ]
        },
        {
            "codepoint": "299A",
            "name": "VERTICAL ZIGZAG LINE",
            "crossReferences": [
                "(wavy line - 2307)"
            ]
        },
        {
            "codepoint": "299B",
            "name": "MEASURED ANGLE OPENING LEFT",
            "crossReferences": [
                "(measured angle - 2221)"
            ]
        },
        {
            "codepoint": "299C",
            "name": "RIGHT ANGLE VARIANT WITH SQUARE",
            "crossReferences": [
                "(right angle - 221F)"
            ]
        },
        {
            "codepoint": "299D",
            "name": "MEASURED RIGHT ANGLE WITH DOT"
        },
        {
            "codepoint": "299E",
            "name": "ANGLE WITH S INSIDE"
        },
        {
            "codepoint": "299F",
            "name": "ACUTE ANGLE",
            "crossReferences": [
                "(angle - 2220)"
            ]
        },
        {
            "codepoint": "29A0",
            "name": "SPHERICAL ANGLE OPENING LEFT",
            "crossReferences": [
                "(spherical angle - 2222)"
            ]
        },
        {
            "codepoint": "29A1",
            "name": "SPHERICAL ANGLE OPENING UP"
        },
        {
            "codepoint": "29A2",
            "name": "TURNED ANGLE",
            "crossReferences": [
                "(angle - 2220)"
            ]
        },
        {
            "codepoint": "29A3",
            "name": "REVERSED ANGLE"
        },
        {
            "codepoint": "29A4",
            "name": "ANGLE WITH UNDERBAR"
        },
        {
            "codepoint": "29A5",
            "name": "REVERSED ANGLE WITH UNDERBAR"
        },
        {
            "codepoint": "29A6",
            "name": "OBLIQUE ANGLE OPENING UP"
        },
        {
            "codepoint": "29A7",
            "name": "OBLIQUE ANGLE OPENING DOWN"
        },
        {
            "codepoint": "29A8",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND RIGHT"
        },
        {
            "codepoint": "29A9",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING UP AND LEFT"
        },
        {
            "codepoint": "29AA",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND RIGHT"
        },
        {
            "codepoint": "29AB",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING DOWN AND LEFT"
        },
        {
            "codepoint": "29AC",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND UP"
        },
        {
            "codepoint": "29AD",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND UP"
        },
        {
            "codepoint": "29AE",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING RIGHT AND DOWN"
        },
        {
            "codepoint": "29AF",
            "name": "MEASURED ANGLE WITH OPEN ARM ENDING IN ARROW POINTING LEFT AND DOWN"
        },
        {
            "codepoint": "29B0",
            "name": "REVERSED EMPTY SET",
            "crossReferences": [
                "(empty set - 2205)",
                "(apl functional symbol circle backslash - 2349)"
            ]
        },
        {
            "codepoint": "29B1",
            "name": "EMPTY SET WITH OVERBAR"
        },
        {
            "codepoint": "29B2",
            "name": "EMPTY SET WITH SMALL CIRCLE ABOVE"
        },
        {
            "codepoint": "29B3",
            "name": "EMPTY SET WITH RIGHT ARROW ABOVE"
        },
        {
            "codepoint": "29B4",
            "name": "EMPTY SET WITH LEFT ARROW ABOVE"
        },
        {
            "codepoint": "29B5",
            "name": "CIRCLE WITH HORIZONTAL BAR",
            "comments": [
                "used in superscripted form to mean standard state (chemistry)"
            ],
            "crossReferences": [
                "(circled minus - 2296)"
            ]
        },
        {
            "codepoint": "29B6",
            "name": "CIRCLED VERTICAL BAR",
            "crossReferences": [
                "(alchemical symbol for nitre - 1F715)"
            ]
        },
        {
            "codepoint": "29B7",
            "name": "CIRCLED PARALLEL"
        },
        {
            "codepoint": "29B8",
            "name": "CIRCLED REVERSE SOLIDUS"
        },
        {
            "codepoint": "29B9",
            "name": "CIRCLED PERPENDICULAR"
        },
        {
            "codepoint": "29BA",
            "name": "CIRCLE DIVIDED BY HORIZONTAL BAR AND TOP HALF DIVIDED BY VERTICAL BAR"
        },
        {
            "codepoint": "29BB",
            "name": "CIRCLE WITH SUPERIMPOSED X",
            "crossReferences": [
                "(circled times - 2297)"
            ]
        },
        {
            "codepoint": "29BC",
            "name": "CIRCLED ANTICLOCKWISE-ROTATED DIVISION SIGN"
        },
        {
            "codepoint": "29BD",
            "name": "UP ARROW THROUGH CIRCLE"
        },
        {
            "codepoint": "29BE",
            "name": "CIRCLED WHITE BULLET",
            "crossReferences": [
                "(circled ring operator - 229A)",
                "(apl functional symbol circle jot - 233E)",
                "(bullseye - 25CE)"
            ]
        },
        {
            "codepoint": "29BF",
            "name": "CIRCLED BULLET",
            "comments": [
                "forms part of a graduated set of circles with enclosed black circle of different sizes"
            ],
            "crossReferences": [
                "(circled dot operator - 2299)",
                "(fisheye - 25C9)",
                "(n-ary circled dot operator - 2A00)"
            ]
        },
        {
            "codepoint": "29C0",
            "name": "CIRCLED LESS-THAN"
        },
        {
            "codepoint": "29C1",
            "name": "CIRCLED GREATER-THAN"
        },
        {
            "codepoint": "29C2",
            "name": "CIRCLE WITH SMALL CIRCLE TO THE RIGHT"
        },
        {
            "codepoint": "29C3",
            "name": "CIRCLE WITH TWO HORIZONTAL STROKES TO THE RIGHT"
        },
        {
            "codepoint": "29C4",
            "name": "SQUARED RISING DIAGONAL SLASH",
            "crossReferences": [
                "(apl functional symbol quad slash - 2341)",
                "(masu mark - 303C)"
            ]
        },
        {
            "codepoint": "29C5",
            "name": "SQUARED FALLING DIAGONAL SLASH",
            "crossReferences": [
                "(apl functional symbol quad backslash - 2342)"
            ]
        },
        {
            "codepoint": "29C6",
            "name": "SQUARED ASTERISK"
        },
        {
            "codepoint": "29C7",
            "name": "SQUARED SMALL CIRCLE",
            "crossReferences": [
                "(apl functional symbol quad jot - 233B)"
            ]
        },
        {
            "codepoint": "29C8",
            "name": "SQUARED SQUARE"
        },
        {
            "codepoint": "29C9",
            "name": "TWO JOINED SQUARES",
            "crossReferences": [
                "(overlapping white squares - 2BBA)"
            ]
        },
        {
            "codepoint": "29CA",
            "name": "TRIANGLE WITH DOT ABOVE"
        },
        {
            "codepoint": "29CB",
            "name": "TRIANGLE WITH UNDERBAR"
        },
        {
            "codepoint": "29CC",
            "name": "S IN TRIANGLE"
        },
        {
            "codepoint": "29CD",
            "name": "TRIANGLE WITH SERIFS AT BOTTOM",
            "crossReferences": [
                "(white up-pointing triangle - 25B3)"
            ]
        },
        {
            "codepoint": "29CE",
            "name": "RIGHT TRIANGLE ABOVE LEFT TRIANGLE"
        },
        {
            "codepoint": "29CF",
            "name": "LEFT TRIANGLE BESIDE VERTICAL BAR"
        },
        {
            "codepoint": "29D0",
            "name": "VERTICAL BAR BESIDE RIGHT TRIANGLE"
        },
        {
            "codepoint": "29D1",
            "name": "BOWTIE WITH LEFT HALF BLACK",
            "crossReferences": [
                "(bowtie - 22C8)"
            ]
        },
        {
            "codepoint": "29D2",
            "name": "BOWTIE WITH RIGHT HALF BLACK"
        },
        {
            "codepoint": "29D3",
            "name": "BLACK BOWTIE",
            "crossReferences": [
                "(left and right triangular half block - 1FB9B)"
            ]
        },
        {
            "codepoint": "29D4",
            "name": "TIMES WITH LEFT HALF BLACK",
            "crossReferences": [
                "(left normal factor semidirect product - 22C9)"
            ]
        },
        {
            "codepoint": "29D5",
            "name": "TIMES WITH RIGHT HALF BLACK",
            "crossReferences": [
                "(right normal factor semidirect product - 22CA)"
            ]
        },
        {
            "codepoint": "29D6",
            "name": "WHITE HOURGLASS",
            "aliases": [
                "vertical bowtie",
                "white framus"
            ],
            "crossReferences": [
                "(hourglass - 231B)"
            ]
        },
        {
            "codepoint": "29D7",
            "name": "BLACK HOURGLASS",
            "crossReferences": [
                "(upper and lower triangular half block - 1FB9A)"
            ]
        },
        {
            "codepoint": "29D8",
            "name": "LEFT WIGGLY FENCE",
            "crossReferences": [
                "(presentation form for vertical wavy low line - FE34)"
            ]
        },
        {
            "codepoint": "29D9",
            "name": "RIGHT WIGGLY FENCE"
        },
        {
            "codepoint": "29DA",
            "name": "LEFT DOUBLE WIGGLY FENCE"
        },
        {
            "codepoint": "29DB",
            "name": "RIGHT DOUBLE WIGGLY FENCE"
        },
        {
            "codepoint": "29DC",
            "name": "INCOMPLETE INFINITY",
            "aliases": [
                "ISOtech entity &iinfin;"
            ],
            "crossReferences": [
                "(infinity - 221E)"
            ]
        },
        {
            "codepoint": "29DD",
            "name": "TIE OVER INFINITY"
        },
        {
            "codepoint": "29DE",
            "name": "INFINITY NEGATED WITH VERTICAL BAR"
        },
        {
            "codepoint": "29DF",
            "name": "DOUBLE-ENDED MULTIMAP",
            "crossReferences": [
                "(multimap - 22B8)",
                "(alchemical symbol for arsenic - 1F73A)"
            ]
        },
        {
            "codepoint": "29E0",
            "name": "SQUARE WITH CONTOURED OUTLINE",
            "aliases": [
                "D'Alembertian"
            ],
            "crossReferences": [
                "(lower right drop-shadowed white square - 274F)"
            ]
        },
        {
            "codepoint": "29E1",
            "name": "INCREASES AS",
            "crossReferences": [
                "(normal subgroup of or equal to - 22B4)"
            ]
        },
        {
            "codepoint": "29E2",
            "name": "SHUFFLE PRODUCT",
            "crossReferences": [
                "(z notation bag membership - 22FF)"
            ]
        },
        {
            "codepoint": "29E3",
            "name": "EQUALS SIGN AND SLANTED PARALLEL",
            "crossReferences": [
                "(number sign - 0023)",
                "(equal and parallel to - 22D5)"
            ]
        },
        {
            "codepoint": "29E4",
            "name": "EQUALS SIGN AND SLANTED PARALLEL WITH TILDE ABOVE"
        },
        {
            "codepoint": "29E5",
            "name": "IDENTICAL TO AND SLANTED PARALLEL",
            "crossReferences": [
                "(triple horizontal bar with double vertical stroke - 2A68)"
            ]
        },
        {
            "codepoint": "29E6",
            "name": "GLEICH STARK",
            "aliases": [
                "tautological equivalent"
            ]
        },
        {
            "codepoint": "29E7",
            "name": "THERMODYNAMIC",
            "aliases": [
                "record mark"
            ],
            "comments": [
                "vertical bar crossed by two horizontals"
            ],
            "crossReferences": [
                "(not equal to - 2260)",
                "(group mark - 2BD2)"
            ]
        },
        {
            "codepoint": "29E8",
            "name": "DOWN-POINTING TRIANGLE WITH LEFT HALF BLACK",
            "crossReferences": [
                "(up-pointing triangle with left half black - 25ED)"
            ]
        },
        {
            "codepoint": "29E9",
            "name": "DOWN-POINTING TRIANGLE WITH RIGHT HALF BLACK",
            "crossReferences": [
                "(up-pointing triangle with right half black - 25EE)"
            ]
        },
        {
            "codepoint": "29EA",
            "name": "BLACK DIAMOND WITH DOWN ARROW"
        },
        {
            "codepoint": "29EB",
            "name": "BLACK LOZENGE",
            "crossReferences": [
                "(lozenge - 25CA)"
            ]
        },
        {
            "codepoint": "29EC",
            "name": "WHITE CIRCLE WITH DOWN ARROW"
        },
        {
            "codepoint": "29ED",
            "name": "BLACK CIRCLE WITH DOWN ARROW"
        },
        {
            "codepoint": "29EE",
            "name": "ERROR-BARRED WHITE SQUARE"
        },
        {
            "codepoint": "29EF",
            "name": "ERROR-BARRED BLACK SQUARE"
        },
        {
            "codepoint": "29F0",
            "name": "ERROR-BARRED WHITE DIAMOND"
        },
        {
            "codepoint": "29F1",
            "name": "ERROR-BARRED BLACK DIAMOND"
        },
        {
            "codepoint": "29F2",
            "name": "ERROR-BARRED WHITE CIRCLE"
        },
        {
            "codepoint": "29F3",
            "name": "ERROR-BARRED BLACK CIRCLE"
        },
        {
            "codepoint": "29F4",
            "name": "RULE-DELAYED",
            "aliases": [
                "colon right arrow"
            ]
        },
        {
            "codepoint": "29F5",
            "name": "REVERSE SOLIDUS OPERATOR",
            "crossReferences": [
                "(reverse solidus - 005C)",
                "(set minus - 2216)",
                "(mathematical falling diagonal - 27CD)"
            ]
        },
        {
            "codepoint": "29F6",
            "name": "SOLIDUS WITH OVERBAR"
        },
        {
            "codepoint": "29F7",
            "name": "REVERSE SOLIDUS WITH HORIZONTAL STROKE",
            "crossReferences": [
                "(apl functional symbol backslash bar - 2340)"
            ]
        },
        {
            "codepoint": "29F8",
            "name": "BIG SOLIDUS",
            "crossReferences": [
                "(division slash - 2215)"
            ]
        },
        {
            "codepoint": "29F9",
            "name": "BIG REVERSE SOLIDUS",
            "aliases": [
                "z notation schema hiding"
            ],
            "crossReferences": [
                "(set minus - 2216)"
            ]
        },
        {
            "codepoint": "29FA",
            "name": "DOUBLE PLUS"
        },
        {
            "codepoint": "29FB",
            "name": "TRIPLE PLUS"
        },
        {
            "codepoint": "29FC",
            "name": "LEFT-POINTING CURVED ANGLE BRACKET",
            "crossReferences": [
                "(precedes - 227A)",
                "(left-pointing angle bracket - 2329)"
            ]
        },
        {
            "codepoint": "29FD",
            "name": "RIGHT-POINTING CURVED ANGLE BRACKET",
            "crossReferences": [
                "(succeeds - 227B)",
                "(right-pointing angle bracket - 232A)"
            ]
        },
        {
            "codepoint": "29FE",
            "name": "TINY",
            "crossReferences": [
                "(plus sign - 002B)"
            ]
        },
        {
            "codepoint": "29FF",
            "name": "MINY",
            "crossReferences": [
                "(minus sign - 2212)"
            ]
        },
        {
            "codepoint": "2A00",
            "name": "N-ARY CIRCLED DOT OPERATOR",
            "crossReferences": [
                "(circled dot operator - 2299)",
                "(fisheye - 25C9)"
            ]
        },
        {
            "codepoint": "2A01",
            "name": "N-ARY CIRCLED PLUS OPERATOR",
            "crossReferences": [
                "(circled plus - 2295)"
            ]
        },
        {
            "codepoint": "2A02",
            "name": "N-ARY CIRCLED TIMES OPERATOR",
            "crossReferences": [
                "(circled times - 2297)",
                "(heavy circled saltire - 2B59)"
            ]
        },
        {
            "codepoint": "2A03",
            "name": "N-ARY UNION OPERATOR WITH DOT",
            "crossReferences": [
                "(multiset multiplication - 228D)"
            ]
        },
        {
            "codepoint": "2A04",
            "name": "N-ARY UNION OPERATOR WITH PLUS",
            "crossReferences": [
                "(multiset union - 228E)"
            ]
        },
        {
            "codepoint": "2A05",
            "name": "N-ARY SQUARE INTERSECTION OPERATOR",
            "crossReferences": [
                "(square cap - 2293)"
            ]
        },
        {
            "codepoint": "2A06",
            "name": "N-ARY SQUARE UNION OPERATOR",
            "crossReferences": [
                "(square cup - 2294)"
            ]
        },
        {
            "codepoint": "2A07",
            "name": "TWO LOGICAL AND OPERATOR",
            "aliases": [
                "merge"
            ],
            "crossReferences": [
                "(two intersecting logical and - 2A55)"
            ]
        },
        {
            "codepoint": "2A08",
            "name": "TWO LOGICAL OR OPERATOR",
            "crossReferences": [
                "(two intersecting logical or - 2A56)"
            ]
        },
        {
            "codepoint": "2A09",
            "name": "N-ARY TIMES OPERATOR",
            "crossReferences": [
                "(multiplication sign - 00D7)"
            ]
        },
        {
            "codepoint": "2A0A",
            "name": "MODULO TWO SUM",
            "crossReferences": [
                "(n-ary summation - 2211)"
            ]
        },
        {
            "codepoint": "2A0B",
            "name": "SUMMATION WITH INTEGRAL"
        },
        {
            "codepoint": "2A0C",
            "name": "QUADRUPLE INTEGRAL OPERATOR",
            "crossReferences": [
                "(triple integral - 222D)"
            ],
            "compatibilityMappings": [
                [
                    "222B",
                    "222B",
                    "222B",
                    "222B"
                ]
            ]
        },
        {
            "codepoint": "2A0D",
            "name": "FINITE PART INTEGRAL"
        },
        {
            "codepoint": "2A0E",
            "name": "INTEGRAL WITH DOUBLE STROKE"
        },
        {
            "codepoint": "2A0F",
            "name": "INTEGRAL AVERAGE WITH SLASH"
        },
        {
            "codepoint": "2A10",
            "name": "CIRCULATION FUNCTION"
        },
        {
            "codepoint": "2A11",
            "name": "ANTICLOCKWISE INTEGRATION"
        },
        {
            "codepoint": "2A12",
            "name": "LINE INTEGRATION WITH RECTANGULAR PATH AROUND POLE"
        },
        {
            "codepoint": "2A13",
            "name": "LINE INTEGRATION WITH SEMICIRCULAR PATH AROUND POLE"
        },
        {
            "codepoint": "2A14",
            "name": "LINE INTEGRATION NOT INCLUDING THE POLE"
        },
        {
            "codepoint": "2A15",
            "name": "INTEGRAL AROUND A POINT OPERATOR",
            "crossReferences": [
                "(contour integral - 222E)"
            ]
        },
        {
            "codepoint": "2A16",
            "name": "QUATERNION INTEGRAL OPERATOR"
        },
        {
            "codepoint": "2A17",
            "name": "INTEGRAL WITH LEFTWARDS ARROW WITH HOOK"
        },
        {
            "codepoint": "2A18",
            "name": "INTEGRAL WITH TIMES SIGN"
        },
        {
            "codepoint": "2A19",
            "name": "INTEGRAL WITH INTERSECTION"
        },
        {
            "codepoint": "2A1A",
            "name": "INTEGRAL WITH UNION"
        },
        {
            "codepoint": "2A1B",
            "name": "INTEGRAL WITH OVERBAR",
            "aliases": [
                "upper integral"
            ]
        },
        {
            "codepoint": "2A1C",
            "name": "INTEGRAL WITH UNDERBAR",
            "aliases": [
                "lower integral"
            ]
        },
        {
            "codepoint": "2A1D",
            "name": "JOIN",
            "aliases": [
                "large bowtie"
            ],
            "comments": [
                "relational database theory"
            ],
            "crossReferences": [
                "(bowtie - 22C8)",
                "(full outer join - 27D7)"
            ]
        },
        {
            "codepoint": "2A1E",
            "name": "LARGE LEFT TRIANGLE OPERATOR",
            "comments": [
                "relational database theory"
            ],
            "crossReferences": [
                "(white left-pointing triangle - 25C1)"
            ]
        },
        {
            "codepoint": "2A1F",
            "name": "Z NOTATION SCHEMA COMPOSITION",
            "crossReferences": [
                "(z notation relational composition - 2A3E)"
            ]
        },
        {
            "codepoint": "2A20",
            "name": "Z NOTATION SCHEMA PIPING",
            "crossReferences": [
                "(much greater-than - 226B)"
            ]
        },
        {
            "codepoint": "2A21",
            "name": "Z NOTATION SCHEMA PROJECTION",
            "crossReferences": [
                "(upwards harpoon with barb rightwards - 21BE)"
            ]
        },
        {
            "codepoint": "2A22",
            "name": "PLUS SIGN WITH SMALL CIRCLE ABOVE"
        },
        {
            "codepoint": "2A23",
            "name": "PLUS SIGN WITH CIRCUMFLEX ACCENT ABOVE"
        },
        {
            "codepoint": "2A24",
            "name": "PLUS SIGN WITH TILDE ABOVE",
            "aliases": [
                "positive difference or sum"
            ]
        },
        {
            "codepoint": "2A25",
            "name": "PLUS SIGN WITH DOT BELOW",
            "crossReferences": [
                "(dot plus - 2214)"
            ]
        },
        {
            "codepoint": "2A26",
            "name": "PLUS SIGN WITH TILDE BELOW",
            "aliases": [
                "sum or positive difference"
            ]
        },
        {
            "codepoint": "2A27",
            "name": "PLUS SIGN WITH SUBSCRIPT TWO",
            "aliases": [
                "nim-addition"
            ]
        },
        {
            "codepoint": "2A28",
            "name": "PLUS SIGN WITH BLACK TRIANGLE"
        },
        {
            "codepoint": "2A29",
            "name": "MINUS SIGN WITH COMMA ABOVE"
        },
        {
            "codepoint": "2A2A",
            "name": "MINUS SIGN WITH DOT BELOW",
            "crossReferences": [
                "(dot minus - 2238)"
            ]
        },
        {
            "codepoint": "2A2B",
            "name": "MINUS SIGN WITH FALLING DOTS"
        },
        {
            "codepoint": "2A2C",
            "name": "MINUS SIGN WITH RISING DOTS"
        },
        {
            "codepoint": "2A2D",
            "name": "PLUS SIGN IN LEFT HALF CIRCLE"
        },
        {
            "codepoint": "2A2E",
            "name": "PLUS SIGN IN RIGHT HALF CIRCLE"
        },
        {
            "codepoint": "2A2F",
            "name": "VECTOR OR CROSS PRODUCT",
            "crossReferences": [
                "(multiplication sign - 00D7)"
            ]
        },
        {
            "codepoint": "2A30",
            "name": "MULTIPLICATION SIGN WITH DOT ABOVE"
        },
        {
            "codepoint": "2A31",
            "name": "MULTIPLICATION SIGN WITH UNDERBAR"
        },
        {
            "codepoint": "2A32",
            "name": "SEMIDIRECT PRODUCT WITH BOTTOM CLOSED"
        },
        {
            "codepoint": "2A33",
            "name": "SMASH PRODUCT"
        },
        {
            "codepoint": "2A34",
            "name": "MULTIPLICATION SIGN IN LEFT HALF CIRCLE"
        },
        {
            "codepoint": "2A35",
            "name": "MULTIPLICATION SIGN IN RIGHT HALF CIRCLE"
        },
        {
            "codepoint": "2A36",
            "name": "CIRCLED MULTIPLICATION SIGN WITH CIRCUMFLEX ACCENT"
        },
        {
            "codepoint": "2A37",
            "name": "MULTIPLICATION SIGN IN DOUBLE CIRCLE"
        },
        {
            "codepoint": "2A38",
            "name": "CIRCLED DIVISION SIGN"
        },
        {
            "codepoint": "2A39",
            "name": "PLUS SIGN IN TRIANGLE"
        },
        {
            "codepoint": "2A3A",
            "name": "MINUS SIGN IN TRIANGLE"
        },
        {
            "codepoint": "2A3B",
            "name": "MULTIPLICATION SIGN IN TRIANGLE"
        },
        {
            "codepoint": "2A3C",
            "name": "INTERIOR PRODUCT",
            "crossReferences": [
                "(right floor - 230B)"
            ],
            "variations": [
                "2A3C FE00 tall variant with narrow foot"
            ]
        },
        {
            "codepoint": "2A3D",
            "name": "RIGHTHAND INTERIOR PRODUCT",
            "crossReferences": [
                "(left floor - 230A)",
                "(turned not sign - 2319)"
            ],
            "variations": [
                "2A3D FE00 tall variant with narrow foot"
            ]
        },
        {
            "codepoint": "2A3E",
            "name": "Z NOTATION RELATIONAL COMPOSITION",
            "crossReferences": [
                "(z notation schema composition - 2A1F)"
            ]
        },
        {
            "codepoint": "2A3F",
            "name": "AMALGAMATION OR COPRODUCT",
            "crossReferences": [
                "(n-ary coproduct - 2210)"
            ]
        },
        {
            "codepoint": "2A40",
            "name": "INTERSECTION WITH DOT",
            "crossReferences": [
                "(logical and - 2227)",
                "(and with dot - 27D1)"
            ]
        },
        {
            "codepoint": "2A41",
            "name": "UNION WITH MINUS SIGN",
            "aliases": [
                "z notation bag subtraction"
            ],
            "crossReferences": [
                "(multiset union - 228E)"
            ]
        },
        {
            "codepoint": "2A42",
            "name": "UNION WITH OVERBAR"
        },
        {
            "codepoint": "2A43",
            "name": "INTERSECTION WITH OVERBAR"
        },
        {
            "codepoint": "2A44",
            "name": "INTERSECTION WITH LOGICAL AND"
        },
        {
            "codepoint": "2A45",
            "name": "UNION WITH LOGICAL OR"
        },
        {
            "codepoint": "2A46",
            "name": "UNION ABOVE INTERSECTION"
        },
        {
            "codepoint": "2A47",
            "name": "INTERSECTION ABOVE UNION"
        },
        {
            "codepoint": "2A48",
            "name": "UNION ABOVE BAR ABOVE INTERSECTION"
        },
        {
            "codepoint": "2A49",
            "name": "INTERSECTION ABOVE BAR ABOVE UNION"
        },
        {
            "codepoint": "2A4A",
            "name": "UNION BESIDE AND JOINED WITH UNION"
        },
        {
            "codepoint": "2A4B",
            "name": "INTERSECTION BESIDE AND JOINED WITH INTERSECTION"
        },
        {
            "codepoint": "2A4C",
            "name": "CLOSED UNION WITH SERIFS",
            "crossReferences": [
                "(union - 222A)"
            ]
        },
        {
            "codepoint": "2A4D",
            "name": "CLOSED INTERSECTION WITH SERIFS",
            "crossReferences": [
                "(intersection - 2229)"
            ]
        },
        {
            "codepoint": "2A4E",
            "name": "DOUBLE SQUARE INTERSECTION"
        },
        {
            "codepoint": "2A4F",
            "name": "DOUBLE SQUARE UNION"
        },
        {
            "codepoint": "2A50",
            "name": "CLOSED UNION WITH SERIFS AND SMASH PRODUCT"
        },
        {
            "codepoint": "2A51",
            "name": "LOGICAL AND WITH DOT ABOVE"
        },
        {
            "codepoint": "2A52",
            "name": "LOGICAL OR WITH DOT ABOVE"
        },
        {
            "codepoint": "2A53",
            "name": "DOUBLE LOGICAL AND"
        },
        {
            "codepoint": "2A54",
            "name": "DOUBLE LOGICAL OR"
        },
        {
            "codepoint": "2A55",
            "name": "TWO INTERSECTING LOGICAL AND",
            "crossReferences": [
                "(two logical and operator - 2A07)"
            ]
        },
        {
            "codepoint": "2A56",
            "name": "TWO INTERSECTING LOGICAL OR",
            "crossReferences": [
                "(two logical or operator - 2A08)"
            ]
        },
        {
            "codepoint": "2A57",
            "name": "SLOPING LARGE OR"
        },
        {
            "codepoint": "2A58",
            "name": "SLOPING LARGE AND"
        },
        {
            "codepoint": "2A59",
            "name": "LOGICAL OR OVERLAPPING LOGICAL AND"
        },
        {
            "codepoint": "2A5A",
            "name": "LOGICAL AND WITH MIDDLE STEM"
        },
        {
            "codepoint": "2A5B",
            "name": "LOGICAL OR WITH MIDDLE STEM"
        },
        {
            "codepoint": "2A5C",
            "name": "LOGICAL AND WITH HORIZONTAL DASH"
        },
        {
            "codepoint": "2A5D",
            "name": "LOGICAL OR WITH HORIZONTAL DASH"
        },
        {
            "codepoint": "2A5E",
            "name": "LOGICAL AND WITH DOUBLE OVERBAR",
            "crossReferences": [
                "(perspective - 2306)"
            ]
        },
        {
            "codepoint": "2A5F",
            "name": "LOGICAL AND WITH UNDERBAR"
        },
        {
            "codepoint": "2A60",
            "name": "LOGICAL AND WITH DOUBLE UNDERBAR",
            "crossReferences": [
                "(estimates - 2259)"
            ]
        },
        {
            "codepoint": "2A61",
            "name": "SMALL VEE WITH UNDERBAR",
            "crossReferences": [
                "(equiangular to - 225A)"
            ]
        },
        {
            "codepoint": "2A62",
            "name": "LOGICAL OR WITH DOUBLE OVERBAR"
        },
        {
            "codepoint": "2A63",
            "name": "LOGICAL OR WITH DOUBLE UNDERBAR",
            "crossReferences": [
                "(equiangular to - 225A)"
            ]
        },
        {
            "codepoint": "2A64",
            "name": "Z NOTATION DOMAIN ANTIRESTRICTION"
        },
        {
            "codepoint": "2A65",
            "name": "Z NOTATION RANGE ANTIRESTRICTION",
            "crossReferences": [
                "(conical taper - 2332)"
            ]
        },
        {
            "codepoint": "2A66",
            "name": "EQUALS SIGN WITH DOT BELOW",
            "crossReferences": [
                "(approaches the limit - 2250)"
            ]
        },
        {
            "codepoint": "2A67",
            "name": "IDENTICAL WITH DOT ABOVE"
        },
        {
            "codepoint": "2A68",
            "name": "TRIPLE HORIZONTAL BAR WITH DOUBLE VERTICAL STROKE",
            "aliases": [
                "identical and parallel to"
            ],
            "crossReferences": [
                "(equal and parallel to - 22D5)",
                "(identical to and slanted parallel - 29E5)"
            ]
        },
        {
            "codepoint": "2A69",
            "name": "TRIPLE HORIZONTAL BAR WITH TRIPLE VERTICAL STROKE"
        },
        {
            "codepoint": "2A6A",
            "name": "TILDE OPERATOR WITH DOT ABOVE"
        },
        {
            "codepoint": "2A6B",
            "name": "TILDE OPERATOR WITH RISING DOTS",
            "crossReferences": [
                "(homothetic - 223B)"
            ]
        },
        {
            "codepoint": "2A6C",
            "name": "SIMILAR MINUS SIMILAR"
        },
        {
            "codepoint": "2A6D",
            "name": "CONGRUENT WITH DOT ABOVE",
            "crossReferences": [
                "(approximately equal to - 2245)"
            ]
        },
        {
            "codepoint": "2A6E",
            "name": "EQUALS WITH ASTERISK",
            "crossReferences": [
                "(star equals - 225B)"
            ]
        },
        {
            "codepoint": "2A6F",
            "name": "ALMOST EQUAL TO WITH CIRCUMFLEX ACCENT"
        },
        {
            "codepoint": "2A70",
            "name": "APPROXIMATELY EQUAL OR EQUAL TO",
            "crossReferences": [
                "(approximately equal to - 2245)"
            ]
        },
        {
            "codepoint": "2A71",
            "name": "EQUALS SIGN ABOVE PLUS SIGN",
            "comments": [
                "black stands slightly better (chess notation)"
            ]
        },
        {
            "codepoint": "2A72",
            "name": "PLUS SIGN ABOVE EQUALS SIGN",
            "comments": [
                "white stands slightly better (chess notation)"
            ]
        },
        {
            "codepoint": "2A73",
            "name": "EQUALS SIGN ABOVE TILDE OPERATOR"
        },
        {
            "codepoint": "2A74",
            "name": "DOUBLE COLON EQUAL",
            "compatibilityMappings": [
                [
                    "003A",
                    "003A",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "2A75",
            "name": "TWO CONSECUTIVE EQUALS SIGNS",
            "compatibilityMappings": [
                [
                    "003D",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "2A76",
            "name": "THREE CONSECUTIVE EQUALS SIGNS",
            "compatibilityMappings": [
                [
                    "003D",
                    "003D",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "2A77",
            "name": "EQUALS SIGN WITH TWO DOTS ABOVE AND TWO DOTS BELOW"
        },
        {
            "codepoint": "2A78",
            "name": "EQUIVALENT WITH FOUR DOTS ABOVE"
        },
        {
            "codepoint": "2A79",
            "name": "LESS-THAN WITH CIRCLE INSIDE"
        },
        {
            "codepoint": "2A7A",
            "name": "GREATER-THAN WITH CIRCLE INSIDE"
        },
        {
            "codepoint": "2A7B",
            "name": "LESS-THAN WITH QUESTION MARK ABOVE"
        },
        {
            "codepoint": "2A7C",
            "name": "GREATER-THAN WITH QUESTION MARK ABOVE"
        },
        {
            "codepoint": "2A7D",
            "name": "LESS-THAN OR SLANTED EQUAL TO",
            "crossReferences": [
                "(less-than or equal to - 2264)"
            ]
        },
        {
            "codepoint": "2A7E",
            "name": "GREATER-THAN OR SLANTED EQUAL TO",
            "crossReferences": [
                "(greater-than or equal to - 2265)"
            ]
        },
        {
            "codepoint": "2A7F",
            "name": "LESS-THAN OR SLANTED EQUAL TO WITH DOT INSIDE"
        },
        {
            "codepoint": "2A80",
            "name": "GREATER-THAN OR SLANTED EQUAL TO WITH DOT INSIDE"
        },
        {
            "codepoint": "2A81",
            "name": "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE"
        },
        {
            "codepoint": "2A82",
            "name": "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE"
        },
        {
            "codepoint": "2A83",
            "name": "LESS-THAN OR SLANTED EQUAL TO WITH DOT ABOVE RIGHT"
        },
        {
            "codepoint": "2A84",
            "name": "GREATER-THAN OR SLANTED EQUAL TO WITH DOT ABOVE LEFT"
        },
        {
            "codepoint": "2A85",
            "name": "LESS-THAN OR APPROXIMATE"
        },
        {
            "codepoint": "2A86",
            "name": "GREATER-THAN OR APPROXIMATE"
        },
        {
            "codepoint": "2A87",
            "name": "LESS-THAN AND SINGLE-LINE NOT EQUAL TO",
            "crossReferences": [
                "(less-than but not equal to - 2268)"
            ]
        },
        {
            "codepoint": "2A88",
            "name": "GREATER-THAN AND SINGLE-LINE NOT EQUAL TO",
            "crossReferences": [
                "(greater-than but not equal to - 2269)"
            ]
        },
        {
            "codepoint": "2A89",
            "name": "LESS-THAN AND NOT APPROXIMATE"
        },
        {
            "codepoint": "2A8A",
            "name": "GREATER-THAN AND NOT APPROXIMATE"
        },
        {
            "codepoint": "2A8B",
            "name": "LESS-THAN ABOVE DOUBLE-LINE EQUAL ABOVE GREATER-THAN",
            "crossReferences": [
                "(less-than equal to or greater-than - 22DA)"
            ]
        },
        {
            "codepoint": "2A8C",
            "name": "GREATER-THAN ABOVE DOUBLE-LINE EQUAL ABOVE LESS-THAN",
            "crossReferences": [
                "(greater-than equal to or less-than - 22DB)"
            ]
        },
        {
            "codepoint": "2A8D",
            "name": "LESS-THAN ABOVE SIMILAR OR EQUAL"
        },
        {
            "codepoint": "2A8E",
            "name": "GREATER-THAN ABOVE SIMILAR OR EQUAL"
        },
        {
            "codepoint": "2A8F",
            "name": "LESS-THAN ABOVE SIMILAR ABOVE GREATER-THAN"
        },
        {
            "codepoint": "2A90",
            "name": "GREATER-THAN ABOVE SIMILAR ABOVE LESS-THAN"
        },
        {
            "codepoint": "2A91",
            "name": "LESS-THAN ABOVE GREATER-THAN ABOVE DOUBLE-LINE EQUAL"
        },
        {
            "codepoint": "2A92",
            "name": "GREATER-THAN ABOVE LESS-THAN ABOVE DOUBLE-LINE EQUAL"
        },
        {
            "codepoint": "2A93",
            "name": "LESS-THAN ABOVE SLANTED EQUAL ABOVE GREATER-THAN ABOVE SLANTED EQUAL"
        },
        {
            "codepoint": "2A94",
            "name": "GREATER-THAN ABOVE SLANTED EQUAL ABOVE LESS-THAN ABOVE SLANTED EQUAL"
        },
        {
            "codepoint": "2A95",
            "name": "SLANTED EQUAL TO OR LESS-THAN",
            "crossReferences": [
                "(equal to or less-than - 22DC)"
            ]
        },
        {
            "codepoint": "2A96",
            "name": "SLANTED EQUAL TO OR GREATER-THAN",
            "crossReferences": [
                "(equal to or greater-than - 22DD)"
            ]
        },
        {
            "codepoint": "2A97",
            "name": "SLANTED EQUAL TO OR LESS-THAN WITH DOT INSIDE"
        },
        {
            "codepoint": "2A98",
            "name": "SLANTED EQUAL TO OR GREATER-THAN WITH DOT INSIDE"
        },
        {
            "codepoint": "2A99",
            "name": "DOUBLE-LINE EQUAL TO OR LESS-THAN",
            "crossReferences": [
                "(equal to or less-than - 22DC)"
            ]
        },
        {
            "codepoint": "2A9A",
            "name": "DOUBLE-LINE EQUAL TO OR GREATER-THAN",
            "crossReferences": [
                "(equal to or greater-than - 22DD)"
            ]
        },
        {
            "codepoint": "2A9B",
            "name": "DOUBLE-LINE SLANTED EQUAL TO OR LESS-THAN"
        },
        {
            "codepoint": "2A9C",
            "name": "DOUBLE-LINE SLANTED EQUAL TO OR GREATER-THAN"
        },
        {
            "codepoint": "2A9D",
            "name": "SIMILAR OR LESS-THAN",
            "variations": [
                "2A9D FE00 with similar following the slant of the upper leg"
            ]
        },
        {
            "codepoint": "2A9E",
            "name": "SIMILAR OR GREATER-THAN",
            "variations": [
                "2A9E FE00 with similar following the slant of the upper leg"
            ]
        },
        {
            "codepoint": "2A9F",
            "name": "SIMILAR ABOVE LESS-THAN ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AA0",
            "name": "SIMILAR ABOVE GREATER-THAN ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AA1",
            "name": "DOUBLE NESTED LESS-THAN",
            "aliases": [
                "absolute continuity"
            ],
            "crossReferences": [
                "(much less-than - 226A)"
            ]
        },
        {
            "codepoint": "2AA2",
            "name": "DOUBLE NESTED GREATER-THAN",
            "crossReferences": [
                "(much greater-than - 226B)"
            ]
        },
        {
            "codepoint": "2AA3",
            "name": "DOUBLE NESTED LESS-THAN WITH UNDERBAR"
        },
        {
            "codepoint": "2AA4",
            "name": "GREATER-THAN OVERLAPPING LESS-THAN"
        },
        {
            "codepoint": "2AA5",
            "name": "GREATER-THAN BESIDE LESS-THAN"
        },
        {
            "codepoint": "2AA6",
            "name": "LESS-THAN CLOSED BY CURVE"
        },
        {
            "codepoint": "2AA7",
            "name": "GREATER-THAN CLOSED BY CURVE"
        },
        {
            "codepoint": "2AA8",
            "name": "LESS-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL"
        },
        {
            "codepoint": "2AA9",
            "name": "GREATER-THAN CLOSED BY CURVE ABOVE SLANTED EQUAL"
        },
        {
            "codepoint": "2AAA",
            "name": "SMALLER THAN"
        },
        {
            "codepoint": "2AAB",
            "name": "LARGER THAN"
        },
        {
            "codepoint": "2AAC",
            "name": "SMALLER THAN OR EQUAL TO",
            "variations": [
                "2AAC FE00 with slanted equal"
            ]
        },
        {
            "codepoint": "2AAD",
            "name": "LARGER THAN OR EQUAL TO",
            "variations": [
                "2AAD FE00 with slanted equal"
            ]
        },
        {
            "codepoint": "2AAE",
            "name": "EQUALS SIGN WITH BUMPY ABOVE",
            "crossReferences": [
                "(difference between - 224F)"
            ]
        },
        {
            "codepoint": "2AAF",
            "name": "PRECEDES ABOVE SINGLE-LINE EQUALS SIGN",
            "crossReferences": [
                "(precedes or equal to - 227C)"
            ]
        },
        {
            "codepoint": "2AB0",
            "name": "SUCCEEDS ABOVE SINGLE-LINE EQUALS SIGN",
            "crossReferences": [
                "(succeeds or equal to - 227D)"
            ]
        },
        {
            "codepoint": "2AB1",
            "name": "PRECEDES ABOVE SINGLE-LINE NOT EQUAL TO"
        },
        {
            "codepoint": "2AB2",
            "name": "SUCCEEDS ABOVE SINGLE-LINE NOT EQUAL TO"
        },
        {
            "codepoint": "2AB3",
            "name": "PRECEDES ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AB4",
            "name": "SUCCEEDS ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AB5",
            "name": "PRECEDES ABOVE NOT EQUAL TO"
        },
        {
            "codepoint": "2AB6",
            "name": "SUCCEEDS ABOVE NOT EQUAL TO"
        },
        {
            "codepoint": "2AB7",
            "name": "PRECEDES ABOVE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2AB8",
            "name": "SUCCEEDS ABOVE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2AB9",
            "name": "PRECEDES ABOVE NOT ALMOST EQUAL TO"
        },
        {
            "codepoint": "2ABA",
            "name": "SUCCEEDS ABOVE NOT ALMOST EQUAL TO"
        },
        {
            "codepoint": "2ABB",
            "name": "DOUBLE PRECEDES"
        },
        {
            "codepoint": "2ABC",
            "name": "DOUBLE SUCCEEDS"
        },
        {
            "codepoint": "2ABD",
            "name": "SUBSET WITH DOT"
        },
        {
            "codepoint": "2ABE",
            "name": "SUPERSET WITH DOT"
        },
        {
            "codepoint": "2ABF",
            "name": "SUBSET WITH PLUS SIGN BELOW"
        },
        {
            "codepoint": "2AC0",
            "name": "SUPERSET WITH PLUS SIGN BELOW"
        },
        {
            "codepoint": "2AC1",
            "name": "SUBSET WITH MULTIPLICATION SIGN BELOW"
        },
        {
            "codepoint": "2AC2",
            "name": "SUPERSET WITH MULTIPLICATION SIGN BELOW"
        },
        {
            "codepoint": "2AC3",
            "name": "SUBSET OF OR EQUAL TO WITH DOT ABOVE"
        },
        {
            "codepoint": "2AC4",
            "name": "SUPERSET OF OR EQUAL TO WITH DOT ABOVE"
        },
        {
            "codepoint": "2AC5",
            "name": "SUBSET OF ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AC6",
            "name": "SUPERSET OF ABOVE EQUALS SIGN"
        },
        {
            "codepoint": "2AC7",
            "name": "SUBSET OF ABOVE TILDE OPERATOR"
        },
        {
            "codepoint": "2AC8",
            "name": "SUPERSET OF ABOVE TILDE OPERATOR"
        },
        {
            "codepoint": "2AC9",
            "name": "SUBSET OF ABOVE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2ACA",
            "name": "SUPERSET OF ABOVE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2ACB",
            "name": "SUBSET OF ABOVE NOT EQUAL TO",
            "variations": [
                "2ACB FE00 with stroke through bottom members"
            ]
        },
        {
            "codepoint": "2ACC",
            "name": "SUPERSET OF ABOVE NOT EQUAL TO",
            "variations": [
                "2ACC FE00 with stroke through bottom members"
            ]
        },
        {
            "codepoint": "2ACD",
            "name": "SQUARE LEFT OPEN BOX OPERATOR"
        },
        {
            "codepoint": "2ACE",
            "name": "SQUARE RIGHT OPEN BOX OPERATOR"
        },
        {
            "codepoint": "2ACF",
            "name": "CLOSED SUBSET",
            "crossReferences": [
                "(subset of - 2282)"
            ]
        },
        {
            "codepoint": "2AD0",
            "name": "CLOSED SUPERSET",
            "crossReferences": [
                "(superset of - 2283)"
            ]
        },
        {
            "codepoint": "2AD1",
            "name": "CLOSED SUBSET OR EQUAL TO"
        },
        {
            "codepoint": "2AD2",
            "name": "CLOSED SUPERSET OR EQUAL TO"
        },
        {
            "codepoint": "2AD3",
            "name": "SUBSET ABOVE SUPERSET"
        },
        {
            "codepoint": "2AD4",
            "name": "SUPERSET ABOVE SUBSET"
        },
        {
            "codepoint": "2AD5",
            "name": "SUBSET ABOVE SUBSET"
        },
        {
            "codepoint": "2AD6",
            "name": "SUPERSET ABOVE SUPERSET"
        },
        {
            "codepoint": "2AD7",
            "name": "SUPERSET BESIDE SUBSET"
        },
        {
            "codepoint": "2AD8",
            "name": "SUPERSET BESIDE AND JOINED BY DASH WITH SUBSET"
        },
        {
            "codepoint": "2AD9",
            "name": "ELEMENT OF OPENING DOWNWARDS",
            "crossReferences": [
                "(element of - 2208)",
                "(element of opening upwards - 27D2)"
            ]
        },
        {
            "codepoint": "2ADA",
            "name": "PITCHFORK WITH TEE TOP",
            "crossReferences": [
                "(pitchfork - 22D4)"
            ]
        },
        {
            "codepoint": "2ADB",
            "name": "TRANSVERSAL INTERSECTION",
            "crossReferences": [
                "(pitchfork - 22D4)"
            ]
        },
        {
            "codepoint": "2ADC",
            "name": "FORKING",
            "aliases": [
                "not independent"
            ],
            "comments": [
                "an equational logic symbol, not a computing science symbol",
                "non-independence (original concept) is related to forking"
            ],
            "decompositions": [
                [
                    "2ADD",
                    "0338"
                ]
            ]
        },
        {
            "codepoint": "2ADD",
            "name": "NONFORKING",
            "aliases": [
                "independent"
            ],
            "comments": [
                "an equational logic symbol, not a computing science symbol",
                "independence (original concept) is related to non-forking"
            ]
        },
        {
            "codepoint": "2ADE",
            "name": "SHORT LEFT TACK",
            "crossReferences": [
                "(left tack - 22A3)"
            ]
        },
        {
            "codepoint": "2ADF",
            "name": "SHORT DOWN TACK",
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "2AE0",
            "name": "SHORT UP TACK",
            "crossReferences": [
                "(up tack - 22A5)"
            ]
        },
        {
            "codepoint": "2AE1",
            "name": "PERPENDICULAR WITH S"
        },
        {
            "codepoint": "2AE2",
            "name": "VERTICAL BAR TRIPLE RIGHT TURNSTILE",
            "aliases": [
                "ordinarily satisfies"
            ]
        },
        {
            "codepoint": "2AE3",
            "name": "DOUBLE VERTICAL BAR LEFT TURNSTILE",
            "crossReferences": [
                "(forces - 22A9)"
            ]
        },
        {
            "codepoint": "2AE4",
            "name": "VERTICAL BAR DOUBLE LEFT TURNSTILE",
            "crossReferences": [
                "(true - 22A8)"
            ]
        },
        {
            "codepoint": "2AE5",
            "name": "DOUBLE VERTICAL BAR DOUBLE LEFT TURNSTILE"
        },
        {
            "codepoint": "2AE6",
            "name": "LONG DASH FROM LEFT MEMBER OF DOUBLE VERTICAL",
            "crossReferences": [
                "(forces - 22A9)"
            ]
        },
        {
            "codepoint": "2AE7",
            "name": "SHORT DOWN TACK WITH OVERBAR",
            "crossReferences": [
                "(down tack - 22A4)",
                "(apl functional symbol up tack overbar - 2351)",
                "(postal mark - 3012)"
            ]
        },
        {
            "codepoint": "2AE8",
            "name": "SHORT UP TACK WITH UNDERBAR",
            "crossReferences": [
                "(up tack - 22A5)",
                "(apl functional symbol down tack underbar - 234A)"
            ]
        },
        {
            "codepoint": "2AE9",
            "name": "SHORT UP TACK ABOVE SHORT DOWN TACK"
        },
        {
            "codepoint": "2AEA",
            "name": "DOUBLE DOWN TACK"
        },
        {
            "codepoint": "2AEB",
            "name": "DOUBLE UP TACK",
            "aliases": [
                "independence"
            ],
            "comments": [
                "probability theory"
            ]
        },
        {
            "codepoint": "2AEC",
            "name": "DOUBLE STROKE NOT SIGN",
            "crossReferences": [
                "(not sign - 00AC)"
            ]
        },
        {
            "codepoint": "2AED",
            "name": "REVERSED DOUBLE STROKE NOT SIGN",
            "crossReferences": [
                "(reversed not sign - 2310)"
            ]
        },
        {
            "codepoint": "2AEE",
            "name": "DOES NOT DIVIDE WITH REVERSED NEGATION SLASH",
            "crossReferences": [
                "(does not divide - 2224)"
            ]
        },
        {
            "codepoint": "2AEF",
            "name": "VERTICAL LINE WITH CIRCLE ABOVE"
        },
        {
            "codepoint": "2AF0",
            "name": "VERTICAL LINE WITH CIRCLE BELOW"
        },
        {
            "codepoint": "2AF1",
            "name": "DOWN TACK WITH CIRCLE BELOW",
            "aliases": [
                "necessarily satisfies"
            ],
            "crossReferences": [
                "(up tack with circle above - 27DF)"
            ]
        },
        {
            "codepoint": "2AF2",
            "name": "PARALLEL WITH HORIZONTAL STROKE",
            "crossReferences": [
                "(not parallel to - 2226)",
                "(vertical bar with horizontal stroke - 27CA)"
            ]
        },
        {
            "codepoint": "2AF3",
            "name": "PARALLEL WITH TILDE OPERATOR"
        },
        {
            "codepoint": "2AF4",
            "name": "TRIPLE VERTICAL BAR BINARY RELATION",
            "aliases": [
                "interleave"
            ],
            "crossReferences": [
                "(triple vertical bar delimiter - 2980)"
            ]
        },
        {
            "codepoint": "2AF5",
            "name": "TRIPLE VERTICAL BAR WITH HORIZONTAL STROKE",
            "crossReferences": [
                "(vertical bar with horizontal stroke - 27CA)"
            ]
        },
        {
            "codepoint": "2AF6",
            "name": "TRIPLE COLON OPERATOR",
            "comments": [
                "logic"
            ],
            "crossReferences": [
                "(tricolon - 205D)",
                "(vertical ellipsis - 22EE)"
            ]
        },
        {
            "codepoint": "2AF7",
            "name": "TRIPLE NESTED LESS-THAN",
            "crossReferences": [
                "(very much less-than - 22D8)"
            ]
        },
        {
            "codepoint": "2AF8",
            "name": "TRIPLE NESTED GREATER-THAN",
            "crossReferences": [
                "(very much greater-than - 22D9)"
            ]
        },
        {
            "codepoint": "2AF9",
            "name": "DOUBLE-LINE SLANTED LESS-THAN OR EQUAL TO",
            "crossReferences": [
                "(less-than over equal to - 2266)"
            ]
        },
        {
            "codepoint": "2AFA",
            "name": "DOUBLE-LINE SLANTED GREATER-THAN OR EQUAL TO",
            "crossReferences": [
                "(greater-than over equal to - 2267)"
            ]
        },
        {
            "codepoint": "2AFB",
            "name": "TRIPLE SOLIDUS BINARY RELATION",
            "crossReferences": [
                "(triple vertical bar binary relation - 2AF4)"
            ]
        },
        {
            "codepoint": "2AFC",
            "name": "LARGE TRIPLE VERTICAL BAR OPERATOR",
            "comments": [
                "often n-ary"
            ],
            "crossReferences": [
                "(triple vertical bar binary relation - 2AF4)",
                "(triple vertical bar delimiter - 2980)"
            ]
        },
        {
            "codepoint": "2AFD",
            "name": "DOUBLE SOLIDUS OPERATOR",
            "crossReferences": [
                "(parallel to - 2225)"
            ]
        },
        {
            "codepoint": "2AFE",
            "name": "WHITE VERTICAL BAR",
            "aliases": [
                "Dijkstra choice"
            ]
        },
        {
            "codepoint": "2AFF",
            "name": "N-ARY WHITE VERTICAL BAR",
            "aliases": [
                "n-ary Dijkstra choice"
            ]
        },
        {
            "codepoint": "2B00",
            "name": "NORTH EAST WHITE ARROW"
        },
        {
            "codepoint": "2B01",
            "name": "NORTH WEST WHITE ARROW"
        },
        {
            "codepoint": "2B02",
            "name": "SOUTH EAST WHITE ARROW"
        },
        {
            "codepoint": "2B03",
            "name": "SOUTH WEST WHITE ARROW"
        },
        {
            "codepoint": "2B04",
            "name": "LEFT RIGHT WHITE ARROW",
            "crossReferences": [
                "(leftwards white arrow - 21E6)",
                "(up down white arrow - 21F3)"
            ]
        },
        {
            "codepoint": "2B05",
            "name": "LEFTWARDS BLACK ARROW",
            "crossReferences": [
                "(black rightwards arrow - 27A1)",
                "(rightwards black arrow - 2B95)"
            ]
        },
        {
            "codepoint": "2B06",
            "name": "UPWARDS BLACK ARROW"
        },
        {
            "codepoint": "2B07",
            "name": "DOWNWARDS BLACK ARROW"
        },
        {
            "codepoint": "2B08",
            "name": "NORTH EAST BLACK ARROW"
        },
        {
            "codepoint": "2B09",
            "name": "NORTH WEST BLACK ARROW"
        },
        {
            "codepoint": "2B0A",
            "name": "SOUTH EAST BLACK ARROW"
        },
        {
            "codepoint": "2B0B",
            "name": "SOUTH WEST BLACK ARROW"
        },
        {
            "codepoint": "2B0C",
            "name": "LEFT RIGHT BLACK ARROW"
        },
        {
            "codepoint": "2B0D",
            "name": "UP DOWN BLACK ARROW"
        },
        {
            "codepoint": "2B0E",
            "name": "RIGHTWARDS ARROW WITH TIP DOWNWARDS"
        },
        {
            "codepoint": "2B0F",
            "name": "RIGHTWARDS ARROW WITH TIP UPWARDS"
        },
        {
            "codepoint": "2B10",
            "name": "LEFTWARDS ARROW WITH TIP DOWNWARDS"
        },
        {
            "codepoint": "2B11",
            "name": "LEFTWARDS ARROW WITH TIP UPWARDS"
        },
        {
            "codepoint": "2B12",
            "name": "SQUARE WITH TOP HALF BLACK",
            "crossReferences": [
                "(square with left half black - 25E7)"
            ]
        },
        {
            "codepoint": "2B13",
            "name": "SQUARE WITH BOTTOM HALF BLACK"
        },
        {
            "codepoint": "2B14",
            "name": "SQUARE WITH UPPER RIGHT DIAGONAL HALF BLACK"
        },
        {
            "codepoint": "2B15",
            "name": "SQUARE WITH LOWER LEFT DIAGONAL HALF BLACK"
        },
        {
            "codepoint": "2B16",
            "name": "DIAMOND WITH LEFT HALF BLACK"
        },
        {
            "codepoint": "2B17",
            "name": "DIAMOND WITH RIGHT HALF BLACK"
        },
        {
            "codepoint": "2B18",
            "name": "DIAMOND WITH TOP HALF BLACK"
        },
        {
            "codepoint": "2B19",
            "name": "DIAMOND WITH BOTTOM HALF BLACK"
        },
        {
            "codepoint": "2B1A",
            "name": "DOTTED SQUARE"
        },
        {
            "codepoint": "2B1B",
            "name": "BLACK LARGE SQUARE",
            "crossReferences": [
                "(black square - 25A0)"
            ]
        },
        {
            "codepoint": "2B1C",
            "name": "WHITE LARGE SQUARE",
            "crossReferences": [
                "(white square - 25A1)"
            ]
        },
        {
            "codepoint": "2B1D",
            "name": "BLACK VERY SMALL SQUARE",
            "crossReferences": [
                "(black small square - 25AA)"
            ]
        },
        {
            "codepoint": "2B1E",
            "name": "WHITE VERY SMALL SQUARE",
            "crossReferences": [
                "(white small square - 25AB)"
            ]
        },
        {
            "codepoint": "2B1F",
            "name": "BLACK PENTAGON"
        },
        {
            "codepoint": "2B20",
            "name": "WHITE PENTAGON"
        },
        {
            "codepoint": "2B21",
            "name": "WHITE HEXAGON",
            "crossReferences": [
                "(software-function symbol - 2394)"
            ]
        },
        {
            "codepoint": "2B22",
            "name": "BLACK HEXAGON"
        },
        {
            "codepoint": "2B23",
            "name": "HORIZONTAL BLACK HEXAGON"
        },
        {
            "codepoint": "2B24",
            "name": "BLACK LARGE CIRCLE",
            "crossReferences": [
                "(black circle - 25CF)",
                "(large circle - 25EF)",
                "(large red circle - 1F534)"
            ]
        },
        {
            "codepoint": "2B25",
            "name": "BLACK MEDIUM DIAMOND",
            "crossReferences": [
                "(black diamond - 25C6)"
            ]
        },
        {
            "codepoint": "2B26",
            "name": "WHITE MEDIUM DIAMOND",
            "crossReferences": [
                "(white diamond - 25C7)",
                "(alchemical symbol for soap - 1F754)"
            ]
        },
        {
            "codepoint": "2B27",
            "name": "BLACK MEDIUM LOZENGE"
        },
        {
            "codepoint": "2B28",
            "name": "WHITE MEDIUM LOZENGE",
            "crossReferences": [
                "(lozenge - 25CA)"
            ]
        },
        {
            "codepoint": "2B29",
            "name": "BLACK SMALL DIAMOND",
            "crossReferences": [
                "(diamond operator - 22C4)",
                "(small orange diamond - 1F538)"
            ]
        },
        {
            "codepoint": "2B2A",
            "name": "BLACK SMALL LOZENGE"
        },
        {
            "codepoint": "2B2B",
            "name": "WHITE SMALL LOZENGE"
        },
        {
            "codepoint": "2B2C",
            "name": "BLACK HORIZONTAL ELLIPSE"
        },
        {
            "codepoint": "2B2D",
            "name": "WHITE HORIZONTAL ELLIPSE"
        },
        {
            "codepoint": "2B2E",
            "name": "BLACK VERTICAL ELLIPSE"
        },
        {
            "codepoint": "2B2F",
            "name": "WHITE VERTICAL ELLIPSE"
        },
        {
            "codepoint": "2B30",
            "name": "LEFT ARROW WITH SMALL CIRCLE",
            "crossReferences": [
                "(right arrow with small circle - 21F4)"
            ]
        },
        {
            "codepoint": "2B31",
            "name": "THREE LEFTWARDS ARROWS",
            "crossReferences": [
                "(three rightwards arrows - 21F6)"
            ]
        },
        {
            "codepoint": "2B32",
            "name": "LEFT ARROW WITH CIRCLED PLUS",
            "crossReferences": [
                "(right arrow with circled plus - 27F4)"
            ]
        },
        {
            "codepoint": "2B33",
            "name": "LONG LEFTWARDS SQUIGGLE ARROW",
            "crossReferences": [
                "(long rightwards squiggle arrow - 27FF)",
                "(leftwards squiggle arrow - 21DC)"
            ]
        },
        {
            "codepoint": "2B34",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH VERTICAL STROKE",
            "crossReferences": [
                "(rightwards two-headed arrow with vertical stroke - 2900)"
            ]
        },
        {
            "codepoint": "2B35",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH DOUBLE VERTICAL STROKE",
            "crossReferences": [
                "(rightwards two-headed arrow with double vertical stroke - 2901)"
            ]
        },
        {
            "codepoint": "2B36",
            "name": "LEFTWARDS TWO-HEADED ARROW FROM BAR",
            "crossReferences": [
                "(rightwards two-headed arrow from bar - 2905)"
            ]
        },
        {
            "codepoint": "2B37",
            "name": "LEFTWARDS TWO-HEADED TRIPLE DASH ARROW",
            "crossReferences": [
                "(rightwards two-headed triple dash arrow - 2910)"
            ]
        },
        {
            "codepoint": "2B38",
            "name": "LEFTWARDS ARROW WITH DOTTED STEM",
            "crossReferences": [
                "(rightwards arrow with dotted stem - 2911)"
            ]
        },
        {
            "codepoint": "2B39",
            "name": "LEFTWARDS ARROW WITH TAIL WITH VERTICAL STROKE",
            "crossReferences": [
                "(rightwards arrow with tail with vertical stroke - 2914)"
            ]
        },
        {
            "codepoint": "2B3A",
            "name": "LEFTWARDS ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
            "crossReferences": [
                "(rightwards arrow with tail with double vertical stroke - 2915)"
            ]
        },
        {
            "codepoint": "2B3B",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH TAIL",
            "crossReferences": [
                "(rightwards two-headed arrow with tail - 2916)"
            ]
        },
        {
            "codepoint": "2B3C",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH VERTICAL STROKE",
            "crossReferences": [
                "(rightwards two-headed arrow with tail with vertical stroke - 2917)"
            ]
        },
        {
            "codepoint": "2B3D",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH TAIL WITH DOUBLE VERTICAL STROKE",
            "crossReferences": [
                "(rightwards two-headed arrow with tail with double vertical stroke - 2918)"
            ]
        },
        {
            "codepoint": "2B3E",
            "name": "LEFTWARDS ARROW THROUGH X",
            "crossReferences": [
                "(rightwards arrow through x - 2947)"
            ]
        },
        {
            "codepoint": "2B3F",
            "name": "WAVE ARROW POINTING DIRECTLY LEFT",
            "crossReferences": [
                "(wave arrow pointing directly right - 2933)",
                "(leftwards wave arrow - 219C)"
            ]
        },
        {
            "codepoint": "2B40",
            "name": "EQUALS SIGN ABOVE LEFTWARDS ARROW",
            "crossReferences": [
                "(equals sign above rightwards arrow - 2971)"
            ]
        },
        {
            "codepoint": "2B41",
            "name": "REVERSE TILDE OPERATOR ABOVE LEFTWARDS ARROW",
            "comments": [
                "mirror image of \"2972\""
            ],
            "crossReferences": [
                "(tilde operator above rightwards arrow - 2972)"
            ]
        },
        {
            "codepoint": "2B42",
            "name": "LEFTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO",
            "comments": [
                "mirror image of \"2975\""
            ],
            "crossReferences": [
                "(rightwards arrow above almost equal to - 2975)"
            ]
        },
        {
            "codepoint": "2B43",
            "name": "RIGHTWARDS ARROW THROUGH GREATER-THAN",
            "comments": [
                "mirror image of \"2977\""
            ],
            "crossReferences": [
                "(leftwards arrow through less-than - 2977)"
            ]
        },
        {
            "codepoint": "2B44",
            "name": "RIGHTWARDS ARROW THROUGH SUPERSET",
            "comments": [
                "mirror image of \"297A\""
            ],
            "crossReferences": [
                "(leftwards arrow through subset - 297A)"
            ]
        },
        {
            "codepoint": "2B45",
            "name": "LEFTWARDS QUADRUPLE ARROW",
            "crossReferences": [
                "(upwards quadruple arrow - 27F0)"
            ]
        },
        {
            "codepoint": "2B46",
            "name": "RIGHTWARDS QUADRUPLE ARROW"
        },
        {
            "codepoint": "2B47",
            "name": "REVERSE TILDE OPERATOR ABOVE RIGHTWARDS ARROW"
        },
        {
            "codepoint": "2B48",
            "name": "RIGHTWARDS ARROW ABOVE REVERSE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2B49",
            "name": "TILDE OPERATOR ABOVE LEFTWARDS ARROW"
        },
        {
            "codepoint": "2B4A",
            "name": "LEFTWARDS ARROW ABOVE ALMOST EQUAL TO"
        },
        {
            "codepoint": "2B4B",
            "name": "LEFTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
            "comments": [
                "mirror image of \"2974\""
            ],
            "crossReferences": [
                "(rightwards arrow above tilde operator - 2974)"
            ]
        },
        {
            "codepoint": "2B4C",
            "name": "RIGHTWARDS ARROW ABOVE REVERSE TILDE OPERATOR",
            "comments": [
                "mirror image of \"2973\""
            ],
            "crossReferences": [
                "(leftwards arrow above tilde operator - 2973)"
            ]
        },
        {
            "codepoint": "2B4D",
            "name": "DOWNWARDS TRIANGLE-HEADED ZIGZAG ARROW",
            "crossReferences": [
                "(downwards zigzag arrow - 21AF)"
            ]
        },
        {
            "codepoint": "2B4E",
            "name": "SHORT SLANTED NORTH ARROW",
            "comments": [
                "slight rise in tone"
            ]
        },
        {
            "codepoint": "2B4F",
            "name": "SHORT BACKSLANTED SOUTH ARROW",
            "comments": [
                "slight fall or overall fall in tone when at the end of a word or at the beginning of a phrase, respectively"
            ]
        },
        {
            "codepoint": "2B50",
            "name": "WHITE MEDIUM STAR",
            "crossReferences": [
                "(white star - 2606)"
            ]
        },
        {
            "codepoint": "2B51",
            "name": "BLACK SMALL STAR",
            "crossReferences": [
                "(arabic five pointed star - 066D)",
                "(star operator - 22C6)",
                "(black star - 2605)"
            ]
        },
        {
            "codepoint": "2B52",
            "name": "WHITE SMALL STAR"
        },
        {
            "codepoint": "2B53",
            "name": "BLACK RIGHT-POINTING PENTAGON"
        },
        {
            "codepoint": "2B54",
            "name": "WHITE RIGHT-POINTING PENTAGON"
        },
        {
            "codepoint": "2B55",
            "name": "HEAVY LARGE CIRCLE",
            "aliases": [
                "basic symbol for speed limit"
            ],
            "comments": [
                "forms a game tally pair with 274C"
            ],
            "crossReferences": [
                "(large circle - 25EF)"
            ]
        },
        {
            "codepoint": "2B56",
            "name": "HEAVY OVAL WITH OVAL INSIDE",
            "aliases": [
                "prefectural office"
            ]
        },
        {
            "codepoint": "2B57",
            "name": "HEAVY CIRCLE WITH CIRCLE INSIDE",
            "aliases": [
                "municipal office"
            ],
            "crossReferences": [
                "(bullseye - 25CE)"
            ]
        },
        {
            "codepoint": "2B58",
            "name": "HEAVY CIRCLE",
            "aliases": [
                "town or village office",
                "power off symbol"
            ],
            "crossReferences": [
                "(power on symbol - 23FD)",
                "(white circle - 25CB)"
            ]
        },
        {
            "codepoint": "2B59",
            "name": "HEAVY CIRCLED SALTIRE",
            "aliases": [
                "police station"
            ],
            "crossReferences": [
                "(n-ary circled times operator - 2A02)"
            ]
        },
        {
            "codepoint": "2B5A",
            "name": "SLANTED NORTH ARROW WITH HOOKED HEAD",
            "comments": [
                "increasing tone with falling trend at the end"
            ]
        },
        {
            "codepoint": "2B5B",
            "name": "BACKSLANTED SOUTH ARROW WITH HOOKED TAIL",
            "comments": [
                "sharp rise and fall in tone"
            ]
        },
        {
            "codepoint": "2B5C",
            "name": "SLANTED NORTH ARROW WITH HORIZONTAL TAIL",
            "comments": [
                "continued rise in tone"
            ]
        },
        {
            "codepoint": "2B5D",
            "name": "BACKSLANTED SOUTH ARROW WITH HORIZONTAL TAIL",
            "comments": [
                "continued fall in tone"
            ]
        },
        {
            "codepoint": "2B5E",
            "name": "BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
            "comments": [
                "sharp fall in tone with rising trend at the end"
            ]
        },
        {
            "codepoint": "2B5F",
            "name": "SHORT BENT ARROW POINTING DOWNWARDS THEN NORTH EAST",
            "comments": [
                "slight fall in tone with rising trend at the end"
            ]
        },
        {
            "codepoint": "2B60",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(leftwards arrow - 2190)"
            ]
        },
        {
            "codepoint": "2B61",
            "name": "UPWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(upwards arrow - 2191)"
            ]
        },
        {
            "codepoint": "2B62",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(rightwards arrow - 2192)",
                "(triangle-headed rightwards arrow - 279D)"
            ]
        },
        {
            "codepoint": "2B63",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(downwards arrow - 2193)"
            ]
        },
        {
            "codepoint": "2B64",
            "name": "LEFT RIGHT TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(left right arrow - 2194)"
            ]
        },
        {
            "codepoint": "2B65",
            "name": "UP DOWN TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(up down arrow - 2195)"
            ]
        },
        {
            "codepoint": "2B66",
            "name": "NORTH WEST TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(north west arrow - 2196)"
            ]
        },
        {
            "codepoint": "2B67",
            "name": "NORTH EAST TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(north east arrow - 2197)"
            ]
        },
        {
            "codepoint": "2B68",
            "name": "SOUTH EAST TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(south east arrow - 2198)"
            ]
        },
        {
            "codepoint": "2B69",
            "name": "SOUTH WEST TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(south west arrow - 2199)"
            ]
        },
        {
            "codepoint": "2B6A",
            "name": "LEFTWARDS TRIANGLE-HEADED DASHED ARROW",
            "crossReferences": [
                "(leftwards dashed arrow - 21E0)"
            ]
        },
        {
            "codepoint": "2B6B",
            "name": "UPWARDS TRIANGLE-HEADED DASHED ARROW",
            "crossReferences": [
                "(upwards dashed arrow - 21E1)"
            ]
        },
        {
            "codepoint": "2B6C",
            "name": "RIGHTWARDS TRIANGLE-HEADED DASHED ARROW",
            "crossReferences": [
                "(rightwards dashed arrow - 21E2)"
            ]
        },
        {
            "codepoint": "2B6D",
            "name": "DOWNWARDS TRIANGLE-HEADED DASHED ARROW",
            "crossReferences": [
                "(downwards dashed arrow - 21E3)"
            ]
        },
        {
            "codepoint": "2B6E",
            "name": "CLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
            "crossReferences": [
                "(clockwise open circle arrow - 21BB)"
            ]
        },
        {
            "codepoint": "2B6F",
            "name": "ANTICLOCKWISE TRIANGLE-HEADED OPEN CIRCLE ARROW",
            "crossReferences": [
                "(anticlockwise open circle arrow - 21BA)"
            ]
        },
        {
            "codepoint": "2B70",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "left tab"
            ],
            "crossReferences": [
                "(leftwards arrow to bar - 21E4)"
            ]
        },
        {
            "codepoint": "2B71",
            "name": "UPWARDS TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "up tab"
            ],
            "crossReferences": [
                "(upwards arrow to bar - 2912)"
            ]
        },
        {
            "codepoint": "2B72",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "right tab"
            ],
            "crossReferences": [
                "(rightwards arrow to bar - 21E5)"
            ]
        },
        {
            "codepoint": "2B73",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "down tab"
            ],
            "crossReferences": [
                "(downwards arrow to bar - 2913)"
            ]
        },
        {
            "codepoint": "2B76",
            "name": "NORTH WEST TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "home"
            ]
        },
        {
            "codepoint": "2B77",
            "name": "NORTH EAST TRIANGLE-HEADED ARROW TO BAR"
        },
        {
            "codepoint": "2B78",
            "name": "SOUTH EAST TRIANGLE-HEADED ARROW TO BAR",
            "aliases": [
                "end"
            ]
        },
        {
            "codepoint": "2B79",
            "name": "SOUTH WEST TRIANGLE-HEADED ARROW TO BAR"
        },
        {
            "codepoint": "2B7A",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
            "other": [
                "LEFTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE VERTICAL STROKE"
            ]
        },
        {
            "codepoint": "2B7B",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
            "aliases": [
                "page up"
            ]
        },
        {
            "codepoint": "2B7C",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
            "other": [
                "RIGHTWARDS TRIANGLE-HEADED ARROW WITH DOUBLE VERTICAL STROKE"
            ]
        },
        {
            "codepoint": "2B7D",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH DOUBLE HORIZONTAL STROKE",
            "aliases": [
                "page down"
            ]
        },
        {
            "codepoint": "2B7E",
            "name": "HORIZONTAL TAB KEY",
            "crossReferences": [
                "(leftwards arrow to bar over rightwards arrow to bar - 21B9)"
            ]
        },
        {
            "codepoint": "2B7F",
            "name": "VERTICAL TAB KEY"
        },
        {
            "codepoint": "2B80",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW OVER RIGHTWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(leftwards arrow over rightwards arrow - 21C6)"
            ]
        },
        {
            "codepoint": "2B81",
            "name": "UPWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF DOWNWARDS TRIANGLE-HEADED ARROW"
        },
        {
            "codepoint": "2B82",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW OVER LEFTWARDS TRIANGLE-HEADED ARROW"
        },
        {
            "codepoint": "2B83",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW LEFTWARDS OF UPWARDS TRIANGLE-HEADED ARROW",
            "crossReferences": [
                "(downwards arrow leftwards of upwards arrow - 21F5)"
            ]
        },
        {
            "codepoint": "2B84",
            "name": "LEFTWARDS TRIANGLE-HEADED PAIRED ARROWS",
            "crossReferences": [
                "(leftwards paired arrows - 21C7)"
            ]
        },
        {
            "codepoint": "2B85",
            "name": "UPWARDS TRIANGLE-HEADED PAIRED ARROWS",
            "crossReferences": [
                "(upwards paired arrows - 21C8)"
            ]
        },
        {
            "codepoint": "2B86",
            "name": "RIGHTWARDS TRIANGLE-HEADED PAIRED ARROWS",
            "crossReferences": [
                "(rightwards paired arrows - 21C9)"
            ]
        },
        {
            "codepoint": "2B87",
            "name": "DOWNWARDS TRIANGLE-HEADED PAIRED ARROWS",
            "crossReferences": [
                "(downwards paired arrows - 21CA)"
            ]
        },
        {
            "codepoint": "2B88",
            "name": "LEFTWARDS BLACK CIRCLED WHITE ARROW"
        },
        {
            "codepoint": "2B89",
            "name": "UPWARDS BLACK CIRCLED WHITE ARROW"
        },
        {
            "codepoint": "2B8A",
            "name": "RIGHTWARDS BLACK CIRCLED WHITE ARROW",
            "crossReferences": [
                "(circled heavy white rightwards arrow - 27B2)"
            ]
        },
        {
            "codepoint": "2B8B",
            "name": "DOWNWARDS BLACK CIRCLED WHITE ARROW"
        },
        {
            "codepoint": "2B8C",
            "name": "ANTICLOCKWISE TRIANGLE-HEADED RIGHT U-SHAPED ARROW"
        },
        {
            "codepoint": "2B8D",
            "name": "ANTICLOCKWISE TRIANGLE-HEADED BOTTOM U-SHAPED ARROW"
        },
        {
            "codepoint": "2B8E",
            "name": "ANTICLOCKWISE TRIANGLE-HEADED LEFT U-SHAPED ARROW"
        },
        {
            "codepoint": "2B8F",
            "name": "ANTICLOCKWISE TRIANGLE-HEADED TOP U-SHAPED ARROW",
            "crossReferences": [
                "(anticlockwise top semicircle arrow - 21B6)"
            ]
        },
        {
            "codepoint": "2B90",
            "name": "RETURN LEFT",
            "crossReferences": [
                "(return symbol - 23CE)"
            ]
        },
        {
            "codepoint": "2B91",
            "name": "RETURN RIGHT"
        },
        {
            "codepoint": "2B92",
            "name": "NEWLINE LEFT"
        },
        {
            "codepoint": "2B93",
            "name": "NEWLINE RIGHT"
        },
        {
            "codepoint": "2B94",
            "name": "FOUR CORNER ARROWS CIRCLING ANTICLOCKWISE",
            "aliases": [
                "loop"
            ]
        },
        {
            "codepoint": "2B95",
            "name": "RIGHTWARDS BLACK ARROW",
            "crossReferences": [
                "(black rightwards arrow - 27A1)",
                "(leftwards black arrow - 2B05)"
            ]
        },
        {
            "codepoint": "2B97",
            "name": "SYMBOL FOR TYPE A ELECTRONICS",
            "comments": [
                "for type B electronics use 3036"
            ],
            "crossReferences": [
                "(circled postal mark - 3036)"
            ]
        },
        {
            "codepoint": "2B98",
            "name": "THREE-D TOP-LIGHTED LEFTWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2B99",
            "name": "THREE-D RIGHT-LIGHTED UPWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2B9A",
            "name": "THREE-D TOP-LIGHTED RIGHTWARDS EQUILATERAL ARROWHEAD",
            "crossReferences": [
                "(three-d top-lighted rightwards arrowhead - 27A2)"
            ]
        },
        {
            "codepoint": "2B9B",
            "name": "THREE-D LEFT-LIGHTED DOWNWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2B9C",
            "name": "BLACK LEFTWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2B9D",
            "name": "BLACK UPWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2B9E",
            "name": "BLACK RIGHTWARDS EQUILATERAL ARROWHEAD",
            "crossReferences": [
                "(black rightwards arrowhead - 27A4)"
            ]
        },
        {
            "codepoint": "2B9F",
            "name": "BLACK DOWNWARDS EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "2BA0",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
            "crossReferences": [
                "(downwards arrow with tip leftwards - 21B2)"
            ]
        },
        {
            "codepoint": "2BA1",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
            "crossReferences": [
                "(downwards arrow with tip rightwards - 21B3)"
            ]
        },
        {
            "codepoint": "2BA2",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP LEFTWARDS",
            "crossReferences": [
                "(upwards arrow with tip leftwards - 21B0)"
            ]
        },
        {
            "codepoint": "2BA3",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH LONG TIP RIGHTWARDS",
            "crossReferences": [
                "(upwards arrow with tip rightwards - 21B1)"
            ]
        },
        {
            "codepoint": "2BA4",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
            "crossReferences": [
                "(leftwards arrow with tip upwards - 2B11)"
            ]
        },
        {
            "codepoint": "2BA5",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP UPWARDS",
            "crossReferences": [
                "(rightwards arrow with tip upwards - 2B0F)"
            ]
        },
        {
            "codepoint": "2BA6",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
            "crossReferences": [
                "(leftwards arrow with tip downwards - 2B10)"
            ]
        },
        {
            "codepoint": "2BA7",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH LONG TIP DOWNWARDS",
            "crossReferences": [
                "(rightwards arrow with tip downwards - 2B0E)"
            ]
        },
        {
            "codepoint": "2BA8",
            "name": "BLACK CURVED DOWNWARDS AND LEFTWARDS ARROW"
        },
        {
            "codepoint": "2BA9",
            "name": "BLACK CURVED DOWNWARDS AND RIGHTWARDS ARROW",
            "crossReferences": [
                "(heavy black curved downwards and rightwards arrow - 27A5)"
            ]
        },
        {
            "codepoint": "2BAA",
            "name": "BLACK CURVED UPWARDS AND LEFTWARDS ARROW"
        },
        {
            "codepoint": "2BAB",
            "name": "BLACK CURVED UPWARDS AND RIGHTWARDS ARROW",
            "crossReferences": [
                "(heavy black curved upwards and rightwards arrow - 27A6)"
            ]
        },
        {
            "codepoint": "2BAC",
            "name": "BLACK CURVED LEFTWARDS AND UPWARDS ARROW"
        },
        {
            "codepoint": "2BAD",
            "name": "BLACK CURVED RIGHTWARDS AND UPWARDS ARROW"
        },
        {
            "codepoint": "2BAE",
            "name": "BLACK CURVED LEFTWARDS AND DOWNWARDS ARROW"
        },
        {
            "codepoint": "2BAF",
            "name": "BLACK CURVED RIGHTWARDS AND DOWNWARDS ARROW"
        },
        {
            "codepoint": "2BB0",
            "name": "RIBBON ARROW DOWN LEFT"
        },
        {
            "codepoint": "2BB1",
            "name": "RIBBON ARROW DOWN RIGHT"
        },
        {
            "codepoint": "2BB2",
            "name": "RIBBON ARROW UP LEFT"
        },
        {
            "codepoint": "2BB3",
            "name": "RIBBON ARROW UP RIGHT"
        },
        {
            "codepoint": "2BB4",
            "name": "RIBBON ARROW LEFT UP"
        },
        {
            "codepoint": "2BB5",
            "name": "RIBBON ARROW RIGHT UP"
        },
        {
            "codepoint": "2BB6",
            "name": "RIBBON ARROW LEFT DOWN"
        },
        {
            "codepoint": "2BB7",
            "name": "RIBBON ARROW RIGHT DOWN"
        },
        {
            "codepoint": "2BB8",
            "name": "UPWARDS WHITE ARROW FROM BAR WITH HORIZONTAL BAR",
            "aliases": [
                "caps lock"
            ],
            "crossReferences": [
                "(upwards white arrow on pedestal with horizontal bar - 21EC)"
            ]
        },
        {
            "codepoint": "2BB9",
            "name": "UP ARROWHEAD IN A RECTANGLE BOX",
            "aliases": [
                "escape"
            ],
            "crossReferences": [
                "(apl functional symbol quad up caret - 2353)"
            ]
        },
        {
            "codepoint": "2BBA",
            "name": "OVERLAPPING WHITE SQUARES",
            "aliases": [
                "pair of bishops"
            ],
            "crossReferences": [
                "(two joined squares - 29C9)"
            ]
        },
        {
            "codepoint": "2BBB",
            "name": "OVERLAPPING WHITE AND BLACK SQUARES",
            "aliases": [
                "bishops of opposite colour"
            ]
        },
        {
            "codepoint": "2BBC",
            "name": "OVERLAPPING BLACK SQUARES",
            "aliases": [
                "bishops of the same colour"
            ]
        },
        {
            "codepoint": "2BBD",
            "name": "BALLOT BOX WITH LIGHT X",
            "crossReferences": [
                "(ballot box with x - 2612)"
            ]
        },
        {
            "codepoint": "2BBE",
            "name": "CIRCLED X",
            "crossReferences": [
                "(circled times - 2297)"
            ]
        },
        {
            "codepoint": "2BBF",
            "name": "CIRCLED BOLD X"
        },
        {
            "codepoint": "2BC0",
            "name": "BLACK SQUARE CENTRED"
        },
        {
            "codepoint": "2BC1",
            "name": "BLACK DIAMOND CENTRED"
        },
        {
            "codepoint": "2BC2",
            "name": "TURNED BLACK PENTAGON"
        },
        {
            "codepoint": "2BC3",
            "name": "HORIZONTAL BLACK OCTAGON",
            "crossReferences": [
                "(octagonal sign - 1F6D1)"
            ]
        },
        {
            "codepoint": "2BC4",
            "name": "BLACK OCTAGON"
        },
        {
            "codepoint": "2BC5",
            "name": "BLACK MEDIUM UP-POINTING TRIANGLE CENTRED",
            "crossReferences": [
                "(black up-pointing triangle - 25B2)"
            ]
        },
        {
            "codepoint": "2BC6",
            "name": "BLACK MEDIUM DOWN-POINTING TRIANGLE CENTRED",
            "crossReferences": [
                "(black down-pointing triangle - 25BC)"
            ]
        },
        {
            "codepoint": "2BC7",
            "name": "BLACK MEDIUM LEFT-POINTING TRIANGLE CENTRED",
            "crossReferences": [
                "(black left-pointing triangle - 25C0)"
            ]
        },
        {
            "codepoint": "2BC8",
            "name": "BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED",
            "crossReferences": [
                "(black right-pointing triangle - 25B6)"
            ]
        },
        {
            "codepoint": "2BC9",
            "name": "NEPTUNE FORM TWO",
            "crossReferences": [
                "(neptune - 2646)"
            ]
        },
        {
            "codepoint": "2BCA",
            "name": "TOP HALF BLACK CIRCLE"
        },
        {
            "codepoint": "2BCB",
            "name": "BOTTOM HALF BLACK CIRCLE"
        },
        {
            "codepoint": "2BCC",
            "name": "LIGHT FOUR POINTED BLACK CUSP",
            "crossReferences": [
                "(black four pointed star - 2726)"
            ]
        },
        {
            "codepoint": "2BCD",
            "name": "ROTATED LIGHT FOUR POINTED BLACK CUSP"
        },
        {
            "codepoint": "2BCE",
            "name": "WHITE FOUR POINTED CUSP",
            "crossReferences": [
                "(white four pointed star - 2727)"
            ]
        },
        {
            "codepoint": "2BCF",
            "name": "ROTATED WHITE FOUR POINTED CUSP",
            "crossReferences": [
                "(square lozenge - 2311)"
            ]
        },
        {
            "codepoint": "2BD0",
            "name": "SQUARE POSITION INDICATOR",
            "crossReferences": [
                "(position indicator - 2316)"
            ]
        },
        {
            "codepoint": "2BD1",
            "name": "UNCERTAINTY SIGN",
            "aliases": [
                "query"
            ],
            "crossReferences": [
                "(apl functional symbol quad question - 2370)",
                "(replacement character - FFFD)"
            ]
        },
        {
            "codepoint": "2BD2",
            "name": "GROUP MARK",
            "comments": [
                "formerly used as a separator character for I/O operations"
            ],
            "crossReferences": [
                "(double dagger - 2021)",
                "(thermodynamic - 29E7)",
                "(triple dagger - 2E4B)"
            ]
        },
        {
            "codepoint": "2BD3",
            "name": "PLUTO FORM TWO",
            "crossReferences": [
                "(pluto - 2647)"
            ]
        },
        {
            "codepoint": "2BD4",
            "name": "PLUTO FORM THREE"
        },
        {
            "codepoint": "2BD5",
            "name": "PLUTO FORM FOUR"
        },
        {
            "codepoint": "2BD6",
            "name": "PLUTO FORM FIVE"
        },
        {
            "codepoint": "2BD7",
            "name": "TRANSPLUTO"
        },
        {
            "codepoint": "2BD8",
            "name": "PROSERPINA"
        },
        {
            "codepoint": "2BD9",
            "name": "ASTRAEA"
        },
        {
            "codepoint": "2BDA",
            "name": "HYGIEA"
        },
        {
            "codepoint": "2BDB",
            "name": "PHOLUS"
        },
        {
            "codepoint": "2BDC",
            "name": "NESSUS"
        },
        {
            "codepoint": "2BDD",
            "name": "WHITE MOON SELENA"
        },
        {
            "codepoint": "2BDE",
            "name": "BLACK DIAMOND ON CROSS",
            "aliases": [
                "true black moon Lilith"
            ]
        },
        {
            "codepoint": "2BDF",
            "name": "TRUE LIGHT MOON ARTA"
        },
        {
            "codepoint": "2BE0",
            "name": "CUPIDO"
        },
        {
            "codepoint": "2BE1",
            "name": "HADES"
        },
        {
            "codepoint": "2BE2",
            "name": "ZEUS"
        },
        {
            "codepoint": "2BE3",
            "name": "KRONOS"
        },
        {
            "codepoint": "2BE4",
            "name": "APOLLON"
        },
        {
            "codepoint": "2BE5",
            "name": "ADMETOS"
        },
        {
            "codepoint": "2BE6",
            "name": "VULCANUS"
        },
        {
            "codepoint": "2BE7",
            "name": "POSEIDON"
        },
        {
            "codepoint": "2BE8",
            "name": "LEFT HALF BLACK STAR",
            "crossReferences": [
                "(black star - 2605)"
            ]
        },
        {
            "codepoint": "2BE9",
            "name": "RIGHT HALF BLACK STAR"
        },
        {
            "codepoint": "2BEA",
            "name": "STAR WITH LEFT HALF BLACK"
        },
        {
            "codepoint": "2BEB",
            "name": "STAR WITH RIGHT HALF BLACK"
        },
        {
            "codepoint": "2BEC",
            "name": "LEFTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
            "aliases": [
                "fast cursor left"
            ],
            "crossReferences": [
                "(leftwards two headed arrow - 219E)"
            ]
        },
        {
            "codepoint": "2BED",
            "name": "UPWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
            "aliases": [
                "fast cursor up"
            ]
        },
        {
            "codepoint": "2BEE",
            "name": "RIGHTWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
            "aliases": [
                "fast cursor right"
            ]
        },
        {
            "codepoint": "2BEF",
            "name": "DOWNWARDS TWO-HEADED ARROW WITH TRIANGLE ARROWHEADS",
            "aliases": [
                "fast cursor down"
            ]
        },
        {
            "codepoint": "2BF0",
            "name": "ERIS FORM ONE"
        },
        {
            "codepoint": "2BF1",
            "name": "ERIS FORM TWO"
        },
        {
            "codepoint": "2BF2",
            "name": "SEDNA"
        },
        {
            "codepoint": "2BF3",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL VIGINTILE",
            "comments": [
                "the vigintile aspect is usually represented by the letter V"
            ]
        },
        {
            "codepoint": "2BF4",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL NOVILE",
            "comments": [
                "the novile aspect is usually represented by the letter N"
            ]
        },
        {
            "codepoint": "2BF5",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL QUINTILE",
            "comments": [
                "the quintile aspect is usually represented by the letter Q"
            ]
        },
        {
            "codepoint": "2BF6",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL BINOVILE",
            "comments": [
                "the binovile aspect is usually represented by the term N²"
            ]
        },
        {
            "codepoint": "2BF7",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL SENTAGON",
            "comments": [
                "represents a 100-degree aspect"
            ]
        },
        {
            "codepoint": "2BF8",
            "name": "RUSSIAN ASTROLOGICAL SYMBOL TREDECILE",
            "comments": [
                "the tredecile aspect is usually represented by the term D³"
            ]
        },
        {
            "codepoint": "2BF9",
            "name": "EQUALS SIGN WITH INFINITY BELOW",
            "aliases": [
                "with compensation for the material"
            ]
        },
        {
            "codepoint": "2BFA",
            "name": "UNITED SYMBOL",
            "aliases": [
                "united pawns"
            ],
            "crossReferences": [
                "(divorce symbol - 26AE)",
                "(two rings aligned horizontally - 1CC88)"
            ]
        },
        {
            "codepoint": "2BFB",
            "name": "SEPARATED SYMBOL",
            "aliases": [
                "separated pawns"
            ],
            "crossReferences": [
                "(unmarried partnership symbol - 26AF)",
                "(double-ended multimap - 29DF)",
                "(alchemical symbol for arsenic - 1F73A)"
            ]
        },
        {
            "codepoint": "2BFC",
            "name": "DOUBLED SYMBOL",
            "aliases": [
                "doubled pawns"
            ]
        },
        {
            "codepoint": "2BFD",
            "name": "PASSED SYMBOL",
            "aliases": [
                "passed pawn"
            ],
            "crossReferences": [
                "(male sign - 2642)"
            ]
        },
        {
            "codepoint": "2BFE",
            "name": "REVERSED RIGHT ANGLE",
            "aliases": [
                "without"
            ],
            "crossReferences": [
                "(right angle - 221F)"
            ]
        },
        {
            "codepoint": "2BFF",
            "name": "HELLSCHREIBER PAUSE SYMBOL"
        },
        {
            "codepoint": "2C00",
            "name": "GLAGOLITIC CAPITAL LETTER AZU"
        },
        {
            "codepoint": "2C01",
            "name": "GLAGOLITIC CAPITAL LETTER BUKY"
        },
        {
            "codepoint": "2C02",
            "name": "GLAGOLITIC CAPITAL LETTER VEDE"
        },
        {
            "codepoint": "2C03",
            "name": "GLAGOLITIC CAPITAL LETTER GLAGOLI"
        },
        {
            "codepoint": "2C04",
            "name": "GLAGOLITIC CAPITAL LETTER DOBRO"
        },
        {
            "codepoint": "2C05",
            "name": "GLAGOLITIC CAPITAL LETTER YESTU"
        },
        {
            "codepoint": "2C06",
            "name": "GLAGOLITIC CAPITAL LETTER ZHIVETE"
        },
        {
            "codepoint": "2C07",
            "name": "GLAGOLITIC CAPITAL LETTER DZELO"
        },
        {
            "codepoint": "2C08",
            "name": "GLAGOLITIC CAPITAL LETTER ZEMLJA"
        },
        {
            "codepoint": "2C09",
            "name": "GLAGOLITIC CAPITAL LETTER IZHE"
        },
        {
            "codepoint": "2C0A",
            "name": "GLAGOLITIC CAPITAL LETTER INITIAL IZHE"
        },
        {
            "codepoint": "2C0B",
            "name": "GLAGOLITIC CAPITAL LETTER I"
        },
        {
            "codepoint": "2C0C",
            "name": "GLAGOLITIC CAPITAL LETTER DJERVI"
        },
        {
            "codepoint": "2C0D",
            "name": "GLAGOLITIC CAPITAL LETTER KAKO"
        },
        {
            "codepoint": "2C0E",
            "name": "GLAGOLITIC CAPITAL LETTER LJUDIJE"
        },
        {
            "codepoint": "2C0F",
            "name": "GLAGOLITIC CAPITAL LETTER MYSLITE"
        },
        {
            "codepoint": "2C10",
            "name": "GLAGOLITIC CAPITAL LETTER NASHI"
        },
        {
            "codepoint": "2C11",
            "name": "GLAGOLITIC CAPITAL LETTER ONU"
        },
        {
            "codepoint": "2C12",
            "name": "GLAGOLITIC CAPITAL LETTER POKOJI"
        },
        {
            "codepoint": "2C13",
            "name": "GLAGOLITIC CAPITAL LETTER RITSI"
        },
        {
            "codepoint": "2C14",
            "name": "GLAGOLITIC CAPITAL LETTER SLOVO"
        },
        {
            "codepoint": "2C15",
            "name": "GLAGOLITIC CAPITAL LETTER TVRIDO"
        },
        {
            "codepoint": "2C16",
            "name": "GLAGOLITIC CAPITAL LETTER UKU"
        },
        {
            "codepoint": "2C17",
            "name": "GLAGOLITIC CAPITAL LETTER FRITU"
        },
        {
            "codepoint": "2C18",
            "name": "GLAGOLITIC CAPITAL LETTER HERU"
        },
        {
            "codepoint": "2C19",
            "name": "GLAGOLITIC CAPITAL LETTER OTU"
        },
        {
            "codepoint": "2C1A",
            "name": "GLAGOLITIC CAPITAL LETTER PE"
        },
        {
            "codepoint": "2C1B",
            "name": "GLAGOLITIC CAPITAL LETTER SHTA"
        },
        {
            "codepoint": "2C1C",
            "name": "GLAGOLITIC CAPITAL LETTER TSI"
        },
        {
            "codepoint": "2C1D",
            "name": "GLAGOLITIC CAPITAL LETTER CHRIVI"
        },
        {
            "codepoint": "2C1E",
            "name": "GLAGOLITIC CAPITAL LETTER SHA"
        },
        {
            "codepoint": "2C1F",
            "name": "GLAGOLITIC CAPITAL LETTER YERU"
        },
        {
            "codepoint": "2C20",
            "name": "GLAGOLITIC CAPITAL LETTER YERI"
        },
        {
            "codepoint": "2C21",
            "name": "GLAGOLITIC CAPITAL LETTER YATI"
        },
        {
            "codepoint": "2C22",
            "name": "GLAGOLITIC CAPITAL LETTER SPIDERY HA"
        },
        {
            "codepoint": "2C23",
            "name": "GLAGOLITIC CAPITAL LETTER YU"
        },
        {
            "codepoint": "2C24",
            "name": "GLAGOLITIC CAPITAL LETTER SMALL YUS"
        },
        {
            "codepoint": "2C25",
            "name": "GLAGOLITIC CAPITAL LETTER SMALL YUS WITH TAIL"
        },
        {
            "codepoint": "2C26",
            "name": "GLAGOLITIC CAPITAL LETTER YO"
        },
        {
            "codepoint": "2C27",
            "name": "GLAGOLITIC CAPITAL LETTER IOTATED SMALL YUS"
        },
        {
            "codepoint": "2C28",
            "name": "GLAGOLITIC CAPITAL LETTER BIG YUS"
        },
        {
            "codepoint": "2C29",
            "name": "GLAGOLITIC CAPITAL LETTER IOTATED BIG YUS"
        },
        {
            "codepoint": "2C2A",
            "name": "GLAGOLITIC CAPITAL LETTER FITA"
        },
        {
            "codepoint": "2C2B",
            "name": "GLAGOLITIC CAPITAL LETTER IZHITSA"
        },
        {
            "codepoint": "2C2C",
            "name": "GLAGOLITIC CAPITAL LETTER SHTAPIC"
        },
        {
            "codepoint": "2C2D",
            "name": "GLAGOLITIC CAPITAL LETTER TROKUTASTI A"
        },
        {
            "codepoint": "2C2E",
            "name": "GLAGOLITIC CAPITAL LETTER LATINATE MYSLITE"
        },
        {
            "codepoint": "2C2F",
            "name": "GLAGOLITIC CAPITAL LETTER CAUDATE CHRIVI"
        },
        {
            "codepoint": "2C30",
            "name": "GLAGOLITIC SMALL LETTER AZU"
        },
        {
            "codepoint": "2C31",
            "name": "GLAGOLITIC SMALL LETTER BUKY"
        },
        {
            "codepoint": "2C32",
            "name": "GLAGOLITIC SMALL LETTER VEDE"
        },
        {
            "codepoint": "2C33",
            "name": "GLAGOLITIC SMALL LETTER GLAGOLI"
        },
        {
            "codepoint": "2C34",
            "name": "GLAGOLITIC SMALL LETTER DOBRO"
        },
        {
            "codepoint": "2C35",
            "name": "GLAGOLITIC SMALL LETTER YESTU"
        },
        {
            "codepoint": "2C36",
            "name": "GLAGOLITIC SMALL LETTER ZHIVETE"
        },
        {
            "codepoint": "2C37",
            "name": "GLAGOLITIC SMALL LETTER DZELO"
        },
        {
            "codepoint": "2C38",
            "name": "GLAGOLITIC SMALL LETTER ZEMLJA"
        },
        {
            "codepoint": "2C39",
            "name": "GLAGOLITIC SMALL LETTER IZHE"
        },
        {
            "codepoint": "2C3A",
            "name": "GLAGOLITIC SMALL LETTER INITIAL IZHE",
            "crossReferences": [
                "(cyrillic small letter iota - A647)"
            ]
        },
        {
            "codepoint": "2C3B",
            "name": "GLAGOLITIC SMALL LETTER I"
        },
        {
            "codepoint": "2C3C",
            "name": "GLAGOLITIC SMALL LETTER DJERVI"
        },
        {
            "codepoint": "2C3D",
            "name": "GLAGOLITIC SMALL LETTER KAKO"
        },
        {
            "codepoint": "2C3E",
            "name": "GLAGOLITIC SMALL LETTER LJUDIJE"
        },
        {
            "codepoint": "2C3F",
            "name": "GLAGOLITIC SMALL LETTER MYSLITE"
        },
        {
            "codepoint": "2C40",
            "name": "GLAGOLITIC SMALL LETTER NASHI"
        },
        {
            "codepoint": "2C41",
            "name": "GLAGOLITIC SMALL LETTER ONU"
        },
        {
            "codepoint": "2C42",
            "name": "GLAGOLITIC SMALL LETTER POKOJI"
        },
        {
            "codepoint": "2C43",
            "name": "GLAGOLITIC SMALL LETTER RITSI"
        },
        {
            "codepoint": "2C44",
            "name": "GLAGOLITIC SMALL LETTER SLOVO"
        },
        {
            "codepoint": "2C45",
            "name": "GLAGOLITIC SMALL LETTER TVRIDO"
        },
        {
            "codepoint": "2C46",
            "name": "GLAGOLITIC SMALL LETTER UKU"
        },
        {
            "codepoint": "2C47",
            "name": "GLAGOLITIC SMALL LETTER FRITU"
        },
        {
            "codepoint": "2C48",
            "name": "GLAGOLITIC SMALL LETTER HERU"
        },
        {
            "codepoint": "2C49",
            "name": "GLAGOLITIC SMALL LETTER OTU"
        },
        {
            "codepoint": "2C4A",
            "name": "GLAGOLITIC SMALL LETTER PE"
        },
        {
            "codepoint": "2C4B",
            "name": "GLAGOLITIC SMALL LETTER SHTA"
        },
        {
            "codepoint": "2C4C",
            "name": "GLAGOLITIC SMALL LETTER TSI"
        },
        {
            "codepoint": "2C4D",
            "name": "GLAGOLITIC SMALL LETTER CHRIVI"
        },
        {
            "codepoint": "2C4E",
            "name": "GLAGOLITIC SMALL LETTER SHA"
        },
        {
            "codepoint": "2C4F",
            "name": "GLAGOLITIC SMALL LETTER YERU"
        },
        {
            "codepoint": "2C50",
            "name": "GLAGOLITIC SMALL LETTER YERI"
        },
        {
            "codepoint": "2C51",
            "name": "GLAGOLITIC SMALL LETTER YATI"
        },
        {
            "codepoint": "2C52",
            "name": "GLAGOLITIC SMALL LETTER SPIDERY HA"
        },
        {
            "codepoint": "2C53",
            "name": "GLAGOLITIC SMALL LETTER YU"
        },
        {
            "codepoint": "2C54",
            "name": "GLAGOLITIC SMALL LETTER SMALL YUS"
        },
        {
            "codepoint": "2C55",
            "name": "GLAGOLITIC SMALL LETTER SMALL YUS WITH TAIL"
        },
        {
            "codepoint": "2C56",
            "name": "GLAGOLITIC SMALL LETTER YO"
        },
        {
            "codepoint": "2C57",
            "name": "GLAGOLITIC SMALL LETTER IOTATED SMALL YUS"
        },
        {
            "codepoint": "2C58",
            "name": "GLAGOLITIC SMALL LETTER BIG YUS"
        },
        {
            "codepoint": "2C59",
            "name": "GLAGOLITIC SMALL LETTER IOTATED BIG YUS"
        },
        {
            "codepoint": "2C5A",
            "name": "GLAGOLITIC SMALL LETTER FITA"
        },
        {
            "codepoint": "2C5B",
            "name": "GLAGOLITIC SMALL LETTER IZHITSA"
        },
        {
            "codepoint": "2C5C",
            "name": "GLAGOLITIC SMALL LETTER SHTAPIC"
        },
        {
            "codepoint": "2C5D",
            "name": "GLAGOLITIC SMALL LETTER TROKUTASTI A"
        },
        {
            "codepoint": "2C5E",
            "name": "GLAGOLITIC SMALL LETTER LATINATE MYSLITE"
        },
        {
            "codepoint": "2C5F",
            "name": "GLAGOLITIC SMALL LETTER CAUDATE CHRIVI"
        },
        {
            "codepoint": "2C60",
            "name": "LATIN CAPITAL LETTER L WITH DOUBLE BAR",
            "crossReferences": [
                "(latin capital letter l with bar - 023D)"
            ]
        },
        {
            "codepoint": "2C61",
            "name": "LATIN SMALL LETTER L WITH DOUBLE BAR",
            "crossReferences": [
                "(latin small letter l with bar - 019A)",
                "(latin small letter l with double middle tilde - AB38)"
            ]
        },
        {
            "codepoint": "2C62",
            "name": "LATIN CAPITAL LETTER L WITH MIDDLE TILDE",
            "comments": [
                "lowercase is 026B"
            ],
            "crossReferences": [
                "(latin capital letter l with stroke - 0141)"
            ]
        },
        {
            "codepoint": "2C63",
            "name": "LATIN CAPITAL LETTER P WITH STROKE",
            "comments": [
                "lowercase is 1D7D"
            ]
        },
        {
            "codepoint": "2C64",
            "name": "LATIN CAPITAL LETTER R WITH TAIL",
            "comments": [
                "lowercase is 027D"
            ]
        },
        {
            "codepoint": "2C65",
            "name": "LATIN SMALL LETTER A WITH STROKE",
            "comments": [
                "uppercase is 023A"
            ]
        },
        {
            "codepoint": "2C66",
            "name": "LATIN SMALL LETTER T WITH DIAGONAL STROKE",
            "comments": [
                "uppercase is 023E"
            ]
        },
        {
            "codepoint": "2C67",
            "name": "LATIN CAPITAL LETTER H WITH DESCENDER",
            "crossReferences": [
                "(cyrillic capital letter en with descender - 04A2)"
            ]
        },
        {
            "codepoint": "2C68",
            "name": "LATIN SMALL LETTER H WITH DESCENDER"
        },
        {
            "codepoint": "2C69",
            "name": "LATIN CAPITAL LETTER K WITH DESCENDER",
            "crossReferences": [
                "(cyrillic capital letter ka with descender - 049A)"
            ]
        },
        {
            "codepoint": "2C6A",
            "name": "LATIN SMALL LETTER K WITH DESCENDER"
        },
        {
            "codepoint": "2C6B",
            "name": "LATIN CAPITAL LETTER Z WITH DESCENDER",
            "crossReferences": [
                "(latin capital letter z with hook - 0224)"
            ]
        },
        {
            "codepoint": "2C6C",
            "name": "LATIN SMALL LETTER Z WITH DESCENDER"
        },
        {
            "codepoint": "2C6D",
            "name": "LATIN CAPITAL LETTER ALPHA",
            "aliases": [
                "capital script a"
            ],
            "comments": [
                "lowercase is 0251"
            ]
        },
        {
            "codepoint": "2C6E",
            "name": "LATIN CAPITAL LETTER M WITH HOOK",
            "comments": [
                "lowercase is 0271"
            ]
        },
        {
            "codepoint": "2C6F",
            "name": "LATIN CAPITAL LETTER TURNED A",
            "comments": [
                "lowercase is 0250"
            ],
            "crossReferences": [
                "(for all - 2200)"
            ]
        },
        {
            "codepoint": "2C70",
            "name": "LATIN CAPITAL LETTER TURNED ALPHA",
            "comments": [
                "lowercase is 0252"
            ]
        },
        {
            "codepoint": "2C71",
            "name": "LATIN SMALL LETTER V WITH RIGHT HOOK",
            "comments": [
                "IPA: voiced labiodental flap"
            ]
        },
        {
            "codepoint": "2C72",
            "name": "LATIN CAPITAL LETTER W WITH HOOK"
        },
        {
            "codepoint": "2C73",
            "name": "LATIN SMALL LETTER W WITH HOOK"
        },
        {
            "codepoint": "2C74",
            "name": "LATIN SMALL LETTER V WITH CURL"
        },
        {
            "codepoint": "2C75",
            "name": "LATIN CAPITAL LETTER HALF H",
            "crossReferences": [
                "(greek capital letter heta - 0370)",
                "(turned capital f - 2132)",
                "(roman numeral reversed one hundred - 2183)",
                "(latin capital letter reversed half h - A7F5)"
            ]
        },
        {
            "codepoint": "2C76",
            "name": "LATIN SMALL LETTER HALF H",
            "crossReferences": [
                "(greek small letter heta - 0371)",
                "(latin small letter reversed half h - A7F6)"
            ]
        },
        {
            "codepoint": "2C77",
            "name": "LATIN SMALL LETTER TAILLESS PHI",
            "comments": [
                "medium rounded o"
            ],
            "crossReferences": [
                "(greek small letter phi - 03C6)"
            ]
        },
        {
            "codepoint": "2C78",
            "name": "LATIN SMALL LETTER E WITH NOTCH"
        },
        {
            "codepoint": "2C79",
            "name": "LATIN SMALL LETTER TURNED R WITH TAIL"
        },
        {
            "codepoint": "2C7A",
            "name": "LATIN SMALL LETTER O WITH LOW RING INSIDE"
        },
        {
            "codepoint": "2C7B",
            "name": "LATIN LETTER SMALL CAPITAL TURNED E",
            "crossReferences": [
                "(latin capital letter reversed e - 018E)"
            ]
        },
        {
            "codepoint": "2C7C",
            "name": "LATIN SUBSCRIPT SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "2C7D",
            "name": "MODIFIER LETTER CAPITAL V",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "2C7E",
            "name": "LATIN CAPITAL LETTER S WITH SWASH TAIL",
            "comments": [
                "lowercase is 023F"
            ],
            "crossReferences": [
                "(latin capital letter s with hook - A7C5)"
            ]
        },
        {
            "codepoint": "2C7F",
            "name": "LATIN CAPITAL LETTER Z WITH SWASH TAIL",
            "comments": [
                "lowercase is 0240"
            ]
        },
        {
            "codepoint": "2C80",
            "name": "COPTIC CAPITAL LETTER ALFA"
        },
        {
            "codepoint": "2C81",
            "name": "COPTIC SMALL LETTER ALFA"
        },
        {
            "codepoint": "2C82",
            "name": "COPTIC CAPITAL LETTER VIDA"
        },
        {
            "codepoint": "2C83",
            "name": "COPTIC SMALL LETTER VIDA"
        },
        {
            "codepoint": "2C84",
            "name": "COPTIC CAPITAL LETTER GAMMA"
        },
        {
            "codepoint": "2C85",
            "name": "COPTIC SMALL LETTER GAMMA"
        },
        {
            "codepoint": "2C86",
            "name": "COPTIC CAPITAL LETTER DALDA"
        },
        {
            "codepoint": "2C87",
            "name": "COPTIC SMALL LETTER DALDA"
        },
        {
            "codepoint": "2C88",
            "name": "COPTIC CAPITAL LETTER EIE"
        },
        {
            "codepoint": "2C89",
            "name": "COPTIC SMALL LETTER EIE"
        },
        {
            "codepoint": "2C8A",
            "name": "COPTIC CAPITAL LETTER SOU"
        },
        {
            "codepoint": "2C8B",
            "name": "COPTIC SMALL LETTER SOU"
        },
        {
            "codepoint": "2C8C",
            "name": "COPTIC CAPITAL LETTER ZATA"
        },
        {
            "codepoint": "2C8D",
            "name": "COPTIC SMALL LETTER ZATA"
        },
        {
            "codepoint": "2C8E",
            "name": "COPTIC CAPITAL LETTER HATE"
        },
        {
            "codepoint": "2C8F",
            "name": "COPTIC SMALL LETTER HATE"
        },
        {
            "codepoint": "2C90",
            "name": "COPTIC CAPITAL LETTER THETHE"
        },
        {
            "codepoint": "2C91",
            "name": "COPTIC SMALL LETTER THETHE"
        },
        {
            "codepoint": "2C92",
            "name": "COPTIC CAPITAL LETTER IAUDA"
        },
        {
            "codepoint": "2C93",
            "name": "COPTIC SMALL LETTER IAUDA"
        },
        {
            "codepoint": "2C94",
            "name": "COPTIC CAPITAL LETTER KAPA"
        },
        {
            "codepoint": "2C95",
            "name": "COPTIC SMALL LETTER KAPA"
        },
        {
            "codepoint": "2C96",
            "name": "COPTIC CAPITAL LETTER LAULA"
        },
        {
            "codepoint": "2C97",
            "name": "COPTIC SMALL LETTER LAULA"
        },
        {
            "codepoint": "2C98",
            "name": "COPTIC CAPITAL LETTER MI"
        },
        {
            "codepoint": "2C99",
            "name": "COPTIC SMALL LETTER MI"
        },
        {
            "codepoint": "2C9A",
            "name": "COPTIC CAPITAL LETTER NI"
        },
        {
            "codepoint": "2C9B",
            "name": "COPTIC SMALL LETTER NI"
        },
        {
            "codepoint": "2C9C",
            "name": "COPTIC CAPITAL LETTER KSI"
        },
        {
            "codepoint": "2C9D",
            "name": "COPTIC SMALL LETTER KSI"
        },
        {
            "codepoint": "2C9E",
            "name": "COPTIC CAPITAL LETTER O"
        },
        {
            "codepoint": "2C9F",
            "name": "COPTIC SMALL LETTER O"
        },
        {
            "codepoint": "2CA0",
            "name": "COPTIC CAPITAL LETTER PI"
        },
        {
            "codepoint": "2CA1",
            "name": "COPTIC SMALL LETTER PI"
        },
        {
            "codepoint": "2CA2",
            "name": "COPTIC CAPITAL LETTER RO"
        },
        {
            "codepoint": "2CA3",
            "name": "COPTIC SMALL LETTER RO"
        },
        {
            "codepoint": "2CA4",
            "name": "COPTIC CAPITAL LETTER SIMA"
        },
        {
            "codepoint": "2CA5",
            "name": "COPTIC SMALL LETTER SIMA"
        },
        {
            "codepoint": "2CA6",
            "name": "COPTIC CAPITAL LETTER TAU"
        },
        {
            "codepoint": "2CA7",
            "name": "COPTIC SMALL LETTER TAU"
        },
        {
            "codepoint": "2CA8",
            "name": "COPTIC CAPITAL LETTER UA"
        },
        {
            "codepoint": "2CA9",
            "name": "COPTIC SMALL LETTER UA"
        },
        {
            "codepoint": "2CAA",
            "name": "COPTIC CAPITAL LETTER FI"
        },
        {
            "codepoint": "2CAB",
            "name": "COPTIC SMALL LETTER FI"
        },
        {
            "codepoint": "2CAC",
            "name": "COPTIC CAPITAL LETTER KHI"
        },
        {
            "codepoint": "2CAD",
            "name": "COPTIC SMALL LETTER KHI"
        },
        {
            "codepoint": "2CAE",
            "name": "COPTIC CAPITAL LETTER PSI"
        },
        {
            "codepoint": "2CAF",
            "name": "COPTIC SMALL LETTER PSI"
        },
        {
            "codepoint": "2CB0",
            "name": "COPTIC CAPITAL LETTER OOU"
        },
        {
            "codepoint": "2CB1",
            "name": "COPTIC SMALL LETTER OOU"
        },
        {
            "codepoint": "2CB2",
            "name": "COPTIC CAPITAL LETTER DIALECT-P ALEF"
        },
        {
            "codepoint": "2CB3",
            "name": "COPTIC SMALL LETTER DIALECT-P ALEF"
        },
        {
            "codepoint": "2CB4",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC AIN"
        },
        {
            "codepoint": "2CB5",
            "name": "COPTIC SMALL LETTER OLD COPTIC AIN"
        },
        {
            "codepoint": "2CB6",
            "name": "COPTIC CAPITAL LETTER CRYPTOGRAMMIC EIE"
        },
        {
            "codepoint": "2CB7",
            "name": "COPTIC SMALL LETTER CRYPTOGRAMMIC EIE"
        },
        {
            "codepoint": "2CB8",
            "name": "COPTIC CAPITAL LETTER DIALECT-P KAPA"
        },
        {
            "codepoint": "2CB9",
            "name": "COPTIC SMALL LETTER DIALECT-P KAPA"
        },
        {
            "codepoint": "2CBA",
            "name": "COPTIC CAPITAL LETTER DIALECT-P NI"
        },
        {
            "codepoint": "2CBB",
            "name": "COPTIC SMALL LETTER DIALECT-P NI"
        },
        {
            "codepoint": "2CBC",
            "name": "COPTIC CAPITAL LETTER CRYPTOGRAMMIC NI"
        },
        {
            "codepoint": "2CBD",
            "name": "COPTIC SMALL LETTER CRYPTOGRAMMIC NI"
        },
        {
            "codepoint": "2CBE",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC OOU"
        },
        {
            "codepoint": "2CBF",
            "name": "COPTIC SMALL LETTER OLD COPTIC OOU"
        },
        {
            "codepoint": "2CC0",
            "name": "COPTIC CAPITAL LETTER SAMPI"
        },
        {
            "codepoint": "2CC1",
            "name": "COPTIC SMALL LETTER SAMPI"
        },
        {
            "codepoint": "2CC2",
            "name": "COPTIC CAPITAL LETTER CROSSED SHEI"
        },
        {
            "codepoint": "2CC3",
            "name": "COPTIC SMALL LETTER CROSSED SHEI"
        },
        {
            "codepoint": "2CC4",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC SHEI"
        },
        {
            "codepoint": "2CC5",
            "name": "COPTIC SMALL LETTER OLD COPTIC SHEI"
        },
        {
            "codepoint": "2CC6",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC ESH"
        },
        {
            "codepoint": "2CC7",
            "name": "COPTIC SMALL LETTER OLD COPTIC ESH"
        },
        {
            "codepoint": "2CC8",
            "name": "COPTIC CAPITAL LETTER AKHMIMIC KHEI"
        },
        {
            "codepoint": "2CC9",
            "name": "COPTIC SMALL LETTER AKHMIMIC KHEI"
        },
        {
            "codepoint": "2CCA",
            "name": "COPTIC CAPITAL LETTER DIALECT-P HORI"
        },
        {
            "codepoint": "2CCB",
            "name": "COPTIC SMALL LETTER DIALECT-P HORI"
        },
        {
            "codepoint": "2CCC",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC HORI"
        },
        {
            "codepoint": "2CCD",
            "name": "COPTIC SMALL LETTER OLD COPTIC HORI"
        },
        {
            "codepoint": "2CCE",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC HA"
        },
        {
            "codepoint": "2CCF",
            "name": "COPTIC SMALL LETTER OLD COPTIC HA"
        },
        {
            "codepoint": "2CD0",
            "name": "COPTIC CAPITAL LETTER L-SHAPED HA"
        },
        {
            "codepoint": "2CD1",
            "name": "COPTIC SMALL LETTER L-SHAPED HA"
        },
        {
            "codepoint": "2CD2",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC HEI"
        },
        {
            "codepoint": "2CD3",
            "name": "COPTIC SMALL LETTER OLD COPTIC HEI"
        },
        {
            "codepoint": "2CD4",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC HAT"
        },
        {
            "codepoint": "2CD5",
            "name": "COPTIC SMALL LETTER OLD COPTIC HAT"
        },
        {
            "codepoint": "2CD6",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC GANGIA"
        },
        {
            "codepoint": "2CD7",
            "name": "COPTIC SMALL LETTER OLD COPTIC GANGIA"
        },
        {
            "codepoint": "2CD8",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC DJA"
        },
        {
            "codepoint": "2CD9",
            "name": "COPTIC SMALL LETTER OLD COPTIC DJA"
        },
        {
            "codepoint": "2CDA",
            "name": "COPTIC CAPITAL LETTER OLD COPTIC SHIMA"
        },
        {
            "codepoint": "2CDB",
            "name": "COPTIC SMALL LETTER OLD COPTIC SHIMA"
        },
        {
            "codepoint": "2CDC",
            "name": "COPTIC CAPITAL LETTER OLD NUBIAN SHIMA"
        },
        {
            "codepoint": "2CDD",
            "name": "COPTIC SMALL LETTER OLD NUBIAN SHIMA"
        },
        {
            "codepoint": "2CDE",
            "name": "COPTIC CAPITAL LETTER OLD NUBIAN NGI"
        },
        {
            "codepoint": "2CDF",
            "name": "COPTIC SMALL LETTER OLD NUBIAN NGI"
        },
        {
            "codepoint": "2CE0",
            "name": "COPTIC CAPITAL LETTER OLD NUBIAN NYI"
        },
        {
            "codepoint": "2CE1",
            "name": "COPTIC SMALL LETTER OLD NUBIAN NYI"
        },
        {
            "codepoint": "2CE2",
            "name": "COPTIC CAPITAL LETTER OLD NUBIAN WAU"
        },
        {
            "codepoint": "2CE3",
            "name": "COPTIC SMALL LETTER OLD NUBIAN WAU"
        },
        {
            "codepoint": "2CE4",
            "name": "COPTIC SYMBOL KAI",
            "crossReferences": [
                "(greek kai symbol - 03D7)"
            ]
        },
        {
            "codepoint": "2CE5",
            "name": "COPTIC SYMBOL MI RO"
        },
        {
            "codepoint": "2CE6",
            "name": "COPTIC SYMBOL PI RO"
        },
        {
            "codepoint": "2CE7",
            "name": "COPTIC SYMBOL STAUROS"
        },
        {
            "codepoint": "2CE8",
            "name": "COPTIC SYMBOL TAU RO",
            "crossReferences": [
                "(greek symbol tau rho - 101A0)"
            ]
        },
        {
            "codepoint": "2CE9",
            "name": "COPTIC SYMBOL KHI RO",
            "crossReferences": [
                "(chi rho - 2627)"
            ]
        },
        {
            "codepoint": "2CEA",
            "name": "COPTIC SYMBOL SHIMA SIMA"
        },
        {
            "codepoint": "2CEB",
            "name": "COPTIC CAPITAL LETTER CRYPTOGRAMMIC SHEI"
        },
        {
            "codepoint": "2CEC",
            "name": "COPTIC SMALL LETTER CRYPTOGRAMMIC SHEI"
        },
        {
            "codepoint": "2CED",
            "name": "COPTIC CAPITAL LETTER CRYPTOGRAMMIC GANGIA"
        },
        {
            "codepoint": "2CEE",
            "name": "COPTIC SMALL LETTER CRYPTOGRAMMIC GANGIA"
        },
        {
            "codepoint": "2CEF",
            "name": "COPTIC COMBINING NI ABOVE",
            "comments": [
                "this mark is used in final position and extends above the following character (usually a space)"
            ]
        },
        {
            "codepoint": "2CF0",
            "name": "COPTIC COMBINING SPIRITUS ASPER",
            "crossReferences": [
                "(combining reversed comma above - 0314)",
                "(combining cyrillic dasia pneumata - 0485)"
            ]
        },
        {
            "codepoint": "2CF1",
            "name": "COPTIC COMBINING SPIRITUS LENIS",
            "crossReferences": [
                "(combining comma above - 0313)",
                "(combining cyrillic psili pneumata - 0486)"
            ]
        },
        {
            "codepoint": "2CF2",
            "name": "COPTIC CAPITAL LETTER BOHAIRIC KHEI",
            "crossReferences": [
                "(coptic capital letter khei - 03E6)"
            ]
        },
        {
            "codepoint": "2CF3",
            "name": "COPTIC SMALL LETTER BOHAIRIC KHEI",
            "crossReferences": [
                "(coptic small letter khei - 03E7)"
            ]
        },
        {
            "codepoint": "2CF9",
            "name": "COPTIC OLD NUBIAN FULL STOP"
        },
        {
            "codepoint": "2CFA",
            "name": "COPTIC OLD NUBIAN DIRECT QUESTION MARK"
        },
        {
            "codepoint": "2CFB",
            "name": "COPTIC OLD NUBIAN INDIRECT QUESTION MARK"
        },
        {
            "codepoint": "2CFC",
            "name": "COPTIC OLD NUBIAN VERSE DIVIDER"
        },
        {
            "codepoint": "2CFD",
            "name": "COPTIC FRACTION ONE HALF"
        },
        {
            "codepoint": "2CFE",
            "name": "COPTIC FULL STOP"
        },
        {
            "codepoint": "2CFF",
            "name": "COPTIC MORPHOLOGICAL DIVIDER"
        },
        {
            "codepoint": "2D00",
            "name": "GEORGIAN SMALL LETTER AN",
            "crossReferences": [
                "(georgian capital letter an - 10A0)"
            ]
        },
        {
            "codepoint": "2D01",
            "name": "GEORGIAN SMALL LETTER BAN"
        },
        {
            "codepoint": "2D02",
            "name": "GEORGIAN SMALL LETTER GAN"
        },
        {
            "codepoint": "2D03",
            "name": "GEORGIAN SMALL LETTER DON"
        },
        {
            "codepoint": "2D04",
            "name": "GEORGIAN SMALL LETTER EN"
        },
        {
            "codepoint": "2D05",
            "name": "GEORGIAN SMALL LETTER VIN"
        },
        {
            "codepoint": "2D06",
            "name": "GEORGIAN SMALL LETTER ZEN"
        },
        {
            "codepoint": "2D07",
            "name": "GEORGIAN SMALL LETTER TAN"
        },
        {
            "codepoint": "2D08",
            "name": "GEORGIAN SMALL LETTER IN"
        },
        {
            "codepoint": "2D09",
            "name": "GEORGIAN SMALL LETTER KAN"
        },
        {
            "codepoint": "2D0A",
            "name": "GEORGIAN SMALL LETTER LAS"
        },
        {
            "codepoint": "2D0B",
            "name": "GEORGIAN SMALL LETTER MAN"
        },
        {
            "codepoint": "2D0C",
            "name": "GEORGIAN SMALL LETTER NAR"
        },
        {
            "codepoint": "2D0D",
            "name": "GEORGIAN SMALL LETTER ON"
        },
        {
            "codepoint": "2D0E",
            "name": "GEORGIAN SMALL LETTER PAR"
        },
        {
            "codepoint": "2D0F",
            "name": "GEORGIAN SMALL LETTER ZHAR"
        },
        {
            "codepoint": "2D10",
            "name": "GEORGIAN SMALL LETTER RAE"
        },
        {
            "codepoint": "2D11",
            "name": "GEORGIAN SMALL LETTER SAN"
        },
        {
            "codepoint": "2D12",
            "name": "GEORGIAN SMALL LETTER TAR"
        },
        {
            "codepoint": "2D13",
            "name": "GEORGIAN SMALL LETTER UN"
        },
        {
            "codepoint": "2D14",
            "name": "GEORGIAN SMALL LETTER PHAR"
        },
        {
            "codepoint": "2D15",
            "name": "GEORGIAN SMALL LETTER KHAR"
        },
        {
            "codepoint": "2D16",
            "name": "GEORGIAN SMALL LETTER GHAN"
        },
        {
            "codepoint": "2D17",
            "name": "GEORGIAN SMALL LETTER QAR"
        },
        {
            "codepoint": "2D18",
            "name": "GEORGIAN SMALL LETTER SHIN"
        },
        {
            "codepoint": "2D19",
            "name": "GEORGIAN SMALL LETTER CHIN"
        },
        {
            "codepoint": "2D1A",
            "name": "GEORGIAN SMALL LETTER CAN"
        },
        {
            "codepoint": "2D1B",
            "name": "GEORGIAN SMALL LETTER JIL"
        },
        {
            "codepoint": "2D1C",
            "name": "GEORGIAN SMALL LETTER CIL"
        },
        {
            "codepoint": "2D1D",
            "name": "GEORGIAN SMALL LETTER CHAR"
        },
        {
            "codepoint": "2D1E",
            "name": "GEORGIAN SMALL LETTER XAN"
        },
        {
            "codepoint": "2D1F",
            "name": "GEORGIAN SMALL LETTER JHAN"
        },
        {
            "codepoint": "2D20",
            "name": "GEORGIAN SMALL LETTER HAE"
        },
        {
            "codepoint": "2D21",
            "name": "GEORGIAN SMALL LETTER HE"
        },
        {
            "codepoint": "2D22",
            "name": "GEORGIAN SMALL LETTER HIE"
        },
        {
            "codepoint": "2D23",
            "name": "GEORGIAN SMALL LETTER WE"
        },
        {
            "codepoint": "2D24",
            "name": "GEORGIAN SMALL LETTER HAR"
        },
        {
            "codepoint": "2D25",
            "name": "GEORGIAN SMALL LETTER HOE"
        },
        {
            "codepoint": "2D27",
            "name": "GEORGIAN SMALL LETTER YN"
        },
        {
            "codepoint": "2D2D",
            "name": "GEORGIAN SMALL LETTER AEN"
        },
        {
            "codepoint": "2D30",
            "name": "TIFINAGH LETTER YA"
        },
        {
            "codepoint": "2D31",
            "name": "TIFINAGH LETTER YAB"
        },
        {
            "codepoint": "2D32",
            "name": "TIFINAGH LETTER YABH"
        },
        {
            "codepoint": "2D33",
            "name": "TIFINAGH LETTER YAG"
        },
        {
            "codepoint": "2D34",
            "name": "TIFINAGH LETTER YAGHH"
        },
        {
            "codepoint": "2D35",
            "name": "TIFINAGH LETTER BERBER ACADEMY YAJ"
        },
        {
            "codepoint": "2D36",
            "name": "TIFINAGH LETTER YAJ"
        },
        {
            "codepoint": "2D37",
            "name": "TIFINAGH LETTER YAD"
        },
        {
            "codepoint": "2D38",
            "name": "TIFINAGH LETTER YADH"
        },
        {
            "codepoint": "2D39",
            "name": "TIFINAGH LETTER YADD"
        },
        {
            "codepoint": "2D3A",
            "name": "TIFINAGH LETTER YADDH"
        },
        {
            "codepoint": "2D3B",
            "name": "TIFINAGH LETTER YEY"
        },
        {
            "codepoint": "2D3C",
            "name": "TIFINAGH LETTER YAF"
        },
        {
            "codepoint": "2D3D",
            "name": "TIFINAGH LETTER YAK"
        },
        {
            "codepoint": "2D3E",
            "name": "TIFINAGH LETTER TUAREG YAK"
        },
        {
            "codepoint": "2D3F",
            "name": "TIFINAGH LETTER YAKHH"
        },
        {
            "codepoint": "2D40",
            "name": "TIFINAGH LETTER YAH",
            "aliases": [
                "Tuareg yab"
            ]
        },
        {
            "codepoint": "2D41",
            "name": "TIFINAGH LETTER BERBER ACADEMY YAH"
        },
        {
            "codepoint": "2D42",
            "name": "TIFINAGH LETTER TUAREG YAH"
        },
        {
            "codepoint": "2D43",
            "name": "TIFINAGH LETTER YAHH"
        },
        {
            "codepoint": "2D44",
            "name": "TIFINAGH LETTER YAA"
        },
        {
            "codepoint": "2D45",
            "name": "TIFINAGH LETTER YAKH"
        },
        {
            "codepoint": "2D46",
            "name": "TIFINAGH LETTER TUAREG YAKH"
        },
        {
            "codepoint": "2D47",
            "name": "TIFINAGH LETTER YAQ"
        },
        {
            "codepoint": "2D48",
            "name": "TIFINAGH LETTER TUAREG YAQ"
        },
        {
            "codepoint": "2D49",
            "name": "TIFINAGH LETTER YI"
        },
        {
            "codepoint": "2D4A",
            "name": "TIFINAGH LETTER YAZH"
        },
        {
            "codepoint": "2D4B",
            "name": "TIFINAGH LETTER AHAGGAR YAZH"
        },
        {
            "codepoint": "2D4C",
            "name": "TIFINAGH LETTER TUAREG YAZH"
        },
        {
            "codepoint": "2D4D",
            "name": "TIFINAGH LETTER YAL"
        },
        {
            "codepoint": "2D4E",
            "name": "TIFINAGH LETTER YAM"
        },
        {
            "codepoint": "2D4F",
            "name": "TIFINAGH LETTER YAN"
        },
        {
            "codepoint": "2D50",
            "name": "TIFINAGH LETTER TUAREG YAGN"
        },
        {
            "codepoint": "2D51",
            "name": "TIFINAGH LETTER TUAREG YANG"
        },
        {
            "codepoint": "2D52",
            "name": "TIFINAGH LETTER YAP"
        },
        {
            "codepoint": "2D53",
            "name": "TIFINAGH LETTER YU",
            "aliases": [
                "Tuareg yaw"
            ]
        },
        {
            "codepoint": "2D54",
            "name": "TIFINAGH LETTER YAR"
        },
        {
            "codepoint": "2D55",
            "name": "TIFINAGH LETTER YARR"
        },
        {
            "codepoint": "2D56",
            "name": "TIFINAGH LETTER YAGH"
        },
        {
            "codepoint": "2D57",
            "name": "TIFINAGH LETTER TUAREG YAGH"
        },
        {
            "codepoint": "2D58",
            "name": "TIFINAGH LETTER AYER YAGH",
            "aliases": [
                "Adrar yaj"
            ]
        },
        {
            "codepoint": "2D59",
            "name": "TIFINAGH LETTER YAS"
        },
        {
            "codepoint": "2D5A",
            "name": "TIFINAGH LETTER YASS"
        },
        {
            "codepoint": "2D5B",
            "name": "TIFINAGH LETTER YASH"
        },
        {
            "codepoint": "2D5C",
            "name": "TIFINAGH LETTER YAT"
        },
        {
            "codepoint": "2D5D",
            "name": "TIFINAGH LETTER YATH"
        },
        {
            "codepoint": "2D5E",
            "name": "TIFINAGH LETTER YACH"
        },
        {
            "codepoint": "2D5F",
            "name": "TIFINAGH LETTER YATT"
        },
        {
            "codepoint": "2D60",
            "name": "TIFINAGH LETTER YAV"
        },
        {
            "codepoint": "2D61",
            "name": "TIFINAGH LETTER YAW"
        },
        {
            "codepoint": "2D62",
            "name": "TIFINAGH LETTER YAY"
        },
        {
            "codepoint": "2D63",
            "name": "TIFINAGH LETTER YAZ"
        },
        {
            "codepoint": "2D64",
            "name": "TIFINAGH LETTER TAWELLEMET YAZ",
            "aliases": [
                "harpoon yaz"
            ]
        },
        {
            "codepoint": "2D65",
            "name": "TIFINAGH LETTER YAZZ"
        },
        {
            "codepoint": "2D66",
            "name": "TIFINAGH LETTER YE"
        },
        {
            "codepoint": "2D67",
            "name": "TIFINAGH LETTER YO"
        },
        {
            "codepoint": "2D6F",
            "name": "TIFINAGH MODIFIER LETTER LABIALIZATION MARK",
            "aliases": [
                "tamatart"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "2D61"
                ]
            ]
        },
        {
            "codepoint": "2D70",
            "name": "TIFINAGH SEPARATOR MARK",
            "aliases": [
                "tazarast"
            ]
        },
        {
            "codepoint": "2D7F",
            "name": "TIFINAGH CONSONANT JOINER",
            "comments": [
                "suppresses an inherent vowel",
                "functions to indicate that previous and following character are part of a bi-consonant cluster",
                "shape shown is arbitrary and is not visibly rendered"
            ]
        },
        {
            "codepoint": "2D80",
            "name": "ETHIOPIC SYLLABLE LOA"
        },
        {
            "codepoint": "2D81",
            "name": "ETHIOPIC SYLLABLE MOA"
        },
        {
            "codepoint": "2D82",
            "name": "ETHIOPIC SYLLABLE ROA"
        },
        {
            "codepoint": "2D83",
            "name": "ETHIOPIC SYLLABLE SOA"
        },
        {
            "codepoint": "2D84",
            "name": "ETHIOPIC SYLLABLE SHOA"
        },
        {
            "codepoint": "2D85",
            "name": "ETHIOPIC SYLLABLE BOA"
        },
        {
            "codepoint": "2D86",
            "name": "ETHIOPIC SYLLABLE TOA"
        },
        {
            "codepoint": "2D87",
            "name": "ETHIOPIC SYLLABLE COA"
        },
        {
            "codepoint": "2D88",
            "name": "ETHIOPIC SYLLABLE NOA"
        },
        {
            "codepoint": "2D89",
            "name": "ETHIOPIC SYLLABLE NYOA"
        },
        {
            "codepoint": "2D8A",
            "name": "ETHIOPIC SYLLABLE GLOTTAL OA"
        },
        {
            "codepoint": "2D8B",
            "name": "ETHIOPIC SYLLABLE ZOA"
        },
        {
            "codepoint": "2D8C",
            "name": "ETHIOPIC SYLLABLE DOA"
        },
        {
            "codepoint": "2D8D",
            "name": "ETHIOPIC SYLLABLE DDOA"
        },
        {
            "codepoint": "2D8E",
            "name": "ETHIOPIC SYLLABLE JOA"
        },
        {
            "codepoint": "2D8F",
            "name": "ETHIOPIC SYLLABLE THOA"
        },
        {
            "codepoint": "2D90",
            "name": "ETHIOPIC SYLLABLE CHOA"
        },
        {
            "codepoint": "2D91",
            "name": "ETHIOPIC SYLLABLE PHOA"
        },
        {
            "codepoint": "2D92",
            "name": "ETHIOPIC SYLLABLE POA"
        },
        {
            "codepoint": "2D93",
            "name": "ETHIOPIC SYLLABLE GGWA"
        },
        {
            "codepoint": "2D94",
            "name": "ETHIOPIC SYLLABLE GGWI"
        },
        {
            "codepoint": "2D95",
            "name": "ETHIOPIC SYLLABLE GGWEE"
        },
        {
            "codepoint": "2D96",
            "name": "ETHIOPIC SYLLABLE GGWE"
        },
        {
            "codepoint": "2DA0",
            "name": "ETHIOPIC SYLLABLE SSA"
        },
        {
            "codepoint": "2DA1",
            "name": "ETHIOPIC SYLLABLE SSU"
        },
        {
            "codepoint": "2DA2",
            "name": "ETHIOPIC SYLLABLE SSI"
        },
        {
            "codepoint": "2DA3",
            "name": "ETHIOPIC SYLLABLE SSAA"
        },
        {
            "codepoint": "2DA4",
            "name": "ETHIOPIC SYLLABLE SSEE"
        },
        {
            "codepoint": "2DA5",
            "name": "ETHIOPIC SYLLABLE SSE"
        },
        {
            "codepoint": "2DA6",
            "name": "ETHIOPIC SYLLABLE SSO"
        },
        {
            "codepoint": "2DA8",
            "name": "ETHIOPIC SYLLABLE CCA"
        },
        {
            "codepoint": "2DA9",
            "name": "ETHIOPIC SYLLABLE CCU"
        },
        {
            "codepoint": "2DAA",
            "name": "ETHIOPIC SYLLABLE CCI"
        },
        {
            "codepoint": "2DAB",
            "name": "ETHIOPIC SYLLABLE CCAA"
        },
        {
            "codepoint": "2DAC",
            "name": "ETHIOPIC SYLLABLE CCEE"
        },
        {
            "codepoint": "2DAD",
            "name": "ETHIOPIC SYLLABLE CCE"
        },
        {
            "codepoint": "2DAE",
            "name": "ETHIOPIC SYLLABLE CCO"
        },
        {
            "codepoint": "2DB0",
            "name": "ETHIOPIC SYLLABLE ZZA"
        },
        {
            "codepoint": "2DB1",
            "name": "ETHIOPIC SYLLABLE ZZU"
        },
        {
            "codepoint": "2DB2",
            "name": "ETHIOPIC SYLLABLE ZZI"
        },
        {
            "codepoint": "2DB3",
            "name": "ETHIOPIC SYLLABLE ZZAA"
        },
        {
            "codepoint": "2DB4",
            "name": "ETHIOPIC SYLLABLE ZZEE"
        },
        {
            "codepoint": "2DB5",
            "name": "ETHIOPIC SYLLABLE ZZE"
        },
        {
            "codepoint": "2DB6",
            "name": "ETHIOPIC SYLLABLE ZZO"
        },
        {
            "codepoint": "2DB8",
            "name": "ETHIOPIC SYLLABLE CCHA"
        },
        {
            "codepoint": "2DB9",
            "name": "ETHIOPIC SYLLABLE CCHU"
        },
        {
            "codepoint": "2DBA",
            "name": "ETHIOPIC SYLLABLE CCHI"
        },
        {
            "codepoint": "2DBB",
            "name": "ETHIOPIC SYLLABLE CCHAA"
        },
        {
            "codepoint": "2DBC",
            "name": "ETHIOPIC SYLLABLE CCHEE"
        },
        {
            "codepoint": "2DBD",
            "name": "ETHIOPIC SYLLABLE CCHE"
        },
        {
            "codepoint": "2DBE",
            "name": "ETHIOPIC SYLLABLE CCHO"
        },
        {
            "codepoint": "2DC0",
            "name": "ETHIOPIC SYLLABLE QYA"
        },
        {
            "codepoint": "2DC1",
            "name": "ETHIOPIC SYLLABLE QYU"
        },
        {
            "codepoint": "2DC2",
            "name": "ETHIOPIC SYLLABLE QYI"
        },
        {
            "codepoint": "2DC3",
            "name": "ETHIOPIC SYLLABLE QYAA"
        },
        {
            "codepoint": "2DC4",
            "name": "ETHIOPIC SYLLABLE QYEE"
        },
        {
            "codepoint": "2DC5",
            "name": "ETHIOPIC SYLLABLE QYE"
        },
        {
            "codepoint": "2DC6",
            "name": "ETHIOPIC SYLLABLE QYO"
        },
        {
            "codepoint": "2DC8",
            "name": "ETHIOPIC SYLLABLE KYA"
        },
        {
            "codepoint": "2DC9",
            "name": "ETHIOPIC SYLLABLE KYU"
        },
        {
            "codepoint": "2DCA",
            "name": "ETHIOPIC SYLLABLE KYI"
        },
        {
            "codepoint": "2DCB",
            "name": "ETHIOPIC SYLLABLE KYAA"
        },
        {
            "codepoint": "2DCC",
            "name": "ETHIOPIC SYLLABLE KYEE"
        },
        {
            "codepoint": "2DCD",
            "name": "ETHIOPIC SYLLABLE KYE"
        },
        {
            "codepoint": "2DCE",
            "name": "ETHIOPIC SYLLABLE KYO"
        },
        {
            "codepoint": "2DD0",
            "name": "ETHIOPIC SYLLABLE XYA",
            "crossReferences": [
                "(ethiopic syllable hhya - 1E7E0)"
            ]
        },
        {
            "codepoint": "2DD1",
            "name": "ETHIOPIC SYLLABLE XYU",
            "crossReferences": [
                "(ethiopic syllable hhyu - 1E7E1)"
            ]
        },
        {
            "codepoint": "2DD2",
            "name": "ETHIOPIC SYLLABLE XYI",
            "crossReferences": [
                "(ethiopic syllable hhyi - 1E7E2)"
            ]
        },
        {
            "codepoint": "2DD3",
            "name": "ETHIOPIC SYLLABLE XYAA",
            "crossReferences": [
                "(ethiopic syllable hhyaa - 1E7E3)"
            ]
        },
        {
            "codepoint": "2DD4",
            "name": "ETHIOPIC SYLLABLE XYEE",
            "crossReferences": [
                "(ethiopic syllable hhyee - 1E7E4)"
            ]
        },
        {
            "codepoint": "2DD5",
            "name": "ETHIOPIC SYLLABLE XYE",
            "crossReferences": [
                "(ethiopic syllable hhye - 1E7E5)"
            ]
        },
        {
            "codepoint": "2DD6",
            "name": "ETHIOPIC SYLLABLE XYO",
            "crossReferences": [
                "(ethiopic syllable hhyo - 1E7E6)"
            ]
        },
        {
            "codepoint": "2DD8",
            "name": "ETHIOPIC SYLLABLE GYA"
        },
        {
            "codepoint": "2DD9",
            "name": "ETHIOPIC SYLLABLE GYU"
        },
        {
            "codepoint": "2DDA",
            "name": "ETHIOPIC SYLLABLE GYI"
        },
        {
            "codepoint": "2DDB",
            "name": "ETHIOPIC SYLLABLE GYAA"
        },
        {
            "codepoint": "2DDC",
            "name": "ETHIOPIC SYLLABLE GYEE"
        },
        {
            "codepoint": "2DDD",
            "name": "ETHIOPIC SYLLABLE GYE"
        },
        {
            "codepoint": "2DDE",
            "name": "ETHIOPIC SYLLABLE GYO"
        },
        {
            "codepoint": "2DE0",
            "name": "COMBINING CYRILLIC LETTER BE"
        },
        {
            "codepoint": "2DE1",
            "name": "COMBINING CYRILLIC LETTER VE"
        },
        {
            "codepoint": "2DE2",
            "name": "COMBINING CYRILLIC LETTER GHE"
        },
        {
            "codepoint": "2DE3",
            "name": "COMBINING CYRILLIC LETTER DE"
        },
        {
            "codepoint": "2DE4",
            "name": "COMBINING CYRILLIC LETTER ZHE"
        },
        {
            "codepoint": "2DE5",
            "name": "COMBINING CYRILLIC LETTER ZE"
        },
        {
            "codepoint": "2DE6",
            "name": "COMBINING CYRILLIC LETTER KA"
        },
        {
            "codepoint": "2DE7",
            "name": "COMBINING CYRILLIC LETTER EL"
        },
        {
            "codepoint": "2DE8",
            "name": "COMBINING CYRILLIC LETTER EM",
            "crossReferences": [
                "(combining latin letter small capital m - 1DDF)"
            ]
        },
        {
            "codepoint": "2DE9",
            "name": "COMBINING CYRILLIC LETTER EN"
        },
        {
            "codepoint": "2DEA",
            "name": "COMBINING CYRILLIC LETTER O",
            "crossReferences": [
                "(combining latin small letter o - 0366)"
            ]
        },
        {
            "codepoint": "2DEB",
            "name": "COMBINING CYRILLIC LETTER PE"
        },
        {
            "codepoint": "2DEC",
            "name": "COMBINING CYRILLIC LETTER ER"
        },
        {
            "codepoint": "2DED",
            "name": "COMBINING CYRILLIC LETTER ES",
            "crossReferences": [
                "(combining latin small letter c - 0368)"
            ]
        },
        {
            "codepoint": "2DEE",
            "name": "COMBINING CYRILLIC LETTER TE"
        },
        {
            "codepoint": "2DEF",
            "name": "COMBINING CYRILLIC LETTER HA",
            "crossReferences": [
                "(combining latin small letter x - 036F)"
            ]
        },
        {
            "codepoint": "2DF0",
            "name": "COMBINING CYRILLIC LETTER TSE"
        },
        {
            "codepoint": "2DF1",
            "name": "COMBINING CYRILLIC LETTER CHE"
        },
        {
            "codepoint": "2DF2",
            "name": "COMBINING CYRILLIC LETTER SHA"
        },
        {
            "codepoint": "2DF3",
            "name": "COMBINING CYRILLIC LETTER SHCHA"
        },
        {
            "codepoint": "2DF4",
            "name": "COMBINING CYRILLIC LETTER FITA"
        },
        {
            "codepoint": "2DF5",
            "name": "COMBINING CYRILLIC LETTER ES-TE",
            "comments": [
                "preferred representation is the sequence: 2DED 2DEE"
            ]
        },
        {
            "codepoint": "2DF6",
            "name": "COMBINING CYRILLIC LETTER A",
            "crossReferences": [
                "(combining latin small letter a - 0363)"
            ]
        },
        {
            "codepoint": "2DF7",
            "name": "COMBINING CYRILLIC LETTER IE",
            "crossReferences": [
                "(combining latin small letter e - 0364)"
            ]
        },
        {
            "codepoint": "2DF8",
            "name": "COMBINING CYRILLIC LETTER DJERV"
        },
        {
            "codepoint": "2DF9",
            "name": "COMBINING CYRILLIC LETTER MONOGRAPH UK"
        },
        {
            "codepoint": "2DFA",
            "name": "COMBINING CYRILLIC LETTER YAT"
        },
        {
            "codepoint": "2DFB",
            "name": "COMBINING CYRILLIC LETTER YU"
        },
        {
            "codepoint": "2DFC",
            "name": "COMBINING CYRILLIC LETTER IOTIFIED A"
        },
        {
            "codepoint": "2DFD",
            "name": "COMBINING CYRILLIC LETTER LITTLE YUS"
        },
        {
            "codepoint": "2DFE",
            "name": "COMBINING CYRILLIC LETTER BIG YUS"
        },
        {
            "codepoint": "2DFF",
            "name": "COMBINING CYRILLIC LETTER IOTIFIED BIG YUS"
        },
        {
            "codepoint": "2E00",
            "name": "RIGHT ANGLE SUBSTITUTION MARKER",
            "crossReferences": [
                "(top left corner - 231C)"
            ]
        },
        {
            "codepoint": "2E01",
            "name": "RIGHT ANGLE DOTTED SUBSTITUTION MARKER"
        },
        {
            "codepoint": "2E02",
            "name": "LEFT SUBSTITUTION BRACKET"
        },
        {
            "codepoint": "2E03",
            "name": "RIGHT SUBSTITUTION BRACKET"
        },
        {
            "codepoint": "2E04",
            "name": "LEFT DOTTED SUBSTITUTION BRACKET"
        },
        {
            "codepoint": "2E05",
            "name": "RIGHT DOTTED SUBSTITUTION BRACKET"
        },
        {
            "codepoint": "2E06",
            "name": "RAISED INTERPOLATION MARKER",
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "2E07",
            "name": "RAISED DOTTED INTERPOLATION MARKER"
        },
        {
            "codepoint": "2E08",
            "name": "DOTTED TRANSPOSITION MARKER"
        },
        {
            "codepoint": "2E09",
            "name": "LEFT TRANSPOSITION BRACKET"
        },
        {
            "codepoint": "2E0A",
            "name": "RIGHT TRANSPOSITION BRACKET"
        },
        {
            "codepoint": "2E0B",
            "name": "RAISED SQUARE",
            "comments": [
                "used as an opening raised omission bracket"
            ]
        },
        {
            "codepoint": "2E0C",
            "name": "LEFT RAISED OMISSION BRACKET",
            "comments": [
                "used as an opening or closing raised omission bracket"
            ]
        },
        {
            "codepoint": "2E0D",
            "name": "RIGHT RAISED OMISSION BRACKET",
            "comments": [
                "used as a closing or opening raised omission bracket"
            ]
        },
        {
            "codepoint": "2E0E",
            "name": "EDITORIAL CORONIS",
            "crossReferences": [
                "(greek koronis - 1FBD)"
            ]
        },
        {
            "codepoint": "2E0F",
            "name": "PARAGRAPHOS"
        },
        {
            "codepoint": "2E10",
            "name": "FORKED PARAGRAPHOS"
        },
        {
            "codepoint": "2E11",
            "name": "REVERSED FORKED PARAGRAPHOS"
        },
        {
            "codepoint": "2E12",
            "name": "HYPODIASTOLE",
            "aliases": [
                "ypodiastoli"
            ]
        },
        {
            "codepoint": "2E13",
            "name": "DOTTED OBELOS",
            "comments": [
                "glyph variants may look like '00F7' or '2238'"
            ],
            "crossReferences": [
                "(commercial minus sign - 2052)"
            ]
        },
        {
            "codepoint": "2E14",
            "name": "DOWNWARDS ANCORA",
            "comments": [
                "contrary to its formal name this symbol points upwards"
            ]
        },
        {
            "codepoint": "2E15",
            "name": "UPWARDS ANCORA",
            "comments": [
                "contrary to its formal name this symbol points downwards"
            ]
        },
        {
            "codepoint": "2E16",
            "name": "DOTTED RIGHT-POINTING ANGLE",
            "aliases": [
                "diple periestigmene"
            ]
        },
        {
            "codepoint": "2E17",
            "name": "DOUBLE OBLIQUE HYPHEN",
            "comments": [
                "used in ancient Near-Eastern linguistics",
                "hyphen in Fraktur text uses 002D or 2010, but with a '2E17' glyph in Fraktur fonts"
            ],
            "crossReferences": [
                "(hyphen-minus - 002D)",
                "(equals sign - 003D)",
                "(hyphen - 2010)",
                "(double hyphen - 2E40)",
                "(oblique hyphen - 2E5D)"
            ]
        },
        {
            "codepoint": "2E18",
            "name": "INVERTED INTERROBANG",
            "aliases": [
                "gnaborretni"
            ],
            "crossReferences": [
                "(interrobang - 203D)"
            ]
        },
        {
            "codepoint": "2E19",
            "name": "PALM BRANCH",
            "comments": [
                "used as a separator"
            ]
        },
        {
            "codepoint": "2E1A",
            "name": "HYPHEN WITH DIAERESIS",
            "comments": [
                "indicates umlaut of the stem vowel of a plural form"
            ]
        },
        {
            "codepoint": "2E1B",
            "name": "TILDE WITH RING ABOVE",
            "comments": [
                "indicates change in case for derived form"
            ]
        },
        {
            "codepoint": "2E1C",
            "name": "LEFT LOW PARAPHRASE BRACKET"
        },
        {
            "codepoint": "2E1D",
            "name": "RIGHT LOW PARAPHRASE BRACKET",
            "comments": [
                "used in N'Ko"
            ]
        },
        {
            "codepoint": "2E1E",
            "name": "TILDE WITH DOT ABOVE",
            "comments": [
                "indicates derived form changes to uppercase"
            ]
        },
        {
            "codepoint": "2E1F",
            "name": "TILDE WITH DOT BELOW",
            "comments": [
                "indicates derived form changes to lowercase"
            ]
        },
        {
            "codepoint": "2E20",
            "name": "LEFT VERTICAL BAR WITH QUILL",
            "crossReferences": [
                "(left square bracket with quill - 2045)"
            ]
        },
        {
            "codepoint": "2E21",
            "name": "RIGHT VERTICAL BAR WITH QUILL"
        },
        {
            "codepoint": "2E22",
            "name": "TOP LEFT HALF BRACKET",
            "crossReferences": [
                "(left ceiling - 2308)",
                "(top left corner - 231C)",
                "(left corner bracket - 300C)"
            ]
        },
        {
            "codepoint": "2E23",
            "name": "TOP RIGHT HALF BRACKET"
        },
        {
            "codepoint": "2E24",
            "name": "BOTTOM LEFT HALF BRACKET"
        },
        {
            "codepoint": "2E25",
            "name": "BOTTOM RIGHT HALF BRACKET"
        },
        {
            "codepoint": "2E26",
            "name": "LEFT SIDEWAYS U BRACKET",
            "crossReferences": [
                "(subset of - 2282)"
            ]
        },
        {
            "codepoint": "2E27",
            "name": "RIGHT SIDEWAYS U BRACKET",
            "crossReferences": [
                "(superset of - 2283)"
            ]
        },
        {
            "codepoint": "2E28",
            "name": "LEFT DOUBLE PARENTHESIS",
            "crossReferences": [
                "(left white parenthesis - 2985)",
                "(fullwidth left white parenthesis - FF5F)"
            ]
        },
        {
            "codepoint": "2E29",
            "name": "RIGHT DOUBLE PARENTHESIS"
        },
        {
            "codepoint": "2E2A",
            "name": "TWO DOTS OVER ONE DOT PUNCTUATION"
        },
        {
            "codepoint": "2E2B",
            "name": "ONE DOT OVER TWO DOTS PUNCTUATION"
        },
        {
            "codepoint": "2E2C",
            "name": "SQUARED FOUR DOT PUNCTUATION"
        },
        {
            "codepoint": "2E2D",
            "name": "FIVE DOT MARK"
        },
        {
            "codepoint": "2E2E",
            "name": "REVERSED QUESTION MARK",
            "aliases": [
                "punctus percontativus"
            ],
            "crossReferences": [
                "(question mark - 003F)",
                "(inverted question mark - 00BF)",
                "(arabic question mark - 061F)"
            ]
        },
        {
            "codepoint": "2E2F",
            "name": "VERTICAL TILDE",
            "comments": [
                "used for Cyrillic yerik"
            ],
            "crossReferences": [
                "(combining vertical tilde - 033E)",
                "(cyrillic payerok - A67F)"
            ]
        },
        {
            "codepoint": "2E30",
            "name": "RING POINT",
            "comments": [
                "used in Avestan"
            ],
            "crossReferences": [
                "(ring operator - 2218)",
                "(white bullet - 25E6)"
            ]
        },
        {
            "codepoint": "2E31",
            "name": "WORD SEPARATOR MIDDLE DOT",
            "comments": [
                "used in Avestan, Samaritan, ..."
            ],
            "crossReferences": [
                "(middle dot - 00B7)"
            ]
        },
        {
            "codepoint": "2E32",
            "name": "TURNED COMMA",
            "comments": [
                "indicates nasalization"
            ],
            "crossReferences": [
                "(arabic comma - 060C)"
            ]
        },
        {
            "codepoint": "2E33",
            "name": "RAISED DOT",
            "comments": [
                "glyph position intermediate between 002E and 00B7"
            ],
            "crossReferences": [
                "(full stop - 002E)",
                "(middle dot - 00B7)"
            ]
        },
        {
            "codepoint": "2E34",
            "name": "RAISED COMMA",
            "crossReferences": [
                "(comma - 002C)"
            ]
        },
        {
            "codepoint": "2E35",
            "name": "TURNED SEMICOLON",
            "comments": [
                "indicates sudden glottal closure"
            ],
            "crossReferences": [
                "(arabic semicolon - 061B)"
            ]
        },
        {
            "codepoint": "2E36",
            "name": "DAGGER WITH LEFT GUARD",
            "comments": [
                "indicates retracted pronunciation"
            ]
        },
        {
            "codepoint": "2E37",
            "name": "DAGGER WITH RIGHT GUARD",
            "comments": [
                "indicates advanced pronunciation"
            ]
        },
        {
            "codepoint": "2E38",
            "name": "TURNED DAGGER",
            "comments": [
                "indicates retroflex pronunciation"
            ],
            "crossReferences": [
                "(dagger - 2020)"
            ]
        },
        {
            "codepoint": "2E39",
            "name": "TOP HALF SECTION SIGN",
            "comments": [
                "indicates pronunciation on one side of the mouth only"
            ],
            "crossReferences": [
                "(section sign - 00A7)"
            ]
        },
        {
            "codepoint": "2E3A",
            "name": "TWO-EM DASH",
            "aliases": [
                "omission dash"
            ],
            "comments": [
                "may be used in Chinese for abrupt change of thought, inserting new content, or continuation of tone or sound"
            ],
            "crossReferences": [
                "(em dash - 2014)"
            ]
        },
        {
            "codepoint": "2E3B",
            "name": "THREE-EM DASH"
        },
        {
            "codepoint": "2E3C",
            "name": "STENOGRAPHIC FULL STOP",
            "comments": [
                "used in shorthands and stenographies"
            ],
            "crossReferences": [
                "(full stop - 002E)",
                "(canadian syllabics full stop - 166E)"
            ]
        },
        {
            "codepoint": "2E3D",
            "name": "VERTICAL SIX DOTS",
            "crossReferences": [
                "(vertical four dots - 205E)",
                "(dotted fence - 2999)"
            ]
        },
        {
            "codepoint": "2E3E",
            "name": "WIGGLY VERTICAL LINE",
            "crossReferences": [
                "(wavy line - 2307)",
                "(vertical zigzag line - 299A)"
            ]
        },
        {
            "codepoint": "2E3F",
            "name": "CAPITULUM",
            "comments": [
                "ancestor of the pilcrow sign"
            ],
            "crossReferences": [
                "(pilcrow sign - 00B6)"
            ]
        },
        {
            "codepoint": "2E40",
            "name": "DOUBLE HYPHEN",
            "crossReferences": [
                "(equals sign - 003D)",
                "(hyphen - 2010)",
                "(double oblique hyphen - 2E17)",
                "(katakana-hiragana double hyphen - 30A0)",
                "(modifier letter short equals sign - A78A)"
            ]
        },
        {
            "codepoint": "2E41",
            "name": "REVERSED COMMA",
            "comments": [
                "Old Hungarian",
                "used occasionally in Sindhi when Sindhi is written in the Arabic script"
            ],
            "crossReferences": [
                "(comma - 002C)",
                "(arabic comma - 060C)"
            ]
        },
        {
            "codepoint": "2E42",
            "name": "DOUBLE LOW-REVERSED-9 QUOTATION MARK",
            "crossReferences": [
                "(double low-9 quotation mark - 201E)"
            ]
        },
        {
            "codepoint": "2E43",
            "name": "DASH WITH LEFT UPTURN",
            "comments": [
                "functions as a paragraphos in some Slavonic texts"
            ],
            "crossReferences": [
                "(paragraphos - 2E0F)"
            ]
        },
        {
            "codepoint": "2E44",
            "name": "DOUBLE SUSPENSION MARK",
            "comments": [
                "indicates omission of letters in a word on some Byzantine Greek seals and coins"
            ],
            "crossReferences": [
                "(greek numeral sign - 0374)"
            ]
        },
        {
            "codepoint": "2E45",
            "name": "INVERTED LOW KAVYKA"
        },
        {
            "codepoint": "2E46",
            "name": "INVERTED LOW KAVYKA WITH KAVYKA ABOVE",
            "crossReferences": [
                "(union above intersection - 2A46)",
                "(modifier breve with inverted breve - AB5B)"
            ]
        },
        {
            "codepoint": "2E47",
            "name": "LOW KAVYKA",
            "crossReferences": [
                "(cyrillic kavyka - A67E)"
            ]
        },
        {
            "codepoint": "2E48",
            "name": "LOW KAVYKA WITH DOT"
        },
        {
            "codepoint": "2E49",
            "name": "DOUBLE STACKED COMMA"
        },
        {
            "codepoint": "2E4A",
            "name": "DOTTED SOLIDUS",
            "aliases": [
                "virgula suspensiva"
            ],
            "comments": [
                "indicates a medial disjunction more than solidus but less than punctus elevatus"
            ]
        },
        {
            "codepoint": "2E4B",
            "name": "TRIPLE DAGGER",
            "crossReferences": [
                "(dagger - 2020)",
                "(double dagger - 2021)"
            ]
        },
        {
            "codepoint": "2E4C",
            "name": "MEDIEVAL COMMA",
            "comments": [
                "indicates a minor medial pause or disjunction of sense"
            ]
        },
        {
            "codepoint": "2E4D",
            "name": "PARAGRAPHUS MARK",
            "comments": [
                "indicates the beginning of a paragraph, section, stanza, or proposition"
            ],
            "crossReferences": [
                "(pilcrow sign - 00B6)",
                "(reversed pilcrow sign - 204B)",
                "(paragraphos - 2E0F)",
                "(capitulum - 2E3F)"
            ]
        },
        {
            "codepoint": "2E4E",
            "name": "PUNCTUS ELEVATUS MARK"
        },
        {
            "codepoint": "2E4F",
            "name": "CORNISH VERSE DIVIDER"
        },
        {
            "codepoint": "2E50",
            "name": "CROSS PATTY WITH RIGHT CROSSBAR",
            "crossReferences": [
                "(maltese cross - 2720)",
                "(latin capital letter half h - 2C75)"
            ]
        },
        {
            "codepoint": "2E51",
            "name": "CROSS PATTY WITH LEFT CROSSBAR",
            "crossReferences": [
                "(latin capital letter reversed half h - A7F5)"
            ]
        },
        {
            "codepoint": "2E52",
            "name": "TIRONIAN SIGN CAPITAL ET",
            "crossReferences": [
                "(tironian sign et - 204A)"
            ]
        },
        {
            "codepoint": "2E53",
            "name": "MEDIEVAL EXCLAMATION MARK"
        },
        {
            "codepoint": "2E54",
            "name": "MEDIEVAL QUESTION MARK"
        },
        {
            "codepoint": "2E55",
            "name": "LEFT SQUARE BRACKET WITH STROKE",
            "comments": [
                "optional ellipsis"
            ],
            "crossReferences": [
                "(left square bracket with quill - 2045)"
            ]
        },
        {
            "codepoint": "2E56",
            "name": "RIGHT SQUARE BRACKET WITH STROKE"
        },
        {
            "codepoint": "2E57",
            "name": "LEFT SQUARE BRACKET WITH DOUBLE STROKE",
            "comments": [
                "obligatory ellipsis"
            ]
        },
        {
            "codepoint": "2E58",
            "name": "RIGHT SQUARE BRACKET WITH DOUBLE STROKE"
        },
        {
            "codepoint": "2E59",
            "name": "TOP HALF LEFT PARENTHESIS"
        },
        {
            "codepoint": "2E5A",
            "name": "TOP HALF RIGHT PARENTHESIS"
        },
        {
            "codepoint": "2E5B",
            "name": "BOTTOM HALF LEFT PARENTHESIS"
        },
        {
            "codepoint": "2E5C",
            "name": "BOTTOM HALF RIGHT PARENTHESIS"
        },
        {
            "codepoint": "2E5D",
            "name": "OBLIQUE HYPHEN",
            "crossReferences": [
                "(hyphen - 2010)",
                "(double oblique hyphen - 2E17)"
            ]
        },
        {
            "codepoint": "2E80",
            "name": "CJK RADICAL REPEAT",
            "comments": [
                "variant of Kangxi Radical 3"
            ]
        },
        {
            "codepoint": "2E81",
            "name": "CJK RADICAL CLIFF",
            "comments": [
                "variant of Kangxi Radical 27"
            ],
            "crossReferences": [
                "5382",
                "20086"
            ]
        },
        {
            "codepoint": "2E82",
            "name": "CJK RADICAL SECOND ONE",
            "comments": [
                "variant of Kangxi Radical 5"
            ],
            "crossReferences": [
                "4E5B"
            ]
        },
        {
            "codepoint": "2E83",
            "name": "CJK RADICAL SECOND TWO",
            "comments": [
                "variant of Kangxi Radical 5"
            ],
            "crossReferences": [
                "4E5A"
            ]
        },
        {
            "codepoint": "2E84",
            "name": "CJK RADICAL SECOND THREE",
            "comments": [
                "variant of Kangxi Radical 5"
            ],
            "crossReferences": [
                "4E59"
            ]
        },
        {
            "codepoint": "2E85",
            "name": "CJK RADICAL PERSON",
            "comments": [
                "variant of Kangxi Radical 9",
                "form used on left side"
            ],
            "crossReferences": [
                "4EBB"
            ]
        },
        {
            "codepoint": "2E86",
            "name": "CJK RADICAL BOX",
            "comments": [
                "variant of Kangxi Radical 13"
            ],
            "crossReferences": [
                "5182"
            ]
        },
        {
            "codepoint": "2E87",
            "name": "CJK RADICAL TABLE",
            "comments": [
                "variant of Kangxi Radical 16"
            ],
            "crossReferences": [
                "51E0",
                "20628"
            ]
        },
        {
            "codepoint": "2E88",
            "name": "CJK RADICAL KNIFE ONE",
            "comments": [
                "variant of Kangxi Radical 18",
                "form used at top"
            ],
            "crossReferences": [
                "5200",
                "2008A"
            ]
        },
        {
            "codepoint": "2E89",
            "name": "CJK RADICAL KNIFE TWO",
            "comments": [
                "variant of Kangxi Radical 18",
                "form used on right side"
            ],
            "crossReferences": [
                "5202"
            ]
        },
        {
            "codepoint": "2E8A",
            "name": "CJK RADICAL DIVINATION",
            "comments": [
                "variant of Kangxi Radical 25",
                "form used at top"
            ],
            "crossReferences": [
                "535C"
            ]
        },
        {
            "codepoint": "2E8B",
            "name": "CJK RADICAL SEAL",
            "comments": [
                "variant of Kangxi Radical 26",
                "form used at bottom"
            ],
            "crossReferences": [
                "353E"
            ]
        },
        {
            "codepoint": "2E8C",
            "name": "CJK RADICAL SMALL ONE",
            "comments": [
                "variant of Kangxi Radical 42",
                "form used at top"
            ],
            "crossReferences": [
                "5C0F"
            ]
        },
        {
            "codepoint": "2E8D",
            "name": "CJK RADICAL SMALL TWO",
            "comments": [
                "variant of Kangxi Radical 42",
                "form used at top"
            ],
            "crossReferences": [
                "5C0F",
                "2D544"
            ]
        },
        {
            "codepoint": "2E8E",
            "name": "CJK RADICAL LAME ONE",
            "comments": [
                "variant of Kangxi Radical 43"
            ],
            "crossReferences": [
                "5C22",
                "5140"
            ]
        },
        {
            "codepoint": "2E8F",
            "name": "CJK RADICAL LAME TWO",
            "comments": [
                "variant of Kangxi Radical 43"
            ],
            "crossReferences": [
                "5C23"
            ]
        },
        {
            "codepoint": "2E90",
            "name": "CJK RADICAL LAME THREE",
            "comments": [
                "variant of Kangxi Radical 43"
            ],
            "crossReferences": [
                "5C22"
            ]
        },
        {
            "codepoint": "2E91",
            "name": "CJK RADICAL LAME FOUR",
            "comments": [
                "variant of Kangxi Radical 43"
            ],
            "crossReferences": [
                "5C23",
                "21BC2"
            ]
        },
        {
            "codepoint": "2E92",
            "name": "CJK RADICAL SNAKE",
            "comments": [
                "variant of Kangxi Radical 49"
            ],
            "crossReferences": [
                "5DF3"
            ]
        },
        {
            "codepoint": "2E93",
            "name": "CJK RADICAL THREAD",
            "comments": [
                "variant of Kangxi Radical 52"
            ],
            "crossReferences": [
                "5E7A"
            ]
        },
        {
            "codepoint": "2E94",
            "name": "CJK RADICAL SNOUT ONE",
            "comments": [
                "variant of Kangxi Radical 58"
            ],
            "crossReferences": [
                "5F51"
            ]
        },
        {
            "codepoint": "2E95",
            "name": "CJK RADICAL SNOUT TWO",
            "comments": [
                "variant of Kangxi Radical 58",
                "actually a form of the radical for hand, despite its resemblance in shape to the radical for snout"
            ],
            "crossReferences": [
                "5F50",
                "2B739"
            ]
        },
        {
            "codepoint": "2E96",
            "name": "CJK RADICAL HEART ONE",
            "comments": [
                "variant of Kangxi Radical 61",
                "form used on left side"
            ],
            "crossReferences": [
                "5FC4"
            ]
        },
        {
            "codepoint": "2E97",
            "name": "CJK RADICAL HEART TWO",
            "comments": [
                "variant of Kangxi Radical 61",
                "form used at bottom"
            ],
            "crossReferences": [
                "38FA",
                "5FC3"
            ]
        },
        {
            "codepoint": "2E98",
            "name": "CJK RADICAL HAND",
            "comments": [
                "variant of Kangxi Radical 64",
                "form used on left side"
            ],
            "crossReferences": [
                "624C"
            ]
        },
        {
            "codepoint": "2E99",
            "name": "CJK RADICAL RAP",
            "comments": [
                "variant of Kangxi Radical 66",
                "form used on right side"
            ],
            "crossReferences": [
                "6535"
            ]
        },
        {
            "codepoint": "2E9A",
            "name": "<reserved>",
            "crossReferences": [
                "(kangxi radical not - 2F46)"
            ]
        },
        {
            "codepoint": "2E9B",
            "name": "CJK RADICAL CHOKE",
            "comments": [
                "variant of Kangxi Radical 71"
            ],
            "crossReferences": [
                "65E1"
            ]
        },
        {
            "codepoint": "2E9C",
            "name": "CJK RADICAL SUN",
            "comments": [
                "variant of Kangxi Radical 72",
                "actually a form of the radical for hat, despite its resemblance in shape to the radical for sun"
            ],
            "crossReferences": [
                "5183",
                "65E5"
            ]
        },
        {
            "codepoint": "2E9D",
            "name": "CJK RADICAL MOON",
            "comments": [
                "variant of Kangxi Radical 74"
            ],
            "crossReferences": [
                "6708"
            ]
        },
        {
            "codepoint": "2E9E",
            "name": "CJK RADICAL DEATH",
            "comments": [
                "variant of Kangxi Radical 78"
            ],
            "crossReferences": [
                "6B7A"
            ]
        },
        {
            "codepoint": "2E9F",
            "name": "CJK RADICAL MOTHER",
            "comments": [
                "variant of Kangxi Radical 80"
            ],
            "compatibilityMappings": [
                [
                    "6BCD"
                ]
            ]
        },
        {
            "codepoint": "2EA0",
            "name": "CJK RADICAL CIVILIAN",
            "comments": [
                "variant of Kangxi Radical 83"
            ],
            "crossReferences": [
                "6C11"
            ]
        },
        {
            "codepoint": "2EA1",
            "name": "CJK RADICAL WATER ONE",
            "comments": [
                "variant of Kangxi Radical 85",
                "form used on left side"
            ],
            "crossReferences": [
                "6C35"
            ]
        },
        {
            "codepoint": "2EA2",
            "name": "CJK RADICAL WATER TWO",
            "comments": [
                "variant of Kangxi Radical 85",
                "form used (rarely) at bottom"
            ],
            "crossReferences": [
                "6C3A"
            ]
        },
        {
            "codepoint": "2EA3",
            "name": "CJK RADICAL FIRE",
            "comments": [
                "variant of Kangxi Radical 86",
                "form used at bottom"
            ],
            "crossReferences": [
                "706C"
            ]
        },
        {
            "codepoint": "2EA4",
            "name": "CJK RADICAL PAW ONE",
            "comments": [
                "variant of Kangxi Radical 87",
                "form used at top"
            ],
            "crossReferences": [
                "722B"
            ]
        },
        {
            "codepoint": "2EA5",
            "name": "CJK RADICAL PAW TWO",
            "comments": [
                "variant of Kangxi Radical 87",
                "form used at top"
            ],
            "crossReferences": [
                "722B"
            ]
        },
        {
            "codepoint": "2EA6",
            "name": "CJK RADICAL SIMPLIFIED HALF TREE TRUNK",
            "comments": [
                "simplified variant of Kangxi Radical 90"
            ],
            "crossReferences": [
                "4E2C"
            ]
        },
        {
            "codepoint": "2EA7",
            "name": "CJK RADICAL COW",
            "comments": [
                "variant of Kangxi Radical 93"
            ],
            "crossReferences": [
                "725B",
                "20092"
            ]
        },
        {
            "codepoint": "2EA8",
            "name": "CJK RADICAL DOG",
            "comments": [
                "variant of Kangxi Radical 94",
                "form used on left side"
            ],
            "crossReferences": [
                "72AD"
            ]
        },
        {
            "codepoint": "2EA9",
            "name": "CJK RADICAL JADE",
            "comments": [
                "variant of Kangxi Radical 96",
                "form used on left side"
            ],
            "crossReferences": [
                "738B",
                "248E9"
            ]
        },
        {
            "codepoint": "2EAA",
            "name": "CJK RADICAL BOLT OF CLOTH",
            "comments": [
                "variant of Kangxi Radical 103",
                "form used on left side"
            ],
            "crossReferences": [
                "758B",
                "24D14"
            ]
        },
        {
            "codepoint": "2EAB",
            "name": "CJK RADICAL EYE",
            "comments": [
                "variant of Kangxi Radical 109",
                "variant of Kangxi Radical 122",
                "form used at top"
            ],
            "crossReferences": [
                "(cjk radical net two - 2EB2)",
                "76EE",
                "7F52"
            ]
        },
        {
            "codepoint": "2EAC",
            "name": "CJK RADICAL SPIRIT ONE",
            "comments": [
                "variant of Kangxi Radical 113"
            ],
            "crossReferences": [
                "793A"
            ]
        },
        {
            "codepoint": "2EAD",
            "name": "CJK RADICAL SPIRIT TWO",
            "comments": [
                "variant of Kangxi Radical 113"
            ],
            "crossReferences": [
                "793B"
            ]
        },
        {
            "codepoint": "2EAE",
            "name": "CJK RADICAL BAMBOO",
            "comments": [
                "variant of Kangxi Radical 118"
            ],
            "crossReferences": [
                "7AF9",
                "25AD7"
            ]
        },
        {
            "codepoint": "2EAF",
            "name": "CJK RADICAL SILK",
            "comments": [
                "variant of Kangxi Radical 120",
                "form used on left side"
            ],
            "crossReferences": [
                "7CF9"
            ]
        },
        {
            "codepoint": "2EB0",
            "name": "CJK RADICAL C-SIMPLIFIED SILK",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 120",
                "form used on left side"
            ],
            "crossReferences": [
                "7E9F"
            ]
        },
        {
            "codepoint": "2EB1",
            "name": "CJK RADICAL NET ONE",
            "comments": [
                "variant of Kangxi Radical 122"
            ],
            "crossReferences": [
                "7F53"
            ]
        },
        {
            "codepoint": "2EB2",
            "name": "CJK RADICAL NET TWO",
            "comments": [
                "variant of Kangxi Radical 109",
                "variant of Kangxi Radical 122"
            ],
            "crossReferences": [
                "(cjk radical eye - 2EAB)",
                "7F52",
                "26270"
            ]
        },
        {
            "codepoint": "2EB3",
            "name": "CJK RADICAL NET THREE",
            "comments": [
                "variant of Kangxi Radical 122"
            ],
            "crossReferences": [
                "34C1",
                "7F51"
            ]
        },
        {
            "codepoint": "2EB4",
            "name": "CJK RADICAL NET FOUR",
            "comments": [
                "variant of Kangxi Radical 122"
            ],
            "crossReferences": [
                "34C1",
                "7F51"
            ]
        },
        {
            "codepoint": "2EB5",
            "name": "CJK RADICAL MESH",
            "comments": [
                "variant of Kangxi Radical 122"
            ],
            "crossReferences": [
                "2626B"
            ]
        },
        {
            "codepoint": "2EB6",
            "name": "CJK RADICAL SHEEP",
            "comments": [
                "variant of Kangxi Radical 123",
                "form used on left side"
            ],
            "crossReferences": [
                "7F8A"
            ]
        },
        {
            "codepoint": "2EB7",
            "name": "CJK RADICAL RAM",
            "comments": [
                "variant of Kangxi Radical 123",
                "form used at top"
            ],
            "crossReferences": [
                "7F8A",
                "2634C"
            ]
        },
        {
            "codepoint": "2EB8",
            "name": "CJK RADICAL EWE",
            "comments": [
                "variant of Kangxi Radical 123"
            ],
            "crossReferences": [
                "7F8B",
                "2634B"
            ]
        },
        {
            "codepoint": "2EB9",
            "name": "CJK RADICAL OLD",
            "comments": [
                "variant of Kangxi Radical 125"
            ],
            "crossReferences": [
                "8002"
            ]
        },
        {
            "codepoint": "2EBA",
            "name": "CJK RADICAL BRUSH ONE",
            "comments": [
                "variant of Kangxi Radical 129"
            ],
            "crossReferences": [
                "8080"
            ]
        },
        {
            "codepoint": "2EBB",
            "name": "CJK RADICAL BRUSH TWO",
            "comments": [
                "variant of Kangxi Radical 129"
            ],
            "crossReferences": [
                "807F"
            ]
        },
        {
            "codepoint": "2EBC",
            "name": "CJK RADICAL MEAT",
            "comments": [
                "variant of Kangxi Radical 130"
            ],
            "crossReferences": [
                "8089"
            ]
        },
        {
            "codepoint": "2EBD",
            "name": "CJK RADICAL MORTAR",
            "comments": [
                "variant of Kangxi Radical 134"
            ],
            "crossReferences": [
                "81FC",
                "26951"
            ]
        },
        {
            "codepoint": "2EBE",
            "name": "CJK RADICAL GRASS ONE",
            "comments": [
                "simplified variant of Kangxi Radical 140"
            ],
            "crossReferences": [
                "8279"
            ]
        },
        {
            "codepoint": "2EBF",
            "name": "CJK RADICAL GRASS TWO",
            "comments": [
                "variant of Kangxi Radical 140"
            ],
            "crossReferences": [
                "8279"
            ]
        },
        {
            "codepoint": "2EC0",
            "name": "CJK RADICAL GRASS THREE",
            "comments": [
                "variant of Kangxi Radical 140"
            ],
            "crossReferences": [
                "8279"
            ]
        },
        {
            "codepoint": "2EC1",
            "name": "CJK RADICAL TIGER",
            "comments": [
                "variant of Kangxi Radical 141"
            ],
            "crossReferences": [
                "864E"
            ]
        },
        {
            "codepoint": "2EC2",
            "name": "CJK RADICAL CLOTHES",
            "comments": [
                "variant of Kangxi Radical 145",
                "form used on left side"
            ],
            "crossReferences": [
                "8864"
            ]
        },
        {
            "codepoint": "2EC3",
            "name": "CJK RADICAL WEST ONE",
            "comments": [
                "variant of Kangxi Radical 146",
                "form used at top"
            ],
            "crossReferences": [
                "8980"
            ]
        },
        {
            "codepoint": "2EC4",
            "name": "CJK RADICAL WEST TWO",
            "comments": [
                "variant of Kangxi Radical 146",
                "form used on left side"
            ],
            "crossReferences": [
                "897F"
            ]
        },
        {
            "codepoint": "2EC5",
            "name": "CJK RADICAL C-SIMPLIFIED SEE",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 147"
            ],
            "crossReferences": [
                "89C1"
            ]
        },
        {
            "codepoint": "2EC6",
            "name": "CJK RADICAL SIMPLIFIED HORN",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 148"
            ],
            "crossReferences": [
                "89D2"
            ]
        },
        {
            "codepoint": "2EC7",
            "name": "CJK RADICAL HORN",
            "comments": [
                "variant of Kangxi Radical 148"
            ],
            "crossReferences": [
                "278B2"
            ]
        },
        {
            "codepoint": "2EC8",
            "name": "CJK RADICAL C-SIMPLIFIED SPEECH",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 149"
            ],
            "crossReferences": [
                "8BA0"
            ]
        },
        {
            "codepoint": "2EC9",
            "name": "CJK RADICAL C-SIMPLIFIED SHELL",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 154"
            ],
            "crossReferences": [
                "8D1D"
            ]
        },
        {
            "codepoint": "2ECA",
            "name": "CJK RADICAL FOOT",
            "comments": [
                "variant of Kangxi Radical 157",
                "form used on left side"
            ],
            "crossReferences": [
                "8DB3",
                "27FB7"
            ]
        },
        {
            "codepoint": "2ECB",
            "name": "CJK RADICAL C-SIMPLIFIED CART",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 159"
            ],
            "crossReferences": [
                "8F66"
            ]
        },
        {
            "codepoint": "2ECC",
            "name": "CJK RADICAL SIMPLIFIED WALK",
            "comments": [
                "simplified variant of Kangxi Radical 162"
            ],
            "crossReferences": [
                "8FB6"
            ]
        },
        {
            "codepoint": "2ECD",
            "name": "CJK RADICAL WALK ONE",
            "comments": [
                "variant of Kangxi Radical 162"
            ],
            "crossReferences": [
                "8FB6"
            ]
        },
        {
            "codepoint": "2ECE",
            "name": "CJK RADICAL WALK TWO",
            "comments": [
                "variant of Kangxi Radical 162"
            ],
            "crossReferences": [
                "8FB6"
            ]
        },
        {
            "codepoint": "2ECF",
            "name": "CJK RADICAL CITY",
            "comments": [
                "variant of Kangxi Radical 163",
                "form used on right side"
            ],
            "crossReferences": [
                "9091"
            ]
        },
        {
            "codepoint": "2ED0",
            "name": "CJK RADICAL C-SIMPLIFIED GOLD",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 167"
            ],
            "crossReferences": [
                "9485"
            ]
        },
        {
            "codepoint": "2ED1",
            "name": "CJK RADICAL LONG ONE",
            "comments": [
                "variant of Kangxi Radical 168"
            ],
            "crossReferences": [
                "9577"
            ]
        },
        {
            "codepoint": "2ED2",
            "name": "CJK RADICAL LONG TWO",
            "comments": [
                "variant of Kangxi Radical 168",
                "form used on left side"
            ],
            "crossReferences": [
                "9578"
            ]
        },
        {
            "codepoint": "2ED3",
            "name": "CJK RADICAL C-SIMPLIFIED LONG",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 168"
            ],
            "crossReferences": [
                "957F"
            ]
        },
        {
            "codepoint": "2ED4",
            "name": "CJK RADICAL C-SIMPLIFIED GATE",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 169"
            ],
            "crossReferences": [
                "95E8"
            ]
        },
        {
            "codepoint": "2ED5",
            "name": "CJK RADICAL MOUND ONE",
            "comments": [
                "variant of Kangxi Radical 170"
            ],
            "crossReferences": [
                "961C",
                "28E0F"
            ]
        },
        {
            "codepoint": "2ED6",
            "name": "CJK RADICAL MOUND TWO",
            "comments": [
                "variant of Kangxi Radical 170",
                "form used on left side"
            ],
            "crossReferences": [
                "961D"
            ]
        },
        {
            "codepoint": "2ED7",
            "name": "CJK RADICAL RAIN",
            "comments": [
                "variant of Kangxi Radical 173"
            ],
            "crossReferences": [
                "96E8"
            ]
        },
        {
            "codepoint": "2ED8",
            "name": "CJK RADICAL BLUE",
            "comments": [
                "variant of Kangxi Radical 174"
            ],
            "crossReferences": [
                "9752"
            ]
        },
        {
            "codepoint": "2ED9",
            "name": "CJK RADICAL C-SIMPLIFIED TANNED LEATHER",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 178"
            ],
            "crossReferences": [
                "97E6"
            ]
        },
        {
            "codepoint": "2EDA",
            "name": "CJK RADICAL C-SIMPLIFIED LEAF",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 181"
            ],
            "crossReferences": [
                "9875"
            ]
        },
        {
            "codepoint": "2EDB",
            "name": "CJK RADICAL C-SIMPLIFIED WIND",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 182"
            ],
            "crossReferences": [
                "98CE"
            ]
        },
        {
            "codepoint": "2EDC",
            "name": "CJK RADICAL C-SIMPLIFIED FLY",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 183"
            ],
            "crossReferences": [
                "98DE"
            ]
        },
        {
            "codepoint": "2EDD",
            "name": "CJK RADICAL EAT ONE",
            "comments": [
                "variant of Kangxi Radical 184",
                "form used at bottom"
            ],
            "crossReferences": [
                "98DF"
            ]
        },
        {
            "codepoint": "2EDE",
            "name": "CJK RADICAL EAT TWO",
            "comments": [
                "variant of Kangxi Radical 184",
                "form used on left side"
            ],
            "crossReferences": [
                "2967F"
            ]
        },
        {
            "codepoint": "2EDF",
            "name": "CJK RADICAL EAT THREE",
            "comments": [
                "variant of Kangxi Radical 184",
                "form used on left side"
            ],
            "crossReferences": [
                "98E0"
            ]
        },
        {
            "codepoint": "2EE0",
            "name": "CJK RADICAL C-SIMPLIFIED EAT",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 184",
                "form used on left side"
            ],
            "crossReferences": [
                "9963"
            ]
        },
        {
            "codepoint": "2EE1",
            "name": "CJK RADICAL HEAD",
            "comments": [
                "variant of Kangxi Radical 185"
            ],
            "crossReferences": [
                "29810"
            ]
        },
        {
            "codepoint": "2EE2",
            "name": "CJK RADICAL C-SIMPLIFIED HORSE",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 187"
            ],
            "crossReferences": [
                "9A6C"
            ]
        },
        {
            "codepoint": "2EE3",
            "name": "CJK RADICAL BONE",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 188"
            ],
            "crossReferences": [
                "9AA8"
            ]
        },
        {
            "codepoint": "2EE4",
            "name": "CJK RADICAL GHOST",
            "comments": [
                "variant of Kangxi Radical 194"
            ],
            "crossReferences": [
                "9B3C"
            ]
        },
        {
            "codepoint": "2EE5",
            "name": "CJK RADICAL C-SIMPLIFIED FISH",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 195"
            ],
            "crossReferences": [
                "9C7C"
            ]
        },
        {
            "codepoint": "2EE6",
            "name": "CJK RADICAL C-SIMPLIFIED BIRD",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 196"
            ],
            "crossReferences": [
                "9E1F"
            ]
        },
        {
            "codepoint": "2EE7",
            "name": "CJK RADICAL C-SIMPLIFIED SALT",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 197"
            ],
            "crossReferences": [
                "5364"
            ]
        },
        {
            "codepoint": "2EE8",
            "name": "CJK RADICAL SIMPLIFIED WHEAT",
            "comments": [
                "simplified variant of Kangxi Radical 199"
            ],
            "crossReferences": [
                "9EA6"
            ]
        },
        {
            "codepoint": "2EE9",
            "name": "CJK RADICAL SIMPLIFIED YELLOW",
            "comments": [
                "simplified variant of Kangxi Radical 201"
            ],
            "crossReferences": [
                "9EC4"
            ]
        },
        {
            "codepoint": "2EEA",
            "name": "CJK RADICAL C-SIMPLIFIED FROG",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 205"
            ],
            "crossReferences": [
                "9EFE"
            ]
        },
        {
            "codepoint": "2EEB",
            "name": "CJK RADICAL J-SIMPLIFIED EVEN",
            "comments": [
                "simplified Japanese variant of Kangxi Radical 210"
            ],
            "crossReferences": [
                "6589"
            ]
        },
        {
            "codepoint": "2EEC",
            "name": "CJK RADICAL C-SIMPLIFIED EVEN",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 210"
            ],
            "crossReferences": [
                "9F50"
            ]
        },
        {
            "codepoint": "2EED",
            "name": "CJK RADICAL J-SIMPLIFIED TOOTH",
            "comments": [
                "simplified Japanese variant of Kangxi Radical 211"
            ],
            "crossReferences": [
                "6B6F"
            ]
        },
        {
            "codepoint": "2EEE",
            "name": "CJK RADICAL C-SIMPLIFIED TOOTH",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 211"
            ],
            "crossReferences": [
                "9F7F"
            ]
        },
        {
            "codepoint": "2EEF",
            "name": "CJK RADICAL J-SIMPLIFIED DRAGON",
            "comments": [
                "simplified Japanese variant of Kangxi Radical 212"
            ],
            "crossReferences": [
                "7ADC",
                "9F8D"
            ]
        },
        {
            "codepoint": "2EF0",
            "name": "CJK RADICAL C-SIMPLIFIED DRAGON",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 212"
            ],
            "crossReferences": [
                "9F99"
            ]
        },
        {
            "codepoint": "2EF1",
            "name": "CJK RADICAL TURTLE",
            "comments": [
                "variant of Kangxi Radical 213"
            ],
            "crossReferences": [
                "9F9C"
            ]
        },
        {
            "codepoint": "2EF2",
            "name": "CJK RADICAL J-SIMPLIFIED TURTLE",
            "comments": [
                "simplified Japanese variant of Kangxi Radical 213"
            ],
            "crossReferences": [
                "4E80"
            ]
        },
        {
            "codepoint": "2EF3",
            "name": "CJK RADICAL C-SIMPLIFIED TURTLE",
            "comments": [
                "simplified Chinese variant of Kangxi Radical 213"
            ],
            "compatibilityMappings": [
                [
                    "9F9F"
                ]
            ]
        },
        {
            "codepoint": "2F00",
            "name": "KANGXI RADICAL ONE",
            "comments": [
                "Kangxi Radical 1"
            ],
            "compatibilityMappings": [
                [
                    "4E00"
                ]
            ]
        },
        {
            "codepoint": "2F01",
            "name": "KANGXI RADICAL LINE",
            "comments": [
                "Kangxi Radical 2"
            ],
            "compatibilityMappings": [
                [
                    "4E28"
                ]
            ]
        },
        {
            "codepoint": "2F02",
            "name": "KANGXI RADICAL DOT",
            "comments": [
                "Kangxi Radical 3"
            ],
            "compatibilityMappings": [
                [
                    "4E36"
                ]
            ]
        },
        {
            "codepoint": "2F03",
            "name": "KANGXI RADICAL SLASH",
            "comments": [
                "Kangxi Radical 4"
            ],
            "compatibilityMappings": [
                [
                    "4E3F"
                ]
            ]
        },
        {
            "codepoint": "2F04",
            "name": "KANGXI RADICAL SECOND",
            "comments": [
                "Kangxi Radical 5"
            ],
            "compatibilityMappings": [
                [
                    "4E59"
                ]
            ]
        },
        {
            "codepoint": "2F05",
            "name": "KANGXI RADICAL HOOK",
            "comments": [
                "Kangxi Radical 6"
            ],
            "compatibilityMappings": [
                [
                    "4E85"
                ]
            ]
        },
        {
            "codepoint": "2F06",
            "name": "KANGXI RADICAL TWO",
            "comments": [
                "Kangxi Radical 7"
            ],
            "compatibilityMappings": [
                [
                    "4E8C"
                ]
            ]
        },
        {
            "codepoint": "2F07",
            "name": "KANGXI RADICAL LID",
            "comments": [
                "Kangxi Radical 8"
            ],
            "compatibilityMappings": [
                [
                    "4EA0"
                ]
            ]
        },
        {
            "codepoint": "2F08",
            "name": "KANGXI RADICAL MAN",
            "comments": [
                "Kangxi Radical 9"
            ],
            "compatibilityMappings": [
                [
                    "4EBA"
                ]
            ]
        },
        {
            "codepoint": "2F09",
            "name": "KANGXI RADICAL LEGS",
            "comments": [
                "Kangxi Radical 10"
            ],
            "compatibilityMappings": [
                [
                    "513F"
                ]
            ]
        },
        {
            "codepoint": "2F0A",
            "name": "KANGXI RADICAL ENTER",
            "comments": [
                "Kangxi Radical 11"
            ],
            "compatibilityMappings": [
                [
                    "5165"
                ]
            ]
        },
        {
            "codepoint": "2F0B",
            "name": "KANGXI RADICAL EIGHT",
            "comments": [
                "Kangxi Radical 12"
            ],
            "compatibilityMappings": [
                [
                    "516B"
                ]
            ]
        },
        {
            "codepoint": "2F0C",
            "name": "KANGXI RADICAL DOWN BOX",
            "comments": [
                "Kangxi Radical 13"
            ],
            "compatibilityMappings": [
                [
                    "5182"
                ]
            ]
        },
        {
            "codepoint": "2F0D",
            "name": "KANGXI RADICAL COVER",
            "comments": [
                "Kangxi Radical 14"
            ],
            "compatibilityMappings": [
                [
                    "5196"
                ]
            ]
        },
        {
            "codepoint": "2F0E",
            "name": "KANGXI RADICAL ICE",
            "comments": [
                "Kangxi Radical 15"
            ],
            "compatibilityMappings": [
                [
                    "51AB"
                ]
            ]
        },
        {
            "codepoint": "2F0F",
            "name": "KANGXI RADICAL TABLE",
            "comments": [
                "Kangxi Radical 16"
            ],
            "compatibilityMappings": [
                [
                    "51E0"
                ]
            ]
        },
        {
            "codepoint": "2F10",
            "name": "KANGXI RADICAL OPEN BOX",
            "comments": [
                "Kangxi Radical 17"
            ],
            "compatibilityMappings": [
                [
                    "51F5"
                ]
            ]
        },
        {
            "codepoint": "2F11",
            "name": "KANGXI RADICAL KNIFE",
            "comments": [
                "Kangxi Radical 18"
            ],
            "compatibilityMappings": [
                [
                    "5200"
                ]
            ]
        },
        {
            "codepoint": "2F12",
            "name": "KANGXI RADICAL POWER",
            "comments": [
                "Kangxi Radical 19"
            ],
            "compatibilityMappings": [
                [
                    "529B"
                ]
            ]
        },
        {
            "codepoint": "2F13",
            "name": "KANGXI RADICAL WRAP",
            "comments": [
                "Kangxi Radical 20"
            ],
            "compatibilityMappings": [
                [
                    "52F9"
                ]
            ]
        },
        {
            "codepoint": "2F14",
            "name": "KANGXI RADICAL SPOON",
            "comments": [
                "Kangxi Radical 21"
            ],
            "compatibilityMappings": [
                [
                    "5315"
                ]
            ]
        },
        {
            "codepoint": "2F15",
            "name": "KANGXI RADICAL RIGHT OPEN BOX",
            "comments": [
                "Kangxi Radical 22"
            ],
            "compatibilityMappings": [
                [
                    "531A"
                ]
            ]
        },
        {
            "codepoint": "2F16",
            "name": "KANGXI RADICAL HIDING ENCLOSURE",
            "comments": [
                "Kangxi Radical 23"
            ],
            "compatibilityMappings": [
                [
                    "5338"
                ]
            ]
        },
        {
            "codepoint": "2F17",
            "name": "KANGXI RADICAL TEN",
            "comments": [
                "Kangxi Radical 24"
            ],
            "compatibilityMappings": [
                [
                    "5341"
                ]
            ]
        },
        {
            "codepoint": "2F18",
            "name": "KANGXI RADICAL DIVINATION",
            "comments": [
                "Kangxi Radical 25"
            ],
            "compatibilityMappings": [
                [
                    "535C"
                ]
            ]
        },
        {
            "codepoint": "2F19",
            "name": "KANGXI RADICAL SEAL",
            "comments": [
                "Kangxi Radical 26"
            ],
            "compatibilityMappings": [
                [
                    "5369"
                ]
            ]
        },
        {
            "codepoint": "2F1A",
            "name": "KANGXI RADICAL CLIFF",
            "comments": [
                "Kangxi Radical 27"
            ],
            "compatibilityMappings": [
                [
                    "5382"
                ]
            ]
        },
        {
            "codepoint": "2F1B",
            "name": "KANGXI RADICAL PRIVATE",
            "comments": [
                "Kangxi Radical 28"
            ],
            "compatibilityMappings": [
                [
                    "53B6"
                ]
            ]
        },
        {
            "codepoint": "2F1C",
            "name": "KANGXI RADICAL AGAIN",
            "comments": [
                "Kangxi Radical 29"
            ],
            "compatibilityMappings": [
                [
                    "53C8"
                ]
            ]
        },
        {
            "codepoint": "2F1D",
            "name": "KANGXI RADICAL MOUTH",
            "comments": [
                "Kangxi Radical 30"
            ],
            "compatibilityMappings": [
                [
                    "53E3"
                ]
            ]
        },
        {
            "codepoint": "2F1E",
            "name": "KANGXI RADICAL ENCLOSURE",
            "comments": [
                "Kangxi Radical 31"
            ],
            "compatibilityMappings": [
                [
                    "56D7"
                ]
            ]
        },
        {
            "codepoint": "2F1F",
            "name": "KANGXI RADICAL EARTH",
            "comments": [
                "Kangxi Radical 32"
            ],
            "compatibilityMappings": [
                [
                    "571F"
                ]
            ]
        },
        {
            "codepoint": "2F20",
            "name": "KANGXI RADICAL SCHOLAR",
            "comments": [
                "Kangxi Radical 33"
            ],
            "compatibilityMappings": [
                [
                    "58EB"
                ]
            ]
        },
        {
            "codepoint": "2F21",
            "name": "KANGXI RADICAL GO",
            "comments": [
                "Kangxi Radical 34"
            ],
            "compatibilityMappings": [
                [
                    "5902"
                ]
            ]
        },
        {
            "codepoint": "2F22",
            "name": "KANGXI RADICAL GO SLOWLY",
            "comments": [
                "Kangxi Radical 35"
            ],
            "compatibilityMappings": [
                [
                    "590A"
                ]
            ]
        },
        {
            "codepoint": "2F23",
            "name": "KANGXI RADICAL EVENING",
            "comments": [
                "Kangxi Radical 36"
            ],
            "compatibilityMappings": [
                [
                    "5915"
                ]
            ]
        },
        {
            "codepoint": "2F24",
            "name": "KANGXI RADICAL BIG",
            "comments": [
                "Kangxi Radical 37"
            ],
            "compatibilityMappings": [
                [
                    "5927"
                ]
            ]
        },
        {
            "codepoint": "2F25",
            "name": "KANGXI RADICAL WOMAN",
            "comments": [
                "Kangxi Radical 38"
            ],
            "compatibilityMappings": [
                [
                    "5973"
                ]
            ]
        },
        {
            "codepoint": "2F26",
            "name": "KANGXI RADICAL CHILD",
            "comments": [
                "Kangxi Radical 39"
            ],
            "compatibilityMappings": [
                [
                    "5B50"
                ]
            ]
        },
        {
            "codepoint": "2F27",
            "name": "KANGXI RADICAL ROOF",
            "comments": [
                "Kangxi Radical 40"
            ],
            "compatibilityMappings": [
                [
                    "5B80"
                ]
            ]
        },
        {
            "codepoint": "2F28",
            "name": "KANGXI RADICAL INCH",
            "comments": [
                "Kangxi Radical 41"
            ],
            "compatibilityMappings": [
                [
                    "5BF8"
                ]
            ]
        },
        {
            "codepoint": "2F29",
            "name": "KANGXI RADICAL SMALL",
            "comments": [
                "Kangxi Radical 42"
            ],
            "compatibilityMappings": [
                [
                    "5C0F"
                ]
            ]
        },
        {
            "codepoint": "2F2A",
            "name": "KANGXI RADICAL LAME",
            "comments": [
                "Kangxi Radical 43"
            ],
            "crossReferences": [
                "21BC1"
            ],
            "compatibilityMappings": [
                [
                    "5C22"
                ]
            ]
        },
        {
            "codepoint": "2F2B",
            "name": "KANGXI RADICAL CORPSE",
            "comments": [
                "Kangxi Radical 44"
            ],
            "compatibilityMappings": [
                [
                    "5C38"
                ]
            ]
        },
        {
            "codepoint": "2F2C",
            "name": "KANGXI RADICAL SPROUT",
            "comments": [
                "Kangxi Radical 45"
            ],
            "compatibilityMappings": [
                [
                    "5C6E"
                ]
            ]
        },
        {
            "codepoint": "2F2D",
            "name": "KANGXI RADICAL MOUNTAIN",
            "comments": [
                "Kangxi Radical 46"
            ],
            "compatibilityMappings": [
                [
                    "5C71"
                ]
            ]
        },
        {
            "codepoint": "2F2E",
            "name": "KANGXI RADICAL RIVER",
            "comments": [
                "Kangxi Radical 47"
            ],
            "compatibilityMappings": [
                [
                    "5DDB"
                ]
            ]
        },
        {
            "codepoint": "2F2F",
            "name": "KANGXI RADICAL WORK",
            "comments": [
                "Kangxi Radical 48"
            ],
            "compatibilityMappings": [
                [
                    "5DE5"
                ]
            ]
        },
        {
            "codepoint": "2F30",
            "name": "KANGXI RADICAL ONESELF",
            "comments": [
                "Kangxi Radical 49"
            ],
            "compatibilityMappings": [
                [
                    "5DF1"
                ]
            ]
        },
        {
            "codepoint": "2F31",
            "name": "KANGXI RADICAL TURBAN",
            "comments": [
                "Kangxi Radical 50"
            ],
            "compatibilityMappings": [
                [
                    "5DFE"
                ]
            ]
        },
        {
            "codepoint": "2F32",
            "name": "KANGXI RADICAL DRY",
            "comments": [
                "Kangxi Radical 51"
            ],
            "compatibilityMappings": [
                [
                    "5E72"
                ]
            ]
        },
        {
            "codepoint": "2F33",
            "name": "KANGXI RADICAL SHORT THREAD",
            "comments": [
                "Kangxi Radical 52"
            ],
            "compatibilityMappings": [
                [
                    "5E7A"
                ]
            ]
        },
        {
            "codepoint": "2F34",
            "name": "KANGXI RADICAL DOTTED CLIFF",
            "comments": [
                "Kangxi Radical 53"
            ],
            "compatibilityMappings": [
                [
                    "5E7F"
                ]
            ]
        },
        {
            "codepoint": "2F35",
            "name": "KANGXI RADICAL LONG STRIDE",
            "comments": [
                "Kangxi Radical 54"
            ],
            "compatibilityMappings": [
                [
                    "5EF4"
                ]
            ]
        },
        {
            "codepoint": "2F36",
            "name": "KANGXI RADICAL TWO HANDS",
            "comments": [
                "Kangxi Radical 55"
            ],
            "compatibilityMappings": [
                [
                    "5EFE"
                ]
            ]
        },
        {
            "codepoint": "2F37",
            "name": "KANGXI RADICAL SHOOT",
            "comments": [
                "Kangxi Radical 56"
            ],
            "compatibilityMappings": [
                [
                    "5F0B"
                ]
            ]
        },
        {
            "codepoint": "2F38",
            "name": "KANGXI RADICAL BOW",
            "comments": [
                "Kangxi Radical 57"
            ],
            "compatibilityMappings": [
                [
                    "5F13"
                ]
            ]
        },
        {
            "codepoint": "2F39",
            "name": "KANGXI RADICAL SNOUT",
            "comments": [
                "Kangxi Radical 58"
            ],
            "compatibilityMappings": [
                [
                    "5F50"
                ]
            ]
        },
        {
            "codepoint": "2F3A",
            "name": "KANGXI RADICAL BRISTLE",
            "comments": [
                "Kangxi Radical 59"
            ],
            "compatibilityMappings": [
                [
                    "5F61"
                ]
            ]
        },
        {
            "codepoint": "2F3B",
            "name": "KANGXI RADICAL STEP",
            "comments": [
                "Kangxi Radical 60"
            ],
            "compatibilityMappings": [
                [
                    "5F73"
                ]
            ]
        },
        {
            "codepoint": "2F3C",
            "name": "KANGXI RADICAL HEART",
            "comments": [
                "Kangxi Radical 61"
            ],
            "compatibilityMappings": [
                [
                    "5FC3"
                ]
            ]
        },
        {
            "codepoint": "2F3D",
            "name": "KANGXI RADICAL HALBERD",
            "comments": [
                "Kangxi Radical 62"
            ],
            "compatibilityMappings": [
                [
                    "6208"
                ]
            ]
        },
        {
            "codepoint": "2F3E",
            "name": "KANGXI RADICAL DOOR",
            "comments": [
                "Kangxi Radical 63"
            ],
            "compatibilityMappings": [
                [
                    "6236"
                ]
            ]
        },
        {
            "codepoint": "2F3F",
            "name": "KANGXI RADICAL HAND",
            "comments": [
                "Kangxi Radical 64"
            ],
            "compatibilityMappings": [
                [
                    "624B"
                ]
            ]
        },
        {
            "codepoint": "2F40",
            "name": "KANGXI RADICAL BRANCH",
            "comments": [
                "Kangxi Radical 65"
            ],
            "compatibilityMappings": [
                [
                    "652F"
                ]
            ]
        },
        {
            "codepoint": "2F41",
            "name": "KANGXI RADICAL RAP",
            "comments": [
                "Kangxi Radical 66"
            ],
            "compatibilityMappings": [
                [
                    "6534"
                ]
            ]
        },
        {
            "codepoint": "2F42",
            "name": "KANGXI RADICAL SCRIPT",
            "comments": [
                "Kangxi Radical 67"
            ],
            "compatibilityMappings": [
                [
                    "6587"
                ]
            ]
        },
        {
            "codepoint": "2F43",
            "name": "KANGXI RADICAL DIPPER",
            "comments": [
                "Kangxi Radical 68"
            ],
            "compatibilityMappings": [
                [
                    "6597"
                ]
            ]
        },
        {
            "codepoint": "2F44",
            "name": "KANGXI RADICAL AXE",
            "comments": [
                "Kangxi Radical 69"
            ],
            "compatibilityMappings": [
                [
                    "65A4"
                ]
            ]
        },
        {
            "codepoint": "2F45",
            "name": "KANGXI RADICAL SQUARE",
            "comments": [
                "Kangxi Radical 70"
            ],
            "compatibilityMappings": [
                [
                    "65B9"
                ]
            ]
        },
        {
            "codepoint": "2F46",
            "name": "KANGXI RADICAL NOT",
            "comments": [
                "Kangxi Radical 71"
            ],
            "compatibilityMappings": [
                [
                    "65E0"
                ]
            ]
        },
        {
            "codepoint": "2F47",
            "name": "KANGXI RADICAL SUN",
            "comments": [
                "Kangxi Radical 72"
            ],
            "compatibilityMappings": [
                [
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "2F48",
            "name": "KANGXI RADICAL SAY",
            "comments": [
                "Kangxi Radical 73"
            ],
            "compatibilityMappings": [
                [
                    "66F0"
                ]
            ]
        },
        {
            "codepoint": "2F49",
            "name": "KANGXI RADICAL MOON",
            "comments": [
                "Kangxi Radical 74"
            ],
            "compatibilityMappings": [
                [
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "2F4A",
            "name": "KANGXI RADICAL TREE",
            "comments": [
                "Kangxi Radical 75"
            ],
            "compatibilityMappings": [
                [
                    "6728"
                ]
            ]
        },
        {
            "codepoint": "2F4B",
            "name": "KANGXI RADICAL LACK",
            "comments": [
                "Kangxi Radical 76"
            ],
            "compatibilityMappings": [
                [
                    "6B20"
                ]
            ]
        },
        {
            "codepoint": "2F4C",
            "name": "KANGXI RADICAL STOP",
            "comments": [
                "Kangxi Radical 77"
            ],
            "compatibilityMappings": [
                [
                    "6B62"
                ]
            ]
        },
        {
            "codepoint": "2F4D",
            "name": "KANGXI RADICAL DEATH",
            "comments": [
                "Kangxi Radical 78"
            ],
            "compatibilityMappings": [
                [
                    "6B79"
                ]
            ]
        },
        {
            "codepoint": "2F4E",
            "name": "KANGXI RADICAL WEAPON",
            "comments": [
                "Kangxi Radical 79"
            ],
            "compatibilityMappings": [
                [
                    "6BB3"
                ]
            ]
        },
        {
            "codepoint": "2F4F",
            "name": "KANGXI RADICAL DO NOT",
            "comments": [
                "Kangxi Radical 80"
            ],
            "compatibilityMappings": [
                [
                    "6BCB"
                ]
            ]
        },
        {
            "codepoint": "2F50",
            "name": "KANGXI RADICAL COMPARE",
            "comments": [
                "Kangxi Radical 81"
            ],
            "compatibilityMappings": [
                [
                    "6BD4"
                ]
            ]
        },
        {
            "codepoint": "2F51",
            "name": "KANGXI RADICAL FUR",
            "comments": [
                "Kangxi Radical 82"
            ],
            "compatibilityMappings": [
                [
                    "6BDB"
                ]
            ]
        },
        {
            "codepoint": "2F52",
            "name": "KANGXI RADICAL CLAN",
            "comments": [
                "Kangxi Radical 83"
            ],
            "compatibilityMappings": [
                [
                    "6C0F"
                ]
            ]
        },
        {
            "codepoint": "2F53",
            "name": "KANGXI RADICAL STEAM",
            "comments": [
                "Kangxi Radical 84"
            ],
            "compatibilityMappings": [
                [
                    "6C14"
                ]
            ]
        },
        {
            "codepoint": "2F54",
            "name": "KANGXI RADICAL WATER",
            "comments": [
                "Kangxi Radical 85"
            ],
            "compatibilityMappings": [
                [
                    "6C34"
                ]
            ]
        },
        {
            "codepoint": "2F55",
            "name": "KANGXI RADICAL FIRE",
            "comments": [
                "Kangxi Radical 86"
            ],
            "compatibilityMappings": [
                [
                    "706B"
                ]
            ]
        },
        {
            "codepoint": "2F56",
            "name": "KANGXI RADICAL CLAW",
            "comments": [
                "Kangxi Radical 87"
            ],
            "compatibilityMappings": [
                [
                    "722A"
                ]
            ]
        },
        {
            "codepoint": "2F57",
            "name": "KANGXI RADICAL FATHER",
            "comments": [
                "Kangxi Radical 88"
            ],
            "compatibilityMappings": [
                [
                    "7236"
                ]
            ]
        },
        {
            "codepoint": "2F58",
            "name": "KANGXI RADICAL DOUBLE X",
            "comments": [
                "Kangxi Radical 89"
            ],
            "compatibilityMappings": [
                [
                    "723B"
                ]
            ]
        },
        {
            "codepoint": "2F59",
            "name": "KANGXI RADICAL HALF TREE TRUNK",
            "comments": [
                "Kangxi Radical 90"
            ],
            "compatibilityMappings": [
                [
                    "723F"
                ]
            ]
        },
        {
            "codepoint": "2F5A",
            "name": "KANGXI RADICAL SLICE",
            "comments": [
                "Kangxi Radical 91"
            ],
            "compatibilityMappings": [
                [
                    "7247"
                ]
            ]
        },
        {
            "codepoint": "2F5B",
            "name": "KANGXI RADICAL FANG",
            "comments": [
                "Kangxi Radical 92"
            ],
            "compatibilityMappings": [
                [
                    "7259"
                ]
            ]
        },
        {
            "codepoint": "2F5C",
            "name": "KANGXI RADICAL COW",
            "comments": [
                "Kangxi Radical 93"
            ],
            "compatibilityMappings": [
                [
                    "725B"
                ]
            ]
        },
        {
            "codepoint": "2F5D",
            "name": "KANGXI RADICAL DOG",
            "comments": [
                "Kangxi Radical 94"
            ],
            "compatibilityMappings": [
                [
                    "72AC"
                ]
            ]
        },
        {
            "codepoint": "2F5E",
            "name": "KANGXI RADICAL PROFOUND",
            "comments": [
                "Kangxi Radical 95"
            ],
            "compatibilityMappings": [
                [
                    "7384"
                ]
            ]
        },
        {
            "codepoint": "2F5F",
            "name": "KANGXI RADICAL JADE",
            "comments": [
                "Kangxi Radical 96"
            ],
            "compatibilityMappings": [
                [
                    "7389"
                ]
            ]
        },
        {
            "codepoint": "2F60",
            "name": "KANGXI RADICAL MELON",
            "comments": [
                "Kangxi Radical 97"
            ],
            "compatibilityMappings": [
                [
                    "74DC"
                ]
            ]
        },
        {
            "codepoint": "2F61",
            "name": "KANGXI RADICAL TILE",
            "comments": [
                "Kangxi Radical 98"
            ],
            "compatibilityMappings": [
                [
                    "74E6"
                ]
            ]
        },
        {
            "codepoint": "2F62",
            "name": "KANGXI RADICAL SWEET",
            "comments": [
                "Kangxi Radical 99"
            ],
            "compatibilityMappings": [
                [
                    "7518"
                ]
            ]
        },
        {
            "codepoint": "2F63",
            "name": "KANGXI RADICAL LIFE",
            "comments": [
                "Kangxi Radical 100"
            ],
            "compatibilityMappings": [
                [
                    "751F"
                ]
            ]
        },
        {
            "codepoint": "2F64",
            "name": "KANGXI RADICAL USE",
            "comments": [
                "Kangxi Radical 101"
            ],
            "compatibilityMappings": [
                [
                    "7528"
                ]
            ]
        },
        {
            "codepoint": "2F65",
            "name": "KANGXI RADICAL FIELD",
            "comments": [
                "Kangxi Radical 102"
            ],
            "compatibilityMappings": [
                [
                    "7530"
                ]
            ]
        },
        {
            "codepoint": "2F66",
            "name": "KANGXI RADICAL BOLT OF CLOTH",
            "comments": [
                "Kangxi Radical 103"
            ],
            "compatibilityMappings": [
                [
                    "758B"
                ]
            ]
        },
        {
            "codepoint": "2F67",
            "name": "KANGXI RADICAL SICKNESS",
            "comments": [
                "Kangxi Radical 104"
            ],
            "compatibilityMappings": [
                [
                    "7592"
                ]
            ]
        },
        {
            "codepoint": "2F68",
            "name": "KANGXI RADICAL DOTTED TENT",
            "comments": [
                "Kangxi Radical 105"
            ],
            "compatibilityMappings": [
                [
                    "7676"
                ]
            ]
        },
        {
            "codepoint": "2F69",
            "name": "KANGXI RADICAL WHITE",
            "comments": [
                "Kangxi Radical 106"
            ],
            "compatibilityMappings": [
                [
                    "767D"
                ]
            ]
        },
        {
            "codepoint": "2F6A",
            "name": "KANGXI RADICAL SKIN",
            "comments": [
                "Kangxi Radical 107"
            ],
            "compatibilityMappings": [
                [
                    "76AE"
                ]
            ]
        },
        {
            "codepoint": "2F6B",
            "name": "KANGXI RADICAL DISH",
            "comments": [
                "Kangxi Radical 108"
            ],
            "compatibilityMappings": [
                [
                    "76BF"
                ]
            ]
        },
        {
            "codepoint": "2F6C",
            "name": "KANGXI RADICAL EYE",
            "comments": [
                "Kangxi Radical 109"
            ],
            "compatibilityMappings": [
                [
                    "76EE"
                ]
            ]
        },
        {
            "codepoint": "2F6D",
            "name": "KANGXI RADICAL SPEAR",
            "comments": [
                "Kangxi Radical 110"
            ],
            "compatibilityMappings": [
                [
                    "77DB"
                ]
            ]
        },
        {
            "codepoint": "2F6E",
            "name": "KANGXI RADICAL ARROW",
            "comments": [
                "Kangxi Radical 111"
            ],
            "compatibilityMappings": [
                [
                    "77E2"
                ]
            ]
        },
        {
            "codepoint": "2F6F",
            "name": "KANGXI RADICAL STONE",
            "comments": [
                "Kangxi Radical 112"
            ],
            "compatibilityMappings": [
                [
                    "77F3"
                ]
            ]
        },
        {
            "codepoint": "2F70",
            "name": "KANGXI RADICAL SPIRIT",
            "comments": [
                "Kangxi Radical 113"
            ],
            "compatibilityMappings": [
                [
                    "793A"
                ]
            ]
        },
        {
            "codepoint": "2F71",
            "name": "KANGXI RADICAL TRACK",
            "comments": [
                "Kangxi Radical 114"
            ],
            "compatibilityMappings": [
                [
                    "79B8"
                ]
            ]
        },
        {
            "codepoint": "2F72",
            "name": "KANGXI RADICAL GRAIN",
            "comments": [
                "Kangxi Radical 115"
            ],
            "compatibilityMappings": [
                [
                    "79BE"
                ]
            ]
        },
        {
            "codepoint": "2F73",
            "name": "KANGXI RADICAL CAVE",
            "comments": [
                "Kangxi Radical 116"
            ],
            "compatibilityMappings": [
                [
                    "7A74"
                ]
            ]
        },
        {
            "codepoint": "2F74",
            "name": "KANGXI RADICAL STAND",
            "comments": [
                "Kangxi Radical 117"
            ],
            "compatibilityMappings": [
                [
                    "7ACB"
                ]
            ]
        },
        {
            "codepoint": "2F75",
            "name": "KANGXI RADICAL BAMBOO",
            "comments": [
                "Kangxi Radical 118"
            ],
            "compatibilityMappings": [
                [
                    "7AF9"
                ]
            ]
        },
        {
            "codepoint": "2F76",
            "name": "KANGXI RADICAL RICE",
            "comments": [
                "Kangxi Radical 119"
            ],
            "compatibilityMappings": [
                [
                    "7C73"
                ]
            ]
        },
        {
            "codepoint": "2F77",
            "name": "KANGXI RADICAL SILK",
            "comments": [
                "Kangxi Radical 120"
            ],
            "compatibilityMappings": [
                [
                    "7CF8"
                ]
            ]
        },
        {
            "codepoint": "2F78",
            "name": "KANGXI RADICAL JAR",
            "comments": [
                "Kangxi Radical 121"
            ],
            "compatibilityMappings": [
                [
                    "7F36"
                ]
            ]
        },
        {
            "codepoint": "2F79",
            "name": "KANGXI RADICAL NET",
            "comments": [
                "Kangxi Radical 122"
            ],
            "compatibilityMappings": [
                [
                    "7F51"
                ]
            ]
        },
        {
            "codepoint": "2F7A",
            "name": "KANGXI RADICAL SHEEP",
            "comments": [
                "Kangxi Radical 123"
            ],
            "compatibilityMappings": [
                [
                    "7F8A"
                ]
            ]
        },
        {
            "codepoint": "2F7B",
            "name": "KANGXI RADICAL FEATHER",
            "comments": [
                "Kangxi Radical 124"
            ],
            "compatibilityMappings": [
                [
                    "7FBD"
                ]
            ]
        },
        {
            "codepoint": "2F7C",
            "name": "KANGXI RADICAL OLD",
            "comments": [
                "Kangxi Radical 125"
            ],
            "compatibilityMappings": [
                [
                    "8001"
                ]
            ]
        },
        {
            "codepoint": "2F7D",
            "name": "KANGXI RADICAL AND",
            "comments": [
                "Kangxi Radical 126"
            ],
            "compatibilityMappings": [
                [
                    "800C"
                ]
            ]
        },
        {
            "codepoint": "2F7E",
            "name": "KANGXI RADICAL PLOW",
            "comments": [
                "Kangxi Radical 127"
            ],
            "compatibilityMappings": [
                [
                    "8012"
                ]
            ]
        },
        {
            "codepoint": "2F7F",
            "name": "KANGXI RADICAL EAR",
            "comments": [
                "Kangxi Radical 128"
            ],
            "compatibilityMappings": [
                [
                    "8033"
                ]
            ]
        },
        {
            "codepoint": "2F80",
            "name": "KANGXI RADICAL BRUSH",
            "comments": [
                "Kangxi Radical 129"
            ],
            "compatibilityMappings": [
                [
                    "807F"
                ]
            ]
        },
        {
            "codepoint": "2F81",
            "name": "KANGXI RADICAL MEAT",
            "comments": [
                "Kangxi Radical 130"
            ],
            "compatibilityMappings": [
                [
                    "8089"
                ]
            ]
        },
        {
            "codepoint": "2F82",
            "name": "KANGXI RADICAL MINISTER",
            "comments": [
                "Kangxi Radical 131"
            ],
            "compatibilityMappings": [
                [
                    "81E3"
                ]
            ]
        },
        {
            "codepoint": "2F83",
            "name": "KANGXI RADICAL SELF",
            "comments": [
                "Kangxi Radical 132"
            ],
            "compatibilityMappings": [
                [
                    "81EA"
                ]
            ]
        },
        {
            "codepoint": "2F84",
            "name": "KANGXI RADICAL ARRIVE",
            "comments": [
                "Kangxi Radical 133"
            ],
            "compatibilityMappings": [
                [
                    "81F3"
                ]
            ]
        },
        {
            "codepoint": "2F85",
            "name": "KANGXI RADICAL MORTAR",
            "comments": [
                "Kangxi Radical 134"
            ],
            "compatibilityMappings": [
                [
                    "81FC"
                ]
            ]
        },
        {
            "codepoint": "2F86",
            "name": "KANGXI RADICAL TONGUE",
            "comments": [
                "Kangxi Radical 135"
            ],
            "compatibilityMappings": [
                [
                    "820C"
                ]
            ]
        },
        {
            "codepoint": "2F87",
            "name": "KANGXI RADICAL OPPOSE",
            "comments": [
                "Kangxi Radical 136"
            ],
            "compatibilityMappings": [
                [
                    "821B"
                ]
            ]
        },
        {
            "codepoint": "2F88",
            "name": "KANGXI RADICAL BOAT",
            "comments": [
                "Kangxi Radical 137"
            ],
            "compatibilityMappings": [
                [
                    "821F"
                ]
            ]
        },
        {
            "codepoint": "2F89",
            "name": "KANGXI RADICAL STOPPING",
            "comments": [
                "Kangxi Radical 138"
            ],
            "compatibilityMappings": [
                [
                    "826E"
                ]
            ]
        },
        {
            "codepoint": "2F8A",
            "name": "KANGXI RADICAL COLOR",
            "comments": [
                "Kangxi Radical 139"
            ],
            "compatibilityMappings": [
                [
                    "8272"
                ]
            ]
        },
        {
            "codepoint": "2F8B",
            "name": "KANGXI RADICAL GRASS",
            "comments": [
                "Kangxi Radical 140"
            ],
            "compatibilityMappings": [
                [
                    "8278"
                ]
            ]
        },
        {
            "codepoint": "2F8C",
            "name": "KANGXI RADICAL TIGER",
            "comments": [
                "Kangxi Radical 141"
            ],
            "compatibilityMappings": [
                [
                    "864D"
                ]
            ]
        },
        {
            "codepoint": "2F8D",
            "name": "KANGXI RADICAL INSECT",
            "comments": [
                "Kangxi Radical 142"
            ],
            "compatibilityMappings": [
                [
                    "866B"
                ]
            ]
        },
        {
            "codepoint": "2F8E",
            "name": "KANGXI RADICAL BLOOD",
            "comments": [
                "Kangxi Radical 143"
            ],
            "compatibilityMappings": [
                [
                    "8840"
                ]
            ]
        },
        {
            "codepoint": "2F8F",
            "name": "KANGXI RADICAL WALK ENCLOSURE",
            "comments": [
                "Kangxi Radical 144"
            ],
            "compatibilityMappings": [
                [
                    "884C"
                ]
            ]
        },
        {
            "codepoint": "2F90",
            "name": "KANGXI RADICAL CLOTHES",
            "comments": [
                "Kangxi Radical 145"
            ],
            "compatibilityMappings": [
                [
                    "8863"
                ]
            ]
        },
        {
            "codepoint": "2F91",
            "name": "KANGXI RADICAL WEST",
            "comments": [
                "Kangxi Radical 146"
            ],
            "compatibilityMappings": [
                [
                    "897E"
                ]
            ]
        },
        {
            "codepoint": "2F92",
            "name": "KANGXI RADICAL SEE",
            "comments": [
                "Kangxi Radical 147"
            ],
            "compatibilityMappings": [
                [
                    "898B"
                ]
            ]
        },
        {
            "codepoint": "2F93",
            "name": "KANGXI RADICAL HORN",
            "comments": [
                "Kangxi Radical 148"
            ],
            "compatibilityMappings": [
                [
                    "89D2"
                ]
            ]
        },
        {
            "codepoint": "2F94",
            "name": "KANGXI RADICAL SPEECH",
            "comments": [
                "Kangxi Radical 149"
            ],
            "compatibilityMappings": [
                [
                    "8A00"
                ]
            ]
        },
        {
            "codepoint": "2F95",
            "name": "KANGXI RADICAL VALLEY",
            "comments": [
                "Kangxi Radical 150"
            ],
            "compatibilityMappings": [
                [
                    "8C37"
                ]
            ]
        },
        {
            "codepoint": "2F96",
            "name": "KANGXI RADICAL BEAN",
            "comments": [
                "Kangxi Radical 151"
            ],
            "compatibilityMappings": [
                [
                    "8C46"
                ]
            ]
        },
        {
            "codepoint": "2F97",
            "name": "KANGXI RADICAL PIG",
            "comments": [
                "Kangxi Radical 152"
            ],
            "compatibilityMappings": [
                [
                    "8C55"
                ]
            ]
        },
        {
            "codepoint": "2F98",
            "name": "KANGXI RADICAL BADGER",
            "comments": [
                "Kangxi Radical 153"
            ],
            "compatibilityMappings": [
                [
                    "8C78"
                ]
            ]
        },
        {
            "codepoint": "2F99",
            "name": "KANGXI RADICAL SHELL",
            "comments": [
                "Kangxi Radical 154"
            ],
            "compatibilityMappings": [
                [
                    "8C9D"
                ]
            ]
        },
        {
            "codepoint": "2F9A",
            "name": "KANGXI RADICAL RED",
            "comments": [
                "Kangxi Radical 155"
            ],
            "compatibilityMappings": [
                [
                    "8D64"
                ]
            ]
        },
        {
            "codepoint": "2F9B",
            "name": "KANGXI RADICAL RUN",
            "comments": [
                "Kangxi Radical 156"
            ],
            "compatibilityMappings": [
                [
                    "8D70"
                ]
            ]
        },
        {
            "codepoint": "2F9C",
            "name": "KANGXI RADICAL FOOT",
            "comments": [
                "Kangxi Radical 157"
            ],
            "compatibilityMappings": [
                [
                    "8DB3"
                ]
            ]
        },
        {
            "codepoint": "2F9D",
            "name": "KANGXI RADICAL BODY",
            "comments": [
                "Kangxi Radical 158"
            ],
            "compatibilityMappings": [
                [
                    "8EAB"
                ]
            ]
        },
        {
            "codepoint": "2F9E",
            "name": "KANGXI RADICAL CART",
            "comments": [
                "Kangxi Radical 159"
            ],
            "compatibilityMappings": [
                [
                    "8ECA"
                ]
            ]
        },
        {
            "codepoint": "2F9F",
            "name": "KANGXI RADICAL BITTER",
            "comments": [
                "Kangxi Radical 160"
            ],
            "compatibilityMappings": [
                [
                    "8F9B"
                ]
            ]
        },
        {
            "codepoint": "2FA0",
            "name": "KANGXI RADICAL MORNING",
            "comments": [
                "Kangxi Radical 161"
            ],
            "compatibilityMappings": [
                [
                    "8FB0"
                ]
            ]
        },
        {
            "codepoint": "2FA1",
            "name": "KANGXI RADICAL WALK",
            "comments": [
                "Kangxi Radical 162"
            ],
            "compatibilityMappings": [
                [
                    "8FB5"
                ]
            ]
        },
        {
            "codepoint": "2FA2",
            "name": "KANGXI RADICAL CITY",
            "comments": [
                "Kangxi Radical 163"
            ],
            "compatibilityMappings": [
                [
                    "9091"
                ]
            ]
        },
        {
            "codepoint": "2FA3",
            "name": "KANGXI RADICAL WINE",
            "comments": [
                "Kangxi Radical 164"
            ],
            "compatibilityMappings": [
                [
                    "9149"
                ]
            ]
        },
        {
            "codepoint": "2FA4",
            "name": "KANGXI RADICAL DISTINGUISH",
            "comments": [
                "Kangxi Radical 165"
            ],
            "compatibilityMappings": [
                [
                    "91C6"
                ]
            ]
        },
        {
            "codepoint": "2FA5",
            "name": "KANGXI RADICAL VILLAGE",
            "comments": [
                "Kangxi Radical 166"
            ],
            "compatibilityMappings": [
                [
                    "91CC"
                ]
            ]
        },
        {
            "codepoint": "2FA6",
            "name": "KANGXI RADICAL GOLD",
            "comments": [
                "Kangxi Radical 167"
            ],
            "compatibilityMappings": [
                [
                    "91D1"
                ]
            ]
        },
        {
            "codepoint": "2FA7",
            "name": "KANGXI RADICAL LONG",
            "comments": [
                "Kangxi Radical 168"
            ],
            "compatibilityMappings": [
                [
                    "9577"
                ]
            ]
        },
        {
            "codepoint": "2FA8",
            "name": "KANGXI RADICAL GATE",
            "comments": [
                "Kangxi Radical 169"
            ],
            "compatibilityMappings": [
                [
                    "9580"
                ]
            ]
        },
        {
            "codepoint": "2FA9",
            "name": "KANGXI RADICAL MOUND",
            "comments": [
                "Kangxi Radical 170"
            ],
            "compatibilityMappings": [
                [
                    "961C"
                ]
            ]
        },
        {
            "codepoint": "2FAA",
            "name": "KANGXI RADICAL SLAVE",
            "comments": [
                "Kangxi Radical 171"
            ],
            "compatibilityMappings": [
                [
                    "96B6"
                ]
            ]
        },
        {
            "codepoint": "2FAB",
            "name": "KANGXI RADICAL SHORT TAILED BIRD",
            "comments": [
                "Kangxi Radical 172"
            ],
            "compatibilityMappings": [
                [
                    "96B9"
                ]
            ]
        },
        {
            "codepoint": "2FAC",
            "name": "KANGXI RADICAL RAIN",
            "comments": [
                "Kangxi Radical 173"
            ],
            "compatibilityMappings": [
                [
                    "96E8"
                ]
            ]
        },
        {
            "codepoint": "2FAD",
            "name": "KANGXI RADICAL BLUE",
            "comments": [
                "Kangxi Radical 174"
            ],
            "compatibilityMappings": [
                [
                    "9751"
                ]
            ]
        },
        {
            "codepoint": "2FAE",
            "name": "KANGXI RADICAL WRONG",
            "comments": [
                "Kangxi Radical 175"
            ],
            "compatibilityMappings": [
                [
                    "975E"
                ]
            ]
        },
        {
            "codepoint": "2FAF",
            "name": "KANGXI RADICAL FACE",
            "comments": [
                "Kangxi Radical 176"
            ],
            "compatibilityMappings": [
                [
                    "9762"
                ]
            ]
        },
        {
            "codepoint": "2FB0",
            "name": "KANGXI RADICAL LEATHER",
            "comments": [
                "Kangxi Radical 177"
            ],
            "compatibilityMappings": [
                [
                    "9769"
                ]
            ]
        },
        {
            "codepoint": "2FB1",
            "name": "KANGXI RADICAL TANNED LEATHER",
            "comments": [
                "Kangxi Radical 178"
            ],
            "compatibilityMappings": [
                [
                    "97CB"
                ]
            ]
        },
        {
            "codepoint": "2FB2",
            "name": "KANGXI RADICAL LEEK",
            "comments": [
                "Kangxi Radical 179"
            ],
            "compatibilityMappings": [
                [
                    "97ED"
                ]
            ]
        },
        {
            "codepoint": "2FB3",
            "name": "KANGXI RADICAL SOUND",
            "comments": [
                "Kangxi Radical 180"
            ],
            "compatibilityMappings": [
                [
                    "97F3"
                ]
            ]
        },
        {
            "codepoint": "2FB4",
            "name": "KANGXI RADICAL LEAF",
            "comments": [
                "Kangxi Radical 181"
            ],
            "compatibilityMappings": [
                [
                    "9801"
                ]
            ]
        },
        {
            "codepoint": "2FB5",
            "name": "KANGXI RADICAL WIND",
            "comments": [
                "Kangxi Radical 182"
            ],
            "compatibilityMappings": [
                [
                    "98A8"
                ]
            ]
        },
        {
            "codepoint": "2FB6",
            "name": "KANGXI RADICAL FLY",
            "comments": [
                "Kangxi Radical 183"
            ],
            "compatibilityMappings": [
                [
                    "98DB"
                ]
            ]
        },
        {
            "codepoint": "2FB7",
            "name": "KANGXI RADICAL EAT",
            "comments": [
                "Kangxi Radical 184"
            ],
            "compatibilityMappings": [
                [
                    "98DF"
                ]
            ]
        },
        {
            "codepoint": "2FB8",
            "name": "KANGXI RADICAL HEAD",
            "comments": [
                "Kangxi Radical 185"
            ],
            "compatibilityMappings": [
                [
                    "9996"
                ]
            ]
        },
        {
            "codepoint": "2FB9",
            "name": "KANGXI RADICAL FRAGRANT",
            "comments": [
                "Kangxi Radical 186"
            ],
            "compatibilityMappings": [
                [
                    "9999"
                ]
            ]
        },
        {
            "codepoint": "2FBA",
            "name": "KANGXI RADICAL HORSE",
            "comments": [
                "Kangxi Radical 187"
            ],
            "compatibilityMappings": [
                [
                    "99AC"
                ]
            ]
        },
        {
            "codepoint": "2FBB",
            "name": "KANGXI RADICAL BONE",
            "comments": [
                "Kangxi Radical 188"
            ],
            "compatibilityMappings": [
                [
                    "9AA8"
                ]
            ]
        },
        {
            "codepoint": "2FBC",
            "name": "KANGXI RADICAL TALL",
            "comments": [
                "Kangxi Radical 189"
            ],
            "compatibilityMappings": [
                [
                    "9AD8"
                ]
            ]
        },
        {
            "codepoint": "2FBD",
            "name": "KANGXI RADICAL HAIR",
            "comments": [
                "Kangxi Radical 190"
            ],
            "compatibilityMappings": [
                [
                    "9ADF"
                ]
            ]
        },
        {
            "codepoint": "2FBE",
            "name": "KANGXI RADICAL FIGHT",
            "comments": [
                "Kangxi Radical 191"
            ],
            "compatibilityMappings": [
                [
                    "9B25"
                ]
            ]
        },
        {
            "codepoint": "2FBF",
            "name": "KANGXI RADICAL SACRIFICIAL WINE",
            "comments": [
                "Kangxi Radical 192"
            ],
            "compatibilityMappings": [
                [
                    "9B2F"
                ]
            ]
        },
        {
            "codepoint": "2FC0",
            "name": "KANGXI RADICAL CAULDRON",
            "comments": [
                "Kangxi Radical 193"
            ],
            "compatibilityMappings": [
                [
                    "9B32"
                ]
            ]
        },
        {
            "codepoint": "2FC1",
            "name": "KANGXI RADICAL GHOST",
            "comments": [
                "Kangxi Radical 194"
            ],
            "compatibilityMappings": [
                [
                    "9B3C"
                ]
            ]
        },
        {
            "codepoint": "2FC2",
            "name": "KANGXI RADICAL FISH",
            "comments": [
                "Kangxi Radical 195"
            ],
            "compatibilityMappings": [
                [
                    "9B5A"
                ]
            ]
        },
        {
            "codepoint": "2FC3",
            "name": "KANGXI RADICAL BIRD",
            "comments": [
                "Kangxi Radical 196"
            ],
            "compatibilityMappings": [
                [
                    "9CE5"
                ]
            ]
        },
        {
            "codepoint": "2FC4",
            "name": "KANGXI RADICAL SALT",
            "comments": [
                "Kangxi Radical 197"
            ],
            "compatibilityMappings": [
                [
                    "9E75"
                ]
            ]
        },
        {
            "codepoint": "2FC5",
            "name": "KANGXI RADICAL DEER",
            "comments": [
                "Kangxi Radical 198"
            ],
            "compatibilityMappings": [
                [
                    "9E7F"
                ]
            ]
        },
        {
            "codepoint": "2FC6",
            "name": "KANGXI RADICAL WHEAT",
            "comments": [
                "Kangxi Radical 199"
            ],
            "compatibilityMappings": [
                [
                    "9EA5"
                ]
            ]
        },
        {
            "codepoint": "2FC7",
            "name": "KANGXI RADICAL HEMP",
            "comments": [
                "Kangxi Radical 200"
            ],
            "compatibilityMappings": [
                [
                    "9EBB"
                ]
            ]
        },
        {
            "codepoint": "2FC8",
            "name": "KANGXI RADICAL YELLOW",
            "comments": [
                "Kangxi Radical 201"
            ],
            "compatibilityMappings": [
                [
                    "9EC3"
                ]
            ]
        },
        {
            "codepoint": "2FC9",
            "name": "KANGXI RADICAL MILLET",
            "comments": [
                "Kangxi Radical 202"
            ],
            "compatibilityMappings": [
                [
                    "9ECD"
                ]
            ]
        },
        {
            "codepoint": "2FCA",
            "name": "KANGXI RADICAL BLACK",
            "comments": [
                "Kangxi Radical 203"
            ],
            "compatibilityMappings": [
                [
                    "9ED1"
                ]
            ]
        },
        {
            "codepoint": "2FCB",
            "name": "KANGXI RADICAL EMBROIDERY",
            "comments": [
                "Kangxi Radical 204"
            ],
            "compatibilityMappings": [
                [
                    "9EF9"
                ]
            ]
        },
        {
            "codepoint": "2FCC",
            "name": "KANGXI RADICAL FROG",
            "comments": [
                "Kangxi Radical 205"
            ],
            "compatibilityMappings": [
                [
                    "9EFD"
                ]
            ]
        },
        {
            "codepoint": "2FCD",
            "name": "KANGXI RADICAL TRIPOD",
            "comments": [
                "Kangxi Radical 206"
            ],
            "compatibilityMappings": [
                [
                    "9F0E"
                ]
            ]
        },
        {
            "codepoint": "2FCE",
            "name": "KANGXI RADICAL DRUM",
            "comments": [
                "Kangxi Radical 207"
            ],
            "compatibilityMappings": [
                [
                    "9F13"
                ]
            ]
        },
        {
            "codepoint": "2FCF",
            "name": "KANGXI RADICAL RAT",
            "comments": [
                "Kangxi Radical 208"
            ],
            "compatibilityMappings": [
                [
                    "9F20"
                ]
            ]
        },
        {
            "codepoint": "2FD0",
            "name": "KANGXI RADICAL NOSE",
            "comments": [
                "Kangxi Radical 209"
            ],
            "compatibilityMappings": [
                [
                    "9F3B"
                ]
            ]
        },
        {
            "codepoint": "2FD1",
            "name": "KANGXI RADICAL EVEN",
            "comments": [
                "Kangxi Radical 210"
            ],
            "compatibilityMappings": [
                [
                    "9F4A"
                ]
            ]
        },
        {
            "codepoint": "2FD2",
            "name": "KANGXI RADICAL TOOTH",
            "comments": [
                "Kangxi Radical 211"
            ],
            "compatibilityMappings": [
                [
                    "9F52"
                ]
            ]
        },
        {
            "codepoint": "2FD3",
            "name": "KANGXI RADICAL DRAGON",
            "comments": [
                "Kangxi Radical 212"
            ],
            "compatibilityMappings": [
                [
                    "9F8D"
                ]
            ]
        },
        {
            "codepoint": "2FD4",
            "name": "KANGXI RADICAL TURTLE",
            "comments": [
                "Kangxi Radical 213"
            ],
            "compatibilityMappings": [
                [
                    "9F9C"
                ]
            ]
        },
        {
            "codepoint": "2FD5",
            "name": "KANGXI RADICAL FLUTE",
            "comments": [
                "Kangxi Radical 214"
            ],
            "compatibilityMappings": [
                [
                    "9FA0"
                ]
            ]
        },
        {
            "codepoint": "2FF0",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO RIGHT"
        },
        {
            "codepoint": "2FF1",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO BELOW"
        },
        {
            "codepoint": "2FF2",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER LEFT TO MIDDLE AND RIGHT"
        },
        {
            "codepoint": "2FF3",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER ABOVE TO MIDDLE AND BELOW"
        },
        {
            "codepoint": "2FF4",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER FULL SURROUND"
        },
        {
            "codepoint": "2FF5",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM ABOVE"
        },
        {
            "codepoint": "2FF6",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM BELOW"
        },
        {
            "codepoint": "2FF7",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LEFT"
        },
        {
            "codepoint": "2FF8",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER LEFT"
        },
        {
            "codepoint": "2FF9",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM UPPER RIGHT"
        },
        {
            "codepoint": "2FFA",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER LEFT"
        },
        {
            "codepoint": "2FFB",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER OVERLAID"
        },
        {
            "codepoint": "2FFC",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM RIGHT"
        },
        {
            "codepoint": "2FFD",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SURROUND FROM LOWER RIGHT"
        },
        {
            "codepoint": "2FFE",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER HORIZONTAL REFLECTION"
        },
        {
            "codepoint": "2FFF",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER ROTATION"
        },
        {
            "codepoint": "3000",
            "name": "IDEOGRAPHIC SPACE",
            "crossReferences": [
                "(space - 0020)"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0020"
                ]
            ]
        },
        {
            "codepoint": "3001",
            "name": "IDEOGRAPHIC COMMA",
            "comments": [
                "in Chinese, delimits items in a list or series"
            ],
            "crossReferences": [
                "(comma - 002C)",
                "(fullwidth comma - FF0C)",
                "(halfwidth ideographic comma - FF64)"
            ],
            "variations": [
                "3001 FE00 corner-justified form",
                "3001 FE01 centered form"
            ]
        },
        {
            "codepoint": "3002",
            "name": "IDEOGRAPHIC FULL STOP",
            "crossReferences": [
                "(full stop - 002E)",
                "(fullwidth full stop - FF0E)",
                "(halfwidth ideographic full stop - FF61)"
            ],
            "variations": [
                "3002 FE00 corner-justified form",
                "3002 FE01 centered form"
            ]
        },
        {
            "codepoint": "3003",
            "name": "DITTO MARK",
            "crossReferences": [
                "(double prime - 2033)"
            ]
        },
        {
            "codepoint": "3004",
            "name": "JAPANESE INDUSTRIAL STANDARD SYMBOL"
        },
        {
            "codepoint": "3005",
            "name": "IDEOGRAPHIC ITERATION MARK",
            "crossReferences": [
                "206A4",
                "(tangut iteration mark - 16FE0)"
            ]
        },
        {
            "codepoint": "3006",
            "name": "IDEOGRAPHIC CLOSING MARK",
            "crossReferences": [
                "4E44"
            ]
        },
        {
            "codepoint": "3007",
            "name": "IDEOGRAPHIC NUMBER ZERO",
            "crossReferences": [
                "(combining enclosing circle - 20DD)",
                "(white circle - 25CB)",
                "(large circle - 25EF)"
            ]
        },
        {
            "codepoint": "3008",
            "name": "LEFT ANGLE BRACKET",
            "crossReferences": [
                "(less-than sign - 003C)",
                "(single left-pointing angle quotation mark - 2039)",
                "(left-pointing angle bracket - 2329)",
                "(mathematical left angle bracket - 27E8)"
            ]
        },
        {
            "codepoint": "3009",
            "name": "RIGHT ANGLE BRACKET",
            "crossReferences": [
                "(greater-than sign - 003E)",
                "(single right-pointing angle quotation mark - 203A)",
                "(right-pointing angle bracket - 232A)",
                "(mathematical right angle bracket - 27E9)"
            ]
        },
        {
            "codepoint": "300A",
            "name": "LEFT DOUBLE ANGLE BRACKET",
            "crossReferences": [
                "(left-pointing double angle quotation mark - 00AB)",
                "(mathematical left double angle bracket - 27EA)"
            ]
        },
        {
            "codepoint": "300B",
            "name": "RIGHT DOUBLE ANGLE BRACKET",
            "crossReferences": [
                "(right-pointing double angle quotation mark - 00BB)",
                "(mathematical right double angle bracket - 27EB)"
            ]
        },
        {
            "codepoint": "300C",
            "name": "LEFT CORNER BRACKET",
            "crossReferences": [
                "(left ceiling - 2308)"
            ]
        },
        {
            "codepoint": "300D",
            "name": "RIGHT CORNER BRACKET",
            "crossReferences": [
                "(right floor - 230B)"
            ]
        },
        {
            "codepoint": "300E",
            "name": "LEFT WHITE CORNER BRACKET"
        },
        {
            "codepoint": "300F",
            "name": "RIGHT WHITE CORNER BRACKET"
        },
        {
            "codepoint": "3010",
            "name": "LEFT BLACK LENTICULAR BRACKET"
        },
        {
            "codepoint": "3011",
            "name": "RIGHT BLACK LENTICULAR BRACKET"
        },
        {
            "codepoint": "3012",
            "name": "POSTAL MARK",
            "crossReferences": [
                "(tenge sign - 20B8)",
                "(short down tack with overbar - 2AE7)",
                "(japanese post office - 1F3E3)"
            ]
        },
        {
            "codepoint": "3013",
            "name": "GETA MARK",
            "comments": [
                "substitute for ideograph not in font",
                "editorial convention to represent ideographic lacuna"
            ],
            "crossReferences": [
                "(white square - 25A1)",
                "(heavy equals sign - 1F7F0)"
            ]
        },
        {
            "codepoint": "3014",
            "name": "LEFT TORTOISE SHELL BRACKET"
        },
        {
            "codepoint": "3015",
            "name": "RIGHT TORTOISE SHELL BRACKET"
        },
        {
            "codepoint": "3016",
            "name": "LEFT WHITE LENTICULAR BRACKET"
        },
        {
            "codepoint": "3017",
            "name": "RIGHT WHITE LENTICULAR BRACKET"
        },
        {
            "codepoint": "3018",
            "name": "LEFT WHITE TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(mathematical left white tortoise shell bracket - 27EC)"
            ]
        },
        {
            "codepoint": "3019",
            "name": "RIGHT WHITE TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(mathematical right white tortoise shell bracket - 27ED)"
            ]
        },
        {
            "codepoint": "301A",
            "name": "LEFT WHITE SQUARE BRACKET",
            "aliases": [
                "left abstract syntax bracket"
            ],
            "crossReferences": [
                "(mathematical left white square bracket - 27E6)"
            ]
        },
        {
            "codepoint": "301B",
            "name": "RIGHT WHITE SQUARE BRACKET",
            "aliases": [
                "right abstract syntax bracket"
            ],
            "crossReferences": [
                "(mathematical right white square bracket - 27E7)"
            ]
        },
        {
            "codepoint": "301C",
            "name": "WAVE DASH"
        },
        {
            "codepoint": "301D",
            "name": "REVERSED DOUBLE PRIME QUOTATION MARK",
            "comments": [
                "sometimes depicted as double prime quotation mark"
            ],
            "crossReferences": [
                "(left double quotation mark - 201C)",
                "(reversed double prime - 2036)"
            ]
        },
        {
            "codepoint": "301E",
            "name": "DOUBLE PRIME QUOTATION MARK",
            "comments": [
                "this is a mistaken analogue to 201D; 301F is preferred"
            ],
            "crossReferences": [
                "(right double quotation mark - 201D)",
                "(double prime - 2033)"
            ]
        },
        {
            "codepoint": "301F",
            "name": "LOW DOUBLE PRIME QUOTATION MARK",
            "comments": [
                "may be depicted as low inverse double prime quotation mark"
            ]
        },
        {
            "codepoint": "3020",
            "name": "POSTAL MARK FACE"
        },
        {
            "codepoint": "3021",
            "name": "HANGZHOU NUMERAL ONE"
        },
        {
            "codepoint": "3022",
            "name": "HANGZHOU NUMERAL TWO"
        },
        {
            "codepoint": "3023",
            "name": "HANGZHOU NUMERAL THREE"
        },
        {
            "codepoint": "3024",
            "name": "HANGZHOU NUMERAL FOUR"
        },
        {
            "codepoint": "3025",
            "name": "HANGZHOU NUMERAL FIVE"
        },
        {
            "codepoint": "3026",
            "name": "HANGZHOU NUMERAL SIX"
        },
        {
            "codepoint": "3027",
            "name": "HANGZHOU NUMERAL SEVEN"
        },
        {
            "codepoint": "3028",
            "name": "HANGZHOU NUMERAL EIGHT"
        },
        {
            "codepoint": "3029",
            "name": "HANGZHOU NUMERAL NINE"
        },
        {
            "codepoint": "302A",
            "name": "IDEOGRAPHIC LEVEL TONE MARK"
        },
        {
            "codepoint": "302B",
            "name": "IDEOGRAPHIC RISING TONE MARK"
        },
        {
            "codepoint": "302C",
            "name": "IDEOGRAPHIC DEPARTING TONE MARK"
        },
        {
            "codepoint": "302D",
            "name": "IDEOGRAPHIC ENTERING TONE MARK"
        },
        {
            "codepoint": "302E",
            "name": "HANGUL SINGLE DOT TONE MARK",
            "aliases": [
                "single dot Bangjeom"
            ]
        },
        {
            "codepoint": "302F",
            "name": "HANGUL DOUBLE DOT TONE MARK",
            "aliases": [
                "double dot Bangjeom"
            ]
        },
        {
            "codepoint": "3030",
            "name": "WAVY DASH",
            "crossReferences": [
                "(wavy line - 2307)",
                "(wave dash - 301C)"
            ]
        },
        {
            "codepoint": "3031",
            "name": "VERTICAL KANA REPEAT MARK"
        },
        {
            "codepoint": "3032",
            "name": "VERTICAL KANA REPEAT WITH VOICED SOUND MARK",
            "comments": [
                "implemented as glyphs that are two-em tall"
            ]
        },
        {
            "codepoint": "3033",
            "name": "VERTICAL KANA REPEAT MARK UPPER HALF"
        },
        {
            "codepoint": "3034",
            "name": "VERTICAL KANA REPEAT WITH VOICED SOUND MARK UPPER HALF",
            "comments": [
                "implemented as glyphs that are one-em tall and that combine with the following character to form ligated two-em glyphs for the complete repeat marks"
            ]
        },
        {
            "codepoint": "3035",
            "name": "VERTICAL KANA REPEAT MARK LOWER HALF"
        },
        {
            "codepoint": "3036",
            "name": "CIRCLED POSTAL MARK",
            "aliases": [
                "symbol for type B electronics"
            ],
            "comments": [
                "not used as a postal mark"
            ],
            "crossReferences": [
                "(symbol for type a electronics - 2B97)"
            ],
            "compatibilityMappings": [
                [
                    "3012",
                    "postal mark"
                ]
            ]
        },
        {
            "codepoint": "3037",
            "name": "IDEOGRAPHIC TELEGRAPH LINE FEED SEPARATOR SYMBOL"
        },
        {
            "codepoint": "3038",
            "name": "HANGZHOU NUMERAL TEN",
            "compatibilityMappings": [
                [
                    "5341"
                ]
            ]
        },
        {
            "codepoint": "3039",
            "name": "HANGZHOU NUMERAL TWENTY",
            "compatibilityMappings": [
                [
                    "5344"
                ]
            ]
        },
        {
            "codepoint": "303A",
            "name": "HANGZHOU NUMERAL THIRTY",
            "compatibilityMappings": [
                [
                    "5345"
                ]
            ]
        },
        {
            "codepoint": "303B",
            "name": "VERTICAL IDEOGRAPHIC ITERATION MARK"
        },
        {
            "codepoint": "303C",
            "name": "MASU MARK",
            "comments": [
                "informal abbreviation for Japanese -masu ending"
            ],
            "crossReferences": [
                "(squared rising diagonal slash - 29C4)"
            ]
        },
        {
            "codepoint": "303D",
            "name": "PART ALTERNATION MARK",
            "comments": [
                "marks the start of a song part in Japanese"
            ]
        },
        {
            "codepoint": "303E",
            "name": "IDEOGRAPHIC VARIATION INDICATOR",
            "comments": [
                "visual indicator that the following ideograph is to be taken as a variant of the intended character"
            ]
        },
        {
            "codepoint": "303F",
            "name": "IDEOGRAPHIC HALF FILL SPACE",
            "comments": [
                "visual indicator of a screen space for half of an ideograph"
            ]
        },
        {
            "codepoint": "3041",
            "name": "HIRAGANA LETTER SMALL A"
        },
        {
            "codepoint": "3042",
            "name": "HIRAGANA LETTER A"
        },
        {
            "codepoint": "3043",
            "name": "HIRAGANA LETTER SMALL I"
        },
        {
            "codepoint": "3044",
            "name": "HIRAGANA LETTER I"
        },
        {
            "codepoint": "3045",
            "name": "HIRAGANA LETTER SMALL U"
        },
        {
            "codepoint": "3046",
            "name": "HIRAGANA LETTER U"
        },
        {
            "codepoint": "3047",
            "name": "HIRAGANA LETTER SMALL E"
        },
        {
            "codepoint": "3048",
            "name": "HIRAGANA LETTER E"
        },
        {
            "codepoint": "3049",
            "name": "HIRAGANA LETTER SMALL O"
        },
        {
            "codepoint": "304A",
            "name": "HIRAGANA LETTER O"
        },
        {
            "codepoint": "304B",
            "name": "HIRAGANA LETTER KA"
        },
        {
            "codepoint": "304C",
            "name": "HIRAGANA LETTER GA",
            "decompositions": [
                [
                    "304B",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "304D",
            "name": "HIRAGANA LETTER KI"
        },
        {
            "codepoint": "304E",
            "name": "HIRAGANA LETTER GI",
            "decompositions": [
                [
                    "304D",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "304F",
            "name": "HIRAGANA LETTER KU"
        },
        {
            "codepoint": "3050",
            "name": "HIRAGANA LETTER GU",
            "decompositions": [
                [
                    "304F",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3051",
            "name": "HIRAGANA LETTER KE"
        },
        {
            "codepoint": "3052",
            "name": "HIRAGANA LETTER GE",
            "decompositions": [
                [
                    "3051",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3053",
            "name": "HIRAGANA LETTER KO"
        },
        {
            "codepoint": "3054",
            "name": "HIRAGANA LETTER GO",
            "decompositions": [
                [
                    "3053",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3055",
            "name": "HIRAGANA LETTER SA"
        },
        {
            "codepoint": "3056",
            "name": "HIRAGANA LETTER ZA",
            "decompositions": [
                [
                    "3055",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3057",
            "name": "HIRAGANA LETTER SI",
            "aliases": [
                "SHI"
            ]
        },
        {
            "codepoint": "3058",
            "name": "HIRAGANA LETTER ZI",
            "aliases": [
                "JI (not unique)"
            ],
            "decompositions": [
                [
                    "3057",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3059",
            "name": "HIRAGANA LETTER SU"
        },
        {
            "codepoint": "305A",
            "name": "HIRAGANA LETTER ZU",
            "decompositions": [
                [
                    "3059",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "305B",
            "name": "HIRAGANA LETTER SE"
        },
        {
            "codepoint": "305C",
            "name": "HIRAGANA LETTER ZE",
            "decompositions": [
                [
                    "305B",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "305D",
            "name": "HIRAGANA LETTER SO"
        },
        {
            "codepoint": "305E",
            "name": "HIRAGANA LETTER ZO",
            "decompositions": [
                [
                    "305D",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "305F",
            "name": "HIRAGANA LETTER TA"
        },
        {
            "codepoint": "3060",
            "name": "HIRAGANA LETTER DA",
            "decompositions": [
                [
                    "305F",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3061",
            "name": "HIRAGANA LETTER TI",
            "aliases": [
                "CHI"
            ]
        },
        {
            "codepoint": "3062",
            "name": "HIRAGANA LETTER DI",
            "aliases": [
                "JI (not unique)"
            ],
            "decompositions": [
                [
                    "3061",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3063",
            "name": "HIRAGANA LETTER SMALL TU",
            "aliases": [
                "SMALL TSU"
            ]
        },
        {
            "codepoint": "3064",
            "name": "HIRAGANA LETTER TU",
            "aliases": [
                "TSU"
            ]
        },
        {
            "codepoint": "3065",
            "name": "HIRAGANA LETTER DU",
            "aliases": [
                "ZU (not unique)"
            ],
            "decompositions": [
                [
                    "3064",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3066",
            "name": "HIRAGANA LETTER TE"
        },
        {
            "codepoint": "3067",
            "name": "HIRAGANA LETTER DE",
            "decompositions": [
                [
                    "3066",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3068",
            "name": "HIRAGANA LETTER TO"
        },
        {
            "codepoint": "3069",
            "name": "HIRAGANA LETTER DO",
            "decompositions": [
                [
                    "3068",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "306A",
            "name": "HIRAGANA LETTER NA"
        },
        {
            "codepoint": "306B",
            "name": "HIRAGANA LETTER NI"
        },
        {
            "codepoint": "306C",
            "name": "HIRAGANA LETTER NU"
        },
        {
            "codepoint": "306D",
            "name": "HIRAGANA LETTER NE"
        },
        {
            "codepoint": "306E",
            "name": "HIRAGANA LETTER NO"
        },
        {
            "codepoint": "306F",
            "name": "HIRAGANA LETTER HA"
        },
        {
            "codepoint": "3070",
            "name": "HIRAGANA LETTER BA",
            "decompositions": [
                [
                    "306F",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3071",
            "name": "HIRAGANA LETTER PA",
            "decompositions": [
                [
                    "306F",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "3072",
            "name": "HIRAGANA LETTER HI"
        },
        {
            "codepoint": "3073",
            "name": "HIRAGANA LETTER BI",
            "decompositions": [
                [
                    "3072",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3074",
            "name": "HIRAGANA LETTER PI",
            "decompositions": [
                [
                    "3072",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "3075",
            "name": "HIRAGANA LETTER HU",
            "aliases": [
                "FU"
            ]
        },
        {
            "codepoint": "3076",
            "name": "HIRAGANA LETTER BU",
            "decompositions": [
                [
                    "3075",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3077",
            "name": "HIRAGANA LETTER PU",
            "decompositions": [
                [
                    "3075",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "3078",
            "name": "HIRAGANA LETTER HE"
        },
        {
            "codepoint": "3079",
            "name": "HIRAGANA LETTER BE",
            "decompositions": [
                [
                    "3078",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "307A",
            "name": "HIRAGANA LETTER PE",
            "decompositions": [
                [
                    "3078",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "307B",
            "name": "HIRAGANA LETTER HO"
        },
        {
            "codepoint": "307C",
            "name": "HIRAGANA LETTER BO",
            "decompositions": [
                [
                    "307B",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "307D",
            "name": "HIRAGANA LETTER PO",
            "decompositions": [
                [
                    "307B",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "307E",
            "name": "HIRAGANA LETTER MA"
        },
        {
            "codepoint": "307F",
            "name": "HIRAGANA LETTER MI"
        },
        {
            "codepoint": "3080",
            "name": "HIRAGANA LETTER MU"
        },
        {
            "codepoint": "3081",
            "name": "HIRAGANA LETTER ME"
        },
        {
            "codepoint": "3082",
            "name": "HIRAGANA LETTER MO"
        },
        {
            "codepoint": "3083",
            "name": "HIRAGANA LETTER SMALL YA"
        },
        {
            "codepoint": "3084",
            "name": "HIRAGANA LETTER YA"
        },
        {
            "codepoint": "3085",
            "name": "HIRAGANA LETTER SMALL YU"
        },
        {
            "codepoint": "3086",
            "name": "HIRAGANA LETTER YU"
        },
        {
            "codepoint": "3087",
            "name": "HIRAGANA LETTER SMALL YO"
        },
        {
            "codepoint": "3088",
            "name": "HIRAGANA LETTER YO"
        },
        {
            "codepoint": "3089",
            "name": "HIRAGANA LETTER RA"
        },
        {
            "codepoint": "308A",
            "name": "HIRAGANA LETTER RI"
        },
        {
            "codepoint": "308B",
            "name": "HIRAGANA LETTER RU"
        },
        {
            "codepoint": "308C",
            "name": "HIRAGANA LETTER RE"
        },
        {
            "codepoint": "308D",
            "name": "HIRAGANA LETTER RO"
        },
        {
            "codepoint": "308E",
            "name": "HIRAGANA LETTER SMALL WA"
        },
        {
            "codepoint": "308F",
            "name": "HIRAGANA LETTER WA"
        },
        {
            "codepoint": "3090",
            "name": "HIRAGANA LETTER WI"
        },
        {
            "codepoint": "3091",
            "name": "HIRAGANA LETTER WE"
        },
        {
            "codepoint": "3092",
            "name": "HIRAGANA LETTER WO"
        },
        {
            "codepoint": "3093",
            "name": "HIRAGANA LETTER N"
        },
        {
            "codepoint": "3094",
            "name": "HIRAGANA LETTER VU",
            "decompositions": [
                [
                    "3046",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "3095",
            "name": "HIRAGANA LETTER SMALL KA"
        },
        {
            "codepoint": "3096",
            "name": "HIRAGANA LETTER SMALL KE"
        },
        {
            "codepoint": "3099",
            "name": "COMBINING KATAKANA-HIRAGANA VOICED SOUND MARK"
        },
        {
            "codepoint": "309A",
            "name": "COMBINING KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK"
        },
        {
            "codepoint": "309B",
            "name": "KATAKANA-HIRAGANA VOICED SOUND MARK",
            "compatibilityMappings": [
                [
                    "0020",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "309C",
            "name": "KATAKANA-HIRAGANA SEMI-VOICED SOUND MARK",
            "compatibilityMappings": [
                [
                    "0020",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "309D",
            "name": "HIRAGANA ITERATION MARK"
        },
        {
            "codepoint": "309E",
            "name": "HIRAGANA VOICED ITERATION MARK",
            "decompositions": [
                [
                    "309D",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "309F",
            "name": "HIRAGANA DIGRAPH YORI",
            "comments": [
                "historically used in vertical contexts, but now found also in horizontal layout"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3088",
                    "308A"
                ]
            ]
        },
        {
            "codepoint": "30A0",
            "name": "KATAKANA-HIRAGANA DOUBLE HYPHEN",
            "crossReferences": [
                "(equals sign - 003D)",
                "(double hyphen - 2E40)"
            ]
        },
        {
            "codepoint": "30A1",
            "name": "KATAKANA LETTER SMALL A"
        },
        {
            "codepoint": "30A2",
            "name": "KATAKANA LETTER A"
        },
        {
            "codepoint": "30A3",
            "name": "KATAKANA LETTER SMALL I"
        },
        {
            "codepoint": "30A4",
            "name": "KATAKANA LETTER I"
        },
        {
            "codepoint": "30A5",
            "name": "KATAKANA LETTER SMALL U"
        },
        {
            "codepoint": "30A6",
            "name": "KATAKANA LETTER U"
        },
        {
            "codepoint": "30A7",
            "name": "KATAKANA LETTER SMALL E"
        },
        {
            "codepoint": "30A8",
            "name": "KATAKANA LETTER E"
        },
        {
            "codepoint": "30A9",
            "name": "KATAKANA LETTER SMALL O"
        },
        {
            "codepoint": "30AA",
            "name": "KATAKANA LETTER O"
        },
        {
            "codepoint": "30AB",
            "name": "KATAKANA LETTER KA"
        },
        {
            "codepoint": "30AC",
            "name": "KATAKANA LETTER GA",
            "decompositions": [
                [
                    "30AB",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30AD",
            "name": "KATAKANA LETTER KI"
        },
        {
            "codepoint": "30AE",
            "name": "KATAKANA LETTER GI",
            "decompositions": [
                [
                    "30AD",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30AF",
            "name": "KATAKANA LETTER KU"
        },
        {
            "codepoint": "30B0",
            "name": "KATAKANA LETTER GU",
            "decompositions": [
                [
                    "30AF",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30B1",
            "name": "KATAKANA LETTER KE"
        },
        {
            "codepoint": "30B2",
            "name": "KATAKANA LETTER GE",
            "decompositions": [
                [
                    "30B1",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30B3",
            "name": "KATAKANA LETTER KO"
        },
        {
            "codepoint": "30B4",
            "name": "KATAKANA LETTER GO",
            "decompositions": [
                [
                    "30B3",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30B5",
            "name": "KATAKANA LETTER SA"
        },
        {
            "codepoint": "30B6",
            "name": "KATAKANA LETTER ZA",
            "decompositions": [
                [
                    "30B5",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30B7",
            "name": "KATAKANA LETTER SI",
            "aliases": [
                "SHI"
            ]
        },
        {
            "codepoint": "30B8",
            "name": "KATAKANA LETTER ZI",
            "aliases": [
                "JI (not unique)"
            ],
            "decompositions": [
                [
                    "30B7",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30B9",
            "name": "KATAKANA LETTER SU"
        },
        {
            "codepoint": "30BA",
            "name": "KATAKANA LETTER ZU",
            "decompositions": [
                [
                    "30B9",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30BB",
            "name": "KATAKANA LETTER SE"
        },
        {
            "codepoint": "30BC",
            "name": "KATAKANA LETTER ZE",
            "decompositions": [
                [
                    "30BB",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30BD",
            "name": "KATAKANA LETTER SO"
        },
        {
            "codepoint": "30BE",
            "name": "KATAKANA LETTER ZO",
            "decompositions": [
                [
                    "30BD",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30BF",
            "name": "KATAKANA LETTER TA"
        },
        {
            "codepoint": "30C0",
            "name": "KATAKANA LETTER DA",
            "decompositions": [
                [
                    "30BF",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30C1",
            "name": "KATAKANA LETTER TI",
            "aliases": [
                "CHI"
            ]
        },
        {
            "codepoint": "30C2",
            "name": "KATAKANA LETTER DI",
            "aliases": [
                "JI (not unique)"
            ],
            "decompositions": [
                [
                    "30C1",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30C3",
            "name": "KATAKANA LETTER SMALL TU",
            "aliases": [
                "SMALL TSU"
            ]
        },
        {
            "codepoint": "30C4",
            "name": "KATAKANA LETTER TU",
            "aliases": [
                "TSU"
            ]
        },
        {
            "codepoint": "30C5",
            "name": "KATAKANA LETTER DU",
            "aliases": [
                "ZU (not unique)"
            ],
            "decompositions": [
                [
                    "30C4",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30C6",
            "name": "KATAKANA LETTER TE"
        },
        {
            "codepoint": "30C7",
            "name": "KATAKANA LETTER DE",
            "decompositions": [
                [
                    "30C6",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30C8",
            "name": "KATAKANA LETTER TO"
        },
        {
            "codepoint": "30C9",
            "name": "KATAKANA LETTER DO",
            "decompositions": [
                [
                    "30C8",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30CA",
            "name": "KATAKANA LETTER NA"
        },
        {
            "codepoint": "30CB",
            "name": "KATAKANA LETTER NI"
        },
        {
            "codepoint": "30CC",
            "name": "KATAKANA LETTER NU"
        },
        {
            "codepoint": "30CD",
            "name": "KATAKANA LETTER NE"
        },
        {
            "codepoint": "30CE",
            "name": "KATAKANA LETTER NO"
        },
        {
            "codepoint": "30CF",
            "name": "KATAKANA LETTER HA"
        },
        {
            "codepoint": "30D0",
            "name": "KATAKANA LETTER BA",
            "decompositions": [
                [
                    "30CF",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30D1",
            "name": "KATAKANA LETTER PA",
            "decompositions": [
                [
                    "30CF",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "30D2",
            "name": "KATAKANA LETTER HI"
        },
        {
            "codepoint": "30D3",
            "name": "KATAKANA LETTER BI",
            "decompositions": [
                [
                    "30D2",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30D4",
            "name": "KATAKANA LETTER PI",
            "decompositions": [
                [
                    "30D2",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "30D5",
            "name": "KATAKANA LETTER HU",
            "aliases": [
                "FU"
            ]
        },
        {
            "codepoint": "30D6",
            "name": "KATAKANA LETTER BU",
            "decompositions": [
                [
                    "30D5",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30D7",
            "name": "KATAKANA LETTER PU",
            "decompositions": [
                [
                    "30D5",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "30D8",
            "name": "KATAKANA LETTER HE"
        },
        {
            "codepoint": "30D9",
            "name": "KATAKANA LETTER BE",
            "decompositions": [
                [
                    "30D8",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30DA",
            "name": "KATAKANA LETTER PE",
            "decompositions": [
                [
                    "30D8",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "30DB",
            "name": "KATAKANA LETTER HO"
        },
        {
            "codepoint": "30DC",
            "name": "KATAKANA LETTER BO",
            "decompositions": [
                [
                    "30DB",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30DD",
            "name": "KATAKANA LETTER PO",
            "decompositions": [
                [
                    "30DB",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "30DE",
            "name": "KATAKANA LETTER MA"
        },
        {
            "codepoint": "30DF",
            "name": "KATAKANA LETTER MI"
        },
        {
            "codepoint": "30E0",
            "name": "KATAKANA LETTER MU"
        },
        {
            "codepoint": "30E1",
            "name": "KATAKANA LETTER ME"
        },
        {
            "codepoint": "30E2",
            "name": "KATAKANA LETTER MO"
        },
        {
            "codepoint": "30E3",
            "name": "KATAKANA LETTER SMALL YA"
        },
        {
            "codepoint": "30E4",
            "name": "KATAKANA LETTER YA"
        },
        {
            "codepoint": "30E5",
            "name": "KATAKANA LETTER SMALL YU"
        },
        {
            "codepoint": "30E6",
            "name": "KATAKANA LETTER YU"
        },
        {
            "codepoint": "30E7",
            "name": "KATAKANA LETTER SMALL YO"
        },
        {
            "codepoint": "30E8",
            "name": "KATAKANA LETTER YO"
        },
        {
            "codepoint": "30E9",
            "name": "KATAKANA LETTER RA"
        },
        {
            "codepoint": "30EA",
            "name": "KATAKANA LETTER RI"
        },
        {
            "codepoint": "30EB",
            "name": "KATAKANA LETTER RU"
        },
        {
            "codepoint": "30EC",
            "name": "KATAKANA LETTER RE"
        },
        {
            "codepoint": "30ED",
            "name": "KATAKANA LETTER RO"
        },
        {
            "codepoint": "30EE",
            "name": "KATAKANA LETTER SMALL WA"
        },
        {
            "codepoint": "30EF",
            "name": "KATAKANA LETTER WA"
        },
        {
            "codepoint": "30F0",
            "name": "KATAKANA LETTER WI"
        },
        {
            "codepoint": "30F1",
            "name": "KATAKANA LETTER WE"
        },
        {
            "codepoint": "30F2",
            "name": "KATAKANA LETTER WO"
        },
        {
            "codepoint": "30F3",
            "name": "KATAKANA LETTER N"
        },
        {
            "codepoint": "30F4",
            "name": "KATAKANA LETTER VU",
            "decompositions": [
                [
                    "30A6",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30F5",
            "name": "KATAKANA LETTER SMALL KA"
        },
        {
            "codepoint": "30F6",
            "name": "KATAKANA LETTER SMALL KE"
        },
        {
            "codepoint": "30F7",
            "name": "KATAKANA LETTER VA",
            "decompositions": [
                [
                    "30EF",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30F8",
            "name": "KATAKANA LETTER VI",
            "decompositions": [
                [
                    "30F0",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30F9",
            "name": "KATAKANA LETTER VE",
            "decompositions": [
                [
                    "30F1",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30FA",
            "name": "KATAKANA LETTER VO",
            "decompositions": [
                [
                    "30F2",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30FB",
            "name": "KATAKANA MIDDLE DOT",
            "crossReferences": [
                "(middle dot - 00B7)"
            ]
        },
        {
            "codepoint": "30FC",
            "name": "KATAKANA-HIRAGANA PROLONGED SOUND MARK",
            "crossReferences": [
                "(em dash - 2014)"
            ]
        },
        {
            "codepoint": "30FD",
            "name": "KATAKANA ITERATION MARK"
        },
        {
            "codepoint": "30FE",
            "name": "KATAKANA VOICED ITERATION MARK",
            "decompositions": [
                [
                    "30FD",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "30FF",
            "name": "KATAKANA DIGRAPH KOTO",
            "comments": [
                "historically used in vertical contexts, but now found also in horizontal layout"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "30B3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3105",
            "name": "BOPOMOFO LETTER B"
        },
        {
            "codepoint": "3106",
            "name": "BOPOMOFO LETTER P"
        },
        {
            "codepoint": "3107",
            "name": "BOPOMOFO LETTER M"
        },
        {
            "codepoint": "3108",
            "name": "BOPOMOFO LETTER F"
        },
        {
            "codepoint": "3109",
            "name": "BOPOMOFO LETTER D"
        },
        {
            "codepoint": "310A",
            "name": "BOPOMOFO LETTER T"
        },
        {
            "codepoint": "310B",
            "name": "BOPOMOFO LETTER N"
        },
        {
            "codepoint": "310C",
            "name": "BOPOMOFO LETTER L"
        },
        {
            "codepoint": "310D",
            "name": "BOPOMOFO LETTER G"
        },
        {
            "codepoint": "310E",
            "name": "BOPOMOFO LETTER K"
        },
        {
            "codepoint": "310F",
            "name": "BOPOMOFO LETTER H"
        },
        {
            "codepoint": "3110",
            "name": "BOPOMOFO LETTER J"
        },
        {
            "codepoint": "3111",
            "name": "BOPOMOFO LETTER Q"
        },
        {
            "codepoint": "3112",
            "name": "BOPOMOFO LETTER X"
        },
        {
            "codepoint": "3113",
            "name": "BOPOMOFO LETTER ZH"
        },
        {
            "codepoint": "3114",
            "name": "BOPOMOFO LETTER CH"
        },
        {
            "codepoint": "3115",
            "name": "BOPOMOFO LETTER SH"
        },
        {
            "codepoint": "3116",
            "name": "BOPOMOFO LETTER R"
        },
        {
            "codepoint": "3117",
            "name": "BOPOMOFO LETTER Z"
        },
        {
            "codepoint": "3118",
            "name": "BOPOMOFO LETTER C"
        },
        {
            "codepoint": "3119",
            "name": "BOPOMOFO LETTER S"
        },
        {
            "codepoint": "311A",
            "name": "BOPOMOFO LETTER A"
        },
        {
            "codepoint": "311B",
            "name": "BOPOMOFO LETTER O"
        },
        {
            "codepoint": "311C",
            "name": "BOPOMOFO LETTER E"
        },
        {
            "codepoint": "311D",
            "name": "BOPOMOFO LETTER EH"
        },
        {
            "codepoint": "311E",
            "name": "BOPOMOFO LETTER AI"
        },
        {
            "codepoint": "311F",
            "name": "BOPOMOFO LETTER EI"
        },
        {
            "codepoint": "3120",
            "name": "BOPOMOFO LETTER AU"
        },
        {
            "codepoint": "3121",
            "name": "BOPOMOFO LETTER OU"
        },
        {
            "codepoint": "3122",
            "name": "BOPOMOFO LETTER AN"
        },
        {
            "codepoint": "3123",
            "name": "BOPOMOFO LETTER EN"
        },
        {
            "codepoint": "3124",
            "name": "BOPOMOFO LETTER ANG"
        },
        {
            "codepoint": "3125",
            "name": "BOPOMOFO LETTER ENG"
        },
        {
            "codepoint": "3126",
            "name": "BOPOMOFO LETTER ER"
        },
        {
            "codepoint": "3127",
            "name": "BOPOMOFO LETTER I",
            "comments": [
                "the vertical stroke form is considered a rendering variant"
            ]
        },
        {
            "codepoint": "3128",
            "name": "BOPOMOFO LETTER U"
        },
        {
            "codepoint": "3129",
            "name": "BOPOMOFO LETTER IU"
        },
        {
            "codepoint": "312A",
            "name": "BOPOMOFO LETTER V"
        },
        {
            "codepoint": "312B",
            "name": "BOPOMOFO LETTER NG"
        },
        {
            "codepoint": "312C",
            "name": "BOPOMOFO LETTER GN"
        },
        {
            "codepoint": "312D",
            "name": "BOPOMOFO LETTER IH",
            "comments": [
                "for analytic representation of apical vowel"
            ]
        },
        {
            "codepoint": "312E",
            "name": "BOPOMOFO LETTER O WITH DOT ABOVE",
            "comments": [
                "early form of letter e"
            ]
        },
        {
            "codepoint": "312F",
            "name": "BOPOMOFO LETTER NN",
            "comments": [
                "syllabic nasal"
            ]
        },
        {
            "codepoint": "3131",
            "name": "HANGUL LETTER KIYEOK",
            "compatibilityMappings": [
                [
                    "1100",
                    "hangul choseong kiyeok"
                ]
            ]
        },
        {
            "codepoint": "3132",
            "name": "HANGUL LETTER SSANGKIYEOK",
            "compatibilityMappings": [
                [
                    "1101",
                    "hangul choseong ssangkiyeok"
                ]
            ]
        },
        {
            "codepoint": "3133",
            "name": "HANGUL LETTER KIYEOK-SIOS",
            "compatibilityMappings": [
                [
                    "11AA",
                    "hangul jongseong kiyeok-sios"
                ]
            ]
        },
        {
            "codepoint": "3134",
            "name": "HANGUL LETTER NIEUN",
            "compatibilityMappings": [
                [
                    "1102",
                    "hangul choseong nieun"
                ]
            ]
        },
        {
            "codepoint": "3135",
            "name": "HANGUL LETTER NIEUN-CIEUC",
            "compatibilityMappings": [
                [
                    "11AC",
                    "hangul jongseong nieun-cieuc"
                ]
            ]
        },
        {
            "codepoint": "3136",
            "name": "HANGUL LETTER NIEUN-HIEUH",
            "compatibilityMappings": [
                [
                    "11AD",
                    "hangul jongseong nieun-hieuh"
                ]
            ]
        },
        {
            "codepoint": "3137",
            "name": "HANGUL LETTER TIKEUT",
            "compatibilityMappings": [
                [
                    "1103",
                    "hangul choseong tikeut"
                ]
            ]
        },
        {
            "codepoint": "3138",
            "name": "HANGUL LETTER SSANGTIKEUT",
            "compatibilityMappings": [
                [
                    "1104",
                    "hangul choseong ssangtikeut"
                ]
            ]
        },
        {
            "codepoint": "3139",
            "name": "HANGUL LETTER RIEUL",
            "compatibilityMappings": [
                [
                    "1105",
                    "hangul choseong rieul"
                ]
            ]
        },
        {
            "codepoint": "313A",
            "name": "HANGUL LETTER RIEUL-KIYEOK",
            "compatibilityMappings": [
                [
                    "11B0",
                    "hangul jongseong rieul-kiyeok"
                ]
            ]
        },
        {
            "codepoint": "313B",
            "name": "HANGUL LETTER RIEUL-MIEUM",
            "compatibilityMappings": [
                [
                    "11B1",
                    "hangul jongseong rieul-mieum"
                ]
            ]
        },
        {
            "codepoint": "313C",
            "name": "HANGUL LETTER RIEUL-PIEUP",
            "compatibilityMappings": [
                [
                    "11B2",
                    "hangul jongseong rieul-pieup"
                ]
            ]
        },
        {
            "codepoint": "313D",
            "name": "HANGUL LETTER RIEUL-SIOS",
            "compatibilityMappings": [
                [
                    "11B3",
                    "hangul jongseong rieul-sios"
                ]
            ]
        },
        {
            "codepoint": "313E",
            "name": "HANGUL LETTER RIEUL-THIEUTH",
            "compatibilityMappings": [
                [
                    "11B4",
                    "hangul jongseong rieul-thieuth"
                ]
            ]
        },
        {
            "codepoint": "313F",
            "name": "HANGUL LETTER RIEUL-PHIEUPH",
            "compatibilityMappings": [
                [
                    "11B5",
                    "hangul jongseong rieul-phieuph"
                ]
            ]
        },
        {
            "codepoint": "3140",
            "name": "HANGUL LETTER RIEUL-HIEUH",
            "compatibilityMappings": [
                [
                    "111A",
                    "hangul choseong rieul-hieuh"
                ]
            ]
        },
        {
            "codepoint": "3141",
            "name": "HANGUL LETTER MIEUM",
            "compatibilityMappings": [
                [
                    "1106",
                    "hangul choseong mieum"
                ]
            ]
        },
        {
            "codepoint": "3142",
            "name": "HANGUL LETTER PIEUP",
            "compatibilityMappings": [
                [
                    "1107",
                    "hangul choseong pieup"
                ]
            ]
        },
        {
            "codepoint": "3143",
            "name": "HANGUL LETTER SSANGPIEUP",
            "compatibilityMappings": [
                [
                    "1108",
                    "hangul choseong ssangpieup"
                ]
            ]
        },
        {
            "codepoint": "3144",
            "name": "HANGUL LETTER PIEUP-SIOS",
            "compatibilityMappings": [
                [
                    "1121",
                    "hangul choseong pieup-sios"
                ]
            ]
        },
        {
            "codepoint": "3145",
            "name": "HANGUL LETTER SIOS",
            "compatibilityMappings": [
                [
                    "1109",
                    "hangul choseong sios"
                ]
            ]
        },
        {
            "codepoint": "3146",
            "name": "HANGUL LETTER SSANGSIOS",
            "compatibilityMappings": [
                [
                    "110A",
                    "hangul choseong ssangsios"
                ]
            ]
        },
        {
            "codepoint": "3147",
            "name": "HANGUL LETTER IEUNG",
            "comments": [
                "zero sound as initial or velar nasal consonant as final"
            ],
            "compatibilityMappings": [
                [
                    "110B",
                    "hangul choseong ieung"
                ]
            ]
        },
        {
            "codepoint": "3148",
            "name": "HANGUL LETTER CIEUC",
            "compatibilityMappings": [
                [
                    "110C",
                    "hangul choseong cieuc"
                ]
            ]
        },
        {
            "codepoint": "3149",
            "name": "HANGUL LETTER SSANGCIEUC",
            "compatibilityMappings": [
                [
                    "110D",
                    "hangul choseong ssangcieuc"
                ]
            ]
        },
        {
            "codepoint": "314A",
            "name": "HANGUL LETTER CHIEUCH",
            "compatibilityMappings": [
                [
                    "110E",
                    "hangul choseong chieuch"
                ]
            ]
        },
        {
            "codepoint": "314B",
            "name": "HANGUL LETTER KHIEUKH",
            "compatibilityMappings": [
                [
                    "110F",
                    "hangul choseong khieukh"
                ]
            ]
        },
        {
            "codepoint": "314C",
            "name": "HANGUL LETTER THIEUTH",
            "compatibilityMappings": [
                [
                    "1110",
                    "hangul choseong thieuth"
                ]
            ]
        },
        {
            "codepoint": "314D",
            "name": "HANGUL LETTER PHIEUPH",
            "compatibilityMappings": [
                [
                    "1111",
                    "hangul choseong phieuph"
                ]
            ]
        },
        {
            "codepoint": "314E",
            "name": "HANGUL LETTER HIEUH",
            "comments": [
                "voiceless glottal fricative"
            ],
            "compatibilityMappings": [
                [
                    "1112",
                    "hangul choseong hieuh"
                ]
            ]
        },
        {
            "codepoint": "314F",
            "name": "HANGUL LETTER A",
            "compatibilityMappings": [
                [
                    "1161",
                    "hangul jungseong a"
                ]
            ]
        },
        {
            "codepoint": "3150",
            "name": "HANGUL LETTER AE",
            "compatibilityMappings": [
                [
                    "1162",
                    "hangul jungseong ae"
                ]
            ]
        },
        {
            "codepoint": "3151",
            "name": "HANGUL LETTER YA",
            "compatibilityMappings": [
                [
                    "1163",
                    "hangul jungseong ya"
                ]
            ]
        },
        {
            "codepoint": "3152",
            "name": "HANGUL LETTER YAE",
            "compatibilityMappings": [
                [
                    "1164",
                    "hangul jungseong yae"
                ]
            ]
        },
        {
            "codepoint": "3153",
            "name": "HANGUL LETTER EO",
            "compatibilityMappings": [
                [
                    "1165",
                    "hangul jungseong eo"
                ]
            ]
        },
        {
            "codepoint": "3154",
            "name": "HANGUL LETTER E",
            "compatibilityMappings": [
                [
                    "1166",
                    "hangul jungseong e"
                ]
            ]
        },
        {
            "codepoint": "3155",
            "name": "HANGUL LETTER YEO",
            "compatibilityMappings": [
                [
                    "1167",
                    "hangul jungseong yeo"
                ]
            ]
        },
        {
            "codepoint": "3156",
            "name": "HANGUL LETTER YE",
            "compatibilityMappings": [
                [
                    "1168",
                    "hangul jungseong ye"
                ]
            ]
        },
        {
            "codepoint": "3157",
            "name": "HANGUL LETTER O",
            "compatibilityMappings": [
                [
                    "1169",
                    "hangul jungseong o"
                ]
            ]
        },
        {
            "codepoint": "3158",
            "name": "HANGUL LETTER WA",
            "compatibilityMappings": [
                [
                    "116A",
                    "hangul jungseong wa"
                ]
            ]
        },
        {
            "codepoint": "3159",
            "name": "HANGUL LETTER WAE",
            "compatibilityMappings": [
                [
                    "116B",
                    "hangul jungseong wae"
                ]
            ]
        },
        {
            "codepoint": "315A",
            "name": "HANGUL LETTER OE",
            "compatibilityMappings": [
                [
                    "116C",
                    "hangul jungseong oe"
                ]
            ]
        },
        {
            "codepoint": "315B",
            "name": "HANGUL LETTER YO",
            "compatibilityMappings": [
                [
                    "116D",
                    "hangul jungseong yo"
                ]
            ]
        },
        {
            "codepoint": "315C",
            "name": "HANGUL LETTER U",
            "compatibilityMappings": [
                [
                    "116E",
                    "hangul jungseong u"
                ]
            ]
        },
        {
            "codepoint": "315D",
            "name": "HANGUL LETTER WEO",
            "compatibilityMappings": [
                [
                    "116F",
                    "hangul jungseong weo"
                ]
            ]
        },
        {
            "codepoint": "315E",
            "name": "HANGUL LETTER WE",
            "compatibilityMappings": [
                [
                    "1170",
                    "hangul jungseong we"
                ]
            ]
        },
        {
            "codepoint": "315F",
            "name": "HANGUL LETTER WI",
            "compatibilityMappings": [
                [
                    "1171",
                    "hangul jungseong wi"
                ]
            ]
        },
        {
            "codepoint": "3160",
            "name": "HANGUL LETTER YU",
            "compatibilityMappings": [
                [
                    "1172",
                    "hangul jungseong yu"
                ]
            ]
        },
        {
            "codepoint": "3161",
            "name": "HANGUL LETTER EU",
            "compatibilityMappings": [
                [
                    "1173",
                    "hangul jungseong eu"
                ]
            ]
        },
        {
            "codepoint": "3162",
            "name": "HANGUL LETTER YI",
            "compatibilityMappings": [
                [
                    "1174",
                    "hangul jungseong yi"
                ]
            ]
        },
        {
            "codepoint": "3163",
            "name": "HANGUL LETTER I",
            "compatibilityMappings": [
                [
                    "1175",
                    "hangul jungseong i"
                ]
            ]
        },
        {
            "codepoint": "3164",
            "name": "HANGUL FILLER",
            "aliases": [
                "chaeum"
            ],
            "compatibilityMappings": [
                [
                    "1160",
                    "hangul jungseong filler"
                ]
            ]
        },
        {
            "codepoint": "3165",
            "name": "HANGUL LETTER SSANGNIEUN",
            "compatibilityMappings": [
                [
                    "1114",
                    "hangul choseong ssangnieun"
                ]
            ]
        },
        {
            "codepoint": "3166",
            "name": "HANGUL LETTER NIEUN-TIKEUT",
            "compatibilityMappings": [
                [
                    "1115",
                    "hangul choseong nieun-tikeut"
                ]
            ]
        },
        {
            "codepoint": "3167",
            "name": "HANGUL LETTER NIEUN-SIOS",
            "compatibilityMappings": [
                [
                    "11C7",
                    "hangul jongseong nieun-sios"
                ]
            ]
        },
        {
            "codepoint": "3168",
            "name": "HANGUL LETTER NIEUN-PANSIOS",
            "compatibilityMappings": [
                [
                    "11C8",
                    "hangul jongseong nieun-pansios"
                ]
            ]
        },
        {
            "codepoint": "3169",
            "name": "HANGUL LETTER RIEUL-KIYEOK-SIOS",
            "compatibilityMappings": [
                [
                    "11CC",
                    "hangul jongseong rieul-kiyeok-sios"
                ]
            ]
        },
        {
            "codepoint": "316A",
            "name": "HANGUL LETTER RIEUL-TIKEUT",
            "compatibilityMappings": [
                [
                    "11CE",
                    "hangul jongseong rieul-tikeut"
                ]
            ]
        },
        {
            "codepoint": "316B",
            "name": "HANGUL LETTER RIEUL-PIEUP-SIOS",
            "compatibilityMappings": [
                [
                    "11D3",
                    "hangul jongseong rieul-pieup-sios"
                ]
            ]
        },
        {
            "codepoint": "316C",
            "name": "HANGUL LETTER RIEUL-PANSIOS",
            "compatibilityMappings": [
                [
                    "11D7",
                    "hangul jongseong rieul-pansios"
                ]
            ]
        },
        {
            "codepoint": "316D",
            "name": "HANGUL LETTER RIEUL-YEORINHIEUH",
            "compatibilityMappings": [
                [
                    "11D9",
                    "hangul jongseong rieul-yeorinhieuh"
                ]
            ]
        },
        {
            "codepoint": "316E",
            "name": "HANGUL LETTER MIEUM-PIEUP",
            "compatibilityMappings": [
                [
                    "111C",
                    "hangul choseong mieum-pieup"
                ]
            ]
        },
        {
            "codepoint": "316F",
            "name": "HANGUL LETTER MIEUM-SIOS",
            "compatibilityMappings": [
                [
                    "11DD",
                    "hangul jongseong mieum-sios"
                ]
            ]
        },
        {
            "codepoint": "3170",
            "name": "HANGUL LETTER MIEUM-PANSIOS",
            "compatibilityMappings": [
                [
                    "11DF",
                    "hangul jongseong mieum-pansios"
                ]
            ]
        },
        {
            "codepoint": "3171",
            "name": "HANGUL LETTER KAPYEOUNMIEUM",
            "compatibilityMappings": [
                [
                    "111D",
                    "hangul choseong kapyeounmieum"
                ]
            ]
        },
        {
            "codepoint": "3172",
            "name": "HANGUL LETTER PIEUP-KIYEOK",
            "compatibilityMappings": [
                [
                    "111E",
                    "hangul choseong pieup-kiyeok"
                ]
            ]
        },
        {
            "codepoint": "3173",
            "name": "HANGUL LETTER PIEUP-TIKEUT",
            "compatibilityMappings": [
                [
                    "1120",
                    "hangul choseong pieup-tikeut"
                ]
            ]
        },
        {
            "codepoint": "3174",
            "name": "HANGUL LETTER PIEUP-SIOS-KIYEOK",
            "compatibilityMappings": [
                [
                    "1122",
                    "hangul choseong pieup-sios-kiyeok"
                ]
            ]
        },
        {
            "codepoint": "3175",
            "name": "HANGUL LETTER PIEUP-SIOS-TIKEUT",
            "compatibilityMappings": [
                [
                    "1123",
                    "hangul choseong pieup-sios-tikeut"
                ]
            ]
        },
        {
            "codepoint": "3176",
            "name": "HANGUL LETTER PIEUP-CIEUC",
            "compatibilityMappings": [
                [
                    "1127",
                    "hangul choseong pieup-cieuc"
                ]
            ]
        },
        {
            "codepoint": "3177",
            "name": "HANGUL LETTER PIEUP-THIEUTH",
            "compatibilityMappings": [
                [
                    "1129",
                    "hangul choseong pieup-thieuth"
                ]
            ]
        },
        {
            "codepoint": "3178",
            "name": "HANGUL LETTER KAPYEOUNPIEUP",
            "compatibilityMappings": [
                [
                    "112B",
                    "hangul choseong kapyeounpieup"
                ]
            ]
        },
        {
            "codepoint": "3179",
            "name": "HANGUL LETTER KAPYEOUNSSANGPIEUP",
            "compatibilityMappings": [
                [
                    "112C",
                    "hangul choseong kapyeounssangpieup"
                ]
            ]
        },
        {
            "codepoint": "317A",
            "name": "HANGUL LETTER SIOS-KIYEOK",
            "compatibilityMappings": [
                [
                    "112D",
                    "hangul choseong sios-kiyeok"
                ]
            ]
        },
        {
            "codepoint": "317B",
            "name": "HANGUL LETTER SIOS-NIEUN",
            "compatibilityMappings": [
                [
                    "112E",
                    "hangul choseong sios-nieun"
                ]
            ]
        },
        {
            "codepoint": "317C",
            "name": "HANGUL LETTER SIOS-TIKEUT",
            "compatibilityMappings": [
                [
                    "112F",
                    "hangul choseong sios-tikeut"
                ]
            ]
        },
        {
            "codepoint": "317D",
            "name": "HANGUL LETTER SIOS-PIEUP",
            "compatibilityMappings": [
                [
                    "1132",
                    "hangul choseong sios-pieup"
                ]
            ]
        },
        {
            "codepoint": "317E",
            "name": "HANGUL LETTER SIOS-CIEUC",
            "compatibilityMappings": [
                [
                    "1136",
                    "hangul choseong sios-cieuc"
                ]
            ]
        },
        {
            "codepoint": "317F",
            "name": "HANGUL LETTER PANSIOS",
            "comments": [
                "voiced alveolar fricative"
            ],
            "compatibilityMappings": [
                [
                    "1140",
                    "hangul choseong pansios"
                ]
            ]
        },
        {
            "codepoint": "3180",
            "name": "HANGUL LETTER SSANGIEUNG",
            "aliases": [
                "ssangyesieung"
            ],
            "compatibilityMappings": [
                [
                    "1147",
                    "hangul choseong ssangieung"
                ]
            ]
        },
        {
            "codepoint": "3181",
            "name": "HANGUL LETTER YESIEUNG",
            "comments": [
                "velar nasal consonant"
            ],
            "compatibilityMappings": [
                [
                    "114C",
                    "hangul choseong yesieung"
                ]
            ]
        },
        {
            "codepoint": "3182",
            "name": "HANGUL LETTER YESIEUNG-SIOS",
            "compatibilityMappings": [
                [
                    "11F1",
                    "hangul jongseong yesieung-sios"
                ]
            ]
        },
        {
            "codepoint": "3183",
            "name": "HANGUL LETTER YESIEUNG-PANSIOS",
            "compatibilityMappings": [
                [
                    "11F2",
                    "hangul jongseong yesieung-pansios"
                ]
            ]
        },
        {
            "codepoint": "3184",
            "name": "HANGUL LETTER KAPYEOUNPHIEUPH",
            "compatibilityMappings": [
                [
                    "1157",
                    "hangul choseong kapyeounphieuph"
                ]
            ]
        },
        {
            "codepoint": "3185",
            "name": "HANGUL LETTER SSANGHIEUH",
            "compatibilityMappings": [
                [
                    "1158",
                    "hangul choseong ssanghieuh"
                ]
            ]
        },
        {
            "codepoint": "3186",
            "name": "HANGUL LETTER YEORINHIEUH",
            "comments": [
                "glottal stop"
            ],
            "compatibilityMappings": [
                [
                    "1159",
                    "hangul choseong yeorinhieuh"
                ]
            ]
        },
        {
            "codepoint": "3187",
            "name": "HANGUL LETTER YO-YA",
            "compatibilityMappings": [
                [
                    "1184",
                    "hangul jungseong yo-ya"
                ]
            ]
        },
        {
            "codepoint": "3188",
            "name": "HANGUL LETTER YO-YAE",
            "compatibilityMappings": [
                [
                    "1185",
                    "hangul jungseong yo-yae"
                ]
            ]
        },
        {
            "codepoint": "3189",
            "name": "HANGUL LETTER YO-I",
            "compatibilityMappings": [
                [
                    "1188",
                    "hangul jungseong yo-i"
                ]
            ]
        },
        {
            "codepoint": "318A",
            "name": "HANGUL LETTER YU-YEO",
            "compatibilityMappings": [
                [
                    "1191",
                    "hangul jungseong yu-yeo"
                ]
            ]
        },
        {
            "codepoint": "318B",
            "name": "HANGUL LETTER YU-YE",
            "compatibilityMappings": [
                [
                    "1192",
                    "hangul jungseong yu-ye"
                ]
            ]
        },
        {
            "codepoint": "318C",
            "name": "HANGUL LETTER YU-I",
            "compatibilityMappings": [
                [
                    "1194",
                    "hangul jungseong yu-i"
                ]
            ]
        },
        {
            "codepoint": "318D",
            "name": "HANGUL LETTER ARAEA",
            "comments": [
                "rounded open-mid back vowel"
            ],
            "compatibilityMappings": [
                [
                    "119E",
                    "hangul jungseong araea"
                ]
            ]
        },
        {
            "codepoint": "318E",
            "name": "HANGUL LETTER ARAEAE",
            "compatibilityMappings": [
                [
                    "11A1",
                    "hangul jungseong araea-i"
                ]
            ]
        },
        {
            "codepoint": "3190",
            "name": "IDEOGRAPHIC ANNOTATION LINKING MARK",
            "aliases": [
                "tateten"
            ]
        },
        {
            "codepoint": "3191",
            "name": "IDEOGRAPHIC ANNOTATION REVERSE MARK",
            "aliases": [
                "kaeriten re"
            ]
        },
        {
            "codepoint": "3192",
            "name": "IDEOGRAPHIC ANNOTATION ONE MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E00"
                ]
            ]
        },
        {
            "codepoint": "3193",
            "name": "IDEOGRAPHIC ANNOTATION TWO MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E8C"
                ]
            ]
        },
        {
            "codepoint": "3194",
            "name": "IDEOGRAPHIC ANNOTATION THREE MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E09"
                ]
            ]
        },
        {
            "codepoint": "3195",
            "name": "IDEOGRAPHIC ANNOTATION FOUR MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "56DB"
                ]
            ]
        },
        {
            "codepoint": "3196",
            "name": "IDEOGRAPHIC ANNOTATION TOP MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E0A"
                ]
            ]
        },
        {
            "codepoint": "3197",
            "name": "IDEOGRAPHIC ANNOTATION MIDDLE MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E2D"
                ]
            ]
        },
        {
            "codepoint": "3198",
            "name": "IDEOGRAPHIC ANNOTATION BOTTOM MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E0B"
                ]
            ]
        },
        {
            "codepoint": "3199",
            "name": "IDEOGRAPHIC ANNOTATION FIRST MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "7532"
                ]
            ]
        },
        {
            "codepoint": "319A",
            "name": "IDEOGRAPHIC ANNOTATION SECOND MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E59"
                ]
            ]
        },
        {
            "codepoint": "319B",
            "name": "IDEOGRAPHIC ANNOTATION THIRD MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E19"
                ]
            ]
        },
        {
            "codepoint": "319C",
            "name": "IDEOGRAPHIC ANNOTATION FOURTH MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4E01"
                ]
            ]
        },
        {
            "codepoint": "319D",
            "name": "IDEOGRAPHIC ANNOTATION HEAVEN MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "5929"
                ]
            ]
        },
        {
            "codepoint": "319E",
            "name": "IDEOGRAPHIC ANNOTATION EARTH MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "5730"
                ]
            ]
        },
        {
            "codepoint": "319F",
            "name": "IDEOGRAPHIC ANNOTATION MAN MARK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "4EBA"
                ]
            ]
        },
        {
            "codepoint": "31A0",
            "name": "BOPOMOFO LETTER BU"
        },
        {
            "codepoint": "31A1",
            "name": "BOPOMOFO LETTER ZI"
        },
        {
            "codepoint": "31A2",
            "name": "BOPOMOFO LETTER JI"
        },
        {
            "codepoint": "31A3",
            "name": "BOPOMOFO LETTER GU"
        },
        {
            "codepoint": "31A4",
            "name": "BOPOMOFO LETTER EE"
        },
        {
            "codepoint": "31A5",
            "name": "BOPOMOFO LETTER ENN"
        },
        {
            "codepoint": "31A6",
            "name": "BOPOMOFO LETTER OO"
        },
        {
            "codepoint": "31A7",
            "name": "BOPOMOFO LETTER ONN"
        },
        {
            "codepoint": "31A8",
            "name": "BOPOMOFO LETTER IR"
        },
        {
            "codepoint": "31A9",
            "name": "BOPOMOFO LETTER ANN"
        },
        {
            "codepoint": "31AA",
            "name": "BOPOMOFO LETTER INN"
        },
        {
            "codepoint": "31AB",
            "name": "BOPOMOFO LETTER UNN"
        },
        {
            "codepoint": "31AC",
            "name": "BOPOMOFO LETTER IM"
        },
        {
            "codepoint": "31AD",
            "name": "BOPOMOFO LETTER NGG"
        },
        {
            "codepoint": "31AE",
            "name": "BOPOMOFO LETTER AINN"
        },
        {
            "codepoint": "31AF",
            "name": "BOPOMOFO LETTER AUNN"
        },
        {
            "codepoint": "31B0",
            "name": "BOPOMOFO LETTER AM"
        },
        {
            "codepoint": "31B1",
            "name": "BOPOMOFO LETTER OM"
        },
        {
            "codepoint": "31B2",
            "name": "BOPOMOFO LETTER ONG"
        },
        {
            "codepoint": "31B3",
            "name": "BOPOMOFO LETTER INNN"
        },
        {
            "codepoint": "31B4",
            "name": "BOPOMOFO FINAL LETTER P"
        },
        {
            "codepoint": "31B5",
            "name": "BOPOMOFO FINAL LETTER T"
        },
        {
            "codepoint": "31B6",
            "name": "BOPOMOFO FINAL LETTER K",
            "comments": [
                "use of 31BB is preferred"
            ]
        },
        {
            "codepoint": "31B7",
            "name": "BOPOMOFO FINAL LETTER H"
        },
        {
            "codepoint": "31B8",
            "name": "BOPOMOFO LETTER GH"
        },
        {
            "codepoint": "31B9",
            "name": "BOPOMOFO LETTER LH"
        },
        {
            "codepoint": "31BA",
            "name": "BOPOMOFO LETTER ZY"
        },
        {
            "codepoint": "31BB",
            "name": "BOPOMOFO FINAL LETTER G"
        },
        {
            "codepoint": "31BC",
            "name": "BOPOMOFO LETTER GW"
        },
        {
            "codepoint": "31BD",
            "name": "BOPOMOFO LETTER KW"
        },
        {
            "codepoint": "31BE",
            "name": "BOPOMOFO LETTER OE"
        },
        {
            "codepoint": "31BF",
            "name": "BOPOMOFO LETTER AH"
        },
        {
            "codepoint": "31C0",
            "name": "CJK STROKE T",
            "comments": [
                "2nd stroke of 51B0"
            ]
        },
        {
            "codepoint": "31C1",
            "name": "CJK STROKE WG",
            "comments": [
                "2nd stroke of 72D0"
            ]
        },
        {
            "codepoint": "31C2",
            "name": "CJK STROKE XG",
            "comments": [
                "5th stroke of 6211"
            ]
        },
        {
            "codepoint": "31C3",
            "name": "CJK STROKE BXG",
            "comments": [
                "occurs only in Kaiti typefaces",
                "equivalent to SWG stroke in Songti typefaces",
                "2nd stroke of 5FC3"
            ]
        },
        {
            "codepoint": "31C4",
            "name": "CJK STROKE SW",
            "comments": [
                "3rd stroke of 4EA1",
                "4th stroke of 56DB"
            ]
        },
        {
            "codepoint": "31C5",
            "name": "CJK STROKE HZZ",
            "comments": [
                "1st stroke of 534D"
            ]
        },
        {
            "codepoint": "31C6",
            "name": "CJK STROKE HZG",
            "comments": [
                "1st stroke of 7FBD",
                "1st stroke of 4E5F"
            ]
        },
        {
            "codepoint": "31C7",
            "name": "CJK STROKE HP",
            "comments": [
                "1st stroke of 53C8",
                "4th stroke of 4ECA"
            ]
        },
        {
            "codepoint": "31C8",
            "name": "CJK STROKE HZWG",
            "comments": [
                "2nd stroke of 4E5D"
            ]
        },
        {
            "codepoint": "31C9",
            "name": "CJK STROKE SZWG",
            "comments": [
                "3rd stroke of 5F13",
                "2nd stroke of 9A6C"
            ]
        },
        {
            "codepoint": "31CA",
            "name": "CJK STROKE HZT",
            "comments": [
                "2nd stroke of 8BA1",
                "2nd stroke of 9CE9"
            ]
        },
        {
            "codepoint": "31CB",
            "name": "CJK STROKE HZZP",
            "comments": [
                "1st stroke of 53CA"
            ]
        },
        {
            "codepoint": "31CC",
            "name": "CJK STROKE HPWG",
            "comments": [
                "1st stroke of 961D",
                "6th stroke of 90AE"
            ]
        },
        {
            "codepoint": "31CD",
            "name": "CJK STROKE HZW",
            "comments": [
                "5th stroke of 6295"
            ]
        },
        {
            "codepoint": "31CE",
            "name": "CJK STROKE HZZZ",
            "comments": [
                "1st stroke of 51F8"
            ]
        },
        {
            "codepoint": "31CF",
            "name": "CJK STROKE N",
            "comments": [
                "3rd stroke of 5927"
            ]
        },
        {
            "codepoint": "31D0",
            "name": "CJK STROKE H",
            "comments": [
                "1st stroke of 5927",
                "1st stroke of 4E03"
            ]
        },
        {
            "codepoint": "31D1",
            "name": "CJK STROKE S",
            "comments": [
                "4th stroke of 4E2D"
            ]
        },
        {
            "codepoint": "31D2",
            "name": "CJK STROKE P",
            "comments": [
                "1st stroke of 4E4F"
            ]
        },
        {
            "codepoint": "31D3",
            "name": "CJK STROKE SP",
            "comments": [
                "1st stroke of 6708"
            ]
        },
        {
            "codepoint": "31D4",
            "name": "CJK STROKE D",
            "comments": [
                "3rd stroke of 4E38"
            ]
        },
        {
            "codepoint": "31D5",
            "name": "CJK STROKE HZ",
            "comments": [
                "2nd stroke of 56DB"
            ]
        },
        {
            "codepoint": "31D6",
            "name": "CJK STROKE HG",
            "comments": [
                "1st stroke of 758B",
                "1st stroke of 5B50"
            ]
        },
        {
            "codepoint": "31D7",
            "name": "CJK STROKE SZ",
            "comments": [
                "2nd stroke of 5C71",
                "2nd stroke of 4E1C"
            ]
        },
        {
            "codepoint": "31D8",
            "name": "CJK STROKE SWZ",
            "comments": [
                "6th stroke of 8085"
            ]
        },
        {
            "codepoint": "31D9",
            "name": "CJK STROKE ST",
            "comments": [
                "3rd stroke of 6C11"
            ]
        },
        {
            "codepoint": "31DA",
            "name": "CJK STROKE SG",
            "comments": [
                "1st stroke of 6C34"
            ]
        },
        {
            "codepoint": "31DB",
            "name": "CJK STROKE PD",
            "comments": [
                "1st stroke of 5DE1",
                "1st stroke of 5973"
            ]
        },
        {
            "codepoint": "31DC",
            "name": "CJK STROKE PZ",
            "comments": [
                "3rd stroke of 516C",
                "4th stroke of 5F18"
            ]
        },
        {
            "codepoint": "31DD",
            "name": "CJK STROKE TN",
            "comments": [
                "8th stroke of 5EFB"
            ]
        },
        {
            "codepoint": "31DE",
            "name": "CJK STROKE SZZ",
            "comments": [
                "1st stroke of 5350",
                "4th stroke of 4E9E"
            ]
        },
        {
            "codepoint": "31DF",
            "name": "CJK STROKE SWG",
            "comments": [
                "7th stroke of 4E71",
                "3rd stroke of 5DF1"
            ]
        },
        {
            "codepoint": "31E0",
            "name": "CJK STROKE HXWG",
            "comments": [
                "1st stroke of 4E59"
            ]
        },
        {
            "codepoint": "31E1",
            "name": "CJK STROKE HZZZG",
            "comments": [
                "1st stroke of 4E43"
            ]
        },
        {
            "codepoint": "31E2",
            "name": "CJK STROKE PG",
            "comments": [
                "1st stroke of 4E44"
            ]
        },
        {
            "codepoint": "31E3",
            "name": "CJK STROKE Q",
            "comments": [
                "6th stroke of 3514"
            ]
        },
        {
            "codepoint": "31E4",
            "name": "CJK STROKE HXG",
            "comments": [
                "1st stroke of 98DE"
            ]
        },
        {
            "codepoint": "31E5",
            "name": "CJK STROKE SZP",
            "comments": [
                "8th stroke of 594A"
            ]
        },
        {
            "codepoint": "31EF",
            "name": "IDEOGRAPHIC DESCRIPTION CHARACTER SUBTRACTION",
            "comments": [
                "used to describe a character or a component with a stroke (or other component) removed"
            ]
        },
        {
            "codepoint": "31F0",
            "name": "KATAKANA LETTER SMALL KU"
        },
        {
            "codepoint": "31F1",
            "name": "KATAKANA LETTER SMALL SI"
        },
        {
            "codepoint": "31F2",
            "name": "KATAKANA LETTER SMALL SU"
        },
        {
            "codepoint": "31F3",
            "name": "KATAKANA LETTER SMALL TO"
        },
        {
            "codepoint": "31F4",
            "name": "KATAKANA LETTER SMALL NU"
        },
        {
            "codepoint": "31F5",
            "name": "KATAKANA LETTER SMALL HA"
        },
        {
            "codepoint": "31F6",
            "name": "KATAKANA LETTER SMALL HI"
        },
        {
            "codepoint": "31F7",
            "name": "KATAKANA LETTER SMALL HU"
        },
        {
            "codepoint": "31F8",
            "name": "KATAKANA LETTER SMALL HE"
        },
        {
            "codepoint": "31F9",
            "name": "KATAKANA LETTER SMALL HO"
        },
        {
            "codepoint": "31FA",
            "name": "KATAKANA LETTER SMALL MU"
        },
        {
            "codepoint": "31FB",
            "name": "KATAKANA LETTER SMALL RA"
        },
        {
            "codepoint": "31FC",
            "name": "KATAKANA LETTER SMALL RI"
        },
        {
            "codepoint": "31FD",
            "name": "KATAKANA LETTER SMALL RU"
        },
        {
            "codepoint": "31FE",
            "name": "KATAKANA LETTER SMALL RE"
        },
        {
            "codepoint": "31FF",
            "name": "KATAKANA LETTER SMALL RO"
        },
        {
            "codepoint": "3200",
            "name": "PARENTHESIZED HANGUL KIYEOK",
            "compatibilityMappings": [
                [
                    "0028",
                    "1100",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3201",
            "name": "PARENTHESIZED HANGUL NIEUN",
            "compatibilityMappings": [
                [
                    "0028",
                    "1102",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3202",
            "name": "PARENTHESIZED HANGUL TIKEUT",
            "compatibilityMappings": [
                [
                    "0028",
                    "1103",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3203",
            "name": "PARENTHESIZED HANGUL RIEUL",
            "compatibilityMappings": [
                [
                    "0028",
                    "1105",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3204",
            "name": "PARENTHESIZED HANGUL MIEUM",
            "compatibilityMappings": [
                [
                    "0028",
                    "1106",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3205",
            "name": "PARENTHESIZED HANGUL PIEUP",
            "compatibilityMappings": [
                [
                    "0028",
                    "1107",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3206",
            "name": "PARENTHESIZED HANGUL SIOS",
            "compatibilityMappings": [
                [
                    "0028",
                    "1109",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3207",
            "name": "PARENTHESIZED HANGUL IEUNG",
            "compatibilityMappings": [
                [
                    "0028",
                    "110B",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3208",
            "name": "PARENTHESIZED HANGUL CIEUC",
            "compatibilityMappings": [
                [
                    "0028",
                    "110C",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3209",
            "name": "PARENTHESIZED HANGUL CHIEUCH",
            "compatibilityMappings": [
                [
                    "0028",
                    "110E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320A",
            "name": "PARENTHESIZED HANGUL KHIEUKH",
            "compatibilityMappings": [
                [
                    "0028",
                    "110F",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320B",
            "name": "PARENTHESIZED HANGUL THIEUTH",
            "compatibilityMappings": [
                [
                    "0028",
                    "1110",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320C",
            "name": "PARENTHESIZED HANGUL PHIEUPH",
            "compatibilityMappings": [
                [
                    "0028",
                    "1111",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320D",
            "name": "PARENTHESIZED HANGUL HIEUH",
            "compatibilityMappings": [
                [
                    "0028",
                    "1112",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320E",
            "name": "PARENTHESIZED HANGUL KIYEOK A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1100",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "320F",
            "name": "PARENTHESIZED HANGUL NIEUN A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1102",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3210",
            "name": "PARENTHESIZED HANGUL TIKEUT A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1103",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3211",
            "name": "PARENTHESIZED HANGUL RIEUL A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1105",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3212",
            "name": "PARENTHESIZED HANGUL MIEUM A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1106",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3213",
            "name": "PARENTHESIZED HANGUL PIEUP A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1107",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3214",
            "name": "PARENTHESIZED HANGUL SIOS A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1109",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3215",
            "name": "PARENTHESIZED HANGUL IEUNG A",
            "compatibilityMappings": [
                [
                    "0028",
                    "110B",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3216",
            "name": "PARENTHESIZED HANGUL CIEUC A",
            "compatibilityMappings": [
                [
                    "0028",
                    "110C",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3217",
            "name": "PARENTHESIZED HANGUL CHIEUCH A",
            "compatibilityMappings": [
                [
                    "0028",
                    "110E",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3218",
            "name": "PARENTHESIZED HANGUL KHIEUKH A",
            "compatibilityMappings": [
                [
                    "0028",
                    "110F",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3219",
            "name": "PARENTHESIZED HANGUL THIEUTH A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1110",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "321A",
            "name": "PARENTHESIZED HANGUL PHIEUPH A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1111",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "321B",
            "name": "PARENTHESIZED HANGUL HIEUH A",
            "compatibilityMappings": [
                [
                    "0028",
                    "1112",
                    "1161",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "321C",
            "name": "PARENTHESIZED HANGUL CIEUC U",
            "compatibilityMappings": [
                [
                    "0028",
                    "110C",
                    "116E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "321D",
            "name": "PARENTHESIZED KOREAN CHARACTER OJEON",
            "compatibilityMappings": [
                [
                    "0028",
                    "110B",
                    "1169",
                    "110C",
                    "1165",
                    "11AB",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "321E",
            "name": "PARENTHESIZED KOREAN CHARACTER O HU",
            "comments": [
                "preferred spelling for the name is ohu"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "110B",
                    "1169",
                    "1112",
                    "116E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3220",
            "name": "PARENTHESIZED IDEOGRAPH ONE",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E00",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3221",
            "name": "PARENTHESIZED IDEOGRAPH TWO",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E8C",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3222",
            "name": "PARENTHESIZED IDEOGRAPH THREE",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E09",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3223",
            "name": "PARENTHESIZED IDEOGRAPH FOUR",
            "compatibilityMappings": [
                [
                    "0028",
                    "56DB",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3224",
            "name": "PARENTHESIZED IDEOGRAPH FIVE",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E94",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3225",
            "name": "PARENTHESIZED IDEOGRAPH SIX",
            "compatibilityMappings": [
                [
                    "0028",
                    "516D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3226",
            "name": "PARENTHESIZED IDEOGRAPH SEVEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E03",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3227",
            "name": "PARENTHESIZED IDEOGRAPH EIGHT",
            "compatibilityMappings": [
                [
                    "0028",
                    "516B",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3228",
            "name": "PARENTHESIZED IDEOGRAPH NINE",
            "compatibilityMappings": [
                [
                    "0028",
                    "4E5D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3229",
            "name": "PARENTHESIZED IDEOGRAPH TEN",
            "compatibilityMappings": [
                [
                    "0028",
                    "5341",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322A",
            "name": "PARENTHESIZED IDEOGRAPH MOON",
            "comments": [
                "Monday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "6708",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322B",
            "name": "PARENTHESIZED IDEOGRAPH FIRE",
            "comments": [
                "Tuesday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "706B",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322C",
            "name": "PARENTHESIZED IDEOGRAPH WATER",
            "comments": [
                "Wednesday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "6C34",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322D",
            "name": "PARENTHESIZED IDEOGRAPH WOOD",
            "comments": [
                "Thursday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "6728",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322E",
            "name": "PARENTHESIZED IDEOGRAPH METAL",
            "comments": [
                "Friday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "91D1",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "322F",
            "name": "PARENTHESIZED IDEOGRAPH EARTH",
            "comments": [
                "Saturday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "571F",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3230",
            "name": "PARENTHESIZED IDEOGRAPH SUN",
            "comments": [
                "Sunday"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "65E5",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3231",
            "name": "PARENTHESIZED IDEOGRAPH STOCK",
            "comments": [
                "incorporated"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "682A",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3232",
            "name": "PARENTHESIZED IDEOGRAPH HAVE",
            "comments": [
                "limited"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "6709",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3233",
            "name": "PARENTHESIZED IDEOGRAPH SOCIETY",
            "comments": [
                "company"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "793E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3234",
            "name": "PARENTHESIZED IDEOGRAPH NAME",
            "compatibilityMappings": [
                [
                    "0028",
                    "540D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3235",
            "name": "PARENTHESIZED IDEOGRAPH SPECIAL",
            "compatibilityMappings": [
                [
                    "0028",
                    "7279",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3236",
            "name": "PARENTHESIZED IDEOGRAPH FINANCIAL",
            "compatibilityMappings": [
                [
                    "0028",
                    "8CA1",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3237",
            "name": "PARENTHESIZED IDEOGRAPH CONGRATULATION",
            "compatibilityMappings": [
                [
                    "0028",
                    "795D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3238",
            "name": "PARENTHESIZED IDEOGRAPH LABOR",
            "compatibilityMappings": [
                [
                    "0028",
                    "52B4",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3239",
            "name": "PARENTHESIZED IDEOGRAPH REPRESENT",
            "compatibilityMappings": [
                [
                    "0028",
                    "4EE3",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323A",
            "name": "PARENTHESIZED IDEOGRAPH CALL",
            "compatibilityMappings": [
                [
                    "0028",
                    "547C",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323B",
            "name": "PARENTHESIZED IDEOGRAPH STUDY",
            "compatibilityMappings": [
                [
                    "0028",
                    "5B66",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323C",
            "name": "PARENTHESIZED IDEOGRAPH SUPERVISE",
            "compatibilityMappings": [
                [
                    "0028",
                    "76E3",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323D",
            "name": "PARENTHESIZED IDEOGRAPH ENTERPRISE",
            "compatibilityMappings": [
                [
                    "0028",
                    "4F01",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323E",
            "name": "PARENTHESIZED IDEOGRAPH RESOURCE",
            "compatibilityMappings": [
                [
                    "0028",
                    "8CC7",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "323F",
            "name": "PARENTHESIZED IDEOGRAPH ALLIANCE",
            "compatibilityMappings": [
                [
                    "0028",
                    "5354",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3240",
            "name": "PARENTHESIZED IDEOGRAPH FESTIVAL",
            "compatibilityMappings": [
                [
                    "0028",
                    "796D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3241",
            "name": "PARENTHESIZED IDEOGRAPH REST",
            "compatibilityMappings": [
                [
                    "0028",
                    "4F11",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3242",
            "name": "PARENTHESIZED IDEOGRAPH SELF",
            "comments": [
                "from"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "81EA",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3243",
            "name": "PARENTHESIZED IDEOGRAPH REACH",
            "comments": [
                "to"
            ],
            "compatibilityMappings": [
                [
                    "0028",
                    "81F3",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "3244",
            "name": "CIRCLED IDEOGRAPH QUESTION",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "554F"
                ]
            ]
        },
        {
            "codepoint": "3245",
            "name": "CIRCLED IDEOGRAPH KINDERGARTEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5E7C"
                ]
            ]
        },
        {
            "codepoint": "3246",
            "name": "CIRCLED IDEOGRAPH SCHOOL",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6587"
                ]
            ]
        },
        {
            "codepoint": "3247",
            "name": "CIRCLED IDEOGRAPH KOTO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "7B8F"
                ]
            ]
        },
        {
            "codepoint": "3248",
            "name": "CIRCLED NUMBER TEN ON BLACK SQUARE",
            "aliases": [
                "speed limit 10 km/h"
            ]
        },
        {
            "codepoint": "3249",
            "name": "CIRCLED NUMBER TWENTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 20 km/h"
            ]
        },
        {
            "codepoint": "324A",
            "name": "CIRCLED NUMBER THIRTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 30 km/h"
            ]
        },
        {
            "codepoint": "324B",
            "name": "CIRCLED NUMBER FORTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 40 km/h"
            ]
        },
        {
            "codepoint": "324C",
            "name": "CIRCLED NUMBER FIFTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 50 km/h"
            ]
        },
        {
            "codepoint": "324D",
            "name": "CIRCLED NUMBER SIXTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 60 km/h"
            ]
        },
        {
            "codepoint": "324E",
            "name": "CIRCLED NUMBER SEVENTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 70 km/h"
            ]
        },
        {
            "codepoint": "324F",
            "name": "CIRCLED NUMBER EIGHTY ON BLACK SQUARE",
            "aliases": [
                "speed limit 80 km/h"
            ]
        },
        {
            "codepoint": "3250",
            "name": "PARTNERSHIP SIGN",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0054",
                    "0045"
                ]
            ]
        },
        {
            "codepoint": "3251",
            "name": "CIRCLED NUMBER TWENTY ONE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "3252",
            "name": "CIRCLED NUMBER TWENTY TWO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "3253",
            "name": "CIRCLED NUMBER TWENTY THREE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "3254",
            "name": "CIRCLED NUMBER TWENTY FOUR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "3255",
            "name": "CIRCLED NUMBER TWENTY FIVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "3256",
            "name": "CIRCLED NUMBER TWENTY SIX",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "3257",
            "name": "CIRCLED NUMBER TWENTY SEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "3258",
            "name": "CIRCLED NUMBER TWENTY EIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "3259",
            "name": "CIRCLED NUMBER TWENTY NINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0032",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "325A",
            "name": "CIRCLED NUMBER THIRTY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "325B",
            "name": "CIRCLED NUMBER THIRTY ONE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "325C",
            "name": "CIRCLED NUMBER THIRTY TWO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "325D",
            "name": "CIRCLED NUMBER THIRTY THREE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "325E",
            "name": "CIRCLED NUMBER THIRTY FOUR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "325F",
            "name": "CIRCLED NUMBER THIRTY FIVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "3260",
            "name": "CIRCLED HANGUL KIYEOK",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1100"
                ]
            ]
        },
        {
            "codepoint": "3261",
            "name": "CIRCLED HANGUL NIEUN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1102"
                ]
            ]
        },
        {
            "codepoint": "3262",
            "name": "CIRCLED HANGUL TIKEUT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1103"
                ]
            ]
        },
        {
            "codepoint": "3263",
            "name": "CIRCLED HANGUL RIEUL",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1105"
                ]
            ]
        },
        {
            "codepoint": "3264",
            "name": "CIRCLED HANGUL MIEUM",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1106"
                ]
            ]
        },
        {
            "codepoint": "3265",
            "name": "CIRCLED HANGUL PIEUP",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1107"
                ]
            ]
        },
        {
            "codepoint": "3266",
            "name": "CIRCLED HANGUL SIOS",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1109"
                ]
            ]
        },
        {
            "codepoint": "3267",
            "name": "CIRCLED HANGUL IEUNG",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110B"
                ]
            ]
        },
        {
            "codepoint": "3268",
            "name": "CIRCLED HANGUL CIEUC",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110C"
                ]
            ]
        },
        {
            "codepoint": "3269",
            "name": "CIRCLED HANGUL CHIEUCH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110E"
                ]
            ]
        },
        {
            "codepoint": "326A",
            "name": "CIRCLED HANGUL KHIEUKH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110F"
                ]
            ]
        },
        {
            "codepoint": "326B",
            "name": "CIRCLED HANGUL THIEUTH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1110"
                ]
            ]
        },
        {
            "codepoint": "326C",
            "name": "CIRCLED HANGUL PHIEUPH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1111"
                ]
            ]
        },
        {
            "codepoint": "326D",
            "name": "CIRCLED HANGUL HIEUH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1112"
                ]
            ]
        },
        {
            "codepoint": "326E",
            "name": "CIRCLED HANGUL KIYEOK A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1100",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "326F",
            "name": "CIRCLED HANGUL NIEUN A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1102",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3270",
            "name": "CIRCLED HANGUL TIKEUT A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1103",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3271",
            "name": "CIRCLED HANGUL RIEUL A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1105",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3272",
            "name": "CIRCLED HANGUL MIEUM A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1106",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3273",
            "name": "CIRCLED HANGUL PIEUP A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1107",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3274",
            "name": "CIRCLED HANGUL SIOS A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1109",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3275",
            "name": "CIRCLED HANGUL IEUNG A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110B",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3276",
            "name": "CIRCLED HANGUL CIEUC A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110C",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3277",
            "name": "CIRCLED HANGUL CHIEUCH A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110E",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3278",
            "name": "CIRCLED HANGUL KHIEUKH A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110F",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "3279",
            "name": "CIRCLED HANGUL THIEUTH A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1110",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "327A",
            "name": "CIRCLED HANGUL PHIEUPH A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1111",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "327B",
            "name": "CIRCLED HANGUL HIEUH A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "1112",
                    "1161"
                ]
            ]
        },
        {
            "codepoint": "327C",
            "name": "CIRCLED KOREAN CHARACTER CHAMKO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110E",
                    "1161",
                    "11B7",
                    "1100",
                    "1169"
                ]
            ]
        },
        {
            "codepoint": "327D",
            "name": "CIRCLED KOREAN CHARACTER JUEUI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110C",
                    "116E",
                    "110B",
                    "1174"
                ]
            ]
        },
        {
            "codepoint": "327E",
            "name": "CIRCLED HANGUL IEUNG U",
            "comments": [
                "postal code mark"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "110B",
                    "116E"
                ]
            ]
        },
        {
            "codepoint": "327F",
            "name": "KOREAN STANDARD SYMBOL"
        },
        {
            "codepoint": "3280",
            "name": "CIRCLED IDEOGRAPH ONE",
            "aliases": [
                "maru-iti, symbol of unification"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E00"
                ]
            ]
        },
        {
            "codepoint": "3281",
            "name": "CIRCLED IDEOGRAPH TWO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E8C"
                ]
            ]
        },
        {
            "codepoint": "3282",
            "name": "CIRCLED IDEOGRAPH THREE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E09"
                ]
            ]
        },
        {
            "codepoint": "3283",
            "name": "CIRCLED IDEOGRAPH FOUR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "56DB"
                ]
            ]
        },
        {
            "codepoint": "3284",
            "name": "CIRCLED IDEOGRAPH FIVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E94"
                ]
            ]
        },
        {
            "codepoint": "3285",
            "name": "CIRCLED IDEOGRAPH SIX",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "516D"
                ]
            ]
        },
        {
            "codepoint": "3286",
            "name": "CIRCLED IDEOGRAPH SEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E03"
                ]
            ]
        },
        {
            "codepoint": "3287",
            "name": "CIRCLED IDEOGRAPH EIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "516B"
                ]
            ]
        },
        {
            "codepoint": "3288",
            "name": "CIRCLED IDEOGRAPH NINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E5D"
                ]
            ]
        },
        {
            "codepoint": "3289",
            "name": "CIRCLED IDEOGRAPH TEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5341"
                ]
            ]
        },
        {
            "codepoint": "328A",
            "name": "CIRCLED IDEOGRAPH MOON",
            "comments": [
                "Monday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "328B",
            "name": "CIRCLED IDEOGRAPH FIRE",
            "comments": [
                "Tuesday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "706B"
                ]
            ]
        },
        {
            "codepoint": "328C",
            "name": "CIRCLED IDEOGRAPH WATER",
            "comments": [
                "Wednesday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6C34"
                ]
            ]
        },
        {
            "codepoint": "328D",
            "name": "CIRCLED IDEOGRAPH WOOD",
            "comments": [
                "Thursday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6728"
                ]
            ]
        },
        {
            "codepoint": "328E",
            "name": "CIRCLED IDEOGRAPH METAL",
            "comments": [
                "Friday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "91D1"
                ]
            ]
        },
        {
            "codepoint": "328F",
            "name": "CIRCLED IDEOGRAPH EARTH",
            "comments": [
                "Saturday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "571F"
                ]
            ]
        },
        {
            "codepoint": "3290",
            "name": "CIRCLED IDEOGRAPH SUN",
            "comments": [
                "Sunday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "3291",
            "name": "CIRCLED IDEOGRAPH STOCK",
            "comments": [
                "incorporated"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "682A"
                ]
            ]
        },
        {
            "codepoint": "3292",
            "name": "CIRCLED IDEOGRAPH HAVE",
            "comments": [
                "limited"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6709"
                ]
            ]
        },
        {
            "codepoint": "3293",
            "name": "CIRCLED IDEOGRAPH SOCIETY",
            "comments": [
                "company"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "793E"
                ]
            ]
        },
        {
            "codepoint": "3294",
            "name": "CIRCLED IDEOGRAPH NAME",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "540D"
                ]
            ]
        },
        {
            "codepoint": "3295",
            "name": "CIRCLED IDEOGRAPH SPECIAL",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "7279"
                ]
            ]
        },
        {
            "codepoint": "3296",
            "name": "CIRCLED IDEOGRAPH FINANCIAL",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "8CA1"
                ]
            ]
        },
        {
            "codepoint": "3297",
            "name": "CIRCLED IDEOGRAPH CONGRATULATION",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "795D"
                ]
            ]
        },
        {
            "codepoint": "3298",
            "name": "CIRCLED IDEOGRAPH LABOR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "52B4"
                ]
            ]
        },
        {
            "codepoint": "3299",
            "name": "CIRCLED IDEOGRAPH SECRET",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "79D8"
                ]
            ]
        },
        {
            "codepoint": "329A",
            "name": "CIRCLED IDEOGRAPH MALE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "7537"
                ]
            ]
        },
        {
            "codepoint": "329B",
            "name": "CIRCLED IDEOGRAPH FEMALE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5973"
                ]
            ]
        },
        {
            "codepoint": "329C",
            "name": "CIRCLED IDEOGRAPH SUITABLE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "9069"
                ]
            ]
        },
        {
            "codepoint": "329D",
            "name": "CIRCLED IDEOGRAPH EXCELLENT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "512A"
                ]
            ]
        },
        {
            "codepoint": "329E",
            "name": "CIRCLED IDEOGRAPH PRINT",
            "comments": [
                "name seal"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5370"
                ]
            ]
        },
        {
            "codepoint": "329F",
            "name": "CIRCLED IDEOGRAPH ATTENTION",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6CE8"
                ]
            ]
        },
        {
            "codepoint": "32A0",
            "name": "CIRCLED IDEOGRAPH ITEM",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "9805"
                ]
            ]
        },
        {
            "codepoint": "32A1",
            "name": "CIRCLED IDEOGRAPH REST",
            "comments": [
                "holiday"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4F11"
                ]
            ]
        },
        {
            "codepoint": "32A2",
            "name": "CIRCLED IDEOGRAPH COPY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5199"
                ]
            ]
        },
        {
            "codepoint": "32A3",
            "name": "CIRCLED IDEOGRAPH CORRECT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "6B63"
                ]
            ]
        },
        {
            "codepoint": "32A4",
            "name": "CIRCLED IDEOGRAPH HIGH",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E0A"
                ]
            ]
        },
        {
            "codepoint": "32A5",
            "name": "CIRCLED IDEOGRAPH CENTRE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E2D"
                ]
            ]
        },
        {
            "codepoint": "32A6",
            "name": "CIRCLED IDEOGRAPH LOW",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4E0B"
                ]
            ]
        },
        {
            "codepoint": "32A7",
            "name": "CIRCLED IDEOGRAPH LEFT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5DE6"
                ]
            ]
        },
        {
            "codepoint": "32A8",
            "name": "CIRCLED IDEOGRAPH RIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "53F3"
                ]
            ]
        },
        {
            "codepoint": "32A9",
            "name": "CIRCLED IDEOGRAPH MEDICINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "533B"
                ]
            ]
        },
        {
            "codepoint": "32AA",
            "name": "CIRCLED IDEOGRAPH RELIGION",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5B97"
                ]
            ]
        },
        {
            "codepoint": "32AB",
            "name": "CIRCLED IDEOGRAPH STUDY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5B66"
                ]
            ]
        },
        {
            "codepoint": "32AC",
            "name": "CIRCLED IDEOGRAPH SUPERVISE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "76E3"
                ]
            ]
        },
        {
            "codepoint": "32AD",
            "name": "CIRCLED IDEOGRAPH ENTERPRISE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "4F01"
                ]
            ]
        },
        {
            "codepoint": "32AE",
            "name": "CIRCLED IDEOGRAPH RESOURCE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "8CC7"
                ]
            ]
        },
        {
            "codepoint": "32AF",
            "name": "CIRCLED IDEOGRAPH ALLIANCE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5354"
                ]
            ]
        },
        {
            "codepoint": "32B0",
            "name": "CIRCLED IDEOGRAPH NIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "591C"
                ]
            ]
        },
        {
            "codepoint": "32B1",
            "name": "CIRCLED NUMBER THIRTY SIX",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "32B2",
            "name": "CIRCLED NUMBER THIRTY SEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "32B3",
            "name": "CIRCLED NUMBER THIRTY EIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "32B4",
            "name": "CIRCLED NUMBER THIRTY NINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0033",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "32B5",
            "name": "CIRCLED NUMBER FORTY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "32B6",
            "name": "CIRCLED NUMBER FORTY ONE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "32B7",
            "name": "CIRCLED NUMBER FORTY TWO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "32B8",
            "name": "CIRCLED NUMBER FORTY THREE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "32B9",
            "name": "CIRCLED NUMBER FORTY FOUR",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "32BA",
            "name": "CIRCLED NUMBER FORTY FIVE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "32BB",
            "name": "CIRCLED NUMBER FORTY SIX",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "32BC",
            "name": "CIRCLED NUMBER FORTY SEVEN",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "32BD",
            "name": "CIRCLED NUMBER FORTY EIGHT",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "32BE",
            "name": "CIRCLED NUMBER FORTY NINE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0034",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "32BF",
            "name": "CIRCLED NUMBER FIFTY",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0035",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "32C0",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JANUARY",
            "compatibilityMappings": [
                [
                    "0031",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C1",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR FEBRUARY",
            "compatibilityMappings": [
                [
                    "0032",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C2",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MARCH",
            "compatibilityMappings": [
                [
                    "0033",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C3",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR APRIL",
            "compatibilityMappings": [
                [
                    "0034",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C4",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR MAY",
            "compatibilityMappings": [
                [
                    "0035",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C5",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JUNE",
            "compatibilityMappings": [
                [
                    "0036",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C6",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR JULY",
            "compatibilityMappings": [
                [
                    "0037",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C7",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR AUGUST",
            "compatibilityMappings": [
                [
                    "0038",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C8",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR SEPTEMBER",
            "compatibilityMappings": [
                [
                    "0039",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32C9",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR OCTOBER",
            "compatibilityMappings": [
                [
                    "0031",
                    "0030",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32CA",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR NOVEMBER",
            "compatibilityMappings": [
                [
                    "0031",
                    "0031",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32CB",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DECEMBER",
            "compatibilityMappings": [
                [
                    "0031",
                    "0032",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "32CC",
            "name": "SQUARE HG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0048",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "32CD",
            "name": "SQUARE ERG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0065",
                    "0072",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "32CE",
            "name": "SQUARE EV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0065",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "32CF",
            "name": "LIMITED LIABILITY SIGN",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004C",
                    "0054",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "32D0",
            "name": "CIRCLED KATAKANA A",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30A2"
                ]
            ]
        },
        {
            "codepoint": "32D1",
            "name": "CIRCLED KATAKANA I",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30A4"
                ]
            ]
        },
        {
            "codepoint": "32D2",
            "name": "CIRCLED KATAKANA U",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30A6"
                ]
            ]
        },
        {
            "codepoint": "32D3",
            "name": "CIRCLED KATAKANA E",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30A8"
                ]
            ]
        },
        {
            "codepoint": "32D4",
            "name": "CIRCLED KATAKANA O",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30AA"
                ]
            ]
        },
        {
            "codepoint": "32D5",
            "name": "CIRCLED KATAKANA KA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30AB"
                ]
            ]
        },
        {
            "codepoint": "32D6",
            "name": "CIRCLED KATAKANA KI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30AD"
                ]
            ]
        },
        {
            "codepoint": "32D7",
            "name": "CIRCLED KATAKANA KU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30AF"
                ]
            ]
        },
        {
            "codepoint": "32D8",
            "name": "CIRCLED KATAKANA KE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30B1"
                ]
            ]
        },
        {
            "codepoint": "32D9",
            "name": "CIRCLED KATAKANA KO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30B3"
                ]
            ]
        },
        {
            "codepoint": "32DA",
            "name": "CIRCLED KATAKANA SA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30B5"
                ]
            ]
        },
        {
            "codepoint": "32DB",
            "name": "CIRCLED KATAKANA SI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30B7"
                ]
            ]
        },
        {
            "codepoint": "32DC",
            "name": "CIRCLED KATAKANA SU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "32DD",
            "name": "CIRCLED KATAKANA SE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30BB"
                ]
            ]
        },
        {
            "codepoint": "32DE",
            "name": "CIRCLED KATAKANA SO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30BD"
                ]
            ]
        },
        {
            "codepoint": "32DF",
            "name": "CIRCLED KATAKANA TA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30BF"
                ]
            ]
        },
        {
            "codepoint": "32E0",
            "name": "CIRCLED KATAKANA TI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30C1"
                ]
            ]
        },
        {
            "codepoint": "32E1",
            "name": "CIRCLED KATAKANA TU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30C4"
                ]
            ]
        },
        {
            "codepoint": "32E2",
            "name": "CIRCLED KATAKANA TE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30C6"
                ]
            ]
        },
        {
            "codepoint": "32E3",
            "name": "CIRCLED KATAKANA TO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "32E4",
            "name": "CIRCLED KATAKANA NA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CA"
                ]
            ]
        },
        {
            "codepoint": "32E5",
            "name": "CIRCLED KATAKANA NI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CB"
                ]
            ]
        },
        {
            "codepoint": "32E6",
            "name": "CIRCLED KATAKANA NU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CC"
                ]
            ]
        },
        {
            "codepoint": "32E7",
            "name": "CIRCLED KATAKANA NE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CD"
                ]
            ]
        },
        {
            "codepoint": "32E8",
            "name": "CIRCLED KATAKANA NO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CE"
                ]
            ]
        },
        {
            "codepoint": "32E9",
            "name": "CIRCLED KATAKANA HA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30CF"
                ]
            ]
        },
        {
            "codepoint": "32EA",
            "name": "CIRCLED KATAKANA HI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30D2"
                ]
            ]
        },
        {
            "codepoint": "32EB",
            "name": "CIRCLED KATAKANA HU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30D5"
                ]
            ]
        },
        {
            "codepoint": "32EC",
            "name": "CIRCLED KATAKANA HE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30D8"
                ]
            ]
        },
        {
            "codepoint": "32ED",
            "name": "CIRCLED KATAKANA HO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30DB"
                ]
            ]
        },
        {
            "codepoint": "32EE",
            "name": "CIRCLED KATAKANA MA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30DE"
                ]
            ]
        },
        {
            "codepoint": "32EF",
            "name": "CIRCLED KATAKANA MI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30DF"
                ]
            ]
        },
        {
            "codepoint": "32F0",
            "name": "CIRCLED KATAKANA MU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "32F1",
            "name": "CIRCLED KATAKANA ME",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E1"
                ]
            ]
        },
        {
            "codepoint": "32F2",
            "name": "CIRCLED KATAKANA MO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E2"
                ]
            ]
        },
        {
            "codepoint": "32F3",
            "name": "CIRCLED KATAKANA YA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E4"
                ]
            ]
        },
        {
            "codepoint": "32F4",
            "name": "CIRCLED KATAKANA YU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E6"
                ]
            ]
        },
        {
            "codepoint": "32F5",
            "name": "CIRCLED KATAKANA YO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E8"
                ]
            ]
        },
        {
            "codepoint": "32F6",
            "name": "CIRCLED KATAKANA RA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30E9"
                ]
            ]
        },
        {
            "codepoint": "32F7",
            "name": "CIRCLED KATAKANA RI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30EA"
                ]
            ]
        },
        {
            "codepoint": "32F8",
            "name": "CIRCLED KATAKANA RU",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "32F9",
            "name": "CIRCLED KATAKANA RE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30EC"
                ]
            ]
        },
        {
            "codepoint": "32FA",
            "name": "CIRCLED KATAKANA RO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30ED"
                ]
            ]
        },
        {
            "codepoint": "32FB",
            "name": "CIRCLED KATAKANA WA",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30EF"
                ]
            ]
        },
        {
            "codepoint": "32FC",
            "name": "CIRCLED KATAKANA WI",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30F0"
                ]
            ]
        },
        {
            "codepoint": "32FD",
            "name": "CIRCLED KATAKANA WE",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30F1"
                ]
            ]
        },
        {
            "codepoint": "32FE",
            "name": "CIRCLED KATAKANA WO",
            "compatibilityMappings": [
                [
                    "<circle>",
                    "30F2"
                ]
            ]
        },
        {
            "codepoint": "32FF",
            "name": "SQUARE ERA NAME REIWA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "4EE4",
                    "548C"
                ]
            ]
        },
        {
            "codepoint": "3300",
            "name": "SQUARE APAATO",
            "comments": [
                "apartment"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A2",
                    "30D1",
                    "30FC",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3301",
            "name": "SQUARE ARUHUA",
            "comments": [
                "alpha"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A2",
                    "30EB",
                    "30D5",
                    "30A1"
                ]
            ]
        },
        {
            "codepoint": "3302",
            "name": "SQUARE ANPEA",
            "comments": [
                "ampere"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A2",
                    "30F3",
                    "30DA",
                    "30A2"
                ]
            ]
        },
        {
            "codepoint": "3303",
            "name": "SQUARE AARU",
            "comments": [
                "are (unit of area)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A2",
                    "30FC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3304",
            "name": "SQUARE ININGU",
            "comments": [
                "inning"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A4",
                    "30CB",
                    "30F3",
                    "30B0"
                ]
            ]
        },
        {
            "codepoint": "3305",
            "name": "SQUARE INTI",
            "comments": [
                "inch"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A4",
                    "30F3",
                    "30C1"
                ]
            ]
        },
        {
            "codepoint": "3306",
            "name": "SQUARE UON",
            "comments": [
                "won (Korean currency)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A6",
                    "30A9",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3307",
            "name": "SQUARE ESUKUUDO",
            "comments": [
                "escudo (Portuguese currency)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A8",
                    "30B9",
                    "30AF",
                    "30FC",
                    "30C9"
                ]
            ]
        },
        {
            "codepoint": "3308",
            "name": "SQUARE EEKAA",
            "comments": [
                "acre"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30A8",
                    "30FC",
                    "30AB",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "3309",
            "name": "SQUARE ONSU",
            "comments": [
                "ounce"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AA",
                    "30F3",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "330A",
            "name": "SQUARE OOMU",
            "comments": [
                "ohm"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AA",
                    "30FC",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "330B",
            "name": "SQUARE KAIRI",
            "comments": [
                "kai-ri: nautical mile"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AB",
                    "30A4",
                    "30EA"
                ]
            ]
        },
        {
            "codepoint": "330C",
            "name": "SQUARE KARATTO",
            "comments": [
                "carat"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AB",
                    "30E9",
                    "30C3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "330D",
            "name": "SQUARE KARORII",
            "comments": [
                "calorie"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AB",
                    "30ED",
                    "30EA",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "330E",
            "name": "SQUARE GARON",
            "comments": [
                "gallon"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AC",
                    "30ED",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "330F",
            "name": "SQUARE GANMA",
            "comments": [
                "gamma"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AC",
                    "30F3",
                    "30DE"
                ]
            ]
        },
        {
            "codepoint": "3310",
            "name": "SQUARE GIGA",
            "comments": [
                "giga-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AE",
                    "30AC"
                ]
            ]
        },
        {
            "codepoint": "3311",
            "name": "SQUARE GINII",
            "comments": [
                "guinea"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AE",
                    "30CB",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "3312",
            "name": "SQUARE KYURII",
            "comments": [
                "curie"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AD",
                    "30E5",
                    "30EA",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "3313",
            "name": "SQUARE GIRUDAA",
            "comments": [
                "guilder"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AE",
                    "30EB",
                    "30C0",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "3314",
            "name": "SQUARE KIRO",
            "comments": [
                "kilo-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AD",
                    "30ED"
                ]
            ]
        },
        {
            "codepoint": "3315",
            "name": "SQUARE KIROGURAMU",
            "comments": [
                "kilogram"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AD",
                    "30ED",
                    "30B0",
                    "30E9",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "3316",
            "name": "SQUARE KIROMEETORU",
            "comments": [
                "kilometer"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AD",
                    "30ED",
                    "30E1",
                    "30FC",
                    "30C8",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3317",
            "name": "SQUARE KIROWATTO",
            "comments": [
                "kilowatt"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AD",
                    "30ED",
                    "30EF",
                    "30C3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3318",
            "name": "SQUARE GURAMU",
            "comments": [
                "gram"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B0",
                    "30E9",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "3319",
            "name": "SQUARE GURAMUTON",
            "comments": [
                "gram ton"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B0",
                    "30E9",
                    "30E0",
                    "30C8",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "331A",
            "name": "SQUARE KURUZEIRO",
            "comments": [
                "cruzeiro (Brazilian currency)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AF",
                    "30EB",
                    "30BC",
                    "30A4",
                    "30ED"
                ]
            ]
        },
        {
            "codepoint": "331B",
            "name": "SQUARE KUROONE",
            "comments": [
                "krone"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30AF",
                    "30ED",
                    "30FC",
                    "30CD"
                ]
            ]
        },
        {
            "codepoint": "331C",
            "name": "SQUARE KEESU",
            "comments": [
                "case"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B1",
                    "30FC",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "331D",
            "name": "SQUARE KORUNA",
            "comments": [
                "koruna (Czech currency)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B3",
                    "30EB",
                    "30CA"
                ]
            ]
        },
        {
            "codepoint": "331E",
            "name": "SQUARE KOOPO",
            "comments": [
                "co-op"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B3",
                    "30FC",
                    "30DD"
                ]
            ]
        },
        {
            "codepoint": "331F",
            "name": "SQUARE SAIKURU",
            "comments": [
                "cycle"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B5",
                    "30A4",
                    "30AF",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3320",
            "name": "SQUARE SANTIIMU",
            "comments": [
                "centime"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B5",
                    "30F3",
                    "30C1",
                    "30FC",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "3321",
            "name": "SQUARE SIRINGU",
            "comments": [
                "shilling"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B7",
                    "30EA",
                    "30F3",
                    "30B0"
                ]
            ]
        },
        {
            "codepoint": "3322",
            "name": "SQUARE SENTI",
            "comments": [
                "centi-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30BB",
                    "30F3",
                    "30C1"
                ]
            ]
        },
        {
            "codepoint": "3323",
            "name": "SQUARE SENTO",
            "comments": [
                "cent"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30BB",
                    "30F3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3324",
            "name": "SQUARE DAASU",
            "comments": [
                "dozen"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30C0",
                    "30FC",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "3325",
            "name": "SQUARE DESI",
            "comments": [
                "deci-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30C7",
                    "30B7"
                ]
            ]
        },
        {
            "codepoint": "3326",
            "name": "SQUARE DORU",
            "comments": [
                "dollar"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30C9",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3327",
            "name": "SQUARE TON",
            "comments": [
                "ton"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30C8",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3328",
            "name": "SQUARE NANO",
            "comments": [
                "nano-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30CA",
                    "30CE"
                ]
            ]
        },
        {
            "codepoint": "3329",
            "name": "SQUARE NOTTO",
            "comments": [
                "knot, nautical mile"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30CE",
                    "30C3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "332A",
            "name": "SQUARE HAITU",
            "comments": [
                "heights"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30CF",
                    "30A4",
                    "30C4"
                ]
            ]
        },
        {
            "codepoint": "332B",
            "name": "SQUARE PAASENTO",
            "comments": [
                "percent"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D1",
                    "30FC",
                    "30BB",
                    "30F3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "332C",
            "name": "SQUARE PAATU",
            "comments": [
                "a mistaken, unused representation originally intended for the Thai baht currency sign"
            ],
            "crossReferences": [
                "(thai currency symbol baht - 0E3F)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D1",
                    "30FC",
                    "30C4"
                ]
            ]
        },
        {
            "codepoint": "332D",
            "name": "SQUARE BAARERU",
            "comments": [
                "barrel"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D0",
                    "30FC",
                    "30EC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "332E",
            "name": "SQUARE PIASUTORU",
            "comments": [
                "piaster"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D4",
                    "30A2",
                    "30B9",
                    "30C8",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "332F",
            "name": "SQUARE PIKURU",
            "comments": [
                "picul (unit of weight)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D4",
                    "30AF",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3330",
            "name": "SQUARE PIKO",
            "comments": [
                "pico-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D4",
                    "30B3"
                ]
            ]
        },
        {
            "codepoint": "3331",
            "name": "SQUARE BIRU",
            "comments": [
                "building"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D3",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3332",
            "name": "SQUARE HUARADDO",
            "comments": [
                "farad"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D5",
                    "30A1",
                    "30E9",
                    "30C3",
                    "30C9"
                ]
            ]
        },
        {
            "codepoint": "3333",
            "name": "SQUARE HUIITO",
            "comments": [
                "feet"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D5",
                    "30A3",
                    "30FC",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3334",
            "name": "SQUARE BUSSYERU",
            "comments": [
                "bushel"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D6",
                    "30C3",
                    "30B7",
                    "30A7",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3335",
            "name": "SQUARE HURAN",
            "comments": [
                "franc"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D5",
                    "30E9",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3336",
            "name": "SQUARE HEKUTAARU",
            "comments": [
                "hectare"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D8",
                    "30AF",
                    "30BF",
                    "30FC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3337",
            "name": "SQUARE PESO",
            "comments": [
                "peso"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DA",
                    "30BD"
                ]
            ]
        },
        {
            "codepoint": "3338",
            "name": "SQUARE PENIHI",
            "comments": [
                "pfennig"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DA",
                    "30CB",
                    "30D2"
                ]
            ]
        },
        {
            "codepoint": "3339",
            "name": "SQUARE HERUTU",
            "comments": [
                "hertz"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D8",
                    "30EB",
                    "30C4"
                ]
            ]
        },
        {
            "codepoint": "333A",
            "name": "SQUARE PENSU",
            "comments": [
                "pence"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DA",
                    "30F3",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "333B",
            "name": "SQUARE PEEZI",
            "comments": [
                "page"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DA",
                    "30FC",
                    "30B8"
                ]
            ]
        },
        {
            "codepoint": "333C",
            "name": "SQUARE BEETA",
            "comments": [
                "beta"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30D9",
                    "30FC",
                    "30BF"
                ]
            ]
        },
        {
            "codepoint": "333D",
            "name": "SQUARE POINTO",
            "comments": [
                "point"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DD",
                    "30A4",
                    "30F3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "333E",
            "name": "SQUARE BORUTO",
            "comments": [
                "volt, bolt"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DC",
                    "30EB",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "333F",
            "name": "SQUARE HON",
            "comments": [
                "hon: volume"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DB",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3340",
            "name": "SQUARE PONDO",
            "comments": [
                "pound"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DD",
                    "30F3",
                    "30C9"
                ]
            ]
        },
        {
            "codepoint": "3341",
            "name": "SQUARE HOORU",
            "comments": [
                "hall"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DB",
                    "30FC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3342",
            "name": "SQUARE HOON",
            "comments": [
                "horn"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DB",
                    "30FC",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3343",
            "name": "SQUARE MAIKURO",
            "comments": [
                "micro-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DE",
                    "30A4",
                    "30AF",
                    "30ED"
                ]
            ]
        },
        {
            "codepoint": "3344",
            "name": "SQUARE MAIRU",
            "comments": [
                "mile"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DE",
                    "30A4",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3345",
            "name": "SQUARE MAHHA",
            "comments": [
                "mach"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DE",
                    "30C3",
                    "30CF"
                ]
            ]
        },
        {
            "codepoint": "3346",
            "name": "SQUARE MARUKU",
            "comments": [
                "mark"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DE",
                    "30EB",
                    "30AF"
                ]
            ]
        },
        {
            "codepoint": "3347",
            "name": "SQUARE MANSYON",
            "comments": [
                "mansion (i.e. better quality apartment)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DE",
                    "30F3",
                    "30B7",
                    "30E7",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3348",
            "name": "SQUARE MIKURON",
            "comments": [
                "micron"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DF",
                    "30AF",
                    "30ED",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3349",
            "name": "SQUARE MIRI",
            "comments": [
                "milli-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DF",
                    "30EA"
                ]
            ]
        },
        {
            "codepoint": "334A",
            "name": "SQUARE MIRIBAARU",
            "comments": [
                "millibar"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30DF",
                    "30EA",
                    "30D0",
                    "30FC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "334B",
            "name": "SQUARE MEGA",
            "comments": [
                "mega-"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E1",
                    "30AC"
                ]
            ]
        },
        {
            "codepoint": "334C",
            "name": "SQUARE MEGATON",
            "comments": [
                "megaton"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E1",
                    "30AC",
                    "30C8",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "334D",
            "name": "SQUARE MEETORU",
            "comments": [
                "meter"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E1",
                    "30FC",
                    "30C8",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "334E",
            "name": "SQUARE YAADO",
            "comments": [
                "yard"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E4",
                    "30FC",
                    "30C9"
                ]
            ]
        },
        {
            "codepoint": "334F",
            "name": "SQUARE YAARU",
            "comments": [
                "yard"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E4",
                    "30FC",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3350",
            "name": "SQUARE YUAN",
            "comments": [
                "yuan (Chinese currency)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30E6",
                    "30A2",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3351",
            "name": "SQUARE RITTORU",
            "comments": [
                "liter"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EA",
                    "30C3",
                    "30C8",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3352",
            "name": "SQUARE RIRA",
            "comments": [
                "lira"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EA",
                    "30E9"
                ]
            ]
        },
        {
            "codepoint": "3353",
            "name": "SQUARE RUPII",
            "comments": [
                "rupee"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EB",
                    "30D4",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "3354",
            "name": "SQUARE RUUBURU",
            "comments": [
                "ruble"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EB",
                    "30FC",
                    "30D6",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "3355",
            "name": "SQUARE REMU",
            "comments": [
                "rem (unit of radiation)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EC",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "3356",
            "name": "SQUARE RENTOGEN",
            "comments": [
                "roentgen"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EC",
                    "30F3",
                    "30C8",
                    "30B2",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "3357",
            "name": "SQUARE WATTO",
            "comments": [
                "watt"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30EF",
                    "30C3",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "3358",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ZERO",
            "compatibilityMappings": [
                [
                    "0030",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3359",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ONE",
            "compatibilityMappings": [
                [
                    "0031",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335A",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWO",
            "compatibilityMappings": [
                [
                    "0032",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335B",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THREE",
            "compatibilityMappings": [
                [
                    "0033",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335C",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOUR",
            "compatibilityMappings": [
                [
                    "0034",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335D",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIVE",
            "compatibilityMappings": [
                [
                    "0035",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335E",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIX",
            "compatibilityMappings": [
                [
                    "0036",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "335F",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVEN",
            "compatibilityMappings": [
                [
                    "0037",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3360",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHT",
            "compatibilityMappings": [
                [
                    "0038",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3361",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINE",
            "compatibilityMappings": [
                [
                    "0039",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3362",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0030",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3363",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR ELEVEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0031",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3364",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWELVE",
            "compatibilityMappings": [
                [
                    "0031",
                    "0032",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3365",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR THIRTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0033",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3366",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FOURTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0034",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3367",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR FIFTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0035",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3368",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SIXTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0036",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3369",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR SEVENTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0037",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336A",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR EIGHTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0038",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336B",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR NINETEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0039",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336C",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY",
            "compatibilityMappings": [
                [
                    "0032",
                    "0030",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336D",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-ONE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0031",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336E",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-TWO",
            "compatibilityMappings": [
                [
                    "0032",
                    "0032",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "336F",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-THREE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0033",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3370",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR HOUR TWENTY-FOUR",
            "compatibilityMappings": [
                [
                    "0032",
                    "0034",
                    "70B9"
                ]
            ]
        },
        {
            "codepoint": "3371",
            "name": "SQUARE HPA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0068",
                    "0050",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "3372",
            "name": "SQUARE DA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "3373",
            "name": "SQUARE AU",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0041",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "3374",
            "name": "SQUARE BAR",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0062",
                    "0061",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "3375",
            "name": "SQUARE OV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006F",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "3376",
            "name": "SQUARE PC",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "3377",
            "name": "SQUARE DM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "3378",
            "name": "SQUARE DM SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "006D",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "3379",
            "name": "SQUARE DM CUBED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "006D",
                    "00B3"
                ]
            ]
        },
        {
            "codepoint": "337A",
            "name": "SQUARE IU",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0049",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "337B",
            "name": "SQUARE ERA NAME HEISEI",
            "compatibilityMappings": [
                [
                    "<square>",
                    "5E73",
                    "6210"
                ]
            ]
        },
        {
            "codepoint": "337C",
            "name": "SQUARE ERA NAME SYOUWA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "662D",
                    "548C"
                ]
            ]
        },
        {
            "codepoint": "337D",
            "name": "SQUARE ERA NAME TAISYOU",
            "compatibilityMappings": [
                [
                    "<square>",
                    "5927",
                    "6B63"
                ]
            ]
        },
        {
            "codepoint": "337E",
            "name": "SQUARE ERA NAME MEIZI",
            "compatibilityMappings": [
                [
                    "<square>",
                    "660E",
                    "6CBB"
                ]
            ]
        },
        {
            "codepoint": "337F",
            "name": "SQUARE CORPORATION",
            "aliases": [
                "kabusiki-gaisya"
            ],
            "comments": [
                "incorporated"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "682A",
                    "5F0F",
                    "4F1A",
                    "793E"
                ]
            ]
        },
        {
            "codepoint": "3380",
            "name": "SQUARE PA AMPS",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "3381",
            "name": "SQUARE NA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "3382",
            "name": "SQUARE MU A",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "3383",
            "name": "SQUARE MA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "3384",
            "name": "SQUARE KA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "3385",
            "name": "SQUARE KB",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004B",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "3386",
            "name": "SQUARE MB",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "3387",
            "name": "SQUARE GB",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0047",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "3388",
            "name": "SQUARE CAL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "0061",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "3389",
            "name": "SQUARE KCAL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0063",
                    "0061",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "338A",
            "name": "SQUARE PF",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "338B",
            "name": "SQUARE NF",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "338C",
            "name": "SQUARE MU F",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "338D",
            "name": "SQUARE MU G",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "338E",
            "name": "SQUARE MG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "338F",
            "name": "SQUARE KG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "3390",
            "name": "SQUARE HZ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0048",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "3391",
            "name": "SQUARE KHZ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0048",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "3392",
            "name": "SQUARE MHZ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0048",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "3393",
            "name": "SQUARE GHZ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0047",
                    "0048",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "3394",
            "name": "SQUARE THZ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0054",
                    "0048",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "3395",
            "name": "SQUARE MU L",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "2113"
                ]
            ]
        },
        {
            "codepoint": "3396",
            "name": "SQUARE ML",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "2113"
                ]
            ]
        },
        {
            "codepoint": "3397",
            "name": "SQUARE DL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "2113"
                ]
            ]
        },
        {
            "codepoint": "3398",
            "name": "SQUARE KL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "2113"
                ]
            ]
        },
        {
            "codepoint": "3399",
            "name": "SQUARE FM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0066",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339A",
            "name": "SQUARE NM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339B",
            "name": "SQUARE MU M",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339C",
            "name": "SQUARE MM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339D",
            "name": "SQUARE CM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339E",
            "name": "SQUARE KM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "339F",
            "name": "SQUARE MM SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "006D",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33A0",
            "name": "SQUARE CM SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "006D",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33A1",
            "name": "SQUARE M SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33A2",
            "name": "SQUARE KM SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "006D",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33A3",
            "name": "SQUARE MM CUBED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "006D",
                    "00B3"
                ]
            ]
        },
        {
            "codepoint": "33A4",
            "name": "SQUARE CM CUBED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "006D",
                    "00B3"
                ]
            ]
        },
        {
            "codepoint": "33A5",
            "name": "SQUARE M CUBED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "00B3"
                ]
            ]
        },
        {
            "codepoint": "33A6",
            "name": "SQUARE KM CUBED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "006D",
                    "00B3"
                ]
            ]
        },
        {
            "codepoint": "33A7",
            "name": "SQUARE M OVER S",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "2215",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33A8",
            "name": "SQUARE M OVER S SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "2215",
                    "0073",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33A9",
            "name": "SQUARE PA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "33AA",
            "name": "SQUARE KPA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0050",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "33AB",
            "name": "SQUARE MPA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0050",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "33AC",
            "name": "SQUARE GPA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0047",
                    "0050",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "33AD",
            "name": "SQUARE RAD",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0072",
                    "0061",
                    "0064"
                ]
            ]
        },
        {
            "codepoint": "33AE",
            "name": "SQUARE RAD OVER S",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0072",
                    "0061",
                    "0064",
                    "2215",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33AF",
            "name": "SQUARE RAD OVER S SQUARED",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0072",
                    "0061",
                    "0064",
                    "2215",
                    "0073",
                    "00B2"
                ]
            ]
        },
        {
            "codepoint": "33B0",
            "name": "SQUARE PS",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33B1",
            "name": "SQUARE NS",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33B2",
            "name": "SQUARE MU S",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33B3",
            "name": "SQUARE MS",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "33B4",
            "name": "SQUARE PV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33B5",
            "name": "SQUARE NV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33B6",
            "name": "SQUARE MU V",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33B7",
            "name": "SQUARE MV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33B8",
            "name": "SQUARE KV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33B9",
            "name": "SQUARE MV MEGA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "33BA",
            "name": "SQUARE PW",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33BB",
            "name": "SQUARE NW",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006E",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33BC",
            "name": "SQUARE MU W",
            "compatibilityMappings": [
                [
                    "<square>",
                    "03BC",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33BD",
            "name": "SQUARE MW",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33BE",
            "name": "SQUARE KW",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33BF",
            "name": "SQUARE MW MEGA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "33C0",
            "name": "SQUARE K OHM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "03A9"
                ]
            ]
        },
        {
            "codepoint": "33C1",
            "name": "SQUARE M OHM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "03A9"
                ]
            ]
        },
        {
            "codepoint": "33C2",
            "name": "SQUARE AM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0061",
                    "002E",
                    "006D",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "33C3",
            "name": "SQUARE BQ",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0042",
                    "0071"
                ]
            ]
        },
        {
            "codepoint": "33C4",
            "name": "SQUARE CC",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "33C5",
            "name": "SQUARE CD",
            "crossReferences": [
                "(circled cd - 1F12D)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0063",
                    "0064"
                ]
            ]
        },
        {
            "codepoint": "33C6",
            "name": "SQUARE C OVER KG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0043",
                    "2215",
                    "006B",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "33C7",
            "name": "SQUARE CO",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0043",
                    "006F",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "33C8",
            "name": "SQUARE DB",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0064",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "33C9",
            "name": "SQUARE GY",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0047",
                    "0079"
                ]
            ]
        },
        {
            "codepoint": "33CA",
            "name": "SQUARE HA",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0068",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "33CB",
            "name": "SQUARE HP",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0048",
                    "0050"
                ]
            ]
        },
        {
            "codepoint": "33CC",
            "name": "SQUARE IN",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0069",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "33CD",
            "name": "SQUARE KK",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004B",
                    "004B"
                ]
            ]
        },
        {
            "codepoint": "33CE",
            "name": "SQUARE KM CAPITAL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004B",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "33CF",
            "name": "SQUARE KT",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006B",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "33D0",
            "name": "SQUARE LM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006C",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "33D1",
            "name": "SQUARE LN",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006C",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "33D2",
            "name": "SQUARE LOG",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006C",
                    "006F",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "33D3",
            "name": "SQUARE LX",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006C",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "33D4",
            "name": "SQUARE MB SMALL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0062"
                ]
            ]
        },
        {
            "codepoint": "33D5",
            "name": "SQUARE MIL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "0069",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "33D6",
            "name": "SQUARE MOL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "006D",
                    "006F",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "33D7",
            "name": "SQUARE PH",
            "comments": [
                "casing inconsistency in the compatibility decomposition is a known anomaly dating from glyph presentations in very early versions of the standard"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0048"
                ]
            ]
        },
        {
            "codepoint": "33D8",
            "name": "SQUARE PM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0070",
                    "002E",
                    "006D",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "33D9",
            "name": "SQUARE PPM",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0050",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "33DA",
            "name": "SQUARE PR",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "33DB",
            "name": "SQUARE SR",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0073",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "33DC",
            "name": "SQUARE SV",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0053",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "33DD",
            "name": "SQUARE WB",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0057",
                    "0062"
                ]
            ]
        },
        {
            "codepoint": "33DE",
            "name": "SQUARE V OVER M",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0056",
                    "2215",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "33DF",
            "name": "SQUARE A OVER M",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0041",
                    "2215",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "33E0",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ONE",
            "compatibilityMappings": [
                [
                    "0031",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E1",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWO",
            "compatibilityMappings": [
                [
                    "0032",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E2",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THREE",
            "compatibilityMappings": [
                [
                    "0033",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E3",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOUR",
            "compatibilityMappings": [
                [
                    "0034",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E4",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIVE",
            "compatibilityMappings": [
                [
                    "0035",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E5",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIX",
            "compatibilityMappings": [
                [
                    "0036",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E6",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVEN",
            "compatibilityMappings": [
                [
                    "0037",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E7",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHT",
            "compatibilityMappings": [
                [
                    "0038",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E8",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINE",
            "compatibilityMappings": [
                [
                    "0039",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33E9",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0030",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33EA",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY ELEVEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0031",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33EB",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWELVE",
            "compatibilityMappings": [
                [
                    "0031",
                    "0032",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33EC",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0033",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33ED",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FOURTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0034",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33EE",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY FIFTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0035",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33EF",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SIXTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0036",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F0",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY SEVENTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0037",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F1",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY EIGHTEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0038",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F2",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY NINETEEN",
            "compatibilityMappings": [
                [
                    "0031",
                    "0039",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F3",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY",
            "compatibilityMappings": [
                [
                    "0032",
                    "0030",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F4",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-ONE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0031",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F5",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-TWO",
            "compatibilityMappings": [
                [
                    "0032",
                    "0032",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F6",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-THREE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0033",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F7",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FOUR",
            "compatibilityMappings": [
                [
                    "0032",
                    "0034",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F8",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-FIVE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0035",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33F9",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SIX",
            "compatibilityMappings": [
                [
                    "0032",
                    "0036",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FA",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-SEVEN",
            "compatibilityMappings": [
                [
                    "0032",
                    "0037",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FB",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-EIGHT",
            "compatibilityMappings": [
                [
                    "0032",
                    "0038",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FC",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE",
            "compatibilityMappings": [
                [
                    "0032",
                    "0039",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FD",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY",
            "compatibilityMappings": [
                [
                    "0033",
                    "0030",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FE",
            "name": "IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE",
            "compatibilityMappings": [
                [
                    "0033",
                    "0031",
                    "65E5"
                ]
            ]
        },
        {
            "codepoint": "33FF",
            "name": "SQUARE GAL",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0067",
                    "0061",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "4DC0",
            "name": "HEXAGRAM FOR THE CREATIVE HEAVEN"
        },
        {
            "codepoint": "4DC1",
            "name": "HEXAGRAM FOR THE RECEPTIVE EARTH"
        },
        {
            "codepoint": "4DC2",
            "name": "HEXAGRAM FOR DIFFICULTY AT THE BEGINNING"
        },
        {
            "codepoint": "4DC3",
            "name": "HEXAGRAM FOR YOUTHFUL FOLLY"
        },
        {
            "codepoint": "4DC4",
            "name": "HEXAGRAM FOR WAITING"
        },
        {
            "codepoint": "4DC5",
            "name": "HEXAGRAM FOR CONFLICT"
        },
        {
            "codepoint": "4DC6",
            "name": "HEXAGRAM FOR THE ARMY"
        },
        {
            "codepoint": "4DC7",
            "name": "HEXAGRAM FOR HOLDING TOGETHER"
        },
        {
            "codepoint": "4DC8",
            "name": "HEXAGRAM FOR SMALL TAMING"
        },
        {
            "codepoint": "4DC9",
            "name": "HEXAGRAM FOR TREADING"
        },
        {
            "codepoint": "4DCA",
            "name": "HEXAGRAM FOR PEACE"
        },
        {
            "codepoint": "4DCB",
            "name": "HEXAGRAM FOR STANDSTILL"
        },
        {
            "codepoint": "4DCC",
            "name": "HEXAGRAM FOR FELLOWSHIP"
        },
        {
            "codepoint": "4DCD",
            "name": "HEXAGRAM FOR GREAT POSSESSION"
        },
        {
            "codepoint": "4DCE",
            "name": "HEXAGRAM FOR MODESTY"
        },
        {
            "codepoint": "4DCF",
            "name": "HEXAGRAM FOR ENTHUSIASM"
        },
        {
            "codepoint": "4DD0",
            "name": "HEXAGRAM FOR FOLLOWING"
        },
        {
            "codepoint": "4DD1",
            "name": "HEXAGRAM FOR WORK ON THE DECAYED"
        },
        {
            "codepoint": "4DD2",
            "name": "HEXAGRAM FOR APPROACH"
        },
        {
            "codepoint": "4DD3",
            "name": "HEXAGRAM FOR CONTEMPLATION"
        },
        {
            "codepoint": "4DD4",
            "name": "HEXAGRAM FOR BITING THROUGH"
        },
        {
            "codepoint": "4DD5",
            "name": "HEXAGRAM FOR GRACE"
        },
        {
            "codepoint": "4DD6",
            "name": "HEXAGRAM FOR SPLITTING APART"
        },
        {
            "codepoint": "4DD7",
            "name": "HEXAGRAM FOR RETURN"
        },
        {
            "codepoint": "4DD8",
            "name": "HEXAGRAM FOR INNOCENCE"
        },
        {
            "codepoint": "4DD9",
            "name": "HEXAGRAM FOR GREAT TAMING"
        },
        {
            "codepoint": "4DDA",
            "name": "HEXAGRAM FOR MOUTH CORNERS"
        },
        {
            "codepoint": "4DDB",
            "name": "HEXAGRAM FOR GREAT PREPONDERANCE"
        },
        {
            "codepoint": "4DDC",
            "name": "HEXAGRAM FOR THE ABYSMAL WATER"
        },
        {
            "codepoint": "4DDD",
            "name": "HEXAGRAM FOR THE CLINGING FIRE"
        },
        {
            "codepoint": "4DDE",
            "name": "HEXAGRAM FOR INFLUENCE"
        },
        {
            "codepoint": "4DDF",
            "name": "HEXAGRAM FOR DURATION"
        },
        {
            "codepoint": "4DE0",
            "name": "HEXAGRAM FOR RETREAT"
        },
        {
            "codepoint": "4DE1",
            "name": "HEXAGRAM FOR GREAT POWER"
        },
        {
            "codepoint": "4DE2",
            "name": "HEXAGRAM FOR PROGRESS"
        },
        {
            "codepoint": "4DE3",
            "name": "HEXAGRAM FOR DARKENING OF THE LIGHT"
        },
        {
            "codepoint": "4DE4",
            "name": "HEXAGRAM FOR THE FAMILY"
        },
        {
            "codepoint": "4DE5",
            "name": "HEXAGRAM FOR OPPOSITION"
        },
        {
            "codepoint": "4DE6",
            "name": "HEXAGRAM FOR OBSTRUCTION"
        },
        {
            "codepoint": "4DE7",
            "name": "HEXAGRAM FOR DELIVERANCE"
        },
        {
            "codepoint": "4DE8",
            "name": "HEXAGRAM FOR DECREASE"
        },
        {
            "codepoint": "4DE9",
            "name": "HEXAGRAM FOR INCREASE"
        },
        {
            "codepoint": "4DEA",
            "name": "HEXAGRAM FOR BREAKTHROUGH"
        },
        {
            "codepoint": "4DEB",
            "name": "HEXAGRAM FOR COMING TO MEET"
        },
        {
            "codepoint": "4DEC",
            "name": "HEXAGRAM FOR GATHERING TOGETHER"
        },
        {
            "codepoint": "4DED",
            "name": "HEXAGRAM FOR PUSHING UPWARD"
        },
        {
            "codepoint": "4DEE",
            "name": "HEXAGRAM FOR OPPRESSION"
        },
        {
            "codepoint": "4DEF",
            "name": "HEXAGRAM FOR THE WELL"
        },
        {
            "codepoint": "4DF0",
            "name": "HEXAGRAM FOR REVOLUTION"
        },
        {
            "codepoint": "4DF1",
            "name": "HEXAGRAM FOR THE CAULDRON"
        },
        {
            "codepoint": "4DF2",
            "name": "HEXAGRAM FOR THE AROUSING THUNDER"
        },
        {
            "codepoint": "4DF3",
            "name": "HEXAGRAM FOR THE KEEPING STILL MOUNTAIN"
        },
        {
            "codepoint": "4DF4",
            "name": "HEXAGRAM FOR DEVELOPMENT"
        },
        {
            "codepoint": "4DF5",
            "name": "HEXAGRAM FOR THE MARRYING MAIDEN"
        },
        {
            "codepoint": "4DF6",
            "name": "HEXAGRAM FOR ABUNDANCE"
        },
        {
            "codepoint": "4DF7",
            "name": "HEXAGRAM FOR THE WANDERER"
        },
        {
            "codepoint": "4DF8",
            "name": "HEXAGRAM FOR THE GENTLE WIND"
        },
        {
            "codepoint": "4DF9",
            "name": "HEXAGRAM FOR THE JOYOUS LAKE"
        },
        {
            "codepoint": "4DFA",
            "name": "HEXAGRAM FOR DISPERSION"
        },
        {
            "codepoint": "4DFB",
            "name": "HEXAGRAM FOR LIMITATION"
        },
        {
            "codepoint": "4DFC",
            "name": "HEXAGRAM FOR INNER TRUTH"
        },
        {
            "codepoint": "4DFD",
            "name": "HEXAGRAM FOR SMALL PREPONDERANCE"
        },
        {
            "codepoint": "4DFE",
            "name": "HEXAGRAM FOR AFTER COMPLETION"
        },
        {
            "codepoint": "4DFF",
            "name": "HEXAGRAM FOR BEFORE COMPLETION"
        },
        {
            "codepoint": "A000",
            "name": "YI SYLLABLE IT"
        },
        {
            "codepoint": "A001",
            "name": "YI SYLLABLE IX"
        },
        {
            "codepoint": "A002",
            "name": "YI SYLLABLE I"
        },
        {
            "codepoint": "A003",
            "name": "YI SYLLABLE IP"
        },
        {
            "codepoint": "A004",
            "name": "YI SYLLABLE IET"
        },
        {
            "codepoint": "A005",
            "name": "YI SYLLABLE IEX"
        },
        {
            "codepoint": "A006",
            "name": "YI SYLLABLE IE"
        },
        {
            "codepoint": "A007",
            "name": "YI SYLLABLE IEP"
        },
        {
            "codepoint": "A008",
            "name": "YI SYLLABLE AT"
        },
        {
            "codepoint": "A009",
            "name": "YI SYLLABLE AX"
        },
        {
            "codepoint": "A00A",
            "name": "YI SYLLABLE A"
        },
        {
            "codepoint": "A00B",
            "name": "YI SYLLABLE AP"
        },
        {
            "codepoint": "A00C",
            "name": "YI SYLLABLE UOX"
        },
        {
            "codepoint": "A00D",
            "name": "YI SYLLABLE UO"
        },
        {
            "codepoint": "A00E",
            "name": "YI SYLLABLE UOP"
        },
        {
            "codepoint": "A00F",
            "name": "YI SYLLABLE OT"
        },
        {
            "codepoint": "A010",
            "name": "YI SYLLABLE OX"
        },
        {
            "codepoint": "A011",
            "name": "YI SYLLABLE O"
        },
        {
            "codepoint": "A012",
            "name": "YI SYLLABLE OP"
        },
        {
            "codepoint": "A013",
            "name": "YI SYLLABLE EX"
        },
        {
            "codepoint": "A014",
            "name": "YI SYLLABLE E"
        },
        {
            "codepoint": "A015",
            "name": "YI SYLLABLE WU",
            "other": [
                "YI SYLLABLE ITERATION MARK"
            ],
            "comments": [
                "name is a misnomer"
            ]
        },
        {
            "codepoint": "A016",
            "name": "YI SYLLABLE BIT"
        },
        {
            "codepoint": "A017",
            "name": "YI SYLLABLE BIX"
        },
        {
            "codepoint": "A018",
            "name": "YI SYLLABLE BI"
        },
        {
            "codepoint": "A019",
            "name": "YI SYLLABLE BIP"
        },
        {
            "codepoint": "A01A",
            "name": "YI SYLLABLE BIET"
        },
        {
            "codepoint": "A01B",
            "name": "YI SYLLABLE BIEX"
        },
        {
            "codepoint": "A01C",
            "name": "YI SYLLABLE BIE"
        },
        {
            "codepoint": "A01D",
            "name": "YI SYLLABLE BIEP"
        },
        {
            "codepoint": "A01E",
            "name": "YI SYLLABLE BAT"
        },
        {
            "codepoint": "A01F",
            "name": "YI SYLLABLE BAX"
        },
        {
            "codepoint": "A020",
            "name": "YI SYLLABLE BA"
        },
        {
            "codepoint": "A021",
            "name": "YI SYLLABLE BAP"
        },
        {
            "codepoint": "A022",
            "name": "YI SYLLABLE BUOX"
        },
        {
            "codepoint": "A023",
            "name": "YI SYLLABLE BUO"
        },
        {
            "codepoint": "A024",
            "name": "YI SYLLABLE BUOP"
        },
        {
            "codepoint": "A025",
            "name": "YI SYLLABLE BOT"
        },
        {
            "codepoint": "A026",
            "name": "YI SYLLABLE BOX"
        },
        {
            "codepoint": "A027",
            "name": "YI SYLLABLE BO"
        },
        {
            "codepoint": "A028",
            "name": "YI SYLLABLE BOP"
        },
        {
            "codepoint": "A029",
            "name": "YI SYLLABLE BEX"
        },
        {
            "codepoint": "A02A",
            "name": "YI SYLLABLE BE"
        },
        {
            "codepoint": "A02B",
            "name": "YI SYLLABLE BEP"
        },
        {
            "codepoint": "A02C",
            "name": "YI SYLLABLE BUT"
        },
        {
            "codepoint": "A02D",
            "name": "YI SYLLABLE BUX"
        },
        {
            "codepoint": "A02E",
            "name": "YI SYLLABLE BU"
        },
        {
            "codepoint": "A02F",
            "name": "YI SYLLABLE BUP"
        },
        {
            "codepoint": "A030",
            "name": "YI SYLLABLE BURX"
        },
        {
            "codepoint": "A031",
            "name": "YI SYLLABLE BUR"
        },
        {
            "codepoint": "A032",
            "name": "YI SYLLABLE BYT"
        },
        {
            "codepoint": "A033",
            "name": "YI SYLLABLE BYX"
        },
        {
            "codepoint": "A034",
            "name": "YI SYLLABLE BY"
        },
        {
            "codepoint": "A035",
            "name": "YI SYLLABLE BYP"
        },
        {
            "codepoint": "A036",
            "name": "YI SYLLABLE BYRX"
        },
        {
            "codepoint": "A037",
            "name": "YI SYLLABLE BYR"
        },
        {
            "codepoint": "A038",
            "name": "YI SYLLABLE PIT"
        },
        {
            "codepoint": "A039",
            "name": "YI SYLLABLE PIX"
        },
        {
            "codepoint": "A03A",
            "name": "YI SYLLABLE PI"
        },
        {
            "codepoint": "A03B",
            "name": "YI SYLLABLE PIP"
        },
        {
            "codepoint": "A03C",
            "name": "YI SYLLABLE PIEX"
        },
        {
            "codepoint": "A03D",
            "name": "YI SYLLABLE PIE"
        },
        {
            "codepoint": "A03E",
            "name": "YI SYLLABLE PIEP"
        },
        {
            "codepoint": "A03F",
            "name": "YI SYLLABLE PAT"
        },
        {
            "codepoint": "A040",
            "name": "YI SYLLABLE PAX"
        },
        {
            "codepoint": "A041",
            "name": "YI SYLLABLE PA"
        },
        {
            "codepoint": "A042",
            "name": "YI SYLLABLE PAP"
        },
        {
            "codepoint": "A043",
            "name": "YI SYLLABLE PUOX"
        },
        {
            "codepoint": "A044",
            "name": "YI SYLLABLE PUO"
        },
        {
            "codepoint": "A045",
            "name": "YI SYLLABLE PUOP"
        },
        {
            "codepoint": "A046",
            "name": "YI SYLLABLE POT"
        },
        {
            "codepoint": "A047",
            "name": "YI SYLLABLE POX"
        },
        {
            "codepoint": "A048",
            "name": "YI SYLLABLE PO"
        },
        {
            "codepoint": "A049",
            "name": "YI SYLLABLE POP"
        },
        {
            "codepoint": "A04A",
            "name": "YI SYLLABLE PUT"
        },
        {
            "codepoint": "A04B",
            "name": "YI SYLLABLE PUX"
        },
        {
            "codepoint": "A04C",
            "name": "YI SYLLABLE PU"
        },
        {
            "codepoint": "A04D",
            "name": "YI SYLLABLE PUP"
        },
        {
            "codepoint": "A04E",
            "name": "YI SYLLABLE PURX"
        },
        {
            "codepoint": "A04F",
            "name": "YI SYLLABLE PUR"
        },
        {
            "codepoint": "A050",
            "name": "YI SYLLABLE PYT"
        },
        {
            "codepoint": "A051",
            "name": "YI SYLLABLE PYX"
        },
        {
            "codepoint": "A052",
            "name": "YI SYLLABLE PY"
        },
        {
            "codepoint": "A053",
            "name": "YI SYLLABLE PYP"
        },
        {
            "codepoint": "A054",
            "name": "YI SYLLABLE PYRX"
        },
        {
            "codepoint": "A055",
            "name": "YI SYLLABLE PYR"
        },
        {
            "codepoint": "A056",
            "name": "YI SYLLABLE BBIT"
        },
        {
            "codepoint": "A057",
            "name": "YI SYLLABLE BBIX"
        },
        {
            "codepoint": "A058",
            "name": "YI SYLLABLE BBI"
        },
        {
            "codepoint": "A059",
            "name": "YI SYLLABLE BBIP"
        },
        {
            "codepoint": "A05A",
            "name": "YI SYLLABLE BBIET"
        },
        {
            "codepoint": "A05B",
            "name": "YI SYLLABLE BBIEX"
        },
        {
            "codepoint": "A05C",
            "name": "YI SYLLABLE BBIE"
        },
        {
            "codepoint": "A05D",
            "name": "YI SYLLABLE BBIEP"
        },
        {
            "codepoint": "A05E",
            "name": "YI SYLLABLE BBAT"
        },
        {
            "codepoint": "A05F",
            "name": "YI SYLLABLE BBAX"
        },
        {
            "codepoint": "A060",
            "name": "YI SYLLABLE BBA"
        },
        {
            "codepoint": "A061",
            "name": "YI SYLLABLE BBAP"
        },
        {
            "codepoint": "A062",
            "name": "YI SYLLABLE BBUOX"
        },
        {
            "codepoint": "A063",
            "name": "YI SYLLABLE BBUO"
        },
        {
            "codepoint": "A064",
            "name": "YI SYLLABLE BBUOP"
        },
        {
            "codepoint": "A065",
            "name": "YI SYLLABLE BBOT"
        },
        {
            "codepoint": "A066",
            "name": "YI SYLLABLE BBOX"
        },
        {
            "codepoint": "A067",
            "name": "YI SYLLABLE BBO"
        },
        {
            "codepoint": "A068",
            "name": "YI SYLLABLE BBOP"
        },
        {
            "codepoint": "A069",
            "name": "YI SYLLABLE BBEX"
        },
        {
            "codepoint": "A06A",
            "name": "YI SYLLABLE BBE"
        },
        {
            "codepoint": "A06B",
            "name": "YI SYLLABLE BBEP"
        },
        {
            "codepoint": "A06C",
            "name": "YI SYLLABLE BBUT"
        },
        {
            "codepoint": "A06D",
            "name": "YI SYLLABLE BBUX"
        },
        {
            "codepoint": "A06E",
            "name": "YI SYLLABLE BBU"
        },
        {
            "codepoint": "A06F",
            "name": "YI SYLLABLE BBUP"
        },
        {
            "codepoint": "A070",
            "name": "YI SYLLABLE BBURX"
        },
        {
            "codepoint": "A071",
            "name": "YI SYLLABLE BBUR"
        },
        {
            "codepoint": "A072",
            "name": "YI SYLLABLE BBYT"
        },
        {
            "codepoint": "A073",
            "name": "YI SYLLABLE BBYX"
        },
        {
            "codepoint": "A074",
            "name": "YI SYLLABLE BBY"
        },
        {
            "codepoint": "A075",
            "name": "YI SYLLABLE BBYP"
        },
        {
            "codepoint": "A076",
            "name": "YI SYLLABLE NBIT"
        },
        {
            "codepoint": "A077",
            "name": "YI SYLLABLE NBIX"
        },
        {
            "codepoint": "A078",
            "name": "YI SYLLABLE NBI"
        },
        {
            "codepoint": "A079",
            "name": "YI SYLLABLE NBIP"
        },
        {
            "codepoint": "A07A",
            "name": "YI SYLLABLE NBIEX"
        },
        {
            "codepoint": "A07B",
            "name": "YI SYLLABLE NBIE"
        },
        {
            "codepoint": "A07C",
            "name": "YI SYLLABLE NBIEP"
        },
        {
            "codepoint": "A07D",
            "name": "YI SYLLABLE NBAT"
        },
        {
            "codepoint": "A07E",
            "name": "YI SYLLABLE NBAX"
        },
        {
            "codepoint": "A07F",
            "name": "YI SYLLABLE NBA"
        },
        {
            "codepoint": "A080",
            "name": "YI SYLLABLE NBAP"
        },
        {
            "codepoint": "A081",
            "name": "YI SYLLABLE NBOT"
        },
        {
            "codepoint": "A082",
            "name": "YI SYLLABLE NBOX"
        },
        {
            "codepoint": "A083",
            "name": "YI SYLLABLE NBO"
        },
        {
            "codepoint": "A084",
            "name": "YI SYLLABLE NBOP"
        },
        {
            "codepoint": "A085",
            "name": "YI SYLLABLE NBUT"
        },
        {
            "codepoint": "A086",
            "name": "YI SYLLABLE NBUX"
        },
        {
            "codepoint": "A087",
            "name": "YI SYLLABLE NBU"
        },
        {
            "codepoint": "A088",
            "name": "YI SYLLABLE NBUP"
        },
        {
            "codepoint": "A089",
            "name": "YI SYLLABLE NBURX"
        },
        {
            "codepoint": "A08A",
            "name": "YI SYLLABLE NBUR"
        },
        {
            "codepoint": "A08B",
            "name": "YI SYLLABLE NBYT"
        },
        {
            "codepoint": "A08C",
            "name": "YI SYLLABLE NBYX"
        },
        {
            "codepoint": "A08D",
            "name": "YI SYLLABLE NBY"
        },
        {
            "codepoint": "A08E",
            "name": "YI SYLLABLE NBYP"
        },
        {
            "codepoint": "A08F",
            "name": "YI SYLLABLE NBYRX"
        },
        {
            "codepoint": "A090",
            "name": "YI SYLLABLE NBYR"
        },
        {
            "codepoint": "A091",
            "name": "YI SYLLABLE HMIT"
        },
        {
            "codepoint": "A092",
            "name": "YI SYLLABLE HMIX"
        },
        {
            "codepoint": "A093",
            "name": "YI SYLLABLE HMI"
        },
        {
            "codepoint": "A094",
            "name": "YI SYLLABLE HMIP"
        },
        {
            "codepoint": "A095",
            "name": "YI SYLLABLE HMIEX"
        },
        {
            "codepoint": "A096",
            "name": "YI SYLLABLE HMIE"
        },
        {
            "codepoint": "A097",
            "name": "YI SYLLABLE HMIEP"
        },
        {
            "codepoint": "A098",
            "name": "YI SYLLABLE HMAT"
        },
        {
            "codepoint": "A099",
            "name": "YI SYLLABLE HMAX"
        },
        {
            "codepoint": "A09A",
            "name": "YI SYLLABLE HMA"
        },
        {
            "codepoint": "A09B",
            "name": "YI SYLLABLE HMAP"
        },
        {
            "codepoint": "A09C",
            "name": "YI SYLLABLE HMUOX"
        },
        {
            "codepoint": "A09D",
            "name": "YI SYLLABLE HMUO"
        },
        {
            "codepoint": "A09E",
            "name": "YI SYLLABLE HMUOP"
        },
        {
            "codepoint": "A09F",
            "name": "YI SYLLABLE HMOT"
        },
        {
            "codepoint": "A0A0",
            "name": "YI SYLLABLE HMOX"
        },
        {
            "codepoint": "A0A1",
            "name": "YI SYLLABLE HMO"
        },
        {
            "codepoint": "A0A2",
            "name": "YI SYLLABLE HMOP"
        },
        {
            "codepoint": "A0A3",
            "name": "YI SYLLABLE HMUT"
        },
        {
            "codepoint": "A0A4",
            "name": "YI SYLLABLE HMUX"
        },
        {
            "codepoint": "A0A5",
            "name": "YI SYLLABLE HMU"
        },
        {
            "codepoint": "A0A6",
            "name": "YI SYLLABLE HMUP"
        },
        {
            "codepoint": "A0A7",
            "name": "YI SYLLABLE HMURX"
        },
        {
            "codepoint": "A0A8",
            "name": "YI SYLLABLE HMUR"
        },
        {
            "codepoint": "A0A9",
            "name": "YI SYLLABLE HMYX"
        },
        {
            "codepoint": "A0AA",
            "name": "YI SYLLABLE HMY"
        },
        {
            "codepoint": "A0AB",
            "name": "YI SYLLABLE HMYP"
        },
        {
            "codepoint": "A0AC",
            "name": "YI SYLLABLE HMYRX"
        },
        {
            "codepoint": "A0AD",
            "name": "YI SYLLABLE HMYR"
        },
        {
            "codepoint": "A0AE",
            "name": "YI SYLLABLE MIT"
        },
        {
            "codepoint": "A0AF",
            "name": "YI SYLLABLE MIX"
        },
        {
            "codepoint": "A0B0",
            "name": "YI SYLLABLE MI"
        },
        {
            "codepoint": "A0B1",
            "name": "YI SYLLABLE MIP"
        },
        {
            "codepoint": "A0B2",
            "name": "YI SYLLABLE MIEX"
        },
        {
            "codepoint": "A0B3",
            "name": "YI SYLLABLE MIE"
        },
        {
            "codepoint": "A0B4",
            "name": "YI SYLLABLE MIEP"
        },
        {
            "codepoint": "A0B5",
            "name": "YI SYLLABLE MAT"
        },
        {
            "codepoint": "A0B6",
            "name": "YI SYLLABLE MAX"
        },
        {
            "codepoint": "A0B7",
            "name": "YI SYLLABLE MA"
        },
        {
            "codepoint": "A0B8",
            "name": "YI SYLLABLE MAP"
        },
        {
            "codepoint": "A0B9",
            "name": "YI SYLLABLE MUOT"
        },
        {
            "codepoint": "A0BA",
            "name": "YI SYLLABLE MUOX"
        },
        {
            "codepoint": "A0BB",
            "name": "YI SYLLABLE MUO"
        },
        {
            "codepoint": "A0BC",
            "name": "YI SYLLABLE MUOP"
        },
        {
            "codepoint": "A0BD",
            "name": "YI SYLLABLE MOT"
        },
        {
            "codepoint": "A0BE",
            "name": "YI SYLLABLE MOX"
        },
        {
            "codepoint": "A0BF",
            "name": "YI SYLLABLE MO"
        },
        {
            "codepoint": "A0C0",
            "name": "YI SYLLABLE MOP"
        },
        {
            "codepoint": "A0C1",
            "name": "YI SYLLABLE MEX"
        },
        {
            "codepoint": "A0C2",
            "name": "YI SYLLABLE ME"
        },
        {
            "codepoint": "A0C3",
            "name": "YI SYLLABLE MUT"
        },
        {
            "codepoint": "A0C4",
            "name": "YI SYLLABLE MUX"
        },
        {
            "codepoint": "A0C5",
            "name": "YI SYLLABLE MU"
        },
        {
            "codepoint": "A0C6",
            "name": "YI SYLLABLE MUP"
        },
        {
            "codepoint": "A0C7",
            "name": "YI SYLLABLE MURX"
        },
        {
            "codepoint": "A0C8",
            "name": "YI SYLLABLE MUR"
        },
        {
            "codepoint": "A0C9",
            "name": "YI SYLLABLE MYT"
        },
        {
            "codepoint": "A0CA",
            "name": "YI SYLLABLE MYX"
        },
        {
            "codepoint": "A0CB",
            "name": "YI SYLLABLE MY"
        },
        {
            "codepoint": "A0CC",
            "name": "YI SYLLABLE MYP"
        },
        {
            "codepoint": "A0CD",
            "name": "YI SYLLABLE FIT"
        },
        {
            "codepoint": "A0CE",
            "name": "YI SYLLABLE FIX"
        },
        {
            "codepoint": "A0CF",
            "name": "YI SYLLABLE FI"
        },
        {
            "codepoint": "A0D0",
            "name": "YI SYLLABLE FIP"
        },
        {
            "codepoint": "A0D1",
            "name": "YI SYLLABLE FAT"
        },
        {
            "codepoint": "A0D2",
            "name": "YI SYLLABLE FAX"
        },
        {
            "codepoint": "A0D3",
            "name": "YI SYLLABLE FA"
        },
        {
            "codepoint": "A0D4",
            "name": "YI SYLLABLE FAP"
        },
        {
            "codepoint": "A0D5",
            "name": "YI SYLLABLE FOX"
        },
        {
            "codepoint": "A0D6",
            "name": "YI SYLLABLE FO"
        },
        {
            "codepoint": "A0D7",
            "name": "YI SYLLABLE FOP"
        },
        {
            "codepoint": "A0D8",
            "name": "YI SYLLABLE FUT"
        },
        {
            "codepoint": "A0D9",
            "name": "YI SYLLABLE FUX"
        },
        {
            "codepoint": "A0DA",
            "name": "YI SYLLABLE FU"
        },
        {
            "codepoint": "A0DB",
            "name": "YI SYLLABLE FUP"
        },
        {
            "codepoint": "A0DC",
            "name": "YI SYLLABLE FURX"
        },
        {
            "codepoint": "A0DD",
            "name": "YI SYLLABLE FUR"
        },
        {
            "codepoint": "A0DE",
            "name": "YI SYLLABLE FYT"
        },
        {
            "codepoint": "A0DF",
            "name": "YI SYLLABLE FYX"
        },
        {
            "codepoint": "A0E0",
            "name": "YI SYLLABLE FY"
        },
        {
            "codepoint": "A0E1",
            "name": "YI SYLLABLE FYP"
        },
        {
            "codepoint": "A0E2",
            "name": "YI SYLLABLE VIT"
        },
        {
            "codepoint": "A0E3",
            "name": "YI SYLLABLE VIX"
        },
        {
            "codepoint": "A0E4",
            "name": "YI SYLLABLE VI"
        },
        {
            "codepoint": "A0E5",
            "name": "YI SYLLABLE VIP"
        },
        {
            "codepoint": "A0E6",
            "name": "YI SYLLABLE VIET"
        },
        {
            "codepoint": "A0E7",
            "name": "YI SYLLABLE VIEX"
        },
        {
            "codepoint": "A0E8",
            "name": "YI SYLLABLE VIE"
        },
        {
            "codepoint": "A0E9",
            "name": "YI SYLLABLE VIEP"
        },
        {
            "codepoint": "A0EA",
            "name": "YI SYLLABLE VAT"
        },
        {
            "codepoint": "A0EB",
            "name": "YI SYLLABLE VAX"
        },
        {
            "codepoint": "A0EC",
            "name": "YI SYLLABLE VA"
        },
        {
            "codepoint": "A0ED",
            "name": "YI SYLLABLE VAP"
        },
        {
            "codepoint": "A0EE",
            "name": "YI SYLLABLE VOT"
        },
        {
            "codepoint": "A0EF",
            "name": "YI SYLLABLE VOX"
        },
        {
            "codepoint": "A0F0",
            "name": "YI SYLLABLE VO"
        },
        {
            "codepoint": "A0F1",
            "name": "YI SYLLABLE VOP"
        },
        {
            "codepoint": "A0F2",
            "name": "YI SYLLABLE VEX"
        },
        {
            "codepoint": "A0F3",
            "name": "YI SYLLABLE VEP"
        },
        {
            "codepoint": "A0F4",
            "name": "YI SYLLABLE VUT"
        },
        {
            "codepoint": "A0F5",
            "name": "YI SYLLABLE VUX"
        },
        {
            "codepoint": "A0F6",
            "name": "YI SYLLABLE VU"
        },
        {
            "codepoint": "A0F7",
            "name": "YI SYLLABLE VUP"
        },
        {
            "codepoint": "A0F8",
            "name": "YI SYLLABLE VURX"
        },
        {
            "codepoint": "A0F9",
            "name": "YI SYLLABLE VUR"
        },
        {
            "codepoint": "A0FA",
            "name": "YI SYLLABLE VYT"
        },
        {
            "codepoint": "A0FB",
            "name": "YI SYLLABLE VYX"
        },
        {
            "codepoint": "A0FC",
            "name": "YI SYLLABLE VY"
        },
        {
            "codepoint": "A0FD",
            "name": "YI SYLLABLE VYP"
        },
        {
            "codepoint": "A0FE",
            "name": "YI SYLLABLE VYRX"
        },
        {
            "codepoint": "A0FF",
            "name": "YI SYLLABLE VYR"
        },
        {
            "codepoint": "A100",
            "name": "YI SYLLABLE DIT"
        },
        {
            "codepoint": "A101",
            "name": "YI SYLLABLE DIX"
        },
        {
            "codepoint": "A102",
            "name": "YI SYLLABLE DI"
        },
        {
            "codepoint": "A103",
            "name": "YI SYLLABLE DIP"
        },
        {
            "codepoint": "A104",
            "name": "YI SYLLABLE DIEX"
        },
        {
            "codepoint": "A105",
            "name": "YI SYLLABLE DIE"
        },
        {
            "codepoint": "A106",
            "name": "YI SYLLABLE DIEP"
        },
        {
            "codepoint": "A107",
            "name": "YI SYLLABLE DAT"
        },
        {
            "codepoint": "A108",
            "name": "YI SYLLABLE DAX"
        },
        {
            "codepoint": "A109",
            "name": "YI SYLLABLE DA"
        },
        {
            "codepoint": "A10A",
            "name": "YI SYLLABLE DAP"
        },
        {
            "codepoint": "A10B",
            "name": "YI SYLLABLE DUOX"
        },
        {
            "codepoint": "A10C",
            "name": "YI SYLLABLE DUO"
        },
        {
            "codepoint": "A10D",
            "name": "YI SYLLABLE DOT"
        },
        {
            "codepoint": "A10E",
            "name": "YI SYLLABLE DOX"
        },
        {
            "codepoint": "A10F",
            "name": "YI SYLLABLE DO"
        },
        {
            "codepoint": "A110",
            "name": "YI SYLLABLE DOP"
        },
        {
            "codepoint": "A111",
            "name": "YI SYLLABLE DEX"
        },
        {
            "codepoint": "A112",
            "name": "YI SYLLABLE DE"
        },
        {
            "codepoint": "A113",
            "name": "YI SYLLABLE DEP"
        },
        {
            "codepoint": "A114",
            "name": "YI SYLLABLE DUT"
        },
        {
            "codepoint": "A115",
            "name": "YI SYLLABLE DUX"
        },
        {
            "codepoint": "A116",
            "name": "YI SYLLABLE DU"
        },
        {
            "codepoint": "A117",
            "name": "YI SYLLABLE DUP"
        },
        {
            "codepoint": "A118",
            "name": "YI SYLLABLE DURX"
        },
        {
            "codepoint": "A119",
            "name": "YI SYLLABLE DUR"
        },
        {
            "codepoint": "A11A",
            "name": "YI SYLLABLE TIT"
        },
        {
            "codepoint": "A11B",
            "name": "YI SYLLABLE TIX"
        },
        {
            "codepoint": "A11C",
            "name": "YI SYLLABLE TI"
        },
        {
            "codepoint": "A11D",
            "name": "YI SYLLABLE TIP"
        },
        {
            "codepoint": "A11E",
            "name": "YI SYLLABLE TIEX"
        },
        {
            "codepoint": "A11F",
            "name": "YI SYLLABLE TIE"
        },
        {
            "codepoint": "A120",
            "name": "YI SYLLABLE TIEP"
        },
        {
            "codepoint": "A121",
            "name": "YI SYLLABLE TAT"
        },
        {
            "codepoint": "A122",
            "name": "YI SYLLABLE TAX"
        },
        {
            "codepoint": "A123",
            "name": "YI SYLLABLE TA"
        },
        {
            "codepoint": "A124",
            "name": "YI SYLLABLE TAP"
        },
        {
            "codepoint": "A125",
            "name": "YI SYLLABLE TUOT"
        },
        {
            "codepoint": "A126",
            "name": "YI SYLLABLE TUOX"
        },
        {
            "codepoint": "A127",
            "name": "YI SYLLABLE TUO"
        },
        {
            "codepoint": "A128",
            "name": "YI SYLLABLE TUOP"
        },
        {
            "codepoint": "A129",
            "name": "YI SYLLABLE TOT"
        },
        {
            "codepoint": "A12A",
            "name": "YI SYLLABLE TOX"
        },
        {
            "codepoint": "A12B",
            "name": "YI SYLLABLE TO"
        },
        {
            "codepoint": "A12C",
            "name": "YI SYLLABLE TOP"
        },
        {
            "codepoint": "A12D",
            "name": "YI SYLLABLE TEX"
        },
        {
            "codepoint": "A12E",
            "name": "YI SYLLABLE TE"
        },
        {
            "codepoint": "A12F",
            "name": "YI SYLLABLE TEP"
        },
        {
            "codepoint": "A130",
            "name": "YI SYLLABLE TUT"
        },
        {
            "codepoint": "A131",
            "name": "YI SYLLABLE TUX"
        },
        {
            "codepoint": "A132",
            "name": "YI SYLLABLE TU"
        },
        {
            "codepoint": "A133",
            "name": "YI SYLLABLE TUP"
        },
        {
            "codepoint": "A134",
            "name": "YI SYLLABLE TURX"
        },
        {
            "codepoint": "A135",
            "name": "YI SYLLABLE TUR"
        },
        {
            "codepoint": "A136",
            "name": "YI SYLLABLE DDIT"
        },
        {
            "codepoint": "A137",
            "name": "YI SYLLABLE DDIX"
        },
        {
            "codepoint": "A138",
            "name": "YI SYLLABLE DDI"
        },
        {
            "codepoint": "A139",
            "name": "YI SYLLABLE DDIP"
        },
        {
            "codepoint": "A13A",
            "name": "YI SYLLABLE DDIEX"
        },
        {
            "codepoint": "A13B",
            "name": "YI SYLLABLE DDIE"
        },
        {
            "codepoint": "A13C",
            "name": "YI SYLLABLE DDIEP"
        },
        {
            "codepoint": "A13D",
            "name": "YI SYLLABLE DDAT"
        },
        {
            "codepoint": "A13E",
            "name": "YI SYLLABLE DDAX"
        },
        {
            "codepoint": "A13F",
            "name": "YI SYLLABLE DDA"
        },
        {
            "codepoint": "A140",
            "name": "YI SYLLABLE DDAP"
        },
        {
            "codepoint": "A141",
            "name": "YI SYLLABLE DDUOX"
        },
        {
            "codepoint": "A142",
            "name": "YI SYLLABLE DDUO"
        },
        {
            "codepoint": "A143",
            "name": "YI SYLLABLE DDUOP"
        },
        {
            "codepoint": "A144",
            "name": "YI SYLLABLE DDOT"
        },
        {
            "codepoint": "A145",
            "name": "YI SYLLABLE DDOX"
        },
        {
            "codepoint": "A146",
            "name": "YI SYLLABLE DDO"
        },
        {
            "codepoint": "A147",
            "name": "YI SYLLABLE DDOP"
        },
        {
            "codepoint": "A148",
            "name": "YI SYLLABLE DDEX"
        },
        {
            "codepoint": "A149",
            "name": "YI SYLLABLE DDE"
        },
        {
            "codepoint": "A14A",
            "name": "YI SYLLABLE DDEP"
        },
        {
            "codepoint": "A14B",
            "name": "YI SYLLABLE DDUT"
        },
        {
            "codepoint": "A14C",
            "name": "YI SYLLABLE DDUX"
        },
        {
            "codepoint": "A14D",
            "name": "YI SYLLABLE DDU"
        },
        {
            "codepoint": "A14E",
            "name": "YI SYLLABLE DDUP"
        },
        {
            "codepoint": "A14F",
            "name": "YI SYLLABLE DDURX"
        },
        {
            "codepoint": "A150",
            "name": "YI SYLLABLE DDUR"
        },
        {
            "codepoint": "A151",
            "name": "YI SYLLABLE NDIT"
        },
        {
            "codepoint": "A152",
            "name": "YI SYLLABLE NDIX"
        },
        {
            "codepoint": "A153",
            "name": "YI SYLLABLE NDI"
        },
        {
            "codepoint": "A154",
            "name": "YI SYLLABLE NDIP"
        },
        {
            "codepoint": "A155",
            "name": "YI SYLLABLE NDIEX"
        },
        {
            "codepoint": "A156",
            "name": "YI SYLLABLE NDIE"
        },
        {
            "codepoint": "A157",
            "name": "YI SYLLABLE NDAT"
        },
        {
            "codepoint": "A158",
            "name": "YI SYLLABLE NDAX"
        },
        {
            "codepoint": "A159",
            "name": "YI SYLLABLE NDA"
        },
        {
            "codepoint": "A15A",
            "name": "YI SYLLABLE NDAP"
        },
        {
            "codepoint": "A15B",
            "name": "YI SYLLABLE NDOT"
        },
        {
            "codepoint": "A15C",
            "name": "YI SYLLABLE NDOX"
        },
        {
            "codepoint": "A15D",
            "name": "YI SYLLABLE NDO"
        },
        {
            "codepoint": "A15E",
            "name": "YI SYLLABLE NDOP"
        },
        {
            "codepoint": "A15F",
            "name": "YI SYLLABLE NDEX"
        },
        {
            "codepoint": "A160",
            "name": "YI SYLLABLE NDE"
        },
        {
            "codepoint": "A161",
            "name": "YI SYLLABLE NDEP"
        },
        {
            "codepoint": "A162",
            "name": "YI SYLLABLE NDUT"
        },
        {
            "codepoint": "A163",
            "name": "YI SYLLABLE NDUX"
        },
        {
            "codepoint": "A164",
            "name": "YI SYLLABLE NDU"
        },
        {
            "codepoint": "A165",
            "name": "YI SYLLABLE NDUP"
        },
        {
            "codepoint": "A166",
            "name": "YI SYLLABLE NDURX"
        },
        {
            "codepoint": "A167",
            "name": "YI SYLLABLE NDUR"
        },
        {
            "codepoint": "A168",
            "name": "YI SYLLABLE HNIT"
        },
        {
            "codepoint": "A169",
            "name": "YI SYLLABLE HNIX"
        },
        {
            "codepoint": "A16A",
            "name": "YI SYLLABLE HNI"
        },
        {
            "codepoint": "A16B",
            "name": "YI SYLLABLE HNIP"
        },
        {
            "codepoint": "A16C",
            "name": "YI SYLLABLE HNIET"
        },
        {
            "codepoint": "A16D",
            "name": "YI SYLLABLE HNIEX"
        },
        {
            "codepoint": "A16E",
            "name": "YI SYLLABLE HNIE"
        },
        {
            "codepoint": "A16F",
            "name": "YI SYLLABLE HNIEP"
        },
        {
            "codepoint": "A170",
            "name": "YI SYLLABLE HNAT"
        },
        {
            "codepoint": "A171",
            "name": "YI SYLLABLE HNAX"
        },
        {
            "codepoint": "A172",
            "name": "YI SYLLABLE HNA"
        },
        {
            "codepoint": "A173",
            "name": "YI SYLLABLE HNAP"
        },
        {
            "codepoint": "A174",
            "name": "YI SYLLABLE HNUOX"
        },
        {
            "codepoint": "A175",
            "name": "YI SYLLABLE HNUO"
        },
        {
            "codepoint": "A176",
            "name": "YI SYLLABLE HNOT"
        },
        {
            "codepoint": "A177",
            "name": "YI SYLLABLE HNOX"
        },
        {
            "codepoint": "A178",
            "name": "YI SYLLABLE HNOP"
        },
        {
            "codepoint": "A179",
            "name": "YI SYLLABLE HNEX"
        },
        {
            "codepoint": "A17A",
            "name": "YI SYLLABLE HNE"
        },
        {
            "codepoint": "A17B",
            "name": "YI SYLLABLE HNEP"
        },
        {
            "codepoint": "A17C",
            "name": "YI SYLLABLE HNUT"
        },
        {
            "codepoint": "A17D",
            "name": "YI SYLLABLE NIT"
        },
        {
            "codepoint": "A17E",
            "name": "YI SYLLABLE NIX"
        },
        {
            "codepoint": "A17F",
            "name": "YI SYLLABLE NI"
        },
        {
            "codepoint": "A180",
            "name": "YI SYLLABLE NIP"
        },
        {
            "codepoint": "A181",
            "name": "YI SYLLABLE NIEX"
        },
        {
            "codepoint": "A182",
            "name": "YI SYLLABLE NIE"
        },
        {
            "codepoint": "A183",
            "name": "YI SYLLABLE NIEP"
        },
        {
            "codepoint": "A184",
            "name": "YI SYLLABLE NAX"
        },
        {
            "codepoint": "A185",
            "name": "YI SYLLABLE NA"
        },
        {
            "codepoint": "A186",
            "name": "YI SYLLABLE NAP"
        },
        {
            "codepoint": "A187",
            "name": "YI SYLLABLE NUOX"
        },
        {
            "codepoint": "A188",
            "name": "YI SYLLABLE NUO"
        },
        {
            "codepoint": "A189",
            "name": "YI SYLLABLE NUOP"
        },
        {
            "codepoint": "A18A",
            "name": "YI SYLLABLE NOT"
        },
        {
            "codepoint": "A18B",
            "name": "YI SYLLABLE NOX"
        },
        {
            "codepoint": "A18C",
            "name": "YI SYLLABLE NO"
        },
        {
            "codepoint": "A18D",
            "name": "YI SYLLABLE NOP"
        },
        {
            "codepoint": "A18E",
            "name": "YI SYLLABLE NEX"
        },
        {
            "codepoint": "A18F",
            "name": "YI SYLLABLE NE"
        },
        {
            "codepoint": "A190",
            "name": "YI SYLLABLE NEP"
        },
        {
            "codepoint": "A191",
            "name": "YI SYLLABLE NUT"
        },
        {
            "codepoint": "A192",
            "name": "YI SYLLABLE NUX"
        },
        {
            "codepoint": "A193",
            "name": "YI SYLLABLE NU"
        },
        {
            "codepoint": "A194",
            "name": "YI SYLLABLE NUP"
        },
        {
            "codepoint": "A195",
            "name": "YI SYLLABLE NURX"
        },
        {
            "codepoint": "A196",
            "name": "YI SYLLABLE NUR"
        },
        {
            "codepoint": "A197",
            "name": "YI SYLLABLE HLIT"
        },
        {
            "codepoint": "A198",
            "name": "YI SYLLABLE HLIX"
        },
        {
            "codepoint": "A199",
            "name": "YI SYLLABLE HLI"
        },
        {
            "codepoint": "A19A",
            "name": "YI SYLLABLE HLIP"
        },
        {
            "codepoint": "A19B",
            "name": "YI SYLLABLE HLIEX"
        },
        {
            "codepoint": "A19C",
            "name": "YI SYLLABLE HLIE"
        },
        {
            "codepoint": "A19D",
            "name": "YI SYLLABLE HLIEP"
        },
        {
            "codepoint": "A19E",
            "name": "YI SYLLABLE HLAT"
        },
        {
            "codepoint": "A19F",
            "name": "YI SYLLABLE HLAX"
        },
        {
            "codepoint": "A1A0",
            "name": "YI SYLLABLE HLA"
        },
        {
            "codepoint": "A1A1",
            "name": "YI SYLLABLE HLAP"
        },
        {
            "codepoint": "A1A2",
            "name": "YI SYLLABLE HLUOX"
        },
        {
            "codepoint": "A1A3",
            "name": "YI SYLLABLE HLUO"
        },
        {
            "codepoint": "A1A4",
            "name": "YI SYLLABLE HLUOP"
        },
        {
            "codepoint": "A1A5",
            "name": "YI SYLLABLE HLOX"
        },
        {
            "codepoint": "A1A6",
            "name": "YI SYLLABLE HLO"
        },
        {
            "codepoint": "A1A7",
            "name": "YI SYLLABLE HLOP"
        },
        {
            "codepoint": "A1A8",
            "name": "YI SYLLABLE HLEX"
        },
        {
            "codepoint": "A1A9",
            "name": "YI SYLLABLE HLE"
        },
        {
            "codepoint": "A1AA",
            "name": "YI SYLLABLE HLEP"
        },
        {
            "codepoint": "A1AB",
            "name": "YI SYLLABLE HLUT"
        },
        {
            "codepoint": "A1AC",
            "name": "YI SYLLABLE HLUX"
        },
        {
            "codepoint": "A1AD",
            "name": "YI SYLLABLE HLU"
        },
        {
            "codepoint": "A1AE",
            "name": "YI SYLLABLE HLUP"
        },
        {
            "codepoint": "A1AF",
            "name": "YI SYLLABLE HLURX"
        },
        {
            "codepoint": "A1B0",
            "name": "YI SYLLABLE HLUR"
        },
        {
            "codepoint": "A1B1",
            "name": "YI SYLLABLE HLYT"
        },
        {
            "codepoint": "A1B2",
            "name": "YI SYLLABLE HLYX"
        },
        {
            "codepoint": "A1B3",
            "name": "YI SYLLABLE HLY"
        },
        {
            "codepoint": "A1B4",
            "name": "YI SYLLABLE HLYP"
        },
        {
            "codepoint": "A1B5",
            "name": "YI SYLLABLE HLYRX"
        },
        {
            "codepoint": "A1B6",
            "name": "YI SYLLABLE HLYR"
        },
        {
            "codepoint": "A1B7",
            "name": "YI SYLLABLE LIT"
        },
        {
            "codepoint": "A1B8",
            "name": "YI SYLLABLE LIX"
        },
        {
            "codepoint": "A1B9",
            "name": "YI SYLLABLE LI"
        },
        {
            "codepoint": "A1BA",
            "name": "YI SYLLABLE LIP"
        },
        {
            "codepoint": "A1BB",
            "name": "YI SYLLABLE LIET"
        },
        {
            "codepoint": "A1BC",
            "name": "YI SYLLABLE LIEX"
        },
        {
            "codepoint": "A1BD",
            "name": "YI SYLLABLE LIE"
        },
        {
            "codepoint": "A1BE",
            "name": "YI SYLLABLE LIEP"
        },
        {
            "codepoint": "A1BF",
            "name": "YI SYLLABLE LAT"
        },
        {
            "codepoint": "A1C0",
            "name": "YI SYLLABLE LAX"
        },
        {
            "codepoint": "A1C1",
            "name": "YI SYLLABLE LA"
        },
        {
            "codepoint": "A1C2",
            "name": "YI SYLLABLE LAP"
        },
        {
            "codepoint": "A1C3",
            "name": "YI SYLLABLE LUOT"
        },
        {
            "codepoint": "A1C4",
            "name": "YI SYLLABLE LUOX"
        },
        {
            "codepoint": "A1C5",
            "name": "YI SYLLABLE LUO"
        },
        {
            "codepoint": "A1C6",
            "name": "YI SYLLABLE LUOP"
        },
        {
            "codepoint": "A1C7",
            "name": "YI SYLLABLE LOT"
        },
        {
            "codepoint": "A1C8",
            "name": "YI SYLLABLE LOX"
        },
        {
            "codepoint": "A1C9",
            "name": "YI SYLLABLE LO"
        },
        {
            "codepoint": "A1CA",
            "name": "YI SYLLABLE LOP"
        },
        {
            "codepoint": "A1CB",
            "name": "YI SYLLABLE LEX"
        },
        {
            "codepoint": "A1CC",
            "name": "YI SYLLABLE LE"
        },
        {
            "codepoint": "A1CD",
            "name": "YI SYLLABLE LEP"
        },
        {
            "codepoint": "A1CE",
            "name": "YI SYLLABLE LUT"
        },
        {
            "codepoint": "A1CF",
            "name": "YI SYLLABLE LUX"
        },
        {
            "codepoint": "A1D0",
            "name": "YI SYLLABLE LU"
        },
        {
            "codepoint": "A1D1",
            "name": "YI SYLLABLE LUP"
        },
        {
            "codepoint": "A1D2",
            "name": "YI SYLLABLE LURX"
        },
        {
            "codepoint": "A1D3",
            "name": "YI SYLLABLE LUR"
        },
        {
            "codepoint": "A1D4",
            "name": "YI SYLLABLE LYT"
        },
        {
            "codepoint": "A1D5",
            "name": "YI SYLLABLE LYX"
        },
        {
            "codepoint": "A1D6",
            "name": "YI SYLLABLE LY"
        },
        {
            "codepoint": "A1D7",
            "name": "YI SYLLABLE LYP"
        },
        {
            "codepoint": "A1D8",
            "name": "YI SYLLABLE LYRX"
        },
        {
            "codepoint": "A1D9",
            "name": "YI SYLLABLE LYR"
        },
        {
            "codepoint": "A1DA",
            "name": "YI SYLLABLE GIT"
        },
        {
            "codepoint": "A1DB",
            "name": "YI SYLLABLE GIX"
        },
        {
            "codepoint": "A1DC",
            "name": "YI SYLLABLE GI"
        },
        {
            "codepoint": "A1DD",
            "name": "YI SYLLABLE GIP"
        },
        {
            "codepoint": "A1DE",
            "name": "YI SYLLABLE GIET"
        },
        {
            "codepoint": "A1DF",
            "name": "YI SYLLABLE GIEX"
        },
        {
            "codepoint": "A1E0",
            "name": "YI SYLLABLE GIE"
        },
        {
            "codepoint": "A1E1",
            "name": "YI SYLLABLE GIEP"
        },
        {
            "codepoint": "A1E2",
            "name": "YI SYLLABLE GAT"
        },
        {
            "codepoint": "A1E3",
            "name": "YI SYLLABLE GAX"
        },
        {
            "codepoint": "A1E4",
            "name": "YI SYLLABLE GA"
        },
        {
            "codepoint": "A1E5",
            "name": "YI SYLLABLE GAP"
        },
        {
            "codepoint": "A1E6",
            "name": "YI SYLLABLE GUOT"
        },
        {
            "codepoint": "A1E7",
            "name": "YI SYLLABLE GUOX"
        },
        {
            "codepoint": "A1E8",
            "name": "YI SYLLABLE GUO"
        },
        {
            "codepoint": "A1E9",
            "name": "YI SYLLABLE GUOP"
        },
        {
            "codepoint": "A1EA",
            "name": "YI SYLLABLE GOT"
        },
        {
            "codepoint": "A1EB",
            "name": "YI SYLLABLE GOX"
        },
        {
            "codepoint": "A1EC",
            "name": "YI SYLLABLE GO"
        },
        {
            "codepoint": "A1ED",
            "name": "YI SYLLABLE GOP"
        },
        {
            "codepoint": "A1EE",
            "name": "YI SYLLABLE GET"
        },
        {
            "codepoint": "A1EF",
            "name": "YI SYLLABLE GEX"
        },
        {
            "codepoint": "A1F0",
            "name": "YI SYLLABLE GE"
        },
        {
            "codepoint": "A1F1",
            "name": "YI SYLLABLE GEP"
        },
        {
            "codepoint": "A1F2",
            "name": "YI SYLLABLE GUT"
        },
        {
            "codepoint": "A1F3",
            "name": "YI SYLLABLE GUX"
        },
        {
            "codepoint": "A1F4",
            "name": "YI SYLLABLE GU"
        },
        {
            "codepoint": "A1F5",
            "name": "YI SYLLABLE GUP"
        },
        {
            "codepoint": "A1F6",
            "name": "YI SYLLABLE GURX"
        },
        {
            "codepoint": "A1F7",
            "name": "YI SYLLABLE GUR"
        },
        {
            "codepoint": "A1F8",
            "name": "YI SYLLABLE KIT"
        },
        {
            "codepoint": "A1F9",
            "name": "YI SYLLABLE KIX"
        },
        {
            "codepoint": "A1FA",
            "name": "YI SYLLABLE KI"
        },
        {
            "codepoint": "A1FB",
            "name": "YI SYLLABLE KIP"
        },
        {
            "codepoint": "A1FC",
            "name": "YI SYLLABLE KIEX"
        },
        {
            "codepoint": "A1FD",
            "name": "YI SYLLABLE KIE"
        },
        {
            "codepoint": "A1FE",
            "name": "YI SYLLABLE KIEP"
        },
        {
            "codepoint": "A1FF",
            "name": "YI SYLLABLE KAT"
        },
        {
            "codepoint": "A200",
            "name": "YI SYLLABLE KAX"
        },
        {
            "codepoint": "A201",
            "name": "YI SYLLABLE KA"
        },
        {
            "codepoint": "A202",
            "name": "YI SYLLABLE KAP"
        },
        {
            "codepoint": "A203",
            "name": "YI SYLLABLE KUOX"
        },
        {
            "codepoint": "A204",
            "name": "YI SYLLABLE KUO"
        },
        {
            "codepoint": "A205",
            "name": "YI SYLLABLE KUOP"
        },
        {
            "codepoint": "A206",
            "name": "YI SYLLABLE KOT"
        },
        {
            "codepoint": "A207",
            "name": "YI SYLLABLE KOX"
        },
        {
            "codepoint": "A208",
            "name": "YI SYLLABLE KO"
        },
        {
            "codepoint": "A209",
            "name": "YI SYLLABLE KOP"
        },
        {
            "codepoint": "A20A",
            "name": "YI SYLLABLE KET"
        },
        {
            "codepoint": "A20B",
            "name": "YI SYLLABLE KEX"
        },
        {
            "codepoint": "A20C",
            "name": "YI SYLLABLE KE"
        },
        {
            "codepoint": "A20D",
            "name": "YI SYLLABLE KEP"
        },
        {
            "codepoint": "A20E",
            "name": "YI SYLLABLE KUT"
        },
        {
            "codepoint": "A20F",
            "name": "YI SYLLABLE KUX"
        },
        {
            "codepoint": "A210",
            "name": "YI SYLLABLE KU"
        },
        {
            "codepoint": "A211",
            "name": "YI SYLLABLE KUP"
        },
        {
            "codepoint": "A212",
            "name": "YI SYLLABLE KURX"
        },
        {
            "codepoint": "A213",
            "name": "YI SYLLABLE KUR"
        },
        {
            "codepoint": "A214",
            "name": "YI SYLLABLE GGIT"
        },
        {
            "codepoint": "A215",
            "name": "YI SYLLABLE GGIX"
        },
        {
            "codepoint": "A216",
            "name": "YI SYLLABLE GGI"
        },
        {
            "codepoint": "A217",
            "name": "YI SYLLABLE GGIEX"
        },
        {
            "codepoint": "A218",
            "name": "YI SYLLABLE GGIE"
        },
        {
            "codepoint": "A219",
            "name": "YI SYLLABLE GGIEP"
        },
        {
            "codepoint": "A21A",
            "name": "YI SYLLABLE GGAT"
        },
        {
            "codepoint": "A21B",
            "name": "YI SYLLABLE GGAX"
        },
        {
            "codepoint": "A21C",
            "name": "YI SYLLABLE GGA"
        },
        {
            "codepoint": "A21D",
            "name": "YI SYLLABLE GGAP"
        },
        {
            "codepoint": "A21E",
            "name": "YI SYLLABLE GGUOT"
        },
        {
            "codepoint": "A21F",
            "name": "YI SYLLABLE GGUOX"
        },
        {
            "codepoint": "A220",
            "name": "YI SYLLABLE GGUO"
        },
        {
            "codepoint": "A221",
            "name": "YI SYLLABLE GGUOP"
        },
        {
            "codepoint": "A222",
            "name": "YI SYLLABLE GGOT"
        },
        {
            "codepoint": "A223",
            "name": "YI SYLLABLE GGOX"
        },
        {
            "codepoint": "A224",
            "name": "YI SYLLABLE GGO"
        },
        {
            "codepoint": "A225",
            "name": "YI SYLLABLE GGOP"
        },
        {
            "codepoint": "A226",
            "name": "YI SYLLABLE GGET"
        },
        {
            "codepoint": "A227",
            "name": "YI SYLLABLE GGEX"
        },
        {
            "codepoint": "A228",
            "name": "YI SYLLABLE GGE"
        },
        {
            "codepoint": "A229",
            "name": "YI SYLLABLE GGEP"
        },
        {
            "codepoint": "A22A",
            "name": "YI SYLLABLE GGUT"
        },
        {
            "codepoint": "A22B",
            "name": "YI SYLLABLE GGUX"
        },
        {
            "codepoint": "A22C",
            "name": "YI SYLLABLE GGU"
        },
        {
            "codepoint": "A22D",
            "name": "YI SYLLABLE GGUP"
        },
        {
            "codepoint": "A22E",
            "name": "YI SYLLABLE GGURX"
        },
        {
            "codepoint": "A22F",
            "name": "YI SYLLABLE GGUR"
        },
        {
            "codepoint": "A230",
            "name": "YI SYLLABLE MGIEX"
        },
        {
            "codepoint": "A231",
            "name": "YI SYLLABLE MGIE"
        },
        {
            "codepoint": "A232",
            "name": "YI SYLLABLE MGAT"
        },
        {
            "codepoint": "A233",
            "name": "YI SYLLABLE MGAX"
        },
        {
            "codepoint": "A234",
            "name": "YI SYLLABLE MGA"
        },
        {
            "codepoint": "A235",
            "name": "YI SYLLABLE MGAP"
        },
        {
            "codepoint": "A236",
            "name": "YI SYLLABLE MGUOX"
        },
        {
            "codepoint": "A237",
            "name": "YI SYLLABLE MGUO"
        },
        {
            "codepoint": "A238",
            "name": "YI SYLLABLE MGUOP"
        },
        {
            "codepoint": "A239",
            "name": "YI SYLLABLE MGOT"
        },
        {
            "codepoint": "A23A",
            "name": "YI SYLLABLE MGOX"
        },
        {
            "codepoint": "A23B",
            "name": "YI SYLLABLE MGO"
        },
        {
            "codepoint": "A23C",
            "name": "YI SYLLABLE MGOP"
        },
        {
            "codepoint": "A23D",
            "name": "YI SYLLABLE MGEX"
        },
        {
            "codepoint": "A23E",
            "name": "YI SYLLABLE MGE"
        },
        {
            "codepoint": "A23F",
            "name": "YI SYLLABLE MGEP"
        },
        {
            "codepoint": "A240",
            "name": "YI SYLLABLE MGUT"
        },
        {
            "codepoint": "A241",
            "name": "YI SYLLABLE MGUX"
        },
        {
            "codepoint": "A242",
            "name": "YI SYLLABLE MGU"
        },
        {
            "codepoint": "A243",
            "name": "YI SYLLABLE MGUP"
        },
        {
            "codepoint": "A244",
            "name": "YI SYLLABLE MGURX"
        },
        {
            "codepoint": "A245",
            "name": "YI SYLLABLE MGUR"
        },
        {
            "codepoint": "A246",
            "name": "YI SYLLABLE HXIT"
        },
        {
            "codepoint": "A247",
            "name": "YI SYLLABLE HXIX"
        },
        {
            "codepoint": "A248",
            "name": "YI SYLLABLE HXI"
        },
        {
            "codepoint": "A249",
            "name": "YI SYLLABLE HXIP"
        },
        {
            "codepoint": "A24A",
            "name": "YI SYLLABLE HXIET"
        },
        {
            "codepoint": "A24B",
            "name": "YI SYLLABLE HXIEX"
        },
        {
            "codepoint": "A24C",
            "name": "YI SYLLABLE HXIE"
        },
        {
            "codepoint": "A24D",
            "name": "YI SYLLABLE HXIEP"
        },
        {
            "codepoint": "A24E",
            "name": "YI SYLLABLE HXAT"
        },
        {
            "codepoint": "A24F",
            "name": "YI SYLLABLE HXAX"
        },
        {
            "codepoint": "A250",
            "name": "YI SYLLABLE HXA"
        },
        {
            "codepoint": "A251",
            "name": "YI SYLLABLE HXAP"
        },
        {
            "codepoint": "A252",
            "name": "YI SYLLABLE HXUOT"
        },
        {
            "codepoint": "A253",
            "name": "YI SYLLABLE HXUOX"
        },
        {
            "codepoint": "A254",
            "name": "YI SYLLABLE HXUO"
        },
        {
            "codepoint": "A255",
            "name": "YI SYLLABLE HXUOP"
        },
        {
            "codepoint": "A256",
            "name": "YI SYLLABLE HXOT"
        },
        {
            "codepoint": "A257",
            "name": "YI SYLLABLE HXOX"
        },
        {
            "codepoint": "A258",
            "name": "YI SYLLABLE HXO"
        },
        {
            "codepoint": "A259",
            "name": "YI SYLLABLE HXOP"
        },
        {
            "codepoint": "A25A",
            "name": "YI SYLLABLE HXEX"
        },
        {
            "codepoint": "A25B",
            "name": "YI SYLLABLE HXE"
        },
        {
            "codepoint": "A25C",
            "name": "YI SYLLABLE HXEP"
        },
        {
            "codepoint": "A25D",
            "name": "YI SYLLABLE NGIEX"
        },
        {
            "codepoint": "A25E",
            "name": "YI SYLLABLE NGIE"
        },
        {
            "codepoint": "A25F",
            "name": "YI SYLLABLE NGIEP"
        },
        {
            "codepoint": "A260",
            "name": "YI SYLLABLE NGAT"
        },
        {
            "codepoint": "A261",
            "name": "YI SYLLABLE NGAX"
        },
        {
            "codepoint": "A262",
            "name": "YI SYLLABLE NGA"
        },
        {
            "codepoint": "A263",
            "name": "YI SYLLABLE NGAP"
        },
        {
            "codepoint": "A264",
            "name": "YI SYLLABLE NGUOT"
        },
        {
            "codepoint": "A265",
            "name": "YI SYLLABLE NGUOX"
        },
        {
            "codepoint": "A266",
            "name": "YI SYLLABLE NGUO"
        },
        {
            "codepoint": "A267",
            "name": "YI SYLLABLE NGOT"
        },
        {
            "codepoint": "A268",
            "name": "YI SYLLABLE NGOX"
        },
        {
            "codepoint": "A269",
            "name": "YI SYLLABLE NGO"
        },
        {
            "codepoint": "A26A",
            "name": "YI SYLLABLE NGOP"
        },
        {
            "codepoint": "A26B",
            "name": "YI SYLLABLE NGEX"
        },
        {
            "codepoint": "A26C",
            "name": "YI SYLLABLE NGE"
        },
        {
            "codepoint": "A26D",
            "name": "YI SYLLABLE NGEP"
        },
        {
            "codepoint": "A26E",
            "name": "YI SYLLABLE HIT"
        },
        {
            "codepoint": "A26F",
            "name": "YI SYLLABLE HIEX"
        },
        {
            "codepoint": "A270",
            "name": "YI SYLLABLE HIE"
        },
        {
            "codepoint": "A271",
            "name": "YI SYLLABLE HAT"
        },
        {
            "codepoint": "A272",
            "name": "YI SYLLABLE HAX"
        },
        {
            "codepoint": "A273",
            "name": "YI SYLLABLE HA"
        },
        {
            "codepoint": "A274",
            "name": "YI SYLLABLE HAP"
        },
        {
            "codepoint": "A275",
            "name": "YI SYLLABLE HUOT"
        },
        {
            "codepoint": "A276",
            "name": "YI SYLLABLE HUOX"
        },
        {
            "codepoint": "A277",
            "name": "YI SYLLABLE HUO"
        },
        {
            "codepoint": "A278",
            "name": "YI SYLLABLE HUOP"
        },
        {
            "codepoint": "A279",
            "name": "YI SYLLABLE HOT"
        },
        {
            "codepoint": "A27A",
            "name": "YI SYLLABLE HOX"
        },
        {
            "codepoint": "A27B",
            "name": "YI SYLLABLE HO"
        },
        {
            "codepoint": "A27C",
            "name": "YI SYLLABLE HOP"
        },
        {
            "codepoint": "A27D",
            "name": "YI SYLLABLE HEX"
        },
        {
            "codepoint": "A27E",
            "name": "YI SYLLABLE HE"
        },
        {
            "codepoint": "A27F",
            "name": "YI SYLLABLE HEP"
        },
        {
            "codepoint": "A280",
            "name": "YI SYLLABLE WAT"
        },
        {
            "codepoint": "A281",
            "name": "YI SYLLABLE WAX"
        },
        {
            "codepoint": "A282",
            "name": "YI SYLLABLE WA"
        },
        {
            "codepoint": "A283",
            "name": "YI SYLLABLE WAP"
        },
        {
            "codepoint": "A284",
            "name": "YI SYLLABLE WUOX"
        },
        {
            "codepoint": "A285",
            "name": "YI SYLLABLE WUO"
        },
        {
            "codepoint": "A286",
            "name": "YI SYLLABLE WUOP"
        },
        {
            "codepoint": "A287",
            "name": "YI SYLLABLE WOX"
        },
        {
            "codepoint": "A288",
            "name": "YI SYLLABLE WO"
        },
        {
            "codepoint": "A289",
            "name": "YI SYLLABLE WOP"
        },
        {
            "codepoint": "A28A",
            "name": "YI SYLLABLE WEX"
        },
        {
            "codepoint": "A28B",
            "name": "YI SYLLABLE WE"
        },
        {
            "codepoint": "A28C",
            "name": "YI SYLLABLE WEP"
        },
        {
            "codepoint": "A28D",
            "name": "YI SYLLABLE ZIT"
        },
        {
            "codepoint": "A28E",
            "name": "YI SYLLABLE ZIX"
        },
        {
            "codepoint": "A28F",
            "name": "YI SYLLABLE ZI"
        },
        {
            "codepoint": "A290",
            "name": "YI SYLLABLE ZIP"
        },
        {
            "codepoint": "A291",
            "name": "YI SYLLABLE ZIEX"
        },
        {
            "codepoint": "A292",
            "name": "YI SYLLABLE ZIE"
        },
        {
            "codepoint": "A293",
            "name": "YI SYLLABLE ZIEP"
        },
        {
            "codepoint": "A294",
            "name": "YI SYLLABLE ZAT"
        },
        {
            "codepoint": "A295",
            "name": "YI SYLLABLE ZAX"
        },
        {
            "codepoint": "A296",
            "name": "YI SYLLABLE ZA"
        },
        {
            "codepoint": "A297",
            "name": "YI SYLLABLE ZAP"
        },
        {
            "codepoint": "A298",
            "name": "YI SYLLABLE ZUOX"
        },
        {
            "codepoint": "A299",
            "name": "YI SYLLABLE ZUO"
        },
        {
            "codepoint": "A29A",
            "name": "YI SYLLABLE ZUOP"
        },
        {
            "codepoint": "A29B",
            "name": "YI SYLLABLE ZOT"
        },
        {
            "codepoint": "A29C",
            "name": "YI SYLLABLE ZOX"
        },
        {
            "codepoint": "A29D",
            "name": "YI SYLLABLE ZO"
        },
        {
            "codepoint": "A29E",
            "name": "YI SYLLABLE ZOP"
        },
        {
            "codepoint": "A29F",
            "name": "YI SYLLABLE ZEX"
        },
        {
            "codepoint": "A2A0",
            "name": "YI SYLLABLE ZE"
        },
        {
            "codepoint": "A2A1",
            "name": "YI SYLLABLE ZEP"
        },
        {
            "codepoint": "A2A2",
            "name": "YI SYLLABLE ZUT"
        },
        {
            "codepoint": "A2A3",
            "name": "YI SYLLABLE ZUX"
        },
        {
            "codepoint": "A2A4",
            "name": "YI SYLLABLE ZU"
        },
        {
            "codepoint": "A2A5",
            "name": "YI SYLLABLE ZUP"
        },
        {
            "codepoint": "A2A6",
            "name": "YI SYLLABLE ZURX"
        },
        {
            "codepoint": "A2A7",
            "name": "YI SYLLABLE ZUR"
        },
        {
            "codepoint": "A2A8",
            "name": "YI SYLLABLE ZYT"
        },
        {
            "codepoint": "A2A9",
            "name": "YI SYLLABLE ZYX"
        },
        {
            "codepoint": "A2AA",
            "name": "YI SYLLABLE ZY"
        },
        {
            "codepoint": "A2AB",
            "name": "YI SYLLABLE ZYP"
        },
        {
            "codepoint": "A2AC",
            "name": "YI SYLLABLE ZYRX"
        },
        {
            "codepoint": "A2AD",
            "name": "YI SYLLABLE ZYR"
        },
        {
            "codepoint": "A2AE",
            "name": "YI SYLLABLE CIT"
        },
        {
            "codepoint": "A2AF",
            "name": "YI SYLLABLE CIX"
        },
        {
            "codepoint": "A2B0",
            "name": "YI SYLLABLE CI"
        },
        {
            "codepoint": "A2B1",
            "name": "YI SYLLABLE CIP"
        },
        {
            "codepoint": "A2B2",
            "name": "YI SYLLABLE CIET"
        },
        {
            "codepoint": "A2B3",
            "name": "YI SYLLABLE CIEX"
        },
        {
            "codepoint": "A2B4",
            "name": "YI SYLLABLE CIE"
        },
        {
            "codepoint": "A2B5",
            "name": "YI SYLLABLE CIEP"
        },
        {
            "codepoint": "A2B6",
            "name": "YI SYLLABLE CAT"
        },
        {
            "codepoint": "A2B7",
            "name": "YI SYLLABLE CAX"
        },
        {
            "codepoint": "A2B8",
            "name": "YI SYLLABLE CA"
        },
        {
            "codepoint": "A2B9",
            "name": "YI SYLLABLE CAP"
        },
        {
            "codepoint": "A2BA",
            "name": "YI SYLLABLE CUOX"
        },
        {
            "codepoint": "A2BB",
            "name": "YI SYLLABLE CUO"
        },
        {
            "codepoint": "A2BC",
            "name": "YI SYLLABLE CUOP"
        },
        {
            "codepoint": "A2BD",
            "name": "YI SYLLABLE COT"
        },
        {
            "codepoint": "A2BE",
            "name": "YI SYLLABLE COX"
        },
        {
            "codepoint": "A2BF",
            "name": "YI SYLLABLE CO"
        },
        {
            "codepoint": "A2C0",
            "name": "YI SYLLABLE COP"
        },
        {
            "codepoint": "A2C1",
            "name": "YI SYLLABLE CEX"
        },
        {
            "codepoint": "A2C2",
            "name": "YI SYLLABLE CE"
        },
        {
            "codepoint": "A2C3",
            "name": "YI SYLLABLE CEP"
        },
        {
            "codepoint": "A2C4",
            "name": "YI SYLLABLE CUT"
        },
        {
            "codepoint": "A2C5",
            "name": "YI SYLLABLE CUX"
        },
        {
            "codepoint": "A2C6",
            "name": "YI SYLLABLE CU"
        },
        {
            "codepoint": "A2C7",
            "name": "YI SYLLABLE CUP"
        },
        {
            "codepoint": "A2C8",
            "name": "YI SYLLABLE CURX"
        },
        {
            "codepoint": "A2C9",
            "name": "YI SYLLABLE CUR"
        },
        {
            "codepoint": "A2CA",
            "name": "YI SYLLABLE CYT"
        },
        {
            "codepoint": "A2CB",
            "name": "YI SYLLABLE CYX"
        },
        {
            "codepoint": "A2CC",
            "name": "YI SYLLABLE CY"
        },
        {
            "codepoint": "A2CD",
            "name": "YI SYLLABLE CYP"
        },
        {
            "codepoint": "A2CE",
            "name": "YI SYLLABLE CYRX"
        },
        {
            "codepoint": "A2CF",
            "name": "YI SYLLABLE CYR"
        },
        {
            "codepoint": "A2D0",
            "name": "YI SYLLABLE ZZIT"
        },
        {
            "codepoint": "A2D1",
            "name": "YI SYLLABLE ZZIX"
        },
        {
            "codepoint": "A2D2",
            "name": "YI SYLLABLE ZZI"
        },
        {
            "codepoint": "A2D3",
            "name": "YI SYLLABLE ZZIP"
        },
        {
            "codepoint": "A2D4",
            "name": "YI SYLLABLE ZZIET"
        },
        {
            "codepoint": "A2D5",
            "name": "YI SYLLABLE ZZIEX"
        },
        {
            "codepoint": "A2D6",
            "name": "YI SYLLABLE ZZIE"
        },
        {
            "codepoint": "A2D7",
            "name": "YI SYLLABLE ZZIEP"
        },
        {
            "codepoint": "A2D8",
            "name": "YI SYLLABLE ZZAT"
        },
        {
            "codepoint": "A2D9",
            "name": "YI SYLLABLE ZZAX"
        },
        {
            "codepoint": "A2DA",
            "name": "YI SYLLABLE ZZA"
        },
        {
            "codepoint": "A2DB",
            "name": "YI SYLLABLE ZZAP"
        },
        {
            "codepoint": "A2DC",
            "name": "YI SYLLABLE ZZOX"
        },
        {
            "codepoint": "A2DD",
            "name": "YI SYLLABLE ZZO"
        },
        {
            "codepoint": "A2DE",
            "name": "YI SYLLABLE ZZOP"
        },
        {
            "codepoint": "A2DF",
            "name": "YI SYLLABLE ZZEX"
        },
        {
            "codepoint": "A2E0",
            "name": "YI SYLLABLE ZZE"
        },
        {
            "codepoint": "A2E1",
            "name": "YI SYLLABLE ZZEP"
        },
        {
            "codepoint": "A2E2",
            "name": "YI SYLLABLE ZZUX"
        },
        {
            "codepoint": "A2E3",
            "name": "YI SYLLABLE ZZU"
        },
        {
            "codepoint": "A2E4",
            "name": "YI SYLLABLE ZZUP"
        },
        {
            "codepoint": "A2E5",
            "name": "YI SYLLABLE ZZURX"
        },
        {
            "codepoint": "A2E6",
            "name": "YI SYLLABLE ZZUR"
        },
        {
            "codepoint": "A2E7",
            "name": "YI SYLLABLE ZZYT"
        },
        {
            "codepoint": "A2E8",
            "name": "YI SYLLABLE ZZYX"
        },
        {
            "codepoint": "A2E9",
            "name": "YI SYLLABLE ZZY"
        },
        {
            "codepoint": "A2EA",
            "name": "YI SYLLABLE ZZYP"
        },
        {
            "codepoint": "A2EB",
            "name": "YI SYLLABLE ZZYRX"
        },
        {
            "codepoint": "A2EC",
            "name": "YI SYLLABLE ZZYR"
        },
        {
            "codepoint": "A2ED",
            "name": "YI SYLLABLE NZIT"
        },
        {
            "codepoint": "A2EE",
            "name": "YI SYLLABLE NZIX"
        },
        {
            "codepoint": "A2EF",
            "name": "YI SYLLABLE NZI"
        },
        {
            "codepoint": "A2F0",
            "name": "YI SYLLABLE NZIP"
        },
        {
            "codepoint": "A2F1",
            "name": "YI SYLLABLE NZIEX"
        },
        {
            "codepoint": "A2F2",
            "name": "YI SYLLABLE NZIE"
        },
        {
            "codepoint": "A2F3",
            "name": "YI SYLLABLE NZIEP"
        },
        {
            "codepoint": "A2F4",
            "name": "YI SYLLABLE NZAT"
        },
        {
            "codepoint": "A2F5",
            "name": "YI SYLLABLE NZAX"
        },
        {
            "codepoint": "A2F6",
            "name": "YI SYLLABLE NZA"
        },
        {
            "codepoint": "A2F7",
            "name": "YI SYLLABLE NZAP"
        },
        {
            "codepoint": "A2F8",
            "name": "YI SYLLABLE NZUOX"
        },
        {
            "codepoint": "A2F9",
            "name": "YI SYLLABLE NZUO"
        },
        {
            "codepoint": "A2FA",
            "name": "YI SYLLABLE NZOX"
        },
        {
            "codepoint": "A2FB",
            "name": "YI SYLLABLE NZOP"
        },
        {
            "codepoint": "A2FC",
            "name": "YI SYLLABLE NZEX"
        },
        {
            "codepoint": "A2FD",
            "name": "YI SYLLABLE NZE"
        },
        {
            "codepoint": "A2FE",
            "name": "YI SYLLABLE NZUX"
        },
        {
            "codepoint": "A2FF",
            "name": "YI SYLLABLE NZU"
        },
        {
            "codepoint": "A300",
            "name": "YI SYLLABLE NZUP"
        },
        {
            "codepoint": "A301",
            "name": "YI SYLLABLE NZURX"
        },
        {
            "codepoint": "A302",
            "name": "YI SYLLABLE NZUR"
        },
        {
            "codepoint": "A303",
            "name": "YI SYLLABLE NZYT"
        },
        {
            "codepoint": "A304",
            "name": "YI SYLLABLE NZYX"
        },
        {
            "codepoint": "A305",
            "name": "YI SYLLABLE NZY"
        },
        {
            "codepoint": "A306",
            "name": "YI SYLLABLE NZYP"
        },
        {
            "codepoint": "A307",
            "name": "YI SYLLABLE NZYRX"
        },
        {
            "codepoint": "A308",
            "name": "YI SYLLABLE NZYR"
        },
        {
            "codepoint": "A309",
            "name": "YI SYLLABLE SIT"
        },
        {
            "codepoint": "A30A",
            "name": "YI SYLLABLE SIX"
        },
        {
            "codepoint": "A30B",
            "name": "YI SYLLABLE SI"
        },
        {
            "codepoint": "A30C",
            "name": "YI SYLLABLE SIP"
        },
        {
            "codepoint": "A30D",
            "name": "YI SYLLABLE SIEX"
        },
        {
            "codepoint": "A30E",
            "name": "YI SYLLABLE SIE"
        },
        {
            "codepoint": "A30F",
            "name": "YI SYLLABLE SIEP"
        },
        {
            "codepoint": "A310",
            "name": "YI SYLLABLE SAT"
        },
        {
            "codepoint": "A311",
            "name": "YI SYLLABLE SAX"
        },
        {
            "codepoint": "A312",
            "name": "YI SYLLABLE SA"
        },
        {
            "codepoint": "A313",
            "name": "YI SYLLABLE SAP"
        },
        {
            "codepoint": "A314",
            "name": "YI SYLLABLE SUOX"
        },
        {
            "codepoint": "A315",
            "name": "YI SYLLABLE SUO"
        },
        {
            "codepoint": "A316",
            "name": "YI SYLLABLE SUOP"
        },
        {
            "codepoint": "A317",
            "name": "YI SYLLABLE SOT"
        },
        {
            "codepoint": "A318",
            "name": "YI SYLLABLE SOX"
        },
        {
            "codepoint": "A319",
            "name": "YI SYLLABLE SO"
        },
        {
            "codepoint": "A31A",
            "name": "YI SYLLABLE SOP"
        },
        {
            "codepoint": "A31B",
            "name": "YI SYLLABLE SEX"
        },
        {
            "codepoint": "A31C",
            "name": "YI SYLLABLE SE"
        },
        {
            "codepoint": "A31D",
            "name": "YI SYLLABLE SEP"
        },
        {
            "codepoint": "A31E",
            "name": "YI SYLLABLE SUT"
        },
        {
            "codepoint": "A31F",
            "name": "YI SYLLABLE SUX"
        },
        {
            "codepoint": "A320",
            "name": "YI SYLLABLE SU"
        },
        {
            "codepoint": "A321",
            "name": "YI SYLLABLE SUP"
        },
        {
            "codepoint": "A322",
            "name": "YI SYLLABLE SURX"
        },
        {
            "codepoint": "A323",
            "name": "YI SYLLABLE SUR"
        },
        {
            "codepoint": "A324",
            "name": "YI SYLLABLE SYT"
        },
        {
            "codepoint": "A325",
            "name": "YI SYLLABLE SYX"
        },
        {
            "codepoint": "A326",
            "name": "YI SYLLABLE SY"
        },
        {
            "codepoint": "A327",
            "name": "YI SYLLABLE SYP"
        },
        {
            "codepoint": "A328",
            "name": "YI SYLLABLE SYRX"
        },
        {
            "codepoint": "A329",
            "name": "YI SYLLABLE SYR"
        },
        {
            "codepoint": "A32A",
            "name": "YI SYLLABLE SSIT"
        },
        {
            "codepoint": "A32B",
            "name": "YI SYLLABLE SSIX"
        },
        {
            "codepoint": "A32C",
            "name": "YI SYLLABLE SSI"
        },
        {
            "codepoint": "A32D",
            "name": "YI SYLLABLE SSIP"
        },
        {
            "codepoint": "A32E",
            "name": "YI SYLLABLE SSIEX"
        },
        {
            "codepoint": "A32F",
            "name": "YI SYLLABLE SSIE"
        },
        {
            "codepoint": "A330",
            "name": "YI SYLLABLE SSIEP"
        },
        {
            "codepoint": "A331",
            "name": "YI SYLLABLE SSAT"
        },
        {
            "codepoint": "A332",
            "name": "YI SYLLABLE SSAX"
        },
        {
            "codepoint": "A333",
            "name": "YI SYLLABLE SSA"
        },
        {
            "codepoint": "A334",
            "name": "YI SYLLABLE SSAP"
        },
        {
            "codepoint": "A335",
            "name": "YI SYLLABLE SSOT"
        },
        {
            "codepoint": "A336",
            "name": "YI SYLLABLE SSOX"
        },
        {
            "codepoint": "A337",
            "name": "YI SYLLABLE SSO"
        },
        {
            "codepoint": "A338",
            "name": "YI SYLLABLE SSOP"
        },
        {
            "codepoint": "A339",
            "name": "YI SYLLABLE SSEX"
        },
        {
            "codepoint": "A33A",
            "name": "YI SYLLABLE SSE"
        },
        {
            "codepoint": "A33B",
            "name": "YI SYLLABLE SSEP"
        },
        {
            "codepoint": "A33C",
            "name": "YI SYLLABLE SSUT"
        },
        {
            "codepoint": "A33D",
            "name": "YI SYLLABLE SSUX"
        },
        {
            "codepoint": "A33E",
            "name": "YI SYLLABLE SSU"
        },
        {
            "codepoint": "A33F",
            "name": "YI SYLLABLE SSUP"
        },
        {
            "codepoint": "A340",
            "name": "YI SYLLABLE SSYT"
        },
        {
            "codepoint": "A341",
            "name": "YI SYLLABLE SSYX"
        },
        {
            "codepoint": "A342",
            "name": "YI SYLLABLE SSY"
        },
        {
            "codepoint": "A343",
            "name": "YI SYLLABLE SSYP"
        },
        {
            "codepoint": "A344",
            "name": "YI SYLLABLE SSYRX"
        },
        {
            "codepoint": "A345",
            "name": "YI SYLLABLE SSYR"
        },
        {
            "codepoint": "A346",
            "name": "YI SYLLABLE ZHAT"
        },
        {
            "codepoint": "A347",
            "name": "YI SYLLABLE ZHAX"
        },
        {
            "codepoint": "A348",
            "name": "YI SYLLABLE ZHA"
        },
        {
            "codepoint": "A349",
            "name": "YI SYLLABLE ZHAP"
        },
        {
            "codepoint": "A34A",
            "name": "YI SYLLABLE ZHUOX"
        },
        {
            "codepoint": "A34B",
            "name": "YI SYLLABLE ZHUO"
        },
        {
            "codepoint": "A34C",
            "name": "YI SYLLABLE ZHUOP"
        },
        {
            "codepoint": "A34D",
            "name": "YI SYLLABLE ZHOT"
        },
        {
            "codepoint": "A34E",
            "name": "YI SYLLABLE ZHOX"
        },
        {
            "codepoint": "A34F",
            "name": "YI SYLLABLE ZHO"
        },
        {
            "codepoint": "A350",
            "name": "YI SYLLABLE ZHOP"
        },
        {
            "codepoint": "A351",
            "name": "YI SYLLABLE ZHET"
        },
        {
            "codepoint": "A352",
            "name": "YI SYLLABLE ZHEX"
        },
        {
            "codepoint": "A353",
            "name": "YI SYLLABLE ZHE"
        },
        {
            "codepoint": "A354",
            "name": "YI SYLLABLE ZHEP"
        },
        {
            "codepoint": "A355",
            "name": "YI SYLLABLE ZHUT"
        },
        {
            "codepoint": "A356",
            "name": "YI SYLLABLE ZHUX"
        },
        {
            "codepoint": "A357",
            "name": "YI SYLLABLE ZHU"
        },
        {
            "codepoint": "A358",
            "name": "YI SYLLABLE ZHUP"
        },
        {
            "codepoint": "A359",
            "name": "YI SYLLABLE ZHURX"
        },
        {
            "codepoint": "A35A",
            "name": "YI SYLLABLE ZHUR"
        },
        {
            "codepoint": "A35B",
            "name": "YI SYLLABLE ZHYT"
        },
        {
            "codepoint": "A35C",
            "name": "YI SYLLABLE ZHYX"
        },
        {
            "codepoint": "A35D",
            "name": "YI SYLLABLE ZHY"
        },
        {
            "codepoint": "A35E",
            "name": "YI SYLLABLE ZHYP"
        },
        {
            "codepoint": "A35F",
            "name": "YI SYLLABLE ZHYRX"
        },
        {
            "codepoint": "A360",
            "name": "YI SYLLABLE ZHYR"
        },
        {
            "codepoint": "A361",
            "name": "YI SYLLABLE CHAT"
        },
        {
            "codepoint": "A362",
            "name": "YI SYLLABLE CHAX"
        },
        {
            "codepoint": "A363",
            "name": "YI SYLLABLE CHA"
        },
        {
            "codepoint": "A364",
            "name": "YI SYLLABLE CHAP"
        },
        {
            "codepoint": "A365",
            "name": "YI SYLLABLE CHUOT"
        },
        {
            "codepoint": "A366",
            "name": "YI SYLLABLE CHUOX"
        },
        {
            "codepoint": "A367",
            "name": "YI SYLLABLE CHUO"
        },
        {
            "codepoint": "A368",
            "name": "YI SYLLABLE CHUOP"
        },
        {
            "codepoint": "A369",
            "name": "YI SYLLABLE CHOT"
        },
        {
            "codepoint": "A36A",
            "name": "YI SYLLABLE CHOX"
        },
        {
            "codepoint": "A36B",
            "name": "YI SYLLABLE CHO"
        },
        {
            "codepoint": "A36C",
            "name": "YI SYLLABLE CHOP"
        },
        {
            "codepoint": "A36D",
            "name": "YI SYLLABLE CHET"
        },
        {
            "codepoint": "A36E",
            "name": "YI SYLLABLE CHEX"
        },
        {
            "codepoint": "A36F",
            "name": "YI SYLLABLE CHE"
        },
        {
            "codepoint": "A370",
            "name": "YI SYLLABLE CHEP"
        },
        {
            "codepoint": "A371",
            "name": "YI SYLLABLE CHUX"
        },
        {
            "codepoint": "A372",
            "name": "YI SYLLABLE CHU"
        },
        {
            "codepoint": "A373",
            "name": "YI SYLLABLE CHUP"
        },
        {
            "codepoint": "A374",
            "name": "YI SYLLABLE CHURX"
        },
        {
            "codepoint": "A375",
            "name": "YI SYLLABLE CHUR"
        },
        {
            "codepoint": "A376",
            "name": "YI SYLLABLE CHYT"
        },
        {
            "codepoint": "A377",
            "name": "YI SYLLABLE CHYX"
        },
        {
            "codepoint": "A378",
            "name": "YI SYLLABLE CHY"
        },
        {
            "codepoint": "A379",
            "name": "YI SYLLABLE CHYP"
        },
        {
            "codepoint": "A37A",
            "name": "YI SYLLABLE CHYRX"
        },
        {
            "codepoint": "A37B",
            "name": "YI SYLLABLE CHYR"
        },
        {
            "codepoint": "A37C",
            "name": "YI SYLLABLE RRAX"
        },
        {
            "codepoint": "A37D",
            "name": "YI SYLLABLE RRA"
        },
        {
            "codepoint": "A37E",
            "name": "YI SYLLABLE RRUOX"
        },
        {
            "codepoint": "A37F",
            "name": "YI SYLLABLE RRUO"
        },
        {
            "codepoint": "A380",
            "name": "YI SYLLABLE RROT"
        },
        {
            "codepoint": "A381",
            "name": "YI SYLLABLE RROX"
        },
        {
            "codepoint": "A382",
            "name": "YI SYLLABLE RRO"
        },
        {
            "codepoint": "A383",
            "name": "YI SYLLABLE RROP"
        },
        {
            "codepoint": "A384",
            "name": "YI SYLLABLE RRET"
        },
        {
            "codepoint": "A385",
            "name": "YI SYLLABLE RREX"
        },
        {
            "codepoint": "A386",
            "name": "YI SYLLABLE RRE"
        },
        {
            "codepoint": "A387",
            "name": "YI SYLLABLE RREP"
        },
        {
            "codepoint": "A388",
            "name": "YI SYLLABLE RRUT"
        },
        {
            "codepoint": "A389",
            "name": "YI SYLLABLE RRUX"
        },
        {
            "codepoint": "A38A",
            "name": "YI SYLLABLE RRU"
        },
        {
            "codepoint": "A38B",
            "name": "YI SYLLABLE RRUP"
        },
        {
            "codepoint": "A38C",
            "name": "YI SYLLABLE RRURX"
        },
        {
            "codepoint": "A38D",
            "name": "YI SYLLABLE RRUR"
        },
        {
            "codepoint": "A38E",
            "name": "YI SYLLABLE RRYT"
        },
        {
            "codepoint": "A38F",
            "name": "YI SYLLABLE RRYX"
        },
        {
            "codepoint": "A390",
            "name": "YI SYLLABLE RRY"
        },
        {
            "codepoint": "A391",
            "name": "YI SYLLABLE RRYP"
        },
        {
            "codepoint": "A392",
            "name": "YI SYLLABLE RRYRX"
        },
        {
            "codepoint": "A393",
            "name": "YI SYLLABLE RRYR"
        },
        {
            "codepoint": "A394",
            "name": "YI SYLLABLE NRAT"
        },
        {
            "codepoint": "A395",
            "name": "YI SYLLABLE NRAX"
        },
        {
            "codepoint": "A396",
            "name": "YI SYLLABLE NRA"
        },
        {
            "codepoint": "A397",
            "name": "YI SYLLABLE NRAP"
        },
        {
            "codepoint": "A398",
            "name": "YI SYLLABLE NROX"
        },
        {
            "codepoint": "A399",
            "name": "YI SYLLABLE NRO"
        },
        {
            "codepoint": "A39A",
            "name": "YI SYLLABLE NROP"
        },
        {
            "codepoint": "A39B",
            "name": "YI SYLLABLE NRET"
        },
        {
            "codepoint": "A39C",
            "name": "YI SYLLABLE NREX"
        },
        {
            "codepoint": "A39D",
            "name": "YI SYLLABLE NRE"
        },
        {
            "codepoint": "A39E",
            "name": "YI SYLLABLE NREP"
        },
        {
            "codepoint": "A39F",
            "name": "YI SYLLABLE NRUT"
        },
        {
            "codepoint": "A3A0",
            "name": "YI SYLLABLE NRUX"
        },
        {
            "codepoint": "A3A1",
            "name": "YI SYLLABLE NRU"
        },
        {
            "codepoint": "A3A2",
            "name": "YI SYLLABLE NRUP"
        },
        {
            "codepoint": "A3A3",
            "name": "YI SYLLABLE NRURX"
        },
        {
            "codepoint": "A3A4",
            "name": "YI SYLLABLE NRUR"
        },
        {
            "codepoint": "A3A5",
            "name": "YI SYLLABLE NRYT"
        },
        {
            "codepoint": "A3A6",
            "name": "YI SYLLABLE NRYX"
        },
        {
            "codepoint": "A3A7",
            "name": "YI SYLLABLE NRY"
        },
        {
            "codepoint": "A3A8",
            "name": "YI SYLLABLE NRYP"
        },
        {
            "codepoint": "A3A9",
            "name": "YI SYLLABLE NRYRX"
        },
        {
            "codepoint": "A3AA",
            "name": "YI SYLLABLE NRYR"
        },
        {
            "codepoint": "A3AB",
            "name": "YI SYLLABLE SHAT"
        },
        {
            "codepoint": "A3AC",
            "name": "YI SYLLABLE SHAX"
        },
        {
            "codepoint": "A3AD",
            "name": "YI SYLLABLE SHA"
        },
        {
            "codepoint": "A3AE",
            "name": "YI SYLLABLE SHAP"
        },
        {
            "codepoint": "A3AF",
            "name": "YI SYLLABLE SHUOX"
        },
        {
            "codepoint": "A3B0",
            "name": "YI SYLLABLE SHUO"
        },
        {
            "codepoint": "A3B1",
            "name": "YI SYLLABLE SHUOP"
        },
        {
            "codepoint": "A3B2",
            "name": "YI SYLLABLE SHOT"
        },
        {
            "codepoint": "A3B3",
            "name": "YI SYLLABLE SHOX"
        },
        {
            "codepoint": "A3B4",
            "name": "YI SYLLABLE SHO"
        },
        {
            "codepoint": "A3B5",
            "name": "YI SYLLABLE SHOP"
        },
        {
            "codepoint": "A3B6",
            "name": "YI SYLLABLE SHET"
        },
        {
            "codepoint": "A3B7",
            "name": "YI SYLLABLE SHEX"
        },
        {
            "codepoint": "A3B8",
            "name": "YI SYLLABLE SHE"
        },
        {
            "codepoint": "A3B9",
            "name": "YI SYLLABLE SHEP"
        },
        {
            "codepoint": "A3BA",
            "name": "YI SYLLABLE SHUT"
        },
        {
            "codepoint": "A3BB",
            "name": "YI SYLLABLE SHUX"
        },
        {
            "codepoint": "A3BC",
            "name": "YI SYLLABLE SHU"
        },
        {
            "codepoint": "A3BD",
            "name": "YI SYLLABLE SHUP"
        },
        {
            "codepoint": "A3BE",
            "name": "YI SYLLABLE SHURX"
        },
        {
            "codepoint": "A3BF",
            "name": "YI SYLLABLE SHUR"
        },
        {
            "codepoint": "A3C0",
            "name": "YI SYLLABLE SHYT"
        },
        {
            "codepoint": "A3C1",
            "name": "YI SYLLABLE SHYX"
        },
        {
            "codepoint": "A3C2",
            "name": "YI SYLLABLE SHY"
        },
        {
            "codepoint": "A3C3",
            "name": "YI SYLLABLE SHYP"
        },
        {
            "codepoint": "A3C4",
            "name": "YI SYLLABLE SHYRX"
        },
        {
            "codepoint": "A3C5",
            "name": "YI SYLLABLE SHYR"
        },
        {
            "codepoint": "A3C6",
            "name": "YI SYLLABLE RAT"
        },
        {
            "codepoint": "A3C7",
            "name": "YI SYLLABLE RAX"
        },
        {
            "codepoint": "A3C8",
            "name": "YI SYLLABLE RA"
        },
        {
            "codepoint": "A3C9",
            "name": "YI SYLLABLE RAP"
        },
        {
            "codepoint": "A3CA",
            "name": "YI SYLLABLE RUOX"
        },
        {
            "codepoint": "A3CB",
            "name": "YI SYLLABLE RUO"
        },
        {
            "codepoint": "A3CC",
            "name": "YI SYLLABLE RUOP"
        },
        {
            "codepoint": "A3CD",
            "name": "YI SYLLABLE ROT"
        },
        {
            "codepoint": "A3CE",
            "name": "YI SYLLABLE ROX"
        },
        {
            "codepoint": "A3CF",
            "name": "YI SYLLABLE RO"
        },
        {
            "codepoint": "A3D0",
            "name": "YI SYLLABLE ROP"
        },
        {
            "codepoint": "A3D1",
            "name": "YI SYLLABLE REX"
        },
        {
            "codepoint": "A3D2",
            "name": "YI SYLLABLE RE"
        },
        {
            "codepoint": "A3D3",
            "name": "YI SYLLABLE REP"
        },
        {
            "codepoint": "A3D4",
            "name": "YI SYLLABLE RUT"
        },
        {
            "codepoint": "A3D5",
            "name": "YI SYLLABLE RUX"
        },
        {
            "codepoint": "A3D6",
            "name": "YI SYLLABLE RU"
        },
        {
            "codepoint": "A3D7",
            "name": "YI SYLLABLE RUP"
        },
        {
            "codepoint": "A3D8",
            "name": "YI SYLLABLE RURX"
        },
        {
            "codepoint": "A3D9",
            "name": "YI SYLLABLE RUR"
        },
        {
            "codepoint": "A3DA",
            "name": "YI SYLLABLE RYT"
        },
        {
            "codepoint": "A3DB",
            "name": "YI SYLLABLE RYX"
        },
        {
            "codepoint": "A3DC",
            "name": "YI SYLLABLE RY"
        },
        {
            "codepoint": "A3DD",
            "name": "YI SYLLABLE RYP"
        },
        {
            "codepoint": "A3DE",
            "name": "YI SYLLABLE RYRX"
        },
        {
            "codepoint": "A3DF",
            "name": "YI SYLLABLE RYR"
        },
        {
            "codepoint": "A3E0",
            "name": "YI SYLLABLE JIT"
        },
        {
            "codepoint": "A3E1",
            "name": "YI SYLLABLE JIX"
        },
        {
            "codepoint": "A3E2",
            "name": "YI SYLLABLE JI"
        },
        {
            "codepoint": "A3E3",
            "name": "YI SYLLABLE JIP"
        },
        {
            "codepoint": "A3E4",
            "name": "YI SYLLABLE JIET"
        },
        {
            "codepoint": "A3E5",
            "name": "YI SYLLABLE JIEX"
        },
        {
            "codepoint": "A3E6",
            "name": "YI SYLLABLE JIE"
        },
        {
            "codepoint": "A3E7",
            "name": "YI SYLLABLE JIEP"
        },
        {
            "codepoint": "A3E8",
            "name": "YI SYLLABLE JUOT"
        },
        {
            "codepoint": "A3E9",
            "name": "YI SYLLABLE JUOX"
        },
        {
            "codepoint": "A3EA",
            "name": "YI SYLLABLE JUO"
        },
        {
            "codepoint": "A3EB",
            "name": "YI SYLLABLE JUOP"
        },
        {
            "codepoint": "A3EC",
            "name": "YI SYLLABLE JOT"
        },
        {
            "codepoint": "A3ED",
            "name": "YI SYLLABLE JOX"
        },
        {
            "codepoint": "A3EE",
            "name": "YI SYLLABLE JO"
        },
        {
            "codepoint": "A3EF",
            "name": "YI SYLLABLE JOP"
        },
        {
            "codepoint": "A3F0",
            "name": "YI SYLLABLE JUT"
        },
        {
            "codepoint": "A3F1",
            "name": "YI SYLLABLE JUX"
        },
        {
            "codepoint": "A3F2",
            "name": "YI SYLLABLE JU"
        },
        {
            "codepoint": "A3F3",
            "name": "YI SYLLABLE JUP"
        },
        {
            "codepoint": "A3F4",
            "name": "YI SYLLABLE JURX"
        },
        {
            "codepoint": "A3F5",
            "name": "YI SYLLABLE JUR"
        },
        {
            "codepoint": "A3F6",
            "name": "YI SYLLABLE JYT"
        },
        {
            "codepoint": "A3F7",
            "name": "YI SYLLABLE JYX"
        },
        {
            "codepoint": "A3F8",
            "name": "YI SYLLABLE JY"
        },
        {
            "codepoint": "A3F9",
            "name": "YI SYLLABLE JYP"
        },
        {
            "codepoint": "A3FA",
            "name": "YI SYLLABLE JYRX"
        },
        {
            "codepoint": "A3FB",
            "name": "YI SYLLABLE JYR"
        },
        {
            "codepoint": "A3FC",
            "name": "YI SYLLABLE QIT"
        },
        {
            "codepoint": "A3FD",
            "name": "YI SYLLABLE QIX"
        },
        {
            "codepoint": "A3FE",
            "name": "YI SYLLABLE QI"
        },
        {
            "codepoint": "A3FF",
            "name": "YI SYLLABLE QIP"
        },
        {
            "codepoint": "A400",
            "name": "YI SYLLABLE QIET"
        },
        {
            "codepoint": "A401",
            "name": "YI SYLLABLE QIEX"
        },
        {
            "codepoint": "A402",
            "name": "YI SYLLABLE QIE"
        },
        {
            "codepoint": "A403",
            "name": "YI SYLLABLE QIEP"
        },
        {
            "codepoint": "A404",
            "name": "YI SYLLABLE QUOT"
        },
        {
            "codepoint": "A405",
            "name": "YI SYLLABLE QUOX"
        },
        {
            "codepoint": "A406",
            "name": "YI SYLLABLE QUO"
        },
        {
            "codepoint": "A407",
            "name": "YI SYLLABLE QUOP"
        },
        {
            "codepoint": "A408",
            "name": "YI SYLLABLE QOT"
        },
        {
            "codepoint": "A409",
            "name": "YI SYLLABLE QOX"
        },
        {
            "codepoint": "A40A",
            "name": "YI SYLLABLE QO"
        },
        {
            "codepoint": "A40B",
            "name": "YI SYLLABLE QOP"
        },
        {
            "codepoint": "A40C",
            "name": "YI SYLLABLE QUT"
        },
        {
            "codepoint": "A40D",
            "name": "YI SYLLABLE QUX"
        },
        {
            "codepoint": "A40E",
            "name": "YI SYLLABLE QU"
        },
        {
            "codepoint": "A40F",
            "name": "YI SYLLABLE QUP"
        },
        {
            "codepoint": "A410",
            "name": "YI SYLLABLE QURX"
        },
        {
            "codepoint": "A411",
            "name": "YI SYLLABLE QUR"
        },
        {
            "codepoint": "A412",
            "name": "YI SYLLABLE QYT"
        },
        {
            "codepoint": "A413",
            "name": "YI SYLLABLE QYX"
        },
        {
            "codepoint": "A414",
            "name": "YI SYLLABLE QY"
        },
        {
            "codepoint": "A415",
            "name": "YI SYLLABLE QYP"
        },
        {
            "codepoint": "A416",
            "name": "YI SYLLABLE QYRX"
        },
        {
            "codepoint": "A417",
            "name": "YI SYLLABLE QYR"
        },
        {
            "codepoint": "A418",
            "name": "YI SYLLABLE JJIT"
        },
        {
            "codepoint": "A419",
            "name": "YI SYLLABLE JJIX"
        },
        {
            "codepoint": "A41A",
            "name": "YI SYLLABLE JJI"
        },
        {
            "codepoint": "A41B",
            "name": "YI SYLLABLE JJIP"
        },
        {
            "codepoint": "A41C",
            "name": "YI SYLLABLE JJIET"
        },
        {
            "codepoint": "A41D",
            "name": "YI SYLLABLE JJIEX"
        },
        {
            "codepoint": "A41E",
            "name": "YI SYLLABLE JJIE"
        },
        {
            "codepoint": "A41F",
            "name": "YI SYLLABLE JJIEP"
        },
        {
            "codepoint": "A420",
            "name": "YI SYLLABLE JJUOX"
        },
        {
            "codepoint": "A421",
            "name": "YI SYLLABLE JJUO"
        },
        {
            "codepoint": "A422",
            "name": "YI SYLLABLE JJUOP"
        },
        {
            "codepoint": "A423",
            "name": "YI SYLLABLE JJOT"
        },
        {
            "codepoint": "A424",
            "name": "YI SYLLABLE JJOX"
        },
        {
            "codepoint": "A425",
            "name": "YI SYLLABLE JJO"
        },
        {
            "codepoint": "A426",
            "name": "YI SYLLABLE JJOP"
        },
        {
            "codepoint": "A427",
            "name": "YI SYLLABLE JJUT"
        },
        {
            "codepoint": "A428",
            "name": "YI SYLLABLE JJUX"
        },
        {
            "codepoint": "A429",
            "name": "YI SYLLABLE JJU"
        },
        {
            "codepoint": "A42A",
            "name": "YI SYLLABLE JJUP"
        },
        {
            "codepoint": "A42B",
            "name": "YI SYLLABLE JJURX"
        },
        {
            "codepoint": "A42C",
            "name": "YI SYLLABLE JJUR"
        },
        {
            "codepoint": "A42D",
            "name": "YI SYLLABLE JJYT"
        },
        {
            "codepoint": "A42E",
            "name": "YI SYLLABLE JJYX"
        },
        {
            "codepoint": "A42F",
            "name": "YI SYLLABLE JJY"
        },
        {
            "codepoint": "A430",
            "name": "YI SYLLABLE JJYP"
        },
        {
            "codepoint": "A431",
            "name": "YI SYLLABLE NJIT"
        },
        {
            "codepoint": "A432",
            "name": "YI SYLLABLE NJIX"
        },
        {
            "codepoint": "A433",
            "name": "YI SYLLABLE NJI"
        },
        {
            "codepoint": "A434",
            "name": "YI SYLLABLE NJIP"
        },
        {
            "codepoint": "A435",
            "name": "YI SYLLABLE NJIET"
        },
        {
            "codepoint": "A436",
            "name": "YI SYLLABLE NJIEX"
        },
        {
            "codepoint": "A437",
            "name": "YI SYLLABLE NJIE"
        },
        {
            "codepoint": "A438",
            "name": "YI SYLLABLE NJIEP"
        },
        {
            "codepoint": "A439",
            "name": "YI SYLLABLE NJUOX"
        },
        {
            "codepoint": "A43A",
            "name": "YI SYLLABLE NJUO"
        },
        {
            "codepoint": "A43B",
            "name": "YI SYLLABLE NJOT"
        },
        {
            "codepoint": "A43C",
            "name": "YI SYLLABLE NJOX"
        },
        {
            "codepoint": "A43D",
            "name": "YI SYLLABLE NJO"
        },
        {
            "codepoint": "A43E",
            "name": "YI SYLLABLE NJOP"
        },
        {
            "codepoint": "A43F",
            "name": "YI SYLLABLE NJUX"
        },
        {
            "codepoint": "A440",
            "name": "YI SYLLABLE NJU"
        },
        {
            "codepoint": "A441",
            "name": "YI SYLLABLE NJUP"
        },
        {
            "codepoint": "A442",
            "name": "YI SYLLABLE NJURX"
        },
        {
            "codepoint": "A443",
            "name": "YI SYLLABLE NJUR"
        },
        {
            "codepoint": "A444",
            "name": "YI SYLLABLE NJYT"
        },
        {
            "codepoint": "A445",
            "name": "YI SYLLABLE NJYX"
        },
        {
            "codepoint": "A446",
            "name": "YI SYLLABLE NJY"
        },
        {
            "codepoint": "A447",
            "name": "YI SYLLABLE NJYP"
        },
        {
            "codepoint": "A448",
            "name": "YI SYLLABLE NJYRX"
        },
        {
            "codepoint": "A449",
            "name": "YI SYLLABLE NJYR"
        },
        {
            "codepoint": "A44A",
            "name": "YI SYLLABLE NYIT"
        },
        {
            "codepoint": "A44B",
            "name": "YI SYLLABLE NYIX"
        },
        {
            "codepoint": "A44C",
            "name": "YI SYLLABLE NYI"
        },
        {
            "codepoint": "A44D",
            "name": "YI SYLLABLE NYIP"
        },
        {
            "codepoint": "A44E",
            "name": "YI SYLLABLE NYIET"
        },
        {
            "codepoint": "A44F",
            "name": "YI SYLLABLE NYIEX"
        },
        {
            "codepoint": "A450",
            "name": "YI SYLLABLE NYIE"
        },
        {
            "codepoint": "A451",
            "name": "YI SYLLABLE NYIEP"
        },
        {
            "codepoint": "A452",
            "name": "YI SYLLABLE NYUOX"
        },
        {
            "codepoint": "A453",
            "name": "YI SYLLABLE NYUO"
        },
        {
            "codepoint": "A454",
            "name": "YI SYLLABLE NYUOP"
        },
        {
            "codepoint": "A455",
            "name": "YI SYLLABLE NYOT"
        },
        {
            "codepoint": "A456",
            "name": "YI SYLLABLE NYOX"
        },
        {
            "codepoint": "A457",
            "name": "YI SYLLABLE NYO"
        },
        {
            "codepoint": "A458",
            "name": "YI SYLLABLE NYOP"
        },
        {
            "codepoint": "A459",
            "name": "YI SYLLABLE NYUT"
        },
        {
            "codepoint": "A45A",
            "name": "YI SYLLABLE NYUX"
        },
        {
            "codepoint": "A45B",
            "name": "YI SYLLABLE NYU"
        },
        {
            "codepoint": "A45C",
            "name": "YI SYLLABLE NYUP"
        },
        {
            "codepoint": "A45D",
            "name": "YI SYLLABLE XIT"
        },
        {
            "codepoint": "A45E",
            "name": "YI SYLLABLE XIX"
        },
        {
            "codepoint": "A45F",
            "name": "YI SYLLABLE XI"
        },
        {
            "codepoint": "A460",
            "name": "YI SYLLABLE XIP"
        },
        {
            "codepoint": "A461",
            "name": "YI SYLLABLE XIET"
        },
        {
            "codepoint": "A462",
            "name": "YI SYLLABLE XIEX"
        },
        {
            "codepoint": "A463",
            "name": "YI SYLLABLE XIE"
        },
        {
            "codepoint": "A464",
            "name": "YI SYLLABLE XIEP"
        },
        {
            "codepoint": "A465",
            "name": "YI SYLLABLE XUOX"
        },
        {
            "codepoint": "A466",
            "name": "YI SYLLABLE XUO"
        },
        {
            "codepoint": "A467",
            "name": "YI SYLLABLE XOT"
        },
        {
            "codepoint": "A468",
            "name": "YI SYLLABLE XOX"
        },
        {
            "codepoint": "A469",
            "name": "YI SYLLABLE XO"
        },
        {
            "codepoint": "A46A",
            "name": "YI SYLLABLE XOP"
        },
        {
            "codepoint": "A46B",
            "name": "YI SYLLABLE XYT"
        },
        {
            "codepoint": "A46C",
            "name": "YI SYLLABLE XYX"
        },
        {
            "codepoint": "A46D",
            "name": "YI SYLLABLE XY"
        },
        {
            "codepoint": "A46E",
            "name": "YI SYLLABLE XYP"
        },
        {
            "codepoint": "A46F",
            "name": "YI SYLLABLE XYRX"
        },
        {
            "codepoint": "A470",
            "name": "YI SYLLABLE XYR"
        },
        {
            "codepoint": "A471",
            "name": "YI SYLLABLE YIT"
        },
        {
            "codepoint": "A472",
            "name": "YI SYLLABLE YIX"
        },
        {
            "codepoint": "A473",
            "name": "YI SYLLABLE YI"
        },
        {
            "codepoint": "A474",
            "name": "YI SYLLABLE YIP"
        },
        {
            "codepoint": "A475",
            "name": "YI SYLLABLE YIET"
        },
        {
            "codepoint": "A476",
            "name": "YI SYLLABLE YIEX"
        },
        {
            "codepoint": "A477",
            "name": "YI SYLLABLE YIE"
        },
        {
            "codepoint": "A478",
            "name": "YI SYLLABLE YIEP"
        },
        {
            "codepoint": "A479",
            "name": "YI SYLLABLE YUOT"
        },
        {
            "codepoint": "A47A",
            "name": "YI SYLLABLE YUOX"
        },
        {
            "codepoint": "A47B",
            "name": "YI SYLLABLE YUO"
        },
        {
            "codepoint": "A47C",
            "name": "YI SYLLABLE YUOP"
        },
        {
            "codepoint": "A47D",
            "name": "YI SYLLABLE YOT"
        },
        {
            "codepoint": "A47E",
            "name": "YI SYLLABLE YOX"
        },
        {
            "codepoint": "A47F",
            "name": "YI SYLLABLE YO"
        },
        {
            "codepoint": "A480",
            "name": "YI SYLLABLE YOP"
        },
        {
            "codepoint": "A481",
            "name": "YI SYLLABLE YUT"
        },
        {
            "codepoint": "A482",
            "name": "YI SYLLABLE YUX"
        },
        {
            "codepoint": "A483",
            "name": "YI SYLLABLE YU"
        },
        {
            "codepoint": "A484",
            "name": "YI SYLLABLE YUP"
        },
        {
            "codepoint": "A485",
            "name": "YI SYLLABLE YURX"
        },
        {
            "codepoint": "A486",
            "name": "YI SYLLABLE YUR"
        },
        {
            "codepoint": "A487",
            "name": "YI SYLLABLE YYT"
        },
        {
            "codepoint": "A488",
            "name": "YI SYLLABLE YYX"
        },
        {
            "codepoint": "A489",
            "name": "YI SYLLABLE YY"
        },
        {
            "codepoint": "A48A",
            "name": "YI SYLLABLE YYP"
        },
        {
            "codepoint": "A48B",
            "name": "YI SYLLABLE YYRX"
        },
        {
            "codepoint": "A48C",
            "name": "YI SYLLABLE YYR"
        },
        {
            "codepoint": "A490",
            "name": "YI RADICAL QOT",
            "crossReferences": [
                "(yi syllable qot - A408)"
            ]
        },
        {
            "codepoint": "A491",
            "name": "YI RADICAL LI",
            "crossReferences": [
                "(yi syllable li - A1B9)"
            ]
        },
        {
            "codepoint": "A492",
            "name": "YI RADICAL KIT"
        },
        {
            "codepoint": "A493",
            "name": "YI RADICAL NYIP"
        },
        {
            "codepoint": "A494",
            "name": "YI RADICAL CYP"
        },
        {
            "codepoint": "A495",
            "name": "YI RADICAL SSI"
        },
        {
            "codepoint": "A496",
            "name": "YI RADICAL GGOP"
        },
        {
            "codepoint": "A497",
            "name": "YI RADICAL GEP"
        },
        {
            "codepoint": "A498",
            "name": "YI RADICAL MI"
        },
        {
            "codepoint": "A499",
            "name": "YI RADICAL HXIT"
        },
        {
            "codepoint": "A49A",
            "name": "YI RADICAL LYR"
        },
        {
            "codepoint": "A49B",
            "name": "YI RADICAL BBUT"
        },
        {
            "codepoint": "A49C",
            "name": "YI RADICAL MOP"
        },
        {
            "codepoint": "A49D",
            "name": "YI RADICAL YO"
        },
        {
            "codepoint": "A49E",
            "name": "YI RADICAL PUT"
        },
        {
            "codepoint": "A49F",
            "name": "YI RADICAL HXUO"
        },
        {
            "codepoint": "A4A0",
            "name": "YI RADICAL TAT"
        },
        {
            "codepoint": "A4A1",
            "name": "YI RADICAL GA"
        },
        {
            "codepoint": "A4A2",
            "name": "YI RADICAL ZUP"
        },
        {
            "codepoint": "A4A3",
            "name": "YI RADICAL CYT"
        },
        {
            "codepoint": "A4A4",
            "name": "YI RADICAL DDUR"
        },
        {
            "codepoint": "A4A5",
            "name": "YI RADICAL BUR"
        },
        {
            "codepoint": "A4A6",
            "name": "YI RADICAL GGUO"
        },
        {
            "codepoint": "A4A7",
            "name": "YI RADICAL NYOP"
        },
        {
            "codepoint": "A4A8",
            "name": "YI RADICAL TU"
        },
        {
            "codepoint": "A4A9",
            "name": "YI RADICAL OP"
        },
        {
            "codepoint": "A4AA",
            "name": "YI RADICAL JJUT"
        },
        {
            "codepoint": "A4AB",
            "name": "YI RADICAL ZOT"
        },
        {
            "codepoint": "A4AC",
            "name": "YI RADICAL PYT"
        },
        {
            "codepoint": "A4AD",
            "name": "YI RADICAL HMO"
        },
        {
            "codepoint": "A4AE",
            "name": "YI RADICAL YIT"
        },
        {
            "codepoint": "A4AF",
            "name": "YI RADICAL VUR"
        },
        {
            "codepoint": "A4B0",
            "name": "YI RADICAL SHY"
        },
        {
            "codepoint": "A4B1",
            "name": "YI RADICAL VEP"
        },
        {
            "codepoint": "A4B2",
            "name": "YI RADICAL ZA"
        },
        {
            "codepoint": "A4B3",
            "name": "YI RADICAL JO"
        },
        {
            "codepoint": "A4B4",
            "name": "YI RADICAL NZUP"
        },
        {
            "codepoint": "A4B5",
            "name": "YI RADICAL JJY"
        },
        {
            "codepoint": "A4B6",
            "name": "YI RADICAL GOT"
        },
        {
            "codepoint": "A4B7",
            "name": "YI RADICAL JJIE"
        },
        {
            "codepoint": "A4B8",
            "name": "YI RADICAL WO"
        },
        {
            "codepoint": "A4B9",
            "name": "YI RADICAL DU"
        },
        {
            "codepoint": "A4BA",
            "name": "YI RADICAL SHUR"
        },
        {
            "codepoint": "A4BB",
            "name": "YI RADICAL LIE"
        },
        {
            "codepoint": "A4BC",
            "name": "YI RADICAL CY"
        },
        {
            "codepoint": "A4BD",
            "name": "YI RADICAL CUOP"
        },
        {
            "codepoint": "A4BE",
            "name": "YI RADICAL CIP"
        },
        {
            "codepoint": "A4BF",
            "name": "YI RADICAL HXOP"
        },
        {
            "codepoint": "A4C0",
            "name": "YI RADICAL SHAT"
        },
        {
            "codepoint": "A4C1",
            "name": "YI RADICAL ZUR"
        },
        {
            "codepoint": "A4C2",
            "name": "YI RADICAL SHOP"
        },
        {
            "codepoint": "A4C3",
            "name": "YI RADICAL CHE"
        },
        {
            "codepoint": "A4C4",
            "name": "YI RADICAL ZZIET"
        },
        {
            "codepoint": "A4C5",
            "name": "YI RADICAL NBIE"
        },
        {
            "codepoint": "A4C6",
            "name": "YI RADICAL KE"
        },
        {
            "codepoint": "A4D0",
            "name": "LISU LETTER BA"
        },
        {
            "codepoint": "A4D1",
            "name": "LISU LETTER PA"
        },
        {
            "codepoint": "A4D2",
            "name": "LISU LETTER PHA"
        },
        {
            "codepoint": "A4D3",
            "name": "LISU LETTER DA"
        },
        {
            "codepoint": "A4D4",
            "name": "LISU LETTER TA"
        },
        {
            "codepoint": "A4D5",
            "name": "LISU LETTER THA"
        },
        {
            "codepoint": "A4D6",
            "name": "LISU LETTER GA"
        },
        {
            "codepoint": "A4D7",
            "name": "LISU LETTER KA"
        },
        {
            "codepoint": "A4D8",
            "name": "LISU LETTER KHA"
        },
        {
            "codepoint": "A4D9",
            "name": "LISU LETTER JA"
        },
        {
            "codepoint": "A4DA",
            "name": "LISU LETTER CA"
        },
        {
            "codepoint": "A4DB",
            "name": "LISU LETTER CHA"
        },
        {
            "codepoint": "A4DC",
            "name": "LISU LETTER DZA"
        },
        {
            "codepoint": "A4DD",
            "name": "LISU LETTER TSA"
        },
        {
            "codepoint": "A4DE",
            "name": "LISU LETTER TSHA"
        },
        {
            "codepoint": "A4DF",
            "name": "LISU LETTER MA"
        },
        {
            "codepoint": "A4E0",
            "name": "LISU LETTER NA"
        },
        {
            "codepoint": "A4E1",
            "name": "LISU LETTER LA"
        },
        {
            "codepoint": "A4E2",
            "name": "LISU LETTER SA"
        },
        {
            "codepoint": "A4E3",
            "name": "LISU LETTER ZHA"
        },
        {
            "codepoint": "A4E4",
            "name": "LISU LETTER ZA"
        },
        {
            "codepoint": "A4E5",
            "name": "LISU LETTER NGA"
        },
        {
            "codepoint": "A4E6",
            "name": "LISU LETTER HA"
        },
        {
            "codepoint": "A4E7",
            "name": "LISU LETTER XA"
        },
        {
            "codepoint": "A4E8",
            "name": "LISU LETTER HHA"
        },
        {
            "codepoint": "A4E9",
            "name": "LISU LETTER FA"
        },
        {
            "codepoint": "A4EA",
            "name": "LISU LETTER WA"
        },
        {
            "codepoint": "A4EB",
            "name": "LISU LETTER SHA"
        },
        {
            "codepoint": "A4EC",
            "name": "LISU LETTER YA"
        },
        {
            "codepoint": "A4ED",
            "name": "LISU LETTER GHA"
        },
        {
            "codepoint": "A4EE",
            "name": "LISU LETTER A"
        },
        {
            "codepoint": "A4EF",
            "name": "LISU LETTER AE"
        },
        {
            "codepoint": "A4F0",
            "name": "LISU LETTER E"
        },
        {
            "codepoint": "A4F1",
            "name": "LISU LETTER EU"
        },
        {
            "codepoint": "A4F2",
            "name": "LISU LETTER I"
        },
        {
            "codepoint": "A4F3",
            "name": "LISU LETTER O"
        },
        {
            "codepoint": "A4F4",
            "name": "LISU LETTER U"
        },
        {
            "codepoint": "A4F5",
            "name": "LISU LETTER UE"
        },
        {
            "codepoint": "A4F6",
            "name": "LISU LETTER UH"
        },
        {
            "codepoint": "A4F7",
            "name": "LISU LETTER OE"
        },
        {
            "codepoint": "A4F8",
            "name": "LISU LETTER TONE MYA TI"
        },
        {
            "codepoint": "A4F9",
            "name": "LISU LETTER TONE NA PO"
        },
        {
            "codepoint": "A4FA",
            "name": "LISU LETTER TONE MYA CYA"
        },
        {
            "codepoint": "A4FB",
            "name": "LISU LETTER TONE MYA BO"
        },
        {
            "codepoint": "A4FC",
            "name": "LISU LETTER TONE MYA NA"
        },
        {
            "codepoint": "A4FD",
            "name": "LISU LETTER TONE MYA JEU"
        },
        {
            "codepoint": "A4FE",
            "name": "LISU PUNCTUATION COMMA"
        },
        {
            "codepoint": "A4FF",
            "name": "LISU PUNCTUATION FULL STOP"
        },
        {
            "codepoint": "A500",
            "name": "VAI SYLLABLE EE"
        },
        {
            "codepoint": "A501",
            "name": "VAI SYLLABLE EEN"
        },
        {
            "codepoint": "A502",
            "name": "VAI SYLLABLE HEE"
        },
        {
            "codepoint": "A503",
            "name": "VAI SYLLABLE WEE"
        },
        {
            "codepoint": "A504",
            "name": "VAI SYLLABLE WEEN"
        },
        {
            "codepoint": "A505",
            "name": "VAI SYLLABLE PEE"
        },
        {
            "codepoint": "A506",
            "name": "VAI SYLLABLE BHEE"
        },
        {
            "codepoint": "A507",
            "name": "VAI SYLLABLE BEE"
        },
        {
            "codepoint": "A508",
            "name": "VAI SYLLABLE MBEE"
        },
        {
            "codepoint": "A509",
            "name": "VAI SYLLABLE KPEE"
        },
        {
            "codepoint": "A50A",
            "name": "VAI SYLLABLE MGBEE"
        },
        {
            "codepoint": "A50B",
            "name": "VAI SYLLABLE GBEE"
        },
        {
            "codepoint": "A50C",
            "name": "VAI SYLLABLE FEE"
        },
        {
            "codepoint": "A50D",
            "name": "VAI SYLLABLE VEE"
        },
        {
            "codepoint": "A50E",
            "name": "VAI SYLLABLE TEE"
        },
        {
            "codepoint": "A50F",
            "name": "VAI SYLLABLE THEE"
        },
        {
            "codepoint": "A510",
            "name": "VAI SYLLABLE DHEE"
        },
        {
            "codepoint": "A511",
            "name": "VAI SYLLABLE DHHEE"
        },
        {
            "codepoint": "A512",
            "name": "VAI SYLLABLE LEE"
        },
        {
            "codepoint": "A513",
            "name": "VAI SYLLABLE REE"
        },
        {
            "codepoint": "A514",
            "name": "VAI SYLLABLE DEE",
            "comments": [
                "read as logogram deeng \"child, small\" in the Book of Ndole"
            ]
        },
        {
            "codepoint": "A515",
            "name": "VAI SYLLABLE NDEE"
        },
        {
            "codepoint": "A516",
            "name": "VAI SYLLABLE SEE"
        },
        {
            "codepoint": "A517",
            "name": "VAI SYLLABLE SHEE"
        },
        {
            "codepoint": "A518",
            "name": "VAI SYLLABLE ZEE"
        },
        {
            "codepoint": "A519",
            "name": "VAI SYLLABLE ZHEE"
        },
        {
            "codepoint": "A51A",
            "name": "VAI SYLLABLE CEE"
        },
        {
            "codepoint": "A51B",
            "name": "VAI SYLLABLE JEE"
        },
        {
            "codepoint": "A51C",
            "name": "VAI SYLLABLE NJEE"
        },
        {
            "codepoint": "A51D",
            "name": "VAI SYLLABLE YEE"
        },
        {
            "codepoint": "A51E",
            "name": "VAI SYLLABLE KEE"
        },
        {
            "codepoint": "A51F",
            "name": "VAI SYLLABLE NGGEE"
        },
        {
            "codepoint": "A520",
            "name": "VAI SYLLABLE GEE"
        },
        {
            "codepoint": "A521",
            "name": "VAI SYLLABLE MEE"
        },
        {
            "codepoint": "A522",
            "name": "VAI SYLLABLE NEE"
        },
        {
            "codepoint": "A523",
            "name": "VAI SYLLABLE NYEE"
        },
        {
            "codepoint": "A524",
            "name": "VAI SYLLABLE I"
        },
        {
            "codepoint": "A525",
            "name": "VAI SYLLABLE IN"
        },
        {
            "codepoint": "A526",
            "name": "VAI SYLLABLE HI"
        },
        {
            "codepoint": "A527",
            "name": "VAI SYLLABLE HIN"
        },
        {
            "codepoint": "A528",
            "name": "VAI SYLLABLE WI"
        },
        {
            "codepoint": "A529",
            "name": "VAI SYLLABLE WIN"
        },
        {
            "codepoint": "A52A",
            "name": "VAI SYLLABLE PI"
        },
        {
            "codepoint": "A52B",
            "name": "VAI SYLLABLE BHI"
        },
        {
            "codepoint": "A52C",
            "name": "VAI SYLLABLE BI"
        },
        {
            "codepoint": "A52D",
            "name": "VAI SYLLABLE MBI"
        },
        {
            "codepoint": "A52E",
            "name": "VAI SYLLABLE KPI"
        },
        {
            "codepoint": "A52F",
            "name": "VAI SYLLABLE MGBI"
        },
        {
            "codepoint": "A530",
            "name": "VAI SYLLABLE GBI"
        },
        {
            "codepoint": "A531",
            "name": "VAI SYLLABLE FI"
        },
        {
            "codepoint": "A532",
            "name": "VAI SYLLABLE VI"
        },
        {
            "codepoint": "A533",
            "name": "VAI SYLLABLE TI"
        },
        {
            "codepoint": "A534",
            "name": "VAI SYLLABLE THI"
        },
        {
            "codepoint": "A535",
            "name": "VAI SYLLABLE DHI"
        },
        {
            "codepoint": "A536",
            "name": "VAI SYLLABLE DHHI"
        },
        {
            "codepoint": "A537",
            "name": "VAI SYLLABLE LI"
        },
        {
            "codepoint": "A538",
            "name": "VAI SYLLABLE RI"
        },
        {
            "codepoint": "A539",
            "name": "VAI SYLLABLE DI"
        },
        {
            "codepoint": "A53A",
            "name": "VAI SYLLABLE NDI"
        },
        {
            "codepoint": "A53B",
            "name": "VAI SYLLABLE SI"
        },
        {
            "codepoint": "A53C",
            "name": "VAI SYLLABLE SHI"
        },
        {
            "codepoint": "A53D",
            "name": "VAI SYLLABLE ZI"
        },
        {
            "codepoint": "A53E",
            "name": "VAI SYLLABLE ZHI"
        },
        {
            "codepoint": "A53F",
            "name": "VAI SYLLABLE CI"
        },
        {
            "codepoint": "A540",
            "name": "VAI SYLLABLE JI"
        },
        {
            "codepoint": "A541",
            "name": "VAI SYLLABLE NJI"
        },
        {
            "codepoint": "A542",
            "name": "VAI SYLLABLE YI"
        },
        {
            "codepoint": "A543",
            "name": "VAI SYLLABLE KI"
        },
        {
            "codepoint": "A544",
            "name": "VAI SYLLABLE NGGI"
        },
        {
            "codepoint": "A545",
            "name": "VAI SYLLABLE GI"
        },
        {
            "codepoint": "A546",
            "name": "VAI SYLLABLE MI"
        },
        {
            "codepoint": "A547",
            "name": "VAI SYLLABLE NI"
        },
        {
            "codepoint": "A548",
            "name": "VAI SYLLABLE NYI"
        },
        {
            "codepoint": "A549",
            "name": "VAI SYLLABLE A"
        },
        {
            "codepoint": "A54A",
            "name": "VAI SYLLABLE AN"
        },
        {
            "codepoint": "A54B",
            "name": "VAI SYLLABLE NGAN"
        },
        {
            "codepoint": "A54C",
            "name": "VAI SYLLABLE HA"
        },
        {
            "codepoint": "A54D",
            "name": "VAI SYLLABLE HAN"
        },
        {
            "codepoint": "A54E",
            "name": "VAI SYLLABLE WA"
        },
        {
            "codepoint": "A54F",
            "name": "VAI SYLLABLE WAN"
        },
        {
            "codepoint": "A550",
            "name": "VAI SYLLABLE PA"
        },
        {
            "codepoint": "A551",
            "name": "VAI SYLLABLE BHA"
        },
        {
            "codepoint": "A552",
            "name": "VAI SYLLABLE BA"
        },
        {
            "codepoint": "A553",
            "name": "VAI SYLLABLE MBA"
        },
        {
            "codepoint": "A554",
            "name": "VAI SYLLABLE KPA"
        },
        {
            "codepoint": "A555",
            "name": "VAI SYLLABLE KPAN"
        },
        {
            "codepoint": "A556",
            "name": "VAI SYLLABLE MGBA"
        },
        {
            "codepoint": "A557",
            "name": "VAI SYLLABLE GBA"
        },
        {
            "codepoint": "A558",
            "name": "VAI SYLLABLE FA",
            "crossReferences": [
                "(vai syllable ndole fa - A610)"
            ]
        },
        {
            "codepoint": "A559",
            "name": "VAI SYLLABLE VA"
        },
        {
            "codepoint": "A55A",
            "name": "VAI SYLLABLE TA"
        },
        {
            "codepoint": "A55B",
            "name": "VAI SYLLABLE THA"
        },
        {
            "codepoint": "A55C",
            "name": "VAI SYLLABLE DHA"
        },
        {
            "codepoint": "A55D",
            "name": "VAI SYLLABLE DHHA"
        },
        {
            "codepoint": "A55E",
            "name": "VAI SYLLABLE LA"
        },
        {
            "codepoint": "A55F",
            "name": "VAI SYLLABLE RA"
        },
        {
            "codepoint": "A560",
            "name": "VAI SYLLABLE DA"
        },
        {
            "codepoint": "A561",
            "name": "VAI SYLLABLE NDA"
        },
        {
            "codepoint": "A562",
            "name": "VAI SYLLABLE SA"
        },
        {
            "codepoint": "A563",
            "name": "VAI SYLLABLE SHA"
        },
        {
            "codepoint": "A564",
            "name": "VAI SYLLABLE ZA"
        },
        {
            "codepoint": "A565",
            "name": "VAI SYLLABLE ZHA"
        },
        {
            "codepoint": "A566",
            "name": "VAI SYLLABLE CA"
        },
        {
            "codepoint": "A567",
            "name": "VAI SYLLABLE JA"
        },
        {
            "codepoint": "A568",
            "name": "VAI SYLLABLE NJA"
        },
        {
            "codepoint": "A569",
            "name": "VAI SYLLABLE YA"
        },
        {
            "codepoint": "A56A",
            "name": "VAI SYLLABLE KA",
            "comments": [
                "read as logogram kai \"man\" in the Book of Ndole"
            ],
            "crossReferences": [
                "(vai syllable ndole ka - A611)"
            ]
        },
        {
            "codepoint": "A56B",
            "name": "VAI SYLLABLE KAN"
        },
        {
            "codepoint": "A56C",
            "name": "VAI SYLLABLE NGGA"
        },
        {
            "codepoint": "A56D",
            "name": "VAI SYLLABLE GA"
        },
        {
            "codepoint": "A56E",
            "name": "VAI SYLLABLE MA",
            "crossReferences": [
                "(vai syllable ndole ma - A62A)"
            ]
        },
        {
            "codepoint": "A56F",
            "name": "VAI SYLLABLE NA"
        },
        {
            "codepoint": "A570",
            "name": "VAI SYLLABLE NYA"
        },
        {
            "codepoint": "A571",
            "name": "VAI SYLLABLE OO"
        },
        {
            "codepoint": "A572",
            "name": "VAI SYLLABLE OON"
        },
        {
            "codepoint": "A573",
            "name": "VAI SYLLABLE HOO"
        },
        {
            "codepoint": "A574",
            "name": "VAI SYLLABLE WOO"
        },
        {
            "codepoint": "A575",
            "name": "VAI SYLLABLE WOON"
        },
        {
            "codepoint": "A576",
            "name": "VAI SYLLABLE POO"
        },
        {
            "codepoint": "A577",
            "name": "VAI SYLLABLE BHOO"
        },
        {
            "codepoint": "A578",
            "name": "VAI SYLLABLE BOO"
        },
        {
            "codepoint": "A579",
            "name": "VAI SYLLABLE MBOO"
        },
        {
            "codepoint": "A57A",
            "name": "VAI SYLLABLE KPOO"
        },
        {
            "codepoint": "A57B",
            "name": "VAI SYLLABLE MGBOO"
        },
        {
            "codepoint": "A57C",
            "name": "VAI SYLLABLE GBOO"
        },
        {
            "codepoint": "A57D",
            "name": "VAI SYLLABLE FOO"
        },
        {
            "codepoint": "A57E",
            "name": "VAI SYLLABLE VOO"
        },
        {
            "codepoint": "A57F",
            "name": "VAI SYLLABLE TOO"
        },
        {
            "codepoint": "A580",
            "name": "VAI SYLLABLE THOO"
        },
        {
            "codepoint": "A581",
            "name": "VAI SYLLABLE DHOO"
        },
        {
            "codepoint": "A582",
            "name": "VAI SYLLABLE DHHOO"
        },
        {
            "codepoint": "A583",
            "name": "VAI SYLLABLE LOO"
        },
        {
            "codepoint": "A584",
            "name": "VAI SYLLABLE ROO"
        },
        {
            "codepoint": "A585",
            "name": "VAI SYLLABLE DOO"
        },
        {
            "codepoint": "A586",
            "name": "VAI SYLLABLE NDOO"
        },
        {
            "codepoint": "A587",
            "name": "VAI SYLLABLE SOO",
            "crossReferences": [
                "(vai syllable ndole soo - A612)"
            ]
        },
        {
            "codepoint": "A588",
            "name": "VAI SYLLABLE SHOO"
        },
        {
            "codepoint": "A589",
            "name": "VAI SYLLABLE ZOO"
        },
        {
            "codepoint": "A58A",
            "name": "VAI SYLLABLE ZHOO"
        },
        {
            "codepoint": "A58B",
            "name": "VAI SYLLABLE COO"
        },
        {
            "codepoint": "A58C",
            "name": "VAI SYLLABLE JOO"
        },
        {
            "codepoint": "A58D",
            "name": "VAI SYLLABLE NJOO"
        },
        {
            "codepoint": "A58E",
            "name": "VAI SYLLABLE YOO"
        },
        {
            "codepoint": "A58F",
            "name": "VAI SYLLABLE KOO"
        },
        {
            "codepoint": "A590",
            "name": "VAI SYLLABLE NGGOO"
        },
        {
            "codepoint": "A591",
            "name": "VAI SYLLABLE GOO"
        },
        {
            "codepoint": "A592",
            "name": "VAI SYLLABLE MOO"
        },
        {
            "codepoint": "A593",
            "name": "VAI SYLLABLE NOO"
        },
        {
            "codepoint": "A594",
            "name": "VAI SYLLABLE NYOO"
        },
        {
            "codepoint": "A595",
            "name": "VAI SYLLABLE U"
        },
        {
            "codepoint": "A596",
            "name": "VAI SYLLABLE UN"
        },
        {
            "codepoint": "A597",
            "name": "VAI SYLLABLE HU"
        },
        {
            "codepoint": "A598",
            "name": "VAI SYLLABLE HUN"
        },
        {
            "codepoint": "A599",
            "name": "VAI SYLLABLE WU"
        },
        {
            "codepoint": "A59A",
            "name": "VAI SYLLABLE WUN"
        },
        {
            "codepoint": "A59B",
            "name": "VAI SYLLABLE PU"
        },
        {
            "codepoint": "A59C",
            "name": "VAI SYLLABLE BHU"
        },
        {
            "codepoint": "A59D",
            "name": "VAI SYLLABLE BU"
        },
        {
            "codepoint": "A59E",
            "name": "VAI SYLLABLE MBU"
        },
        {
            "codepoint": "A59F",
            "name": "VAI SYLLABLE KPU"
        },
        {
            "codepoint": "A5A0",
            "name": "VAI SYLLABLE MGBU"
        },
        {
            "codepoint": "A5A1",
            "name": "VAI SYLLABLE GBU"
        },
        {
            "codepoint": "A5A2",
            "name": "VAI SYLLABLE FU"
        },
        {
            "codepoint": "A5A3",
            "name": "VAI SYLLABLE VU"
        },
        {
            "codepoint": "A5A4",
            "name": "VAI SYLLABLE TU"
        },
        {
            "codepoint": "A5A5",
            "name": "VAI SYLLABLE THU"
        },
        {
            "codepoint": "A5A6",
            "name": "VAI SYLLABLE DHU"
        },
        {
            "codepoint": "A5A7",
            "name": "VAI SYLLABLE DHHU"
        },
        {
            "codepoint": "A5A8",
            "name": "VAI SYLLABLE LU"
        },
        {
            "codepoint": "A5A9",
            "name": "VAI SYLLABLE RU"
        },
        {
            "codepoint": "A5AA",
            "name": "VAI SYLLABLE DU"
        },
        {
            "codepoint": "A5AB",
            "name": "VAI SYLLABLE NDU"
        },
        {
            "codepoint": "A5AC",
            "name": "VAI SYLLABLE SU"
        },
        {
            "codepoint": "A5AD",
            "name": "VAI SYLLABLE SHU"
        },
        {
            "codepoint": "A5AE",
            "name": "VAI SYLLABLE ZU"
        },
        {
            "codepoint": "A5AF",
            "name": "VAI SYLLABLE ZHU"
        },
        {
            "codepoint": "A5B0",
            "name": "VAI SYLLABLE CU"
        },
        {
            "codepoint": "A5B1",
            "name": "VAI SYLLABLE JU"
        },
        {
            "codepoint": "A5B2",
            "name": "VAI SYLLABLE NJU"
        },
        {
            "codepoint": "A5B3",
            "name": "VAI SYLLABLE YU"
        },
        {
            "codepoint": "A5B4",
            "name": "VAI SYLLABLE KU"
        },
        {
            "codepoint": "A5B5",
            "name": "VAI SYLLABLE NGGU"
        },
        {
            "codepoint": "A5B6",
            "name": "VAI SYLLABLE GU"
        },
        {
            "codepoint": "A5B7",
            "name": "VAI SYLLABLE MU"
        },
        {
            "codepoint": "A5B8",
            "name": "VAI SYLLABLE NU"
        },
        {
            "codepoint": "A5B9",
            "name": "VAI SYLLABLE NYU"
        },
        {
            "codepoint": "A5BA",
            "name": "VAI SYLLABLE O"
        },
        {
            "codepoint": "A5BB",
            "name": "VAI SYLLABLE ON"
        },
        {
            "codepoint": "A5BC",
            "name": "VAI SYLLABLE NGON"
        },
        {
            "codepoint": "A5BD",
            "name": "VAI SYLLABLE HO"
        },
        {
            "codepoint": "A5BE",
            "name": "VAI SYLLABLE HON"
        },
        {
            "codepoint": "A5BF",
            "name": "VAI SYLLABLE WO"
        },
        {
            "codepoint": "A5C0",
            "name": "VAI SYLLABLE WON"
        },
        {
            "codepoint": "A5C1",
            "name": "VAI SYLLABLE PO"
        },
        {
            "codepoint": "A5C2",
            "name": "VAI SYLLABLE BHO"
        },
        {
            "codepoint": "A5C3",
            "name": "VAI SYLLABLE BO"
        },
        {
            "codepoint": "A5C4",
            "name": "VAI SYLLABLE MBO"
        },
        {
            "codepoint": "A5C5",
            "name": "VAI SYLLABLE KPO"
        },
        {
            "codepoint": "A5C6",
            "name": "VAI SYLLABLE MGBO"
        },
        {
            "codepoint": "A5C7",
            "name": "VAI SYLLABLE GBO"
        },
        {
            "codepoint": "A5C8",
            "name": "VAI SYLLABLE GBON"
        },
        {
            "codepoint": "A5C9",
            "name": "VAI SYLLABLE FO"
        },
        {
            "codepoint": "A5CA",
            "name": "VAI SYLLABLE VO"
        },
        {
            "codepoint": "A5CB",
            "name": "VAI SYLLABLE TO"
        },
        {
            "codepoint": "A5CC",
            "name": "VAI SYLLABLE THO"
        },
        {
            "codepoint": "A5CD",
            "name": "VAI SYLLABLE DHO"
        },
        {
            "codepoint": "A5CE",
            "name": "VAI SYLLABLE DHHO"
        },
        {
            "codepoint": "A5CF",
            "name": "VAI SYLLABLE LO"
        },
        {
            "codepoint": "A5D0",
            "name": "VAI SYLLABLE RO"
        },
        {
            "codepoint": "A5D1",
            "name": "VAI SYLLABLE DO",
            "comments": [
                "read as logogram lo \"in\" in the Book of Ndole"
            ],
            "crossReferences": [
                "(vai syllable ndole do - A62B)"
            ]
        },
        {
            "codepoint": "A5D2",
            "name": "VAI SYLLABLE NDO"
        },
        {
            "codepoint": "A5D3",
            "name": "VAI SYLLABLE SO"
        },
        {
            "codepoint": "A5D4",
            "name": "VAI SYLLABLE SHO"
        },
        {
            "codepoint": "A5D5",
            "name": "VAI SYLLABLE ZO"
        },
        {
            "codepoint": "A5D6",
            "name": "VAI SYLLABLE ZHO"
        },
        {
            "codepoint": "A5D7",
            "name": "VAI SYLLABLE CO"
        },
        {
            "codepoint": "A5D8",
            "name": "VAI SYLLABLE JO"
        },
        {
            "codepoint": "A5D9",
            "name": "VAI SYLLABLE NJO"
        },
        {
            "codepoint": "A5DA",
            "name": "VAI SYLLABLE YO"
        },
        {
            "codepoint": "A5DB",
            "name": "VAI SYLLABLE KO"
        },
        {
            "codepoint": "A5DC",
            "name": "VAI SYLLABLE NGGO"
        },
        {
            "codepoint": "A5DD",
            "name": "VAI SYLLABLE GO"
        },
        {
            "codepoint": "A5DE",
            "name": "VAI SYLLABLE MO"
        },
        {
            "codepoint": "A5DF",
            "name": "VAI SYLLABLE NO"
        },
        {
            "codepoint": "A5E0",
            "name": "VAI SYLLABLE NYO"
        },
        {
            "codepoint": "A5E1",
            "name": "VAI SYLLABLE E"
        },
        {
            "codepoint": "A5E2",
            "name": "VAI SYLLABLE EN"
        },
        {
            "codepoint": "A5E3",
            "name": "VAI SYLLABLE NGEN"
        },
        {
            "codepoint": "A5E4",
            "name": "VAI SYLLABLE HE"
        },
        {
            "codepoint": "A5E5",
            "name": "VAI SYLLABLE HEN"
        },
        {
            "codepoint": "A5E6",
            "name": "VAI SYLLABLE WE"
        },
        {
            "codepoint": "A5E7",
            "name": "VAI SYLLABLE WEN"
        },
        {
            "codepoint": "A5E8",
            "name": "VAI SYLLABLE PE"
        },
        {
            "codepoint": "A5E9",
            "name": "VAI SYLLABLE BHE"
        },
        {
            "codepoint": "A5EA",
            "name": "VAI SYLLABLE BE"
        },
        {
            "codepoint": "A5EB",
            "name": "VAI SYLLABLE MBE"
        },
        {
            "codepoint": "A5EC",
            "name": "VAI SYLLABLE KPE"
        },
        {
            "codepoint": "A5ED",
            "name": "VAI SYLLABLE KPEN"
        },
        {
            "codepoint": "A5EE",
            "name": "VAI SYLLABLE MGBE"
        },
        {
            "codepoint": "A5EF",
            "name": "VAI SYLLABLE GBE"
        },
        {
            "codepoint": "A5F0",
            "name": "VAI SYLLABLE GBEN"
        },
        {
            "codepoint": "A5F1",
            "name": "VAI SYLLABLE FE"
        },
        {
            "codepoint": "A5F2",
            "name": "VAI SYLLABLE VE"
        },
        {
            "codepoint": "A5F3",
            "name": "VAI SYLLABLE TE"
        },
        {
            "codepoint": "A5F4",
            "name": "VAI SYLLABLE THE"
        },
        {
            "codepoint": "A5F5",
            "name": "VAI SYLLABLE DHE"
        },
        {
            "codepoint": "A5F6",
            "name": "VAI SYLLABLE DHHE"
        },
        {
            "codepoint": "A5F7",
            "name": "VAI SYLLABLE LE"
        },
        {
            "codepoint": "A5F8",
            "name": "VAI SYLLABLE RE"
        },
        {
            "codepoint": "A5F9",
            "name": "VAI SYLLABLE DE"
        },
        {
            "codepoint": "A5FA",
            "name": "VAI SYLLABLE NDE"
        },
        {
            "codepoint": "A5FB",
            "name": "VAI SYLLABLE SE"
        },
        {
            "codepoint": "A5FC",
            "name": "VAI SYLLABLE SHE"
        },
        {
            "codepoint": "A5FD",
            "name": "VAI SYLLABLE ZE"
        },
        {
            "codepoint": "A5FE",
            "name": "VAI SYLLABLE ZHE"
        },
        {
            "codepoint": "A5FF",
            "name": "VAI SYLLABLE CE"
        },
        {
            "codepoint": "A600",
            "name": "VAI SYLLABLE JE"
        },
        {
            "codepoint": "A601",
            "name": "VAI SYLLABLE NJE"
        },
        {
            "codepoint": "A602",
            "name": "VAI SYLLABLE YE"
        },
        {
            "codepoint": "A603",
            "name": "VAI SYLLABLE KE"
        },
        {
            "codepoint": "A604",
            "name": "VAI SYLLABLE NGGE"
        },
        {
            "codepoint": "A605",
            "name": "VAI SYLLABLE NGGEN"
        },
        {
            "codepoint": "A606",
            "name": "VAI SYLLABLE GE"
        },
        {
            "codepoint": "A607",
            "name": "VAI SYLLABLE GEN"
        },
        {
            "codepoint": "A608",
            "name": "VAI SYLLABLE ME"
        },
        {
            "codepoint": "A609",
            "name": "VAI SYLLABLE NE"
        },
        {
            "codepoint": "A60A",
            "name": "VAI SYLLABLE NYE"
        },
        {
            "codepoint": "A60B",
            "name": "VAI SYLLABLE NG"
        },
        {
            "codepoint": "A60C",
            "name": "VAI SYLLABLE LENGTHENER"
        },
        {
            "codepoint": "A60D",
            "name": "VAI COMMA"
        },
        {
            "codepoint": "A60E",
            "name": "VAI FULL STOP"
        },
        {
            "codepoint": "A60F",
            "name": "VAI QUESTION MARK"
        },
        {
            "codepoint": "A610",
            "name": "VAI SYLLABLE NDOLE FA",
            "crossReferences": [
                "(vai syllable fa - A558)"
            ]
        },
        {
            "codepoint": "A611",
            "name": "VAI SYLLABLE NDOLE KA",
            "crossReferences": [
                "(vai syllable ka - A56A)"
            ]
        },
        {
            "codepoint": "A612",
            "name": "VAI SYLLABLE NDOLE SOO",
            "crossReferences": [
                "(vai syllable soo - A587)"
            ]
        },
        {
            "codepoint": "A613",
            "name": "VAI SYMBOL FEENG",
            "comments": [
                "logogram for \"thing\""
            ]
        },
        {
            "codepoint": "A614",
            "name": "VAI SYMBOL KEENG",
            "comments": [
                "logogram for \"foot\""
            ]
        },
        {
            "codepoint": "A615",
            "name": "VAI SYMBOL TING",
            "comments": [
                "logogram for \"island\""
            ]
        },
        {
            "codepoint": "A616",
            "name": "VAI SYMBOL NII",
            "comments": [
                "logogram for \"cow\"",
                "also logogram for kpe kowu \"case of gin\""
            ]
        },
        {
            "codepoint": "A617",
            "name": "VAI SYMBOL BANG",
            "comments": [
                "logogram for \"finished\""
            ]
        },
        {
            "codepoint": "A618",
            "name": "VAI SYMBOL FAA",
            "comments": [
                "logogram for \"die, kill\""
            ]
        },
        {
            "codepoint": "A619",
            "name": "VAI SYMBOL TAA",
            "comments": [
                "logogram for \"go, carry, journey\""
            ]
        },
        {
            "codepoint": "A61A",
            "name": "VAI SYMBOL DANG",
            "comments": [
                "logogram for \"hear, understand\""
            ]
        },
        {
            "codepoint": "A61B",
            "name": "VAI SYMBOL DOONG",
            "comments": [
                "logogram for \"enter\""
            ]
        },
        {
            "codepoint": "A61C",
            "name": "VAI SYMBOL KUNG",
            "comments": [
                "logogram for \"head, be able\""
            ]
        },
        {
            "codepoint": "A61D",
            "name": "VAI SYMBOL TONG",
            "comments": [
                "logogram for \"be named\""
            ]
        },
        {
            "codepoint": "A61E",
            "name": "VAI SYMBOL DO-O",
            "comments": [
                "logogram for \"be small\""
            ]
        },
        {
            "codepoint": "A61F",
            "name": "VAI SYMBOL JONG",
            "comments": [
                "logogram for \"slave\""
            ]
        },
        {
            "codepoint": "A620",
            "name": "VAI DIGIT ZERO"
        },
        {
            "codepoint": "A621",
            "name": "VAI DIGIT ONE"
        },
        {
            "codepoint": "A622",
            "name": "VAI DIGIT TWO"
        },
        {
            "codepoint": "A623",
            "name": "VAI DIGIT THREE"
        },
        {
            "codepoint": "A624",
            "name": "VAI DIGIT FOUR"
        },
        {
            "codepoint": "A625",
            "name": "VAI DIGIT FIVE"
        },
        {
            "codepoint": "A626",
            "name": "VAI DIGIT SIX"
        },
        {
            "codepoint": "A627",
            "name": "VAI DIGIT SEVEN"
        },
        {
            "codepoint": "A628",
            "name": "VAI DIGIT EIGHT"
        },
        {
            "codepoint": "A629",
            "name": "VAI DIGIT NINE"
        },
        {
            "codepoint": "A62A",
            "name": "VAI SYLLABLE NDOLE MA",
            "crossReferences": [
                "(vai syllable ma - A56E)"
            ]
        },
        {
            "codepoint": "A62B",
            "name": "VAI SYLLABLE NDOLE DO",
            "crossReferences": [
                "(vai syllable do - A5D1)"
            ]
        },
        {
            "codepoint": "A640",
            "name": "CYRILLIC CAPITAL LETTER ZEMLYA"
        },
        {
            "codepoint": "A641",
            "name": "CYRILLIC SMALL LETTER ZEMLYA",
            "crossReferences": [
                "(cyrillic small letter ze - 0437)"
            ]
        },
        {
            "codepoint": "A642",
            "name": "CYRILLIC CAPITAL LETTER DZELO"
        },
        {
            "codepoint": "A643",
            "name": "CYRILLIC SMALL LETTER DZELO",
            "crossReferences": [
                "(cyrillic small letter dze - 0455)"
            ]
        },
        {
            "codepoint": "A644",
            "name": "CYRILLIC CAPITAL LETTER REVERSED DZE",
            "crossReferences": [
                "(roman sextula sign - 10193)"
            ]
        },
        {
            "codepoint": "A645",
            "name": "CYRILLIC SMALL LETTER REVERSED DZE"
        },
        {
            "codepoint": "A646",
            "name": "CYRILLIC CAPITAL LETTER IOTA"
        },
        {
            "codepoint": "A647",
            "name": "CYRILLIC SMALL LETTER IOTA",
            "crossReferences": [
                "(glagolitic small letter initial izhe - 2C3A)"
            ]
        },
        {
            "codepoint": "A648",
            "name": "CYRILLIC CAPITAL LETTER DJERV"
        },
        {
            "codepoint": "A649",
            "name": "CYRILLIC SMALL LETTER DJERV",
            "crossReferences": [
                "(cyrillic small letter dje - 0452)",
                "(cyrillic small letter tshe - 045B)"
            ]
        },
        {
            "codepoint": "A64A",
            "name": "CYRILLIC CAPITAL LETTER MONOGRAPH UK"
        },
        {
            "codepoint": "A64B",
            "name": "CYRILLIC SMALL LETTER MONOGRAPH UK",
            "crossReferences": [
                "(cyrillic small letter u - 0443)"
            ]
        },
        {
            "codepoint": "A64C",
            "name": "CYRILLIC CAPITAL LETTER BROAD OMEGA"
        },
        {
            "codepoint": "A64D",
            "name": "CYRILLIC SMALL LETTER BROAD OMEGA",
            "crossReferences": [
                "(cyrillic small letter omega - 0461)"
            ]
        },
        {
            "codepoint": "A64E",
            "name": "CYRILLIC CAPITAL LETTER NEUTRAL YER"
        },
        {
            "codepoint": "A64F",
            "name": "CYRILLIC SMALL LETTER NEUTRAL YER",
            "crossReferences": [
                "(cyrillic small letter hard sign - 044A)",
                "(cyrillic small letter soft sign - 044C)"
            ]
        },
        {
            "codepoint": "A650",
            "name": "CYRILLIC CAPITAL LETTER YERU WITH BACK YER"
        },
        {
            "codepoint": "A651",
            "name": "CYRILLIC SMALL LETTER YERU WITH BACK YER",
            "crossReferences": [
                "(cyrillic small letter yeru - 044B)"
            ]
        },
        {
            "codepoint": "A652",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED YAT"
        },
        {
            "codepoint": "A653",
            "name": "CYRILLIC SMALL LETTER IOTIFIED YAT",
            "crossReferences": [
                "(cyrillic small letter yat - 0463)"
            ]
        },
        {
            "codepoint": "A654",
            "name": "CYRILLIC CAPITAL LETTER REVERSED YU"
        },
        {
            "codepoint": "A655",
            "name": "CYRILLIC SMALL LETTER REVERSED YU",
            "crossReferences": [
                "(cyrillic small letter yu - 044E)"
            ]
        },
        {
            "codepoint": "A656",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED A"
        },
        {
            "codepoint": "A657",
            "name": "CYRILLIC SMALL LETTER IOTIFIED A"
        },
        {
            "codepoint": "A658",
            "name": "CYRILLIC CAPITAL LETTER CLOSED LITTLE YUS"
        },
        {
            "codepoint": "A659",
            "name": "CYRILLIC SMALL LETTER CLOSED LITTLE YUS",
            "crossReferences": [
                "(cyrillic small letter little yus - 0467)"
            ]
        },
        {
            "codepoint": "A65A",
            "name": "CYRILLIC CAPITAL LETTER BLENDED YUS"
        },
        {
            "codepoint": "A65B",
            "name": "CYRILLIC SMALL LETTER BLENDED YUS",
            "crossReferences": [
                "(cyrillic small letter little yus - 0467)",
                "(cyrillic small letter big yus - 046B)"
            ]
        },
        {
            "codepoint": "A65C",
            "name": "CYRILLIC CAPITAL LETTER IOTIFIED CLOSED LITTLE YUS"
        },
        {
            "codepoint": "A65D",
            "name": "CYRILLIC SMALL LETTER IOTIFIED CLOSED LITTLE YUS",
            "crossReferences": [
                "(cyrillic small letter iotified little yus - 0469)"
            ]
        },
        {
            "codepoint": "A65E",
            "name": "CYRILLIC CAPITAL LETTER YN"
        },
        {
            "codepoint": "A65F",
            "name": "CYRILLIC SMALL LETTER YN",
            "comments": [
                "Romanian Cyrillic"
            ]
        },
        {
            "codepoint": "A660",
            "name": "CYRILLIC CAPITAL LETTER REVERSED TSE"
        },
        {
            "codepoint": "A661",
            "name": "CYRILLIC SMALL LETTER REVERSED TSE"
        },
        {
            "codepoint": "A662",
            "name": "CYRILLIC CAPITAL LETTER SOFT DE"
        },
        {
            "codepoint": "A663",
            "name": "CYRILLIC SMALL LETTER SOFT DE"
        },
        {
            "codepoint": "A664",
            "name": "CYRILLIC CAPITAL LETTER SOFT EL"
        },
        {
            "codepoint": "A665",
            "name": "CYRILLIC SMALL LETTER SOFT EL"
        },
        {
            "codepoint": "A666",
            "name": "CYRILLIC CAPITAL LETTER SOFT EM"
        },
        {
            "codepoint": "A667",
            "name": "CYRILLIC SMALL LETTER SOFT EM"
        },
        {
            "codepoint": "A668",
            "name": "CYRILLIC CAPITAL LETTER MONOCULAR O"
        },
        {
            "codepoint": "A669",
            "name": "CYRILLIC SMALL LETTER MONOCULAR O",
            "comments": [
                "used in words based on the root for 'eye'"
            ]
        },
        {
            "codepoint": "A66A",
            "name": "CYRILLIC CAPITAL LETTER BINOCULAR O"
        },
        {
            "codepoint": "A66B",
            "name": "CYRILLIC SMALL LETTER BINOCULAR O",
            "comments": [
                "used in the dual of words based on the root for 'eye'"
            ]
        },
        {
            "codepoint": "A66C",
            "name": "CYRILLIC CAPITAL LETTER DOUBLE MONOCULAR O"
        },
        {
            "codepoint": "A66D",
            "name": "CYRILLIC SMALL LETTER DOUBLE MONOCULAR O",
            "comments": [
                "used in the dual of words based on the root for 'eye'"
            ]
        },
        {
            "codepoint": "A66E",
            "name": "CYRILLIC LETTER MULTIOCULAR O",
            "comments": [
                "used in the epithet 'many-eyed'"
            ]
        },
        {
            "codepoint": "A66F",
            "name": "COMBINING CYRILLIC VZMET",
            "comments": [
                "used with Cyrillic and Glagolitic letters to indicate abbreviation"
            ],
            "crossReferences": [
                "(combining cyrillic titlo - 0483)",
                "(combining cyrillic pokrytie - 0487)"
            ]
        },
        {
            "codepoint": "A670",
            "name": "COMBINING CYRILLIC TEN MILLIONS SIGN",
            "crossReferences": [
                "(combining cyrillic millions sign - 0489)"
            ]
        },
        {
            "codepoint": "A671",
            "name": "COMBINING CYRILLIC HUNDRED MILLIONS SIGN"
        },
        {
            "codepoint": "A672",
            "name": "COMBINING CYRILLIC THOUSAND MILLIONS SIGN"
        },
        {
            "codepoint": "A673",
            "name": "SLAVONIC ASTERISK"
        },
        {
            "codepoint": "A674",
            "name": "COMBINING CYRILLIC LETTER UKRAINIAN IE"
        },
        {
            "codepoint": "A675",
            "name": "COMBINING CYRILLIC LETTER I"
        },
        {
            "codepoint": "A676",
            "name": "COMBINING CYRILLIC LETTER YI"
        },
        {
            "codepoint": "A677",
            "name": "COMBINING CYRILLIC LETTER U"
        },
        {
            "codepoint": "A678",
            "name": "COMBINING CYRILLIC LETTER HARD SIGN"
        },
        {
            "codepoint": "A679",
            "name": "COMBINING CYRILLIC LETTER YERU"
        },
        {
            "codepoint": "A67A",
            "name": "COMBINING CYRILLIC LETTER SOFT SIGN"
        },
        {
            "codepoint": "A67B",
            "name": "COMBINING CYRILLIC LETTER OMEGA"
        },
        {
            "codepoint": "A67C",
            "name": "COMBINING CYRILLIC KAVYKA",
            "comments": [
                "indicates an alternative reading to part of a word"
            ],
            "crossReferences": [
                "(combining breve - 0306)",
                "(combining kavyka above right - 1DF6)",
                "(combining kavyka above left - 1DF7)"
            ]
        },
        {
            "codepoint": "A67D",
            "name": "COMBINING CYRILLIC PAYEROK",
            "comments": [
                "may indicate an omitted yer"
            ],
            "crossReferences": [
                "(combining vertical tilde - 033E)"
            ]
        },
        {
            "codepoint": "A67E",
            "name": "CYRILLIC KAVYKA",
            "comments": [
                "used to mark off word that has alternative reading"
            ],
            "crossReferences": [
                "(low kavyka - 2E47)"
            ]
        },
        {
            "codepoint": "A67F",
            "name": "CYRILLIC PAYEROK",
            "comments": [
                "may indicate an omitted yer"
            ],
            "crossReferences": [
                "(vertical tilde - 2E2F)"
            ]
        },
        {
            "codepoint": "A680",
            "name": "CYRILLIC CAPITAL LETTER DWE"
        },
        {
            "codepoint": "A681",
            "name": "CYRILLIC SMALL LETTER DWE"
        },
        {
            "codepoint": "A682",
            "name": "CYRILLIC CAPITAL LETTER DZWE"
        },
        {
            "codepoint": "A683",
            "name": "CYRILLIC SMALL LETTER DZWE"
        },
        {
            "codepoint": "A684",
            "name": "CYRILLIC CAPITAL LETTER ZHWE"
        },
        {
            "codepoint": "A685",
            "name": "CYRILLIC SMALL LETTER ZHWE"
        },
        {
            "codepoint": "A686",
            "name": "CYRILLIC CAPITAL LETTER CCHE"
        },
        {
            "codepoint": "A687",
            "name": "CYRILLIC SMALL LETTER CCHE"
        },
        {
            "codepoint": "A688",
            "name": "CYRILLIC CAPITAL LETTER DZZE"
        },
        {
            "codepoint": "A689",
            "name": "CYRILLIC SMALL LETTER DZZE"
        },
        {
            "codepoint": "A68A",
            "name": "CYRILLIC CAPITAL LETTER TE WITH MIDDLE HOOK"
        },
        {
            "codepoint": "A68B",
            "name": "CYRILLIC SMALL LETTER TE WITH MIDDLE HOOK"
        },
        {
            "codepoint": "A68C",
            "name": "CYRILLIC CAPITAL LETTER TWE"
        },
        {
            "codepoint": "A68D",
            "name": "CYRILLIC SMALL LETTER TWE"
        },
        {
            "codepoint": "A68E",
            "name": "CYRILLIC CAPITAL LETTER TSWE"
        },
        {
            "codepoint": "A68F",
            "name": "CYRILLIC SMALL LETTER TSWE"
        },
        {
            "codepoint": "A690",
            "name": "CYRILLIC CAPITAL LETTER TSSE"
        },
        {
            "codepoint": "A691",
            "name": "CYRILLIC SMALL LETTER TSSE"
        },
        {
            "codepoint": "A692",
            "name": "CYRILLIC CAPITAL LETTER TCHE"
        },
        {
            "codepoint": "A693",
            "name": "CYRILLIC SMALL LETTER TCHE"
        },
        {
            "codepoint": "A694",
            "name": "CYRILLIC CAPITAL LETTER HWE"
        },
        {
            "codepoint": "A695",
            "name": "CYRILLIC SMALL LETTER HWE"
        },
        {
            "codepoint": "A696",
            "name": "CYRILLIC CAPITAL LETTER SHWE"
        },
        {
            "codepoint": "A697",
            "name": "CYRILLIC SMALL LETTER SHWE"
        },
        {
            "codepoint": "A698",
            "name": "CYRILLIC CAPITAL LETTER DOUBLE O"
        },
        {
            "codepoint": "A699",
            "name": "CYRILLIC SMALL LETTER DOUBLE O"
        },
        {
            "codepoint": "A69A",
            "name": "CYRILLIC CAPITAL LETTER CROSSED O"
        },
        {
            "codepoint": "A69B",
            "name": "CYRILLIC SMALL LETTER CROSSED O"
        },
        {
            "codepoint": "A69C",
            "name": "MODIFIER LETTER CYRILLIC HARD SIGN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "044A"
                ]
            ]
        },
        {
            "codepoint": "A69D",
            "name": "MODIFIER LETTER CYRILLIC SOFT SIGN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "044C"
                ]
            ]
        },
        {
            "codepoint": "A69E",
            "name": "COMBINING CYRILLIC LETTER EF"
        },
        {
            "codepoint": "A69F",
            "name": "COMBINING CYRILLIC LETTER IOTIFIED E"
        },
        {
            "codepoint": "A6A0",
            "name": "BAMUM LETTER A"
        },
        {
            "codepoint": "A6A1",
            "name": "BAMUM LETTER KA"
        },
        {
            "codepoint": "A6A2",
            "name": "BAMUM LETTER U"
        },
        {
            "codepoint": "A6A3",
            "name": "BAMUM LETTER KU"
        },
        {
            "codepoint": "A6A4",
            "name": "BAMUM LETTER EE"
        },
        {
            "codepoint": "A6A5",
            "name": "BAMUM LETTER REE"
        },
        {
            "codepoint": "A6A6",
            "name": "BAMUM LETTER TAE"
        },
        {
            "codepoint": "A6A7",
            "name": "BAMUM LETTER O"
        },
        {
            "codepoint": "A6A8",
            "name": "BAMUM LETTER NYI"
        },
        {
            "codepoint": "A6A9",
            "name": "BAMUM LETTER I"
        },
        {
            "codepoint": "A6AA",
            "name": "BAMUM LETTER LA"
        },
        {
            "codepoint": "A6AB",
            "name": "BAMUM LETTER PA"
        },
        {
            "codepoint": "A6AC",
            "name": "BAMUM LETTER RII"
        },
        {
            "codepoint": "A6AD",
            "name": "BAMUM LETTER RIEE"
        },
        {
            "codepoint": "A6AE",
            "name": "BAMUM LETTER LEEEE"
        },
        {
            "codepoint": "A6AF",
            "name": "BAMUM LETTER MEEEE"
        },
        {
            "codepoint": "A6B0",
            "name": "BAMUM LETTER TAA"
        },
        {
            "codepoint": "A6B1",
            "name": "BAMUM LETTER NDAA"
        },
        {
            "codepoint": "A6B2",
            "name": "BAMUM LETTER NJAEM"
        },
        {
            "codepoint": "A6B3",
            "name": "BAMUM LETTER M"
        },
        {
            "codepoint": "A6B4",
            "name": "BAMUM LETTER SUU"
        },
        {
            "codepoint": "A6B5",
            "name": "BAMUM LETTER MU"
        },
        {
            "codepoint": "A6B6",
            "name": "BAMUM LETTER SHII"
        },
        {
            "codepoint": "A6B7",
            "name": "BAMUM LETTER SI"
        },
        {
            "codepoint": "A6B8",
            "name": "BAMUM LETTER SHEUX"
        },
        {
            "codepoint": "A6B9",
            "name": "BAMUM LETTER SEUX"
        },
        {
            "codepoint": "A6BA",
            "name": "BAMUM LETTER KYEE"
        },
        {
            "codepoint": "A6BB",
            "name": "BAMUM LETTER KET"
        },
        {
            "codepoint": "A6BC",
            "name": "BAMUM LETTER NUAE"
        },
        {
            "codepoint": "A6BD",
            "name": "BAMUM LETTER NU"
        },
        {
            "codepoint": "A6BE",
            "name": "BAMUM LETTER NJUAE"
        },
        {
            "codepoint": "A6BF",
            "name": "BAMUM LETTER YOQ"
        },
        {
            "codepoint": "A6C0",
            "name": "BAMUM LETTER SHU"
        },
        {
            "codepoint": "A6C1",
            "name": "BAMUM LETTER YUQ"
        },
        {
            "codepoint": "A6C2",
            "name": "BAMUM LETTER YA"
        },
        {
            "codepoint": "A6C3",
            "name": "BAMUM LETTER NSHA"
        },
        {
            "codepoint": "A6C4",
            "name": "BAMUM LETTER KEUX"
        },
        {
            "codepoint": "A6C5",
            "name": "BAMUM LETTER PEUX"
        },
        {
            "codepoint": "A6C6",
            "name": "BAMUM LETTER NJEE"
        },
        {
            "codepoint": "A6C7",
            "name": "BAMUM LETTER NTEE"
        },
        {
            "codepoint": "A6C8",
            "name": "BAMUM LETTER PUE"
        },
        {
            "codepoint": "A6C9",
            "name": "BAMUM LETTER WUE"
        },
        {
            "codepoint": "A6CA",
            "name": "BAMUM LETTER PEE"
        },
        {
            "codepoint": "A6CB",
            "name": "BAMUM LETTER FEE"
        },
        {
            "codepoint": "A6CC",
            "name": "BAMUM LETTER RU"
        },
        {
            "codepoint": "A6CD",
            "name": "BAMUM LETTER LU"
        },
        {
            "codepoint": "A6CE",
            "name": "BAMUM LETTER MI"
        },
        {
            "codepoint": "A6CF",
            "name": "BAMUM LETTER NI"
        },
        {
            "codepoint": "A6D0",
            "name": "BAMUM LETTER REUX"
        },
        {
            "codepoint": "A6D1",
            "name": "BAMUM LETTER RAE"
        },
        {
            "codepoint": "A6D2",
            "name": "BAMUM LETTER KEN"
        },
        {
            "codepoint": "A6D3",
            "name": "BAMUM LETTER NGKWAEN"
        },
        {
            "codepoint": "A6D4",
            "name": "BAMUM LETTER NGGA"
        },
        {
            "codepoint": "A6D5",
            "name": "BAMUM LETTER NGA"
        },
        {
            "codepoint": "A6D6",
            "name": "BAMUM LETTER SHO"
        },
        {
            "codepoint": "A6D7",
            "name": "BAMUM LETTER PUAE"
        },
        {
            "codepoint": "A6D8",
            "name": "BAMUM LETTER FU"
        },
        {
            "codepoint": "A6D9",
            "name": "BAMUM LETTER FOM"
        },
        {
            "codepoint": "A6DA",
            "name": "BAMUM LETTER WA"
        },
        {
            "codepoint": "A6DB",
            "name": "BAMUM LETTER NA"
        },
        {
            "codepoint": "A6DC",
            "name": "BAMUM LETTER LI"
        },
        {
            "codepoint": "A6DD",
            "name": "BAMUM LETTER PI"
        },
        {
            "codepoint": "A6DE",
            "name": "BAMUM LETTER LOQ"
        },
        {
            "codepoint": "A6DF",
            "name": "BAMUM LETTER KO"
        },
        {
            "codepoint": "A6E0",
            "name": "BAMUM LETTER MBEN"
        },
        {
            "codepoint": "A6E1",
            "name": "BAMUM LETTER REN"
        },
        {
            "codepoint": "A6E2",
            "name": "BAMUM LETTER MEN"
        },
        {
            "codepoint": "A6E3",
            "name": "BAMUM LETTER MA"
        },
        {
            "codepoint": "A6E4",
            "name": "BAMUM LETTER TI"
        },
        {
            "codepoint": "A6E5",
            "name": "BAMUM LETTER KI"
        },
        {
            "codepoint": "A6E6",
            "name": "BAMUM LETTER MO",
            "comments": [
                "also used for digit one"
            ]
        },
        {
            "codepoint": "A6E7",
            "name": "BAMUM LETTER MBAA",
            "comments": [
                "also used for digit two"
            ]
        },
        {
            "codepoint": "A6E8",
            "name": "BAMUM LETTER TET",
            "comments": [
                "tèt",
                "also used for digit three"
            ]
        },
        {
            "codepoint": "A6E9",
            "name": "BAMUM LETTER KPA",
            "comments": [
                "also used for digit four"
            ]
        },
        {
            "codepoint": "A6EA",
            "name": "BAMUM LETTER TEN",
            "comments": [
                "tèn",
                "also used for digit five"
            ]
        },
        {
            "codepoint": "A6EB",
            "name": "BAMUM LETTER NTUU",
            "comments": [
                "also used for digit six"
            ]
        },
        {
            "codepoint": "A6EC",
            "name": "BAMUM LETTER SAMBA",
            "comments": [
                "also used for digit seven"
            ]
        },
        {
            "codepoint": "A6ED",
            "name": "BAMUM LETTER FAAMAE",
            "comments": [
                "also used for digit eight"
            ]
        },
        {
            "codepoint": "A6EE",
            "name": "BAMUM LETTER KOVUU",
            "comments": [
                "also used for digit nine"
            ]
        },
        {
            "codepoint": "A6EF",
            "name": "BAMUM LETTER KOGHOM",
            "comments": [
                "also used for digit zero",
                "formerly used for number ten"
            ]
        },
        {
            "codepoint": "A6F0",
            "name": "BAMUM COMBINING MARK KOQNDON"
        },
        {
            "codepoint": "A6F1",
            "name": "BAMUM COMBINING MARK TUKWENTIS"
        },
        {
            "codepoint": "A6F2",
            "name": "BAMUM NJAEMLI"
        },
        {
            "codepoint": "A6F3",
            "name": "BAMUM FULL STOP"
        },
        {
            "codepoint": "A6F4",
            "name": "BAMUM COLON"
        },
        {
            "codepoint": "A6F5",
            "name": "BAMUM COMMA"
        },
        {
            "codepoint": "A6F6",
            "name": "BAMUM SEMICOLON"
        },
        {
            "codepoint": "A6F7",
            "name": "BAMUM QUESTION MARK"
        },
        {
            "codepoint": "A700",
            "name": "MODIFIER LETTER CHINESE TONE YIN PING"
        },
        {
            "codepoint": "A701",
            "name": "MODIFIER LETTER CHINESE TONE YANG PING"
        },
        {
            "codepoint": "A702",
            "name": "MODIFIER LETTER CHINESE TONE YIN SHANG"
        },
        {
            "codepoint": "A703",
            "name": "MODIFIER LETTER CHINESE TONE YANG SHANG"
        },
        {
            "codepoint": "A704",
            "name": "MODIFIER LETTER CHINESE TONE YIN QU"
        },
        {
            "codepoint": "A705",
            "name": "MODIFIER LETTER CHINESE TONE YANG QU"
        },
        {
            "codepoint": "A706",
            "name": "MODIFIER LETTER CHINESE TONE YIN RU"
        },
        {
            "codepoint": "A707",
            "name": "MODIFIER LETTER CHINESE TONE YANG RU"
        },
        {
            "codepoint": "A708",
            "name": "MODIFIER LETTER EXTRA-HIGH DOTTED TONE BAR"
        },
        {
            "codepoint": "A709",
            "name": "MODIFIER LETTER HIGH DOTTED TONE BAR"
        },
        {
            "codepoint": "A70A",
            "name": "MODIFIER LETTER MID DOTTED TONE BAR"
        },
        {
            "codepoint": "A70B",
            "name": "MODIFIER LETTER LOW DOTTED TONE BAR"
        },
        {
            "codepoint": "A70C",
            "name": "MODIFIER LETTER EXTRA-LOW DOTTED TONE BAR"
        },
        {
            "codepoint": "A70D",
            "name": "MODIFIER LETTER EXTRA-HIGH DOTTED LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A70E",
            "name": "MODIFIER LETTER HIGH DOTTED LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A70F",
            "name": "MODIFIER LETTER MID DOTTED LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A710",
            "name": "MODIFIER LETTER LOW DOTTED LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A711",
            "name": "MODIFIER LETTER EXTRA-LOW DOTTED LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A712",
            "name": "MODIFIER LETTER EXTRA-HIGH LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A713",
            "name": "MODIFIER LETTER HIGH LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A714",
            "name": "MODIFIER LETTER MID LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A715",
            "name": "MODIFIER LETTER LOW LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A716",
            "name": "MODIFIER LETTER EXTRA-LOW LEFT-STEM TONE BAR"
        },
        {
            "codepoint": "A717",
            "name": "MODIFIER LETTER DOT VERTICAL BAR"
        },
        {
            "codepoint": "A718",
            "name": "MODIFIER LETTER DOT SLASH"
        },
        {
            "codepoint": "A719",
            "name": "MODIFIER LETTER DOT HORIZONTAL BAR"
        },
        {
            "codepoint": "A71A",
            "name": "MODIFIER LETTER LOWER RIGHT CORNER ANGLE"
        },
        {
            "codepoint": "A71B",
            "name": "MODIFIER LETTER RAISED UP ARROW"
        },
        {
            "codepoint": "A71C",
            "name": "MODIFIER LETTER RAISED DOWN ARROW"
        },
        {
            "codepoint": "A71D",
            "name": "MODIFIER LETTER RAISED EXCLAMATION MARK",
            "crossReferences": [
                "(latin letter retroflex click - 01C3)",
                "(modifier letter retroflex click with retroflex hook - 107B9)"
            ]
        },
        {
            "codepoint": "A71E",
            "name": "MODIFIER LETTER RAISED INVERTED EXCLAMATION MARK"
        },
        {
            "codepoint": "A71F",
            "name": "MODIFIER LETTER LOW INVERTED EXCLAMATION MARK"
        },
        {
            "codepoint": "A720",
            "name": "MODIFIER LETTER STRESS AND HIGH TONE"
        },
        {
            "codepoint": "A721",
            "name": "MODIFIER LETTER STRESS AND LOW TONE"
        },
        {
            "codepoint": "A722",
            "name": "LATIN CAPITAL LETTER EGYPTOLOGICAL ALEF"
        },
        {
            "codepoint": "A723",
            "name": "LATIN SMALL LETTER EGYPTOLOGICAL ALEF",
            "crossReferences": [
                "(hebrew letter alef - 05D0)",
                "(arabic letter alef with hamza above - 0623)"
            ]
        },
        {
            "codepoint": "A724",
            "name": "LATIN CAPITAL LETTER EGYPTOLOGICAL AIN"
        },
        {
            "codepoint": "A725",
            "name": "LATIN SMALL LETTER EGYPTOLOGICAL AIN",
            "crossReferences": [
                "(modifier letter left half ring - 02BF)",
                "(hebrew letter ayin - 05E2)",
                "(arabic letter ain - 0639)",
                "(latin letter ain - 1D25)",
                "(modifier letter small ain - 1D5C)",
                "(latin small letter glottal i - A7BD)"
            ]
        },
        {
            "codepoint": "A726",
            "name": "LATIN CAPITAL LETTER HENG",
            "crossReferences": [
                "(cyrillic capital letter en with hook - 04C7)",
                "(latin capital letter h with descender - 2C67)"
            ]
        },
        {
            "codepoint": "A727",
            "name": "LATIN SMALL LETTER HENG",
            "comments": [
                "uvular fricative, see 0281",
                "also used in Bantu linguistics for the voiced alveolar lateral fricative, see 026E"
            ],
            "crossReferences": [
                "(latin small letter heng with hook - 0267)",
                "(latin small letter h with palatal hook - A795)",
                "(modifier letter small heng - AB5C)"
            ]
        },
        {
            "codepoint": "A728",
            "name": "LATIN CAPITAL LETTER TZ"
        },
        {
            "codepoint": "A729",
            "name": "LATIN SMALL LETTER TZ",
            "aliases": [
                "tezh digraph"
            ],
            "comments": [
                "palatoalveolar affricate [ts]"
            ],
            "crossReferences": [
                "(latin small letter ts digraph - 02A6)",
                "(latin small letter tesh digraph - 02A7)"
            ]
        },
        {
            "codepoint": "A72A",
            "name": "LATIN CAPITAL LETTER TRESILLO"
        },
        {
            "codepoint": "A72B",
            "name": "LATIN SMALL LETTER TRESILLO",
            "comments": [
                "uvular ejective stop [qʼ]"
            ],
            "crossReferences": [
                "(turned digit three - 218B)"
            ]
        },
        {
            "codepoint": "A72C",
            "name": "LATIN CAPITAL LETTER CUATRILLO"
        },
        {
            "codepoint": "A72D",
            "name": "LATIN SMALL LETTER CUATRILLO",
            "comments": [
                "velar ejective stop [kʼ]"
            ],
            "crossReferences": [
                "(digit four - 0034)"
            ]
        },
        {
            "codepoint": "A72E",
            "name": "LATIN CAPITAL LETTER CUATRILLO WITH COMMA"
        },
        {
            "codepoint": "A72F",
            "name": "LATIN SMALL LETTER CUATRILLO WITH COMMA",
            "comments": [
                "alveolar ejective affricate [tsʼ]"
            ]
        },
        {
            "codepoint": "A730",
            "name": "LATIN LETTER SMALL CAPITAL F"
        },
        {
            "codepoint": "A731",
            "name": "LATIN LETTER SMALL CAPITAL S"
        },
        {
            "codepoint": "A732",
            "name": "LATIN CAPITAL LETTER AA",
            "crossReferences": [
                "(modifier letter small capital aa - 10780)"
            ]
        },
        {
            "codepoint": "A733",
            "name": "LATIN SMALL LETTER AA"
        },
        {
            "codepoint": "A734",
            "name": "LATIN CAPITAL LETTER AO"
        },
        {
            "codepoint": "A735",
            "name": "LATIN SMALL LETTER AO"
        },
        {
            "codepoint": "A736",
            "name": "LATIN CAPITAL LETTER AU"
        },
        {
            "codepoint": "A737",
            "name": "LATIN SMALL LETTER AU"
        },
        {
            "codepoint": "A738",
            "name": "LATIN CAPITAL LETTER AV"
        },
        {
            "codepoint": "A739",
            "name": "LATIN SMALL LETTER AV"
        },
        {
            "codepoint": "A73A",
            "name": "LATIN CAPITAL LETTER AV WITH HORIZONTAL BAR"
        },
        {
            "codepoint": "A73B",
            "name": "LATIN SMALL LETTER AV WITH HORIZONTAL BAR"
        },
        {
            "codepoint": "A73C",
            "name": "LATIN CAPITAL LETTER AY"
        },
        {
            "codepoint": "A73D",
            "name": "LATIN SMALL LETTER AY"
        },
        {
            "codepoint": "A73E",
            "name": "LATIN CAPITAL LETTER REVERSED C WITH DOT",
            "crossReferences": [
                "(greek capital reversed dotted lunate sigma symbol - 03FF)"
            ]
        },
        {
            "codepoint": "A73F",
            "name": "LATIN SMALL LETTER REVERSED C WITH DOT",
            "crossReferences": [
                "(greek small reversed dotted lunate sigma symbol - 037D)"
            ]
        },
        {
            "codepoint": "A740",
            "name": "LATIN CAPITAL LETTER K WITH STROKE"
        },
        {
            "codepoint": "A741",
            "name": "LATIN SMALL LETTER K WITH STROKE"
        },
        {
            "codepoint": "A742",
            "name": "LATIN CAPITAL LETTER K WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A743",
            "name": "LATIN SMALL LETTER K WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A744",
            "name": "LATIN CAPITAL LETTER K WITH STROKE AND DIAGONAL STROKE"
        },
        {
            "codepoint": "A745",
            "name": "LATIN SMALL LETTER K WITH STROKE AND DIAGONAL STROKE"
        },
        {
            "codepoint": "A746",
            "name": "LATIN CAPITAL LETTER BROKEN L"
        },
        {
            "codepoint": "A747",
            "name": "LATIN SMALL LETTER BROKEN L"
        },
        {
            "codepoint": "A748",
            "name": "LATIN CAPITAL LETTER L WITH HIGH STROKE",
            "crossReferences": [
                "(latin capital letter l with bar - 023D)"
            ]
        },
        {
            "codepoint": "A749",
            "name": "LATIN SMALL LETTER L WITH HIGH STROKE",
            "crossReferences": [
                "(latin small letter l with bar - 019A)"
            ]
        },
        {
            "codepoint": "A74A",
            "name": "LATIN CAPITAL LETTER O WITH LONG STROKE OVERLAY",
            "crossReferences": [
                "(latin capital letter o with middle tilde - 019F)"
            ]
        },
        {
            "codepoint": "A74B",
            "name": "LATIN SMALL LETTER O WITH LONG STROKE OVERLAY",
            "crossReferences": [
                "(latin small letter o with stroke - 00F8)",
                "(latin small letter barred o - 0275)"
            ]
        },
        {
            "codepoint": "A74C",
            "name": "LATIN CAPITAL LETTER O WITH LOOP"
        },
        {
            "codepoint": "A74D",
            "name": "LATIN SMALL LETTER O WITH LOOP"
        },
        {
            "codepoint": "A74E",
            "name": "LATIN CAPITAL LETTER OO"
        },
        {
            "codepoint": "A74F",
            "name": "LATIN SMALL LETTER OO",
            "crossReferences": [
                "(cyrillic small letter double o - A699)"
            ]
        },
        {
            "codepoint": "A750",
            "name": "LATIN CAPITAL LETTER P WITH STROKE THROUGH DESCENDER",
            "crossReferences": [
                "(ruble sign - 20BD)"
            ]
        },
        {
            "codepoint": "A751",
            "name": "LATIN SMALL LETTER P WITH STROKE THROUGH DESCENDER",
            "crossReferences": [
                "(greek rho with stroke symbol - 03FC)",
                "(latin small letter p with middle tilde - 1D71)"
            ]
        },
        {
            "codepoint": "A752",
            "name": "LATIN CAPITAL LETTER P WITH FLOURISH"
        },
        {
            "codepoint": "A753",
            "name": "LATIN SMALL LETTER P WITH FLOURISH"
        },
        {
            "codepoint": "A754",
            "name": "LATIN CAPITAL LETTER P WITH SQUIRREL TAIL"
        },
        {
            "codepoint": "A755",
            "name": "LATIN SMALL LETTER P WITH SQUIRREL TAIL"
        },
        {
            "codepoint": "A756",
            "name": "LATIN CAPITAL LETTER Q WITH STROKE THROUGH DESCENDER"
        },
        {
            "codepoint": "A757",
            "name": "LATIN SMALL LETTER Q WITH STROKE THROUGH DESCENDER"
        },
        {
            "codepoint": "A758",
            "name": "LATIN CAPITAL LETTER Q WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A759",
            "name": "LATIN SMALL LETTER Q WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A75A",
            "name": "LATIN CAPITAL LETTER R ROTUNDA"
        },
        {
            "codepoint": "A75B",
            "name": "LATIN SMALL LETTER R ROTUNDA"
        },
        {
            "codepoint": "A75C",
            "name": "LATIN CAPITAL LETTER RUM ROTUNDA"
        },
        {
            "codepoint": "A75D",
            "name": "LATIN SMALL LETTER RUM ROTUNDA"
        },
        {
            "codepoint": "A75E",
            "name": "LATIN CAPITAL LETTER V WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A75F",
            "name": "LATIN SMALL LETTER V WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A760",
            "name": "LATIN CAPITAL LETTER VY"
        },
        {
            "codepoint": "A761",
            "name": "LATIN SMALL LETTER VY"
        },
        {
            "codepoint": "A762",
            "name": "LATIN CAPITAL LETTER VISIGOTHIC Z"
        },
        {
            "codepoint": "A763",
            "name": "LATIN SMALL LETTER VISIGOTHIC Z",
            "crossReferences": [
                "(latin small letter c with cedilla - 00E7)"
            ]
        },
        {
            "codepoint": "A764",
            "name": "LATIN CAPITAL LETTER THORN WITH STROKE"
        },
        {
            "codepoint": "A765",
            "name": "LATIN SMALL LETTER THORN WITH STROKE",
            "comments": [
                "Old English, Old Norse",
                "representative glyph is preferred in Old English text",
                "Old Norse fonts show a more horizontal stroke"
            ]
        },
        {
            "codepoint": "A766",
            "name": "LATIN CAPITAL LETTER THORN WITH STROKE THROUGH DESCENDER"
        },
        {
            "codepoint": "A767",
            "name": "LATIN SMALL LETTER THORN WITH STROKE THROUGH DESCENDER"
        },
        {
            "codepoint": "A768",
            "name": "LATIN CAPITAL LETTER VEND"
        },
        {
            "codepoint": "A769",
            "name": "LATIN SMALL LETTER VEND"
        },
        {
            "codepoint": "A76A",
            "name": "LATIN CAPITAL LETTER ET",
            "crossReferences": [
                "(latin capital letter reversed open e - A7AB)"
            ]
        },
        {
            "codepoint": "A76B",
            "name": "LATIN SMALL LETTER ET",
            "crossReferences": [
                "(latin small letter yogh - 021D)"
            ]
        },
        {
            "codepoint": "A76C",
            "name": "LATIN CAPITAL LETTER IS"
        },
        {
            "codepoint": "A76D",
            "name": "LATIN SMALL LETTER IS"
        },
        {
            "codepoint": "A76E",
            "name": "LATIN CAPITAL LETTER CON",
            "crossReferences": [
                "(digit nine - 0039)"
            ]
        },
        {
            "codepoint": "A76F",
            "name": "LATIN SMALL LETTER CON"
        },
        {
            "codepoint": "A770",
            "name": "MODIFIER LETTER US",
            "crossReferences": [
                "(superscript nine - 2079)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "A76F"
                ]
            ]
        },
        {
            "codepoint": "A771",
            "name": "LATIN SMALL LETTER DUM"
        },
        {
            "codepoint": "A772",
            "name": "LATIN SMALL LETTER LUM"
        },
        {
            "codepoint": "A773",
            "name": "LATIN SMALL LETTER MUM"
        },
        {
            "codepoint": "A774",
            "name": "LATIN SMALL LETTER NUM"
        },
        {
            "codepoint": "A775",
            "name": "LATIN SMALL LETTER RUM"
        },
        {
            "codepoint": "A776",
            "name": "LATIN LETTER SMALL CAPITAL RUM"
        },
        {
            "codepoint": "A777",
            "name": "LATIN SMALL LETTER TUM"
        },
        {
            "codepoint": "A778",
            "name": "LATIN SMALL LETTER UM"
        },
        {
            "codepoint": "A779",
            "name": "LATIN CAPITAL LETTER INSULAR D"
        },
        {
            "codepoint": "A77A",
            "name": "LATIN SMALL LETTER INSULAR D",
            "comments": [
                "dental fricative [ð]"
            ],
            "crossReferences": [
                "(latin small letter eth - 00F0)",
                "(latin small letter delta - 1E9F)"
            ]
        },
        {
            "codepoint": "A77B",
            "name": "LATIN CAPITAL LETTER INSULAR F"
        },
        {
            "codepoint": "A77C",
            "name": "LATIN SMALL LETTER INSULAR F"
        },
        {
            "codepoint": "A77D",
            "name": "LATIN CAPITAL LETTER INSULAR G",
            "comments": [
                "lowercase is 1D79"
            ],
            "crossReferences": [
                "(latin capital letter closed insular g - A7D0)"
            ]
        },
        {
            "codepoint": "A77E",
            "name": "LATIN CAPITAL LETTER TURNED INSULAR G"
        },
        {
            "codepoint": "A77F",
            "name": "LATIN SMALL LETTER TURNED INSULAR G",
            "comments": [
                "velar nasal [ŋ]"
            ],
            "crossReferences": [
                "(latin small letter turned g - 1D77)"
            ]
        },
        {
            "codepoint": "A780",
            "name": "LATIN CAPITAL LETTER TURNED L"
        },
        {
            "codepoint": "A781",
            "name": "LATIN SMALL LETTER TURNED L",
            "comments": [
                "voiceless alveolar lateral fricative [ɬ]"
            ]
        },
        {
            "codepoint": "A782",
            "name": "LATIN CAPITAL LETTER INSULAR R"
        },
        {
            "codepoint": "A783",
            "name": "LATIN SMALL LETTER INSULAR R",
            "crossReferences": [
                "(latin small letter r with long leg - 027C)"
            ]
        },
        {
            "codepoint": "A784",
            "name": "LATIN CAPITAL LETTER INSULAR S"
        },
        {
            "codepoint": "A785",
            "name": "LATIN SMALL LETTER INSULAR S",
            "crossReferences": [
                "(latin small letter long s - 017F)"
            ]
        },
        {
            "codepoint": "A786",
            "name": "LATIN CAPITAL LETTER INSULAR T"
        },
        {
            "codepoint": "A787",
            "name": "LATIN SMALL LETTER INSULAR T",
            "comments": [
                "voiceless dental fricative [θ]"
            ]
        },
        {
            "codepoint": "A788",
            "name": "MODIFIER LETTER LOW CIRCUMFLEX ACCENT",
            "comments": [
                "used as a tone letter for Lahu and Akha"
            ],
            "crossReferences": [
                "(modifier letter circumflex accent - 02C6)",
                "(modifier letter low up arrowhead - 02F0)",
                "(caret - 2038)"
            ]
        },
        {
            "codepoint": "A789",
            "name": "MODIFIER LETTER COLON",
            "comments": [
                "used as a tone letter in some orthographies",
                "Budu (Congo), Sabaot (Kenya), Grebo (Liberia), and several Papua New Guinea languages"
            ],
            "crossReferences": [
                "(colon - 003A)",
                "(modifier letter triangular colon - 02D0)",
                "(modifier letter raised colon - 02F8)",
                "(lisu letter tone mya jeu - A4FD)"
            ]
        },
        {
            "codepoint": "A78A",
            "name": "MODIFIER LETTER SHORT EQUALS SIGN",
            "comments": [
                "used as a tone letter for Budu"
            ],
            "crossReferences": [
                "(equals sign - 003D)",
                "(modifier letter unaspirated - 02ED)",
                "(double hyphen - 2E40)",
                "(small equals sign - FE66)"
            ]
        },
        {
            "codepoint": "A78B",
            "name": "LATIN CAPITAL LETTER SALTILLO",
            "comments": [
                "Me'phaa (Mexico)"
            ]
        },
        {
            "codepoint": "A78C",
            "name": "LATIN SMALL LETTER SALTILLO",
            "comments": [
                "saltillos are used as a casing pair for glottal stop in some orthographies",
                "the lowercase is widely used in many languages in Mexico and other regions, including Izere in Nigeria"
            ],
            "crossReferences": [
                "(apostrophe - 0027)",
                "(latin small letter glottal stop - 0242)",
                "(latin letter glottal stop - 0294)",
                "(modifier letter apostrophe - 02BC)",
                "(modifier letter glottal stop - 02C0)"
            ]
        },
        {
            "codepoint": "A78D",
            "name": "LATIN CAPITAL LETTER TURNED H",
            "comments": [
                "used in the Dan/Gio orthography in Liberia",
                "also historically used in Latin-based orthographies for Abaza and Abkhaz",
                "lowercase is 0265"
            ],
            "crossReferences": [
                "(cyrillic capital letter che - 0427)"
            ]
        },
        {
            "codepoint": "A78E",
            "name": "LATIN SMALL LETTER L WITH RETROFLEX HOOK AND BELT",
            "comments": [
                "voiceless lateral retroflex fricative",
                "used to transcribe Toda"
            ],
            "crossReferences": [
                "(latin small letter l with belt - 026C)"
            ]
        },
        {
            "codepoint": "A78F",
            "name": "LATIN LETTER SINOLOGICAL DOT",
            "comments": [
                "used in transliteration of Phags-Pa and in phonetic transcription of Tangut"
            ],
            "crossReferences": [
                "(middle dot - 00B7)",
                "(bullet - 2022)"
            ]
        },
        {
            "codepoint": "A790",
            "name": "LATIN CAPITAL LETTER N WITH DESCENDER"
        },
        {
            "codepoint": "A791",
            "name": "LATIN SMALL LETTER N WITH DESCENDER",
            "comments": [
                "velar nasal [ŋ]",
                "Yañalif"
            ],
            "crossReferences": [
                "(latin small letter eng - 014B)",
                "(latin small letter n with long right leg - 019E)",
                "(cyrillic small letter en with descender - 04A3)"
            ]
        },
        {
            "codepoint": "A792",
            "name": "LATIN CAPITAL LETTER C WITH BAR",
            "aliases": [
                "Cambrian symbol"
            ],
            "crossReferences": [
                "(euro sign - 20AC)"
            ]
        },
        {
            "codepoint": "A793",
            "name": "LATIN SMALL LETTER C WITH BAR",
            "comments": [
                "voiceless postalveolar affricate [tʃ]",
                "Nanai, ..."
            ],
            "crossReferences": [
                "(cyrillic small letter ukrainian ie - 0454)"
            ]
        },
        {
            "codepoint": "A794",
            "name": "LATIN SMALL LETTER C WITH PALATAL HOOK",
            "comments": [
                "uppercase is A7C4"
            ]
        },
        {
            "codepoint": "A795",
            "name": "LATIN SMALL LETTER H WITH PALATAL HOOK",
            "crossReferences": [
                "(latin small letter heng - A727)"
            ]
        },
        {
            "codepoint": "A796",
            "name": "LATIN CAPITAL LETTER B WITH FLOURISH"
        },
        {
            "codepoint": "A797",
            "name": "LATIN SMALL LETTER B WITH FLOURISH"
        },
        {
            "codepoint": "A798",
            "name": "LATIN CAPITAL LETTER F WITH STROKE",
            "crossReferences": [
                "(latin capital letter f with hook - 0191)",
                "(french franc sign - 20A3)"
            ]
        },
        {
            "codepoint": "A799",
            "name": "LATIN SMALL LETTER F WITH STROKE",
            "comments": [
                "old Ewe orthography",
                "also used in the Anthropos phonetic alphabet"
            ]
        },
        {
            "codepoint": "A79A",
            "name": "LATIN CAPITAL LETTER VOLAPUK AE"
        },
        {
            "codepoint": "A79B",
            "name": "LATIN SMALL LETTER VOLAPUK AE"
        },
        {
            "codepoint": "A79C",
            "name": "LATIN CAPITAL LETTER VOLAPUK OE"
        },
        {
            "codepoint": "A79D",
            "name": "LATIN SMALL LETTER VOLAPUK OE"
        },
        {
            "codepoint": "A79E",
            "name": "LATIN CAPITAL LETTER VOLAPUK UE"
        },
        {
            "codepoint": "A79F",
            "name": "LATIN SMALL LETTER VOLAPUK UE"
        },
        {
            "codepoint": "A7A0",
            "name": "LATIN CAPITAL LETTER G WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A1",
            "name": "LATIN SMALL LETTER G WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A2",
            "name": "LATIN CAPITAL LETTER K WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A3",
            "name": "LATIN SMALL LETTER K WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A4",
            "name": "LATIN CAPITAL LETTER N WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A5",
            "name": "LATIN SMALL LETTER N WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A6",
            "name": "LATIN CAPITAL LETTER R WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A7",
            "name": "LATIN SMALL LETTER R WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A8",
            "name": "LATIN CAPITAL LETTER S WITH OBLIQUE STROKE"
        },
        {
            "codepoint": "A7A9",
            "name": "LATIN SMALL LETTER S WITH OBLIQUE STROKE",
            "comments": [
                "also used in pre-1950 Lower Sorbian orthography"
            ],
            "crossReferences": [
                "(latin small letter long s with diagonal stroke - 1E9C)",
                "(latin small letter s with short stroke overlay - A7CA)"
            ]
        },
        {
            "codepoint": "A7AA",
            "name": "LATIN CAPITAL LETTER H WITH HOOK",
            "comments": [
                "lowercase is 0266",
                "used in Chad"
            ]
        },
        {
            "codepoint": "A7AB",
            "name": "LATIN CAPITAL LETTER REVERSED OPEN E",
            "comments": [
                "lowercase is 025C"
            ],
            "crossReferences": [
                "(latin capital letter ezh - 01B7)",
                "(latin capital letter yogh - 021C)",
                "(cyrillic capital letter ze - 0417)"
            ]
        },
        {
            "codepoint": "A7AC",
            "name": "LATIN CAPITAL LETTER SCRIPT G",
            "comments": [
                "lowercase is 0261"
            ]
        },
        {
            "codepoint": "A7AD",
            "name": "LATIN CAPITAL LETTER L WITH BELT",
            "comments": [
                "lowercase is 026C"
            ],
            "crossReferences": [
                "(latin capital letter l with bar - 023D)",
                "(latin letter small capital l with belt - 1DF04)"
            ]
        },
        {
            "codepoint": "A7AE",
            "name": "LATIN CAPITAL LETTER SMALL CAPITAL I",
            "comments": [
                "lowercase is 026A",
                "also used in Unifon"
            ],
            "crossReferences": [
                "(latin capital letter i - 0049)",
                "(latin letter small capital i - 026A)"
            ]
        },
        {
            "codepoint": "A7AF",
            "name": "LATIN LETTER SMALL CAPITAL Q",
            "comments": [
                "used to represent gemination"
            ],
            "crossReferences": [
                "(modifier letter capital q - A7F4)"
            ]
        },
        {
            "codepoint": "A7B0",
            "name": "LATIN CAPITAL LETTER TURNED K",
            "comments": [
                "lowercase is 029E"
            ]
        },
        {
            "codepoint": "A7B1",
            "name": "LATIN CAPITAL LETTER TURNED T",
            "comments": [
                "lowercase is 0287",
                "also used in Unifon"
            ]
        },
        {
            "codepoint": "A7B2",
            "name": "LATIN CAPITAL LETTER J WITH CROSSED-TAIL",
            "comments": [
                "lowercase is 029D"
            ]
        },
        {
            "codepoint": "A7B3",
            "name": "LATIN CAPITAL LETTER CHI",
            "comments": [
                "lowercase is AB53"
            ],
            "crossReferences": [
                "(greek capital letter chi - 03A7)"
            ]
        },
        {
            "codepoint": "A7B4",
            "name": "LATIN CAPITAL LETTER BETA"
        },
        {
            "codepoint": "A7B5",
            "name": "LATIN SMALL LETTER BETA",
            "crossReferences": [
                "(latin small letter sharp s - 00DF)",
                "(greek small letter beta - 03B2)"
            ]
        },
        {
            "codepoint": "A7B6",
            "name": "LATIN CAPITAL LETTER OMEGA"
        },
        {
            "codepoint": "A7B7",
            "name": "LATIN SMALL LETTER OMEGA",
            "crossReferences": [
                "(latin small letter closed omega - 0277)",
                "(greek small letter omega - 03C9)",
                "(cyrillic small letter omega - 0461)",
                "(cyrillic small letter broad omega - A64D)"
            ]
        },
        {
            "codepoint": "A7B8",
            "name": "LATIN CAPITAL LETTER U WITH STROKE"
        },
        {
            "codepoint": "A7B9",
            "name": "LATIN SMALL LETTER U WITH STROKE"
        },
        {
            "codepoint": "A7BA",
            "name": "LATIN CAPITAL LETTER GLOTTAL A"
        },
        {
            "codepoint": "A7BB",
            "name": "LATIN SMALL LETTER GLOTTAL A"
        },
        {
            "codepoint": "A7BC",
            "name": "LATIN CAPITAL LETTER GLOTTAL I"
        },
        {
            "codepoint": "A7BD",
            "name": "LATIN SMALL LETTER GLOTTAL I",
            "aliases": [
                "egyptological yod"
            ],
            "crossReferences": [
                "(latin small letter egyptological alef - A723)",
                "(latin small letter egyptological ain - A725)"
            ]
        },
        {
            "codepoint": "A7BE",
            "name": "LATIN CAPITAL LETTER GLOTTAL U"
        },
        {
            "codepoint": "A7BF",
            "name": "LATIN SMALL LETTER GLOTTAL U"
        },
        {
            "codepoint": "A7C0",
            "name": "LATIN CAPITAL LETTER OLD POLISH O"
        },
        {
            "codepoint": "A7C1",
            "name": "LATIN SMALL LETTER OLD POLISH O",
            "comments": [
                "used in Old Polish as a nasal vowel"
            ],
            "crossReferences": [
                "(latin small letter o with stroke - 00F8)"
            ]
        },
        {
            "codepoint": "A7C2",
            "name": "LATIN CAPITAL LETTER ANGLICANA W"
        },
        {
            "codepoint": "A7C3",
            "name": "LATIN SMALL LETTER ANGLICANA W",
            "comments": [
                "used in medieval English and Cornish"
            ]
        },
        {
            "codepoint": "A7C4",
            "name": "LATIN CAPITAL LETTER C WITH PALATAL HOOK",
            "comments": [
                "lowercase is A794"
            ]
        },
        {
            "codepoint": "A7C5",
            "name": "LATIN CAPITAL LETTER S WITH HOOK",
            "comments": [
                "lowercase is 0282"
            ]
        },
        {
            "codepoint": "A7C6",
            "name": "LATIN CAPITAL LETTER Z WITH PALATAL HOOK",
            "comments": [
                "lowercase is 1D8E"
            ]
        },
        {
            "codepoint": "A7C7",
            "name": "LATIN CAPITAL LETTER D WITH SHORT STROKE OVERLAY",
            "crossReferences": [
                "(latin capital letter eth - 00D0)",
                "(latin capital letter d with stroke - 0110)"
            ]
        },
        {
            "codepoint": "A7C8",
            "name": "LATIN SMALL LETTER D WITH SHORT STROKE OVERLAY",
            "aliases": [
                "tau gallicum"
            ],
            "comments": [
                "indicates a dental affricate"
            ],
            "crossReferences": [
                "(latin small letter d with stroke - 0111)"
            ]
        },
        {
            "codepoint": "A7C9",
            "name": "LATIN CAPITAL LETTER S WITH SHORT STROKE OVERLAY"
        },
        {
            "codepoint": "A7CA",
            "name": "LATIN SMALL LETTER S WITH SHORT STROKE OVERLAY",
            "comments": [
                "attested in handwritten documents used in pairs as an alternate tau gallicum"
            ]
        },
        {
            "codepoint": "A7CB",
            "name": "LATIN CAPITAL LETTER RAMS HORN",
            "comments": [
                "lowercase is 0264"
            ]
        },
        {
            "codepoint": "A7CC",
            "name": "LATIN CAPITAL LETTER S WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A7CD",
            "name": "LATIN SMALL LETTER S WITH DIAGONAL STROKE"
        },
        {
            "codepoint": "A7D0",
            "name": "LATIN CAPITAL LETTER CLOSED INSULAR G"
        },
        {
            "codepoint": "A7D1",
            "name": "LATIN SMALL LETTER CLOSED INSULAR G",
            "crossReferences": [
                "(latin small letter insular g - 1D79)"
            ]
        },
        {
            "codepoint": "A7D3",
            "name": "LATIN SMALL LETTER DOUBLE THORN",
            "crossReferences": [
                "(latin small letter thorn - 00FE)"
            ]
        },
        {
            "codepoint": "A7D5",
            "name": "LATIN SMALL LETTER DOUBLE WYNN",
            "crossReferences": [
                "(latin letter wynn - 01BF)"
            ]
        },
        {
            "codepoint": "A7D6",
            "name": "LATIN CAPITAL LETTER MIDDLE SCOTS S"
        },
        {
            "codepoint": "A7D7",
            "name": "LATIN SMALL LETTER MIDDLE SCOTS S",
            "comments": [
                "used in Middle Scots for s, ss, ser, sir, is, sis, etc."
            ],
            "crossReferences": [
                "(latin small letter sharp s - 00DF)"
            ]
        },
        {
            "codepoint": "A7D8",
            "name": "LATIN CAPITAL LETTER SIGMOID S"
        },
        {
            "codepoint": "A7D9",
            "name": "LATIN SMALL LETTER SIGMOID S",
            "comments": [
                "used in Middle Cornish, Middle English, and Middle Scots"
            ]
        },
        {
            "codepoint": "A7DA",
            "name": "LATIN CAPITAL LETTER LAMBDA"
        },
        {
            "codepoint": "A7DB",
            "name": "LATIN SMALL LETTER LAMBDA",
            "crossReferences": [
                "(greek small letter lamda - 03BB)"
            ]
        },
        {
            "codepoint": "A7DC",
            "name": "LATIN CAPITAL LETTER LAMBDA WITH STROKE",
            "comments": [
                "lowercase is 019B"
            ]
        },
        {
            "codepoint": "A7F2",
            "name": "MODIFIER LETTER CAPITAL C",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "A7F3",
            "name": "MODIFIER LETTER CAPITAL F",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "A7F4",
            "name": "MODIFIER LETTER CAPITAL Q",
            "crossReferences": [
                "(latin letter small capital q - A7AF)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0051"
                ]
            ]
        },
        {
            "codepoint": "A7F5",
            "name": "LATIN CAPITAL LETTER REVERSED HALF H",
            "aliases": [
                "H dimidié"
            ],
            "comments": [
                "appears in inscriptions from the Roman provinces of Gaul"
            ],
            "crossReferences": [
                "(latin capital letter half h - 2C75)"
            ]
        },
        {
            "codepoint": "A7F6",
            "name": "LATIN SMALL LETTER REVERSED HALF H",
            "comments": [
                "the lowercase is not attested in inscriptions but is used by scholars when transcribing"
            ]
        },
        {
            "codepoint": "A7F7",
            "name": "LATIN EPIGRAPHIC LETTER SIDEWAYS I",
            "comments": [
                "Celtic inscriptions"
            ]
        },
        {
            "codepoint": "A7F8",
            "name": "MODIFIER LETTER CAPITAL H WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0126"
                ]
            ]
        },
        {
            "codepoint": "A7F9",
            "name": "MODIFIER LETTER SMALL LIGATURE OE",
            "comments": [
                "labialized: open-rounded"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "0153"
                ]
            ]
        },
        {
            "codepoint": "A7FA",
            "name": "LATIN LETTER SMALL CAPITAL TURNED M",
            "comments": [
                "voiceless closed central vowel"
            ],
            "crossReferences": [
                "(latin small letter turned m - 026F)",
                "(cyrillic small letter sha - 0448)"
            ]
        },
        {
            "codepoint": "A7FB",
            "name": "LATIN EPIGRAPHIC LETTER REVERSED F",
            "aliases": [
                "filia (daughter), femina (woman, female)"
            ]
        },
        {
            "codepoint": "A7FC",
            "name": "LATIN EPIGRAPHIC LETTER REVERSED P",
            "aliases": [
                "puella (girl)"
            ]
        },
        {
            "codepoint": "A7FD",
            "name": "LATIN EPIGRAPHIC LETTER INVERTED M",
            "aliases": [
                "mulier, matrona (married woman)"
            ],
            "crossReferences": [
                "(latin capital letter turned m - 019C)"
            ]
        },
        {
            "codepoint": "A7FE",
            "name": "LATIN EPIGRAPHIC LETTER I LONGA"
        },
        {
            "codepoint": "A7FF",
            "name": "LATIN EPIGRAPHIC LETTER ARCHAIC M",
            "comments": [
                "logograph for the praenomen \"Manius\""
            ]
        },
        {
            "codepoint": "A800",
            "name": "SYLOTI NAGRI LETTER A"
        },
        {
            "codepoint": "A801",
            "name": "SYLOTI NAGRI LETTER I"
        },
        {
            "codepoint": "A802",
            "name": "SYLOTI NAGRI SIGN DVISVARA"
        },
        {
            "codepoint": "A803",
            "name": "SYLOTI NAGRI LETTER U"
        },
        {
            "codepoint": "A804",
            "name": "SYLOTI NAGRI LETTER E"
        },
        {
            "codepoint": "A805",
            "name": "SYLOTI NAGRI LETTER O"
        },
        {
            "codepoint": "A806",
            "name": "SYLOTI NAGRI SIGN HASANTA",
            "aliases": [
                "halant, virama"
            ],
            "comments": [
                "forms conjuncts"
            ]
        },
        {
            "codepoint": "A807",
            "name": "SYLOTI NAGRI LETTER KO"
        },
        {
            "codepoint": "A808",
            "name": "SYLOTI NAGRI LETTER KHO"
        },
        {
            "codepoint": "A809",
            "name": "SYLOTI NAGRI LETTER GO"
        },
        {
            "codepoint": "A80A",
            "name": "SYLOTI NAGRI LETTER GHO"
        },
        {
            "codepoint": "A80B",
            "name": "SYLOTI NAGRI SIGN ANUSVARA"
        },
        {
            "codepoint": "A80C",
            "name": "SYLOTI NAGRI LETTER CO"
        },
        {
            "codepoint": "A80D",
            "name": "SYLOTI NAGRI LETTER CHO"
        },
        {
            "codepoint": "A80E",
            "name": "SYLOTI NAGRI LETTER JO"
        },
        {
            "codepoint": "A80F",
            "name": "SYLOTI NAGRI LETTER JHO"
        },
        {
            "codepoint": "A810",
            "name": "SYLOTI NAGRI LETTER TTO"
        },
        {
            "codepoint": "A811",
            "name": "SYLOTI NAGRI LETTER TTHO"
        },
        {
            "codepoint": "A812",
            "name": "SYLOTI NAGRI LETTER DDO"
        },
        {
            "codepoint": "A813",
            "name": "SYLOTI NAGRI LETTER DDHO"
        },
        {
            "codepoint": "A814",
            "name": "SYLOTI NAGRI LETTER TO"
        },
        {
            "codepoint": "A815",
            "name": "SYLOTI NAGRI LETTER THO"
        },
        {
            "codepoint": "A816",
            "name": "SYLOTI NAGRI LETTER DO"
        },
        {
            "codepoint": "A817",
            "name": "SYLOTI NAGRI LETTER DHO"
        },
        {
            "codepoint": "A818",
            "name": "SYLOTI NAGRI LETTER NO"
        },
        {
            "codepoint": "A819",
            "name": "SYLOTI NAGRI LETTER PO"
        },
        {
            "codepoint": "A81A",
            "name": "SYLOTI NAGRI LETTER PHO"
        },
        {
            "codepoint": "A81B",
            "name": "SYLOTI NAGRI LETTER BO"
        },
        {
            "codepoint": "A81C",
            "name": "SYLOTI NAGRI LETTER BHO"
        },
        {
            "codepoint": "A81D",
            "name": "SYLOTI NAGRI LETTER MO"
        },
        {
            "codepoint": "A81E",
            "name": "SYLOTI NAGRI LETTER RO"
        },
        {
            "codepoint": "A81F",
            "name": "SYLOTI NAGRI LETTER LO"
        },
        {
            "codepoint": "A820",
            "name": "SYLOTI NAGRI LETTER RRO"
        },
        {
            "codepoint": "A821",
            "name": "SYLOTI NAGRI LETTER SO"
        },
        {
            "codepoint": "A822",
            "name": "SYLOTI NAGRI LETTER HO"
        },
        {
            "codepoint": "A823",
            "name": "SYLOTI NAGRI VOWEL SIGN A"
        },
        {
            "codepoint": "A824",
            "name": "SYLOTI NAGRI VOWEL SIGN I"
        },
        {
            "codepoint": "A825",
            "name": "SYLOTI NAGRI VOWEL SIGN U"
        },
        {
            "codepoint": "A826",
            "name": "SYLOTI NAGRI VOWEL SIGN E"
        },
        {
            "codepoint": "A827",
            "name": "SYLOTI NAGRI VOWEL SIGN OO"
        },
        {
            "codepoint": "A828",
            "name": "SYLOTI NAGRI POETRY MARK-1"
        },
        {
            "codepoint": "A829",
            "name": "SYLOTI NAGRI POETRY MARK-2"
        },
        {
            "codepoint": "A82A",
            "name": "SYLOTI NAGRI POETRY MARK-3"
        },
        {
            "codepoint": "A82B",
            "name": "SYLOTI NAGRI POETRY MARK-4"
        },
        {
            "codepoint": "A82C",
            "name": "SYLOTI NAGRI SIGN ALTERNATE HASANTA",
            "aliases": [
                "killer"
            ],
            "comments": [
                "does not form conjuncts"
            ]
        },
        {
            "codepoint": "A830",
            "name": "NORTH INDIC FRACTION ONE QUARTER",
            "comments": [
                "this and some of the following fractions are also used in some South Indic scripts, including Kannada and Malayalam"
            ]
        },
        {
            "codepoint": "A831",
            "name": "NORTH INDIC FRACTION ONE HALF"
        },
        {
            "codepoint": "A832",
            "name": "NORTH INDIC FRACTION THREE QUARTERS"
        },
        {
            "codepoint": "A833",
            "name": "NORTH INDIC FRACTION ONE SIXTEENTH"
        },
        {
            "codepoint": "A834",
            "name": "NORTH INDIC FRACTION ONE EIGHTH"
        },
        {
            "codepoint": "A835",
            "name": "NORTH INDIC FRACTION THREE SIXTEENTHS"
        },
        {
            "codepoint": "A836",
            "name": "NORTH INDIC QUARTER MARK"
        },
        {
            "codepoint": "A837",
            "name": "NORTH INDIC PLACEHOLDER MARK",
            "comments": [
                "indicates the absence of an intermediate unit in a currency value"
            ]
        },
        {
            "codepoint": "A838",
            "name": "NORTH INDIC RUPEE MARK",
            "crossReferences": [
                "(bengali rupee mark - 09F2)"
            ]
        },
        {
            "codepoint": "A839",
            "name": "NORTH INDIC QUANTITY MARK",
            "comments": [
                "a unit mark for various weights and measures"
            ]
        },
        {
            "codepoint": "A840",
            "name": "PHAGS-PA LETTER KA",
            "comments": [
                "Mongolian, Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter ka - 0F40)"
            ]
        },
        {
            "codepoint": "A841",
            "name": "PHAGS-PA LETTER KHA",
            "crossReferences": [
                "(tibetan letter kha - 0F41)"
            ]
        },
        {
            "codepoint": "A842",
            "name": "PHAGS-PA LETTER GA",
            "crossReferences": [
                "(tibetan letter ga - 0F42)"
            ]
        },
        {
            "codepoint": "A843",
            "name": "PHAGS-PA LETTER NGA",
            "comments": [
                "Mongolian, Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter nga - 0F44)"
            ]
        },
        {
            "codepoint": "A844",
            "name": "PHAGS-PA LETTER CA",
            "comments": [
                "Chinese, Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter ca - 0F45)"
            ]
        },
        {
            "codepoint": "A845",
            "name": "PHAGS-PA LETTER CHA",
            "comments": [
                "Mongolian, Chinese, Uyghur, Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter cha - 0F46)"
            ]
        },
        {
            "codepoint": "A846",
            "name": "PHAGS-PA LETTER JA",
            "comments": [
                "Mongolian, Chinese, Uyghur, Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter ja - 0F47)"
            ]
        },
        {
            "codepoint": "A847",
            "name": "PHAGS-PA LETTER NYA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter nya - 0F49)"
            ]
        },
        {
            "codepoint": "A848",
            "name": "PHAGS-PA LETTER TA",
            "comments": [
                "Mongolian, Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter ta - 0F4F)"
            ]
        },
        {
            "codepoint": "A849",
            "name": "PHAGS-PA LETTER THA",
            "crossReferences": [
                "(tibetan letter tha - 0F50)"
            ]
        },
        {
            "codepoint": "A84A",
            "name": "PHAGS-PA LETTER DA",
            "crossReferences": [
                "(tibetan letter da - 0F51)"
            ]
        },
        {
            "codepoint": "A84B",
            "name": "PHAGS-PA LETTER NA",
            "crossReferences": [
                "(tibetan letter na - 0F53)"
            ]
        },
        {
            "codepoint": "A84C",
            "name": "PHAGS-PA LETTER PA",
            "comments": [
                "Mongolian, Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter pa - 0F54)"
            ]
        },
        {
            "codepoint": "A84D",
            "name": "PHAGS-PA LETTER PHA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter pha - 0F55)"
            ]
        },
        {
            "codepoint": "A84E",
            "name": "PHAGS-PA LETTER BA",
            "crossReferences": [
                "(tibetan letter ba - 0F56)"
            ]
        },
        {
            "codepoint": "A84F",
            "name": "PHAGS-PA LETTER MA",
            "crossReferences": [
                "(tibetan letter ma - 0F58)"
            ]
        },
        {
            "codepoint": "A850",
            "name": "PHAGS-PA LETTER TSA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter tsa - 0F59)"
            ]
        },
        {
            "codepoint": "A851",
            "name": "PHAGS-PA LETTER TSHA",
            "comments": [
                "Mongolian, Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter tsha - 0F5A)"
            ]
        },
        {
            "codepoint": "A852",
            "name": "PHAGS-PA LETTER DZA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter dza - 0F5B)"
            ]
        },
        {
            "codepoint": "A853",
            "name": "PHAGS-PA LETTER WA",
            "crossReferences": [
                "(tibetan letter wa - 0F5D)"
            ]
        },
        {
            "codepoint": "A854",
            "name": "PHAGS-PA LETTER ZHA",
            "comments": [
                "Chinese, Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter zha - 0F5E)"
            ]
        },
        {
            "codepoint": "A855",
            "name": "PHAGS-PA LETTER ZA",
            "comments": [
                "Mongolian, Chinese, Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter za - 0F5F)"
            ]
        },
        {
            "codepoint": "A856",
            "name": "PHAGS-PA LETTER SMALL A",
            "crossReferences": [
                "(tibetan letter -a - 0F60)"
            ],
            "variations": [
                "A856 FE00 phags-pa letter reversed shaping small a"
            ]
        },
        {
            "codepoint": "A857",
            "name": "PHAGS-PA LETTER YA",
            "crossReferences": [
                "(tibetan letter ya - 0F61)"
            ]
        },
        {
            "codepoint": "A858",
            "name": "PHAGS-PA LETTER RA",
            "comments": [
                "Mongolian, Uyghur, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter ra - 0F62)"
            ]
        },
        {
            "codepoint": "A859",
            "name": "PHAGS-PA LETTER LA",
            "crossReferences": [
                "(tibetan letter la - 0F63)"
            ]
        },
        {
            "codepoint": "A85A",
            "name": "PHAGS-PA LETTER SHA",
            "crossReferences": [
                "(tibetan letter sha - 0F64)"
            ]
        },
        {
            "codepoint": "A85B",
            "name": "PHAGS-PA LETTER SA",
            "crossReferences": [
                "(tibetan letter sa - 0F66)"
            ]
        },
        {
            "codepoint": "A85C",
            "name": "PHAGS-PA LETTER HA",
            "crossReferences": [
                "(tibetan letter ha - 0F67)"
            ],
            "variations": [
                "A85C FE00 phags-pa letter reversed shaping ha"
            ]
        },
        {
            "codepoint": "A85D",
            "name": "PHAGS-PA LETTER A",
            "crossReferences": [
                "(tibetan letter a - 0F68)"
            ]
        },
        {
            "codepoint": "A85E",
            "name": "PHAGS-PA LETTER I",
            "crossReferences": [
                "(tibetan vowel sign i - 0F72)"
            ],
            "variations": [
                "A85E FE00 phags-pa letter reversed shaping i"
            ]
        },
        {
            "codepoint": "A85F",
            "name": "PHAGS-PA LETTER U",
            "crossReferences": [
                "(tibetan vowel sign u - 0F74)"
            ],
            "variations": [
                "A85F FE00 phags-pa letter reversed shaping u"
            ]
        },
        {
            "codepoint": "A860",
            "name": "PHAGS-PA LETTER E",
            "crossReferences": [
                "(tibetan vowel sign e - 0F7A)"
            ],
            "variations": [
                "A860 FE00 phags-pa letter reversed shaping e"
            ]
        },
        {
            "codepoint": "A861",
            "name": "PHAGS-PA LETTER O",
            "crossReferences": [
                "(tibetan vowel sign o - 0F7C)"
            ]
        },
        {
            "codepoint": "A862",
            "name": "PHAGS-PA LETTER QA",
            "comments": [
                "Mongolian, Uyghur"
            ]
        },
        {
            "codepoint": "A863",
            "name": "PHAGS-PA LETTER XA",
            "comments": [
                "Mongolian, Chinese"
            ]
        },
        {
            "codepoint": "A864",
            "name": "PHAGS-PA LETTER FA",
            "comments": [
                "Chinese, Uyghur"
            ],
            "crossReferences": [
                "(phags-pa letter ha - A85C)"
            ]
        },
        {
            "codepoint": "A865",
            "name": "PHAGS-PA LETTER GGA",
            "comments": [
                "language usage unknown",
                "created by reversal of A862"
            ]
        },
        {
            "codepoint": "A866",
            "name": "PHAGS-PA LETTER EE",
            "comments": [
                "Mongolian, Chinese, Uyghur"
            ]
        },
        {
            "codepoint": "A867",
            "name": "PHAGS-PA SUBJOINED LETTER WA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan subjoined letter wa - 0FAD)"
            ]
        },
        {
            "codepoint": "A868",
            "name": "PHAGS-PA SUBJOINED LETTER YA",
            "comments": [
                "Chinese, Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan subjoined letter ya - 0FB1)"
            ],
            "variations": [
                "A868 FE00 phags-pa letter reversed shaping subjoined ya"
            ]
        },
        {
            "codepoint": "A869",
            "name": "PHAGS-PA LETTER TTA",
            "comments": [
                "Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter tta - 0F4A)"
            ]
        },
        {
            "codepoint": "A86A",
            "name": "PHAGS-PA LETTER TTHA",
            "comments": [
                "Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter ttha - 0F4B)"
            ]
        },
        {
            "codepoint": "A86B",
            "name": "PHAGS-PA LETTER DDA",
            "comments": [
                "Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter dda - 0F4C)"
            ]
        },
        {
            "codepoint": "A86C",
            "name": "PHAGS-PA LETTER NNA",
            "comments": [
                "Sanskrit"
            ],
            "crossReferences": [
                "(tibetan letter nna - 0F4E)"
            ]
        },
        {
            "codepoint": "A86D",
            "name": "PHAGS-PA LETTER ALTERNATE YA",
            "comments": [
                "Chinese"
            ],
            "crossReferences": [
                "(phags-pa letter ya - A857)"
            ]
        },
        {
            "codepoint": "A86E",
            "name": "PHAGS-PA LETTER VOICELESS SHA",
            "comments": [
                "Chinese"
            ],
            "crossReferences": [
                "(phags-pa letter sha - A85A)"
            ]
        },
        {
            "codepoint": "A86F",
            "name": "PHAGS-PA LETTER VOICED HA",
            "comments": [
                "Chinese"
            ],
            "crossReferences": [
                "(phags-pa letter ha - A85C)"
            ]
        },
        {
            "codepoint": "A870",
            "name": "PHAGS-PA LETTER ASPIRATED FA",
            "comments": [
                "Chinese"
            ],
            "crossReferences": [
                "(phags-pa letter fa - A864)"
            ]
        },
        {
            "codepoint": "A871",
            "name": "PHAGS-PA SUBJOINED LETTER RA",
            "comments": [
                "Tibetan, Sanskrit"
            ],
            "crossReferences": [
                "(tibetan subjoined letter ra - 0FB2)"
            ]
        },
        {
            "codepoint": "A872",
            "name": "PHAGS-PA SUPERFIXED LETTER RA",
            "comments": [
                "Tibetan"
            ],
            "crossReferences": [
                "(tibetan letter ra - 0F62)"
            ]
        },
        {
            "codepoint": "A873",
            "name": "PHAGS-PA LETTER CANDRABINDU",
            "comments": [
                "Sanskrit"
            ],
            "crossReferences": [
                "(tibetan sign sna ldan - 0F83)",
                "(tibetan sign rjes su nga ro - 0F7E)",
                "(mongolian letter ali gali anusvara one - 1880)"
            ]
        },
        {
            "codepoint": "A874",
            "name": "PHAGS-PA SINGLE HEAD MARK",
            "comments": [
                "Tibetan",
                "marks beginning of text"
            ],
            "crossReferences": [
                "(tibetan mark initial yig mgo mdun ma - 0F04)",
                "(mongolian birga - 1800)"
            ]
        },
        {
            "codepoint": "A875",
            "name": "PHAGS-PA DOUBLE HEAD MARK",
            "comments": [
                "Tibetan",
                "marks beginning of text"
            ]
        },
        {
            "codepoint": "A876",
            "name": "PHAGS-PA MARK SHAD",
            "comments": [
                "Tibetan"
            ],
            "crossReferences": [
                "(tibetan mark shad - 0F0D)"
            ]
        },
        {
            "codepoint": "A877",
            "name": "PHAGS-PA MARK DOUBLE SHAD",
            "comments": [
                "Tibetan"
            ],
            "crossReferences": [
                "(tibetan mark nyis shad - 0F0E)"
            ]
        },
        {
            "codepoint": "A880",
            "name": "SAURASHTRA SIGN ANUSVARA"
        },
        {
            "codepoint": "A881",
            "name": "SAURASHTRA SIGN VISARGA"
        },
        {
            "codepoint": "A882",
            "name": "SAURASHTRA LETTER A"
        },
        {
            "codepoint": "A883",
            "name": "SAURASHTRA LETTER AA"
        },
        {
            "codepoint": "A884",
            "name": "SAURASHTRA LETTER I"
        },
        {
            "codepoint": "A885",
            "name": "SAURASHTRA LETTER II"
        },
        {
            "codepoint": "A886",
            "name": "SAURASHTRA LETTER U"
        },
        {
            "codepoint": "A887",
            "name": "SAURASHTRA LETTER UU"
        },
        {
            "codepoint": "A888",
            "name": "SAURASHTRA LETTER VOCALIC R"
        },
        {
            "codepoint": "A889",
            "name": "SAURASHTRA LETTER VOCALIC RR"
        },
        {
            "codepoint": "A88A",
            "name": "SAURASHTRA LETTER VOCALIC L"
        },
        {
            "codepoint": "A88B",
            "name": "SAURASHTRA LETTER VOCALIC LL"
        },
        {
            "codepoint": "A88C",
            "name": "SAURASHTRA LETTER E"
        },
        {
            "codepoint": "A88D",
            "name": "SAURASHTRA LETTER EE"
        },
        {
            "codepoint": "A88E",
            "name": "SAURASHTRA LETTER AI"
        },
        {
            "codepoint": "A88F",
            "name": "SAURASHTRA LETTER O"
        },
        {
            "codepoint": "A890",
            "name": "SAURASHTRA LETTER OO"
        },
        {
            "codepoint": "A891",
            "name": "SAURASHTRA LETTER AU"
        },
        {
            "codepoint": "A892",
            "name": "SAURASHTRA LETTER KA"
        },
        {
            "codepoint": "A893",
            "name": "SAURASHTRA LETTER KHA"
        },
        {
            "codepoint": "A894",
            "name": "SAURASHTRA LETTER GA"
        },
        {
            "codepoint": "A895",
            "name": "SAURASHTRA LETTER GHA"
        },
        {
            "codepoint": "A896",
            "name": "SAURASHTRA LETTER NGA"
        },
        {
            "codepoint": "A897",
            "name": "SAURASHTRA LETTER CA"
        },
        {
            "codepoint": "A898",
            "name": "SAURASHTRA LETTER CHA"
        },
        {
            "codepoint": "A899",
            "name": "SAURASHTRA LETTER JA"
        },
        {
            "codepoint": "A89A",
            "name": "SAURASHTRA LETTER JHA"
        },
        {
            "codepoint": "A89B",
            "name": "SAURASHTRA LETTER NYA"
        },
        {
            "codepoint": "A89C",
            "name": "SAURASHTRA LETTER TTA"
        },
        {
            "codepoint": "A89D",
            "name": "SAURASHTRA LETTER TTHA"
        },
        {
            "codepoint": "A89E",
            "name": "SAURASHTRA LETTER DDA"
        },
        {
            "codepoint": "A89F",
            "name": "SAURASHTRA LETTER DDHA"
        },
        {
            "codepoint": "A8A0",
            "name": "SAURASHTRA LETTER NNA"
        },
        {
            "codepoint": "A8A1",
            "name": "SAURASHTRA LETTER TA"
        },
        {
            "codepoint": "A8A2",
            "name": "SAURASHTRA LETTER THA"
        },
        {
            "codepoint": "A8A3",
            "name": "SAURASHTRA LETTER DA"
        },
        {
            "codepoint": "A8A4",
            "name": "SAURASHTRA LETTER DHA"
        },
        {
            "codepoint": "A8A5",
            "name": "SAURASHTRA LETTER NA"
        },
        {
            "codepoint": "A8A6",
            "name": "SAURASHTRA LETTER PA"
        },
        {
            "codepoint": "A8A7",
            "name": "SAURASHTRA LETTER PHA"
        },
        {
            "codepoint": "A8A8",
            "name": "SAURASHTRA LETTER BA"
        },
        {
            "codepoint": "A8A9",
            "name": "SAURASHTRA LETTER BHA"
        },
        {
            "codepoint": "A8AA",
            "name": "SAURASHTRA LETTER MA"
        },
        {
            "codepoint": "A8AB",
            "name": "SAURASHTRA LETTER YA"
        },
        {
            "codepoint": "A8AC",
            "name": "SAURASHTRA LETTER RA"
        },
        {
            "codepoint": "A8AD",
            "name": "SAURASHTRA LETTER LA"
        },
        {
            "codepoint": "A8AE",
            "name": "SAURASHTRA LETTER VA"
        },
        {
            "codepoint": "A8AF",
            "name": "SAURASHTRA LETTER SHA"
        },
        {
            "codepoint": "A8B0",
            "name": "SAURASHTRA LETTER SSA"
        },
        {
            "codepoint": "A8B1",
            "name": "SAURASHTRA LETTER SA"
        },
        {
            "codepoint": "A8B2",
            "name": "SAURASHTRA LETTER HA"
        },
        {
            "codepoint": "A8B3",
            "name": "SAURASHTRA LETTER LLA"
        },
        {
            "codepoint": "A8B4",
            "name": "SAURASHTRA CONSONANT SIGN HAARU"
        },
        {
            "codepoint": "A8B5",
            "name": "SAURASHTRA VOWEL SIGN AA"
        },
        {
            "codepoint": "A8B6",
            "name": "SAURASHTRA VOWEL SIGN I"
        },
        {
            "codepoint": "A8B7",
            "name": "SAURASHTRA VOWEL SIGN II"
        },
        {
            "codepoint": "A8B8",
            "name": "SAURASHTRA VOWEL SIGN U"
        },
        {
            "codepoint": "A8B9",
            "name": "SAURASHTRA VOWEL SIGN UU"
        },
        {
            "codepoint": "A8BA",
            "name": "SAURASHTRA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "A8BB",
            "name": "SAURASHTRA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "A8BC",
            "name": "SAURASHTRA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "A8BD",
            "name": "SAURASHTRA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "A8BE",
            "name": "SAURASHTRA VOWEL SIGN E"
        },
        {
            "codepoint": "A8BF",
            "name": "SAURASHTRA VOWEL SIGN EE"
        },
        {
            "codepoint": "A8C0",
            "name": "SAURASHTRA VOWEL SIGN AI"
        },
        {
            "codepoint": "A8C1",
            "name": "SAURASHTRA VOWEL SIGN O"
        },
        {
            "codepoint": "A8C2",
            "name": "SAURASHTRA VOWEL SIGN OO"
        },
        {
            "codepoint": "A8C3",
            "name": "SAURASHTRA VOWEL SIGN AU"
        },
        {
            "codepoint": "A8C4",
            "name": "SAURASHTRA SIGN VIRAMA"
        },
        {
            "codepoint": "A8C5",
            "name": "SAURASHTRA SIGN CANDRABINDU"
        },
        {
            "codepoint": "A8CE",
            "name": "SAURASHTRA DANDA"
        },
        {
            "codepoint": "A8CF",
            "name": "SAURASHTRA DOUBLE DANDA"
        },
        {
            "codepoint": "A8D0",
            "name": "SAURASHTRA DIGIT ZERO"
        },
        {
            "codepoint": "A8D1",
            "name": "SAURASHTRA DIGIT ONE"
        },
        {
            "codepoint": "A8D2",
            "name": "SAURASHTRA DIGIT TWO"
        },
        {
            "codepoint": "A8D3",
            "name": "SAURASHTRA DIGIT THREE"
        },
        {
            "codepoint": "A8D4",
            "name": "SAURASHTRA DIGIT FOUR"
        },
        {
            "codepoint": "A8D5",
            "name": "SAURASHTRA DIGIT FIVE"
        },
        {
            "codepoint": "A8D6",
            "name": "SAURASHTRA DIGIT SIX"
        },
        {
            "codepoint": "A8D7",
            "name": "SAURASHTRA DIGIT SEVEN"
        },
        {
            "codepoint": "A8D8",
            "name": "SAURASHTRA DIGIT EIGHT"
        },
        {
            "codepoint": "A8D9",
            "name": "SAURASHTRA DIGIT NINE"
        },
        {
            "codepoint": "A8E0",
            "name": "COMBINING DEVANAGARI DIGIT ZERO",
            "aliases": [
                "vaidika saamasvara anka shuunya"
            ]
        },
        {
            "codepoint": "A8E1",
            "name": "COMBINING DEVANAGARI DIGIT ONE",
            "aliases": [
                "vaidika saamasvara anka eka udaatta"
            ]
        },
        {
            "codepoint": "A8E2",
            "name": "COMBINING DEVANAGARI DIGIT TWO",
            "aliases": [
                "vaidika saamasvara anka dvi svarita"
            ]
        },
        {
            "codepoint": "A8E3",
            "name": "COMBINING DEVANAGARI DIGIT THREE",
            "aliases": [
                "vaidika saamasvara anka tri anudaatta"
            ]
        },
        {
            "codepoint": "A8E4",
            "name": "COMBINING DEVANAGARI DIGIT FOUR",
            "aliases": [
                "vaidika saamasvara anka chatur"
            ]
        },
        {
            "codepoint": "A8E5",
            "name": "COMBINING DEVANAGARI DIGIT FIVE",
            "aliases": [
                "vaidika saamasvara anka pancha"
            ]
        },
        {
            "codepoint": "A8E6",
            "name": "COMBINING DEVANAGARI DIGIT SIX",
            "aliases": [
                "vaidika saamasvara anka shatt"
            ]
        },
        {
            "codepoint": "A8E7",
            "name": "COMBINING DEVANAGARI DIGIT SEVEN",
            "aliases": [
                "vaidika saamasvara anka sapta"
            ]
        },
        {
            "codepoint": "A8E8",
            "name": "COMBINING DEVANAGARI DIGIT EIGHT",
            "aliases": [
                "vaidika saamasvara anka ashta"
            ]
        },
        {
            "codepoint": "A8E9",
            "name": "COMBINING DEVANAGARI DIGIT NINE",
            "aliases": [
                "vaidika saamasvara anka nava"
            ]
        },
        {
            "codepoint": "A8EA",
            "name": "COMBINING DEVANAGARI LETTER A",
            "aliases": [
                "vaidika saamasvara abhinihita"
            ]
        },
        {
            "codepoint": "A8EB",
            "name": "COMBINING DEVANAGARI LETTER U",
            "aliases": [
                "vaidika saamasvara u"
            ]
        },
        {
            "codepoint": "A8EC",
            "name": "COMBINING DEVANAGARI LETTER KA",
            "aliases": [
                "vaidika saamasvara ka"
            ]
        },
        {
            "codepoint": "A8ED",
            "name": "COMBINING DEVANAGARI LETTER NA",
            "aliases": [
                "vaidika saamasvara namana"
            ]
        },
        {
            "codepoint": "A8EE",
            "name": "COMBINING DEVANAGARI LETTER PA",
            "aliases": [
                "vaidika saamasvara prannatam"
            ]
        },
        {
            "codepoint": "A8EF",
            "name": "COMBINING DEVANAGARI LETTER RA",
            "aliases": [
                "vaidika saamasvara ra"
            ]
        },
        {
            "codepoint": "A8F0",
            "name": "COMBINING DEVANAGARI LETTER VI",
            "aliases": [
                "vaidika saamasvara vinata"
            ]
        },
        {
            "codepoint": "A8F1",
            "name": "COMBINING DEVANAGARI SIGN AVAGRAHA",
            "aliases": [
                "vaidika saamasvara diirghiibhaava"
            ]
        },
        {
            "codepoint": "A8F2",
            "name": "DEVANAGARI SIGN SPACING CANDRABINDU",
            "aliases": [
                "vaidika candrabindu"
            ],
            "crossReferences": [
                "(devanagari sign candrabindu - 0901)"
            ]
        },
        {
            "codepoint": "A8F3",
            "name": "DEVANAGARI SIGN CANDRABINDU VIRAMA",
            "aliases": [
                "vaidika anusvaara candrabindu tiryak"
            ]
        },
        {
            "codepoint": "A8F4",
            "name": "DEVANAGARI SIGN DOUBLE CANDRABINDU VIRAMA",
            "aliases": [
                "vaidika anusvaara dvi candrabindu tiryak"
            ]
        },
        {
            "codepoint": "A8F5",
            "name": "DEVANAGARI SIGN CANDRABINDU TWO",
            "aliases": [
                "vaidika anusvaara candrabindu sa-dvi"
            ]
        },
        {
            "codepoint": "A8F6",
            "name": "DEVANAGARI SIGN CANDRABINDU THREE",
            "aliases": [
                "vaidika anusvaara candrabindu sa-tri"
            ]
        },
        {
            "codepoint": "A8F7",
            "name": "DEVANAGARI SIGN CANDRABINDU AVAGRAHA",
            "aliases": [
                "vaidika anusvaara candrabindu sa-avagraha"
            ]
        },
        {
            "codepoint": "A8F8",
            "name": "DEVANAGARI SIGN PUSHPIKA",
            "aliases": [
                "vaidika pushpikaa"
            ],
            "comments": [
                "used as a placeholder or \"filler\"",
                "often flanked by double dandas"
            ]
        },
        {
            "codepoint": "A8F9",
            "name": "DEVANAGARI GAP FILLER",
            "comments": [
                "used to indicate that a gap in a manuscript or text is not a lacuna"
            ]
        },
        {
            "codepoint": "A8FA",
            "name": "DEVANAGARI CARET",
            "aliases": [
                "vaidika trutikaa"
            ],
            "comments": [
                "zero-advance character centered on the point between two orthographic syllables",
                "used for insertion of characters"
            ],
            "crossReferences": [
                "(caret - 2038)"
            ]
        },
        {
            "codepoint": "A8FB",
            "name": "DEVANAGARI HEADSTROKE",
            "aliases": [
                "shirorekhaa"
            ],
            "comments": [
                "used to indicate uncertain manuscript readings"
            ],
            "crossReferences": [
                "(sharada headstroke - 111DC)"
            ]
        },
        {
            "codepoint": "A8FC",
            "name": "DEVANAGARI SIGN SIDDHAM",
            "aliases": [
                "siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts as an invocation"
            ],
            "crossReferences": [
                "(telugu sign siddham - 0C77)",
                "(kannada sign siddham - 0C84)",
                "(tibetan mark initial yig mgo mdun ma - 0F04)",
                "(mongolian birga - 1800)",
                "(sharada sign siddham - 111DB)"
            ]
        },
        {
            "codepoint": "A8FD",
            "name": "DEVANAGARI JAIN OM"
        },
        {
            "codepoint": "A8FE",
            "name": "DEVANAGARI LETTER AY"
        },
        {
            "codepoint": "A8FF",
            "name": "DEVANAGARI VOWEL SIGN AY"
        },
        {
            "codepoint": "A900",
            "name": "KAYAH LI DIGIT ZERO"
        },
        {
            "codepoint": "A901",
            "name": "KAYAH LI DIGIT ONE"
        },
        {
            "codepoint": "A902",
            "name": "KAYAH LI DIGIT TWO"
        },
        {
            "codepoint": "A903",
            "name": "KAYAH LI DIGIT THREE"
        },
        {
            "codepoint": "A904",
            "name": "KAYAH LI DIGIT FOUR"
        },
        {
            "codepoint": "A905",
            "name": "KAYAH LI DIGIT FIVE"
        },
        {
            "codepoint": "A906",
            "name": "KAYAH LI DIGIT SIX"
        },
        {
            "codepoint": "A907",
            "name": "KAYAH LI DIGIT SEVEN"
        },
        {
            "codepoint": "A908",
            "name": "KAYAH LI DIGIT EIGHT"
        },
        {
            "codepoint": "A909",
            "name": "KAYAH LI DIGIT NINE"
        },
        {
            "codepoint": "A90A",
            "name": "KAYAH LI LETTER KA"
        },
        {
            "codepoint": "A90B",
            "name": "KAYAH LI LETTER KHA"
        },
        {
            "codepoint": "A90C",
            "name": "KAYAH LI LETTER GA"
        },
        {
            "codepoint": "A90D",
            "name": "KAYAH LI LETTER NGA"
        },
        {
            "codepoint": "A90E",
            "name": "KAYAH LI LETTER SA"
        },
        {
            "codepoint": "A90F",
            "name": "KAYAH LI LETTER SHA"
        },
        {
            "codepoint": "A910",
            "name": "KAYAH LI LETTER ZA"
        },
        {
            "codepoint": "A911",
            "name": "KAYAH LI LETTER NYA"
        },
        {
            "codepoint": "A912",
            "name": "KAYAH LI LETTER TA"
        },
        {
            "codepoint": "A913",
            "name": "KAYAH LI LETTER HTA"
        },
        {
            "codepoint": "A914",
            "name": "KAYAH LI LETTER NA"
        },
        {
            "codepoint": "A915",
            "name": "KAYAH LI LETTER PA"
        },
        {
            "codepoint": "A916",
            "name": "KAYAH LI LETTER PHA"
        },
        {
            "codepoint": "A917",
            "name": "KAYAH LI LETTER MA"
        },
        {
            "codepoint": "A918",
            "name": "KAYAH LI LETTER DA"
        },
        {
            "codepoint": "A919",
            "name": "KAYAH LI LETTER BA"
        },
        {
            "codepoint": "A91A",
            "name": "KAYAH LI LETTER RA"
        },
        {
            "codepoint": "A91B",
            "name": "KAYAH LI LETTER YA"
        },
        {
            "codepoint": "A91C",
            "name": "KAYAH LI LETTER LA"
        },
        {
            "codepoint": "A91D",
            "name": "KAYAH LI LETTER WA"
        },
        {
            "codepoint": "A91E",
            "name": "KAYAH LI LETTER THA"
        },
        {
            "codepoint": "A91F",
            "name": "KAYAH LI LETTER HA"
        },
        {
            "codepoint": "A920",
            "name": "KAYAH LI LETTER VA"
        },
        {
            "codepoint": "A921",
            "name": "KAYAH LI LETTER CA"
        },
        {
            "codepoint": "A922",
            "name": "KAYAH LI LETTER A",
            "comments": [
                "serves as a vowel carrier for vowels indicated with combining marks"
            ]
        },
        {
            "codepoint": "A923",
            "name": "KAYAH LI LETTER OE",
            "comments": [
                "also serves as a vowel carrier"
            ]
        },
        {
            "codepoint": "A924",
            "name": "KAYAH LI LETTER I"
        },
        {
            "codepoint": "A925",
            "name": "KAYAH LI LETTER OO"
        },
        {
            "codepoint": "A926",
            "name": "KAYAH LI VOWEL UE"
        },
        {
            "codepoint": "A927",
            "name": "KAYAH LI VOWEL E"
        },
        {
            "codepoint": "A928",
            "name": "KAYAH LI VOWEL U"
        },
        {
            "codepoint": "A929",
            "name": "KAYAH LI VOWEL EE"
        },
        {
            "codepoint": "A92A",
            "name": "KAYAH LI VOWEL O"
        },
        {
            "codepoint": "A92B",
            "name": "KAYAH LI TONE PLOPHU"
        },
        {
            "codepoint": "A92C",
            "name": "KAYAH LI TONE CALYA"
        },
        {
            "codepoint": "A92D",
            "name": "KAYAH LI TONE CALYA PLOPHU"
        },
        {
            "codepoint": "A92E",
            "name": "KAYAH LI SIGN CWI"
        },
        {
            "codepoint": "A92F",
            "name": "KAYAH LI SIGN SHYA"
        },
        {
            "codepoint": "A930",
            "name": "REJANG LETTER KA"
        },
        {
            "codepoint": "A931",
            "name": "REJANG LETTER GA"
        },
        {
            "codepoint": "A932",
            "name": "REJANG LETTER NGA"
        },
        {
            "codepoint": "A933",
            "name": "REJANG LETTER TA"
        },
        {
            "codepoint": "A934",
            "name": "REJANG LETTER DA"
        },
        {
            "codepoint": "A935",
            "name": "REJANG LETTER NA"
        },
        {
            "codepoint": "A936",
            "name": "REJANG LETTER PA"
        },
        {
            "codepoint": "A937",
            "name": "REJANG LETTER BA"
        },
        {
            "codepoint": "A938",
            "name": "REJANG LETTER MA"
        },
        {
            "codepoint": "A939",
            "name": "REJANG LETTER CA"
        },
        {
            "codepoint": "A93A",
            "name": "REJANG LETTER JA"
        },
        {
            "codepoint": "A93B",
            "name": "REJANG LETTER NYA"
        },
        {
            "codepoint": "A93C",
            "name": "REJANG LETTER SA"
        },
        {
            "codepoint": "A93D",
            "name": "REJANG LETTER RA"
        },
        {
            "codepoint": "A93E",
            "name": "REJANG LETTER LA"
        },
        {
            "codepoint": "A93F",
            "name": "REJANG LETTER YA"
        },
        {
            "codepoint": "A940",
            "name": "REJANG LETTER WA"
        },
        {
            "codepoint": "A941",
            "name": "REJANG LETTER HA"
        },
        {
            "codepoint": "A942",
            "name": "REJANG LETTER MBA"
        },
        {
            "codepoint": "A943",
            "name": "REJANG LETTER NGGA"
        },
        {
            "codepoint": "A944",
            "name": "REJANG LETTER NDA"
        },
        {
            "codepoint": "A945",
            "name": "REJANG LETTER NYJA"
        },
        {
            "codepoint": "A946",
            "name": "REJANG LETTER A"
        },
        {
            "codepoint": "A947",
            "name": "REJANG VOWEL SIGN I",
            "aliases": [
                "kaluan"
            ]
        },
        {
            "codepoint": "A948",
            "name": "REJANG VOWEL SIGN U",
            "aliases": [
                "kamitan"
            ]
        },
        {
            "codepoint": "A949",
            "name": "REJANG VOWEL SIGN E",
            "aliases": [
                "kamica"
            ]
        },
        {
            "codepoint": "A94A",
            "name": "REJANG VOWEL SIGN AI",
            "aliases": [
                "katiling"
            ]
        },
        {
            "codepoint": "A94B",
            "name": "REJANG VOWEL SIGN O"
        },
        {
            "codepoint": "A94C",
            "name": "REJANG VOWEL SIGN AU",
            "aliases": [
                "katulung"
            ]
        },
        {
            "codepoint": "A94D",
            "name": "REJANG VOWEL SIGN EU"
        },
        {
            "codepoint": "A94E",
            "name": "REJANG VOWEL SIGN EA",
            "aliases": [
                "kajina"
            ]
        },
        {
            "codepoint": "A94F",
            "name": "REJANG CONSONANT SIGN NG",
            "aliases": [
                "katulang"
            ]
        },
        {
            "codepoint": "A950",
            "name": "REJANG CONSONANT SIGN N",
            "aliases": [
                "duo deatas"
            ]
        },
        {
            "codepoint": "A951",
            "name": "REJANG CONSONANT SIGN R",
            "aliases": [
                "kajunjung"
            ]
        },
        {
            "codepoint": "A952",
            "name": "REJANG CONSONANT SIGN H"
        },
        {
            "codepoint": "A953",
            "name": "REJANG VIRAMA",
            "comments": [
                "does not form conjuncts"
            ]
        },
        {
            "codepoint": "A95F",
            "name": "REJANG SECTION MARK"
        },
        {
            "codepoint": "A960",
            "name": "HANGUL CHOSEONG TIKEUT-MIEUM"
        },
        {
            "codepoint": "A961",
            "name": "HANGUL CHOSEONG TIKEUT-PIEUP"
        },
        {
            "codepoint": "A962",
            "name": "HANGUL CHOSEONG TIKEUT-SIOS"
        },
        {
            "codepoint": "A963",
            "name": "HANGUL CHOSEONG TIKEUT-CIEUC"
        },
        {
            "codepoint": "A964",
            "name": "HANGUL CHOSEONG RIEUL-KIYEOK"
        },
        {
            "codepoint": "A965",
            "name": "HANGUL CHOSEONG RIEUL-SSANGKIYEOK"
        },
        {
            "codepoint": "A966",
            "name": "HANGUL CHOSEONG RIEUL-TIKEUT"
        },
        {
            "codepoint": "A967",
            "name": "HANGUL CHOSEONG RIEUL-SSANGTIKEUT"
        },
        {
            "codepoint": "A968",
            "name": "HANGUL CHOSEONG RIEUL-MIEUM"
        },
        {
            "codepoint": "A969",
            "name": "HANGUL CHOSEONG RIEUL-PIEUP"
        },
        {
            "codepoint": "A96A",
            "name": "HANGUL CHOSEONG RIEUL-SSANGPIEUP"
        },
        {
            "codepoint": "A96B",
            "name": "HANGUL CHOSEONG RIEUL-KAPYEOUNPIEUP"
        },
        {
            "codepoint": "A96C",
            "name": "HANGUL CHOSEONG RIEUL-SIOS"
        },
        {
            "codepoint": "A96D",
            "name": "HANGUL CHOSEONG RIEUL-CIEUC"
        },
        {
            "codepoint": "A96E",
            "name": "HANGUL CHOSEONG RIEUL-KHIEUKH"
        },
        {
            "codepoint": "A96F",
            "name": "HANGUL CHOSEONG MIEUM-KIYEOK"
        },
        {
            "codepoint": "A970",
            "name": "HANGUL CHOSEONG MIEUM-TIKEUT"
        },
        {
            "codepoint": "A971",
            "name": "HANGUL CHOSEONG MIEUM-SIOS"
        },
        {
            "codepoint": "A972",
            "name": "HANGUL CHOSEONG PIEUP-SIOS-THIEUTH"
        },
        {
            "codepoint": "A973",
            "name": "HANGUL CHOSEONG PIEUP-KHIEUKH"
        },
        {
            "codepoint": "A974",
            "name": "HANGUL CHOSEONG PIEUP-HIEUH"
        },
        {
            "codepoint": "A975",
            "name": "HANGUL CHOSEONG SSANGSIOS-PIEUP"
        },
        {
            "codepoint": "A976",
            "name": "HANGUL CHOSEONG IEUNG-RIEUL"
        },
        {
            "codepoint": "A977",
            "name": "HANGUL CHOSEONG IEUNG-HIEUH"
        },
        {
            "codepoint": "A978",
            "name": "HANGUL CHOSEONG SSANGCIEUC-HIEUH"
        },
        {
            "codepoint": "A979",
            "name": "HANGUL CHOSEONG SSANGTHIEUTH"
        },
        {
            "codepoint": "A97A",
            "name": "HANGUL CHOSEONG PHIEUPH-HIEUH"
        },
        {
            "codepoint": "A97B",
            "name": "HANGUL CHOSEONG HIEUH-SIOS"
        },
        {
            "codepoint": "A97C",
            "name": "HANGUL CHOSEONG SSANGYEORINHIEUH"
        },
        {
            "codepoint": "A980",
            "name": "JAVANESE SIGN PANYANGGA",
            "aliases": [
                "candrabindu"
            ]
        },
        {
            "codepoint": "A981",
            "name": "JAVANESE SIGN CECAK",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "A982",
            "name": "JAVANESE SIGN LAYAR",
            "aliases": [
                "final r"
            ],
            "comments": [
                "also used for repha in transliteration of Kawi"
            ],
            "crossReferences": [
                "(balinese sign surang - 1B03)"
            ]
        },
        {
            "codepoint": "A983",
            "name": "JAVANESE SIGN WIGNYAN",
            "aliases": [
                "visarga"
            ]
        },
        {
            "codepoint": "A984",
            "name": "JAVANESE LETTER A"
        },
        {
            "codepoint": "A985",
            "name": "JAVANESE LETTER I KAWI"
        },
        {
            "codepoint": "A986",
            "name": "JAVANESE LETTER I"
        },
        {
            "codepoint": "A987",
            "name": "JAVANESE LETTER II"
        },
        {
            "codepoint": "A988",
            "name": "JAVANESE LETTER U"
        },
        {
            "codepoint": "A989",
            "name": "JAVANESE LETTER PA CEREK",
            "aliases": [
                "vocalic r"
            ],
            "comments": [
                "rĕ in Javanese"
            ]
        },
        {
            "codepoint": "A98A",
            "name": "JAVANESE LETTER NGA LELET",
            "aliases": [
                "vocalic l"
            ],
            "comments": [
                "lĕ in Javanese"
            ]
        },
        {
            "codepoint": "A98B",
            "name": "JAVANESE LETTER NGA LELET RASWADI",
            "aliases": [
                "vocalic ll"
            ],
            "comments": [
                "leu in Javanese"
            ]
        },
        {
            "codepoint": "A98C",
            "name": "JAVANESE LETTER E"
        },
        {
            "codepoint": "A98D",
            "name": "JAVANESE LETTER AI"
        },
        {
            "codepoint": "A98E",
            "name": "JAVANESE LETTER O"
        },
        {
            "codepoint": "A98F",
            "name": "JAVANESE LETTER KA"
        },
        {
            "codepoint": "A990",
            "name": "JAVANESE LETTER KA SASAK",
            "aliases": [
                "qa"
            ]
        },
        {
            "codepoint": "A991",
            "name": "JAVANESE LETTER KA MURDA",
            "aliases": [
                "kha"
            ]
        },
        {
            "codepoint": "A992",
            "name": "JAVANESE LETTER GA"
        },
        {
            "codepoint": "A993",
            "name": "JAVANESE LETTER GA MURDA",
            "aliases": [
                "gha"
            ]
        },
        {
            "codepoint": "A994",
            "name": "JAVANESE LETTER NGA"
        },
        {
            "codepoint": "A995",
            "name": "JAVANESE LETTER CA"
        },
        {
            "codepoint": "A996",
            "name": "JAVANESE LETTER CA MURDA",
            "aliases": [
                "cha"
            ]
        },
        {
            "codepoint": "A997",
            "name": "JAVANESE LETTER JA"
        },
        {
            "codepoint": "A998",
            "name": "JAVANESE LETTER NYA MURDA",
            "aliases": [
                "jnya"
            ],
            "crossReferences": [
                "(balinese letter archaic jnya - 1B4C)"
            ]
        },
        {
            "codepoint": "A999",
            "name": "JAVANESE LETTER JA MAHAPRANA",
            "aliases": [
                "jha"
            ]
        },
        {
            "codepoint": "A99A",
            "name": "JAVANESE LETTER NYA"
        },
        {
            "codepoint": "A99B",
            "name": "JAVANESE LETTER TTA"
        },
        {
            "codepoint": "A99C",
            "name": "JAVANESE LETTER TTA MAHAPRANA",
            "aliases": [
                "ttha"
            ]
        },
        {
            "codepoint": "A99D",
            "name": "JAVANESE LETTER DDA"
        },
        {
            "codepoint": "A99E",
            "name": "JAVANESE LETTER DDA MAHAPRANA",
            "aliases": [
                "ddha"
            ]
        },
        {
            "codepoint": "A99F",
            "name": "JAVANESE LETTER NA MURDA",
            "aliases": [
                "nna"
            ]
        },
        {
            "codepoint": "A9A0",
            "name": "JAVANESE LETTER TA"
        },
        {
            "codepoint": "A9A1",
            "name": "JAVANESE LETTER TA MURDA",
            "aliases": [
                "tha"
            ]
        },
        {
            "codepoint": "A9A2",
            "name": "JAVANESE LETTER DA"
        },
        {
            "codepoint": "A9A3",
            "name": "JAVANESE LETTER DA MAHAPRANA",
            "aliases": [
                "dha"
            ]
        },
        {
            "codepoint": "A9A4",
            "name": "JAVANESE LETTER NA"
        },
        {
            "codepoint": "A9A5",
            "name": "JAVANESE LETTER PA"
        },
        {
            "codepoint": "A9A6",
            "name": "JAVANESE LETTER PA MURDA",
            "aliases": [
                "pha"
            ]
        },
        {
            "codepoint": "A9A7",
            "name": "JAVANESE LETTER BA"
        },
        {
            "codepoint": "A9A8",
            "name": "JAVANESE LETTER BA MURDA",
            "aliases": [
                "bha"
            ]
        },
        {
            "codepoint": "A9A9",
            "name": "JAVANESE LETTER MA"
        },
        {
            "codepoint": "A9AA",
            "name": "JAVANESE LETTER YA"
        },
        {
            "codepoint": "A9AB",
            "name": "JAVANESE LETTER RA"
        },
        {
            "codepoint": "A9AC",
            "name": "JAVANESE LETTER RA AGUNG"
        },
        {
            "codepoint": "A9AD",
            "name": "JAVANESE LETTER LA"
        },
        {
            "codepoint": "A9AE",
            "name": "JAVANESE LETTER WA"
        },
        {
            "codepoint": "A9AF",
            "name": "JAVANESE LETTER SA MURDA",
            "aliases": [
                "sha"
            ]
        },
        {
            "codepoint": "A9B0",
            "name": "JAVANESE LETTER SA MAHAPRANA",
            "aliases": [
                "ssa"
            ]
        },
        {
            "codepoint": "A9B1",
            "name": "JAVANESE LETTER SA"
        },
        {
            "codepoint": "A9B2",
            "name": "JAVANESE LETTER HA"
        },
        {
            "codepoint": "A9B3",
            "name": "JAVANESE SIGN CECAK TELU",
            "aliases": [
                "nukta"
            ]
        },
        {
            "codepoint": "A9B4",
            "name": "JAVANESE VOWEL SIGN TARUNG",
            "aliases": [
                "aa"
            ],
            "comments": [
                "o in Sundanese, not used alone in Javanese"
            ]
        },
        {
            "codepoint": "A9B5",
            "name": "JAVANESE VOWEL SIGN TOLONG",
            "comments": [
                "a glyph variant of A9B4"
            ]
        },
        {
            "codepoint": "A9B6",
            "name": "JAVANESE VOWEL SIGN WULU",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "A9B7",
            "name": "JAVANESE VOWEL SIGN WULU MELIK",
            "aliases": [
                "ii"
            ]
        },
        {
            "codepoint": "A9B8",
            "name": "JAVANESE VOWEL SIGN SUKU",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "A9B9",
            "name": "JAVANESE VOWEL SIGN SUKU MENDUT",
            "aliases": [
                "uu"
            ]
        },
        {
            "codepoint": "A9BA",
            "name": "JAVANESE VOWEL SIGN TALING",
            "aliases": [
                "e"
            ]
        },
        {
            "codepoint": "A9BB",
            "name": "JAVANESE VOWEL SIGN DIRGA MURE",
            "aliases": [
                "ai"
            ]
        },
        {
            "codepoint": "A9BC",
            "name": "JAVANESE VOWEL SIGN PEPET",
            "aliases": [
                "ĕ"
            ]
        },
        {
            "codepoint": "A9BD",
            "name": "JAVANESE CONSONANT SIGN KERET",
            "aliases": [
                "vocalic r"
            ],
            "comments": [
                "medial rĕ in Javanese"
            ]
        },
        {
            "codepoint": "A9BE",
            "name": "JAVANESE CONSONANT SIGN PENGKAL",
            "aliases": [
                "medial ya"
            ]
        },
        {
            "codepoint": "A9BF",
            "name": "JAVANESE CONSONANT SIGN CAKRA",
            "aliases": [
                "medial ra"
            ]
        },
        {
            "codepoint": "A9C0",
            "name": "JAVANESE PANGKON",
            "aliases": [
                "virama"
            ]
        },
        {
            "codepoint": "A9C1",
            "name": "JAVANESE LEFT RERENGGAN"
        },
        {
            "codepoint": "A9C2",
            "name": "JAVANESE RIGHT RERENGGAN"
        },
        {
            "codepoint": "A9C3",
            "name": "JAVANESE PADA ANDAP"
        },
        {
            "codepoint": "A9C4",
            "name": "JAVANESE PADA MADYA"
        },
        {
            "codepoint": "A9C5",
            "name": "JAVANESE PADA LUHUR"
        },
        {
            "codepoint": "A9C6",
            "name": "JAVANESE PADA WINDU"
        },
        {
            "codepoint": "A9C7",
            "name": "JAVANESE PADA PANGKAT"
        },
        {
            "codepoint": "A9C8",
            "name": "JAVANESE PADA LINGSA",
            "aliases": [
                "danda"
            ]
        },
        {
            "codepoint": "A9C9",
            "name": "JAVANESE PADA LUNGSI",
            "aliases": [
                "double danda"
            ]
        },
        {
            "codepoint": "A9CA",
            "name": "JAVANESE PADA ADEG"
        },
        {
            "codepoint": "A9CB",
            "name": "JAVANESE PADA ADEG ADEG"
        },
        {
            "codepoint": "A9CC",
            "name": "JAVANESE PADA PISELEH"
        },
        {
            "codepoint": "A9CD",
            "name": "JAVANESE TURNED PADA PISELEH"
        },
        {
            "codepoint": "A9CF",
            "name": "JAVANESE PANGRANGKEP",
            "comments": [
                "also used in Buginese"
            ],
            "crossReferences": [
                "(arabic-indic digit two - 0662)"
            ]
        },
        {
            "codepoint": "A9D0",
            "name": "JAVANESE DIGIT ZERO"
        },
        {
            "codepoint": "A9D1",
            "name": "JAVANESE DIGIT ONE"
        },
        {
            "codepoint": "A9D2",
            "name": "JAVANESE DIGIT TWO"
        },
        {
            "codepoint": "A9D3",
            "name": "JAVANESE DIGIT THREE"
        },
        {
            "codepoint": "A9D4",
            "name": "JAVANESE DIGIT FOUR"
        },
        {
            "codepoint": "A9D5",
            "name": "JAVANESE DIGIT FIVE"
        },
        {
            "codepoint": "A9D6",
            "name": "JAVANESE DIGIT SIX"
        },
        {
            "codepoint": "A9D7",
            "name": "JAVANESE DIGIT SEVEN"
        },
        {
            "codepoint": "A9D8",
            "name": "JAVANESE DIGIT EIGHT"
        },
        {
            "codepoint": "A9D9",
            "name": "JAVANESE DIGIT NINE"
        },
        {
            "codepoint": "A9DE",
            "name": "JAVANESE PADA TIRTA TUMETES"
        },
        {
            "codepoint": "A9DF",
            "name": "JAVANESE PADA ISEN-ISEN"
        },
        {
            "codepoint": "A9E0",
            "name": "MYANMAR LETTER SHAN GHA"
        },
        {
            "codepoint": "A9E1",
            "name": "MYANMAR LETTER SHAN CHA"
        },
        {
            "codepoint": "A9E2",
            "name": "MYANMAR LETTER SHAN JHA"
        },
        {
            "codepoint": "A9E3",
            "name": "MYANMAR LETTER SHAN NNA"
        },
        {
            "codepoint": "A9E4",
            "name": "MYANMAR LETTER SHAN BHA"
        },
        {
            "codepoint": "A9E5",
            "name": "MYANMAR SIGN SHAN SAW"
        },
        {
            "codepoint": "A9E6",
            "name": "MYANMAR MODIFIER LETTER SHAN REDUPLICATION",
            "crossReferences": [
                "(myanmar modifier letter khamti reduplication - AA70)"
            ]
        },
        {
            "codepoint": "A9E7",
            "name": "MYANMAR LETTER TAI LAING NYA"
        },
        {
            "codepoint": "A9E8",
            "name": "MYANMAR LETTER TAI LAING FA"
        },
        {
            "codepoint": "A9E9",
            "name": "MYANMAR LETTER TAI LAING GA"
        },
        {
            "codepoint": "A9EA",
            "name": "MYANMAR LETTER TAI LAING GHA"
        },
        {
            "codepoint": "A9EB",
            "name": "MYANMAR LETTER TAI LAING JA"
        },
        {
            "codepoint": "A9EC",
            "name": "MYANMAR LETTER TAI LAING JHA"
        },
        {
            "codepoint": "A9ED",
            "name": "MYANMAR LETTER TAI LAING DDA"
        },
        {
            "codepoint": "A9EE",
            "name": "MYANMAR LETTER TAI LAING DDHA"
        },
        {
            "codepoint": "A9EF",
            "name": "MYANMAR LETTER TAI LAING NNA"
        },
        {
            "codepoint": "A9F0",
            "name": "MYANMAR TAI LAING DIGIT ZERO"
        },
        {
            "codepoint": "A9F1",
            "name": "MYANMAR TAI LAING DIGIT ONE"
        },
        {
            "codepoint": "A9F2",
            "name": "MYANMAR TAI LAING DIGIT TWO"
        },
        {
            "codepoint": "A9F3",
            "name": "MYANMAR TAI LAING DIGIT THREE"
        },
        {
            "codepoint": "A9F4",
            "name": "MYANMAR TAI LAING DIGIT FOUR"
        },
        {
            "codepoint": "A9F5",
            "name": "MYANMAR TAI LAING DIGIT FIVE"
        },
        {
            "codepoint": "A9F6",
            "name": "MYANMAR TAI LAING DIGIT SIX"
        },
        {
            "codepoint": "A9F7",
            "name": "MYANMAR TAI LAING DIGIT SEVEN"
        },
        {
            "codepoint": "A9F8",
            "name": "MYANMAR TAI LAING DIGIT EIGHT"
        },
        {
            "codepoint": "A9F9",
            "name": "MYANMAR TAI LAING DIGIT NINE"
        },
        {
            "codepoint": "A9FA",
            "name": "MYANMAR LETTER TAI LAING LLA"
        },
        {
            "codepoint": "A9FB",
            "name": "MYANMAR LETTER TAI LAING DA"
        },
        {
            "codepoint": "A9FC",
            "name": "MYANMAR LETTER TAI LAING DHA"
        },
        {
            "codepoint": "A9FD",
            "name": "MYANMAR LETTER TAI LAING BA"
        },
        {
            "codepoint": "A9FE",
            "name": "MYANMAR LETTER TAI LAING BHA"
        },
        {
            "codepoint": "AA00",
            "name": "CHAM LETTER A"
        },
        {
            "codepoint": "AA01",
            "name": "CHAM LETTER I"
        },
        {
            "codepoint": "AA02",
            "name": "CHAM LETTER U"
        },
        {
            "codepoint": "AA03",
            "name": "CHAM LETTER E"
        },
        {
            "codepoint": "AA04",
            "name": "CHAM LETTER AI"
        },
        {
            "codepoint": "AA05",
            "name": "CHAM LETTER O"
        },
        {
            "codepoint": "AA06",
            "name": "CHAM LETTER KA"
        },
        {
            "codepoint": "AA07",
            "name": "CHAM LETTER KHA"
        },
        {
            "codepoint": "AA08",
            "name": "CHAM LETTER GA"
        },
        {
            "codepoint": "AA09",
            "name": "CHAM LETTER GHA"
        },
        {
            "codepoint": "AA0A",
            "name": "CHAM LETTER NGUE"
        },
        {
            "codepoint": "AA0B",
            "name": "CHAM LETTER NGA"
        },
        {
            "codepoint": "AA0C",
            "name": "CHAM LETTER CHA"
        },
        {
            "codepoint": "AA0D",
            "name": "CHAM LETTER CHHA"
        },
        {
            "codepoint": "AA0E",
            "name": "CHAM LETTER JA"
        },
        {
            "codepoint": "AA0F",
            "name": "CHAM LETTER JHA"
        },
        {
            "codepoint": "AA10",
            "name": "CHAM LETTER NHUE"
        },
        {
            "codepoint": "AA11",
            "name": "CHAM LETTER NHA"
        },
        {
            "codepoint": "AA12",
            "name": "CHAM LETTER NHJA"
        },
        {
            "codepoint": "AA13",
            "name": "CHAM LETTER TA"
        },
        {
            "codepoint": "AA14",
            "name": "CHAM LETTER THA"
        },
        {
            "codepoint": "AA15",
            "name": "CHAM LETTER DA"
        },
        {
            "codepoint": "AA16",
            "name": "CHAM LETTER DHA"
        },
        {
            "codepoint": "AA17",
            "name": "CHAM LETTER NUE"
        },
        {
            "codepoint": "AA18",
            "name": "CHAM LETTER NA"
        },
        {
            "codepoint": "AA19",
            "name": "CHAM LETTER DDA"
        },
        {
            "codepoint": "AA1A",
            "name": "CHAM LETTER PA"
        },
        {
            "codepoint": "AA1B",
            "name": "CHAM LETTER PPA"
        },
        {
            "codepoint": "AA1C",
            "name": "CHAM LETTER PHA"
        },
        {
            "codepoint": "AA1D",
            "name": "CHAM LETTER BA"
        },
        {
            "codepoint": "AA1E",
            "name": "CHAM LETTER BHA"
        },
        {
            "codepoint": "AA1F",
            "name": "CHAM LETTER MUE"
        },
        {
            "codepoint": "AA20",
            "name": "CHAM LETTER MA"
        },
        {
            "codepoint": "AA21",
            "name": "CHAM LETTER BBA"
        },
        {
            "codepoint": "AA22",
            "name": "CHAM LETTER YA"
        },
        {
            "codepoint": "AA23",
            "name": "CHAM LETTER RA"
        },
        {
            "codepoint": "AA24",
            "name": "CHAM LETTER LA"
        },
        {
            "codepoint": "AA25",
            "name": "CHAM LETTER VA"
        },
        {
            "codepoint": "AA26",
            "name": "CHAM LETTER SSA"
        },
        {
            "codepoint": "AA27",
            "name": "CHAM LETTER SA"
        },
        {
            "codepoint": "AA28",
            "name": "CHAM LETTER HA"
        },
        {
            "codepoint": "AA29",
            "name": "CHAM VOWEL SIGN AA"
        },
        {
            "codepoint": "AA2A",
            "name": "CHAM VOWEL SIGN I"
        },
        {
            "codepoint": "AA2B",
            "name": "CHAM VOWEL SIGN II"
        },
        {
            "codepoint": "AA2C",
            "name": "CHAM VOWEL SIGN EI"
        },
        {
            "codepoint": "AA2D",
            "name": "CHAM VOWEL SIGN U"
        },
        {
            "codepoint": "AA2E",
            "name": "CHAM VOWEL SIGN OE"
        },
        {
            "codepoint": "AA2F",
            "name": "CHAM VOWEL SIGN O"
        },
        {
            "codepoint": "AA30",
            "name": "CHAM VOWEL SIGN AI"
        },
        {
            "codepoint": "AA31",
            "name": "CHAM VOWEL SIGN AU"
        },
        {
            "codepoint": "AA32",
            "name": "CHAM VOWEL SIGN UE"
        },
        {
            "codepoint": "AA33",
            "name": "CHAM CONSONANT SIGN YA"
        },
        {
            "codepoint": "AA34",
            "name": "CHAM CONSONANT SIGN RA"
        },
        {
            "codepoint": "AA35",
            "name": "CHAM CONSONANT SIGN LA"
        },
        {
            "codepoint": "AA36",
            "name": "CHAM CONSONANT SIGN WA"
        },
        {
            "codepoint": "AA40",
            "name": "CHAM LETTER FINAL K"
        },
        {
            "codepoint": "AA41",
            "name": "CHAM LETTER FINAL G"
        },
        {
            "codepoint": "AA42",
            "name": "CHAM LETTER FINAL NG"
        },
        {
            "codepoint": "AA43",
            "name": "CHAM CONSONANT SIGN FINAL NG"
        },
        {
            "codepoint": "AA44",
            "name": "CHAM LETTER FINAL CH"
        },
        {
            "codepoint": "AA45",
            "name": "CHAM LETTER FINAL T"
        },
        {
            "codepoint": "AA46",
            "name": "CHAM LETTER FINAL N"
        },
        {
            "codepoint": "AA47",
            "name": "CHAM LETTER FINAL P"
        },
        {
            "codepoint": "AA48",
            "name": "CHAM LETTER FINAL Y"
        },
        {
            "codepoint": "AA49",
            "name": "CHAM LETTER FINAL R"
        },
        {
            "codepoint": "AA4A",
            "name": "CHAM LETTER FINAL L"
        },
        {
            "codepoint": "AA4B",
            "name": "CHAM LETTER FINAL SS"
        },
        {
            "codepoint": "AA4C",
            "name": "CHAM CONSONANT SIGN FINAL M"
        },
        {
            "codepoint": "AA4D",
            "name": "CHAM CONSONANT SIGN FINAL H"
        },
        {
            "codepoint": "AA50",
            "name": "CHAM DIGIT ZERO"
        },
        {
            "codepoint": "AA51",
            "name": "CHAM DIGIT ONE"
        },
        {
            "codepoint": "AA52",
            "name": "CHAM DIGIT TWO"
        },
        {
            "codepoint": "AA53",
            "name": "CHAM DIGIT THREE"
        },
        {
            "codepoint": "AA54",
            "name": "CHAM DIGIT FOUR"
        },
        {
            "codepoint": "AA55",
            "name": "CHAM DIGIT FIVE"
        },
        {
            "codepoint": "AA56",
            "name": "CHAM DIGIT SIX"
        },
        {
            "codepoint": "AA57",
            "name": "CHAM DIGIT SEVEN"
        },
        {
            "codepoint": "AA58",
            "name": "CHAM DIGIT EIGHT"
        },
        {
            "codepoint": "AA59",
            "name": "CHAM DIGIT NINE"
        },
        {
            "codepoint": "AA5C",
            "name": "CHAM PUNCTUATION SPIRAL"
        },
        {
            "codepoint": "AA5D",
            "name": "CHAM PUNCTUATION DANDA"
        },
        {
            "codepoint": "AA5E",
            "name": "CHAM PUNCTUATION DOUBLE DANDA"
        },
        {
            "codepoint": "AA5F",
            "name": "CHAM PUNCTUATION TRIPLE DANDA"
        },
        {
            "codepoint": "AA60",
            "name": "MYANMAR LETTER KHAMTI GA",
            "variations": [
                "AA60 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA61",
            "name": "MYANMAR LETTER KHAMTI CA",
            "variations": [
                "AA61 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA62",
            "name": "MYANMAR LETTER KHAMTI CHA",
            "variations": [
                "AA62 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA63",
            "name": "MYANMAR LETTER KHAMTI JA",
            "variations": [
                "AA63 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA64",
            "name": "MYANMAR LETTER KHAMTI JHA",
            "variations": [
                "AA64 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA65",
            "name": "MYANMAR LETTER KHAMTI NYA",
            "variations": [
                "AA65 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA66",
            "name": "MYANMAR LETTER KHAMTI TTA",
            "variations": [
                "AA66 FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA67",
            "name": "MYANMAR LETTER KHAMTI TTHA"
        },
        {
            "codepoint": "AA68",
            "name": "MYANMAR LETTER KHAMTI DDA"
        },
        {
            "codepoint": "AA69",
            "name": "MYANMAR LETTER KHAMTI DDHA"
        },
        {
            "codepoint": "AA6A",
            "name": "MYANMAR LETTER KHAMTI DHA"
        },
        {
            "codepoint": "AA6B",
            "name": "MYANMAR LETTER KHAMTI NA",
            "variations": [
                "AA6B FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA6C",
            "name": "MYANMAR LETTER KHAMTI SA",
            "variations": [
                "AA6C FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA6D",
            "name": "MYANMAR LETTER KHAMTI HA"
        },
        {
            "codepoint": "AA6E",
            "name": "MYANMAR LETTER KHAMTI HHA",
            "other": [
                "MYANMAR LETTER KHAMTI LLA"
            ]
        },
        {
            "codepoint": "AA6F",
            "name": "MYANMAR LETTER KHAMTI FA",
            "variations": [
                "AA6F FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA70",
            "name": "MYANMAR MODIFIER LETTER KHAMTI REDUPLICATION",
            "crossReferences": [
                "(myanmar modifier letter shan reduplication - A9E6)"
            ]
        },
        {
            "codepoint": "AA71",
            "name": "MYANMAR LETTER KHAMTI XA"
        },
        {
            "codepoint": "AA72",
            "name": "MYANMAR LETTER KHAMTI ZA"
        },
        {
            "codepoint": "AA73",
            "name": "MYANMAR LETTER KHAMTI RA"
        },
        {
            "codepoint": "AA74",
            "name": "MYANMAR LOGOGRAM KHAMTI OAY"
        },
        {
            "codepoint": "AA75",
            "name": "MYANMAR LOGOGRAM KHAMTI QN"
        },
        {
            "codepoint": "AA76",
            "name": "MYANMAR LOGOGRAM KHAMTI HM"
        },
        {
            "codepoint": "AA77",
            "name": "MYANMAR SYMBOL AITON EXCLAMATION"
        },
        {
            "codepoint": "AA78",
            "name": "MYANMAR SYMBOL AITON ONE"
        },
        {
            "codepoint": "AA79",
            "name": "MYANMAR SYMBOL AITON TWO"
        },
        {
            "codepoint": "AA7A",
            "name": "MYANMAR LETTER AITON RA",
            "variations": [
                "AA7A FE00 dotted form"
            ]
        },
        {
            "codepoint": "AA7B",
            "name": "MYANMAR SIGN PAO KAREN TONE"
        },
        {
            "codepoint": "AA7C",
            "name": "MYANMAR SIGN TAI LAING TONE-2"
        },
        {
            "codepoint": "AA7D",
            "name": "MYANMAR SIGN TAI LAING TONE-5"
        },
        {
            "codepoint": "AA7E",
            "name": "MYANMAR LETTER SHWE PALAUNG CHA"
        },
        {
            "codepoint": "AA7F",
            "name": "MYANMAR LETTER SHWE PALAUNG SHA"
        },
        {
            "codepoint": "AA80",
            "name": "TAI VIET LETTER LOW KO"
        },
        {
            "codepoint": "AA81",
            "name": "TAI VIET LETTER HIGH KO"
        },
        {
            "codepoint": "AA82",
            "name": "TAI VIET LETTER LOW KHO"
        },
        {
            "codepoint": "AA83",
            "name": "TAI VIET LETTER HIGH KHO"
        },
        {
            "codepoint": "AA84",
            "name": "TAI VIET LETTER LOW KHHO"
        },
        {
            "codepoint": "AA85",
            "name": "TAI VIET LETTER HIGH KHHO"
        },
        {
            "codepoint": "AA86",
            "name": "TAI VIET LETTER LOW GO"
        },
        {
            "codepoint": "AA87",
            "name": "TAI VIET LETTER HIGH GO"
        },
        {
            "codepoint": "AA88",
            "name": "TAI VIET LETTER LOW NGO"
        },
        {
            "codepoint": "AA89",
            "name": "TAI VIET LETTER HIGH NGO"
        },
        {
            "codepoint": "AA8A",
            "name": "TAI VIET LETTER LOW CO"
        },
        {
            "codepoint": "AA8B",
            "name": "TAI VIET LETTER HIGH CO"
        },
        {
            "codepoint": "AA8C",
            "name": "TAI VIET LETTER LOW CHO"
        },
        {
            "codepoint": "AA8D",
            "name": "TAI VIET LETTER HIGH CHO"
        },
        {
            "codepoint": "AA8E",
            "name": "TAI VIET LETTER LOW SO"
        },
        {
            "codepoint": "AA8F",
            "name": "TAI VIET LETTER HIGH SO"
        },
        {
            "codepoint": "AA90",
            "name": "TAI VIET LETTER LOW NYO"
        },
        {
            "codepoint": "AA91",
            "name": "TAI VIET LETTER HIGH NYO"
        },
        {
            "codepoint": "AA92",
            "name": "TAI VIET LETTER LOW DO"
        },
        {
            "codepoint": "AA93",
            "name": "TAI VIET LETTER HIGH DO"
        },
        {
            "codepoint": "AA94",
            "name": "TAI VIET LETTER LOW TO"
        },
        {
            "codepoint": "AA95",
            "name": "TAI VIET LETTER HIGH TO"
        },
        {
            "codepoint": "AA96",
            "name": "TAI VIET LETTER LOW THO"
        },
        {
            "codepoint": "AA97",
            "name": "TAI VIET LETTER HIGH THO"
        },
        {
            "codepoint": "AA98",
            "name": "TAI VIET LETTER LOW NO"
        },
        {
            "codepoint": "AA99",
            "name": "TAI VIET LETTER HIGH NO"
        },
        {
            "codepoint": "AA9A",
            "name": "TAI VIET LETTER LOW BO"
        },
        {
            "codepoint": "AA9B",
            "name": "TAI VIET LETTER HIGH BO"
        },
        {
            "codepoint": "AA9C",
            "name": "TAI VIET LETTER LOW PO"
        },
        {
            "codepoint": "AA9D",
            "name": "TAI VIET LETTER HIGH PO"
        },
        {
            "codepoint": "AA9E",
            "name": "TAI VIET LETTER LOW PHO"
        },
        {
            "codepoint": "AA9F",
            "name": "TAI VIET LETTER HIGH PHO"
        },
        {
            "codepoint": "AAA0",
            "name": "TAI VIET LETTER LOW FO"
        },
        {
            "codepoint": "AAA1",
            "name": "TAI VIET LETTER HIGH FO"
        },
        {
            "codepoint": "AAA2",
            "name": "TAI VIET LETTER LOW MO"
        },
        {
            "codepoint": "AAA3",
            "name": "TAI VIET LETTER HIGH MO"
        },
        {
            "codepoint": "AAA4",
            "name": "TAI VIET LETTER LOW YO"
        },
        {
            "codepoint": "AAA5",
            "name": "TAI VIET LETTER HIGH YO"
        },
        {
            "codepoint": "AAA6",
            "name": "TAI VIET LETTER LOW RO"
        },
        {
            "codepoint": "AAA7",
            "name": "TAI VIET LETTER HIGH RO"
        },
        {
            "codepoint": "AAA8",
            "name": "TAI VIET LETTER LOW LO"
        },
        {
            "codepoint": "AAA9",
            "name": "TAI VIET LETTER HIGH LO"
        },
        {
            "codepoint": "AAAA",
            "name": "TAI VIET LETTER LOW VO"
        },
        {
            "codepoint": "AAAB",
            "name": "TAI VIET LETTER HIGH VO"
        },
        {
            "codepoint": "AAAC",
            "name": "TAI VIET LETTER LOW HO"
        },
        {
            "codepoint": "AAAD",
            "name": "TAI VIET LETTER HIGH HO"
        },
        {
            "codepoint": "AAAE",
            "name": "TAI VIET LETTER LOW O"
        },
        {
            "codepoint": "AAAF",
            "name": "TAI VIET LETTER HIGH O"
        },
        {
            "codepoint": "AAB0",
            "name": "TAI VIET MAI KANG"
        },
        {
            "codepoint": "AAB1",
            "name": "TAI VIET VOWEL AA"
        },
        {
            "codepoint": "AAB2",
            "name": "TAI VIET VOWEL I"
        },
        {
            "codepoint": "AAB3",
            "name": "TAI VIET VOWEL UE"
        },
        {
            "codepoint": "AAB4",
            "name": "TAI VIET VOWEL U"
        },
        {
            "codepoint": "AAB5",
            "name": "TAI VIET VOWEL E",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "AAB6",
            "name": "TAI VIET VOWEL O",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "AAB7",
            "name": "TAI VIET MAI KHIT"
        },
        {
            "codepoint": "AAB8",
            "name": "TAI VIET VOWEL IA"
        },
        {
            "codepoint": "AAB9",
            "name": "TAI VIET VOWEL UEA",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "AABA",
            "name": "TAI VIET VOWEL UA"
        },
        {
            "codepoint": "AABB",
            "name": "TAI VIET VOWEL AUE",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "AABC",
            "name": "TAI VIET VOWEL AY",
            "comments": [
                "precedes consonant in visual order"
            ]
        },
        {
            "codepoint": "AABD",
            "name": "TAI VIET VOWEL AN"
        },
        {
            "codepoint": "AABE",
            "name": "TAI VIET VOWEL AM"
        },
        {
            "codepoint": "AABF",
            "name": "TAI VIET TONE MAI EK"
        },
        {
            "codepoint": "AAC0",
            "name": "TAI VIET TONE MAI NUENG"
        },
        {
            "codepoint": "AAC1",
            "name": "TAI VIET TONE MAI THO"
        },
        {
            "codepoint": "AAC2",
            "name": "TAI VIET TONE MAI SONG"
        },
        {
            "codepoint": "AADB",
            "name": "TAI VIET SYMBOL KON",
            "aliases": [
                "person"
            ]
        },
        {
            "codepoint": "AADC",
            "name": "TAI VIET SYMBOL NUENG",
            "aliases": [
                "one"
            ]
        },
        {
            "codepoint": "AADD",
            "name": "TAI VIET SYMBOL SAM",
            "crossReferences": [
                "(thai character maiyamok - 0E46)"
            ]
        },
        {
            "codepoint": "AADE",
            "name": "TAI VIET SYMBOL HO HOI",
            "comments": [
                "marks start of text in songs and poems"
            ]
        },
        {
            "codepoint": "AADF",
            "name": "TAI VIET SYMBOL KOI KOI",
            "comments": [
                "marks end of text in songs and poems"
            ]
        },
        {
            "codepoint": "AAE0",
            "name": "MEETEI MAYEK LETTER E"
        },
        {
            "codepoint": "AAE1",
            "name": "MEETEI MAYEK LETTER O"
        },
        {
            "codepoint": "AAE2",
            "name": "MEETEI MAYEK LETTER CHA"
        },
        {
            "codepoint": "AAE3",
            "name": "MEETEI MAYEK LETTER NYA"
        },
        {
            "codepoint": "AAE4",
            "name": "MEETEI MAYEK LETTER TTA"
        },
        {
            "codepoint": "AAE5",
            "name": "MEETEI MAYEK LETTER TTHA"
        },
        {
            "codepoint": "AAE6",
            "name": "MEETEI MAYEK LETTER DDA"
        },
        {
            "codepoint": "AAE7",
            "name": "MEETEI MAYEK LETTER DDHA"
        },
        {
            "codepoint": "AAE8",
            "name": "MEETEI MAYEK LETTER NNA"
        },
        {
            "codepoint": "AAE9",
            "name": "MEETEI MAYEK LETTER SHA"
        },
        {
            "codepoint": "AAEA",
            "name": "MEETEI MAYEK LETTER SSA"
        },
        {
            "codepoint": "AAEB",
            "name": "MEETEI MAYEK VOWEL SIGN II"
        },
        {
            "codepoint": "AAEC",
            "name": "MEETEI MAYEK VOWEL SIGN UU"
        },
        {
            "codepoint": "AAED",
            "name": "MEETEI MAYEK VOWEL SIGN AAI"
        },
        {
            "codepoint": "AAEE",
            "name": "MEETEI MAYEK VOWEL SIGN AU"
        },
        {
            "codepoint": "AAEF",
            "name": "MEETEI MAYEK VOWEL SIGN AAU"
        },
        {
            "codepoint": "AAF0",
            "name": "MEETEI MAYEK CHEIKHAN",
            "aliases": [
                "danda"
            ]
        },
        {
            "codepoint": "AAF1",
            "name": "MEETEI MAYEK AHANG KHUDAM",
            "aliases": [
                "question mark"
            ]
        },
        {
            "codepoint": "AAF2",
            "name": "MEETEI MAYEK ANJI",
            "comments": [
                "a philosophical sign"
            ],
            "crossReferences": [
                "(devanagari om - 0950)"
            ]
        },
        {
            "codepoint": "AAF3",
            "name": "MEETEI MAYEK SYLLABLE REPETITION MARK"
        },
        {
            "codepoint": "AAF4",
            "name": "MEETEI MAYEK WORD REPETITION MARK"
        },
        {
            "codepoint": "AAF5",
            "name": "MEETEI MAYEK VOWEL SIGN VISARGA"
        },
        {
            "codepoint": "AAF6",
            "name": "MEETEI MAYEK VIRAMA",
            "comments": [
                "used to form conjuncts in historical orthographies"
            ],
            "crossReferences": [
                "(myanmar sign virama - 1039)"
            ]
        },
        {
            "codepoint": "AB01",
            "name": "ETHIOPIC SYLLABLE TTHU"
        },
        {
            "codepoint": "AB02",
            "name": "ETHIOPIC SYLLABLE TTHI"
        },
        {
            "codepoint": "AB03",
            "name": "ETHIOPIC SYLLABLE TTHAA"
        },
        {
            "codepoint": "AB04",
            "name": "ETHIOPIC SYLLABLE TTHEE"
        },
        {
            "codepoint": "AB05",
            "name": "ETHIOPIC SYLLABLE TTHE"
        },
        {
            "codepoint": "AB06",
            "name": "ETHIOPIC SYLLABLE TTHO"
        },
        {
            "codepoint": "AB09",
            "name": "ETHIOPIC SYLLABLE DDHU"
        },
        {
            "codepoint": "AB0A",
            "name": "ETHIOPIC SYLLABLE DDHI"
        },
        {
            "codepoint": "AB0B",
            "name": "ETHIOPIC SYLLABLE DDHAA"
        },
        {
            "codepoint": "AB0C",
            "name": "ETHIOPIC SYLLABLE DDHEE"
        },
        {
            "codepoint": "AB0D",
            "name": "ETHIOPIC SYLLABLE DDHE"
        },
        {
            "codepoint": "AB0E",
            "name": "ETHIOPIC SYLLABLE DDHO"
        },
        {
            "codepoint": "AB11",
            "name": "ETHIOPIC SYLLABLE DZU"
        },
        {
            "codepoint": "AB12",
            "name": "ETHIOPIC SYLLABLE DZI"
        },
        {
            "codepoint": "AB13",
            "name": "ETHIOPIC SYLLABLE DZAA"
        },
        {
            "codepoint": "AB14",
            "name": "ETHIOPIC SYLLABLE DZEE"
        },
        {
            "codepoint": "AB15",
            "name": "ETHIOPIC SYLLABLE DZE"
        },
        {
            "codepoint": "AB16",
            "name": "ETHIOPIC SYLLABLE DZO"
        },
        {
            "codepoint": "AB20",
            "name": "ETHIOPIC SYLLABLE CCHHA"
        },
        {
            "codepoint": "AB21",
            "name": "ETHIOPIC SYLLABLE CCHHU"
        },
        {
            "codepoint": "AB22",
            "name": "ETHIOPIC SYLLABLE CCHHI"
        },
        {
            "codepoint": "AB23",
            "name": "ETHIOPIC SYLLABLE CCHHAA"
        },
        {
            "codepoint": "AB24",
            "name": "ETHIOPIC SYLLABLE CCHHEE"
        },
        {
            "codepoint": "AB25",
            "name": "ETHIOPIC SYLLABLE CCHHE"
        },
        {
            "codepoint": "AB26",
            "name": "ETHIOPIC SYLLABLE CCHHO"
        },
        {
            "codepoint": "AB28",
            "name": "ETHIOPIC SYLLABLE BBA"
        },
        {
            "codepoint": "AB29",
            "name": "ETHIOPIC SYLLABLE BBU"
        },
        {
            "codepoint": "AB2A",
            "name": "ETHIOPIC SYLLABLE BBI"
        },
        {
            "codepoint": "AB2B",
            "name": "ETHIOPIC SYLLABLE BBAA"
        },
        {
            "codepoint": "AB2C",
            "name": "ETHIOPIC SYLLABLE BBEE"
        },
        {
            "codepoint": "AB2D",
            "name": "ETHIOPIC SYLLABLE BBE"
        },
        {
            "codepoint": "AB2E",
            "name": "ETHIOPIC SYLLABLE BBO"
        },
        {
            "codepoint": "AB30",
            "name": "LATIN SMALL LETTER BARRED ALPHA"
        },
        {
            "codepoint": "AB31",
            "name": "LATIN SMALL LETTER A REVERSED-SCHWA"
        },
        {
            "codepoint": "AB32",
            "name": "LATIN SMALL LETTER BLACKLETTER E",
            "crossReferences": [
                "(mathematical fraktur small e - 1D522)"
            ]
        },
        {
            "codepoint": "AB33",
            "name": "LATIN SMALL LETTER BARRED E"
        },
        {
            "codepoint": "AB34",
            "name": "LATIN SMALL LETTER E WITH FLOURISH"
        },
        {
            "codepoint": "AB35",
            "name": "LATIN SMALL LETTER LENIS F",
            "crossReferences": [
                "(latin small letter f - 0066)"
            ]
        },
        {
            "codepoint": "AB36",
            "name": "LATIN SMALL LETTER SCRIPT G WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB37",
            "name": "LATIN SMALL LETTER L WITH INVERTED LAZY S"
        },
        {
            "codepoint": "AB38",
            "name": "LATIN SMALL LETTER L WITH DOUBLE MIDDLE TILDE",
            "crossReferences": [
                "(latin small letter l with middle tilde - 026B)",
                "(latin small letter l with double bar - 2C61)"
            ]
        },
        {
            "codepoint": "AB39",
            "name": "LATIN SMALL LETTER L WITH MIDDLE RING"
        },
        {
            "codepoint": "AB3A",
            "name": "LATIN SMALL LETTER M WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB3B",
            "name": "LATIN SMALL LETTER N WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB3C",
            "name": "LATIN SMALL LETTER ENG WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB3D",
            "name": "LATIN SMALL LETTER BLACKLETTER O",
            "crossReferences": [
                "(mathematical fraktur small o - 1D52C)"
            ]
        },
        {
            "codepoint": "AB3E",
            "name": "LATIN SMALL LETTER BLACKLETTER O WITH STROKE"
        },
        {
            "codepoint": "AB3F",
            "name": "LATIN SMALL LETTER OPEN O WITH STROKE"
        },
        {
            "codepoint": "AB40",
            "name": "LATIN SMALL LETTER INVERTED OE",
            "aliases": [
                "latin small letter o reversed-schwa"
            ]
        },
        {
            "codepoint": "AB41",
            "name": "LATIN SMALL LETTER TURNED OE WITH STROKE"
        },
        {
            "codepoint": "AB42",
            "name": "LATIN SMALL LETTER TURNED OE WITH HORIZONTAL STROKE"
        },
        {
            "codepoint": "AB43",
            "name": "LATIN SMALL LETTER TURNED O OPEN-O"
        },
        {
            "codepoint": "AB44",
            "name": "LATIN SMALL LETTER TURNED O OPEN-O WITH STROKE"
        },
        {
            "codepoint": "AB45",
            "name": "LATIN SMALL LETTER STIRRUP R"
        },
        {
            "codepoint": "AB46",
            "name": "LATIN LETTER SMALL CAPITAL R WITH RIGHT LEG"
        },
        {
            "codepoint": "AB47",
            "name": "LATIN SMALL LETTER R WITHOUT HANDLE"
        },
        {
            "codepoint": "AB48",
            "name": "LATIN SMALL LETTER DOUBLE R"
        },
        {
            "codepoint": "AB49",
            "name": "LATIN SMALL LETTER R WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB4A",
            "name": "LATIN SMALL LETTER DOUBLE R WITH CROSSED-TAIL"
        },
        {
            "codepoint": "AB4B",
            "name": "LATIN SMALL LETTER SCRIPT R",
            "crossReferences": [
                "(mathematical script small r - 1D4C7)"
            ]
        },
        {
            "codepoint": "AB4C",
            "name": "LATIN SMALL LETTER SCRIPT R WITH RING"
        },
        {
            "codepoint": "AB4D",
            "name": "LATIN SMALL LETTER BASELINE ESH",
            "crossReferences": [
                "(latin small letter esh - 0283)"
            ]
        },
        {
            "codepoint": "AB4E",
            "name": "LATIN SMALL LETTER U WITH SHORT RIGHT LEG"
        },
        {
            "codepoint": "AB4F",
            "name": "LATIN SMALL LETTER U BAR WITH SHORT RIGHT LEG"
        },
        {
            "codepoint": "AB50",
            "name": "LATIN SMALL LETTER UI"
        },
        {
            "codepoint": "AB51",
            "name": "LATIN SMALL LETTER TURNED UI"
        },
        {
            "codepoint": "AB52",
            "name": "LATIN SMALL LETTER U WITH LEFT HOOK"
        },
        {
            "codepoint": "AB53",
            "name": "LATIN SMALL LETTER CHI",
            "comments": [
                "uppercase is A7B3"
            ],
            "crossReferences": [
                "(greek small letter chi - 03C7)"
            ]
        },
        {
            "codepoint": "AB54",
            "name": "LATIN SMALL LETTER CHI WITH LOW RIGHT RING"
        },
        {
            "codepoint": "AB55",
            "name": "LATIN SMALL LETTER CHI WITH LOW LEFT SERIF"
        },
        {
            "codepoint": "AB56",
            "name": "LATIN SMALL LETTER X WITH LOW RIGHT RING"
        },
        {
            "codepoint": "AB57",
            "name": "LATIN SMALL LETTER X WITH LONG LEFT LEG"
        },
        {
            "codepoint": "AB58",
            "name": "LATIN SMALL LETTER X WITH LONG LEFT LEG AND LOW RIGHT RING"
        },
        {
            "codepoint": "AB59",
            "name": "LATIN SMALL LETTER X WITH LONG LEFT LEG WITH SERIF"
        },
        {
            "codepoint": "AB5A",
            "name": "LATIN SMALL LETTER Y WITH SHORT RIGHT LEG"
        },
        {
            "codepoint": "AB5B",
            "name": "MODIFIER BREVE WITH INVERTED BREVE",
            "comments": [
                "indicates a short vowel"
            ],
            "crossReferences": [
                "(breve - 02D8)",
                "(equivalent to - 224D)",
                "(metrical breve - 23D1)",
                "(inverted low kavyka with kavyka above - 2E46)"
            ]
        },
        {
            "codepoint": "AB5C",
            "name": "MODIFIER LETTER SMALL HENG",
            "compatibilityMappings": [
                [
                    "<super>",
                    "A727"
                ]
            ]
        },
        {
            "codepoint": "AB5D",
            "name": "MODIFIER LETTER SMALL L WITH INVERTED LAZY S",
            "compatibilityMappings": [
                [
                    "<super>",
                    "AB37"
                ]
            ]
        },
        {
            "codepoint": "AB5E",
            "name": "MODIFIER LETTER SMALL L WITH MIDDLE TILDE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "026B"
                ]
            ]
        },
        {
            "codepoint": "AB5F",
            "name": "MODIFIER LETTER SMALL U WITH LEFT HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "AB52"
                ]
            ]
        },
        {
            "codepoint": "AB60",
            "name": "LATIN SMALL LETTER SAKHA YAT",
            "crossReferences": [
                "(cyrillic small letter yat - 0463)"
            ]
        },
        {
            "codepoint": "AB61",
            "name": "LATIN SMALL LETTER IOTIFIED E",
            "crossReferences": [
                "(cyrillic small letter iotified e - 0465)"
            ]
        },
        {
            "codepoint": "AB62",
            "name": "LATIN SMALL LETTER OPEN OE",
            "crossReferences": [
                "(latin small letter open o - 0254)"
            ]
        },
        {
            "codepoint": "AB63",
            "name": "LATIN SMALL LETTER UO"
        },
        {
            "codepoint": "AB64",
            "name": "LATIN SMALL LETTER INVERTED ALPHA",
            "comments": [
                "unrounded low back vowel"
            ],
            "crossReferences": [
                "(latin small letter turned alpha - 0252)"
            ]
        },
        {
            "codepoint": "AB65",
            "name": "GREEK LETTER SMALL CAPITAL OMEGA",
            "comments": [
                "obsolete for mid back rounded vowel"
            ]
        },
        {
            "codepoint": "AB66",
            "name": "LATIN SMALL LETTER DZ DIGRAPH WITH RETROFLEX HOOK",
            "comments": [
                "voiced retroflex affricate"
            ],
            "crossReferences": [
                "(latin small letter z with retroflex hook - 0290)",
                "(latin small letter dz digraph - 02A3)"
            ]
        },
        {
            "codepoint": "AB67",
            "name": "LATIN SMALL LETTER TS DIGRAPH WITH RETROFLEX HOOK",
            "comments": [
                "voiceless retroflex affricate"
            ],
            "crossReferences": [
                "(latin small letter s with hook - 0282)",
                "(latin small letter ts digraph - 02A6)"
            ]
        },
        {
            "codepoint": "AB68",
            "name": "LATIN SMALL LETTER TURNED R WITH MIDDLE TILDE",
            "comments": [
                "velarized dento-alveolar approximant"
            ],
            "crossReferences": [
                "(latin small letter r with middle tilde - 1D72)"
            ]
        },
        {
            "codepoint": "AB69",
            "name": "MODIFIER LETTER SMALL TURNED W",
            "comments": [
                "voiceless bilabial realization"
            ],
            "crossReferences": [
                "(combining latin small letter turned w below - 1AC0)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "028D"
                ]
            ]
        },
        {
            "codepoint": "AB6A",
            "name": "MODIFIER LETTER LEFT TACK",
            "comments": [
                "fronted vocalic realization"
            ],
            "crossReferences": [
                "(modifier letter up tack - 02D4)",
                "(combining left tack below - 0318)"
            ]
        },
        {
            "codepoint": "AB6B",
            "name": "MODIFIER LETTER RIGHT TACK",
            "comments": [
                "backed vocalic realization"
            ],
            "crossReferences": [
                "(combining right tack below - 0319)"
            ]
        },
        {
            "codepoint": "AB70",
            "name": "CHEROKEE SMALL LETTER A"
        },
        {
            "codepoint": "AB71",
            "name": "CHEROKEE SMALL LETTER E"
        },
        {
            "codepoint": "AB72",
            "name": "CHEROKEE SMALL LETTER I"
        },
        {
            "codepoint": "AB73",
            "name": "CHEROKEE SMALL LETTER O"
        },
        {
            "codepoint": "AB74",
            "name": "CHEROKEE SMALL LETTER U"
        },
        {
            "codepoint": "AB75",
            "name": "CHEROKEE SMALL LETTER V"
        },
        {
            "codepoint": "AB76",
            "name": "CHEROKEE SMALL LETTER GA"
        },
        {
            "codepoint": "AB77",
            "name": "CHEROKEE SMALL LETTER KA"
        },
        {
            "codepoint": "AB78",
            "name": "CHEROKEE SMALL LETTER GE"
        },
        {
            "codepoint": "AB79",
            "name": "CHEROKEE SMALL LETTER GI"
        },
        {
            "codepoint": "AB7A",
            "name": "CHEROKEE SMALL LETTER GO"
        },
        {
            "codepoint": "AB7B",
            "name": "CHEROKEE SMALL LETTER GU"
        },
        {
            "codepoint": "AB7C",
            "name": "CHEROKEE SMALL LETTER GV"
        },
        {
            "codepoint": "AB7D",
            "name": "CHEROKEE SMALL LETTER HA"
        },
        {
            "codepoint": "AB7E",
            "name": "CHEROKEE SMALL LETTER HE"
        },
        {
            "codepoint": "AB7F",
            "name": "CHEROKEE SMALL LETTER HI"
        },
        {
            "codepoint": "AB80",
            "name": "CHEROKEE SMALL LETTER HO"
        },
        {
            "codepoint": "AB81",
            "name": "CHEROKEE SMALL LETTER HU"
        },
        {
            "codepoint": "AB82",
            "name": "CHEROKEE SMALL LETTER HV"
        },
        {
            "codepoint": "AB83",
            "name": "CHEROKEE SMALL LETTER LA"
        },
        {
            "codepoint": "AB84",
            "name": "CHEROKEE SMALL LETTER LE"
        },
        {
            "codepoint": "AB85",
            "name": "CHEROKEE SMALL LETTER LI"
        },
        {
            "codepoint": "AB86",
            "name": "CHEROKEE SMALL LETTER LO"
        },
        {
            "codepoint": "AB87",
            "name": "CHEROKEE SMALL LETTER LU"
        },
        {
            "codepoint": "AB88",
            "name": "CHEROKEE SMALL LETTER LV"
        },
        {
            "codepoint": "AB89",
            "name": "CHEROKEE SMALL LETTER MA"
        },
        {
            "codepoint": "AB8A",
            "name": "CHEROKEE SMALL LETTER ME"
        },
        {
            "codepoint": "AB8B",
            "name": "CHEROKEE SMALL LETTER MI"
        },
        {
            "codepoint": "AB8C",
            "name": "CHEROKEE SMALL LETTER MO"
        },
        {
            "codepoint": "AB8D",
            "name": "CHEROKEE SMALL LETTER MU"
        },
        {
            "codepoint": "AB8E",
            "name": "CHEROKEE SMALL LETTER NA"
        },
        {
            "codepoint": "AB8F",
            "name": "CHEROKEE SMALL LETTER HNA"
        },
        {
            "codepoint": "AB90",
            "name": "CHEROKEE SMALL LETTER NAH"
        },
        {
            "codepoint": "AB91",
            "name": "CHEROKEE SMALL LETTER NE"
        },
        {
            "codepoint": "AB92",
            "name": "CHEROKEE SMALL LETTER NI"
        },
        {
            "codepoint": "AB93",
            "name": "CHEROKEE SMALL LETTER NO"
        },
        {
            "codepoint": "AB94",
            "name": "CHEROKEE SMALL LETTER NU"
        },
        {
            "codepoint": "AB95",
            "name": "CHEROKEE SMALL LETTER NV"
        },
        {
            "codepoint": "AB96",
            "name": "CHEROKEE SMALL LETTER QUA"
        },
        {
            "codepoint": "AB97",
            "name": "CHEROKEE SMALL LETTER QUE"
        },
        {
            "codepoint": "AB98",
            "name": "CHEROKEE SMALL LETTER QUI"
        },
        {
            "codepoint": "AB99",
            "name": "CHEROKEE SMALL LETTER QUO"
        },
        {
            "codepoint": "AB9A",
            "name": "CHEROKEE SMALL LETTER QUU"
        },
        {
            "codepoint": "AB9B",
            "name": "CHEROKEE SMALL LETTER QUV"
        },
        {
            "codepoint": "AB9C",
            "name": "CHEROKEE SMALL LETTER SA"
        },
        {
            "codepoint": "AB9D",
            "name": "CHEROKEE SMALL LETTER S"
        },
        {
            "codepoint": "AB9E",
            "name": "CHEROKEE SMALL LETTER SE"
        },
        {
            "codepoint": "AB9F",
            "name": "CHEROKEE SMALL LETTER SI"
        },
        {
            "codepoint": "ABA0",
            "name": "CHEROKEE SMALL LETTER SO"
        },
        {
            "codepoint": "ABA1",
            "name": "CHEROKEE SMALL LETTER SU"
        },
        {
            "codepoint": "ABA2",
            "name": "CHEROKEE SMALL LETTER SV"
        },
        {
            "codepoint": "ABA3",
            "name": "CHEROKEE SMALL LETTER DA"
        },
        {
            "codepoint": "ABA4",
            "name": "CHEROKEE SMALL LETTER TA"
        },
        {
            "codepoint": "ABA5",
            "name": "CHEROKEE SMALL LETTER DE"
        },
        {
            "codepoint": "ABA6",
            "name": "CHEROKEE SMALL LETTER TE"
        },
        {
            "codepoint": "ABA7",
            "name": "CHEROKEE SMALL LETTER DI"
        },
        {
            "codepoint": "ABA8",
            "name": "CHEROKEE SMALL LETTER TI"
        },
        {
            "codepoint": "ABA9",
            "name": "CHEROKEE SMALL LETTER DO"
        },
        {
            "codepoint": "ABAA",
            "name": "CHEROKEE SMALL LETTER DU"
        },
        {
            "codepoint": "ABAB",
            "name": "CHEROKEE SMALL LETTER DV"
        },
        {
            "codepoint": "ABAC",
            "name": "CHEROKEE SMALL LETTER DLA"
        },
        {
            "codepoint": "ABAD",
            "name": "CHEROKEE SMALL LETTER TLA"
        },
        {
            "codepoint": "ABAE",
            "name": "CHEROKEE SMALL LETTER TLE"
        },
        {
            "codepoint": "ABAF",
            "name": "CHEROKEE SMALL LETTER TLI"
        },
        {
            "codepoint": "ABB0",
            "name": "CHEROKEE SMALL LETTER TLO"
        },
        {
            "codepoint": "ABB1",
            "name": "CHEROKEE SMALL LETTER TLU"
        },
        {
            "codepoint": "ABB2",
            "name": "CHEROKEE SMALL LETTER TLV"
        },
        {
            "codepoint": "ABB3",
            "name": "CHEROKEE SMALL LETTER TSA"
        },
        {
            "codepoint": "ABB4",
            "name": "CHEROKEE SMALL LETTER TSE"
        },
        {
            "codepoint": "ABB5",
            "name": "CHEROKEE SMALL LETTER TSI"
        },
        {
            "codepoint": "ABB6",
            "name": "CHEROKEE SMALL LETTER TSO"
        },
        {
            "codepoint": "ABB7",
            "name": "CHEROKEE SMALL LETTER TSU"
        },
        {
            "codepoint": "ABB8",
            "name": "CHEROKEE SMALL LETTER TSV"
        },
        {
            "codepoint": "ABB9",
            "name": "CHEROKEE SMALL LETTER WA"
        },
        {
            "codepoint": "ABBA",
            "name": "CHEROKEE SMALL LETTER WE"
        },
        {
            "codepoint": "ABBB",
            "name": "CHEROKEE SMALL LETTER WI"
        },
        {
            "codepoint": "ABBC",
            "name": "CHEROKEE SMALL LETTER WO"
        },
        {
            "codepoint": "ABBD",
            "name": "CHEROKEE SMALL LETTER WU"
        },
        {
            "codepoint": "ABBE",
            "name": "CHEROKEE SMALL LETTER WV"
        },
        {
            "codepoint": "ABBF",
            "name": "CHEROKEE SMALL LETTER YA"
        },
        {
            "codepoint": "ABC0",
            "name": "MEETEI MAYEK LETTER KOK",
            "aliases": [
                "ka"
            ]
        },
        {
            "codepoint": "ABC1",
            "name": "MEETEI MAYEK LETTER SAM",
            "aliases": [
                "sa"
            ]
        },
        {
            "codepoint": "ABC2",
            "name": "MEETEI MAYEK LETTER LAI",
            "aliases": [
                "la"
            ]
        },
        {
            "codepoint": "ABC3",
            "name": "MEETEI MAYEK LETTER MIT",
            "aliases": [
                "ma"
            ]
        },
        {
            "codepoint": "ABC4",
            "name": "MEETEI MAYEK LETTER PA"
        },
        {
            "codepoint": "ABC5",
            "name": "MEETEI MAYEK LETTER NA"
        },
        {
            "codepoint": "ABC6",
            "name": "MEETEI MAYEK LETTER CHIL",
            "aliases": [
                "ca"
            ]
        },
        {
            "codepoint": "ABC7",
            "name": "MEETEI MAYEK LETTER TIL",
            "aliases": [
                "ta"
            ]
        },
        {
            "codepoint": "ABC8",
            "name": "MEETEI MAYEK LETTER KHOU",
            "aliases": [
                "kha"
            ]
        },
        {
            "codepoint": "ABC9",
            "name": "MEETEI MAYEK LETTER NGOU",
            "aliases": [
                "nga"
            ]
        },
        {
            "codepoint": "ABCA",
            "name": "MEETEI MAYEK LETTER THOU",
            "aliases": [
                "tha"
            ]
        },
        {
            "codepoint": "ABCB",
            "name": "MEETEI MAYEK LETTER WAI",
            "aliases": [
                "wa"
            ]
        },
        {
            "codepoint": "ABCC",
            "name": "MEETEI MAYEK LETTER YANG",
            "aliases": [
                "ya"
            ]
        },
        {
            "codepoint": "ABCD",
            "name": "MEETEI MAYEK LETTER HUK",
            "aliases": [
                "ha"
            ]
        },
        {
            "codepoint": "ABCE",
            "name": "MEETEI MAYEK LETTER UN",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "ABCF",
            "name": "MEETEI MAYEK LETTER I"
        },
        {
            "codepoint": "ABD0",
            "name": "MEETEI MAYEK LETTER PHAM",
            "aliases": [
                "pha"
            ]
        },
        {
            "codepoint": "ABD1",
            "name": "MEETEI MAYEK LETTER ATIYA",
            "aliases": [
                "a"
            ]
        },
        {
            "codepoint": "ABD2",
            "name": "MEETEI MAYEK LETTER GOK",
            "aliases": [
                "ga"
            ]
        },
        {
            "codepoint": "ABD3",
            "name": "MEETEI MAYEK LETTER JHAM",
            "aliases": [
                "jha"
            ]
        },
        {
            "codepoint": "ABD4",
            "name": "MEETEI MAYEK LETTER RAI",
            "aliases": [
                "ra"
            ]
        },
        {
            "codepoint": "ABD5",
            "name": "MEETEI MAYEK LETTER BA"
        },
        {
            "codepoint": "ABD6",
            "name": "MEETEI MAYEK LETTER JIL",
            "aliases": [
                "ja"
            ]
        },
        {
            "codepoint": "ABD7",
            "name": "MEETEI MAYEK LETTER DIL",
            "aliases": [
                "da"
            ]
        },
        {
            "codepoint": "ABD8",
            "name": "MEETEI MAYEK LETTER GHOU",
            "aliases": [
                "gha"
            ]
        },
        {
            "codepoint": "ABD9",
            "name": "MEETEI MAYEK LETTER DHOU",
            "aliases": [
                "dha"
            ]
        },
        {
            "codepoint": "ABDA",
            "name": "MEETEI MAYEK LETTER BHAM",
            "aliases": [
                "bha"
            ]
        },
        {
            "codepoint": "ABDB",
            "name": "MEETEI MAYEK LETTER KOK LONSUM",
            "aliases": [
                "k"
            ]
        },
        {
            "codepoint": "ABDC",
            "name": "MEETEI MAYEK LETTER LAI LONSUM",
            "aliases": [
                "l"
            ]
        },
        {
            "codepoint": "ABDD",
            "name": "MEETEI MAYEK LETTER MIT LONSUM",
            "aliases": [
                "m"
            ]
        },
        {
            "codepoint": "ABDE",
            "name": "MEETEI MAYEK LETTER PA LONSUM",
            "aliases": [
                "p"
            ]
        },
        {
            "codepoint": "ABDF",
            "name": "MEETEI MAYEK LETTER NA LONSUM",
            "aliases": [
                "n"
            ]
        },
        {
            "codepoint": "ABE0",
            "name": "MEETEI MAYEK LETTER TIL LONSUM",
            "aliases": [
                "t"
            ]
        },
        {
            "codepoint": "ABE1",
            "name": "MEETEI MAYEK LETTER NGOU LONSUM",
            "aliases": [
                "ng"
            ]
        },
        {
            "codepoint": "ABE2",
            "name": "MEETEI MAYEK LETTER I LONSUM",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "ABE3",
            "name": "MEETEI MAYEK VOWEL SIGN ONAP",
            "aliases": [
                "o"
            ]
        },
        {
            "codepoint": "ABE4",
            "name": "MEETEI MAYEK VOWEL SIGN INAP",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "ABE5",
            "name": "MEETEI MAYEK VOWEL SIGN ANAP",
            "aliases": [
                "aa"
            ]
        },
        {
            "codepoint": "ABE6",
            "name": "MEETEI MAYEK VOWEL SIGN YENAP",
            "aliases": [
                "e"
            ]
        },
        {
            "codepoint": "ABE7",
            "name": "MEETEI MAYEK VOWEL SIGN SOUNAP",
            "aliases": [
                "ou"
            ]
        },
        {
            "codepoint": "ABE8",
            "name": "MEETEI MAYEK VOWEL SIGN UNAP",
            "aliases": [
                "u"
            ]
        },
        {
            "codepoint": "ABE9",
            "name": "MEETEI MAYEK VOWEL SIGN CHEINAP",
            "aliases": [
                "ei"
            ]
        },
        {
            "codepoint": "ABEA",
            "name": "MEETEI MAYEK VOWEL SIGN NUNG",
            "aliases": [
                "anusvara"
            ]
        },
        {
            "codepoint": "ABEB",
            "name": "MEETEI MAYEK CHEIKHEI",
            "aliases": [
                "double danda"
            ]
        },
        {
            "codepoint": "ABEC",
            "name": "MEETEI MAYEK LUM IYEK",
            "aliases": [
                "heavy tone"
            ]
        },
        {
            "codepoint": "ABED",
            "name": "MEETEI MAYEK APUN IYEK",
            "aliases": [
                "killer"
            ],
            "crossReferences": [
                "(myanmar sign asat - 103A)"
            ]
        },
        {
            "codepoint": "ABF0",
            "name": "MEETEI MAYEK DIGIT ZERO",
            "aliases": [
                "phun"
            ]
        },
        {
            "codepoint": "ABF1",
            "name": "MEETEI MAYEK DIGIT ONE",
            "aliases": [
                "ama"
            ]
        },
        {
            "codepoint": "ABF2",
            "name": "MEETEI MAYEK DIGIT TWO",
            "aliases": [
                "ani"
            ]
        },
        {
            "codepoint": "ABF3",
            "name": "MEETEI MAYEK DIGIT THREE",
            "aliases": [
                "ahum"
            ]
        },
        {
            "codepoint": "ABF4",
            "name": "MEETEI MAYEK DIGIT FOUR",
            "aliases": [
                "mari"
            ]
        },
        {
            "codepoint": "ABF5",
            "name": "MEETEI MAYEK DIGIT FIVE",
            "aliases": [
                "manga"
            ]
        },
        {
            "codepoint": "ABF6",
            "name": "MEETEI MAYEK DIGIT SIX",
            "aliases": [
                "taruk"
            ]
        },
        {
            "codepoint": "ABF7",
            "name": "MEETEI MAYEK DIGIT SEVEN",
            "aliases": [
                "taret"
            ]
        },
        {
            "codepoint": "ABF8",
            "name": "MEETEI MAYEK DIGIT EIGHT",
            "aliases": [
                "nipal"
            ]
        },
        {
            "codepoint": "ABF9",
            "name": "MEETEI MAYEK DIGIT NINE",
            "aliases": [
                "mapal"
            ]
        },
        {
            "codepoint": "D7B0",
            "name": "HANGUL JUNGSEONG O-YEO"
        },
        {
            "codepoint": "D7B1",
            "name": "HANGUL JUNGSEONG O-O-I"
        },
        {
            "codepoint": "D7B2",
            "name": "HANGUL JUNGSEONG YO-A"
        },
        {
            "codepoint": "D7B3",
            "name": "HANGUL JUNGSEONG YO-AE"
        },
        {
            "codepoint": "D7B4",
            "name": "HANGUL JUNGSEONG YO-EO"
        },
        {
            "codepoint": "D7B5",
            "name": "HANGUL JUNGSEONG U-YEO"
        },
        {
            "codepoint": "D7B6",
            "name": "HANGUL JUNGSEONG U-I-I"
        },
        {
            "codepoint": "D7B7",
            "name": "HANGUL JUNGSEONG YU-AE"
        },
        {
            "codepoint": "D7B8",
            "name": "HANGUL JUNGSEONG YU-O"
        },
        {
            "codepoint": "D7B9",
            "name": "HANGUL JUNGSEONG EU-A"
        },
        {
            "codepoint": "D7BA",
            "name": "HANGUL JUNGSEONG EU-EO"
        },
        {
            "codepoint": "D7BB",
            "name": "HANGUL JUNGSEONG EU-E"
        },
        {
            "codepoint": "D7BC",
            "name": "HANGUL JUNGSEONG EU-O"
        },
        {
            "codepoint": "D7BD",
            "name": "HANGUL JUNGSEONG I-YA-O"
        },
        {
            "codepoint": "D7BE",
            "name": "HANGUL JUNGSEONG I-YAE"
        },
        {
            "codepoint": "D7BF",
            "name": "HANGUL JUNGSEONG I-YEO"
        },
        {
            "codepoint": "D7C0",
            "name": "HANGUL JUNGSEONG I-YE"
        },
        {
            "codepoint": "D7C1",
            "name": "HANGUL JUNGSEONG I-O-I"
        },
        {
            "codepoint": "D7C2",
            "name": "HANGUL JUNGSEONG I-YO"
        },
        {
            "codepoint": "D7C3",
            "name": "HANGUL JUNGSEONG I-YU"
        },
        {
            "codepoint": "D7C4",
            "name": "HANGUL JUNGSEONG I-I"
        },
        {
            "codepoint": "D7C5",
            "name": "HANGUL JUNGSEONG ARAEA-A"
        },
        {
            "codepoint": "D7C6",
            "name": "HANGUL JUNGSEONG ARAEA-E"
        },
        {
            "codepoint": "D7CB",
            "name": "HANGUL JONGSEONG NIEUN-RIEUL"
        },
        {
            "codepoint": "D7CC",
            "name": "HANGUL JONGSEONG NIEUN-CHIEUCH"
        },
        {
            "codepoint": "D7CD",
            "name": "HANGUL JONGSEONG SSANGTIKEUT"
        },
        {
            "codepoint": "D7CE",
            "name": "HANGUL JONGSEONG SSANGTIKEUT-PIEUP"
        },
        {
            "codepoint": "D7CF",
            "name": "HANGUL JONGSEONG TIKEUT-PIEUP"
        },
        {
            "codepoint": "D7D0",
            "name": "HANGUL JONGSEONG TIKEUT-SIOS"
        },
        {
            "codepoint": "D7D1",
            "name": "HANGUL JONGSEONG TIKEUT-SIOS-KIYEOK"
        },
        {
            "codepoint": "D7D2",
            "name": "HANGUL JONGSEONG TIKEUT-CIEUC"
        },
        {
            "codepoint": "D7D3",
            "name": "HANGUL JONGSEONG TIKEUT-CHIEUCH"
        },
        {
            "codepoint": "D7D4",
            "name": "HANGUL JONGSEONG TIKEUT-THIEUTH"
        },
        {
            "codepoint": "D7D5",
            "name": "HANGUL JONGSEONG RIEUL-SSANGKIYEOK"
        },
        {
            "codepoint": "D7D6",
            "name": "HANGUL JONGSEONG RIEUL-KIYEOK-HIEUH"
        },
        {
            "codepoint": "D7D7",
            "name": "HANGUL JONGSEONG SSANGRIEUL-KHIEUKH"
        },
        {
            "codepoint": "D7D8",
            "name": "HANGUL JONGSEONG RIEUL-MIEUM-HIEUH"
        },
        {
            "codepoint": "D7D9",
            "name": "HANGUL JONGSEONG RIEUL-PIEUP-TIKEUT"
        },
        {
            "codepoint": "D7DA",
            "name": "HANGUL JONGSEONG RIEUL-PIEUP-PHIEUPH"
        },
        {
            "codepoint": "D7DB",
            "name": "HANGUL JONGSEONG RIEUL-YESIEUNG"
        },
        {
            "codepoint": "D7DC",
            "name": "HANGUL JONGSEONG RIEUL-YEORINHIEUH-HIEUH"
        },
        {
            "codepoint": "D7DD",
            "name": "HANGUL JONGSEONG KAPYEOUNRIEUL"
        },
        {
            "codepoint": "D7DE",
            "name": "HANGUL JONGSEONG MIEUM-NIEUN"
        },
        {
            "codepoint": "D7DF",
            "name": "HANGUL JONGSEONG MIEUM-SSANGNIEUN"
        },
        {
            "codepoint": "D7E0",
            "name": "HANGUL JONGSEONG SSANGMIEUM"
        },
        {
            "codepoint": "D7E1",
            "name": "HANGUL JONGSEONG MIEUM-PIEUP-SIOS"
        },
        {
            "codepoint": "D7E2",
            "name": "HANGUL JONGSEONG MIEUM-CIEUC"
        },
        {
            "codepoint": "D7E3",
            "name": "HANGUL JONGSEONG PIEUP-TIKEUT"
        },
        {
            "codepoint": "D7E4",
            "name": "HANGUL JONGSEONG PIEUP-RIEUL-PHIEUPH"
        },
        {
            "codepoint": "D7E5",
            "name": "HANGUL JONGSEONG PIEUP-MIEUM"
        },
        {
            "codepoint": "D7E6",
            "name": "HANGUL JONGSEONG SSANGPIEUP"
        },
        {
            "codepoint": "D7E7",
            "name": "HANGUL JONGSEONG PIEUP-SIOS-TIKEUT"
        },
        {
            "codepoint": "D7E8",
            "name": "HANGUL JONGSEONG PIEUP-CIEUC"
        },
        {
            "codepoint": "D7E9",
            "name": "HANGUL JONGSEONG PIEUP-CHIEUCH"
        },
        {
            "codepoint": "D7EA",
            "name": "HANGUL JONGSEONG SIOS-MIEUM"
        },
        {
            "codepoint": "D7EB",
            "name": "HANGUL JONGSEONG SIOS-KAPYEOUNPIEUP"
        },
        {
            "codepoint": "D7EC",
            "name": "HANGUL JONGSEONG SSANGSIOS-KIYEOK"
        },
        {
            "codepoint": "D7ED",
            "name": "HANGUL JONGSEONG SSANGSIOS-TIKEUT"
        },
        {
            "codepoint": "D7EE",
            "name": "HANGUL JONGSEONG SIOS-PANSIOS"
        },
        {
            "codepoint": "D7EF",
            "name": "HANGUL JONGSEONG SIOS-CIEUC"
        },
        {
            "codepoint": "D7F0",
            "name": "HANGUL JONGSEONG SIOS-CHIEUCH"
        },
        {
            "codepoint": "D7F1",
            "name": "HANGUL JONGSEONG SIOS-THIEUTH"
        },
        {
            "codepoint": "D7F2",
            "name": "HANGUL JONGSEONG SIOS-HIEUH"
        },
        {
            "codepoint": "D7F3",
            "name": "HANGUL JONGSEONG PANSIOS-PIEUP"
        },
        {
            "codepoint": "D7F4",
            "name": "HANGUL JONGSEONG PANSIOS-KAPYEOUNPIEUP"
        },
        {
            "codepoint": "D7F5",
            "name": "HANGUL JONGSEONG YESIEUNG-MIEUM"
        },
        {
            "codepoint": "D7F6",
            "name": "HANGUL JONGSEONG YESIEUNG-HIEUH"
        },
        {
            "codepoint": "D7F7",
            "name": "HANGUL JONGSEONG CIEUC-PIEUP"
        },
        {
            "codepoint": "D7F8",
            "name": "HANGUL JONGSEONG CIEUC-SSANGPIEUP"
        },
        {
            "codepoint": "D7F9",
            "name": "HANGUL JONGSEONG SSANGCIEUC"
        },
        {
            "codepoint": "D7FA",
            "name": "HANGUL JONGSEONG PHIEUPH-SIOS"
        },
        {
            "codepoint": "D7FB",
            "name": "HANGUL JONGSEONG PHIEUPH-THIEUTH"
        },
        {
            "codepoint": "F900",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F900",
            "decompositions": [
                [
                    "8C48"
                ]
            ]
        },
        {
            "codepoint": "F901",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F901",
            "decompositions": [
                [
                    "66F4"
                ]
            ]
        },
        {
            "codepoint": "F902",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F902",
            "decompositions": [
                [
                    "8ECA"
                ]
            ]
        },
        {
            "codepoint": "F903",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F903",
            "decompositions": [
                [
                    "8CC8"
                ]
            ]
        },
        {
            "codepoint": "F904",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F904",
            "decompositions": [
                [
                    "6ED1"
                ]
            ]
        },
        {
            "codepoint": "F905",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F905",
            "decompositions": [
                [
                    "4E32"
                ]
            ]
        },
        {
            "codepoint": "F906",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F906",
            "decompositions": [
                [
                    "53E5"
                ]
            ]
        },
        {
            "codepoint": "F907",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F907",
            "decompositions": [
                [
                    "9F9C"
                ]
            ]
        },
        {
            "codepoint": "F908",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F908",
            "decompositions": [
                [
                    "9F9C"
                ]
            ]
        },
        {
            "codepoint": "F909",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F909",
            "decompositions": [
                [
                    "5951"
                ]
            ]
        },
        {
            "codepoint": "F90A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90A",
            "decompositions": [
                [
                    "91D1"
                ]
            ]
        },
        {
            "codepoint": "F90B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90B",
            "decompositions": [
                [
                    "5587"
                ]
            ]
        },
        {
            "codepoint": "F90C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90C",
            "decompositions": [
                [
                    "5948"
                ]
            ]
        },
        {
            "codepoint": "F90D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90D",
            "decompositions": [
                [
                    "61F6"
                ]
            ]
        },
        {
            "codepoint": "F90E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90E",
            "decompositions": [
                [
                    "7669"
                ]
            ]
        },
        {
            "codepoint": "F90F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F90F",
            "decompositions": [
                [
                    "7F85"
                ]
            ]
        },
        {
            "codepoint": "F910",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F910",
            "decompositions": [
                [
                    "863F"
                ]
            ]
        },
        {
            "codepoint": "F911",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F911",
            "decompositions": [
                [
                    "87BA"
                ]
            ]
        },
        {
            "codepoint": "F912",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F912",
            "decompositions": [
                [
                    "88F8"
                ]
            ]
        },
        {
            "codepoint": "F913",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F913",
            "decompositions": [
                [
                    "908F"
                ]
            ]
        },
        {
            "codepoint": "F914",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F914",
            "decompositions": [
                [
                    "6A02"
                ]
            ]
        },
        {
            "codepoint": "F915",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F915",
            "decompositions": [
                [
                    "6D1B"
                ]
            ]
        },
        {
            "codepoint": "F916",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F916",
            "decompositions": [
                [
                    "70D9"
                ]
            ]
        },
        {
            "codepoint": "F917",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F917",
            "decompositions": [
                [
                    "73DE"
                ]
            ]
        },
        {
            "codepoint": "F918",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F918",
            "decompositions": [
                [
                    "843D"
                ]
            ]
        },
        {
            "codepoint": "F919",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F919",
            "decompositions": [
                [
                    "916A"
                ]
            ]
        },
        {
            "codepoint": "F91A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91A",
            "decompositions": [
                [
                    "99F1"
                ]
            ]
        },
        {
            "codepoint": "F91B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91B",
            "decompositions": [
                [
                    "4E82"
                ]
            ]
        },
        {
            "codepoint": "F91C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91C",
            "decompositions": [
                [
                    "5375"
                ]
            ]
        },
        {
            "codepoint": "F91D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91D",
            "decompositions": [
                [
                    "6B04"
                ]
            ]
        },
        {
            "codepoint": "F91E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91E",
            "decompositions": [
                [
                    "721B"
                ]
            ]
        },
        {
            "codepoint": "F91F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F91F",
            "decompositions": [
                [
                    "862D"
                ]
            ]
        },
        {
            "codepoint": "F920",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F920",
            "decompositions": [
                [
                    "9E1E"
                ]
            ]
        },
        {
            "codepoint": "F921",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F921",
            "decompositions": [
                [
                    "5D50"
                ]
            ]
        },
        {
            "codepoint": "F922",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F922",
            "decompositions": [
                [
                    "6FEB"
                ]
            ]
        },
        {
            "codepoint": "F923",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F923",
            "decompositions": [
                [
                    "85CD"
                ]
            ]
        },
        {
            "codepoint": "F924",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F924",
            "decompositions": [
                [
                    "8964"
                ]
            ]
        },
        {
            "codepoint": "F925",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F925",
            "decompositions": [
                [
                    "62C9"
                ]
            ]
        },
        {
            "codepoint": "F926",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F926",
            "decompositions": [
                [
                    "81D8"
                ]
            ]
        },
        {
            "codepoint": "F927",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F927",
            "decompositions": [
                [
                    "881F"
                ]
            ]
        },
        {
            "codepoint": "F928",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F928",
            "decompositions": [
                [
                    "5ECA"
                ]
            ]
        },
        {
            "codepoint": "F929",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F929",
            "decompositions": [
                [
                    "6717"
                ]
            ]
        },
        {
            "codepoint": "F92A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92A",
            "decompositions": [
                [
                    "6D6A"
                ]
            ]
        },
        {
            "codepoint": "F92B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92B",
            "decompositions": [
                [
                    "72FC"
                ]
            ]
        },
        {
            "codepoint": "F92C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92C",
            "comments": [
                "a mapping change removed the original K0 source"
            ],
            "crossReferences": [
                "90DE",
                "(cjk compatibility ideograph-FA2E - FA2E)"
            ],
            "decompositions": [
                [
                    "90CE"
                ]
            ]
        },
        {
            "codepoint": "F92D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92D",
            "decompositions": [
                [
                    "4F86"
                ]
            ]
        },
        {
            "codepoint": "F92E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92E",
            "decompositions": [
                [
                    "51B7"
                ]
            ]
        },
        {
            "codepoint": "F92F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F92F",
            "decompositions": [
                [
                    "52DE"
                ]
            ]
        },
        {
            "codepoint": "F930",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F930",
            "decompositions": [
                [
                    "64C4"
                ]
            ]
        },
        {
            "codepoint": "F931",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F931",
            "decompositions": [
                [
                    "6AD3"
                ]
            ]
        },
        {
            "codepoint": "F932",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F932",
            "decompositions": [
                [
                    "7210"
                ]
            ]
        },
        {
            "codepoint": "F933",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F933",
            "decompositions": [
                [
                    "76E7"
                ]
            ]
        },
        {
            "codepoint": "F934",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F934",
            "decompositions": [
                [
                    "8001"
                ]
            ]
        },
        {
            "codepoint": "F935",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F935",
            "decompositions": [
                [
                    "8606"
                ]
            ]
        },
        {
            "codepoint": "F936",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F936",
            "decompositions": [
                [
                    "865C"
                ]
            ]
        },
        {
            "codepoint": "F937",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F937",
            "decompositions": [
                [
                    "8DEF"
                ]
            ]
        },
        {
            "codepoint": "F938",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F938",
            "decompositions": [
                [
                    "9732"
                ]
            ]
        },
        {
            "codepoint": "F939",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F939",
            "decompositions": [
                [
                    "9B6F"
                ]
            ]
        },
        {
            "codepoint": "F93A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93A",
            "decompositions": [
                [
                    "9DFA"
                ]
            ]
        },
        {
            "codepoint": "F93B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93B",
            "decompositions": [
                [
                    "788C"
                ]
            ]
        },
        {
            "codepoint": "F93C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93C",
            "decompositions": [
                [
                    "797F"
                ]
            ]
        },
        {
            "codepoint": "F93D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93D",
            "decompositions": [
                [
                    "7DA0"
                ]
            ]
        },
        {
            "codepoint": "F93E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93E",
            "decompositions": [
                [
                    "83C9"
                ]
            ]
        },
        {
            "codepoint": "F93F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F93F",
            "decompositions": [
                [
                    "9304"
                ]
            ]
        },
        {
            "codepoint": "F940",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F940",
            "decompositions": [
                [
                    "9E7F"
                ]
            ]
        },
        {
            "codepoint": "F941",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F941",
            "decompositions": [
                [
                    "8AD6"
                ]
            ]
        },
        {
            "codepoint": "F942",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F942",
            "decompositions": [
                [
                    "58DF"
                ]
            ]
        },
        {
            "codepoint": "F943",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F943",
            "decompositions": [
                [
                    "5F04"
                ]
            ]
        },
        {
            "codepoint": "F944",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F944",
            "decompositions": [
                [
                    "7C60"
                ]
            ]
        },
        {
            "codepoint": "F945",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F945",
            "decompositions": [
                [
                    "807E"
                ]
            ]
        },
        {
            "codepoint": "F946",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F946",
            "decompositions": [
                [
                    "7262"
                ]
            ]
        },
        {
            "codepoint": "F947",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F947",
            "decompositions": [
                [
                    "78CA"
                ]
            ]
        },
        {
            "codepoint": "F948",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F948",
            "decompositions": [
                [
                    "8CC2"
                ]
            ]
        },
        {
            "codepoint": "F949",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F949",
            "decompositions": [
                [
                    "96F7"
                ]
            ]
        },
        {
            "codepoint": "F94A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94A",
            "decompositions": [
                [
                    "58D8"
                ]
            ]
        },
        {
            "codepoint": "F94B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94B",
            "decompositions": [
                [
                    "5C62"
                ]
            ]
        },
        {
            "codepoint": "F94C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94C",
            "decompositions": [
                [
                    "6A13"
                ]
            ]
        },
        {
            "codepoint": "F94D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94D",
            "decompositions": [
                [
                    "6DDA"
                ]
            ]
        },
        {
            "codepoint": "F94E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94E",
            "decompositions": [
                [
                    "6F0F"
                ]
            ]
        },
        {
            "codepoint": "F94F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F94F",
            "decompositions": [
                [
                    "7D2F"
                ]
            ]
        },
        {
            "codepoint": "F950",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F950",
            "decompositions": [
                [
                    "7E37"
                ]
            ]
        },
        {
            "codepoint": "F951",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F951",
            "decompositions": [
                [
                    "964B"
                ]
            ]
        },
        {
            "codepoint": "F952",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F952",
            "decompositions": [
                [
                    "52D2"
                ]
            ]
        },
        {
            "codepoint": "F953",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F953",
            "decompositions": [
                [
                    "808B"
                ]
            ]
        },
        {
            "codepoint": "F954",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F954",
            "decompositions": [
                [
                    "51DC"
                ]
            ]
        },
        {
            "codepoint": "F955",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F955",
            "decompositions": [
                [
                    "51CC"
                ]
            ]
        },
        {
            "codepoint": "F956",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F956",
            "decompositions": [
                [
                    "7A1C"
                ]
            ]
        },
        {
            "codepoint": "F957",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F957",
            "decompositions": [
                [
                    "7DBE"
                ]
            ]
        },
        {
            "codepoint": "F958",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F958",
            "decompositions": [
                [
                    "83F1"
                ]
            ]
        },
        {
            "codepoint": "F959",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F959",
            "decompositions": [
                [
                    "9675"
                ]
            ]
        },
        {
            "codepoint": "F95A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95A",
            "decompositions": [
                [
                    "8B80"
                ]
            ]
        },
        {
            "codepoint": "F95B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95B",
            "decompositions": [
                [
                    "62CF"
                ]
            ]
        },
        {
            "codepoint": "F95C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95C",
            "decompositions": [
                [
                    "6A02"
                ]
            ]
        },
        {
            "codepoint": "F95D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95D",
            "decompositions": [
                [
                    "8AFE"
                ]
            ]
        },
        {
            "codepoint": "F95E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95E",
            "decompositions": [
                [
                    "4E39"
                ]
            ]
        },
        {
            "codepoint": "F95F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F95F",
            "decompositions": [
                [
                    "5BE7"
                ]
            ]
        },
        {
            "codepoint": "F960",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F960",
            "decompositions": [
                [
                    "6012"
                ]
            ]
        },
        {
            "codepoint": "F961",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F961",
            "decompositions": [
                [
                    "7387"
                ]
            ]
        },
        {
            "codepoint": "F962",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F962",
            "decompositions": [
                [
                    "7570"
                ]
            ]
        },
        {
            "codepoint": "F963",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F963",
            "decompositions": [
                [
                    "5317"
                ]
            ]
        },
        {
            "codepoint": "F964",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F964",
            "decompositions": [
                [
                    "78FB"
                ]
            ]
        },
        {
            "codepoint": "F965",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F965",
            "decompositions": [
                [
                    "4FBF"
                ]
            ]
        },
        {
            "codepoint": "F966",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F966",
            "decompositions": [
                [
                    "5FA9"
                ]
            ]
        },
        {
            "codepoint": "F967",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F967",
            "decompositions": [
                [
                    "4E0D"
                ]
            ]
        },
        {
            "codepoint": "F968",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F968",
            "decompositions": [
                [
                    "6CCC"
                ]
            ]
        },
        {
            "codepoint": "F969",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F969",
            "decompositions": [
                [
                    "6578"
                ]
            ]
        },
        {
            "codepoint": "F96A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96A",
            "decompositions": [
                [
                    "7D22"
                ]
            ]
        },
        {
            "codepoint": "F96B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96B",
            "decompositions": [
                [
                    "53C3"
                ]
            ]
        },
        {
            "codepoint": "F96C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96C",
            "decompositions": [
                [
                    "585E"
                ]
            ]
        },
        {
            "codepoint": "F96D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96D",
            "decompositions": [
                [
                    "7701"
                ]
            ]
        },
        {
            "codepoint": "F96E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96E",
            "decompositions": [
                [
                    "8449"
                ]
            ]
        },
        {
            "codepoint": "F96F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F96F",
            "decompositions": [
                [
                    "8AAA"
                ]
            ]
        },
        {
            "codepoint": "F970",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F970",
            "decompositions": [
                [
                    "6BBA"
                ]
            ]
        },
        {
            "codepoint": "F971",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F971",
            "decompositions": [
                [
                    "8FB0"
                ]
            ]
        },
        {
            "codepoint": "F972",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F972",
            "decompositions": [
                [
                    "6C88"
                ]
            ]
        },
        {
            "codepoint": "F973",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F973",
            "decompositions": [
                [
                    "62FE"
                ]
            ]
        },
        {
            "codepoint": "F974",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F974",
            "decompositions": [
                [
                    "82E5"
                ]
            ]
        },
        {
            "codepoint": "F975",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F975",
            "decompositions": [
                [
                    "63A0"
                ]
            ]
        },
        {
            "codepoint": "F976",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F976",
            "decompositions": [
                [
                    "7565"
                ]
            ]
        },
        {
            "codepoint": "F977",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F977",
            "decompositions": [
                [
                    "4EAE"
                ]
            ]
        },
        {
            "codepoint": "F978",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F978",
            "decompositions": [
                [
                    "5169"
                ]
            ]
        },
        {
            "codepoint": "F979",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F979",
            "decompositions": [
                [
                    "51C9"
                ]
            ]
        },
        {
            "codepoint": "F97A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97A",
            "decompositions": [
                [
                    "6881"
                ]
            ]
        },
        {
            "codepoint": "F97B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97B",
            "decompositions": [
                [
                    "7CE7"
                ]
            ]
        },
        {
            "codepoint": "F97C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97C",
            "decompositions": [
                [
                    "826F"
                ]
            ]
        },
        {
            "codepoint": "F97D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97D",
            "decompositions": [
                [
                    "8AD2"
                ]
            ]
        },
        {
            "codepoint": "F97E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97E",
            "decompositions": [
                [
                    "91CF"
                ]
            ]
        },
        {
            "codepoint": "F97F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F97F",
            "decompositions": [
                [
                    "52F5"
                ]
            ]
        },
        {
            "codepoint": "F980",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F980",
            "decompositions": [
                [
                    "5442"
                ]
            ]
        },
        {
            "codepoint": "F981",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F981",
            "decompositions": [
                [
                    "5973"
                ]
            ]
        },
        {
            "codepoint": "F982",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F982",
            "decompositions": [
                [
                    "5EEC"
                ]
            ]
        },
        {
            "codepoint": "F983",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F983",
            "decompositions": [
                [
                    "65C5"
                ]
            ]
        },
        {
            "codepoint": "F984",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F984",
            "decompositions": [
                [
                    "6FFE"
                ]
            ]
        },
        {
            "codepoint": "F985",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F985",
            "decompositions": [
                [
                    "792A"
                ]
            ]
        },
        {
            "codepoint": "F986",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F986",
            "decompositions": [
                [
                    "95AD"
                ]
            ]
        },
        {
            "codepoint": "F987",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F987",
            "decompositions": [
                [
                    "9A6A"
                ]
            ]
        },
        {
            "codepoint": "F988",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F988",
            "decompositions": [
                [
                    "9E97"
                ]
            ]
        },
        {
            "codepoint": "F989",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F989",
            "decompositions": [
                [
                    "9ECE"
                ]
            ]
        },
        {
            "codepoint": "F98A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98A",
            "decompositions": [
                [
                    "529B"
                ]
            ]
        },
        {
            "codepoint": "F98B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98B",
            "decompositions": [
                [
                    "66C6"
                ]
            ]
        },
        {
            "codepoint": "F98C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98C",
            "decompositions": [
                [
                    "6B77"
                ]
            ]
        },
        {
            "codepoint": "F98D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98D",
            "decompositions": [
                [
                    "8F62"
                ]
            ]
        },
        {
            "codepoint": "F98E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98E",
            "decompositions": [
                [
                    "5E74"
                ]
            ]
        },
        {
            "codepoint": "F98F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F98F",
            "decompositions": [
                [
                    "6190"
                ]
            ]
        },
        {
            "codepoint": "F990",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F990",
            "decompositions": [
                [
                    "6200"
                ]
            ]
        },
        {
            "codepoint": "F991",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F991",
            "decompositions": [
                [
                    "649A"
                ]
            ]
        },
        {
            "codepoint": "F992",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F992",
            "decompositions": [
                [
                    "6F23"
                ]
            ]
        },
        {
            "codepoint": "F993",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F993",
            "decompositions": [
                [
                    "7149"
                ]
            ]
        },
        {
            "codepoint": "F994",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F994",
            "decompositions": [
                [
                    "7489"
                ]
            ]
        },
        {
            "codepoint": "F995",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F995",
            "decompositions": [
                [
                    "79CA"
                ]
            ]
        },
        {
            "codepoint": "F996",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F996",
            "decompositions": [
                [
                    "7DF4"
                ]
            ]
        },
        {
            "codepoint": "F997",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F997",
            "decompositions": [
                [
                    "806F"
                ]
            ]
        },
        {
            "codepoint": "F998",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F998",
            "decompositions": [
                [
                    "8F26"
                ]
            ]
        },
        {
            "codepoint": "F999",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F999",
            "decompositions": [
                [
                    "84EE"
                ]
            ]
        },
        {
            "codepoint": "F99A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99A",
            "decompositions": [
                [
                    "9023"
                ]
            ]
        },
        {
            "codepoint": "F99B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99B",
            "decompositions": [
                [
                    "934A"
                ]
            ]
        },
        {
            "codepoint": "F99C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99C",
            "decompositions": [
                [
                    "5217"
                ]
            ]
        },
        {
            "codepoint": "F99D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99D",
            "decompositions": [
                [
                    "52A3"
                ]
            ]
        },
        {
            "codepoint": "F99E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99E",
            "decompositions": [
                [
                    "54BD"
                ]
            ]
        },
        {
            "codepoint": "F99F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F99F",
            "decompositions": [
                [
                    "70C8"
                ]
            ]
        },
        {
            "codepoint": "F9A0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A0",
            "decompositions": [
                [
                    "88C2"
                ]
            ]
        },
        {
            "codepoint": "F9A1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A1",
            "decompositions": [
                [
                    "8AAA"
                ]
            ]
        },
        {
            "codepoint": "F9A2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A2",
            "decompositions": [
                [
                    "5EC9"
                ]
            ]
        },
        {
            "codepoint": "F9A3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A3",
            "decompositions": [
                [
                    "5FF5"
                ]
            ]
        },
        {
            "codepoint": "F9A4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A4",
            "decompositions": [
                [
                    "637B"
                ]
            ]
        },
        {
            "codepoint": "F9A5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A5",
            "decompositions": [
                [
                    "6BAE"
                ]
            ]
        },
        {
            "codepoint": "F9A6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A6",
            "decompositions": [
                [
                    "7C3E"
                ]
            ]
        },
        {
            "codepoint": "F9A7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A7",
            "decompositions": [
                [
                    "7375"
                ]
            ]
        },
        {
            "codepoint": "F9A8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A8",
            "decompositions": [
                [
                    "4EE4"
                ]
            ]
        },
        {
            "codepoint": "F9A9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9A9",
            "decompositions": [
                [
                    "56F9"
                ]
            ]
        },
        {
            "codepoint": "F9AA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AA",
            "decompositions": [
                [
                    "5BE7"
                ]
            ]
        },
        {
            "codepoint": "F9AB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AB",
            "decompositions": [
                [
                    "5DBA"
                ]
            ]
        },
        {
            "codepoint": "F9AC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AC",
            "decompositions": [
                [
                    "601C"
                ]
            ]
        },
        {
            "codepoint": "F9AD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AD",
            "decompositions": [
                [
                    "73B2"
                ]
            ]
        },
        {
            "codepoint": "F9AE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AE",
            "decompositions": [
                [
                    "7469"
                ]
            ]
        },
        {
            "codepoint": "F9AF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9AF",
            "decompositions": [
                [
                    "7F9A"
                ]
            ]
        },
        {
            "codepoint": "F9B0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B0",
            "decompositions": [
                [
                    "8046"
                ]
            ]
        },
        {
            "codepoint": "F9B1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B1",
            "decompositions": [
                [
                    "9234"
                ]
            ]
        },
        {
            "codepoint": "F9B2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B2",
            "decompositions": [
                [
                    "96F6"
                ]
            ]
        },
        {
            "codepoint": "F9B3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B3",
            "decompositions": [
                [
                    "9748"
                ]
            ]
        },
        {
            "codepoint": "F9B4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B4",
            "decompositions": [
                [
                    "9818"
                ]
            ]
        },
        {
            "codepoint": "F9B5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B5",
            "decompositions": [
                [
                    "4F8B"
                ]
            ]
        },
        {
            "codepoint": "F9B6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B6",
            "decompositions": [
                [
                    "79AE"
                ]
            ]
        },
        {
            "codepoint": "F9B7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B7",
            "decompositions": [
                [
                    "91B4"
                ]
            ]
        },
        {
            "codepoint": "F9B8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B8",
            "comments": [
                "a mapping change removed the original K0 source"
            ],
            "crossReferences": [
                "96B7",
                "(cjk compatibility ideograph-FA2F - FA2F)"
            ],
            "decompositions": [
                [
                    "96B8"
                ]
            ]
        },
        {
            "codepoint": "F9B9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9B9",
            "decompositions": [
                [
                    "60E1"
                ]
            ]
        },
        {
            "codepoint": "F9BA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BA",
            "decompositions": [
                [
                    "4E86"
                ]
            ]
        },
        {
            "codepoint": "F9BB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BB",
            "decompositions": [
                [
                    "50DA"
                ]
            ]
        },
        {
            "codepoint": "F9BC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BC",
            "decompositions": [
                [
                    "5BEE"
                ]
            ]
        },
        {
            "codepoint": "F9BD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BD",
            "decompositions": [
                [
                    "5C3F"
                ]
            ]
        },
        {
            "codepoint": "F9BE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BE",
            "decompositions": [
                [
                    "6599"
                ]
            ]
        },
        {
            "codepoint": "F9BF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9BF",
            "decompositions": [
                [
                    "6A02"
                ]
            ]
        },
        {
            "codepoint": "F9C0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C0",
            "decompositions": [
                [
                    "71CE"
                ]
            ]
        },
        {
            "codepoint": "F9C1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C1",
            "decompositions": [
                [
                    "7642"
                ]
            ]
        },
        {
            "codepoint": "F9C2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C2",
            "decompositions": [
                [
                    "84FC"
                ]
            ]
        },
        {
            "codepoint": "F9C3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C3",
            "decompositions": [
                [
                    "907C"
                ]
            ]
        },
        {
            "codepoint": "F9C4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C4",
            "decompositions": [
                [
                    "9F8D"
                ]
            ]
        },
        {
            "codepoint": "F9C5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C5",
            "decompositions": [
                [
                    "6688"
                ]
            ]
        },
        {
            "codepoint": "F9C6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C6",
            "decompositions": [
                [
                    "962E"
                ]
            ]
        },
        {
            "codepoint": "F9C7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C7",
            "decompositions": [
                [
                    "5289"
                ]
            ]
        },
        {
            "codepoint": "F9C8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C8",
            "decompositions": [
                [
                    "677B"
                ]
            ]
        },
        {
            "codepoint": "F9C9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9C9",
            "decompositions": [
                [
                    "67F3"
                ]
            ]
        },
        {
            "codepoint": "F9CA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CA",
            "decompositions": [
                [
                    "6D41"
                ]
            ]
        },
        {
            "codepoint": "F9CB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CB",
            "decompositions": [
                [
                    "6E9C"
                ]
            ]
        },
        {
            "codepoint": "F9CC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CC",
            "decompositions": [
                [
                    "7409"
                ]
            ]
        },
        {
            "codepoint": "F9CD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CD",
            "decompositions": [
                [
                    "7559"
                ]
            ]
        },
        {
            "codepoint": "F9CE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CE",
            "decompositions": [
                [
                    "786B"
                ]
            ]
        },
        {
            "codepoint": "F9CF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9CF",
            "decompositions": [
                [
                    "7D10"
                ]
            ]
        },
        {
            "codepoint": "F9D0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D0",
            "decompositions": [
                [
                    "985E"
                ]
            ]
        },
        {
            "codepoint": "F9D1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D1",
            "decompositions": [
                [
                    "516D"
                ]
            ]
        },
        {
            "codepoint": "F9D2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D2",
            "decompositions": [
                [
                    "622E"
                ]
            ]
        },
        {
            "codepoint": "F9D3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D3",
            "decompositions": [
                [
                    "9678"
                ]
            ]
        },
        {
            "codepoint": "F9D4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D4",
            "decompositions": [
                [
                    "502B"
                ]
            ]
        },
        {
            "codepoint": "F9D5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D5",
            "decompositions": [
                [
                    "5D19"
                ]
            ]
        },
        {
            "codepoint": "F9D6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D6",
            "decompositions": [
                [
                    "6DEA"
                ]
            ]
        },
        {
            "codepoint": "F9D7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D7",
            "decompositions": [
                [
                    "8F2A"
                ]
            ]
        },
        {
            "codepoint": "F9D8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D8",
            "decompositions": [
                [
                    "5F8B"
                ]
            ]
        },
        {
            "codepoint": "F9D9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9D9",
            "decompositions": [
                [
                    "6144"
                ]
            ]
        },
        {
            "codepoint": "F9DA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DA",
            "decompositions": [
                [
                    "6817"
                ]
            ]
        },
        {
            "codepoint": "F9DB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DB",
            "decompositions": [
                [
                    "7387"
                ]
            ]
        },
        {
            "codepoint": "F9DC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DC",
            "decompositions": [
                [
                    "9686"
                ]
            ]
        },
        {
            "codepoint": "F9DD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DD",
            "decompositions": [
                [
                    "5229"
                ]
            ]
        },
        {
            "codepoint": "F9DE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DE",
            "decompositions": [
                [
                    "540F"
                ]
            ]
        },
        {
            "codepoint": "F9DF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9DF",
            "decompositions": [
                [
                    "5C65"
                ]
            ]
        },
        {
            "codepoint": "F9E0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E0",
            "decompositions": [
                [
                    "6613"
                ]
            ]
        },
        {
            "codepoint": "F9E1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E1",
            "decompositions": [
                [
                    "674E"
                ]
            ]
        },
        {
            "codepoint": "F9E2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E2",
            "decompositions": [
                [
                    "68A8"
                ]
            ]
        },
        {
            "codepoint": "F9E3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E3",
            "decompositions": [
                [
                    "6CE5"
                ]
            ]
        },
        {
            "codepoint": "F9E4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E4",
            "decompositions": [
                [
                    "7406"
                ]
            ]
        },
        {
            "codepoint": "F9E5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E5",
            "decompositions": [
                [
                    "75E2"
                ]
            ]
        },
        {
            "codepoint": "F9E6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E6",
            "decompositions": [
                [
                    "7F79"
                ]
            ]
        },
        {
            "codepoint": "F9E7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E7",
            "decompositions": [
                [
                    "88CF"
                ]
            ]
        },
        {
            "codepoint": "F9E8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E8",
            "decompositions": [
                [
                    "88E1"
                ]
            ]
        },
        {
            "codepoint": "F9E9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9E9",
            "decompositions": [
                [
                    "91CC"
                ]
            ]
        },
        {
            "codepoint": "F9EA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9EA",
            "decompositions": [
                [
                    "96E2"
                ]
            ]
        },
        {
            "codepoint": "F9EB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9EB",
            "decompositions": [
                [
                    "533F"
                ]
            ]
        },
        {
            "codepoint": "F9EC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9EC",
            "decompositions": [
                [
                    "6EBA"
                ]
            ]
        },
        {
            "codepoint": "F9ED",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9ED",
            "decompositions": [
                [
                    "541D"
                ]
            ]
        },
        {
            "codepoint": "F9EE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9EE",
            "decompositions": [
                [
                    "71D0"
                ]
            ]
        },
        {
            "codepoint": "F9EF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9EF",
            "decompositions": [
                [
                    "7498"
                ]
            ]
        },
        {
            "codepoint": "F9F0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F0",
            "decompositions": [
                [
                    "85FA"
                ]
            ]
        },
        {
            "codepoint": "F9F1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F1",
            "decompositions": [
                [
                    "96A3"
                ]
            ]
        },
        {
            "codepoint": "F9F2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F2",
            "decompositions": [
                [
                    "9C57"
                ]
            ]
        },
        {
            "codepoint": "F9F3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F3",
            "decompositions": [
                [
                    "9E9F"
                ]
            ]
        },
        {
            "codepoint": "F9F4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F4",
            "decompositions": [
                [
                    "6797"
                ]
            ]
        },
        {
            "codepoint": "F9F5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F5",
            "decompositions": [
                [
                    "6DCB"
                ]
            ]
        },
        {
            "codepoint": "F9F6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F6",
            "decompositions": [
                [
                    "81E8"
                ]
            ]
        },
        {
            "codepoint": "F9F7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F7",
            "decompositions": [
                [
                    "7ACB"
                ]
            ]
        },
        {
            "codepoint": "F9F8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F8",
            "decompositions": [
                [
                    "7B20"
                ]
            ]
        },
        {
            "codepoint": "F9F9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9F9",
            "decompositions": [
                [
                    "7C92"
                ]
            ]
        },
        {
            "codepoint": "F9FA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FA",
            "decompositions": [
                [
                    "72C0"
                ]
            ]
        },
        {
            "codepoint": "F9FB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FB",
            "decompositions": [
                [
                    "7099"
                ]
            ]
        },
        {
            "codepoint": "F9FC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FC",
            "decompositions": [
                [
                    "8B58"
                ]
            ]
        },
        {
            "codepoint": "F9FD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FD",
            "decompositions": [
                [
                    "4EC0"
                ]
            ]
        },
        {
            "codepoint": "F9FE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FE",
            "decompositions": [
                [
                    "8336"
                ]
            ]
        },
        {
            "codepoint": "F9FF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-F9FF",
            "decompositions": [
                [
                    "523A"
                ]
            ]
        },
        {
            "codepoint": "FA00",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA00",
            "decompositions": [
                [
                    "5207"
                ]
            ]
        },
        {
            "codepoint": "FA01",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA01",
            "decompositions": [
                [
                    "5EA6"
                ]
            ]
        },
        {
            "codepoint": "FA02",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA02",
            "decompositions": [
                [
                    "62D3"
                ]
            ]
        },
        {
            "codepoint": "FA03",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA03",
            "decompositions": [
                [
                    "7CD6"
                ]
            ]
        },
        {
            "codepoint": "FA04",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA04",
            "decompositions": [
                [
                    "5B85"
                ]
            ]
        },
        {
            "codepoint": "FA05",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA05",
            "decompositions": [
                [
                    "6D1E"
                ]
            ]
        },
        {
            "codepoint": "FA06",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA06",
            "decompositions": [
                [
                    "66B4"
                ]
            ]
        },
        {
            "codepoint": "FA07",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA07",
            "decompositions": [
                [
                    "8F3B"
                ]
            ]
        },
        {
            "codepoint": "FA08",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA08",
            "decompositions": [
                [
                    "884C"
                ]
            ]
        },
        {
            "codepoint": "FA09",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA09",
            "decompositions": [
                [
                    "964D"
                ]
            ]
        },
        {
            "codepoint": "FA0A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0A",
            "decompositions": [
                [
                    "898B"
                ]
            ]
        },
        {
            "codepoint": "FA0B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0B",
            "decompositions": [
                [
                    "5ED3"
                ]
            ]
        },
        {
            "codepoint": "FA0C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0C",
            "decompositions": [
                [
                    "5140"
                ]
            ]
        },
        {
            "codepoint": "FA0D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0D",
            "decompositions": [
                [
                    "55C0"
                ]
            ]
        },
        {
            "codepoint": "FA0E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0E",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA0F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA0F",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA10",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA10",
            "decompositions": [
                [
                    "585A"
                ]
            ]
        },
        {
            "codepoint": "FA11",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA11",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA12",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA12",
            "decompositions": [
                [
                    "6674"
                ]
            ]
        },
        {
            "codepoint": "FA13",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA13",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA14",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA14",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA15",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA15",
            "decompositions": [
                [
                    "51DE"
                ]
            ]
        },
        {
            "codepoint": "FA16",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA16",
            "decompositions": [
                [
                    "732A"
                ]
            ]
        },
        {
            "codepoint": "FA17",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA17",
            "decompositions": [
                [
                    "76CA"
                ]
            ]
        },
        {
            "codepoint": "FA18",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA18",
            "decompositions": [
                [
                    "793C"
                ]
            ]
        },
        {
            "codepoint": "FA19",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA19",
            "decompositions": [
                [
                    "795E"
                ]
            ]
        },
        {
            "codepoint": "FA1A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1A",
            "decompositions": [
                [
                    "7965"
                ]
            ]
        },
        {
            "codepoint": "FA1B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1B",
            "decompositions": [
                [
                    "798F"
                ]
            ]
        },
        {
            "codepoint": "FA1C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1C",
            "decompositions": [
                [
                    "9756"
                ]
            ]
        },
        {
            "codepoint": "FA1D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1D",
            "decompositions": [
                [
                    "7CBE"
                ]
            ]
        },
        {
            "codepoint": "FA1E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1E",
            "decompositions": [
                [
                    "7FBD"
                ]
            ]
        },
        {
            "codepoint": "FA1F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA1F",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA20",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA20",
            "decompositions": [
                [
                    "8612"
                ]
            ]
        },
        {
            "codepoint": "FA21",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA21",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA22",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA22",
            "decompositions": [
                [
                    "8AF8"
                ]
            ]
        },
        {
            "codepoint": "FA23",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA23",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA24",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA24",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA25",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA25",
            "decompositions": [
                [
                    "9038"
                ]
            ]
        },
        {
            "codepoint": "FA26",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA26",
            "decompositions": [
                [
                    "90FD"
                ]
            ]
        },
        {
            "codepoint": "FA27",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA27",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA28",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA28",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA29",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA29",
            "comments": [
                "a CJK unified ideograph"
            ]
        },
        {
            "codepoint": "FA2A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2A",
            "decompositions": [
                [
                    "98EF"
                ]
            ]
        },
        {
            "codepoint": "FA2B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2B",
            "decompositions": [
                [
                    "98FC"
                ]
            ]
        },
        {
            "codepoint": "FA2C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2C",
            "decompositions": [
                [
                    "9928"
                ]
            ]
        },
        {
            "codepoint": "FA2D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2D",
            "decompositions": [
                [
                    "9DB4"
                ]
            ]
        },
        {
            "codepoint": "FA2E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2E",
            "decompositions": [
                [
                    "90DE"
                ]
            ]
        },
        {
            "codepoint": "FA2F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA2F",
            "decompositions": [
                [
                    "96B7"
                ]
            ]
        },
        {
            "codepoint": "FA30",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA30",
            "decompositions": [
                [
                    "4FAE"
                ]
            ]
        },
        {
            "codepoint": "FA31",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA31",
            "decompositions": [
                [
                    "50E7"
                ]
            ]
        },
        {
            "codepoint": "FA32",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA32",
            "decompositions": [
                [
                    "514D"
                ]
            ]
        },
        {
            "codepoint": "FA33",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA33",
            "decompositions": [
                [
                    "52C9"
                ]
            ]
        },
        {
            "codepoint": "FA34",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA34",
            "decompositions": [
                [
                    "52E4"
                ]
            ]
        },
        {
            "codepoint": "FA35",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA35",
            "decompositions": [
                [
                    "5351"
                ]
            ]
        },
        {
            "codepoint": "FA36",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA36",
            "decompositions": [
                [
                    "559D"
                ]
            ]
        },
        {
            "codepoint": "FA37",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA37",
            "decompositions": [
                [
                    "5606"
                ]
            ]
        },
        {
            "codepoint": "FA38",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA38",
            "decompositions": [
                [
                    "5668"
                ]
            ]
        },
        {
            "codepoint": "FA39",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA39",
            "decompositions": [
                [
                    "5840"
                ]
            ]
        },
        {
            "codepoint": "FA3A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3A",
            "decompositions": [
                [
                    "58A8"
                ]
            ]
        },
        {
            "codepoint": "FA3B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3B",
            "decompositions": [
                [
                    "5C64"
                ]
            ]
        },
        {
            "codepoint": "FA3C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3C",
            "decompositions": [
                [
                    "5C6E"
                ]
            ]
        },
        {
            "codepoint": "FA3D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3D",
            "decompositions": [
                [
                    "6094"
                ]
            ]
        },
        {
            "codepoint": "FA3E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3E",
            "decompositions": [
                [
                    "6168"
                ]
            ]
        },
        {
            "codepoint": "FA3F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA3F",
            "decompositions": [
                [
                    "618E"
                ]
            ]
        },
        {
            "codepoint": "FA40",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA40",
            "decompositions": [
                [
                    "61F2"
                ]
            ]
        },
        {
            "codepoint": "FA41",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA41",
            "decompositions": [
                [
                    "654F"
                ]
            ]
        },
        {
            "codepoint": "FA42",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA42",
            "decompositions": [
                [
                    "65E2"
                ]
            ]
        },
        {
            "codepoint": "FA43",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA43",
            "decompositions": [
                [
                    "6691"
                ]
            ]
        },
        {
            "codepoint": "FA44",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA44",
            "decompositions": [
                [
                    "6885"
                ]
            ]
        },
        {
            "codepoint": "FA45",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA45",
            "decompositions": [
                [
                    "6D77"
                ]
            ]
        },
        {
            "codepoint": "FA46",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA46",
            "decompositions": [
                [
                    "6E1A"
                ]
            ]
        },
        {
            "codepoint": "FA47",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA47",
            "decompositions": [
                [
                    "6F22"
                ]
            ]
        },
        {
            "codepoint": "FA48",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA48",
            "decompositions": [
                [
                    "716E"
                ]
            ]
        },
        {
            "codepoint": "FA49",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA49",
            "decompositions": [
                [
                    "722B"
                ]
            ]
        },
        {
            "codepoint": "FA4A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4A",
            "decompositions": [
                [
                    "7422"
                ]
            ]
        },
        {
            "codepoint": "FA4B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4B",
            "decompositions": [
                [
                    "7891"
                ]
            ]
        },
        {
            "codepoint": "FA4C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4C",
            "decompositions": [
                [
                    "793E"
                ]
            ]
        },
        {
            "codepoint": "FA4D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4D",
            "decompositions": [
                [
                    "7949"
                ]
            ]
        },
        {
            "codepoint": "FA4E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4E",
            "decompositions": [
                [
                    "7948"
                ]
            ]
        },
        {
            "codepoint": "FA4F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA4F",
            "decompositions": [
                [
                    "7950"
                ]
            ]
        },
        {
            "codepoint": "FA50",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA50",
            "decompositions": [
                [
                    "7956"
                ]
            ]
        },
        {
            "codepoint": "FA51",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA51",
            "decompositions": [
                [
                    "795D"
                ]
            ]
        },
        {
            "codepoint": "FA52",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA52",
            "decompositions": [
                [
                    "798D"
                ]
            ]
        },
        {
            "codepoint": "FA53",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA53",
            "decompositions": [
                [
                    "798E"
                ]
            ]
        },
        {
            "codepoint": "FA54",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA54",
            "decompositions": [
                [
                    "7A40"
                ]
            ]
        },
        {
            "codepoint": "FA55",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA55",
            "decompositions": [
                [
                    "7A81"
                ]
            ]
        },
        {
            "codepoint": "FA56",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA56",
            "decompositions": [
                [
                    "7BC0"
                ]
            ]
        },
        {
            "codepoint": "FA57",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA57",
            "decompositions": [
                [
                    "7DF4"
                ]
            ]
        },
        {
            "codepoint": "FA58",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA58",
            "decompositions": [
                [
                    "7E09"
                ]
            ]
        },
        {
            "codepoint": "FA59",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA59",
            "decompositions": [
                [
                    "7E41"
                ]
            ]
        },
        {
            "codepoint": "FA5A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5A",
            "decompositions": [
                [
                    "7F72"
                ]
            ]
        },
        {
            "codepoint": "FA5B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5B",
            "decompositions": [
                [
                    "8005"
                ]
            ]
        },
        {
            "codepoint": "FA5C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5C",
            "decompositions": [
                [
                    "81ED"
                ]
            ]
        },
        {
            "codepoint": "FA5D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5D",
            "decompositions": [
                [
                    "8279"
                ]
            ]
        },
        {
            "codepoint": "FA5E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5E",
            "decompositions": [
                [
                    "8279"
                ]
            ]
        },
        {
            "codepoint": "FA5F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA5F",
            "decompositions": [
                [
                    "8457"
                ]
            ]
        },
        {
            "codepoint": "FA60",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA60",
            "decompositions": [
                [
                    "8910"
                ]
            ]
        },
        {
            "codepoint": "FA61",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA61",
            "decompositions": [
                [
                    "8996"
                ]
            ]
        },
        {
            "codepoint": "FA62",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA62",
            "decompositions": [
                [
                    "8B01"
                ]
            ]
        },
        {
            "codepoint": "FA63",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA63",
            "decompositions": [
                [
                    "8B39"
                ]
            ]
        },
        {
            "codepoint": "FA64",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA64",
            "decompositions": [
                [
                    "8CD3"
                ]
            ]
        },
        {
            "codepoint": "FA65",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA65",
            "decompositions": [
                [
                    "8D08"
                ]
            ]
        },
        {
            "codepoint": "FA66",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA66",
            "decompositions": [
                [
                    "8FB6"
                ]
            ]
        },
        {
            "codepoint": "FA67",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA67",
            "decompositions": [
                [
                    "9038"
                ]
            ]
        },
        {
            "codepoint": "FA68",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA68",
            "decompositions": [
                [
                    "96E3"
                ]
            ]
        },
        {
            "codepoint": "FA69",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA69",
            "decompositions": [
                [
                    "97FF"
                ]
            ]
        },
        {
            "codepoint": "FA6A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA6A",
            "decompositions": [
                [
                    "983B"
                ]
            ]
        },
        {
            "codepoint": "FA6B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA6B",
            "decompositions": [
                [
                    "6075"
                ]
            ]
        },
        {
            "codepoint": "FA6C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA6C",
            "decompositions": [
                [
                    "242EE"
                ]
            ]
        },
        {
            "codepoint": "FA6D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA6D",
            "decompositions": [
                [
                    "8218"
                ]
            ]
        },
        {
            "codepoint": "FA70",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA70",
            "decompositions": [
                [
                    "4E26"
                ]
            ]
        },
        {
            "codepoint": "FA71",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA71",
            "decompositions": [
                [
                    "51B5"
                ]
            ]
        },
        {
            "codepoint": "FA72",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA72",
            "decompositions": [
                [
                    "5168"
                ]
            ]
        },
        {
            "codepoint": "FA73",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA73",
            "decompositions": [
                [
                    "4F80"
                ]
            ]
        },
        {
            "codepoint": "FA74",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA74",
            "decompositions": [
                [
                    "5145"
                ]
            ]
        },
        {
            "codepoint": "FA75",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA75",
            "decompositions": [
                [
                    "5180"
                ]
            ]
        },
        {
            "codepoint": "FA76",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA76",
            "decompositions": [
                [
                    "52C7"
                ]
            ]
        },
        {
            "codepoint": "FA77",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA77",
            "decompositions": [
                [
                    "52FA"
                ]
            ]
        },
        {
            "codepoint": "FA78",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA78",
            "decompositions": [
                [
                    "559D"
                ]
            ]
        },
        {
            "codepoint": "FA79",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA79",
            "decompositions": [
                [
                    "5555"
                ]
            ]
        },
        {
            "codepoint": "FA7A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7A",
            "decompositions": [
                [
                    "5599"
                ]
            ]
        },
        {
            "codepoint": "FA7B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7B",
            "decompositions": [
                [
                    "55E2"
                ]
            ]
        },
        {
            "codepoint": "FA7C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7C",
            "decompositions": [
                [
                    "585A"
                ]
            ]
        },
        {
            "codepoint": "FA7D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7D",
            "decompositions": [
                [
                    "58B3"
                ]
            ]
        },
        {
            "codepoint": "FA7E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7E",
            "decompositions": [
                [
                    "5944"
                ]
            ]
        },
        {
            "codepoint": "FA7F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA7F",
            "decompositions": [
                [
                    "5954"
                ]
            ]
        },
        {
            "codepoint": "FA80",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA80",
            "decompositions": [
                [
                    "5A62"
                ]
            ]
        },
        {
            "codepoint": "FA81",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA81",
            "decompositions": [
                [
                    "5B28"
                ]
            ]
        },
        {
            "codepoint": "FA82",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA82",
            "decompositions": [
                [
                    "5ED2"
                ]
            ]
        },
        {
            "codepoint": "FA83",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA83",
            "decompositions": [
                [
                    "5ED9"
                ]
            ]
        },
        {
            "codepoint": "FA84",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA84",
            "decompositions": [
                [
                    "5F69"
                ]
            ]
        },
        {
            "codepoint": "FA85",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA85",
            "decompositions": [
                [
                    "5FAD"
                ]
            ]
        },
        {
            "codepoint": "FA86",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA86",
            "decompositions": [
                [
                    "60D8"
                ]
            ]
        },
        {
            "codepoint": "FA87",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA87",
            "decompositions": [
                [
                    "614E"
                ]
            ]
        },
        {
            "codepoint": "FA88",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA88",
            "decompositions": [
                [
                    "6108"
                ]
            ]
        },
        {
            "codepoint": "FA89",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA89",
            "decompositions": [
                [
                    "618E"
                ]
            ]
        },
        {
            "codepoint": "FA8A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8A",
            "decompositions": [
                [
                    "6160"
                ]
            ]
        },
        {
            "codepoint": "FA8B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8B",
            "decompositions": [
                [
                    "61F2"
                ]
            ]
        },
        {
            "codepoint": "FA8C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8C",
            "decompositions": [
                [
                    "6234"
                ]
            ]
        },
        {
            "codepoint": "FA8D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8D",
            "decompositions": [
                [
                    "63C4"
                ]
            ]
        },
        {
            "codepoint": "FA8E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8E",
            "decompositions": [
                [
                    "641C"
                ]
            ]
        },
        {
            "codepoint": "FA8F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA8F",
            "decompositions": [
                [
                    "6452"
                ]
            ]
        },
        {
            "codepoint": "FA90",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA90",
            "decompositions": [
                [
                    "6556"
                ]
            ]
        },
        {
            "codepoint": "FA91",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA91",
            "decompositions": [
                [
                    "6674"
                ]
            ]
        },
        {
            "codepoint": "FA92",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA92",
            "decompositions": [
                [
                    "6717"
                ]
            ]
        },
        {
            "codepoint": "FA93",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA93",
            "decompositions": [
                [
                    "671B"
                ]
            ]
        },
        {
            "codepoint": "FA94",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA94",
            "decompositions": [
                [
                    "6756"
                ]
            ]
        },
        {
            "codepoint": "FA95",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA95",
            "decompositions": [
                [
                    "6B79"
                ]
            ]
        },
        {
            "codepoint": "FA96",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA96",
            "decompositions": [
                [
                    "6BBA"
                ]
            ]
        },
        {
            "codepoint": "FA97",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA97",
            "decompositions": [
                [
                    "6D41"
                ]
            ]
        },
        {
            "codepoint": "FA98",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA98",
            "decompositions": [
                [
                    "6EDB"
                ]
            ]
        },
        {
            "codepoint": "FA99",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA99",
            "decompositions": [
                [
                    "6ECB"
                ]
            ]
        },
        {
            "codepoint": "FA9A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9A",
            "decompositions": [
                [
                    "6F22"
                ]
            ]
        },
        {
            "codepoint": "FA9B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9B",
            "decompositions": [
                [
                    "701E"
                ]
            ]
        },
        {
            "codepoint": "FA9C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9C",
            "decompositions": [
                [
                    "716E"
                ]
            ]
        },
        {
            "codepoint": "FA9D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9D",
            "decompositions": [
                [
                    "77A7"
                ]
            ]
        },
        {
            "codepoint": "FA9E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9E",
            "decompositions": [
                [
                    "7235"
                ]
            ]
        },
        {
            "codepoint": "FA9F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FA9F",
            "decompositions": [
                [
                    "72AF"
                ]
            ]
        },
        {
            "codepoint": "FAA0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA0",
            "decompositions": [
                [
                    "732A"
                ]
            ]
        },
        {
            "codepoint": "FAA1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA1",
            "decompositions": [
                [
                    "7471"
                ]
            ]
        },
        {
            "codepoint": "FAA2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA2",
            "decompositions": [
                [
                    "7506"
                ]
            ]
        },
        {
            "codepoint": "FAA3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA3",
            "decompositions": [
                [
                    "753B"
                ]
            ]
        },
        {
            "codepoint": "FAA4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA4",
            "decompositions": [
                [
                    "761D"
                ]
            ]
        },
        {
            "codepoint": "FAA5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA5",
            "decompositions": [
                [
                    "761F"
                ]
            ]
        },
        {
            "codepoint": "FAA6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA6",
            "decompositions": [
                [
                    "76CA"
                ]
            ]
        },
        {
            "codepoint": "FAA7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA7",
            "decompositions": [
                [
                    "76DB"
                ]
            ]
        },
        {
            "codepoint": "FAA8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA8",
            "decompositions": [
                [
                    "76F4"
                ]
            ]
        },
        {
            "codepoint": "FAA9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAA9",
            "decompositions": [
                [
                    "774A"
                ]
            ]
        },
        {
            "codepoint": "FAAA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAA",
            "decompositions": [
                [
                    "7740"
                ]
            ]
        },
        {
            "codepoint": "FAAB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAB",
            "decompositions": [
                [
                    "78CC"
                ]
            ]
        },
        {
            "codepoint": "FAAC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAC",
            "decompositions": [
                [
                    "7AB1"
                ]
            ]
        },
        {
            "codepoint": "FAAD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAD",
            "decompositions": [
                [
                    "7BC0"
                ]
            ]
        },
        {
            "codepoint": "FAAE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAE",
            "decompositions": [
                [
                    "7C7B"
                ]
            ]
        },
        {
            "codepoint": "FAAF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAAF",
            "decompositions": [
                [
                    "7D5B"
                ]
            ]
        },
        {
            "codepoint": "FAB0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB0",
            "decompositions": [
                [
                    "7DF4"
                ]
            ]
        },
        {
            "codepoint": "FAB1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB1",
            "decompositions": [
                [
                    "7F3E"
                ]
            ]
        },
        {
            "codepoint": "FAB2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB2",
            "decompositions": [
                [
                    "8005"
                ]
            ]
        },
        {
            "codepoint": "FAB3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB3",
            "decompositions": [
                [
                    "8352"
                ]
            ]
        },
        {
            "codepoint": "FAB4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB4",
            "decompositions": [
                [
                    "83EF"
                ]
            ]
        },
        {
            "codepoint": "FAB5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB5",
            "decompositions": [
                [
                    "8779"
                ]
            ]
        },
        {
            "codepoint": "FAB6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB6",
            "decompositions": [
                [
                    "8941"
                ]
            ]
        },
        {
            "codepoint": "FAB7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB7",
            "decompositions": [
                [
                    "8986"
                ]
            ]
        },
        {
            "codepoint": "FAB8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB8",
            "decompositions": [
                [
                    "8996"
                ]
            ]
        },
        {
            "codepoint": "FAB9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAB9",
            "decompositions": [
                [
                    "8ABF"
                ]
            ]
        },
        {
            "codepoint": "FABA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABA",
            "decompositions": [
                [
                    "8AF8"
                ]
            ]
        },
        {
            "codepoint": "FABB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABB",
            "decompositions": [
                [
                    "8ACB"
                ]
            ]
        },
        {
            "codepoint": "FABC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABC",
            "decompositions": [
                [
                    "8B01"
                ]
            ]
        },
        {
            "codepoint": "FABD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABD",
            "decompositions": [
                [
                    "8AFE"
                ]
            ]
        },
        {
            "codepoint": "FABE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABE",
            "decompositions": [
                [
                    "8AED"
                ]
            ]
        },
        {
            "codepoint": "FABF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FABF",
            "decompositions": [
                [
                    "8B39"
                ]
            ]
        },
        {
            "codepoint": "FAC0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC0",
            "decompositions": [
                [
                    "8B8A"
                ]
            ]
        },
        {
            "codepoint": "FAC1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC1",
            "decompositions": [
                [
                    "8D08"
                ]
            ]
        },
        {
            "codepoint": "FAC2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC2",
            "decompositions": [
                [
                    "8F38"
                ]
            ]
        },
        {
            "codepoint": "FAC3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC3",
            "decompositions": [
                [
                    "9072"
                ]
            ]
        },
        {
            "codepoint": "FAC4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC4",
            "decompositions": [
                [
                    "9199"
                ]
            ]
        },
        {
            "codepoint": "FAC5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC5",
            "decompositions": [
                [
                    "9276"
                ]
            ]
        },
        {
            "codepoint": "FAC6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC6",
            "decompositions": [
                [
                    "967C"
                ]
            ]
        },
        {
            "codepoint": "FAC7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC7",
            "decompositions": [
                [
                    "96E3"
                ]
            ]
        },
        {
            "codepoint": "FAC8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC8",
            "decompositions": [
                [
                    "9756"
                ]
            ]
        },
        {
            "codepoint": "FAC9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAC9",
            "decompositions": [
                [
                    "97DB"
                ]
            ]
        },
        {
            "codepoint": "FACA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACA",
            "decompositions": [
                [
                    "97FF"
                ]
            ]
        },
        {
            "codepoint": "FACB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACB",
            "decompositions": [
                [
                    "980B"
                ]
            ]
        },
        {
            "codepoint": "FACC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACC",
            "decompositions": [
                [
                    "983B"
                ]
            ]
        },
        {
            "codepoint": "FACD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACD",
            "decompositions": [
                [
                    "9B12"
                ]
            ]
        },
        {
            "codepoint": "FACE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACE",
            "decompositions": [
                [
                    "9F9C"
                ]
            ]
        },
        {
            "codepoint": "FACF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FACF",
            "decompositions": [
                [
                    "2284A"
                ]
            ]
        },
        {
            "codepoint": "FAD0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD0",
            "decompositions": [
                [
                    "22844"
                ]
            ]
        },
        {
            "codepoint": "FAD1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD1",
            "decompositions": [
                [
                    "233D5"
                ]
            ]
        },
        {
            "codepoint": "FAD2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD2",
            "decompositions": [
                [
                    "3B9D"
                ]
            ]
        },
        {
            "codepoint": "FAD3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD3",
            "decompositions": [
                [
                    "4018"
                ]
            ]
        },
        {
            "codepoint": "FAD4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD4",
            "comments": [
                "mapping change removed original source"
            ],
            "crossReferences": [
                "(cjk compatibility ideograph-2F949 - 2F949)"
            ],
            "decompositions": [
                [
                    "4039"
                ]
            ]
        },
        {
            "codepoint": "FAD5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD5",
            "decompositions": [
                [
                    "25249"
                ]
            ]
        },
        {
            "codepoint": "FAD6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD6",
            "decompositions": [
                [
                    "25CD0"
                ]
            ]
        },
        {
            "codepoint": "FAD7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD7",
            "decompositions": [
                [
                    "27ED3"
                ]
            ]
        },
        {
            "codepoint": "FAD8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD8",
            "decompositions": [
                [
                    "9F43"
                ]
            ]
        },
        {
            "codepoint": "FAD9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-FAD9",
            "decompositions": [
                [
                    "9F8E"
                ]
            ]
        },
        {
            "codepoint": "FB00",
            "name": "LATIN SMALL LIGATURE FF",
            "compatibilityMappings": [
                [
                    "0066",
                    "0066"
                ]
            ]
        },
        {
            "codepoint": "FB01",
            "name": "LATIN SMALL LIGATURE FI",
            "compatibilityMappings": [
                [
                    "0066",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "FB02",
            "name": "LATIN SMALL LIGATURE FL",
            "compatibilityMappings": [
                [
                    "0066",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "FB03",
            "name": "LATIN SMALL LIGATURE FFI",
            "compatibilityMappings": [
                [
                    "0066",
                    "0066",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "FB04",
            "name": "LATIN SMALL LIGATURE FFL",
            "compatibilityMappings": [
                [
                    "0066",
                    "0066",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "FB05",
            "name": "LATIN SMALL LIGATURE LONG S T",
            "compatibilityMappings": [
                [
                    "017F",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "FB06",
            "name": "LATIN SMALL LIGATURE ST",
            "compatibilityMappings": [
                [
                    "0073",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "FB13",
            "name": "ARMENIAN SMALL LIGATURE MEN NOW",
            "compatibilityMappings": [
                [
                    "0574",
                    "0576"
                ]
            ]
        },
        {
            "codepoint": "FB14",
            "name": "ARMENIAN SMALL LIGATURE MEN ECH",
            "compatibilityMappings": [
                [
                    "0574",
                    "0565"
                ]
            ]
        },
        {
            "codepoint": "FB15",
            "name": "ARMENIAN SMALL LIGATURE MEN INI",
            "compatibilityMappings": [
                [
                    "0574",
                    "056B"
                ]
            ]
        },
        {
            "codepoint": "FB16",
            "name": "ARMENIAN SMALL LIGATURE VEW NOW",
            "compatibilityMappings": [
                [
                    "057E",
                    "0576"
                ]
            ]
        },
        {
            "codepoint": "FB17",
            "name": "ARMENIAN SMALL LIGATURE MEN XEH",
            "compatibilityMappings": [
                [
                    "0574",
                    "056D"
                ]
            ]
        },
        {
            "codepoint": "FB1D",
            "name": "HEBREW LETTER YOD WITH HIRIQ",
            "decompositions": [
                [
                    "05D9",
                    "05B4"
                ]
            ]
        },
        {
            "codepoint": "FB1E",
            "name": "HEBREW POINT JUDEO-SPANISH VARIKA",
            "comments": [
                "a glyph variant of 05BF"
            ]
        },
        {
            "codepoint": "FB1F",
            "name": "HEBREW LIGATURE YIDDISH YOD YOD PATAH",
            "decompositions": [
                [
                    "05F2",
                    "05B7"
                ]
            ]
        },
        {
            "codepoint": "FB20",
            "name": "HEBREW LETTER ALTERNATIVE AYIN",
            "comments": [
                "this form of AYIN has no descender, for use with marks placed below the letter"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "05E2",
                    "hebrew letter ayin"
                ]
            ]
        },
        {
            "codepoint": "FB21",
            "name": "HEBREW LETTER WIDE ALEF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05D0",
                    "hebrew letter alef"
                ]
            ]
        },
        {
            "codepoint": "FB22",
            "name": "HEBREW LETTER WIDE DALET",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05D3",
                    "hebrew letter dalet"
                ]
            ]
        },
        {
            "codepoint": "FB23",
            "name": "HEBREW LETTER WIDE HE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05D4",
                    "hebrew letter he"
                ]
            ]
        },
        {
            "codepoint": "FB24",
            "name": "HEBREW LETTER WIDE KAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05DB",
                    "hebrew letter kaf"
                ]
            ]
        },
        {
            "codepoint": "FB25",
            "name": "HEBREW LETTER WIDE LAMED",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05DC",
                    "hebrew letter lamed"
                ]
            ]
        },
        {
            "codepoint": "FB26",
            "name": "HEBREW LETTER WIDE FINAL MEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05DD",
                    "hebrew letter final mem"
                ]
            ]
        },
        {
            "codepoint": "FB27",
            "name": "HEBREW LETTER WIDE RESH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05E8",
                    "hebrew letter resh"
                ]
            ]
        },
        {
            "codepoint": "FB28",
            "name": "HEBREW LETTER WIDE TAV",
            "compatibilityMappings": [
                [
                    "<font>",
                    "05EA",
                    "hebrew letter tav"
                ]
            ]
        },
        {
            "codepoint": "FB29",
            "name": "HEBREW LETTER ALTERNATIVE PLUS SIGN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "002B",
                    "plus sign"
                ]
            ]
        },
        {
            "codepoint": "FB2A",
            "name": "HEBREW LETTER SHIN WITH SHIN DOT",
            "decompositions": [
                [
                    "05E9",
                    "05C1"
                ]
            ]
        },
        {
            "codepoint": "FB2B",
            "name": "HEBREW LETTER SHIN WITH SIN DOT",
            "decompositions": [
                [
                    "05E9",
                    "05C2"
                ]
            ]
        },
        {
            "codepoint": "FB2C",
            "name": "HEBREW LETTER SHIN WITH DAGESH AND SHIN DOT",
            "decompositions": [
                [
                    "FB49",
                    "05C1"
                ]
            ]
        },
        {
            "codepoint": "FB2D",
            "name": "HEBREW LETTER SHIN WITH DAGESH AND SIN DOT",
            "decompositions": [
                [
                    "FB49",
                    "05C2"
                ]
            ]
        },
        {
            "codepoint": "FB2E",
            "name": "HEBREW LETTER ALEF WITH PATAH",
            "decompositions": [
                [
                    "05D0",
                    "05B7"
                ]
            ]
        },
        {
            "codepoint": "FB2F",
            "name": "HEBREW LETTER ALEF WITH QAMATS",
            "decompositions": [
                [
                    "05D0",
                    "05B8"
                ]
            ]
        },
        {
            "codepoint": "FB30",
            "name": "HEBREW LETTER ALEF WITH MAPIQ",
            "decompositions": [
                [
                    "05D0",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB31",
            "name": "HEBREW LETTER BET WITH DAGESH",
            "decompositions": [
                [
                    "05D1",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB32",
            "name": "HEBREW LETTER GIMEL WITH DAGESH",
            "decompositions": [
                [
                    "05D2",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB33",
            "name": "HEBREW LETTER DALET WITH DAGESH",
            "decompositions": [
                [
                    "05D3",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB34",
            "name": "HEBREW LETTER HE WITH MAPIQ",
            "decompositions": [
                [
                    "05D4",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB35",
            "name": "HEBREW LETTER VAV WITH DAGESH",
            "decompositions": [
                [
                    "05D5",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB36",
            "name": "HEBREW LETTER ZAYIN WITH DAGESH",
            "decompositions": [
                [
                    "05D6",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB38",
            "name": "HEBREW LETTER TET WITH DAGESH",
            "decompositions": [
                [
                    "05D8",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB39",
            "name": "HEBREW LETTER YOD WITH DAGESH",
            "decompositions": [
                [
                    "05D9",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB3A",
            "name": "HEBREW LETTER FINAL KAF WITH DAGESH",
            "decompositions": [
                [
                    "05DA",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB3B",
            "name": "HEBREW LETTER KAF WITH DAGESH",
            "decompositions": [
                [
                    "05DB",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB3C",
            "name": "HEBREW LETTER LAMED WITH DAGESH",
            "decompositions": [
                [
                    "05DC",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB3E",
            "name": "HEBREW LETTER MEM WITH DAGESH",
            "decompositions": [
                [
                    "05DE",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB40",
            "name": "HEBREW LETTER NUN WITH DAGESH",
            "decompositions": [
                [
                    "05E0",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB41",
            "name": "HEBREW LETTER SAMEKH WITH DAGESH",
            "decompositions": [
                [
                    "05E1",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB43",
            "name": "HEBREW LETTER FINAL PE WITH DAGESH",
            "decompositions": [
                [
                    "05E3",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB44",
            "name": "HEBREW LETTER PE WITH DAGESH",
            "decompositions": [
                [
                    "05E4",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB46",
            "name": "HEBREW LETTER TSADI WITH DAGESH",
            "decompositions": [
                [
                    "05E6",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB47",
            "name": "HEBREW LETTER QOF WITH DAGESH",
            "decompositions": [
                [
                    "05E7",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB48",
            "name": "HEBREW LETTER RESH WITH DAGESH",
            "decompositions": [
                [
                    "05E8",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB49",
            "name": "HEBREW LETTER SHIN WITH DAGESH",
            "decompositions": [
                [
                    "05E9",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB4A",
            "name": "HEBREW LETTER TAV WITH DAGESH",
            "decompositions": [
                [
                    "05EA",
                    "05BC"
                ]
            ]
        },
        {
            "codepoint": "FB4B",
            "name": "HEBREW LETTER VAV WITH HOLAM",
            "decompositions": [
                [
                    "05D5",
                    "05B9"
                ]
            ]
        },
        {
            "codepoint": "FB4C",
            "name": "HEBREW LETTER BET WITH RAFE",
            "decompositions": [
                [
                    "05D1",
                    "05BF"
                ]
            ]
        },
        {
            "codepoint": "FB4D",
            "name": "HEBREW LETTER KAF WITH RAFE",
            "decompositions": [
                [
                    "05DB",
                    "05BF"
                ]
            ]
        },
        {
            "codepoint": "FB4E",
            "name": "HEBREW LETTER PE WITH RAFE",
            "decompositions": [
                [
                    "05E4",
                    "05BF"
                ]
            ]
        },
        {
            "codepoint": "FB4F",
            "name": "HEBREW LIGATURE ALEF LAMED",
            "compatibilityMappings": [
                [
                    "05D0",
                    "05DC"
                ]
            ]
        },
        {
            "codepoint": "FB50",
            "name": "ARABIC LETTER ALEF WASLA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0671"
                ]
            ]
        },
        {
            "codepoint": "FB51",
            "name": "ARABIC LETTER ALEF WASLA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0671"
                ]
            ]
        },
        {
            "codepoint": "FB52",
            "name": "ARABIC LETTER BEEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "067B"
                ]
            ]
        },
        {
            "codepoint": "FB53",
            "name": "ARABIC LETTER BEEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "067B"
                ]
            ]
        },
        {
            "codepoint": "FB54",
            "name": "ARABIC LETTER BEEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "067B"
                ]
            ]
        },
        {
            "codepoint": "FB55",
            "name": "ARABIC LETTER BEEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "067B"
                ]
            ]
        },
        {
            "codepoint": "FB56",
            "name": "ARABIC LETTER PEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "067E"
                ]
            ]
        },
        {
            "codepoint": "FB57",
            "name": "ARABIC LETTER PEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "067E"
                ]
            ]
        },
        {
            "codepoint": "FB58",
            "name": "ARABIC LETTER PEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "067E"
                ]
            ]
        },
        {
            "codepoint": "FB59",
            "name": "ARABIC LETTER PEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "067E"
                ]
            ]
        },
        {
            "codepoint": "FB5A",
            "name": "ARABIC LETTER BEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0680"
                ]
            ]
        },
        {
            "codepoint": "FB5B",
            "name": "ARABIC LETTER BEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0680"
                ]
            ]
        },
        {
            "codepoint": "FB5C",
            "name": "ARABIC LETTER BEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0680"
                ]
            ]
        },
        {
            "codepoint": "FB5D",
            "name": "ARABIC LETTER BEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0680"
                ]
            ]
        },
        {
            "codepoint": "FB5E",
            "name": "ARABIC LETTER TTEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "067A"
                ]
            ]
        },
        {
            "codepoint": "FB5F",
            "name": "ARABIC LETTER TTEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "067A"
                ]
            ]
        },
        {
            "codepoint": "FB60",
            "name": "ARABIC LETTER TTEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "067A"
                ]
            ]
        },
        {
            "codepoint": "FB61",
            "name": "ARABIC LETTER TTEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "067A"
                ]
            ]
        },
        {
            "codepoint": "FB62",
            "name": "ARABIC LETTER TEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "067F"
                ]
            ]
        },
        {
            "codepoint": "FB63",
            "name": "ARABIC LETTER TEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "067F"
                ]
            ]
        },
        {
            "codepoint": "FB64",
            "name": "ARABIC LETTER TEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "067F"
                ]
            ]
        },
        {
            "codepoint": "FB65",
            "name": "ARABIC LETTER TEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "067F"
                ]
            ]
        },
        {
            "codepoint": "FB66",
            "name": "ARABIC LETTER TTEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0679"
                ]
            ]
        },
        {
            "codepoint": "FB67",
            "name": "ARABIC LETTER TTEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0679"
                ]
            ]
        },
        {
            "codepoint": "FB68",
            "name": "ARABIC LETTER TTEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0679"
                ]
            ]
        },
        {
            "codepoint": "FB69",
            "name": "ARABIC LETTER TTEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0679"
                ]
            ]
        },
        {
            "codepoint": "FB6A",
            "name": "ARABIC LETTER VEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06A4"
                ]
            ]
        },
        {
            "codepoint": "FB6B",
            "name": "ARABIC LETTER VEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06A4"
                ]
            ]
        },
        {
            "codepoint": "FB6C",
            "name": "ARABIC LETTER VEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06A4"
                ]
            ]
        },
        {
            "codepoint": "FB6D",
            "name": "ARABIC LETTER VEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06A4"
                ]
            ]
        },
        {
            "codepoint": "FB6E",
            "name": "ARABIC LETTER PEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06A6"
                ]
            ]
        },
        {
            "codepoint": "FB6F",
            "name": "ARABIC LETTER PEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06A6"
                ]
            ]
        },
        {
            "codepoint": "FB70",
            "name": "ARABIC LETTER PEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06A6"
                ]
            ]
        },
        {
            "codepoint": "FB71",
            "name": "ARABIC LETTER PEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06A6"
                ]
            ]
        },
        {
            "codepoint": "FB72",
            "name": "ARABIC LETTER DYEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0684"
                ]
            ]
        },
        {
            "codepoint": "FB73",
            "name": "ARABIC LETTER DYEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0684"
                ]
            ]
        },
        {
            "codepoint": "FB74",
            "name": "ARABIC LETTER DYEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0684"
                ]
            ]
        },
        {
            "codepoint": "FB75",
            "name": "ARABIC LETTER DYEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0684"
                ]
            ]
        },
        {
            "codepoint": "FB76",
            "name": "ARABIC LETTER NYEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0683"
                ]
            ]
        },
        {
            "codepoint": "FB77",
            "name": "ARABIC LETTER NYEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0683"
                ]
            ]
        },
        {
            "codepoint": "FB78",
            "name": "ARABIC LETTER NYEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0683"
                ]
            ]
        },
        {
            "codepoint": "FB79",
            "name": "ARABIC LETTER NYEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0683"
                ]
            ]
        },
        {
            "codepoint": "FB7A",
            "name": "ARABIC LETTER TCHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0686"
                ]
            ]
        },
        {
            "codepoint": "FB7B",
            "name": "ARABIC LETTER TCHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0686"
                ]
            ]
        },
        {
            "codepoint": "FB7C",
            "name": "ARABIC LETTER TCHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0686"
                ]
            ]
        },
        {
            "codepoint": "FB7D",
            "name": "ARABIC LETTER TCHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0686"
                ]
            ]
        },
        {
            "codepoint": "FB7E",
            "name": "ARABIC LETTER TCHEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0687"
                ]
            ]
        },
        {
            "codepoint": "FB7F",
            "name": "ARABIC LETTER TCHEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0687"
                ]
            ]
        },
        {
            "codepoint": "FB80",
            "name": "ARABIC LETTER TCHEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0687"
                ]
            ]
        },
        {
            "codepoint": "FB81",
            "name": "ARABIC LETTER TCHEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0687"
                ]
            ]
        },
        {
            "codepoint": "FB82",
            "name": "ARABIC LETTER DDAHAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "068D"
                ]
            ]
        },
        {
            "codepoint": "FB83",
            "name": "ARABIC LETTER DDAHAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "068D"
                ]
            ]
        },
        {
            "codepoint": "FB84",
            "name": "ARABIC LETTER DAHAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "068C"
                ]
            ]
        },
        {
            "codepoint": "FB85",
            "name": "ARABIC LETTER DAHAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "068C"
                ]
            ]
        },
        {
            "codepoint": "FB86",
            "name": "ARABIC LETTER DUL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "068E"
                ]
            ]
        },
        {
            "codepoint": "FB87",
            "name": "ARABIC LETTER DUL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "068E"
                ]
            ]
        },
        {
            "codepoint": "FB88",
            "name": "ARABIC LETTER DDAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0688"
                ]
            ]
        },
        {
            "codepoint": "FB89",
            "name": "ARABIC LETTER DDAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0688"
                ]
            ]
        },
        {
            "codepoint": "FB8A",
            "name": "ARABIC LETTER JEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0698"
                ]
            ]
        },
        {
            "codepoint": "FB8B",
            "name": "ARABIC LETTER JEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0698"
                ]
            ]
        },
        {
            "codepoint": "FB8C",
            "name": "ARABIC LETTER RREH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0691"
                ]
            ]
        },
        {
            "codepoint": "FB8D",
            "name": "ARABIC LETTER RREH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0691"
                ]
            ]
        },
        {
            "codepoint": "FB8E",
            "name": "ARABIC LETTER KEHEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06A9"
                ]
            ]
        },
        {
            "codepoint": "FB8F",
            "name": "ARABIC LETTER KEHEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06A9"
                ]
            ]
        },
        {
            "codepoint": "FB90",
            "name": "ARABIC LETTER KEHEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06A9"
                ]
            ]
        },
        {
            "codepoint": "FB91",
            "name": "ARABIC LETTER KEHEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06A9"
                ]
            ]
        },
        {
            "codepoint": "FB92",
            "name": "ARABIC LETTER GAF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06AF"
                ]
            ]
        },
        {
            "codepoint": "FB93",
            "name": "ARABIC LETTER GAF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06AF"
                ]
            ]
        },
        {
            "codepoint": "FB94",
            "name": "ARABIC LETTER GAF INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06AF"
                ]
            ]
        },
        {
            "codepoint": "FB95",
            "name": "ARABIC LETTER GAF MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06AF"
                ]
            ]
        },
        {
            "codepoint": "FB96",
            "name": "ARABIC LETTER GUEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06B3"
                ]
            ]
        },
        {
            "codepoint": "FB97",
            "name": "ARABIC LETTER GUEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06B3"
                ]
            ]
        },
        {
            "codepoint": "FB98",
            "name": "ARABIC LETTER GUEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06B3"
                ]
            ]
        },
        {
            "codepoint": "FB99",
            "name": "ARABIC LETTER GUEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06B3"
                ]
            ]
        },
        {
            "codepoint": "FB9A",
            "name": "ARABIC LETTER NGOEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06B1"
                ]
            ]
        },
        {
            "codepoint": "FB9B",
            "name": "ARABIC LETTER NGOEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06B1"
                ]
            ]
        },
        {
            "codepoint": "FB9C",
            "name": "ARABIC LETTER NGOEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06B1"
                ]
            ]
        },
        {
            "codepoint": "FB9D",
            "name": "ARABIC LETTER NGOEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06B1"
                ]
            ]
        },
        {
            "codepoint": "FB9E",
            "name": "ARABIC LETTER NOON GHUNNA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06BA"
                ]
            ]
        },
        {
            "codepoint": "FB9F",
            "name": "ARABIC LETTER NOON GHUNNA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06BA"
                ]
            ]
        },
        {
            "codepoint": "FBA0",
            "name": "ARABIC LETTER RNOON ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06BB"
                ]
            ]
        },
        {
            "codepoint": "FBA1",
            "name": "ARABIC LETTER RNOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06BB"
                ]
            ]
        },
        {
            "codepoint": "FBA2",
            "name": "ARABIC LETTER RNOON INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06BB"
                ]
            ]
        },
        {
            "codepoint": "FBA3",
            "name": "ARABIC LETTER RNOON MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06BB"
                ]
            ]
        },
        {
            "codepoint": "FBA4",
            "name": "ARABIC LETTER HEH WITH YEH ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C0"
                ]
            ]
        },
        {
            "codepoint": "FBA5",
            "name": "ARABIC LETTER HEH WITH YEH ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C0"
                ]
            ]
        },
        {
            "codepoint": "FBA6",
            "name": "ARABIC LETTER HEH GOAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C1"
                ]
            ]
        },
        {
            "codepoint": "FBA7",
            "name": "ARABIC LETTER HEH GOAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C1"
                ]
            ]
        },
        {
            "codepoint": "FBA8",
            "name": "ARABIC LETTER HEH GOAL INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06C1"
                ]
            ]
        },
        {
            "codepoint": "FBA9",
            "name": "ARABIC LETTER HEH GOAL MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06C1"
                ]
            ]
        },
        {
            "codepoint": "FBAA",
            "name": "ARABIC LETTER HEH DOACHASHMEE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06BE"
                ]
            ]
        },
        {
            "codepoint": "FBAB",
            "name": "ARABIC LETTER HEH DOACHASHMEE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06BE"
                ]
            ]
        },
        {
            "codepoint": "FBAC",
            "name": "ARABIC LETTER HEH DOACHASHMEE INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06BE"
                ]
            ]
        },
        {
            "codepoint": "FBAD",
            "name": "ARABIC LETTER HEH DOACHASHMEE MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06BE"
                ]
            ]
        },
        {
            "codepoint": "FBAE",
            "name": "ARABIC LETTER YEH BARREE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06D2"
                ]
            ]
        },
        {
            "codepoint": "FBAF",
            "name": "ARABIC LETTER YEH BARREE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06D2"
                ]
            ]
        },
        {
            "codepoint": "FBB0",
            "name": "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06D3"
                ]
            ]
        },
        {
            "codepoint": "FBB1",
            "name": "ARABIC LETTER YEH BARREE WITH HAMZA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06D3"
                ]
            ]
        },
        {
            "codepoint": "FBB2",
            "name": "ARABIC SYMBOL DOT ABOVE"
        },
        {
            "codepoint": "FBB3",
            "name": "ARABIC SYMBOL DOT BELOW"
        },
        {
            "codepoint": "FBB4",
            "name": "ARABIC SYMBOL TWO DOTS ABOVE"
        },
        {
            "codepoint": "FBB5",
            "name": "ARABIC SYMBOL TWO DOTS BELOW"
        },
        {
            "codepoint": "FBB6",
            "name": "ARABIC SYMBOL THREE DOTS ABOVE"
        },
        {
            "codepoint": "FBB7",
            "name": "ARABIC SYMBOL THREE DOTS BELOW"
        },
        {
            "codepoint": "FBB8",
            "name": "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS ABOVE"
        },
        {
            "codepoint": "FBB9",
            "name": "ARABIC SYMBOL THREE DOTS POINTING DOWNWARDS BELOW"
        },
        {
            "codepoint": "FBBA",
            "name": "ARABIC SYMBOL FOUR DOTS ABOVE",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "FBBB",
            "name": "ARABIC SYMBOL FOUR DOTS BELOW",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "FBBC",
            "name": "ARABIC SYMBOL DOUBLE VERTICAL BAR BELOW",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "FBBD",
            "name": "ARABIC SYMBOL TWO DOTS VERTICALLY ABOVE",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "FBBE",
            "name": "ARABIC SYMBOL TWO DOTS VERTICALLY BELOW",
            "comments": [
                "Sindhi"
            ]
        },
        {
            "codepoint": "FBBF",
            "name": "ARABIC SYMBOL RING",
            "comments": [
                "Pashto"
            ]
        },
        {
            "codepoint": "FBC0",
            "name": "ARABIC SYMBOL SMALL TAH ABOVE",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "FBC1",
            "name": "ARABIC SYMBOL SMALL TAH BELOW",
            "comments": [
                "Urdu"
            ]
        },
        {
            "codepoint": "FBC2",
            "name": "ARABIC SYMBOL WASLA ABOVE",
            "crossReferences": [
                "(arabic letter alef wasla - 0671)"
            ]
        },
        {
            "codepoint": "FBD3",
            "name": "ARABIC LETTER NG ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06AD"
                ]
            ]
        },
        {
            "codepoint": "FBD4",
            "name": "ARABIC LETTER NG FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06AD"
                ]
            ]
        },
        {
            "codepoint": "FBD5",
            "name": "ARABIC LETTER NG INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06AD"
                ]
            ]
        },
        {
            "codepoint": "FBD6",
            "name": "ARABIC LETTER NG MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06AD"
                ]
            ]
        },
        {
            "codepoint": "FBD7",
            "name": "ARABIC LETTER U ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C7"
                ]
            ]
        },
        {
            "codepoint": "FBD8",
            "name": "ARABIC LETTER U FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C7"
                ]
            ]
        },
        {
            "codepoint": "FBD9",
            "name": "ARABIC LETTER OE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C6"
                ]
            ]
        },
        {
            "codepoint": "FBDA",
            "name": "ARABIC LETTER OE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C6"
                ]
            ]
        },
        {
            "codepoint": "FBDB",
            "name": "ARABIC LETTER YU ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C8"
                ]
            ]
        },
        {
            "codepoint": "FBDC",
            "name": "ARABIC LETTER YU FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C8"
                ]
            ]
        },
        {
            "codepoint": "FBDD",
            "name": "ARABIC LETTER U WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0677"
                ]
            ]
        },
        {
            "codepoint": "FBDE",
            "name": "ARABIC LETTER VE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06CB"
                ]
            ]
        },
        {
            "codepoint": "FBDF",
            "name": "ARABIC LETTER VE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06CB"
                ]
            ]
        },
        {
            "codepoint": "FBE0",
            "name": "ARABIC LETTER KIRGHIZ OE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C5"
                ]
            ]
        },
        {
            "codepoint": "FBE1",
            "name": "ARABIC LETTER KIRGHIZ OE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C5"
                ]
            ]
        },
        {
            "codepoint": "FBE2",
            "name": "ARABIC LETTER KIRGHIZ YU ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06C9"
                ]
            ]
        },
        {
            "codepoint": "FBE3",
            "name": "ARABIC LETTER KIRGHIZ YU FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06C9"
                ]
            ]
        },
        {
            "codepoint": "FBE4",
            "name": "ARABIC LETTER E ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBE5",
            "name": "ARABIC LETTER E FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBE6",
            "name": "ARABIC LETTER E INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBE7",
            "name": "ARABIC LETTER E MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBE8",
            "name": "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FBE9",
            "name": "ARABIC LETTER UIGHUR KAZAKH KIRGHIZ ALEF MAKSURA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FBEA",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FBEB",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FBEC",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "06D5"
                ]
            ]
        },
        {
            "codepoint": "FBED",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH AE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "06D5"
                ]
            ]
        },
        {
            "codepoint": "FBEE",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "0648"
                ]
            ]
        },
        {
            "codepoint": "FBEF",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH WAW FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0648"
                ]
            ]
        },
        {
            "codepoint": "FBF0",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "06C7"
                ]
            ]
        },
        {
            "codepoint": "FBF1",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH U FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "06C7"
                ]
            ]
        },
        {
            "codepoint": "FBF2",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "06C6"
                ]
            ]
        },
        {
            "codepoint": "FBF3",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH OE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "06C6"
                ]
            ]
        },
        {
            "codepoint": "FBF4",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "06C8"
                ]
            ]
        },
        {
            "codepoint": "FBF5",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YU FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "06C8"
                ]
            ]
        },
        {
            "codepoint": "FBF6",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBF7",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBF8",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH E INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "06D0"
                ]
            ]
        },
        {
            "codepoint": "FBF9",
            "name": "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
            "comments": [
                "FC03 has the same compatibility decomposition, but is a distinct presentation variant"
            ],
            "crossReferences": [
                "(arabic ligature yeh with hamza above with alef maksura isolated form - FC03)"
            ],
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FBFA",
            "name": "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
            "comments": [
                "FC68 has the same compatibility decomposition, but is a distinct presentation variant"
            ],
            "crossReferences": [
                "(arabic ligature yeh with hamza above with alef maksura final form - FC68)"
            ],
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FBFB",
            "name": "ARABIC LIGATURE UIGHUR KIRGHIZ YEH WITH HAMZA ABOVE WITH ALEF MAKSURA INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FBFC",
            "name": "ARABIC LETTER FARSI YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "06CC"
                ]
            ]
        },
        {
            "codepoint": "FBFD",
            "name": "ARABIC LETTER FARSI YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "06CC"
                ]
            ]
        },
        {
            "codepoint": "FBFE",
            "name": "ARABIC LETTER FARSI YEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "06CC"
                ]
            ]
        },
        {
            "codepoint": "FBFF",
            "name": "ARABIC LETTER FARSI YEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "06CC"
                ]
            ]
        },
        {
            "codepoint": "FC00",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC01",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC02",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC03",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA ISOLATED FORM",
            "comments": [
                "FBF9 has the same compatibility decomposition, but is a distinct presentation variant"
            ],
            "crossReferences": [
                "(arabic ligature uighur kirghiz yeh with hamza above with alef maksura isolated form - FBF9)"
            ],
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC04",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC05",
            "name": "ARABIC LIGATURE BEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC06",
            "name": "ARABIC LIGATURE BEH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC07",
            "name": "ARABIC LIGATURE BEH WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC08",
            "name": "ARABIC LIGATURE BEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC09",
            "name": "ARABIC LIGATURE BEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC0A",
            "name": "ARABIC LIGATURE BEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC0B",
            "name": "ARABIC LIGATURE TEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC0C",
            "name": "ARABIC LIGATURE TEH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC0D",
            "name": "ARABIC LIGATURE TEH WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC0E",
            "name": "ARABIC LIGATURE TEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC0F",
            "name": "ARABIC LIGATURE TEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC10",
            "name": "ARABIC LIGATURE TEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC11",
            "name": "ARABIC LIGATURE THEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062B",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC12",
            "name": "ARABIC LIGATURE THEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062B",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC13",
            "name": "ARABIC LIGATURE THEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062B",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC14",
            "name": "ARABIC LIGATURE THEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062B",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC15",
            "name": "ARABIC LIGATURE JEEM WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC16",
            "name": "ARABIC LIGATURE JEEM WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC17",
            "name": "ARABIC LIGATURE HAH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC18",
            "name": "ARABIC LIGATURE HAH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC19",
            "name": "ARABIC LIGATURE KHAH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC1A",
            "name": "ARABIC LIGATURE KHAH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC1B",
            "name": "ARABIC LIGATURE KHAH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC1C",
            "name": "ARABIC LIGATURE SEEN WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC1D",
            "name": "ARABIC LIGATURE SEEN WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC1E",
            "name": "ARABIC LIGATURE SEEN WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC1F",
            "name": "ARABIC LIGATURE SEEN WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC20",
            "name": "ARABIC LIGATURE SAD WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC21",
            "name": "ARABIC LIGATURE SAD WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC22",
            "name": "ARABIC LIGATURE DAD WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC23",
            "name": "ARABIC LIGATURE DAD WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC24",
            "name": "ARABIC LIGATURE DAD WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC25",
            "name": "ARABIC LIGATURE DAD WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC26",
            "name": "ARABIC LIGATURE TAH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0637",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC27",
            "name": "ARABIC LIGATURE TAH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0637",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC28",
            "name": "ARABIC LIGATURE ZAH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0638",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC29",
            "name": "ARABIC LIGATURE AIN WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC2A",
            "name": "ARABIC LIGATURE AIN WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC2B",
            "name": "ARABIC LIGATURE GHAIN WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "063A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC2C",
            "name": "ARABIC LIGATURE GHAIN WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "063A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC2D",
            "name": "ARABIC LIGATURE FEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC2E",
            "name": "ARABIC LIGATURE FEH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC2F",
            "name": "ARABIC LIGATURE FEH WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC30",
            "name": "ARABIC LIGATURE FEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC31",
            "name": "ARABIC LIGATURE FEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC32",
            "name": "ARABIC LIGATURE FEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC33",
            "name": "ARABIC LIGATURE QAF WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC34",
            "name": "ARABIC LIGATURE QAF WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC35",
            "name": "ARABIC LIGATURE QAF WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC36",
            "name": "ARABIC LIGATURE QAF WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC37",
            "name": "ARABIC LIGATURE KAF WITH ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FC38",
            "name": "ARABIC LIGATURE KAF WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC39",
            "name": "ARABIC LIGATURE KAF WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC3A",
            "name": "ARABIC LIGATURE KAF WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC3B",
            "name": "ARABIC LIGATURE KAF WITH LAM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FC3C",
            "name": "ARABIC LIGATURE KAF WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC3D",
            "name": "ARABIC LIGATURE KAF WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC3E",
            "name": "ARABIC LIGATURE KAF WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC3F",
            "name": "ARABIC LIGATURE LAM WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC40",
            "name": "ARABIC LIGATURE LAM WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC41",
            "name": "ARABIC LIGATURE LAM WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC42",
            "name": "ARABIC LIGATURE LAM WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC43",
            "name": "ARABIC LIGATURE LAM WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC44",
            "name": "ARABIC LIGATURE LAM WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC45",
            "name": "ARABIC LIGATURE MEEM WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC46",
            "name": "ARABIC LIGATURE MEEM WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC47",
            "name": "ARABIC LIGATURE MEEM WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC48",
            "name": "ARABIC LIGATURE MEEM WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC49",
            "name": "ARABIC LIGATURE MEEM WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC4A",
            "name": "ARABIC LIGATURE MEEM WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC4B",
            "name": "ARABIC LIGATURE NOON WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC4C",
            "name": "ARABIC LIGATURE NOON WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC4D",
            "name": "ARABIC LIGATURE NOON WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC4E",
            "name": "ARABIC LIGATURE NOON WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC4F",
            "name": "ARABIC LIGATURE NOON WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC50",
            "name": "ARABIC LIGATURE NOON WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC51",
            "name": "ARABIC LIGATURE HEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0647",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC52",
            "name": "ARABIC LIGATURE HEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0647",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC53",
            "name": "ARABIC LIGATURE HEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0647",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC54",
            "name": "ARABIC LIGATURE HEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0647",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC55",
            "name": "ARABIC LIGATURE YEH WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC56",
            "name": "ARABIC LIGATURE YEH WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC57",
            "name": "ARABIC LIGATURE YEH WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC58",
            "name": "ARABIC LIGATURE YEH WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC59",
            "name": "ARABIC LIGATURE YEH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC5A",
            "name": "ARABIC LIGATURE YEH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC5B",
            "name": "ARABIC LIGATURE THAL WITH SUPERSCRIPT ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0630",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FC5C",
            "name": "ARABIC LIGATURE REH WITH SUPERSCRIPT ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0631",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FC5D",
            "name": "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0649",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FC5E",
            "name": "ARABIC LIGATURE SHADDA WITH DAMMATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064C",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FC5F",
            "name": "ARABIC LIGATURE SHADDA WITH KASRATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064D",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FC60",
            "name": "ARABIC LIGATURE SHADDA WITH FATHA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064E",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FC61",
            "name": "ARABIC LIGATURE SHADDA WITH DAMMA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064F",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FC62",
            "name": "ARABIC LIGATURE SHADDA WITH KASRA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "0650",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FC63",
            "name": "ARABIC LIGATURE SHADDA WITH SUPERSCRIPT ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "0651",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FC64",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC65",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC66",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC67",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC68",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH ALEF MAKSURA FINAL FORM",
            "comments": [
                "FBFA has the same compatibility decomposition, but is a distinct presentation variant"
            ],
            "crossReferences": [
                "(arabic ligature uighur kirghiz yeh with hamza above with alef maksura final form - FBFA)"
            ],
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC69",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC6A",
            "name": "ARABIC LIGATURE BEH WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC6B",
            "name": "ARABIC LIGATURE BEH WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC6C",
            "name": "ARABIC LIGATURE BEH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC6D",
            "name": "ARABIC LIGATURE BEH WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC6E",
            "name": "ARABIC LIGATURE BEH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC6F",
            "name": "ARABIC LIGATURE BEH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC70",
            "name": "ARABIC LIGATURE TEH WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC71",
            "name": "ARABIC LIGATURE TEH WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC72",
            "name": "ARABIC LIGATURE TEH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC73",
            "name": "ARABIC LIGATURE TEH WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC74",
            "name": "ARABIC LIGATURE TEH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC75",
            "name": "ARABIC LIGATURE TEH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC76",
            "name": "ARABIC LIGATURE THEH WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC77",
            "name": "ARABIC LIGATURE THEH WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC78",
            "name": "ARABIC LIGATURE THEH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC79",
            "name": "ARABIC LIGATURE THEH WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC7A",
            "name": "ARABIC LIGATURE THEH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC7B",
            "name": "ARABIC LIGATURE THEH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC7C",
            "name": "ARABIC LIGATURE FEH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0641",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC7D",
            "name": "ARABIC LIGATURE FEH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0641",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC7E",
            "name": "ARABIC LIGATURE QAF WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC7F",
            "name": "ARABIC LIGATURE QAF WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC80",
            "name": "ARABIC LIGATURE KAF WITH ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FC81",
            "name": "ARABIC LIGATURE KAF WITH LAM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FC82",
            "name": "ARABIC LIGATURE KAF WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC83",
            "name": "ARABIC LIGATURE KAF WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC84",
            "name": "ARABIC LIGATURE KAF WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC85",
            "name": "ARABIC LIGATURE LAM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC86",
            "name": "ARABIC LIGATURE LAM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC87",
            "name": "ARABIC LIGATURE LAM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC88",
            "name": "ARABIC LIGATURE MEEM WITH ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FC89",
            "name": "ARABIC LIGATURE MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC8A",
            "name": "ARABIC LIGATURE NOON WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC8B",
            "name": "ARABIC LIGATURE NOON WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC8C",
            "name": "ARABIC LIGATURE NOON WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC8D",
            "name": "ARABIC LIGATURE NOON WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC8E",
            "name": "ARABIC LIGATURE NOON WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC8F",
            "name": "ARABIC LIGATURE NOON WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC90",
            "name": "ARABIC LIGATURE ALEF MAKSURA WITH SUPERSCRIPT ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0649",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FC91",
            "name": "ARABIC LIGATURE YEH WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FC92",
            "name": "ARABIC LIGATURE YEH WITH ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FC93",
            "name": "ARABIC LIGATURE YEH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC94",
            "name": "ARABIC LIGATURE YEH WITH NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FC95",
            "name": "ARABIC LIGATURE YEH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FC96",
            "name": "ARABIC LIGATURE YEH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FC97",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC98",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC99",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC9A",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FC9B",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FC9C",
            "name": "ARABIC LIGATURE BEH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FC9D",
            "name": "ARABIC LIGATURE BEH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FC9E",
            "name": "ARABIC LIGATURE BEH WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FC9F",
            "name": "ARABIC LIGATURE BEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCA0",
            "name": "ARABIC LIGATURE BEH WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCA1",
            "name": "ARABIC LIGATURE TEH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCA2",
            "name": "ARABIC LIGATURE TEH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCA3",
            "name": "ARABIC LIGATURE TEH WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCA4",
            "name": "ARABIC LIGATURE TEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCA5",
            "name": "ARABIC LIGATURE TEH WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCA6",
            "name": "ARABIC LIGATURE THEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062B",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCA7",
            "name": "ARABIC LIGATURE JEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCA8",
            "name": "ARABIC LIGATURE JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCA9",
            "name": "ARABIC LIGATURE HAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCAA",
            "name": "ARABIC LIGATURE HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCAB",
            "name": "ARABIC LIGATURE KHAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062E",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCAC",
            "name": "ARABIC LIGATURE KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCAD",
            "name": "ARABIC LIGATURE SEEN WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCAE",
            "name": "ARABIC LIGATURE SEEN WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCAF",
            "name": "ARABIC LIGATURE SEEN WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCB0",
            "name": "ARABIC LIGATURE SEEN WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCB1",
            "name": "ARABIC LIGATURE SAD WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCB2",
            "name": "ARABIC LIGATURE SAD WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCB3",
            "name": "ARABIC LIGATURE SAD WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCB4",
            "name": "ARABIC LIGATURE DAD WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCB5",
            "name": "ARABIC LIGATURE DAD WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCB6",
            "name": "ARABIC LIGATURE DAD WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCB7",
            "name": "ARABIC LIGATURE DAD WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCB8",
            "name": "ARABIC LIGATURE TAH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0637",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCB9",
            "name": "ARABIC LIGATURE ZAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0638",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCBA",
            "name": "ARABIC LIGATURE AIN WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0639",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCBB",
            "name": "ARABIC LIGATURE AIN WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0639",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCBC",
            "name": "ARABIC LIGATURE GHAIN WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "063A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCBD",
            "name": "ARABIC LIGATURE GHAIN WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "063A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCBE",
            "name": "ARABIC LIGATURE FEH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCBF",
            "name": "ARABIC LIGATURE FEH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCC0",
            "name": "ARABIC LIGATURE FEH WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCC1",
            "name": "ARABIC LIGATURE FEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCC2",
            "name": "ARABIC LIGATURE QAF WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0642",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCC3",
            "name": "ARABIC LIGATURE QAF WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0642",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCC4",
            "name": "ARABIC LIGATURE KAF WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCC5",
            "name": "ARABIC LIGATURE KAF WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCC6",
            "name": "ARABIC LIGATURE KAF WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCC7",
            "name": "ARABIC LIGATURE KAF WITH LAM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FCC8",
            "name": "ARABIC LIGATURE KAF WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCC9",
            "name": "ARABIC LIGATURE LAM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCCA",
            "name": "ARABIC LIGATURE LAM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCCB",
            "name": "ARABIC LIGATURE LAM WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCCC",
            "name": "ARABIC LIGATURE LAM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCCD",
            "name": "ARABIC LIGATURE LAM WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCCE",
            "name": "ARABIC LIGATURE MEEM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCCF",
            "name": "ARABIC LIGATURE MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCD0",
            "name": "ARABIC LIGATURE MEEM WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCD1",
            "name": "ARABIC LIGATURE MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCD2",
            "name": "ARABIC LIGATURE NOON WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCD3",
            "name": "ARABIC LIGATURE NOON WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCD4",
            "name": "ARABIC LIGATURE NOON WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCD5",
            "name": "ARABIC LIGATURE NOON WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCD6",
            "name": "ARABIC LIGATURE NOON WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCD7",
            "name": "ARABIC LIGATURE HEH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCD8",
            "name": "ARABIC LIGATURE HEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCD9",
            "name": "ARABIC LIGATURE HEH WITH SUPERSCRIPT ALEF INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647",
                    "0670"
                ]
            ]
        },
        {
            "codepoint": "FCDA",
            "name": "ARABIC LIGATURE YEH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FCDB",
            "name": "ARABIC LIGATURE YEH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FCDC",
            "name": "ARABIC LIGATURE YEH WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FCDD",
            "name": "ARABIC LIGATURE YEH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCDE",
            "name": "ARABIC LIGATURE YEH WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCDF",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0626",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCE0",
            "name": "ARABIC LIGATURE YEH WITH HAMZA ABOVE WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0626",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCE1",
            "name": "ARABIC LIGATURE BEH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0628",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCE2",
            "name": "ARABIC LIGATURE BEH WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0628",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCE3",
            "name": "ARABIC LIGATURE TEH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCE4",
            "name": "ARABIC LIGATURE TEH WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062A",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCE5",
            "name": "ARABIC LIGATURE THEH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062B",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCE6",
            "name": "ARABIC LIGATURE THEH WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062B",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCE7",
            "name": "ARABIC LIGATURE SEEN WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCE8",
            "name": "ARABIC LIGATURE SEEN WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCE9",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCEA",
            "name": "ARABIC LIGATURE SHEEN WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCEB",
            "name": "ARABIC LIGATURE KAF WITH LAM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0643",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FCEC",
            "name": "ARABIC LIGATURE KAF WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0643",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCED",
            "name": "ARABIC LIGATURE LAM WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCEE",
            "name": "ARABIC LIGATURE NOON WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0646",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCEF",
            "name": "ARABIC LIGATURE NOON WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0646",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCF0",
            "name": "ARABIC LIGATURE YEH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "064A",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FCF1",
            "name": "ARABIC LIGATURE YEH WITH HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "064A",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FCF2",
            "name": "ARABIC LIGATURE SHADDA WITH FATHA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "064E",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FCF3",
            "name": "ARABIC LIGATURE SHADDA WITH DAMMA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "064F",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FCF4",
            "name": "ARABIC LIGATURE SHADDA WITH KASRA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "0650",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FCF5",
            "name": "ARABIC LIGATURE TAH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0637",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FCF6",
            "name": "ARABIC LIGATURE TAH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0637",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FCF7",
            "name": "ARABIC LIGATURE AIN WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FCF8",
            "name": "ARABIC LIGATURE AIN WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FCF9",
            "name": "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "063A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FCFA",
            "name": "ARABIC LIGATURE GHAIN WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "063A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FCFB",
            "name": "ARABIC LIGATURE SEEN WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FCFC",
            "name": "ARABIC LIGATURE SEEN WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FCFD",
            "name": "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FCFE",
            "name": "ARABIC LIGATURE SHEEN WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FCFF",
            "name": "ARABIC LIGATURE HAH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD00",
            "name": "ARABIC LIGATURE HAH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD01",
            "name": "ARABIC LIGATURE JEEM WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD02",
            "name": "ARABIC LIGATURE JEEM WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD03",
            "name": "ARABIC LIGATURE KHAH WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD04",
            "name": "ARABIC LIGATURE KHAH WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD05",
            "name": "ARABIC LIGATURE SAD WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD06",
            "name": "ARABIC LIGATURE SAD WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD07",
            "name": "ARABIC LIGATURE DAD WITH ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD08",
            "name": "ARABIC LIGATURE DAD WITH YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD09",
            "name": "ARABIC LIGATURE SHEEN WITH JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD0A",
            "name": "ARABIC LIGATURE SHEEN WITH HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD0B",
            "name": "ARABIC LIGATURE SHEEN WITH KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD0C",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD0D",
            "name": "ARABIC LIGATURE SHEEN WITH REH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD0E",
            "name": "ARABIC LIGATURE SEEN WITH REH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD0F",
            "name": "ARABIC LIGATURE SAD WITH REH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD10",
            "name": "ARABIC LIGATURE DAD WITH REH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD11",
            "name": "ARABIC LIGATURE TAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0637",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD12",
            "name": "ARABIC LIGATURE TAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0637",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD13",
            "name": "ARABIC LIGATURE AIN WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD14",
            "name": "ARABIC LIGATURE AIN WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD15",
            "name": "ARABIC LIGATURE GHAIN WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD16",
            "name": "ARABIC LIGATURE GHAIN WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD17",
            "name": "ARABIC LIGATURE SEEN WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD18",
            "name": "ARABIC LIGATURE SEEN WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD19",
            "name": "ARABIC LIGATURE SHEEN WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD1A",
            "name": "ARABIC LIGATURE SHEEN WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD1B",
            "name": "ARABIC LIGATURE HAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD1C",
            "name": "ARABIC LIGATURE HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD1D",
            "name": "ARABIC LIGATURE JEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD1E",
            "name": "ARABIC LIGATURE JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD1F",
            "name": "ARABIC LIGATURE KHAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062E",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD20",
            "name": "ARABIC LIGATURE KHAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD21",
            "name": "ARABIC LIGATURE SAD WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD22",
            "name": "ARABIC LIGATURE SAD WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD23",
            "name": "ARABIC LIGATURE DAD WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD24",
            "name": "ARABIC LIGATURE DAD WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD25",
            "name": "ARABIC LIGATURE SHEEN WITH JEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD26",
            "name": "ARABIC LIGATURE SHEEN WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD27",
            "name": "ARABIC LIGATURE SHEEN WITH KHAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD28",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD29",
            "name": "ARABIC LIGATURE SHEEN WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD2A",
            "name": "ARABIC LIGATURE SEEN WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD2B",
            "name": "ARABIC LIGATURE SAD WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD2C",
            "name": "ARABIC LIGATURE DAD WITH REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FD2D",
            "name": "ARABIC LIGATURE SHEEN WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD2E",
            "name": "ARABIC LIGATURE SHEEN WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD2F",
            "name": "ARABIC LIGATURE SHEEN WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD30",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD31",
            "name": "ARABIC LIGATURE SEEN WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FD32",
            "name": "ARABIC LIGATURE SHEEN WITH HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FD33",
            "name": "ARABIC LIGATURE TAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0637",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD34",
            "name": "ARABIC LIGATURE SEEN WITH JEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD35",
            "name": "ARABIC LIGATURE SEEN WITH HAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD36",
            "name": "ARABIC LIGATURE SEEN WITH KHAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD37",
            "name": "ARABIC LIGATURE SHEEN WITH JEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD38",
            "name": "ARABIC LIGATURE SHEEN WITH HAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD39",
            "name": "ARABIC LIGATURE SHEEN WITH KHAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD3A",
            "name": "ARABIC LIGATURE TAH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0637",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD3B",
            "name": "ARABIC LIGATURE ZAH WITH MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0638",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD3C",
            "name": "ARABIC LIGATURE ALEF WITH FATHATAN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0627",
                    "064B"
                ]
            ]
        },
        {
            "codepoint": "FD3D",
            "name": "ARABIC LIGATURE ALEF WITH FATHATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0627",
                    "064B"
                ]
            ]
        },
        {
            "codepoint": "FD3E",
            "name": "ORNATE LEFT PARENTHESIS"
        },
        {
            "codepoint": "FD3F",
            "name": "ORNATE RIGHT PARENTHESIS"
        },
        {
            "codepoint": "FD40",
            "name": "ARABIC LIGATURE RAHIMAHU ALLAAH",
            "crossReferences": [
                "(arabic sign rahmatullah alayhe - 0612)"
            ]
        },
        {
            "codepoint": "FD41",
            "name": "ARABIC LIGATURE RADI ALLAAHU ANH",
            "crossReferences": [
                "(arabic sign radi allahou anhu - 0613)"
            ]
        },
        {
            "codepoint": "FD42",
            "name": "ARABIC LIGATURE RADI ALLAAHU ANHAA"
        },
        {
            "codepoint": "FD43",
            "name": "ARABIC LIGATURE RADI ALLAAHU ANHUM"
        },
        {
            "codepoint": "FD44",
            "name": "ARABIC LIGATURE RADI ALLAAHU ANHUMAA"
        },
        {
            "codepoint": "FD45",
            "name": "ARABIC LIGATURE RADI ALLAAHU ANHUNNA"
        },
        {
            "codepoint": "FD46",
            "name": "ARABIC LIGATURE SALLALLAAHU ALAYHI WA-AALIH",
            "crossReferences": [
                "(arabic ligature sallallahou alayhe wasallam - FDFA)"
            ]
        },
        {
            "codepoint": "FD47",
            "name": "ARABIC LIGATURE ALAYHI AS-SALAAM",
            "crossReferences": [
                "(arabic sign alayhe assallam - 0611)"
            ]
        },
        {
            "codepoint": "FD48",
            "name": "ARABIC LIGATURE ALAYHIM AS-SALAAM"
        },
        {
            "codepoint": "FD49",
            "name": "ARABIC LIGATURE ALAYHIMAA AS-SALAAM"
        },
        {
            "codepoint": "FD4A",
            "name": "ARABIC LIGATURE ALAYHI AS-SALAATU WAS-SALAAM"
        },
        {
            "codepoint": "FD4B",
            "name": "ARABIC LIGATURE QUDDISA SIRRAH"
        },
        {
            "codepoint": "FD4C",
            "name": "ARABIC LIGATURE SALLALLAHU ALAYHI WAAALIHEE WA-SALLAM",
            "crossReferences": [
                "(arabic ligature sallallahou alayhe wasallam - FDFA)",
                "(arabic ligature sallallaahu alayhi wa-aalih - FD46)"
            ]
        },
        {
            "codepoint": "FD4D",
            "name": "ARABIC LIGATURE ALAYHAA AS-SALAAM"
        },
        {
            "codepoint": "FD4E",
            "name": "ARABIC LIGATURE TABAARAKA WA-TAAALAA"
        },
        {
            "codepoint": "FD4F",
            "name": "ARABIC LIGATURE RAHIMAHUM ALLAAH"
        },
        {
            "codepoint": "FD50",
            "name": "ARABIC LIGATURE TEH WITH JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD51",
            "name": "ARABIC LIGATURE TEH WITH HAH WITH JEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD52",
            "name": "ARABIC LIGATURE TEH WITH HAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD53",
            "name": "ARABIC LIGATURE TEH WITH HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD54",
            "name": "ARABIC LIGATURE TEH WITH KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD55",
            "name": "ARABIC LIGATURE TEH WITH MEEM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "0645",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD56",
            "name": "ARABIC LIGATURE TEH WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD57",
            "name": "ARABIC LIGATURE TEH WITH MEEM WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A",
                    "0645",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD58",
            "name": "ARABIC LIGATURE JEEM WITH MEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD59",
            "name": "ARABIC LIGATURE JEEM WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062C",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD5A",
            "name": "ARABIC LIGATURE HAH WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD5B",
            "name": "ARABIC LIGATURE HAH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD5C",
            "name": "ARABIC LIGATURE SEEN WITH HAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD5D",
            "name": "ARABIC LIGATURE SEEN WITH JEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD5E",
            "name": "ARABIC LIGATURE SEEN WITH JEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "062C",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD5F",
            "name": "ARABIC LIGATURE SEEN WITH MEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD60",
            "name": "ARABIC LIGATURE SEEN WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD61",
            "name": "ARABIC LIGATURE SEEN WITH MEEM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "0645",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD62",
            "name": "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD63",
            "name": "ARABIC LIGATURE SEEN WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD64",
            "name": "ARABIC LIGATURE SAD WITH HAH WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "062D",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD65",
            "name": "ARABIC LIGATURE SAD WITH HAH WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635",
                    "062D",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD66",
            "name": "ARABIC LIGATURE SAD WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD67",
            "name": "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD68",
            "name": "ARABIC LIGATURE SHEEN WITH HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD69",
            "name": "ARABIC LIGATURE SHEEN WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD6A",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "0645",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD6B",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "0645",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD6C",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD6D",
            "name": "ARABIC LIGATURE SHEEN WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD6E",
            "name": "ARABIC LIGATURE DAD WITH HAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD6F",
            "name": "ARABIC LIGATURE DAD WITH KHAH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD70",
            "name": "ARABIC LIGATURE DAD WITH KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD71",
            "name": "ARABIC LIGATURE TAH WITH MEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0637",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD72",
            "name": "ARABIC LIGATURE TAH WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0637",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD73",
            "name": "ARABIC LIGATURE TAH WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0637",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD74",
            "name": "ARABIC LIGATURE TAH WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0637",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD75",
            "name": "ARABIC LIGATURE AIN WITH JEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD76",
            "name": "ARABIC LIGATURE AIN WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD77",
            "name": "ARABIC LIGATURE AIN WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0639",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD78",
            "name": "ARABIC LIGATURE AIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD79",
            "name": "ARABIC LIGATURE GHAIN WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD7A",
            "name": "ARABIC LIGATURE GHAIN WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD7B",
            "name": "ARABIC LIGATURE GHAIN WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD7C",
            "name": "ARABIC LIGATURE FEH WITH KHAH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0641",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD7D",
            "name": "ARABIC LIGATURE FEH WITH KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD7E",
            "name": "ARABIC LIGATURE QAF WITH MEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD7F",
            "name": "ARABIC LIGATURE QAF WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD80",
            "name": "ARABIC LIGATURE LAM WITH HAH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD81",
            "name": "ARABIC LIGATURE LAM WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD82",
            "name": "ARABIC LIGATURE LAM WITH HAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD83",
            "name": "ARABIC LIGATURE LAM WITH JEEM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062C",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD84",
            "name": "ARABIC LIGATURE LAM WITH JEEM WITH JEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062C",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD85",
            "name": "ARABIC LIGATURE LAM WITH KHAH WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD86",
            "name": "ARABIC LIGATURE LAM WITH KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD87",
            "name": "ARABIC LIGATURE LAM WITH MEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD88",
            "name": "ARABIC LIGATURE LAM WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD89",
            "name": "ARABIC LIGATURE MEEM WITH HAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062D",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD8A",
            "name": "ARABIC LIGATURE MEEM WITH HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD8B",
            "name": "ARABIC LIGATURE MEEM WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD8C",
            "name": "ARABIC LIGATURE MEEM WITH JEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FD8D",
            "name": "ARABIC LIGATURE MEEM WITH JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD8E",
            "name": "ARABIC LIGATURE MEEM WITH KHAH WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062E",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD8F",
            "name": "ARABIC LIGATURE MEEM WITH KHAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062E",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD92",
            "name": "ARABIC LIGATURE MEEM WITH JEEM WITH KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645",
                    "062C",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FD93",
            "name": "ARABIC LIGATURE HEH WITH MEEM WITH JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647",
                    "0645",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FD94",
            "name": "ARABIC LIGATURE HEH WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD95",
            "name": "ARABIC LIGATURE NOON WITH HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD96",
            "name": "ARABIC LIGATURE NOON WITH HAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD97",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD98",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD99",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062C",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD9A",
            "name": "ARABIC LIGATURE NOON WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD9B",
            "name": "ARABIC LIGATURE NOON WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FD9C",
            "name": "ARABIC LIGATURE YEH WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD9D",
            "name": "ARABIC LIGATURE YEH WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FD9E",
            "name": "ARABIC LIGATURE BEH WITH KHAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FD9F",
            "name": "ARABIC LIGATURE TEH WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDA0",
            "name": "ARABIC LIGATURE TEH WITH JEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "062C",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA1",
            "name": "ARABIC LIGATURE TEH WITH KHAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDA2",
            "name": "ARABIC LIGATURE TEH WITH KHAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "062E",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA3",
            "name": "ARABIC LIGATURE TEH WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDA4",
            "name": "ARABIC LIGATURE TEH WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA5",
            "name": "ARABIC LIGATURE JEEM WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDA6",
            "name": "ARABIC LIGATURE JEEM WITH HAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "062D",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA7",
            "name": "ARABIC LIGATURE JEEM WITH MEEM WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "0645",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA8",
            "name": "ARABIC LIGATURE SEEN WITH KHAH WITH ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "062E",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDA9",
            "name": "ARABIC LIGATURE SAD WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAA",
            "name": "ARABIC LIGATURE SHEEN WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAB",
            "name": "ARABIC LIGATURE DAD WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAC",
            "name": "ARABIC LIGATURE LAM WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAD",
            "name": "ARABIC LIGATURE LAM WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAE",
            "name": "ARABIC LIGATURE YEH WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDAF",
            "name": "ARABIC LIGATURE YEH WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB0",
            "name": "ARABIC LIGATURE YEH WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB1",
            "name": "ARABIC LIGATURE MEEM WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB2",
            "name": "ARABIC LIGATURE QAF WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB3",
            "name": "ARABIC LIGATURE NOON WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB4",
            "name": "ARABIC LIGATURE QAF WITH MEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0642",
                    "0645",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FDB5",
            "name": "ARABIC LIGATURE LAM WITH HAH WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062D",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDB6",
            "name": "ARABIC LIGATURE AIN WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB7",
            "name": "ARABIC LIGATURE KAF WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDB8",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FDB9",
            "name": "ARABIC LIGATURE MEEM WITH KHAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDBA",
            "name": "ARABIC LIGATURE LAM WITH JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDBB",
            "name": "ARABIC LIGATURE KAF WITH MEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDBC",
            "name": "ARABIC LIGATURE LAM WITH JEEM WITH MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDBD",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062C",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FDBE",
            "name": "ARABIC LIGATURE JEEM WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDBF",
            "name": "ARABIC LIGATURE HAH WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDC0",
            "name": "ARABIC LIGATURE MEEM WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDC1",
            "name": "ARABIC LIGATURE FEH WITH MEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0641",
                    "0645",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDC2",
            "name": "ARABIC LIGATURE BEH WITH HAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628",
                    "062D",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDC3",
            "name": "ARABIC LIGATURE KAF WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDC4",
            "name": "ARABIC LIGATURE AIN WITH JEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0639",
                    "062C",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDC5",
            "name": "ARABIC LIGATURE SAD WITH MEEM WITH MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635",
                    "0645",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDC6",
            "name": "ARABIC LIGATURE SEEN WITH KHAH WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633",
                    "062E",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDC7",
            "name": "ARABIC LIGATURE NOON WITH JEEM WITH YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646",
                    "062C",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FDCF",
            "name": "ARABIC LIGATURE SALAAMUHU ALAYNAA",
            "comments": [
                "his blessing on us",
                "used in Christian texts"
            ]
        },
        {
            "codepoint": "FDD0",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD1",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD2",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD3",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD4",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD5",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD6",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD7",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD8",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDD9",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDA",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDB",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDC",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDD",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDE",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDDF",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE0",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE1",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE2",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE3",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE4",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE5",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE6",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE7",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE8",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDE9",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDEA",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDEB",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDEC",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDED",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDEE",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDEF",
            "name": "<not a character>"
        },
        {
            "codepoint": "FDF0",
            "name": "ARABIC LIGATURE SALLA USED AS KORANIC STOP SIGN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0644",
                    "06D2"
                ]
            ]
        },
        {
            "codepoint": "FDF1",
            "name": "ARABIC LIGATURE QALA USED AS KORANIC STOP SIGN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642",
                    "0644",
                    "06D2"
                ]
            ]
        },
        {
            "codepoint": "FDF2",
            "name": "ARABIC LIGATURE ALLAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0627",
                    "0644",
                    "0644",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FDF3",
            "name": "ARABIC LIGATURE AKBAR ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0627",
                    "0643",
                    "0628",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FDF4",
            "name": "ARABIC LIGATURE MOHAMMAD ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645",
                    "062D",
                    "0645",
                    "062F"
                ]
            ]
        },
        {
            "codepoint": "FDF5",
            "name": "ARABIC LIGATURE SALAM ISOLATED FORM",
            "comments": [
                "common abbreviation for sallallahou alayhe wasallam"
            ],
            "crossReferences": [
                "(arabic ligature sallallahou alayhe wasallam - FDFA)"
            ],
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0644",
                    "0639",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDF6",
            "name": "ARABIC LIGATURE RASOUL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0631",
                    "0633",
                    "0648",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FDF7",
            "name": "ARABIC LIGATURE ALAYHE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639",
                    "0644",
                    "064A",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FDF8",
            "name": "ARABIC LIGATURE WASALLAM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0648",
                    "0633",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDF9",
            "name": "ARABIC LIGATURE SALLA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0644",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FDFA",
            "name": "ARABIC LIGATURE SALLALLAHOU ALAYHE WASALLAM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635",
                    "0644",
                    "0649",
                    "0020",
                    "0627",
                    "0644",
                    "0644",
                    "0647",
                    "0020",
                    "0639",
                    "0644",
                    "064A",
                    "0647",
                    "0020",
                    "0648",
                    "0633",
                    "0644",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FDFB",
            "name": "ARABIC LIGATURE JALLAJALALOUHOU",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C",
                    "0644",
                    "0020",
                    "062C",
                    "0644",
                    "0627",
                    "0644",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FDFC",
            "name": "RIAL SIGN",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0631",
                    "06CC",
                    "0627",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FDFD",
            "name": "ARABIC LIGATURE BISMILLAH AR-RAHMAN AR-RAHEEM"
        },
        {
            "codepoint": "FDFE",
            "name": "ARABIC LIGATURE SUBHAANAHU WA TAAALAA"
        },
        {
            "codepoint": "FDFF",
            "name": "ARABIC LIGATURE AZZA WA JALL"
        },
        {
            "codepoint": "FE00",
            "name": "VARIATION SELECTOR-1",
            "comments": [
                "these are abbreviated VS1, and so on"
            ]
        },
        {
            "codepoint": "FE01",
            "name": "VARIATION SELECTOR-2"
        },
        {
            "codepoint": "FE02",
            "name": "VARIATION SELECTOR-3"
        },
        {
            "codepoint": "FE03",
            "name": "VARIATION SELECTOR-4"
        },
        {
            "codepoint": "FE04",
            "name": "VARIATION SELECTOR-5"
        },
        {
            "codepoint": "FE05",
            "name": "VARIATION SELECTOR-6"
        },
        {
            "codepoint": "FE06",
            "name": "VARIATION SELECTOR-7"
        },
        {
            "codepoint": "FE07",
            "name": "VARIATION SELECTOR-8"
        },
        {
            "codepoint": "FE08",
            "name": "VARIATION SELECTOR-9"
        },
        {
            "codepoint": "FE09",
            "name": "VARIATION SELECTOR-10"
        },
        {
            "codepoint": "FE0A",
            "name": "VARIATION SELECTOR-11"
        },
        {
            "codepoint": "FE0B",
            "name": "VARIATION SELECTOR-12"
        },
        {
            "codepoint": "FE0C",
            "name": "VARIATION SELECTOR-13"
        },
        {
            "codepoint": "FE0D",
            "name": "VARIATION SELECTOR-14"
        },
        {
            "codepoint": "FE0E",
            "name": "VARIATION SELECTOR-15",
            "aliases": [
                "text variation selector"
            ]
        },
        {
            "codepoint": "FE0F",
            "name": "VARIATION SELECTOR-16",
            "aliases": [
                "emoji variation selector"
            ]
        },
        {
            "codepoint": "FE10",
            "name": "PRESENTATION FORM FOR VERTICAL COMMA",
            "crossReferences": [
                "(small comma - FE50)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "FE11",
            "name": "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC COMMA",
            "crossReferences": [
                "(sesame dot - FE45)",
                "(small ideographic comma - FE51)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3001"
                ]
            ]
        },
        {
            "codepoint": "FE12",
            "name": "PRESENTATION FORM FOR VERTICAL IDEOGRAPHIC FULL STOP",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3002"
                ]
            ]
        },
        {
            "codepoint": "FE13",
            "name": "PRESENTATION FORM FOR VERTICAL COLON",
            "crossReferences": [
                "(small colon - FE55)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "003A"
                ]
            ]
        },
        {
            "codepoint": "FE14",
            "name": "PRESENTATION FORM FOR VERTICAL SEMICOLON",
            "crossReferences": [
                "(small semicolon - FE54)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "003B"
                ]
            ]
        },
        {
            "codepoint": "FE15",
            "name": "PRESENTATION FORM FOR VERTICAL EXCLAMATION MARK",
            "crossReferences": [
                "(small exclamation mark - FE57)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "0021"
                ]
            ]
        },
        {
            "codepoint": "FE16",
            "name": "PRESENTATION FORM FOR VERTICAL QUESTION MARK",
            "crossReferences": [
                "(small question mark - FE56)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "003F"
                ]
            ]
        },
        {
            "codepoint": "FE17",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT WHITE LENTICULAR BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3016"
                ]
            ]
        },
        {
            "codepoint": "FE18",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRAKCET",
            "other": [
                "PRESENTATION FORM FOR VERTICAL RIGHT WHITE LENTICULAR BRACKET"
            ],
            "comments": [
                "misspelling of \"BRACKET\" in character name is a known defect"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3017"
                ]
            ]
        },
        {
            "codepoint": "FE19",
            "name": "PRESENTATION FORM FOR VERTICAL HORIZONTAL ELLIPSIS",
            "crossReferences": [
                "(vertical ellipsis - 22EE)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "2026"
                ]
            ]
        },
        {
            "codepoint": "FE20",
            "name": "COMBINING LIGATURE LEFT HALF"
        },
        {
            "codepoint": "FE21",
            "name": "COMBINING LIGATURE RIGHT HALF",
            "crossReferences": [
                "(combining double inverted breve - 0361)"
            ]
        },
        {
            "codepoint": "FE22",
            "name": "COMBINING DOUBLE TILDE LEFT HALF"
        },
        {
            "codepoint": "FE23",
            "name": "COMBINING DOUBLE TILDE RIGHT HALF",
            "crossReferences": [
                "(combining double tilde - 0360)"
            ]
        },
        {
            "codepoint": "FE24",
            "name": "COMBINING MACRON LEFT HALF"
        },
        {
            "codepoint": "FE25",
            "name": "COMBINING MACRON RIGHT HALF"
        },
        {
            "codepoint": "FE26",
            "name": "COMBINING CONJOINING MACRON",
            "crossReferences": [
                "(combining macron - 0304)",
                "(combining double macron - 035E)"
            ]
        },
        {
            "codepoint": "FE27",
            "name": "COMBINING LIGATURE LEFT HALF BELOW"
        },
        {
            "codepoint": "FE28",
            "name": "COMBINING LIGATURE RIGHT HALF BELOW",
            "crossReferences": [
                "(combining double breve below - 035C)"
            ]
        },
        {
            "codepoint": "FE29",
            "name": "COMBINING TILDE LEFT HALF BELOW"
        },
        {
            "codepoint": "FE2A",
            "name": "COMBINING TILDE RIGHT HALF BELOW"
        },
        {
            "codepoint": "FE2B",
            "name": "COMBINING MACRON LEFT HALF BELOW"
        },
        {
            "codepoint": "FE2C",
            "name": "COMBINING MACRON RIGHT HALF BELOW"
        },
        {
            "codepoint": "FE2D",
            "name": "COMBINING CONJOINING MACRON BELOW",
            "crossReferences": [
                "(combining macron below - 0331)",
                "(combining double macron below - 035F)"
            ]
        },
        {
            "codepoint": "FE2E",
            "name": "COMBINING CYRILLIC TITLO LEFT HALF"
        },
        {
            "codepoint": "FE2F",
            "name": "COMBINING CYRILLIC TITLO RIGHT HALF",
            "crossReferences": [
                "(combining cyrillic titlo - 0483)"
            ]
        },
        {
            "codepoint": "FE30",
            "name": "PRESENTATION FORM FOR VERTICAL TWO DOT LEADER",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "2025"
                ]
            ]
        },
        {
            "codepoint": "FE31",
            "name": "PRESENTATION FORM FOR VERTICAL EM DASH",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "2014"
                ]
            ]
        },
        {
            "codepoint": "FE32",
            "name": "PRESENTATION FORM FOR VERTICAL EN DASH",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "2013"
                ]
            ]
        },
        {
            "codepoint": "FE33",
            "name": "PRESENTATION FORM FOR VERTICAL LOW LINE",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "005F"
                ]
            ]
        },
        {
            "codepoint": "FE34",
            "name": "PRESENTATION FORM FOR VERTICAL WAVY LOW LINE",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "005F"
                ]
            ]
        },
        {
            "codepoint": "FE35",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT PARENTHESIS",
            "crossReferences": [
                "(top parenthesis - 23DC)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "0028"
                ]
            ]
        },
        {
            "codepoint": "FE36",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT PARENTHESIS",
            "crossReferences": [
                "(bottom parenthesis - 23DD)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "FE37",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT CURLY BRACKET",
            "crossReferences": [
                "(top curly bracket - 23DE)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "007B"
                ]
            ]
        },
        {
            "codepoint": "FE38",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT CURLY BRACKET",
            "crossReferences": [
                "(bottom curly bracket - 23DF)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "007D"
                ]
            ]
        },
        {
            "codepoint": "FE39",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(top tortoise shell bracket - 23E0)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3014"
                ]
            ]
        },
        {
            "codepoint": "FE3A",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT TORTOISE SHELL BRACKET",
            "crossReferences": [
                "(bottom tortoise shell bracket - 23E1)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "FE3B",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT BLACK LENTICULAR BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3010"
                ]
            ]
        },
        {
            "codepoint": "FE3C",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT BLACK LENTICULAR BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3011"
                ]
            ]
        },
        {
            "codepoint": "FE3D",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT DOUBLE ANGLE BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300A"
                ]
            ]
        },
        {
            "codepoint": "FE3E",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT DOUBLE ANGLE BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300B"
                ]
            ]
        },
        {
            "codepoint": "FE3F",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT ANGLE BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3008"
                ]
            ]
        },
        {
            "codepoint": "FE40",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT ANGLE BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "3009"
                ]
            ]
        },
        {
            "codepoint": "FE41",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300C"
                ]
            ]
        },
        {
            "codepoint": "FE42",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300D"
                ]
            ]
        },
        {
            "codepoint": "FE43",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT WHITE CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300E"
                ]
            ]
        },
        {
            "codepoint": "FE44",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT WHITE CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "300F"
                ]
            ]
        },
        {
            "codepoint": "FE45",
            "name": "SESAME DOT",
            "crossReferences": [
                "(small ideographic comma - FE51)"
            ]
        },
        {
            "codepoint": "FE46",
            "name": "WHITE SESAME DOT",
            "comments": [
                "sesame dots are used beside vertical text for emphasis"
            ]
        },
        {
            "codepoint": "FE47",
            "name": "PRESENTATION FORM FOR VERTICAL LEFT SQUARE BRACKET",
            "crossReferences": [
                "(top square bracket - 23B4)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "005B"
                ]
            ]
        },
        {
            "codepoint": "FE48",
            "name": "PRESENTATION FORM FOR VERTICAL RIGHT SQUARE BRACKET",
            "crossReferences": [
                "(bottom square bracket - 23B5)"
            ],
            "compatibilityMappings": [
                [
                    "<vertical>",
                    "005D"
                ]
            ]
        },
        {
            "codepoint": "FE49",
            "name": "DASHED OVERLINE",
            "compatibilityMappings": [
                [
                    "203E",
                    "overline"
                ]
            ]
        },
        {
            "codepoint": "FE4A",
            "name": "CENTRELINE OVERLINE",
            "compatibilityMappings": [
                [
                    "203E",
                    "overline"
                ]
            ]
        },
        {
            "codepoint": "FE4B",
            "name": "WAVY OVERLINE",
            "compatibilityMappings": [
                [
                    "203E",
                    "overline"
                ]
            ]
        },
        {
            "codepoint": "FE4C",
            "name": "DOUBLE WAVY OVERLINE",
            "compatibilityMappings": [
                [
                    "203E",
                    "overline"
                ]
            ]
        },
        {
            "codepoint": "FE4D",
            "name": "DASHED LOW LINE",
            "compatibilityMappings": [
                [
                    "005F",
                    "low line"
                ]
            ]
        },
        {
            "codepoint": "FE4E",
            "name": "CENTRELINE LOW LINE",
            "compatibilityMappings": [
                [
                    "005F",
                    "low line"
                ]
            ]
        },
        {
            "codepoint": "FE4F",
            "name": "WAVY LOW LINE",
            "compatibilityMappings": [
                [
                    "005F",
                    "low line"
                ]
            ]
        },
        {
            "codepoint": "FE50",
            "name": "SMALL COMMA",
            "crossReferences": [
                "(presentation form for vertical comma - FE10)"
            ],
            "compatibilityMappings": [
                [
                    "<small>",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "FE51",
            "name": "SMALL IDEOGRAPHIC COMMA",
            "crossReferences": [
                "(presentation form for vertical ideographic comma - FE11)",
                "(sesame dot - FE45)"
            ],
            "compatibilityMappings": [
                [
                    "<small>",
                    "3001"
                ]
            ]
        },
        {
            "codepoint": "FE52",
            "name": "SMALL FULL STOP",
            "compatibilityMappings": [
                [
                    "<small>",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "FE54",
            "name": "SMALL SEMICOLON",
            "crossReferences": [
                "(presentation form for vertical semicolon - FE14)"
            ],
            "compatibilityMappings": [
                [
                    "<small>",
                    "003B"
                ]
            ]
        },
        {
            "codepoint": "FE55",
            "name": "SMALL COLON",
            "crossReferences": [
                "(presentation form for vertical colon - FE13)"
            ],
            "compatibilityMappings": [
                [
                    "<small>",
                    "003A"
                ]
            ]
        },
        {
            "codepoint": "FE56",
            "name": "SMALL QUESTION MARK",
            "compatibilityMappings": [
                [
                    "<small>",
                    "003F"
                ]
            ]
        },
        {
            "codepoint": "FE57",
            "name": "SMALL EXCLAMATION MARK",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0021"
                ]
            ]
        },
        {
            "codepoint": "FE58",
            "name": "SMALL EM DASH",
            "compatibilityMappings": [
                [
                    "<small>",
                    "2014"
                ]
            ]
        },
        {
            "codepoint": "FE59",
            "name": "SMALL LEFT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0028"
                ]
            ]
        },
        {
            "codepoint": "FE5A",
            "name": "SMALL RIGHT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "FE5B",
            "name": "SMALL LEFT CURLY BRACKET",
            "compatibilityMappings": [
                [
                    "<small>",
                    "007B"
                ]
            ]
        },
        {
            "codepoint": "FE5C",
            "name": "SMALL RIGHT CURLY BRACKET",
            "compatibilityMappings": [
                [
                    "<small>",
                    "007D"
                ]
            ]
        },
        {
            "codepoint": "FE5D",
            "name": "SMALL LEFT TORTOISE SHELL BRACKET",
            "compatibilityMappings": [
                [
                    "<small>",
                    "3014"
                ]
            ]
        },
        {
            "codepoint": "FE5E",
            "name": "SMALL RIGHT TORTOISE SHELL BRACKET",
            "compatibilityMappings": [
                [
                    "<small>",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "FE5F",
            "name": "SMALL NUMBER SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0023"
                ]
            ]
        },
        {
            "codepoint": "FE60",
            "name": "SMALL AMPERSAND",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0026"
                ]
            ]
        },
        {
            "codepoint": "FE61",
            "name": "SMALL ASTERISK",
            "compatibilityMappings": [
                [
                    "<small>",
                    "002A"
                ]
            ]
        },
        {
            "codepoint": "FE62",
            "name": "SMALL PLUS SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "002B"
                ]
            ]
        },
        {
            "codepoint": "FE63",
            "name": "SMALL HYPHEN-MINUS",
            "compatibilityMappings": [
                [
                    "<small>",
                    "002D"
                ]
            ]
        },
        {
            "codepoint": "FE64",
            "name": "SMALL LESS-THAN SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "003C"
                ]
            ]
        },
        {
            "codepoint": "FE65",
            "name": "SMALL GREATER-THAN SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "003E"
                ]
            ]
        },
        {
            "codepoint": "FE66",
            "name": "SMALL EQUALS SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "FE68",
            "name": "SMALL REVERSE SOLIDUS",
            "compatibilityMappings": [
                [
                    "<small>",
                    "005C"
                ]
            ]
        },
        {
            "codepoint": "FE69",
            "name": "SMALL DOLLAR SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0024"
                ]
            ]
        },
        {
            "codepoint": "FE6A",
            "name": "SMALL PERCENT SIGN",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0025"
                ]
            ]
        },
        {
            "codepoint": "FE6B",
            "name": "SMALL COMMERCIAL AT",
            "compatibilityMappings": [
                [
                    "<small>",
                    "0040"
                ]
            ]
        },
        {
            "codepoint": "FE70",
            "name": "ARABIC FATHATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064B"
                ]
            ]
        },
        {
            "codepoint": "FE71",
            "name": "ARABIC TATWEEL WITH FATHATAN ABOVE",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "064B"
                ]
            ]
        },
        {
            "codepoint": "FE72",
            "name": "ARABIC DAMMATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064C"
                ]
            ]
        },
        {
            "codepoint": "FE73",
            "name": "ARABIC TAIL FRAGMENT",
            "comments": [
                "for compatibility with certain legacy character sets"
            ]
        },
        {
            "codepoint": "FE74",
            "name": "ARABIC KASRATAN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064D"
                ]
            ]
        },
        {
            "codepoint": "FE76",
            "name": "ARABIC FATHA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064E"
                ]
            ]
        },
        {
            "codepoint": "FE77",
            "name": "ARABIC FATHA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "064E"
                ]
            ]
        },
        {
            "codepoint": "FE78",
            "name": "ARABIC DAMMA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "064F"
                ]
            ]
        },
        {
            "codepoint": "FE79",
            "name": "ARABIC DAMMA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "064F"
                ]
            ]
        },
        {
            "codepoint": "FE7A",
            "name": "ARABIC KASRA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "0650"
                ]
            ]
        },
        {
            "codepoint": "FE7B",
            "name": "ARABIC KASRA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "0650"
                ]
            ]
        },
        {
            "codepoint": "FE7C",
            "name": "ARABIC SHADDA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FE7D",
            "name": "ARABIC SHADDA MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "0651"
                ]
            ]
        },
        {
            "codepoint": "FE7E",
            "name": "ARABIC SUKUN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0020",
                    "0652"
                ]
            ]
        },
        {
            "codepoint": "FE7F",
            "name": "ARABIC SUKUN MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0640",
                    "0652"
                ]
            ]
        },
        {
            "codepoint": "FE80",
            "name": "ARABIC LETTER HAMZA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0621"
                ]
            ]
        },
        {
            "codepoint": "FE81",
            "name": "ARABIC LETTER ALEF WITH MADDA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0622"
                ]
            ]
        },
        {
            "codepoint": "FE82",
            "name": "ARABIC LETTER ALEF WITH MADDA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0622"
                ]
            ]
        },
        {
            "codepoint": "FE83",
            "name": "ARABIC LETTER ALEF WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0623"
                ]
            ]
        },
        {
            "codepoint": "FE84",
            "name": "ARABIC LETTER ALEF WITH HAMZA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0623"
                ]
            ]
        },
        {
            "codepoint": "FE85",
            "name": "ARABIC LETTER WAW WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0624"
                ]
            ]
        },
        {
            "codepoint": "FE86",
            "name": "ARABIC LETTER WAW WITH HAMZA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0624"
                ]
            ]
        },
        {
            "codepoint": "FE87",
            "name": "ARABIC LETTER ALEF WITH HAMZA BELOW ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0625"
                ]
            ]
        },
        {
            "codepoint": "FE88",
            "name": "ARABIC LETTER ALEF WITH HAMZA BELOW FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0625"
                ]
            ]
        },
        {
            "codepoint": "FE89",
            "name": "ARABIC LETTER YEH WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0626"
                ]
            ]
        },
        {
            "codepoint": "FE8A",
            "name": "ARABIC LETTER YEH WITH HAMZA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0626"
                ]
            ]
        },
        {
            "codepoint": "FE8B",
            "name": "ARABIC LETTER YEH WITH HAMZA ABOVE INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0626"
                ]
            ]
        },
        {
            "codepoint": "FE8C",
            "name": "ARABIC LETTER YEH WITH HAMZA ABOVE MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0626"
                ]
            ]
        },
        {
            "codepoint": "FE8D",
            "name": "ARABIC LETTER ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FE8E",
            "name": "ARABIC LETTER ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FE8F",
            "name": "ARABIC LETTER BEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0628"
                ]
            ]
        },
        {
            "codepoint": "FE90",
            "name": "ARABIC LETTER BEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0628"
                ]
            ]
        },
        {
            "codepoint": "FE91",
            "name": "ARABIC LETTER BEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0628"
                ]
            ]
        },
        {
            "codepoint": "FE92",
            "name": "ARABIC LETTER BEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0628"
                ]
            ]
        },
        {
            "codepoint": "FE93",
            "name": "ARABIC LETTER TEH MARBUTA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0629"
                ]
            ]
        },
        {
            "codepoint": "FE94",
            "name": "ARABIC LETTER TEH MARBUTA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0629"
                ]
            ]
        },
        {
            "codepoint": "FE95",
            "name": "ARABIC LETTER TEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062A"
                ]
            ]
        },
        {
            "codepoint": "FE96",
            "name": "ARABIC LETTER TEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062A"
                ]
            ]
        },
        {
            "codepoint": "FE97",
            "name": "ARABIC LETTER TEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062A"
                ]
            ]
        },
        {
            "codepoint": "FE98",
            "name": "ARABIC LETTER TEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062A"
                ]
            ]
        },
        {
            "codepoint": "FE99",
            "name": "ARABIC LETTER THEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062B"
                ]
            ]
        },
        {
            "codepoint": "FE9A",
            "name": "ARABIC LETTER THEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062B"
                ]
            ]
        },
        {
            "codepoint": "FE9B",
            "name": "ARABIC LETTER THEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062B"
                ]
            ]
        },
        {
            "codepoint": "FE9C",
            "name": "ARABIC LETTER THEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062B"
                ]
            ]
        },
        {
            "codepoint": "FE9D",
            "name": "ARABIC LETTER JEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FE9E",
            "name": "ARABIC LETTER JEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FE9F",
            "name": "ARABIC LETTER JEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FEA0",
            "name": "ARABIC LETTER JEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062C"
                ]
            ]
        },
        {
            "codepoint": "FEA1",
            "name": "ARABIC LETTER HAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FEA2",
            "name": "ARABIC LETTER HAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FEA3",
            "name": "ARABIC LETTER HAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FEA4",
            "name": "ARABIC LETTER HAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062D"
                ]
            ]
        },
        {
            "codepoint": "FEA5",
            "name": "ARABIC LETTER KHAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FEA6",
            "name": "ARABIC LETTER KHAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FEA7",
            "name": "ARABIC LETTER KHAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FEA8",
            "name": "ARABIC LETTER KHAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "062E"
                ]
            ]
        },
        {
            "codepoint": "FEA9",
            "name": "ARABIC LETTER DAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "062F"
                ]
            ]
        },
        {
            "codepoint": "FEAA",
            "name": "ARABIC LETTER DAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "062F"
                ]
            ]
        },
        {
            "codepoint": "FEAB",
            "name": "ARABIC LETTER THAL ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0630"
                ]
            ]
        },
        {
            "codepoint": "FEAC",
            "name": "ARABIC LETTER THAL FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0630"
                ]
            ]
        },
        {
            "codepoint": "FEAD",
            "name": "ARABIC LETTER REH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FEAE",
            "name": "ARABIC LETTER REH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0631"
                ]
            ]
        },
        {
            "codepoint": "FEAF",
            "name": "ARABIC LETTER ZAIN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FEB0",
            "name": "ARABIC LETTER ZAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0632"
                ]
            ]
        },
        {
            "codepoint": "FEB1",
            "name": "ARABIC LETTER SEEN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0633"
                ]
            ]
        },
        {
            "codepoint": "FEB2",
            "name": "ARABIC LETTER SEEN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0633"
                ]
            ]
        },
        {
            "codepoint": "FEB3",
            "name": "ARABIC LETTER SEEN INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0633"
                ]
            ]
        },
        {
            "codepoint": "FEB4",
            "name": "ARABIC LETTER SEEN MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0633"
                ]
            ]
        },
        {
            "codepoint": "FEB5",
            "name": "ARABIC LETTER SHEEN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0634"
                ]
            ]
        },
        {
            "codepoint": "FEB6",
            "name": "ARABIC LETTER SHEEN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0634"
                ]
            ]
        },
        {
            "codepoint": "FEB7",
            "name": "ARABIC LETTER SHEEN INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0634"
                ]
            ]
        },
        {
            "codepoint": "FEB8",
            "name": "ARABIC LETTER SHEEN MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0634"
                ]
            ]
        },
        {
            "codepoint": "FEB9",
            "name": "ARABIC LETTER SAD ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0635"
                ]
            ]
        },
        {
            "codepoint": "FEBA",
            "name": "ARABIC LETTER SAD FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0635"
                ]
            ]
        },
        {
            "codepoint": "FEBB",
            "name": "ARABIC LETTER SAD INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0635"
                ]
            ]
        },
        {
            "codepoint": "FEBC",
            "name": "ARABIC LETTER SAD MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0635"
                ]
            ]
        },
        {
            "codepoint": "FEBD",
            "name": "ARABIC LETTER DAD ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0636"
                ]
            ]
        },
        {
            "codepoint": "FEBE",
            "name": "ARABIC LETTER DAD FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0636"
                ]
            ]
        },
        {
            "codepoint": "FEBF",
            "name": "ARABIC LETTER DAD INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0636"
                ]
            ]
        },
        {
            "codepoint": "FEC0",
            "name": "ARABIC LETTER DAD MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0636"
                ]
            ]
        },
        {
            "codepoint": "FEC1",
            "name": "ARABIC LETTER TAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0637"
                ]
            ]
        },
        {
            "codepoint": "FEC2",
            "name": "ARABIC LETTER TAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0637"
                ]
            ]
        },
        {
            "codepoint": "FEC3",
            "name": "ARABIC LETTER TAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0637"
                ]
            ]
        },
        {
            "codepoint": "FEC4",
            "name": "ARABIC LETTER TAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0637"
                ]
            ]
        },
        {
            "codepoint": "FEC5",
            "name": "ARABIC LETTER ZAH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0638"
                ]
            ]
        },
        {
            "codepoint": "FEC6",
            "name": "ARABIC LETTER ZAH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0638"
                ]
            ]
        },
        {
            "codepoint": "FEC7",
            "name": "ARABIC LETTER ZAH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0638"
                ]
            ]
        },
        {
            "codepoint": "FEC8",
            "name": "ARABIC LETTER ZAH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0638"
                ]
            ]
        },
        {
            "codepoint": "FEC9",
            "name": "ARABIC LETTER AIN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0639"
                ]
            ]
        },
        {
            "codepoint": "FECA",
            "name": "ARABIC LETTER AIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0639"
                ]
            ]
        },
        {
            "codepoint": "FECB",
            "name": "ARABIC LETTER AIN INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0639"
                ]
            ]
        },
        {
            "codepoint": "FECC",
            "name": "ARABIC LETTER AIN MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0639"
                ]
            ]
        },
        {
            "codepoint": "FECD",
            "name": "ARABIC LETTER GHAIN ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "063A"
                ]
            ]
        },
        {
            "codepoint": "FECE",
            "name": "ARABIC LETTER GHAIN FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "063A"
                ]
            ]
        },
        {
            "codepoint": "FECF",
            "name": "ARABIC LETTER GHAIN INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "063A"
                ]
            ]
        },
        {
            "codepoint": "FED0",
            "name": "ARABIC LETTER GHAIN MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "063A"
                ]
            ]
        },
        {
            "codepoint": "FED1",
            "name": "ARABIC LETTER FEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0641"
                ]
            ]
        },
        {
            "codepoint": "FED2",
            "name": "ARABIC LETTER FEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0641"
                ]
            ]
        },
        {
            "codepoint": "FED3",
            "name": "ARABIC LETTER FEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0641"
                ]
            ]
        },
        {
            "codepoint": "FED4",
            "name": "ARABIC LETTER FEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0641"
                ]
            ]
        },
        {
            "codepoint": "FED5",
            "name": "ARABIC LETTER QAF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0642"
                ]
            ]
        },
        {
            "codepoint": "FED6",
            "name": "ARABIC LETTER QAF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0642"
                ]
            ]
        },
        {
            "codepoint": "FED7",
            "name": "ARABIC LETTER QAF INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0642"
                ]
            ]
        },
        {
            "codepoint": "FED8",
            "name": "ARABIC LETTER QAF MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0642"
                ]
            ]
        },
        {
            "codepoint": "FED9",
            "name": "ARABIC LETTER KAF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0643"
                ]
            ]
        },
        {
            "codepoint": "FEDA",
            "name": "ARABIC LETTER KAF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0643"
                ]
            ]
        },
        {
            "codepoint": "FEDB",
            "name": "ARABIC LETTER KAF INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0643"
                ]
            ]
        },
        {
            "codepoint": "FEDC",
            "name": "ARABIC LETTER KAF MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0643"
                ]
            ]
        },
        {
            "codepoint": "FEDD",
            "name": "ARABIC LETTER LAM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FEDE",
            "name": "ARABIC LETTER LAM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FEDF",
            "name": "ARABIC LETTER LAM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FEE0",
            "name": "ARABIC LETTER LAM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0644"
                ]
            ]
        },
        {
            "codepoint": "FEE1",
            "name": "ARABIC LETTER MEEM ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FEE2",
            "name": "ARABIC LETTER MEEM FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FEE3",
            "name": "ARABIC LETTER MEEM INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FEE4",
            "name": "ARABIC LETTER MEEM MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0645"
                ]
            ]
        },
        {
            "codepoint": "FEE5",
            "name": "ARABIC LETTER NOON ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FEE6",
            "name": "ARABIC LETTER NOON FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FEE7",
            "name": "ARABIC LETTER NOON INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FEE8",
            "name": "ARABIC LETTER NOON MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0646"
                ]
            ]
        },
        {
            "codepoint": "FEE9",
            "name": "ARABIC LETTER HEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FEEA",
            "name": "ARABIC LETTER HEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FEEB",
            "name": "ARABIC LETTER HEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FEEC",
            "name": "ARABIC LETTER HEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "0647"
                ]
            ]
        },
        {
            "codepoint": "FEED",
            "name": "ARABIC LETTER WAW ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0648"
                ]
            ]
        },
        {
            "codepoint": "FEEE",
            "name": "ARABIC LETTER WAW FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0648"
                ]
            ]
        },
        {
            "codepoint": "FEEF",
            "name": "ARABIC LETTER ALEF MAKSURA ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FEF0",
            "name": "ARABIC LETTER ALEF MAKSURA FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0649"
                ]
            ]
        },
        {
            "codepoint": "FEF1",
            "name": "ARABIC LETTER YEH ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FEF2",
            "name": "ARABIC LETTER YEH FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FEF3",
            "name": "ARABIC LETTER YEH INITIAL FORM",
            "compatibilityMappings": [
                [
                    "<initial>",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FEF4",
            "name": "ARABIC LETTER YEH MEDIAL FORM",
            "compatibilityMappings": [
                [
                    "<medial>",
                    "064A"
                ]
            ]
        },
        {
            "codepoint": "FEF5",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0622"
                ]
            ]
        },
        {
            "codepoint": "FEF6",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH MADDA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0622"
                ]
            ]
        },
        {
            "codepoint": "FEF7",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0623"
                ]
            ]
        },
        {
            "codepoint": "FEF8",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA ABOVE FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0623"
                ]
            ]
        },
        {
            "codepoint": "FEF9",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0625"
                ]
            ]
        },
        {
            "codepoint": "FEFA",
            "name": "ARABIC LIGATURE LAM WITH ALEF WITH HAMZA BELOW FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0625"
                ]
            ]
        },
        {
            "codepoint": "FEFB",
            "name": "ARABIC LIGATURE LAM WITH ALEF ISOLATED FORM",
            "compatibilityMappings": [
                [
                    "<isolated>",
                    "0644",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FEFC",
            "name": "ARABIC LIGATURE LAM WITH ALEF FINAL FORM",
            "compatibilityMappings": [
                [
                    "<final>",
                    "0644",
                    "0627"
                ]
            ]
        },
        {
            "codepoint": "FEFF",
            "name": "ZERO WIDTH NO-BREAK SPACE",
            "other": [
                "BYTE ORDER MARK"
            ],
            "aliases": [
                "BOM, ZWNBSP"
            ],
            "comments": [
                "may be used to detect byte order by contrast with the noncharacter code point FFFE",
                "use as an indication of non-breaking is deprecated; see 2060 instead"
            ],
            "crossReferences": [
                "(zero width space - 200B)",
                "(word joiner - 2060)",
                "(<not a character> - FFFE)"
            ]
        },
        {
            "codepoint": "FF01",
            "name": "FULLWIDTH EXCLAMATION MARK",
            "variations": [
                "FF01 FE00 corner-justified form",
                "FF01 FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0021"
                ]
            ]
        },
        {
            "codepoint": "FF02",
            "name": "FULLWIDTH QUOTATION MARK",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0022"
                ]
            ]
        },
        {
            "codepoint": "FF03",
            "name": "FULLWIDTH NUMBER SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0023"
                ]
            ]
        },
        {
            "codepoint": "FF04",
            "name": "FULLWIDTH DOLLAR SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0024"
                ]
            ]
        },
        {
            "codepoint": "FF05",
            "name": "FULLWIDTH PERCENT SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0025"
                ]
            ]
        },
        {
            "codepoint": "FF06",
            "name": "FULLWIDTH AMPERSAND",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0026"
                ]
            ]
        },
        {
            "codepoint": "FF07",
            "name": "FULLWIDTH APOSTROPHE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0027"
                ]
            ]
        },
        {
            "codepoint": "FF08",
            "name": "FULLWIDTH LEFT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0028"
                ]
            ]
        },
        {
            "codepoint": "FF09",
            "name": "FULLWIDTH RIGHT PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "FF0A",
            "name": "FULLWIDTH ASTERISK",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002A"
                ]
            ]
        },
        {
            "codepoint": "FF0B",
            "name": "FULLWIDTH PLUS SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002B"
                ]
            ]
        },
        {
            "codepoint": "FF0C",
            "name": "FULLWIDTH COMMA",
            "comments": [
                "in Chinese, indicates a pause"
            ],
            "crossReferences": [
                "(ideographic comma - 3001)"
            ],
            "variations": [
                "FF0C FE00 corner-justified form",
                "FF0C FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "FF0D",
            "name": "FULLWIDTH HYPHEN-MINUS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002D"
                ]
            ]
        },
        {
            "codepoint": "FF0E",
            "name": "FULLWIDTH FULL STOP",
            "variations": [
                "FF0E FE00 corner-justified form",
                "FF0E FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "FF0F",
            "name": "FULLWIDTH SOLIDUS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "002F"
                ]
            ]
        },
        {
            "codepoint": "FF10",
            "name": "FULLWIDTH DIGIT ZERO",
            "variations": [
                "FF10 FE00 short diagonal stroke form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0030"
                ]
            ]
        },
        {
            "codepoint": "FF11",
            "name": "FULLWIDTH DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0031"
                ]
            ]
        },
        {
            "codepoint": "FF12",
            "name": "FULLWIDTH DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0032"
                ]
            ]
        },
        {
            "codepoint": "FF13",
            "name": "FULLWIDTH DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0033"
                ]
            ]
        },
        {
            "codepoint": "FF14",
            "name": "FULLWIDTH DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0034"
                ]
            ]
        },
        {
            "codepoint": "FF15",
            "name": "FULLWIDTH DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0035"
                ]
            ]
        },
        {
            "codepoint": "FF16",
            "name": "FULLWIDTH DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0036"
                ]
            ]
        },
        {
            "codepoint": "FF17",
            "name": "FULLWIDTH DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0037"
                ]
            ]
        },
        {
            "codepoint": "FF18",
            "name": "FULLWIDTH DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0038"
                ]
            ]
        },
        {
            "codepoint": "FF19",
            "name": "FULLWIDTH DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0039"
                ]
            ]
        },
        {
            "codepoint": "FF1A",
            "name": "FULLWIDTH COLON",
            "variations": [
                "FF1A FE00 corner-justified form",
                "FF1A FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003A"
                ]
            ]
        },
        {
            "codepoint": "FF1B",
            "name": "FULLWIDTH SEMICOLON",
            "variations": [
                "FF1B FE00 corner-justified form",
                "FF1B FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003B"
                ]
            ]
        },
        {
            "codepoint": "FF1C",
            "name": "FULLWIDTH LESS-THAN SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003C"
                ]
            ]
        },
        {
            "codepoint": "FF1D",
            "name": "FULLWIDTH EQUALS SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003D"
                ]
            ]
        },
        {
            "codepoint": "FF1E",
            "name": "FULLWIDTH GREATER-THAN SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003E"
                ]
            ]
        },
        {
            "codepoint": "FF1F",
            "name": "FULLWIDTH QUESTION MARK",
            "variations": [
                "FF1F FE00 corner-justified form",
                "FF1F FE01 centered form"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "003F"
                ]
            ]
        },
        {
            "codepoint": "FF20",
            "name": "FULLWIDTH COMMERCIAL AT",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0040"
                ]
            ]
        },
        {
            "codepoint": "FF21",
            "name": "FULLWIDTH LATIN CAPITAL LETTER A",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "FF22",
            "name": "FULLWIDTH LATIN CAPITAL LETTER B",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "FF23",
            "name": "FULLWIDTH LATIN CAPITAL LETTER C",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "FF24",
            "name": "FULLWIDTH LATIN CAPITAL LETTER D",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "FF25",
            "name": "FULLWIDTH LATIN CAPITAL LETTER E",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0045"
                ]
            ]
        },
        {
            "codepoint": "FF26",
            "name": "FULLWIDTH LATIN CAPITAL LETTER F",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "FF27",
            "name": "FULLWIDTH LATIN CAPITAL LETTER G",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0047"
                ]
            ]
        },
        {
            "codepoint": "FF28",
            "name": "FULLWIDTH LATIN CAPITAL LETTER H",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0048"
                ]
            ]
        },
        {
            "codepoint": "FF29",
            "name": "FULLWIDTH LATIN CAPITAL LETTER I",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "FF2A",
            "name": "FULLWIDTH LATIN CAPITAL LETTER J",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "FF2B",
            "name": "FULLWIDTH LATIN CAPITAL LETTER K",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004B"
                ]
            ]
        },
        {
            "codepoint": "FF2C",
            "name": "FULLWIDTH LATIN CAPITAL LETTER L",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004C"
                ]
            ]
        },
        {
            "codepoint": "FF2D",
            "name": "FULLWIDTH LATIN CAPITAL LETTER M",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "FF2E",
            "name": "FULLWIDTH LATIN CAPITAL LETTER N",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004E"
                ]
            ]
        },
        {
            "codepoint": "FF2F",
            "name": "FULLWIDTH LATIN CAPITAL LETTER O",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "004F"
                ]
            ]
        },
        {
            "codepoint": "FF30",
            "name": "FULLWIDTH LATIN CAPITAL LETTER P",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0050"
                ]
            ]
        },
        {
            "codepoint": "FF31",
            "name": "FULLWIDTH LATIN CAPITAL LETTER Q",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0051"
                ]
            ]
        },
        {
            "codepoint": "FF32",
            "name": "FULLWIDTH LATIN CAPITAL LETTER R",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "FF33",
            "name": "FULLWIDTH LATIN CAPITAL LETTER S",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0053"
                ]
            ]
        },
        {
            "codepoint": "FF34",
            "name": "FULLWIDTH LATIN CAPITAL LETTER T",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0054"
                ]
            ]
        },
        {
            "codepoint": "FF35",
            "name": "FULLWIDTH LATIN CAPITAL LETTER U",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "FF36",
            "name": "FULLWIDTH LATIN CAPITAL LETTER V",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "FF37",
            "name": "FULLWIDTH LATIN CAPITAL LETTER W",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "FF38",
            "name": "FULLWIDTH LATIN CAPITAL LETTER X",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0058"
                ]
            ]
        },
        {
            "codepoint": "FF39",
            "name": "FULLWIDTH LATIN CAPITAL LETTER Y",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0059"
                ]
            ]
        },
        {
            "codepoint": "FF3A",
            "name": "FULLWIDTH LATIN CAPITAL LETTER Z",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005A"
                ]
            ]
        },
        {
            "codepoint": "FF3B",
            "name": "FULLWIDTH LEFT SQUARE BRACKET",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005B"
                ]
            ]
        },
        {
            "codepoint": "FF3C",
            "name": "FULLWIDTH REVERSE SOLIDUS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005C"
                ]
            ]
        },
        {
            "codepoint": "FF3D",
            "name": "FULLWIDTH RIGHT SQUARE BRACKET",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005D"
                ]
            ]
        },
        {
            "codepoint": "FF3E",
            "name": "FULLWIDTH CIRCUMFLEX ACCENT",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005E"
                ]
            ]
        },
        {
            "codepoint": "FF3F",
            "name": "FULLWIDTH LOW LINE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "005F"
                ]
            ]
        },
        {
            "codepoint": "FF40",
            "name": "FULLWIDTH GRAVE ACCENT",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0060"
                ]
            ]
        },
        {
            "codepoint": "FF41",
            "name": "FULLWIDTH LATIN SMALL LETTER A",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0061"
                ]
            ]
        },
        {
            "codepoint": "FF42",
            "name": "FULLWIDTH LATIN SMALL LETTER B",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0062"
                ]
            ]
        },
        {
            "codepoint": "FF43",
            "name": "FULLWIDTH LATIN SMALL LETTER C",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0063"
                ]
            ]
        },
        {
            "codepoint": "FF44",
            "name": "FULLWIDTH LATIN SMALL LETTER D",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0064"
                ]
            ]
        },
        {
            "codepoint": "FF45",
            "name": "FULLWIDTH LATIN SMALL LETTER E",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0065"
                ]
            ]
        },
        {
            "codepoint": "FF46",
            "name": "FULLWIDTH LATIN SMALL LETTER F",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0066"
                ]
            ]
        },
        {
            "codepoint": "FF47",
            "name": "FULLWIDTH LATIN SMALL LETTER G",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0067"
                ]
            ]
        },
        {
            "codepoint": "FF48",
            "name": "FULLWIDTH LATIN SMALL LETTER H",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0068"
                ]
            ]
        },
        {
            "codepoint": "FF49",
            "name": "FULLWIDTH LATIN SMALL LETTER I",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0069"
                ]
            ]
        },
        {
            "codepoint": "FF4A",
            "name": "FULLWIDTH LATIN SMALL LETTER J",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006A"
                ]
            ]
        },
        {
            "codepoint": "FF4B",
            "name": "FULLWIDTH LATIN SMALL LETTER K",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006B"
                ]
            ]
        },
        {
            "codepoint": "FF4C",
            "name": "FULLWIDTH LATIN SMALL LETTER L",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006C"
                ]
            ]
        },
        {
            "codepoint": "FF4D",
            "name": "FULLWIDTH LATIN SMALL LETTER M",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006D"
                ]
            ]
        },
        {
            "codepoint": "FF4E",
            "name": "FULLWIDTH LATIN SMALL LETTER N",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006E"
                ]
            ]
        },
        {
            "codepoint": "FF4F",
            "name": "FULLWIDTH LATIN SMALL LETTER O",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "006F"
                ]
            ]
        },
        {
            "codepoint": "FF50",
            "name": "FULLWIDTH LATIN SMALL LETTER P",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0070"
                ]
            ]
        },
        {
            "codepoint": "FF51",
            "name": "FULLWIDTH LATIN SMALL LETTER Q",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0071"
                ]
            ]
        },
        {
            "codepoint": "FF52",
            "name": "FULLWIDTH LATIN SMALL LETTER R",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0072"
                ]
            ]
        },
        {
            "codepoint": "FF53",
            "name": "FULLWIDTH LATIN SMALL LETTER S",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0073"
                ]
            ]
        },
        {
            "codepoint": "FF54",
            "name": "FULLWIDTH LATIN SMALL LETTER T",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0074"
                ]
            ]
        },
        {
            "codepoint": "FF55",
            "name": "FULLWIDTH LATIN SMALL LETTER U",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0075"
                ]
            ]
        },
        {
            "codepoint": "FF56",
            "name": "FULLWIDTH LATIN SMALL LETTER V",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0076"
                ]
            ]
        },
        {
            "codepoint": "FF57",
            "name": "FULLWIDTH LATIN SMALL LETTER W",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0077"
                ]
            ]
        },
        {
            "codepoint": "FF58",
            "name": "FULLWIDTH LATIN SMALL LETTER X",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0078"
                ]
            ]
        },
        {
            "codepoint": "FF59",
            "name": "FULLWIDTH LATIN SMALL LETTER Y",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "0079"
                ]
            ]
        },
        {
            "codepoint": "FF5A",
            "name": "FULLWIDTH LATIN SMALL LETTER Z",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "007A"
                ]
            ]
        },
        {
            "codepoint": "FF5B",
            "name": "FULLWIDTH LEFT CURLY BRACKET",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "007B"
                ]
            ]
        },
        {
            "codepoint": "FF5C",
            "name": "FULLWIDTH VERTICAL LINE",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "007C"
                ]
            ]
        },
        {
            "codepoint": "FF5D",
            "name": "FULLWIDTH RIGHT CURLY BRACKET",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "007D"
                ]
            ]
        },
        {
            "codepoint": "FF5E",
            "name": "FULLWIDTH TILDE",
            "crossReferences": [
                "(wave dash - 301C)"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "007E"
                ]
            ]
        },
        {
            "codepoint": "FF5F",
            "name": "FULLWIDTH LEFT WHITE PARENTHESIS",
            "comments": [
                "the most commonly occurring glyph variant looks like doubled parentheses"
            ],
            "crossReferences": [
                "(left double parenthesis - 2E28)"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "2985"
                ]
            ]
        },
        {
            "codepoint": "FF60",
            "name": "FULLWIDTH RIGHT WHITE PARENTHESIS",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "2986"
                ]
            ]
        },
        {
            "codepoint": "FF61",
            "name": "HALFWIDTH IDEOGRAPHIC FULL STOP",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3002"
                ]
            ]
        },
        {
            "codepoint": "FF62",
            "name": "HALFWIDTH LEFT CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "300C"
                ]
            ]
        },
        {
            "codepoint": "FF63",
            "name": "HALFWIDTH RIGHT CORNER BRACKET",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "300D"
                ]
            ]
        },
        {
            "codepoint": "FF64",
            "name": "HALFWIDTH IDEOGRAPHIC COMMA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3001"
                ]
            ]
        },
        {
            "codepoint": "FF65",
            "name": "HALFWIDTH KATAKANA MIDDLE DOT",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30FB"
                ]
            ]
        },
        {
            "codepoint": "FF66",
            "name": "HALFWIDTH KATAKANA LETTER WO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30F2"
                ]
            ]
        },
        {
            "codepoint": "FF67",
            "name": "HALFWIDTH KATAKANA LETTER SMALL A",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A1"
                ]
            ]
        },
        {
            "codepoint": "FF68",
            "name": "HALFWIDTH KATAKANA LETTER SMALL I",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A3"
                ]
            ]
        },
        {
            "codepoint": "FF69",
            "name": "HALFWIDTH KATAKANA LETTER SMALL U",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A5"
                ]
            ]
        },
        {
            "codepoint": "FF6A",
            "name": "HALFWIDTH KATAKANA LETTER SMALL E",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A7"
                ]
            ]
        },
        {
            "codepoint": "FF6B",
            "name": "HALFWIDTH KATAKANA LETTER SMALL O",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A9"
                ]
            ]
        },
        {
            "codepoint": "FF6C",
            "name": "HALFWIDTH KATAKANA LETTER SMALL YA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E3"
                ]
            ]
        },
        {
            "codepoint": "FF6D",
            "name": "HALFWIDTH KATAKANA LETTER SMALL YU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E5"
                ]
            ]
        },
        {
            "codepoint": "FF6E",
            "name": "HALFWIDTH KATAKANA LETTER SMALL YO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E7"
                ]
            ]
        },
        {
            "codepoint": "FF6F",
            "name": "HALFWIDTH KATAKANA LETTER SMALL TU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30C3"
                ]
            ]
        },
        {
            "codepoint": "FF70",
            "name": "HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30FC"
                ]
            ]
        },
        {
            "codepoint": "FF71",
            "name": "HALFWIDTH KATAKANA LETTER A",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A2"
                ]
            ]
        },
        {
            "codepoint": "FF72",
            "name": "HALFWIDTH KATAKANA LETTER I",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A4"
                ]
            ]
        },
        {
            "codepoint": "FF73",
            "name": "HALFWIDTH KATAKANA LETTER U",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A6"
                ]
            ]
        },
        {
            "codepoint": "FF74",
            "name": "HALFWIDTH KATAKANA LETTER E",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30A8"
                ]
            ]
        },
        {
            "codepoint": "FF75",
            "name": "HALFWIDTH KATAKANA LETTER O",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30AA"
                ]
            ]
        },
        {
            "codepoint": "FF76",
            "name": "HALFWIDTH KATAKANA LETTER KA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30AB"
                ]
            ]
        },
        {
            "codepoint": "FF77",
            "name": "HALFWIDTH KATAKANA LETTER KI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30AD"
                ]
            ]
        },
        {
            "codepoint": "FF78",
            "name": "HALFWIDTH KATAKANA LETTER KU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30AF"
                ]
            ]
        },
        {
            "codepoint": "FF79",
            "name": "HALFWIDTH KATAKANA LETTER KE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30B1"
                ]
            ]
        },
        {
            "codepoint": "FF7A",
            "name": "HALFWIDTH KATAKANA LETTER KO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30B3"
                ]
            ]
        },
        {
            "codepoint": "FF7B",
            "name": "HALFWIDTH KATAKANA LETTER SA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30B5"
                ]
            ]
        },
        {
            "codepoint": "FF7C",
            "name": "HALFWIDTH KATAKANA LETTER SI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30B7"
                ]
            ]
        },
        {
            "codepoint": "FF7D",
            "name": "HALFWIDTH KATAKANA LETTER SU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30B9"
                ]
            ]
        },
        {
            "codepoint": "FF7E",
            "name": "HALFWIDTH KATAKANA LETTER SE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30BB"
                ]
            ]
        },
        {
            "codepoint": "FF7F",
            "name": "HALFWIDTH KATAKANA LETTER SO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30BD"
                ]
            ]
        },
        {
            "codepoint": "FF80",
            "name": "HALFWIDTH KATAKANA LETTER TA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30BF"
                ]
            ]
        },
        {
            "codepoint": "FF81",
            "name": "HALFWIDTH KATAKANA LETTER TI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30C1"
                ]
            ]
        },
        {
            "codepoint": "FF82",
            "name": "HALFWIDTH KATAKANA LETTER TU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30C4"
                ]
            ]
        },
        {
            "codepoint": "FF83",
            "name": "HALFWIDTH KATAKANA LETTER TE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30C6"
                ]
            ]
        },
        {
            "codepoint": "FF84",
            "name": "HALFWIDTH KATAKANA LETTER TO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30C8"
                ]
            ]
        },
        {
            "codepoint": "FF85",
            "name": "HALFWIDTH KATAKANA LETTER NA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CA"
                ]
            ]
        },
        {
            "codepoint": "FF86",
            "name": "HALFWIDTH KATAKANA LETTER NI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CB"
                ]
            ]
        },
        {
            "codepoint": "FF87",
            "name": "HALFWIDTH KATAKANA LETTER NU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CC"
                ]
            ]
        },
        {
            "codepoint": "FF88",
            "name": "HALFWIDTH KATAKANA LETTER NE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CD"
                ]
            ]
        },
        {
            "codepoint": "FF89",
            "name": "HALFWIDTH KATAKANA LETTER NO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CE"
                ]
            ]
        },
        {
            "codepoint": "FF8A",
            "name": "HALFWIDTH KATAKANA LETTER HA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30CF"
                ]
            ]
        },
        {
            "codepoint": "FF8B",
            "name": "HALFWIDTH KATAKANA LETTER HI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30D2"
                ]
            ]
        },
        {
            "codepoint": "FF8C",
            "name": "HALFWIDTH KATAKANA LETTER HU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30D5"
                ]
            ]
        },
        {
            "codepoint": "FF8D",
            "name": "HALFWIDTH KATAKANA LETTER HE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30D8"
                ]
            ]
        },
        {
            "codepoint": "FF8E",
            "name": "HALFWIDTH KATAKANA LETTER HO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30DB"
                ]
            ]
        },
        {
            "codepoint": "FF8F",
            "name": "HALFWIDTH KATAKANA LETTER MA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30DE"
                ]
            ]
        },
        {
            "codepoint": "FF90",
            "name": "HALFWIDTH KATAKANA LETTER MI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30DF"
                ]
            ]
        },
        {
            "codepoint": "FF91",
            "name": "HALFWIDTH KATAKANA LETTER MU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E0"
                ]
            ]
        },
        {
            "codepoint": "FF92",
            "name": "HALFWIDTH KATAKANA LETTER ME",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E1"
                ]
            ]
        },
        {
            "codepoint": "FF93",
            "name": "HALFWIDTH KATAKANA LETTER MO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E2"
                ]
            ]
        },
        {
            "codepoint": "FF94",
            "name": "HALFWIDTH KATAKANA LETTER YA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E4"
                ]
            ]
        },
        {
            "codepoint": "FF95",
            "name": "HALFWIDTH KATAKANA LETTER YU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E6"
                ]
            ]
        },
        {
            "codepoint": "FF96",
            "name": "HALFWIDTH KATAKANA LETTER YO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E8"
                ]
            ]
        },
        {
            "codepoint": "FF97",
            "name": "HALFWIDTH KATAKANA LETTER RA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30E9"
                ]
            ]
        },
        {
            "codepoint": "FF98",
            "name": "HALFWIDTH KATAKANA LETTER RI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30EA"
                ]
            ]
        },
        {
            "codepoint": "FF99",
            "name": "HALFWIDTH KATAKANA LETTER RU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30EB"
                ]
            ]
        },
        {
            "codepoint": "FF9A",
            "name": "HALFWIDTH KATAKANA LETTER RE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30EC"
                ]
            ]
        },
        {
            "codepoint": "FF9B",
            "name": "HALFWIDTH KATAKANA LETTER RO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30ED"
                ]
            ]
        },
        {
            "codepoint": "FF9C",
            "name": "HALFWIDTH KATAKANA LETTER WA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30EF"
                ]
            ]
        },
        {
            "codepoint": "FF9D",
            "name": "HALFWIDTH KATAKANA LETTER N",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "30F3"
                ]
            ]
        },
        {
            "codepoint": "FF9E",
            "name": "HALFWIDTH KATAKANA VOICED SOUND MARK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3099"
                ]
            ]
        },
        {
            "codepoint": "FF9F",
            "name": "HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "309A"
                ]
            ]
        },
        {
            "codepoint": "FFA0",
            "name": "HALFWIDTH HANGUL FILLER",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3164"
                ]
            ]
        },
        {
            "codepoint": "FFA1",
            "name": "HALFWIDTH HANGUL LETTER KIYEOK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3131"
                ]
            ]
        },
        {
            "codepoint": "FFA2",
            "name": "HALFWIDTH HANGUL LETTER SSANGKIYEOK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3132"
                ]
            ]
        },
        {
            "codepoint": "FFA3",
            "name": "HALFWIDTH HANGUL LETTER KIYEOK-SIOS",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3133"
                ]
            ]
        },
        {
            "codepoint": "FFA4",
            "name": "HALFWIDTH HANGUL LETTER NIEUN",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3134"
                ]
            ]
        },
        {
            "codepoint": "FFA5",
            "name": "HALFWIDTH HANGUL LETTER NIEUN-CIEUC",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3135"
                ]
            ]
        },
        {
            "codepoint": "FFA6",
            "name": "HALFWIDTH HANGUL LETTER NIEUN-HIEUH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3136"
                ]
            ]
        },
        {
            "codepoint": "FFA7",
            "name": "HALFWIDTH HANGUL LETTER TIKEUT",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3137"
                ]
            ]
        },
        {
            "codepoint": "FFA8",
            "name": "HALFWIDTH HANGUL LETTER SSANGTIKEUT",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3138"
                ]
            ]
        },
        {
            "codepoint": "FFA9",
            "name": "HALFWIDTH HANGUL LETTER RIEUL",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3139"
                ]
            ]
        },
        {
            "codepoint": "FFAA",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-KIYEOK",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313A"
                ]
            ]
        },
        {
            "codepoint": "FFAB",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-MIEUM",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313B"
                ]
            ]
        },
        {
            "codepoint": "FFAC",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-PIEUP",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313C"
                ]
            ]
        },
        {
            "codepoint": "FFAD",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-SIOS",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313D"
                ]
            ]
        },
        {
            "codepoint": "FFAE",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-THIEUTH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313E"
                ]
            ]
        },
        {
            "codepoint": "FFAF",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-PHIEUPH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "313F"
                ]
            ]
        },
        {
            "codepoint": "FFB0",
            "name": "HALFWIDTH HANGUL LETTER RIEUL-HIEUH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3140"
                ]
            ]
        },
        {
            "codepoint": "FFB1",
            "name": "HALFWIDTH HANGUL LETTER MIEUM",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3141"
                ]
            ]
        },
        {
            "codepoint": "FFB2",
            "name": "HALFWIDTH HANGUL LETTER PIEUP",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3142"
                ]
            ]
        },
        {
            "codepoint": "FFB3",
            "name": "HALFWIDTH HANGUL LETTER SSANGPIEUP",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3143"
                ]
            ]
        },
        {
            "codepoint": "FFB4",
            "name": "HALFWIDTH HANGUL LETTER PIEUP-SIOS",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3144"
                ]
            ]
        },
        {
            "codepoint": "FFB5",
            "name": "HALFWIDTH HANGUL LETTER SIOS",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3145"
                ]
            ]
        },
        {
            "codepoint": "FFB6",
            "name": "HALFWIDTH HANGUL LETTER SSANGSIOS",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3146"
                ]
            ]
        },
        {
            "codepoint": "FFB7",
            "name": "HALFWIDTH HANGUL LETTER IEUNG",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3147"
                ]
            ]
        },
        {
            "codepoint": "FFB8",
            "name": "HALFWIDTH HANGUL LETTER CIEUC",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3148"
                ]
            ]
        },
        {
            "codepoint": "FFB9",
            "name": "HALFWIDTH HANGUL LETTER SSANGCIEUC",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3149"
                ]
            ]
        },
        {
            "codepoint": "FFBA",
            "name": "HALFWIDTH HANGUL LETTER CHIEUCH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314A"
                ]
            ]
        },
        {
            "codepoint": "FFBB",
            "name": "HALFWIDTH HANGUL LETTER KHIEUKH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314B"
                ]
            ]
        },
        {
            "codepoint": "FFBC",
            "name": "HALFWIDTH HANGUL LETTER THIEUTH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314C"
                ]
            ]
        },
        {
            "codepoint": "FFBD",
            "name": "HALFWIDTH HANGUL LETTER PHIEUPH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314D"
                ]
            ]
        },
        {
            "codepoint": "FFBE",
            "name": "HALFWIDTH HANGUL LETTER HIEUH",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314E"
                ]
            ]
        },
        {
            "codepoint": "FFC2",
            "name": "HALFWIDTH HANGUL LETTER A",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "314F"
                ]
            ]
        },
        {
            "codepoint": "FFC3",
            "name": "HALFWIDTH HANGUL LETTER AE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3150"
                ]
            ]
        },
        {
            "codepoint": "FFC4",
            "name": "HALFWIDTH HANGUL LETTER YA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3151"
                ]
            ]
        },
        {
            "codepoint": "FFC5",
            "name": "HALFWIDTH HANGUL LETTER YAE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3152"
                ]
            ]
        },
        {
            "codepoint": "FFC6",
            "name": "HALFWIDTH HANGUL LETTER EO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3153"
                ]
            ]
        },
        {
            "codepoint": "FFC7",
            "name": "HALFWIDTH HANGUL LETTER E",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3154"
                ]
            ]
        },
        {
            "codepoint": "FFCA",
            "name": "HALFWIDTH HANGUL LETTER YEO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3155"
                ]
            ]
        },
        {
            "codepoint": "FFCB",
            "name": "HALFWIDTH HANGUL LETTER YE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3156"
                ]
            ]
        },
        {
            "codepoint": "FFCC",
            "name": "HALFWIDTH HANGUL LETTER O",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3157"
                ]
            ]
        },
        {
            "codepoint": "FFCD",
            "name": "HALFWIDTH HANGUL LETTER WA",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3158"
                ]
            ]
        },
        {
            "codepoint": "FFCE",
            "name": "HALFWIDTH HANGUL LETTER WAE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3159"
                ]
            ]
        },
        {
            "codepoint": "FFCF",
            "name": "HALFWIDTH HANGUL LETTER OE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315A"
                ]
            ]
        },
        {
            "codepoint": "FFD2",
            "name": "HALFWIDTH HANGUL LETTER YO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315B"
                ]
            ]
        },
        {
            "codepoint": "FFD3",
            "name": "HALFWIDTH HANGUL LETTER U",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315C"
                ]
            ]
        },
        {
            "codepoint": "FFD4",
            "name": "HALFWIDTH HANGUL LETTER WEO",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315D"
                ]
            ]
        },
        {
            "codepoint": "FFD5",
            "name": "HALFWIDTH HANGUL LETTER WE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315E"
                ]
            ]
        },
        {
            "codepoint": "FFD6",
            "name": "HALFWIDTH HANGUL LETTER WI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "315F"
                ]
            ]
        },
        {
            "codepoint": "FFD7",
            "name": "HALFWIDTH HANGUL LETTER YU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3160"
                ]
            ]
        },
        {
            "codepoint": "FFDA",
            "name": "HALFWIDTH HANGUL LETTER EU",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3161"
                ]
            ]
        },
        {
            "codepoint": "FFDB",
            "name": "HALFWIDTH HANGUL LETTER YI",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3162"
                ]
            ]
        },
        {
            "codepoint": "FFDC",
            "name": "HALFWIDTH HANGUL LETTER I",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "3163"
                ]
            ]
        },
        {
            "codepoint": "FFE0",
            "name": "FULLWIDTH CENT SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00A2"
                ]
            ]
        },
        {
            "codepoint": "FFE1",
            "name": "FULLWIDTH POUND SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00A3"
                ]
            ]
        },
        {
            "codepoint": "FFE2",
            "name": "FULLWIDTH NOT SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00AC"
                ]
            ]
        },
        {
            "codepoint": "FFE3",
            "name": "FULLWIDTH MACRON",
            "comments": [
                "sometimes treated as fullwidth overline"
            ],
            "crossReferences": [
                "(overline - 203E)"
            ],
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00AF"
                ]
            ]
        },
        {
            "codepoint": "FFE4",
            "name": "FULLWIDTH BROKEN BAR",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00A6"
                ]
            ]
        },
        {
            "codepoint": "FFE5",
            "name": "FULLWIDTH YEN SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "00A5"
                ]
            ]
        },
        {
            "codepoint": "FFE6",
            "name": "FULLWIDTH WON SIGN",
            "compatibilityMappings": [
                [
                    "<wide>",
                    "20A9"
                ]
            ]
        },
        {
            "codepoint": "FFE8",
            "name": "HALFWIDTH FORMS LIGHT VERTICAL",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "2502"
                ]
            ]
        },
        {
            "codepoint": "FFE9",
            "name": "HALFWIDTH LEFTWARDS ARROW",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "2190"
                ]
            ]
        },
        {
            "codepoint": "FFEA",
            "name": "HALFWIDTH UPWARDS ARROW",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "2191"
                ]
            ]
        },
        {
            "codepoint": "FFEB",
            "name": "HALFWIDTH RIGHTWARDS ARROW",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "2192"
                ]
            ]
        },
        {
            "codepoint": "FFEC",
            "name": "HALFWIDTH DOWNWARDS ARROW",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "2193"
                ]
            ]
        },
        {
            "codepoint": "FFED",
            "name": "HALFWIDTH BLACK SQUARE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "25A0"
                ]
            ]
        },
        {
            "codepoint": "FFEE",
            "name": "HALFWIDTH WHITE CIRCLE",
            "compatibilityMappings": [
                [
                    "<narrow>",
                    "25CB"
                ]
            ]
        },
        {
            "codepoint": "FFF9",
            "name": "INTERLINEAR ANNOTATION ANCHOR",
            "comments": [
                "marks start of annotated text"
            ]
        },
        {
            "codepoint": "FFFA",
            "name": "INTERLINEAR ANNOTATION SEPARATOR",
            "comments": [
                "marks start of annotating character(s)"
            ]
        },
        {
            "codepoint": "FFFB",
            "name": "INTERLINEAR ANNOTATION TERMINATOR",
            "comments": [
                "marks end of annotation block"
            ]
        },
        {
            "codepoint": "FFFC",
            "name": "OBJECT REPLACEMENT CHARACTER",
            "comments": [
                "used as placeholder in text for an otherwise unspecified object"
            ]
        },
        {
            "codepoint": "FFFD",
            "name": "REPLACEMENT CHARACTER",
            "comments": [
                "used to replace an incoming character whose value is unknown or unrepresentable in Unicode",
                "compare the use of 001A as a control character to indicate the substitute function"
            ],
            "crossReferences": [
                "(uncertainty sign - 2BD1)",
                "(negative squared question mark - 1FBC4)"
            ]
        },
        {
            "codepoint": "FFFE",
            "name": "<not a character>",
            "comments": [
                "may be used to detect byte order by contrast with FEFF"
            ],
            "crossReferences": [
                "(zero width no-break space - FEFF)"
            ]
        },
        {
            "codepoint": "FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "10000",
            "name": "LINEAR B SYLLABLE B008 A"
        },
        {
            "codepoint": "10001",
            "name": "LINEAR B SYLLABLE B038 E"
        },
        {
            "codepoint": "10002",
            "name": "LINEAR B SYLLABLE B028 I"
        },
        {
            "codepoint": "10003",
            "name": "LINEAR B SYLLABLE B061 O"
        },
        {
            "codepoint": "10004",
            "name": "LINEAR B SYLLABLE B010 U"
        },
        {
            "codepoint": "10005",
            "name": "LINEAR B SYLLABLE B001 DA"
        },
        {
            "codepoint": "10006",
            "name": "LINEAR B SYLLABLE B045 DE"
        },
        {
            "codepoint": "10007",
            "name": "LINEAR B SYLLABLE B007 DI"
        },
        {
            "codepoint": "10008",
            "name": "LINEAR B SYLLABLE B014 DO"
        },
        {
            "codepoint": "10009",
            "name": "LINEAR B SYLLABLE B051 DU"
        },
        {
            "codepoint": "1000A",
            "name": "LINEAR B SYLLABLE B057 JA"
        },
        {
            "codepoint": "1000B",
            "name": "LINEAR B SYLLABLE B046 JE"
        },
        {
            "codepoint": "1000D",
            "name": "LINEAR B SYLLABLE B036 JO"
        },
        {
            "codepoint": "1000E",
            "name": "LINEAR B SYLLABLE B065 JU",
            "aliases": [
                "ideogram B129 flour"
            ]
        },
        {
            "codepoint": "1000F",
            "name": "LINEAR B SYLLABLE B077 KA"
        },
        {
            "codepoint": "10010",
            "name": "LINEAR B SYLLABLE B044 KE"
        },
        {
            "codepoint": "10011",
            "name": "LINEAR B SYLLABLE B067 KI"
        },
        {
            "codepoint": "10012",
            "name": "LINEAR B SYLLABLE B070 KO"
        },
        {
            "codepoint": "10013",
            "name": "LINEAR B SYLLABLE B081 KU"
        },
        {
            "codepoint": "10014",
            "name": "LINEAR B SYLLABLE B080 MA"
        },
        {
            "codepoint": "10015",
            "name": "LINEAR B SYLLABLE B013 ME"
        },
        {
            "codepoint": "10016",
            "name": "LINEAR B SYLLABLE B073 MI"
        },
        {
            "codepoint": "10017",
            "name": "LINEAR B SYLLABLE B015 MO"
        },
        {
            "codepoint": "10018",
            "name": "LINEAR B SYLLABLE B023 MU",
            "aliases": [
                "ideogram B109 ox"
            ]
        },
        {
            "codepoint": "10019",
            "name": "LINEAR B SYLLABLE B006 NA"
        },
        {
            "codepoint": "1001A",
            "name": "LINEAR B SYLLABLE B024 NE"
        },
        {
            "codepoint": "1001B",
            "name": "LINEAR B SYLLABLE B030 NI",
            "aliases": [
                "ideogram B030 figs"
            ]
        },
        {
            "codepoint": "1001C",
            "name": "LINEAR B SYLLABLE B052 NO"
        },
        {
            "codepoint": "1001D",
            "name": "LINEAR B SYLLABLE B055 NU"
        },
        {
            "codepoint": "1001E",
            "name": "LINEAR B SYLLABLE B003 PA"
        },
        {
            "codepoint": "1001F",
            "name": "LINEAR B SYLLABLE B072 PE"
        },
        {
            "codepoint": "10020",
            "name": "LINEAR B SYLLABLE B039 PI"
        },
        {
            "codepoint": "10021",
            "name": "LINEAR B SYLLABLE B011 PO"
        },
        {
            "codepoint": "10022",
            "name": "LINEAR B SYLLABLE B050 PU"
        },
        {
            "codepoint": "10023",
            "name": "LINEAR B SYLLABLE B016 QA"
        },
        {
            "codepoint": "10024",
            "name": "LINEAR B SYLLABLE B078 QE"
        },
        {
            "codepoint": "10025",
            "name": "LINEAR B SYLLABLE B021 QI",
            "aliases": [
                "ideogram B106 sheep"
            ]
        },
        {
            "codepoint": "10026",
            "name": "LINEAR B SYLLABLE B032 QO"
        },
        {
            "codepoint": "10028",
            "name": "LINEAR B SYLLABLE B060 RA"
        },
        {
            "codepoint": "10029",
            "name": "LINEAR B SYLLABLE B027 RE"
        },
        {
            "codepoint": "1002A",
            "name": "LINEAR B SYLLABLE B053 RI"
        },
        {
            "codepoint": "1002B",
            "name": "LINEAR B SYLLABLE B002 RO"
        },
        {
            "codepoint": "1002C",
            "name": "LINEAR B SYLLABLE B026 RU"
        },
        {
            "codepoint": "1002D",
            "name": "LINEAR B SYLLABLE B031 SA",
            "aliases": [
                "ideogram B031 flax"
            ]
        },
        {
            "codepoint": "1002E",
            "name": "LINEAR B SYLLABLE B009 SE"
        },
        {
            "codepoint": "1002F",
            "name": "LINEAR B SYLLABLE B041 SI"
        },
        {
            "codepoint": "10030",
            "name": "LINEAR B SYLLABLE B012 SO"
        },
        {
            "codepoint": "10031",
            "name": "LINEAR B SYLLABLE B058 SU"
        },
        {
            "codepoint": "10032",
            "name": "LINEAR B SYLLABLE B059 TA"
        },
        {
            "codepoint": "10033",
            "name": "LINEAR B SYLLABLE B004 TE"
        },
        {
            "codepoint": "10034",
            "name": "LINEAR B SYLLABLE B037 TI"
        },
        {
            "codepoint": "10035",
            "name": "LINEAR B SYLLABLE B005 TO"
        },
        {
            "codepoint": "10036",
            "name": "LINEAR B SYLLABLE B069 TU"
        },
        {
            "codepoint": "10037",
            "name": "LINEAR B SYLLABLE B054 WA"
        },
        {
            "codepoint": "10038",
            "name": "LINEAR B SYLLABLE B075 WE"
        },
        {
            "codepoint": "10039",
            "name": "LINEAR B SYLLABLE B040 WI"
        },
        {
            "codepoint": "1003A",
            "name": "LINEAR B SYLLABLE B042 WO"
        },
        {
            "codepoint": "1003C",
            "name": "LINEAR B SYLLABLE B017 ZA"
        },
        {
            "codepoint": "1003D",
            "name": "LINEAR B SYLLABLE B074 ZE"
        },
        {
            "codepoint": "1003F",
            "name": "LINEAR B SYLLABLE B020 ZO"
        },
        {
            "codepoint": "10040",
            "name": "LINEAR B SYLLABLE B025 A2"
        },
        {
            "codepoint": "10041",
            "name": "LINEAR B SYLLABLE B043 A3"
        },
        {
            "codepoint": "10042",
            "name": "LINEAR B SYLLABLE B085 AU",
            "aliases": [
                "ideogram B108 pig"
            ]
        },
        {
            "codepoint": "10043",
            "name": "LINEAR B SYLLABLE B071 DWE"
        },
        {
            "codepoint": "10044",
            "name": "LINEAR B SYLLABLE B090 DWO"
        },
        {
            "codepoint": "10045",
            "name": "LINEAR B SYLLABLE B048 NWA"
        },
        {
            "codepoint": "10046",
            "name": "LINEAR B SYLLABLE B029 PU2"
        },
        {
            "codepoint": "10047",
            "name": "LINEAR B SYLLABLE B062 PTE"
        },
        {
            "codepoint": "10048",
            "name": "LINEAR B SYLLABLE B076 RA2"
        },
        {
            "codepoint": "10049",
            "name": "LINEAR B SYLLABLE B033 RA3",
            "aliases": [
                "ideogram B144 saffron"
            ]
        },
        {
            "codepoint": "1004A",
            "name": "LINEAR B SYLLABLE B068 RO2"
        },
        {
            "codepoint": "1004B",
            "name": "LINEAR B SYLLABLE B066 TA2"
        },
        {
            "codepoint": "1004C",
            "name": "LINEAR B SYLLABLE B087 TWE"
        },
        {
            "codepoint": "1004D",
            "name": "LINEAR B SYLLABLE B091 TWO"
        },
        {
            "codepoint": "10050",
            "name": "LINEAR B SYMBOL B018"
        },
        {
            "codepoint": "10051",
            "name": "LINEAR B SYMBOL B019"
        },
        {
            "codepoint": "10052",
            "name": "LINEAR B SYMBOL B022",
            "aliases": [
                "ideogram B107 goat"
            ]
        },
        {
            "codepoint": "10053",
            "name": "LINEAR B SYMBOL B034"
        },
        {
            "codepoint": "10054",
            "name": "LINEAR B SYMBOL B047"
        },
        {
            "codepoint": "10055",
            "name": "LINEAR B SYMBOL B049"
        },
        {
            "codepoint": "10056",
            "name": "LINEAR B SYMBOL B056"
        },
        {
            "codepoint": "10057",
            "name": "LINEAR B SYMBOL B063"
        },
        {
            "codepoint": "10058",
            "name": "LINEAR B SYMBOL B064"
        },
        {
            "codepoint": "10059",
            "name": "LINEAR B SYMBOL B079"
        },
        {
            "codepoint": "1005A",
            "name": "LINEAR B SYMBOL B082"
        },
        {
            "codepoint": "1005B",
            "name": "LINEAR B SYMBOL B083"
        },
        {
            "codepoint": "1005C",
            "name": "LINEAR B SYMBOL B086"
        },
        {
            "codepoint": "1005D",
            "name": "LINEAR B SYMBOL B089"
        },
        {
            "codepoint": "10080",
            "name": "LINEAR B IDEOGRAM B100 MAN"
        },
        {
            "codepoint": "10081",
            "name": "LINEAR B IDEOGRAM B102 WOMAN"
        },
        {
            "codepoint": "10082",
            "name": "LINEAR B IDEOGRAM B104 DEER"
        },
        {
            "codepoint": "10083",
            "name": "LINEAR B IDEOGRAM B105 EQUID"
        },
        {
            "codepoint": "10084",
            "name": "LINEAR B IDEOGRAM B105F MARE"
        },
        {
            "codepoint": "10085",
            "name": "LINEAR B IDEOGRAM B105M STALLION"
        },
        {
            "codepoint": "10086",
            "name": "LINEAR B IDEOGRAM B106F EWE"
        },
        {
            "codepoint": "10087",
            "name": "LINEAR B IDEOGRAM B106M RAM"
        },
        {
            "codepoint": "10088",
            "name": "LINEAR B IDEOGRAM B107F SHE-GOAT"
        },
        {
            "codepoint": "10089",
            "name": "LINEAR B IDEOGRAM B107M HE-GOAT"
        },
        {
            "codepoint": "1008A",
            "name": "LINEAR B IDEOGRAM B108F SOW"
        },
        {
            "codepoint": "1008B",
            "name": "LINEAR B IDEOGRAM B108M BOAR"
        },
        {
            "codepoint": "1008C",
            "name": "LINEAR B IDEOGRAM B109F COW"
        },
        {
            "codepoint": "1008D",
            "name": "LINEAR B IDEOGRAM B109M BULL"
        },
        {
            "codepoint": "1008E",
            "name": "LINEAR B IDEOGRAM B120 WHEAT"
        },
        {
            "codepoint": "1008F",
            "name": "LINEAR B IDEOGRAM B121 BARLEY"
        },
        {
            "codepoint": "10090",
            "name": "LINEAR B IDEOGRAM B122 OLIVE"
        },
        {
            "codepoint": "10091",
            "name": "LINEAR B IDEOGRAM B123 SPICE"
        },
        {
            "codepoint": "10092",
            "name": "LINEAR B IDEOGRAM B125 CYPERUS"
        },
        {
            "codepoint": "10093",
            "name": "LINEAR B MONOGRAM B127 KAPO",
            "aliases": [
                "fruit"
            ]
        },
        {
            "codepoint": "10094",
            "name": "LINEAR B MONOGRAM B128 KANAKO",
            "aliases": [
                "saffron"
            ]
        },
        {
            "codepoint": "10095",
            "name": "LINEAR B IDEOGRAM B130 OIL"
        },
        {
            "codepoint": "10096",
            "name": "LINEAR B IDEOGRAM B131 WINE"
        },
        {
            "codepoint": "10097",
            "name": "LINEAR B IDEOGRAM B132"
        },
        {
            "codepoint": "10098",
            "name": "LINEAR B MONOGRAM B133 AREPA",
            "aliases": [
                "ointment"
            ]
        },
        {
            "codepoint": "10099",
            "name": "LINEAR B MONOGRAM B135 MERI",
            "aliases": [
                "honey"
            ]
        },
        {
            "codepoint": "1009A",
            "name": "LINEAR B IDEOGRAM B140 BRONZE"
        },
        {
            "codepoint": "1009B",
            "name": "LINEAR B IDEOGRAM B141 GOLD"
        },
        {
            "codepoint": "1009C",
            "name": "LINEAR B IDEOGRAM B142"
        },
        {
            "codepoint": "1009D",
            "name": "LINEAR B IDEOGRAM B145 WOOL"
        },
        {
            "codepoint": "1009E",
            "name": "LINEAR B IDEOGRAM B146"
        },
        {
            "codepoint": "1009F",
            "name": "LINEAR B IDEOGRAM B150"
        },
        {
            "codepoint": "100A0",
            "name": "LINEAR B IDEOGRAM B151 HORN"
        },
        {
            "codepoint": "100A1",
            "name": "LINEAR B IDEOGRAM B152"
        },
        {
            "codepoint": "100A2",
            "name": "LINEAR B IDEOGRAM B153"
        },
        {
            "codepoint": "100A3",
            "name": "LINEAR B IDEOGRAM B154"
        },
        {
            "codepoint": "100A4",
            "name": "LINEAR B MONOGRAM B156 TURO2",
            "aliases": [
                "cheese"
            ]
        },
        {
            "codepoint": "100A5",
            "name": "LINEAR B IDEOGRAM B157"
        },
        {
            "codepoint": "100A6",
            "name": "LINEAR B IDEOGRAM B158"
        },
        {
            "codepoint": "100A7",
            "name": "LINEAR B IDEOGRAM B159 CLOTH"
        },
        {
            "codepoint": "100A8",
            "name": "LINEAR B IDEOGRAM B160"
        },
        {
            "codepoint": "100A9",
            "name": "LINEAR B IDEOGRAM B161"
        },
        {
            "codepoint": "100AA",
            "name": "LINEAR B IDEOGRAM B162 GARMENT"
        },
        {
            "codepoint": "100AB",
            "name": "LINEAR B IDEOGRAM B163 ARMOUR"
        },
        {
            "codepoint": "100AC",
            "name": "LINEAR B IDEOGRAM B164"
        },
        {
            "codepoint": "100AD",
            "name": "LINEAR B IDEOGRAM B165"
        },
        {
            "codepoint": "100AE",
            "name": "LINEAR B IDEOGRAM B166"
        },
        {
            "codepoint": "100AF",
            "name": "LINEAR B IDEOGRAM B167"
        },
        {
            "codepoint": "100B0",
            "name": "LINEAR B IDEOGRAM B168"
        },
        {
            "codepoint": "100B1",
            "name": "LINEAR B IDEOGRAM B169"
        },
        {
            "codepoint": "100B2",
            "name": "LINEAR B IDEOGRAM B170"
        },
        {
            "codepoint": "100B3",
            "name": "LINEAR B IDEOGRAM B171"
        },
        {
            "codepoint": "100B4",
            "name": "LINEAR B IDEOGRAM B172"
        },
        {
            "codepoint": "100B5",
            "name": "LINEAR B IDEOGRAM B173 MONTH"
        },
        {
            "codepoint": "100B6",
            "name": "LINEAR B IDEOGRAM B174"
        },
        {
            "codepoint": "100B7",
            "name": "LINEAR B IDEOGRAM B176 TREE"
        },
        {
            "codepoint": "100B8",
            "name": "LINEAR B IDEOGRAM B177"
        },
        {
            "codepoint": "100B9",
            "name": "LINEAR B IDEOGRAM B178"
        },
        {
            "codepoint": "100BA",
            "name": "LINEAR B IDEOGRAM B179"
        },
        {
            "codepoint": "100BB",
            "name": "LINEAR B IDEOGRAM B180"
        },
        {
            "codepoint": "100BC",
            "name": "LINEAR B IDEOGRAM B181"
        },
        {
            "codepoint": "100BD",
            "name": "LINEAR B IDEOGRAM B182"
        },
        {
            "codepoint": "100BE",
            "name": "LINEAR B IDEOGRAM B183"
        },
        {
            "codepoint": "100BF",
            "name": "LINEAR B IDEOGRAM B184",
            "comments": [
                "the shape of this ideogram is only partially known"
            ]
        },
        {
            "codepoint": "100C0",
            "name": "LINEAR B IDEOGRAM B185"
        },
        {
            "codepoint": "100C1",
            "name": "LINEAR B IDEOGRAM B189"
        },
        {
            "codepoint": "100C2",
            "name": "LINEAR B IDEOGRAM B190"
        },
        {
            "codepoint": "100C3",
            "name": "LINEAR B IDEOGRAM B191 HELMET"
        },
        {
            "codepoint": "100C4",
            "name": "LINEAR B IDEOGRAM B220 FOOTSTOOL"
        },
        {
            "codepoint": "100C5",
            "name": "LINEAR B IDEOGRAM B225 BATHTUB"
        },
        {
            "codepoint": "100C6",
            "name": "LINEAR B IDEOGRAM B230 SPEAR"
        },
        {
            "codepoint": "100C7",
            "name": "LINEAR B IDEOGRAM B231 ARROW"
        },
        {
            "codepoint": "100C8",
            "name": "LINEAR B IDEOGRAM B232"
        },
        {
            "codepoint": "100C9",
            "name": "LINEAR B IDEOGRAM B233 SWORD",
            "aliases": [
                "pugio"
            ]
        },
        {
            "codepoint": "100CA",
            "name": "LINEAR B IDEOGRAM B234"
        },
        {
            "codepoint": "100CB",
            "name": "LINEAR B IDEOGRAM B236",
            "aliases": [
                "\"gupio\", inverted sword"
            ]
        },
        {
            "codepoint": "100CC",
            "name": "LINEAR B IDEOGRAM B240 WHEELED CHARIOT"
        },
        {
            "codepoint": "100CD",
            "name": "LINEAR B IDEOGRAM B241 CHARIOT"
        },
        {
            "codepoint": "100CE",
            "name": "LINEAR B IDEOGRAM B242 CHARIOT FRAME"
        },
        {
            "codepoint": "100CF",
            "name": "LINEAR B IDEOGRAM B243 WHEEL"
        },
        {
            "codepoint": "100D0",
            "name": "LINEAR B IDEOGRAM B245"
        },
        {
            "codepoint": "100D1",
            "name": "LINEAR B IDEOGRAM B246"
        },
        {
            "codepoint": "100D2",
            "name": "LINEAR B MONOGRAM B247 DIPTE"
        },
        {
            "codepoint": "100D3",
            "name": "LINEAR B IDEOGRAM B248"
        },
        {
            "codepoint": "100D4",
            "name": "LINEAR B IDEOGRAM B249"
        },
        {
            "codepoint": "100D5",
            "name": "LINEAR B IDEOGRAM B251",
            "comments": [
                "the shape of this ideogram is only partially known"
            ]
        },
        {
            "codepoint": "100D6",
            "name": "LINEAR B IDEOGRAM B252",
            "comments": [
                "the shape of this ideogram is only partially known"
            ]
        },
        {
            "codepoint": "100D7",
            "name": "LINEAR B IDEOGRAM B253"
        },
        {
            "codepoint": "100D8",
            "name": "LINEAR B IDEOGRAM B254 DART"
        },
        {
            "codepoint": "100D9",
            "name": "LINEAR B IDEOGRAM B255"
        },
        {
            "codepoint": "100DA",
            "name": "LINEAR B IDEOGRAM B256"
        },
        {
            "codepoint": "100DB",
            "name": "LINEAR B IDEOGRAM B257"
        },
        {
            "codepoint": "100DC",
            "name": "LINEAR B IDEOGRAM B258"
        },
        {
            "codepoint": "100DD",
            "name": "LINEAR B IDEOGRAM B259"
        },
        {
            "codepoint": "100DE",
            "name": "LINEAR B IDEOGRAM VESSEL B155"
        },
        {
            "codepoint": "100DF",
            "name": "LINEAR B IDEOGRAM VESSEL B200"
        },
        {
            "codepoint": "100E0",
            "name": "LINEAR B IDEOGRAM VESSEL B201"
        },
        {
            "codepoint": "100E1",
            "name": "LINEAR B IDEOGRAM VESSEL B202"
        },
        {
            "codepoint": "100E2",
            "name": "LINEAR B IDEOGRAM VESSEL B203"
        },
        {
            "codepoint": "100E3",
            "name": "LINEAR B IDEOGRAM VESSEL B204"
        },
        {
            "codepoint": "100E4",
            "name": "LINEAR B IDEOGRAM VESSEL B205"
        },
        {
            "codepoint": "100E5",
            "name": "LINEAR B IDEOGRAM VESSEL B206"
        },
        {
            "codepoint": "100E6",
            "name": "LINEAR B IDEOGRAM VESSEL B207"
        },
        {
            "codepoint": "100E7",
            "name": "LINEAR B IDEOGRAM VESSEL B208"
        },
        {
            "codepoint": "100E8",
            "name": "LINEAR B IDEOGRAM VESSEL B209",
            "crossReferences": [
                "(amphora - 1F3FA)"
            ]
        },
        {
            "codepoint": "100E9",
            "name": "LINEAR B IDEOGRAM VESSEL B210"
        },
        {
            "codepoint": "100EA",
            "name": "LINEAR B IDEOGRAM VESSEL B211"
        },
        {
            "codepoint": "100EB",
            "name": "LINEAR B IDEOGRAM VESSEL B212"
        },
        {
            "codepoint": "100EC",
            "name": "LINEAR B IDEOGRAM VESSEL B213"
        },
        {
            "codepoint": "100ED",
            "name": "LINEAR B IDEOGRAM VESSEL B214"
        },
        {
            "codepoint": "100EE",
            "name": "LINEAR B IDEOGRAM VESSEL B215"
        },
        {
            "codepoint": "100EF",
            "name": "LINEAR B IDEOGRAM VESSEL B216"
        },
        {
            "codepoint": "100F0",
            "name": "LINEAR B IDEOGRAM VESSEL B217"
        },
        {
            "codepoint": "100F1",
            "name": "LINEAR B IDEOGRAM VESSEL B218"
        },
        {
            "codepoint": "100F2",
            "name": "LINEAR B IDEOGRAM VESSEL B219"
        },
        {
            "codepoint": "100F3",
            "name": "LINEAR B IDEOGRAM VESSEL B221"
        },
        {
            "codepoint": "100F4",
            "name": "LINEAR B IDEOGRAM VESSEL B222"
        },
        {
            "codepoint": "100F5",
            "name": "LINEAR B IDEOGRAM VESSEL B226"
        },
        {
            "codepoint": "100F6",
            "name": "LINEAR B IDEOGRAM VESSEL B227"
        },
        {
            "codepoint": "100F7",
            "name": "LINEAR B IDEOGRAM VESSEL B228"
        },
        {
            "codepoint": "100F8",
            "name": "LINEAR B IDEOGRAM VESSEL B229"
        },
        {
            "codepoint": "100F9",
            "name": "LINEAR B IDEOGRAM VESSEL B250"
        },
        {
            "codepoint": "100FA",
            "name": "LINEAR B IDEOGRAM VESSEL B305",
            "comments": [
                "the shape of this ideogram is only partially known"
            ]
        },
        {
            "codepoint": "10100",
            "name": "AEGEAN WORD SEPARATOR LINE"
        },
        {
            "codepoint": "10101",
            "name": "AEGEAN WORD SEPARATOR DOT"
        },
        {
            "codepoint": "10102",
            "name": "AEGEAN CHECK MARK"
        },
        {
            "codepoint": "10107",
            "name": "AEGEAN NUMBER ONE"
        },
        {
            "codepoint": "10108",
            "name": "AEGEAN NUMBER TWO"
        },
        {
            "codepoint": "10109",
            "name": "AEGEAN NUMBER THREE"
        },
        {
            "codepoint": "1010A",
            "name": "AEGEAN NUMBER FOUR"
        },
        {
            "codepoint": "1010B",
            "name": "AEGEAN NUMBER FIVE"
        },
        {
            "codepoint": "1010C",
            "name": "AEGEAN NUMBER SIX"
        },
        {
            "codepoint": "1010D",
            "name": "AEGEAN NUMBER SEVEN"
        },
        {
            "codepoint": "1010E",
            "name": "AEGEAN NUMBER EIGHT"
        },
        {
            "codepoint": "1010F",
            "name": "AEGEAN NUMBER NINE"
        },
        {
            "codepoint": "10110",
            "name": "AEGEAN NUMBER TEN"
        },
        {
            "codepoint": "10111",
            "name": "AEGEAN NUMBER TWENTY"
        },
        {
            "codepoint": "10112",
            "name": "AEGEAN NUMBER THIRTY"
        },
        {
            "codepoint": "10113",
            "name": "AEGEAN NUMBER FORTY"
        },
        {
            "codepoint": "10114",
            "name": "AEGEAN NUMBER FIFTY"
        },
        {
            "codepoint": "10115",
            "name": "AEGEAN NUMBER SIXTY"
        },
        {
            "codepoint": "10116",
            "name": "AEGEAN NUMBER SEVENTY"
        },
        {
            "codepoint": "10117",
            "name": "AEGEAN NUMBER EIGHTY"
        },
        {
            "codepoint": "10118",
            "name": "AEGEAN NUMBER NINETY"
        },
        {
            "codepoint": "10119",
            "name": "AEGEAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "1011A",
            "name": "AEGEAN NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "1011B",
            "name": "AEGEAN NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "1011C",
            "name": "AEGEAN NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "1011D",
            "name": "AEGEAN NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "1011E",
            "name": "AEGEAN NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "1011F",
            "name": "AEGEAN NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "10120",
            "name": "AEGEAN NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "10121",
            "name": "AEGEAN NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "10122",
            "name": "AEGEAN NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "10123",
            "name": "AEGEAN NUMBER TWO THOUSAND"
        },
        {
            "codepoint": "10124",
            "name": "AEGEAN NUMBER THREE THOUSAND"
        },
        {
            "codepoint": "10125",
            "name": "AEGEAN NUMBER FOUR THOUSAND"
        },
        {
            "codepoint": "10126",
            "name": "AEGEAN NUMBER FIVE THOUSAND"
        },
        {
            "codepoint": "10127",
            "name": "AEGEAN NUMBER SIX THOUSAND"
        },
        {
            "codepoint": "10128",
            "name": "AEGEAN NUMBER SEVEN THOUSAND"
        },
        {
            "codepoint": "10129",
            "name": "AEGEAN NUMBER EIGHT THOUSAND"
        },
        {
            "codepoint": "1012A",
            "name": "AEGEAN NUMBER NINE THOUSAND"
        },
        {
            "codepoint": "1012B",
            "name": "AEGEAN NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "1012C",
            "name": "AEGEAN NUMBER TWENTY THOUSAND"
        },
        {
            "codepoint": "1012D",
            "name": "AEGEAN NUMBER THIRTY THOUSAND"
        },
        {
            "codepoint": "1012E",
            "name": "AEGEAN NUMBER FORTY THOUSAND"
        },
        {
            "codepoint": "1012F",
            "name": "AEGEAN NUMBER FIFTY THOUSAND"
        },
        {
            "codepoint": "10130",
            "name": "AEGEAN NUMBER SIXTY THOUSAND"
        },
        {
            "codepoint": "10131",
            "name": "AEGEAN NUMBER SEVENTY THOUSAND"
        },
        {
            "codepoint": "10132",
            "name": "AEGEAN NUMBER EIGHTY THOUSAND"
        },
        {
            "codepoint": "10133",
            "name": "AEGEAN NUMBER NINETY THOUSAND"
        },
        {
            "codepoint": "10137",
            "name": "AEGEAN WEIGHT BASE UNIT"
        },
        {
            "codepoint": "10138",
            "name": "AEGEAN WEIGHT FIRST SUBUNIT"
        },
        {
            "codepoint": "10139",
            "name": "AEGEAN WEIGHT SECOND SUBUNIT"
        },
        {
            "codepoint": "1013A",
            "name": "AEGEAN WEIGHT THIRD SUBUNIT"
        },
        {
            "codepoint": "1013B",
            "name": "AEGEAN WEIGHT FOURTH SUBUNIT"
        },
        {
            "codepoint": "1013C",
            "name": "AEGEAN DRY MEASURE FIRST SUBUNIT"
        },
        {
            "codepoint": "1013D",
            "name": "AEGEAN LIQUID MEASURE FIRST SUBUNIT"
        },
        {
            "codepoint": "1013E",
            "name": "AEGEAN MEASURE SECOND SUBUNIT"
        },
        {
            "codepoint": "1013F",
            "name": "AEGEAN MEASURE THIRD SUBUNIT"
        },
        {
            "codepoint": "10140",
            "name": "GREEK ACROPHONIC ATTIC ONE QUARTER"
        },
        {
            "codepoint": "10141",
            "name": "GREEK ACROPHONIC ATTIC ONE HALF"
        },
        {
            "codepoint": "10142",
            "name": "GREEK ACROPHONIC ATTIC ONE DRACHMA"
        },
        {
            "codepoint": "10143",
            "name": "GREEK ACROPHONIC ATTIC FIVE"
        },
        {
            "codepoint": "10144",
            "name": "GREEK ACROPHONIC ATTIC FIFTY"
        },
        {
            "codepoint": "10145",
            "name": "GREEK ACROPHONIC ATTIC FIVE HUNDRED"
        },
        {
            "codepoint": "10146",
            "name": "GREEK ACROPHONIC ATTIC FIVE THOUSAND"
        },
        {
            "codepoint": "10147",
            "name": "GREEK ACROPHONIC ATTIC FIFTY THOUSAND"
        },
        {
            "codepoint": "10148",
            "name": "GREEK ACROPHONIC ATTIC FIVE TALENTS"
        },
        {
            "codepoint": "10149",
            "name": "GREEK ACROPHONIC ATTIC TEN TALENTS"
        },
        {
            "codepoint": "1014A",
            "name": "GREEK ACROPHONIC ATTIC FIFTY TALENTS"
        },
        {
            "codepoint": "1014B",
            "name": "GREEK ACROPHONIC ATTIC ONE HUNDRED TALENTS"
        },
        {
            "codepoint": "1014C",
            "name": "GREEK ACROPHONIC ATTIC FIVE HUNDRED TALENTS"
        },
        {
            "codepoint": "1014D",
            "name": "GREEK ACROPHONIC ATTIC ONE THOUSAND TALENTS"
        },
        {
            "codepoint": "1014E",
            "name": "GREEK ACROPHONIC ATTIC FIVE THOUSAND TALENTS"
        },
        {
            "codepoint": "1014F",
            "name": "GREEK ACROPHONIC ATTIC FIVE STATERS"
        },
        {
            "codepoint": "10150",
            "name": "GREEK ACROPHONIC ATTIC TEN STATERS"
        },
        {
            "codepoint": "10151",
            "name": "GREEK ACROPHONIC ATTIC FIFTY STATERS"
        },
        {
            "codepoint": "10152",
            "name": "GREEK ACROPHONIC ATTIC ONE HUNDRED STATERS"
        },
        {
            "codepoint": "10153",
            "name": "GREEK ACROPHONIC ATTIC FIVE HUNDRED STATERS"
        },
        {
            "codepoint": "10154",
            "name": "GREEK ACROPHONIC ATTIC ONE THOUSAND STATERS"
        },
        {
            "codepoint": "10155",
            "name": "GREEK ACROPHONIC ATTIC TEN THOUSAND STATERS"
        },
        {
            "codepoint": "10156",
            "name": "GREEK ACROPHONIC ATTIC FIFTY THOUSAND STATERS"
        },
        {
            "codepoint": "10157",
            "name": "GREEK ACROPHONIC ATTIC TEN MNAS"
        },
        {
            "codepoint": "10158",
            "name": "GREEK ACROPHONIC HERAEUM ONE PLETHRON"
        },
        {
            "codepoint": "10159",
            "name": "GREEK ACROPHONIC THESPIAN ONE"
        },
        {
            "codepoint": "1015A",
            "name": "GREEK ACROPHONIC HERMIONIAN ONE"
        },
        {
            "codepoint": "1015B",
            "name": "GREEK ACROPHONIC EPIDAUREAN TWO",
            "crossReferences": [
                "(two dot punctuation - 205A)"
            ]
        },
        {
            "codepoint": "1015C",
            "name": "GREEK ACROPHONIC THESPIAN TWO"
        },
        {
            "codepoint": "1015D",
            "name": "GREEK ACROPHONIC CYRENAIC TWO DRACHMAS"
        },
        {
            "codepoint": "1015E",
            "name": "GREEK ACROPHONIC EPIDAUREAN TWO DRACHMAS",
            "comments": [
                "top line is at cap height, unlike 10111"
            ],
            "crossReferences": [
                "(aegean number twenty - 10111)"
            ]
        },
        {
            "codepoint": "1015F",
            "name": "GREEK ACROPHONIC TROEZENIAN FIVE"
        },
        {
            "codepoint": "10160",
            "name": "GREEK ACROPHONIC TROEZENIAN TEN"
        },
        {
            "codepoint": "10161",
            "name": "GREEK ACROPHONIC TROEZENIAN TEN ALTERNATE FORM"
        },
        {
            "codepoint": "10162",
            "name": "GREEK ACROPHONIC HERMIONIAN TEN"
        },
        {
            "codepoint": "10163",
            "name": "GREEK ACROPHONIC MESSENIAN TEN"
        },
        {
            "codepoint": "10164",
            "name": "GREEK ACROPHONIC THESPIAN TEN"
        },
        {
            "codepoint": "10165",
            "name": "GREEK ACROPHONIC THESPIAN THIRTY"
        },
        {
            "codepoint": "10166",
            "name": "GREEK ACROPHONIC TROEZENIAN FIFTY"
        },
        {
            "codepoint": "10167",
            "name": "GREEK ACROPHONIC TROEZENIAN FIFTY ALTERNATE FORM"
        },
        {
            "codepoint": "10168",
            "name": "GREEK ACROPHONIC HERMIONIAN FIFTY"
        },
        {
            "codepoint": "10169",
            "name": "GREEK ACROPHONIC THESPIAN FIFTY"
        },
        {
            "codepoint": "1016A",
            "name": "GREEK ACROPHONIC THESPIAN ONE HUNDRED"
        },
        {
            "codepoint": "1016B",
            "name": "GREEK ACROPHONIC THESPIAN THREE HUNDRED"
        },
        {
            "codepoint": "1016C",
            "name": "GREEK ACROPHONIC EPIDAUREAN FIVE HUNDRED"
        },
        {
            "codepoint": "1016D",
            "name": "GREEK ACROPHONIC TROEZENIAN FIVE HUNDRED"
        },
        {
            "codepoint": "1016E",
            "name": "GREEK ACROPHONIC THESPIAN FIVE HUNDRED"
        },
        {
            "codepoint": "1016F",
            "name": "GREEK ACROPHONIC CARYSTIAN FIVE HUNDRED"
        },
        {
            "codepoint": "10170",
            "name": "GREEK ACROPHONIC NAXIAN FIVE HUNDRED"
        },
        {
            "codepoint": "10171",
            "name": "GREEK ACROPHONIC THESPIAN ONE THOUSAND"
        },
        {
            "codepoint": "10172",
            "name": "GREEK ACROPHONIC THESPIAN FIVE THOUSAND"
        },
        {
            "codepoint": "10173",
            "name": "GREEK ACROPHONIC DELPHIC FIVE MNAS"
        },
        {
            "codepoint": "10174",
            "name": "GREEK ACROPHONIC STRATIAN FIFTY MNAS"
        },
        {
            "codepoint": "10175",
            "name": "GREEK ONE HALF SIGN"
        },
        {
            "codepoint": "10176",
            "name": "GREEK ONE HALF SIGN ALTERNATE FORM"
        },
        {
            "codepoint": "10177",
            "name": "GREEK TWO THIRDS SIGN"
        },
        {
            "codepoint": "10178",
            "name": "GREEK THREE QUARTERS SIGN"
        },
        {
            "codepoint": "10179",
            "name": "GREEK YEAR SIGN"
        },
        {
            "codepoint": "1017A",
            "name": "GREEK TALENT SIGN"
        },
        {
            "codepoint": "1017B",
            "name": "GREEK DRACHMA SIGN"
        },
        {
            "codepoint": "1017C",
            "name": "GREEK OBOL SIGN"
        },
        {
            "codepoint": "1017D",
            "name": "GREEK TWO OBOLS SIGN"
        },
        {
            "codepoint": "1017E",
            "name": "GREEK THREE OBOLS SIGN"
        },
        {
            "codepoint": "1017F",
            "name": "GREEK FOUR OBOLS SIGN"
        },
        {
            "codepoint": "10180",
            "name": "GREEK FIVE OBOLS SIGN"
        },
        {
            "codepoint": "10181",
            "name": "GREEK METRETES SIGN"
        },
        {
            "codepoint": "10182",
            "name": "GREEK KYATHOS BASE SIGN"
        },
        {
            "codepoint": "10183",
            "name": "GREEK LITRA SIGN"
        },
        {
            "codepoint": "10184",
            "name": "GREEK OUNKIA SIGN"
        },
        {
            "codepoint": "10185",
            "name": "GREEK XESTES SIGN"
        },
        {
            "codepoint": "10186",
            "name": "GREEK ARTABE SIGN"
        },
        {
            "codepoint": "10187",
            "name": "GREEK AROURA SIGN"
        },
        {
            "codepoint": "10188",
            "name": "GREEK GRAMMA SIGN"
        },
        {
            "codepoint": "10189",
            "name": "GREEK TRYBLION BASE SIGN"
        },
        {
            "codepoint": "1018A",
            "name": "GREEK ZERO SIGN"
        },
        {
            "codepoint": "1018B",
            "name": "GREEK ONE QUARTER SIGN"
        },
        {
            "codepoint": "1018C",
            "name": "GREEK SINUSOID SIGN",
            "comments": [
                "designates year"
            ]
        },
        {
            "codepoint": "1018D",
            "name": "GREEK INDICTION SIGN",
            "comments": [
                "timekeeping"
            ]
        },
        {
            "codepoint": "1018E",
            "name": "NOMISMA SIGN",
            "comments": [
                "currency sign and marker of weight"
            ]
        },
        {
            "codepoint": "10190",
            "name": "ROMAN SEXTANS SIGN",
            "crossReferences": [
                "(equals sign - 003D)"
            ]
        },
        {
            "codepoint": "10191",
            "name": "ROMAN UNCIA SIGN",
            "crossReferences": [
                "(hyphen-minus - 002D)"
            ]
        },
        {
            "codepoint": "10192",
            "name": "ROMAN SEMUNCIA SIGN",
            "crossReferences": [
                "(pound sign - 00A3)"
            ]
        },
        {
            "codepoint": "10193",
            "name": "ROMAN SEXTULA SIGN",
            "crossReferences": [
                "(cyrillic capital letter reversed dze - A644)"
            ]
        },
        {
            "codepoint": "10194",
            "name": "ROMAN DIMIDIA SEXTULA SIGN"
        },
        {
            "codepoint": "10195",
            "name": "ROMAN SILIQUA SIGN"
        },
        {
            "codepoint": "10196",
            "name": "ROMAN DENARIUS SIGN"
        },
        {
            "codepoint": "10197",
            "name": "ROMAN QUINARIUS SIGN"
        },
        {
            "codepoint": "10198",
            "name": "ROMAN SESTERTIUS SIGN"
        },
        {
            "codepoint": "10199",
            "name": "ROMAN DUPONDIUS SIGN"
        },
        {
            "codepoint": "1019A",
            "name": "ROMAN AS SIGN",
            "crossReferences": [
                "(apl functional symbol slash bar - 233F)"
            ]
        },
        {
            "codepoint": "1019B",
            "name": "ROMAN CENTURIAL SIGN"
        },
        {
            "codepoint": "1019C",
            "name": "ASCIA SYMBOL"
        },
        {
            "codepoint": "101A0",
            "name": "GREEK SYMBOL TAU RHO",
            "aliases": [
                "rho-cross, staurogram"
            ],
            "crossReferences": [
                "(chi rho - 2627)",
                "(coptic symbol tau ro - 2CE8)"
            ]
        },
        {
            "codepoint": "101D0",
            "name": "PHAISTOS DISC SIGN PEDESTRIAN"
        },
        {
            "codepoint": "101D1",
            "name": "PHAISTOS DISC SIGN PLUMED HEAD"
        },
        {
            "codepoint": "101D2",
            "name": "PHAISTOS DISC SIGN TATTOOED HEAD"
        },
        {
            "codepoint": "101D3",
            "name": "PHAISTOS DISC SIGN CAPTIVE"
        },
        {
            "codepoint": "101D4",
            "name": "PHAISTOS DISC SIGN CHILD"
        },
        {
            "codepoint": "101D5",
            "name": "PHAISTOS DISC SIGN WOMAN"
        },
        {
            "codepoint": "101D6",
            "name": "PHAISTOS DISC SIGN HELMET"
        },
        {
            "codepoint": "101D7",
            "name": "PHAISTOS DISC SIGN GAUNTLET"
        },
        {
            "codepoint": "101D8",
            "name": "PHAISTOS DISC SIGN TIARA"
        },
        {
            "codepoint": "101D9",
            "name": "PHAISTOS DISC SIGN ARROW"
        },
        {
            "codepoint": "101DA",
            "name": "PHAISTOS DISC SIGN BOW"
        },
        {
            "codepoint": "101DB",
            "name": "PHAISTOS DISC SIGN SHIELD"
        },
        {
            "codepoint": "101DC",
            "name": "PHAISTOS DISC SIGN CLUB"
        },
        {
            "codepoint": "101DD",
            "name": "PHAISTOS DISC SIGN MANACLES"
        },
        {
            "codepoint": "101DE",
            "name": "PHAISTOS DISC SIGN MATTOCK"
        },
        {
            "codepoint": "101DF",
            "name": "PHAISTOS DISC SIGN SAW"
        },
        {
            "codepoint": "101E0",
            "name": "PHAISTOS DISC SIGN LID"
        },
        {
            "codepoint": "101E1",
            "name": "PHAISTOS DISC SIGN BOOMERANG"
        },
        {
            "codepoint": "101E2",
            "name": "PHAISTOS DISC SIGN CARPENTRY PLANE"
        },
        {
            "codepoint": "101E3",
            "name": "PHAISTOS DISC SIGN DOLIUM"
        },
        {
            "codepoint": "101E4",
            "name": "PHAISTOS DISC SIGN COMB"
        },
        {
            "codepoint": "101E5",
            "name": "PHAISTOS DISC SIGN SLING"
        },
        {
            "codepoint": "101E6",
            "name": "PHAISTOS DISC SIGN COLUMN"
        },
        {
            "codepoint": "101E7",
            "name": "PHAISTOS DISC SIGN BEEHIVE"
        },
        {
            "codepoint": "101E8",
            "name": "PHAISTOS DISC SIGN SHIP"
        },
        {
            "codepoint": "101E9",
            "name": "PHAISTOS DISC SIGN HORN"
        },
        {
            "codepoint": "101EA",
            "name": "PHAISTOS DISC SIGN HIDE"
        },
        {
            "codepoint": "101EB",
            "name": "PHAISTOS DISC SIGN BULLS LEG"
        },
        {
            "codepoint": "101EC",
            "name": "PHAISTOS DISC SIGN CAT"
        },
        {
            "codepoint": "101ED",
            "name": "PHAISTOS DISC SIGN RAM"
        },
        {
            "codepoint": "101EE",
            "name": "PHAISTOS DISC SIGN EAGLE"
        },
        {
            "codepoint": "101EF",
            "name": "PHAISTOS DISC SIGN DOVE"
        },
        {
            "codepoint": "101F0",
            "name": "PHAISTOS DISC SIGN TUNNY"
        },
        {
            "codepoint": "101F1",
            "name": "PHAISTOS DISC SIGN BEE"
        },
        {
            "codepoint": "101F2",
            "name": "PHAISTOS DISC SIGN PLANE TREE"
        },
        {
            "codepoint": "101F3",
            "name": "PHAISTOS DISC SIGN VINE"
        },
        {
            "codepoint": "101F4",
            "name": "PHAISTOS DISC SIGN PAPYRUS"
        },
        {
            "codepoint": "101F5",
            "name": "PHAISTOS DISC SIGN ROSETTE"
        },
        {
            "codepoint": "101F6",
            "name": "PHAISTOS DISC SIGN LILY"
        },
        {
            "codepoint": "101F7",
            "name": "PHAISTOS DISC SIGN OX BACK"
        },
        {
            "codepoint": "101F8",
            "name": "PHAISTOS DISC SIGN FLUTE"
        },
        {
            "codepoint": "101F9",
            "name": "PHAISTOS DISC SIGN GRATER"
        },
        {
            "codepoint": "101FA",
            "name": "PHAISTOS DISC SIGN STRAINER"
        },
        {
            "codepoint": "101FB",
            "name": "PHAISTOS DISC SIGN SMALL AXE"
        },
        {
            "codepoint": "101FC",
            "name": "PHAISTOS DISC SIGN WAVY BAND"
        },
        {
            "codepoint": "101FD",
            "name": "PHAISTOS DISC SIGN COMBINING OBLIQUE STROKE"
        },
        {
            "codepoint": "10280",
            "name": "LYCIAN LETTER A"
        },
        {
            "codepoint": "10281",
            "name": "LYCIAN LETTER E"
        },
        {
            "codepoint": "10282",
            "name": "LYCIAN LETTER B"
        },
        {
            "codepoint": "10283",
            "name": "LYCIAN LETTER BH"
        },
        {
            "codepoint": "10284",
            "name": "LYCIAN LETTER G"
        },
        {
            "codepoint": "10285",
            "name": "LYCIAN LETTER D"
        },
        {
            "codepoint": "10286",
            "name": "LYCIAN LETTER I"
        },
        {
            "codepoint": "10287",
            "name": "LYCIAN LETTER W"
        },
        {
            "codepoint": "10288",
            "name": "LYCIAN LETTER Z"
        },
        {
            "codepoint": "10289",
            "name": "LYCIAN LETTER TH"
        },
        {
            "codepoint": "1028A",
            "name": "LYCIAN LETTER J"
        },
        {
            "codepoint": "1028B",
            "name": "LYCIAN LETTER K"
        },
        {
            "codepoint": "1028C",
            "name": "LYCIAN LETTER Q"
        },
        {
            "codepoint": "1028D",
            "name": "LYCIAN LETTER L"
        },
        {
            "codepoint": "1028E",
            "name": "LYCIAN LETTER M"
        },
        {
            "codepoint": "1028F",
            "name": "LYCIAN LETTER N"
        },
        {
            "codepoint": "10290",
            "name": "LYCIAN LETTER MM"
        },
        {
            "codepoint": "10291",
            "name": "LYCIAN LETTER NN"
        },
        {
            "codepoint": "10292",
            "name": "LYCIAN LETTER U"
        },
        {
            "codepoint": "10293",
            "name": "LYCIAN LETTER P"
        },
        {
            "codepoint": "10294",
            "name": "LYCIAN LETTER KK"
        },
        {
            "codepoint": "10295",
            "name": "LYCIAN LETTER R"
        },
        {
            "codepoint": "10296",
            "name": "LYCIAN LETTER S"
        },
        {
            "codepoint": "10297",
            "name": "LYCIAN LETTER T"
        },
        {
            "codepoint": "10298",
            "name": "LYCIAN LETTER TT"
        },
        {
            "codepoint": "10299",
            "name": "LYCIAN LETTER AN"
        },
        {
            "codepoint": "1029A",
            "name": "LYCIAN LETTER EN"
        },
        {
            "codepoint": "1029B",
            "name": "LYCIAN LETTER H"
        },
        {
            "codepoint": "1029C",
            "name": "LYCIAN LETTER X"
        },
        {
            "codepoint": "102A0",
            "name": "CARIAN LETTER A"
        },
        {
            "codepoint": "102A1",
            "name": "CARIAN LETTER P2"
        },
        {
            "codepoint": "102A2",
            "name": "CARIAN LETTER D"
        },
        {
            "codepoint": "102A3",
            "name": "CARIAN LETTER L"
        },
        {
            "codepoint": "102A4",
            "name": "CARIAN LETTER UUU"
        },
        {
            "codepoint": "102A5",
            "name": "CARIAN LETTER R"
        },
        {
            "codepoint": "102A6",
            "name": "CARIAN LETTER LD"
        },
        {
            "codepoint": "102A7",
            "name": "CARIAN LETTER A2"
        },
        {
            "codepoint": "102A8",
            "name": "CARIAN LETTER Q"
        },
        {
            "codepoint": "102A9",
            "name": "CARIAN LETTER B"
        },
        {
            "codepoint": "102AA",
            "name": "CARIAN LETTER M"
        },
        {
            "codepoint": "102AB",
            "name": "CARIAN LETTER O"
        },
        {
            "codepoint": "102AC",
            "name": "CARIAN LETTER D2"
        },
        {
            "codepoint": "102AD",
            "name": "CARIAN LETTER T"
        },
        {
            "codepoint": "102AE",
            "name": "CARIAN LETTER SH"
        },
        {
            "codepoint": "102AF",
            "name": "CARIAN LETTER SH2"
        },
        {
            "codepoint": "102B0",
            "name": "CARIAN LETTER S"
        },
        {
            "codepoint": "102B1",
            "name": "CARIAN LETTER C-18"
        },
        {
            "codepoint": "102B2",
            "name": "CARIAN LETTER U"
        },
        {
            "codepoint": "102B3",
            "name": "CARIAN LETTER NN"
        },
        {
            "codepoint": "102B4",
            "name": "CARIAN LETTER X"
        },
        {
            "codepoint": "102B5",
            "name": "CARIAN LETTER N"
        },
        {
            "codepoint": "102B6",
            "name": "CARIAN LETTER TT2"
        },
        {
            "codepoint": "102B7",
            "name": "CARIAN LETTER P"
        },
        {
            "codepoint": "102B8",
            "name": "CARIAN LETTER SS"
        },
        {
            "codepoint": "102B9",
            "name": "CARIAN LETTER I"
        },
        {
            "codepoint": "102BA",
            "name": "CARIAN LETTER E"
        },
        {
            "codepoint": "102BB",
            "name": "CARIAN LETTER UUUU"
        },
        {
            "codepoint": "102BC",
            "name": "CARIAN LETTER K"
        },
        {
            "codepoint": "102BD",
            "name": "CARIAN LETTER K2"
        },
        {
            "codepoint": "102BE",
            "name": "CARIAN LETTER ND"
        },
        {
            "codepoint": "102BF",
            "name": "CARIAN LETTER UU"
        },
        {
            "codepoint": "102C0",
            "name": "CARIAN LETTER G"
        },
        {
            "codepoint": "102C1",
            "name": "CARIAN LETTER G2"
        },
        {
            "codepoint": "102C2",
            "name": "CARIAN LETTER ST"
        },
        {
            "codepoint": "102C3",
            "name": "CARIAN LETTER ST2"
        },
        {
            "codepoint": "102C4",
            "name": "CARIAN LETTER NG"
        },
        {
            "codepoint": "102C5",
            "name": "CARIAN LETTER II"
        },
        {
            "codepoint": "102C6",
            "name": "CARIAN LETTER C-39"
        },
        {
            "codepoint": "102C7",
            "name": "CARIAN LETTER TT"
        },
        {
            "codepoint": "102C8",
            "name": "CARIAN LETTER UUU2"
        },
        {
            "codepoint": "102C9",
            "name": "CARIAN LETTER RR"
        },
        {
            "codepoint": "102CA",
            "name": "CARIAN LETTER MB"
        },
        {
            "codepoint": "102CB",
            "name": "CARIAN LETTER MB2"
        },
        {
            "codepoint": "102CC",
            "name": "CARIAN LETTER MB3"
        },
        {
            "codepoint": "102CD",
            "name": "CARIAN LETTER MB4"
        },
        {
            "codepoint": "102CE",
            "name": "CARIAN LETTER LD2"
        },
        {
            "codepoint": "102CF",
            "name": "CARIAN LETTER E2"
        },
        {
            "codepoint": "102D0",
            "name": "CARIAN LETTER UUU3"
        },
        {
            "codepoint": "102E0",
            "name": "COPTIC EPACT THOUSANDS MARK"
        },
        {
            "codepoint": "102E1",
            "name": "COPTIC EPACT DIGIT ONE"
        },
        {
            "codepoint": "102E2",
            "name": "COPTIC EPACT DIGIT TWO"
        },
        {
            "codepoint": "102E3",
            "name": "COPTIC EPACT DIGIT THREE"
        },
        {
            "codepoint": "102E4",
            "name": "COPTIC EPACT DIGIT FOUR"
        },
        {
            "codepoint": "102E5",
            "name": "COPTIC EPACT DIGIT FIVE"
        },
        {
            "codepoint": "102E6",
            "name": "COPTIC EPACT DIGIT SIX"
        },
        {
            "codepoint": "102E7",
            "name": "COPTIC EPACT DIGIT SEVEN"
        },
        {
            "codepoint": "102E8",
            "name": "COPTIC EPACT DIGIT EIGHT"
        },
        {
            "codepoint": "102E9",
            "name": "COPTIC EPACT DIGIT NINE"
        },
        {
            "codepoint": "102EA",
            "name": "COPTIC EPACT NUMBER TEN"
        },
        {
            "codepoint": "102EB",
            "name": "COPTIC EPACT NUMBER TWENTY"
        },
        {
            "codepoint": "102EC",
            "name": "COPTIC EPACT NUMBER THIRTY"
        },
        {
            "codepoint": "102ED",
            "name": "COPTIC EPACT NUMBER FORTY"
        },
        {
            "codepoint": "102EE",
            "name": "COPTIC EPACT NUMBER FIFTY"
        },
        {
            "codepoint": "102EF",
            "name": "COPTIC EPACT NUMBER SIXTY"
        },
        {
            "codepoint": "102F0",
            "name": "COPTIC EPACT NUMBER SEVENTY"
        },
        {
            "codepoint": "102F1",
            "name": "COPTIC EPACT NUMBER EIGHTY"
        },
        {
            "codepoint": "102F2",
            "name": "COPTIC EPACT NUMBER NINETY"
        },
        {
            "codepoint": "102F3",
            "name": "COPTIC EPACT NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "102F4",
            "name": "COPTIC EPACT NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "102F5",
            "name": "COPTIC EPACT NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "102F6",
            "name": "COPTIC EPACT NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "102F7",
            "name": "COPTIC EPACT NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "102F8",
            "name": "COPTIC EPACT NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "102F9",
            "name": "COPTIC EPACT NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "102FA",
            "name": "COPTIC EPACT NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "102FB",
            "name": "COPTIC EPACT NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "10300",
            "name": "OLD ITALIC LETTER A"
        },
        {
            "codepoint": "10301",
            "name": "OLD ITALIC LETTER BE"
        },
        {
            "codepoint": "10302",
            "name": "OLD ITALIC LETTER KE"
        },
        {
            "codepoint": "10303",
            "name": "OLD ITALIC LETTER DE"
        },
        {
            "codepoint": "10304",
            "name": "OLD ITALIC LETTER E"
        },
        {
            "codepoint": "10305",
            "name": "OLD ITALIC LETTER VE"
        },
        {
            "codepoint": "10306",
            "name": "OLD ITALIC LETTER ZE"
        },
        {
            "codepoint": "10307",
            "name": "OLD ITALIC LETTER HE"
        },
        {
            "codepoint": "10308",
            "name": "OLD ITALIC LETTER THE"
        },
        {
            "codepoint": "10309",
            "name": "OLD ITALIC LETTER I"
        },
        {
            "codepoint": "1030A",
            "name": "OLD ITALIC LETTER KA"
        },
        {
            "codepoint": "1030B",
            "name": "OLD ITALIC LETTER EL"
        },
        {
            "codepoint": "1030C",
            "name": "OLD ITALIC LETTER EM"
        },
        {
            "codepoint": "1030D",
            "name": "OLD ITALIC LETTER EN"
        },
        {
            "codepoint": "1030E",
            "name": "OLD ITALIC LETTER ESH"
        },
        {
            "codepoint": "1030F",
            "name": "OLD ITALIC LETTER O",
            "comments": [
                "Faliscan"
            ]
        },
        {
            "codepoint": "10310",
            "name": "OLD ITALIC LETTER PE"
        },
        {
            "codepoint": "10311",
            "name": "OLD ITALIC LETTER SHE"
        },
        {
            "codepoint": "10312",
            "name": "OLD ITALIC LETTER KU"
        },
        {
            "codepoint": "10313",
            "name": "OLD ITALIC LETTER ER"
        },
        {
            "codepoint": "10314",
            "name": "OLD ITALIC LETTER ES"
        },
        {
            "codepoint": "10315",
            "name": "OLD ITALIC LETTER TE"
        },
        {
            "codepoint": "10316",
            "name": "OLD ITALIC LETTER U"
        },
        {
            "codepoint": "10317",
            "name": "OLD ITALIC LETTER EKS",
            "comments": [
                "Faliscan"
            ]
        },
        {
            "codepoint": "10318",
            "name": "OLD ITALIC LETTER PHE"
        },
        {
            "codepoint": "10319",
            "name": "OLD ITALIC LETTER KHE"
        },
        {
            "codepoint": "1031A",
            "name": "OLD ITALIC LETTER EF"
        },
        {
            "codepoint": "1031B",
            "name": "OLD ITALIC LETTER ERS"
        },
        {
            "codepoint": "1031C",
            "name": "OLD ITALIC LETTER CHE"
        },
        {
            "codepoint": "1031D",
            "name": "OLD ITALIC LETTER II"
        },
        {
            "codepoint": "1031E",
            "name": "OLD ITALIC LETTER UU"
        },
        {
            "codepoint": "1031F",
            "name": "OLD ITALIC LETTER ESS"
        },
        {
            "codepoint": "10320",
            "name": "OLD ITALIC NUMERAL ONE"
        },
        {
            "codepoint": "10321",
            "name": "OLD ITALIC NUMERAL FIVE"
        },
        {
            "codepoint": "10322",
            "name": "OLD ITALIC NUMERAL TEN"
        },
        {
            "codepoint": "10323",
            "name": "OLD ITALIC NUMERAL FIFTY"
        },
        {
            "codepoint": "1032D",
            "name": "OLD ITALIC LETTER YE"
        },
        {
            "codepoint": "1032E",
            "name": "OLD ITALIC LETTER NORTHERN TSE"
        },
        {
            "codepoint": "1032F",
            "name": "OLD ITALIC LETTER SOUTHERN TSE"
        },
        {
            "codepoint": "10330",
            "name": "GOTHIC LETTER AHSA"
        },
        {
            "codepoint": "10331",
            "name": "GOTHIC LETTER BAIRKAN"
        },
        {
            "codepoint": "10332",
            "name": "GOTHIC LETTER GIBA"
        },
        {
            "codepoint": "10333",
            "name": "GOTHIC LETTER DAGS"
        },
        {
            "codepoint": "10334",
            "name": "GOTHIC LETTER AIHVUS"
        },
        {
            "codepoint": "10335",
            "name": "GOTHIC LETTER QAIRTHRA"
        },
        {
            "codepoint": "10336",
            "name": "GOTHIC LETTER IUJA"
        },
        {
            "codepoint": "10337",
            "name": "GOTHIC LETTER HAGL"
        },
        {
            "codepoint": "10338",
            "name": "GOTHIC LETTER THIUTH"
        },
        {
            "codepoint": "10339",
            "name": "GOTHIC LETTER EIS"
        },
        {
            "codepoint": "1033A",
            "name": "GOTHIC LETTER KUSMA"
        },
        {
            "codepoint": "1033B",
            "name": "GOTHIC LETTER LAGUS"
        },
        {
            "codepoint": "1033C",
            "name": "GOTHIC LETTER MANNA"
        },
        {
            "codepoint": "1033D",
            "name": "GOTHIC LETTER NAUTHS"
        },
        {
            "codepoint": "1033E",
            "name": "GOTHIC LETTER JER"
        },
        {
            "codepoint": "1033F",
            "name": "GOTHIC LETTER URUS"
        },
        {
            "codepoint": "10340",
            "name": "GOTHIC LETTER PAIRTHRA"
        },
        {
            "codepoint": "10341",
            "name": "GOTHIC LETTER NINETY"
        },
        {
            "codepoint": "10342",
            "name": "GOTHIC LETTER RAIDA"
        },
        {
            "codepoint": "10343",
            "name": "GOTHIC LETTER SAUIL"
        },
        {
            "codepoint": "10344",
            "name": "GOTHIC LETTER TEIWS"
        },
        {
            "codepoint": "10345",
            "name": "GOTHIC LETTER WINJA"
        },
        {
            "codepoint": "10346",
            "name": "GOTHIC LETTER FAIHU"
        },
        {
            "codepoint": "10347",
            "name": "GOTHIC LETTER IGGWS"
        },
        {
            "codepoint": "10348",
            "name": "GOTHIC LETTER HWAIR"
        },
        {
            "codepoint": "10349",
            "name": "GOTHIC LETTER OTHAL"
        },
        {
            "codepoint": "1034A",
            "name": "GOTHIC LETTER NINE HUNDRED"
        },
        {
            "codepoint": "10350",
            "name": "OLD PERMIC LETTER AN"
        },
        {
            "codepoint": "10351",
            "name": "OLD PERMIC LETTER BUR"
        },
        {
            "codepoint": "10352",
            "name": "OLD PERMIC LETTER GAI"
        },
        {
            "codepoint": "10353",
            "name": "OLD PERMIC LETTER DOI"
        },
        {
            "codepoint": "10354",
            "name": "OLD PERMIC LETTER E"
        },
        {
            "codepoint": "10355",
            "name": "OLD PERMIC LETTER ZHOI"
        },
        {
            "codepoint": "10356",
            "name": "OLD PERMIC LETTER DZHOI"
        },
        {
            "codepoint": "10357",
            "name": "OLD PERMIC LETTER ZATA"
        },
        {
            "codepoint": "10358",
            "name": "OLD PERMIC LETTER DZITA"
        },
        {
            "codepoint": "10359",
            "name": "OLD PERMIC LETTER I"
        },
        {
            "codepoint": "1035A",
            "name": "OLD PERMIC LETTER KOKE"
        },
        {
            "codepoint": "1035B",
            "name": "OLD PERMIC LETTER LEI"
        },
        {
            "codepoint": "1035C",
            "name": "OLD PERMIC LETTER MENOE"
        },
        {
            "codepoint": "1035D",
            "name": "OLD PERMIC LETTER NENOE"
        },
        {
            "codepoint": "1035E",
            "name": "OLD PERMIC LETTER VOOI"
        },
        {
            "codepoint": "1035F",
            "name": "OLD PERMIC LETTER PEEI"
        },
        {
            "codepoint": "10360",
            "name": "OLD PERMIC LETTER REI"
        },
        {
            "codepoint": "10361",
            "name": "OLD PERMIC LETTER SII"
        },
        {
            "codepoint": "10362",
            "name": "OLD PERMIC LETTER TAI"
        },
        {
            "codepoint": "10363",
            "name": "OLD PERMIC LETTER U"
        },
        {
            "codepoint": "10364",
            "name": "OLD PERMIC LETTER CHERY"
        },
        {
            "codepoint": "10365",
            "name": "OLD PERMIC LETTER SHOOI"
        },
        {
            "codepoint": "10366",
            "name": "OLD PERMIC LETTER SHCHOOI"
        },
        {
            "codepoint": "10367",
            "name": "OLD PERMIC LETTER YRY"
        },
        {
            "codepoint": "10368",
            "name": "OLD PERMIC LETTER YERU"
        },
        {
            "codepoint": "10369",
            "name": "OLD PERMIC LETTER O"
        },
        {
            "codepoint": "1036A",
            "name": "OLD PERMIC LETTER OO"
        },
        {
            "codepoint": "1036B",
            "name": "OLD PERMIC LETTER EF"
        },
        {
            "codepoint": "1036C",
            "name": "OLD PERMIC LETTER HA"
        },
        {
            "codepoint": "1036D",
            "name": "OLD PERMIC LETTER TSIU"
        },
        {
            "codepoint": "1036E",
            "name": "OLD PERMIC LETTER VER"
        },
        {
            "codepoint": "1036F",
            "name": "OLD PERMIC LETTER YER"
        },
        {
            "codepoint": "10370",
            "name": "OLD PERMIC LETTER YERI"
        },
        {
            "codepoint": "10371",
            "name": "OLD PERMIC LETTER YAT"
        },
        {
            "codepoint": "10372",
            "name": "OLD PERMIC LETTER IE"
        },
        {
            "codepoint": "10373",
            "name": "OLD PERMIC LETTER YU"
        },
        {
            "codepoint": "10374",
            "name": "OLD PERMIC LETTER YA"
        },
        {
            "codepoint": "10375",
            "name": "OLD PERMIC LETTER IA"
        },
        {
            "codepoint": "10376",
            "name": "COMBINING OLD PERMIC LETTER AN"
        },
        {
            "codepoint": "10377",
            "name": "COMBINING OLD PERMIC LETTER DOI"
        },
        {
            "codepoint": "10378",
            "name": "COMBINING OLD PERMIC LETTER ZATA"
        },
        {
            "codepoint": "10379",
            "name": "COMBINING OLD PERMIC LETTER NENOE"
        },
        {
            "codepoint": "1037A",
            "name": "COMBINING OLD PERMIC LETTER SII"
        },
        {
            "codepoint": "10380",
            "name": "UGARITIC LETTER ALPA"
        },
        {
            "codepoint": "10381",
            "name": "UGARITIC LETTER BETA"
        },
        {
            "codepoint": "10382",
            "name": "UGARITIC LETTER GAMLA"
        },
        {
            "codepoint": "10383",
            "name": "UGARITIC LETTER KHA"
        },
        {
            "codepoint": "10384",
            "name": "UGARITIC LETTER DELTA"
        },
        {
            "codepoint": "10385",
            "name": "UGARITIC LETTER HO"
        },
        {
            "codepoint": "10386",
            "name": "UGARITIC LETTER WO"
        },
        {
            "codepoint": "10387",
            "name": "UGARITIC LETTER ZETA"
        },
        {
            "codepoint": "10388",
            "name": "UGARITIC LETTER HOTA"
        },
        {
            "codepoint": "10389",
            "name": "UGARITIC LETTER TET"
        },
        {
            "codepoint": "1038A",
            "name": "UGARITIC LETTER YOD"
        },
        {
            "codepoint": "1038B",
            "name": "UGARITIC LETTER KAF"
        },
        {
            "codepoint": "1038C",
            "name": "UGARITIC LETTER SHIN"
        },
        {
            "codepoint": "1038D",
            "name": "UGARITIC LETTER LAMDA"
        },
        {
            "codepoint": "1038E",
            "name": "UGARITIC LETTER MEM"
        },
        {
            "codepoint": "1038F",
            "name": "UGARITIC LETTER DHAL"
        },
        {
            "codepoint": "10390",
            "name": "UGARITIC LETTER NUN"
        },
        {
            "codepoint": "10391",
            "name": "UGARITIC LETTER ZU"
        },
        {
            "codepoint": "10392",
            "name": "UGARITIC LETTER SAMKA"
        },
        {
            "codepoint": "10393",
            "name": "UGARITIC LETTER AIN"
        },
        {
            "codepoint": "10394",
            "name": "UGARITIC LETTER PU"
        },
        {
            "codepoint": "10395",
            "name": "UGARITIC LETTER SADE"
        },
        {
            "codepoint": "10396",
            "name": "UGARITIC LETTER QOPA"
        },
        {
            "codepoint": "10397",
            "name": "UGARITIC LETTER RASHA"
        },
        {
            "codepoint": "10398",
            "name": "UGARITIC LETTER THANNA"
        },
        {
            "codepoint": "10399",
            "name": "UGARITIC LETTER GHAIN"
        },
        {
            "codepoint": "1039A",
            "name": "UGARITIC LETTER TO"
        },
        {
            "codepoint": "1039B",
            "name": "UGARITIC LETTER I"
        },
        {
            "codepoint": "1039C",
            "name": "UGARITIC LETTER U"
        },
        {
            "codepoint": "1039D",
            "name": "UGARITIC LETTER SSU"
        },
        {
            "codepoint": "1039F",
            "name": "UGARITIC WORD DIVIDER"
        },
        {
            "codepoint": "103A0",
            "name": "OLD PERSIAN SIGN A"
        },
        {
            "codepoint": "103A1",
            "name": "OLD PERSIAN SIGN I"
        },
        {
            "codepoint": "103A2",
            "name": "OLD PERSIAN SIGN U"
        },
        {
            "codepoint": "103A3",
            "name": "OLD PERSIAN SIGN KA"
        },
        {
            "codepoint": "103A4",
            "name": "OLD PERSIAN SIGN KU"
        },
        {
            "codepoint": "103A5",
            "name": "OLD PERSIAN SIGN GA"
        },
        {
            "codepoint": "103A6",
            "name": "OLD PERSIAN SIGN GU"
        },
        {
            "codepoint": "103A7",
            "name": "OLD PERSIAN SIGN XA"
        },
        {
            "codepoint": "103A8",
            "name": "OLD PERSIAN SIGN CA"
        },
        {
            "codepoint": "103A9",
            "name": "OLD PERSIAN SIGN JA"
        },
        {
            "codepoint": "103AA",
            "name": "OLD PERSIAN SIGN JI"
        },
        {
            "codepoint": "103AB",
            "name": "OLD PERSIAN SIGN TA"
        },
        {
            "codepoint": "103AC",
            "name": "OLD PERSIAN SIGN TU"
        },
        {
            "codepoint": "103AD",
            "name": "OLD PERSIAN SIGN DA"
        },
        {
            "codepoint": "103AE",
            "name": "OLD PERSIAN SIGN DI"
        },
        {
            "codepoint": "103AF",
            "name": "OLD PERSIAN SIGN DU"
        },
        {
            "codepoint": "103B0",
            "name": "OLD PERSIAN SIGN THA"
        },
        {
            "codepoint": "103B1",
            "name": "OLD PERSIAN SIGN PA"
        },
        {
            "codepoint": "103B2",
            "name": "OLD PERSIAN SIGN BA"
        },
        {
            "codepoint": "103B3",
            "name": "OLD PERSIAN SIGN FA"
        },
        {
            "codepoint": "103B4",
            "name": "OLD PERSIAN SIGN NA"
        },
        {
            "codepoint": "103B5",
            "name": "OLD PERSIAN SIGN NU"
        },
        {
            "codepoint": "103B6",
            "name": "OLD PERSIAN SIGN MA"
        },
        {
            "codepoint": "103B7",
            "name": "OLD PERSIAN SIGN MI"
        },
        {
            "codepoint": "103B8",
            "name": "OLD PERSIAN SIGN MU"
        },
        {
            "codepoint": "103B9",
            "name": "OLD PERSIAN SIGN YA"
        },
        {
            "codepoint": "103BA",
            "name": "OLD PERSIAN SIGN VA"
        },
        {
            "codepoint": "103BB",
            "name": "OLD PERSIAN SIGN VI"
        },
        {
            "codepoint": "103BC",
            "name": "OLD PERSIAN SIGN RA"
        },
        {
            "codepoint": "103BD",
            "name": "OLD PERSIAN SIGN RU"
        },
        {
            "codepoint": "103BE",
            "name": "OLD PERSIAN SIGN LA"
        },
        {
            "codepoint": "103BF",
            "name": "OLD PERSIAN SIGN SA"
        },
        {
            "codepoint": "103C0",
            "name": "OLD PERSIAN SIGN ZA"
        },
        {
            "codepoint": "103C1",
            "name": "OLD PERSIAN SIGN SHA"
        },
        {
            "codepoint": "103C2",
            "name": "OLD PERSIAN SIGN SSA"
        },
        {
            "codepoint": "103C3",
            "name": "OLD PERSIAN SIGN HA"
        },
        {
            "codepoint": "103C8",
            "name": "OLD PERSIAN SIGN AURAMAZDAA"
        },
        {
            "codepoint": "103C9",
            "name": "OLD PERSIAN SIGN AURAMAZDAA-2"
        },
        {
            "codepoint": "103CA",
            "name": "OLD PERSIAN SIGN AURAMAZDAAHA"
        },
        {
            "codepoint": "103CB",
            "name": "OLD PERSIAN SIGN XSHAAYATHIYA"
        },
        {
            "codepoint": "103CC",
            "name": "OLD PERSIAN SIGN DAHYAAUSH"
        },
        {
            "codepoint": "103CD",
            "name": "OLD PERSIAN SIGN DAHYAAUSH-2"
        },
        {
            "codepoint": "103CE",
            "name": "OLD PERSIAN SIGN BAGA"
        },
        {
            "codepoint": "103CF",
            "name": "OLD PERSIAN SIGN BUUMISH"
        },
        {
            "codepoint": "103D0",
            "name": "OLD PERSIAN WORD DIVIDER"
        },
        {
            "codepoint": "103D1",
            "name": "OLD PERSIAN NUMBER ONE"
        },
        {
            "codepoint": "103D2",
            "name": "OLD PERSIAN NUMBER TWO"
        },
        {
            "codepoint": "103D3",
            "name": "OLD PERSIAN NUMBER TEN"
        },
        {
            "codepoint": "103D4",
            "name": "OLD PERSIAN NUMBER TWENTY"
        },
        {
            "codepoint": "103D5",
            "name": "OLD PERSIAN NUMBER HUNDRED"
        },
        {
            "codepoint": "10400",
            "name": "DESERET CAPITAL LETTER LONG I"
        },
        {
            "codepoint": "10401",
            "name": "DESERET CAPITAL LETTER LONG E"
        },
        {
            "codepoint": "10402",
            "name": "DESERET CAPITAL LETTER LONG A"
        },
        {
            "codepoint": "10403",
            "name": "DESERET CAPITAL LETTER LONG AH"
        },
        {
            "codepoint": "10404",
            "name": "DESERET CAPITAL LETTER LONG O"
        },
        {
            "codepoint": "10405",
            "name": "DESERET CAPITAL LETTER LONG OO"
        },
        {
            "codepoint": "10406",
            "name": "DESERET CAPITAL LETTER SHORT I"
        },
        {
            "codepoint": "10407",
            "name": "DESERET CAPITAL LETTER SHORT E"
        },
        {
            "codepoint": "10408",
            "name": "DESERET CAPITAL LETTER SHORT A"
        },
        {
            "codepoint": "10409",
            "name": "DESERET CAPITAL LETTER SHORT AH"
        },
        {
            "codepoint": "1040A",
            "name": "DESERET CAPITAL LETTER SHORT O"
        },
        {
            "codepoint": "1040B",
            "name": "DESERET CAPITAL LETTER SHORT OO"
        },
        {
            "codepoint": "1040C",
            "name": "DESERET CAPITAL LETTER AY"
        },
        {
            "codepoint": "1040D",
            "name": "DESERET CAPITAL LETTER OW"
        },
        {
            "codepoint": "1040E",
            "name": "DESERET CAPITAL LETTER WU"
        },
        {
            "codepoint": "1040F",
            "name": "DESERET CAPITAL LETTER YEE"
        },
        {
            "codepoint": "10410",
            "name": "DESERET CAPITAL LETTER H"
        },
        {
            "codepoint": "10411",
            "name": "DESERET CAPITAL LETTER PEE"
        },
        {
            "codepoint": "10412",
            "name": "DESERET CAPITAL LETTER BEE"
        },
        {
            "codepoint": "10413",
            "name": "DESERET CAPITAL LETTER TEE"
        },
        {
            "codepoint": "10414",
            "name": "DESERET CAPITAL LETTER DEE"
        },
        {
            "codepoint": "10415",
            "name": "DESERET CAPITAL LETTER CHEE"
        },
        {
            "codepoint": "10416",
            "name": "DESERET CAPITAL LETTER JEE"
        },
        {
            "codepoint": "10417",
            "name": "DESERET CAPITAL LETTER KAY"
        },
        {
            "codepoint": "10418",
            "name": "DESERET CAPITAL LETTER GAY"
        },
        {
            "codepoint": "10419",
            "name": "DESERET CAPITAL LETTER EF"
        },
        {
            "codepoint": "1041A",
            "name": "DESERET CAPITAL LETTER VEE"
        },
        {
            "codepoint": "1041B",
            "name": "DESERET CAPITAL LETTER ETH"
        },
        {
            "codepoint": "1041C",
            "name": "DESERET CAPITAL LETTER THEE"
        },
        {
            "codepoint": "1041D",
            "name": "DESERET CAPITAL LETTER ES"
        },
        {
            "codepoint": "1041E",
            "name": "DESERET CAPITAL LETTER ZEE"
        },
        {
            "codepoint": "1041F",
            "name": "DESERET CAPITAL LETTER ESH"
        },
        {
            "codepoint": "10420",
            "name": "DESERET CAPITAL LETTER ZHEE"
        },
        {
            "codepoint": "10421",
            "name": "DESERET CAPITAL LETTER ER"
        },
        {
            "codepoint": "10422",
            "name": "DESERET CAPITAL LETTER EL"
        },
        {
            "codepoint": "10423",
            "name": "DESERET CAPITAL LETTER EM"
        },
        {
            "codepoint": "10424",
            "name": "DESERET CAPITAL LETTER EN"
        },
        {
            "codepoint": "10425",
            "name": "DESERET CAPITAL LETTER ENG"
        },
        {
            "codepoint": "10426",
            "name": "DESERET CAPITAL LETTER OI"
        },
        {
            "codepoint": "10427",
            "name": "DESERET CAPITAL LETTER EW"
        },
        {
            "codepoint": "10428",
            "name": "DESERET SMALL LETTER LONG I"
        },
        {
            "codepoint": "10429",
            "name": "DESERET SMALL LETTER LONG E"
        },
        {
            "codepoint": "1042A",
            "name": "DESERET SMALL LETTER LONG A"
        },
        {
            "codepoint": "1042B",
            "name": "DESERET SMALL LETTER LONG AH"
        },
        {
            "codepoint": "1042C",
            "name": "DESERET SMALL LETTER LONG O"
        },
        {
            "codepoint": "1042D",
            "name": "DESERET SMALL LETTER LONG OO"
        },
        {
            "codepoint": "1042E",
            "name": "DESERET SMALL LETTER SHORT I"
        },
        {
            "codepoint": "1042F",
            "name": "DESERET SMALL LETTER SHORT E"
        },
        {
            "codepoint": "10430",
            "name": "DESERET SMALL LETTER SHORT A"
        },
        {
            "codepoint": "10431",
            "name": "DESERET SMALL LETTER SHORT AH"
        },
        {
            "codepoint": "10432",
            "name": "DESERET SMALL LETTER SHORT O"
        },
        {
            "codepoint": "10433",
            "name": "DESERET SMALL LETTER SHORT OO"
        },
        {
            "codepoint": "10434",
            "name": "DESERET SMALL LETTER AY"
        },
        {
            "codepoint": "10435",
            "name": "DESERET SMALL LETTER OW"
        },
        {
            "codepoint": "10436",
            "name": "DESERET SMALL LETTER WU"
        },
        {
            "codepoint": "10437",
            "name": "DESERET SMALL LETTER YEE"
        },
        {
            "codepoint": "10438",
            "name": "DESERET SMALL LETTER H"
        },
        {
            "codepoint": "10439",
            "name": "DESERET SMALL LETTER PEE"
        },
        {
            "codepoint": "1043A",
            "name": "DESERET SMALL LETTER BEE"
        },
        {
            "codepoint": "1043B",
            "name": "DESERET SMALL LETTER TEE"
        },
        {
            "codepoint": "1043C",
            "name": "DESERET SMALL LETTER DEE"
        },
        {
            "codepoint": "1043D",
            "name": "DESERET SMALL LETTER CHEE"
        },
        {
            "codepoint": "1043E",
            "name": "DESERET SMALL LETTER JEE"
        },
        {
            "codepoint": "1043F",
            "name": "DESERET SMALL LETTER KAY"
        },
        {
            "codepoint": "10440",
            "name": "DESERET SMALL LETTER GAY"
        },
        {
            "codepoint": "10441",
            "name": "DESERET SMALL LETTER EF"
        },
        {
            "codepoint": "10442",
            "name": "DESERET SMALL LETTER VEE"
        },
        {
            "codepoint": "10443",
            "name": "DESERET SMALL LETTER ETH"
        },
        {
            "codepoint": "10444",
            "name": "DESERET SMALL LETTER THEE"
        },
        {
            "codepoint": "10445",
            "name": "DESERET SMALL LETTER ES"
        },
        {
            "codepoint": "10446",
            "name": "DESERET SMALL LETTER ZEE"
        },
        {
            "codepoint": "10447",
            "name": "DESERET SMALL LETTER ESH"
        },
        {
            "codepoint": "10448",
            "name": "DESERET SMALL LETTER ZHEE"
        },
        {
            "codepoint": "10449",
            "name": "DESERET SMALL LETTER ER"
        },
        {
            "codepoint": "1044A",
            "name": "DESERET SMALL LETTER EL"
        },
        {
            "codepoint": "1044B",
            "name": "DESERET SMALL LETTER EM"
        },
        {
            "codepoint": "1044C",
            "name": "DESERET SMALL LETTER EN"
        },
        {
            "codepoint": "1044D",
            "name": "DESERET SMALL LETTER ENG"
        },
        {
            "codepoint": "1044E",
            "name": "DESERET SMALL LETTER OI"
        },
        {
            "codepoint": "1044F",
            "name": "DESERET SMALL LETTER EW"
        },
        {
            "codepoint": "10450",
            "name": "SHAVIAN LETTER PEEP"
        },
        {
            "codepoint": "10451",
            "name": "SHAVIAN LETTER TOT"
        },
        {
            "codepoint": "10452",
            "name": "SHAVIAN LETTER KICK"
        },
        {
            "codepoint": "10453",
            "name": "SHAVIAN LETTER FEE"
        },
        {
            "codepoint": "10454",
            "name": "SHAVIAN LETTER THIGH"
        },
        {
            "codepoint": "10455",
            "name": "SHAVIAN LETTER SO"
        },
        {
            "codepoint": "10456",
            "name": "SHAVIAN LETTER SURE"
        },
        {
            "codepoint": "10457",
            "name": "SHAVIAN LETTER CHURCH"
        },
        {
            "codepoint": "10458",
            "name": "SHAVIAN LETTER YEA",
            "comments": [
                "voiced palatal approximant"
            ]
        },
        {
            "codepoint": "10459",
            "name": "SHAVIAN LETTER HUNG",
            "comments": [
                "voiced velar nasal"
            ]
        },
        {
            "codepoint": "1045A",
            "name": "SHAVIAN LETTER BIB"
        },
        {
            "codepoint": "1045B",
            "name": "SHAVIAN LETTER DEAD"
        },
        {
            "codepoint": "1045C",
            "name": "SHAVIAN LETTER GAG"
        },
        {
            "codepoint": "1045D",
            "name": "SHAVIAN LETTER VOW"
        },
        {
            "codepoint": "1045E",
            "name": "SHAVIAN LETTER THEY"
        },
        {
            "codepoint": "1045F",
            "name": "SHAVIAN LETTER ZOO"
        },
        {
            "codepoint": "10460",
            "name": "SHAVIAN LETTER MEASURE"
        },
        {
            "codepoint": "10461",
            "name": "SHAVIAN LETTER JUDGE"
        },
        {
            "codepoint": "10462",
            "name": "SHAVIAN LETTER WOE",
            "comments": [
                "voiced labiovelar approximant"
            ]
        },
        {
            "codepoint": "10463",
            "name": "SHAVIAN LETTER HA-HA",
            "comments": [
                "voiceless glottal fricative"
            ]
        },
        {
            "codepoint": "10464",
            "name": "SHAVIAN LETTER LOLL"
        },
        {
            "codepoint": "10465",
            "name": "SHAVIAN LETTER MIME"
        },
        {
            "codepoint": "10466",
            "name": "SHAVIAN LETTER IF"
        },
        {
            "codepoint": "10467",
            "name": "SHAVIAN LETTER EGG"
        },
        {
            "codepoint": "10468",
            "name": "SHAVIAN LETTER ASH"
        },
        {
            "codepoint": "10469",
            "name": "SHAVIAN LETTER ADO"
        },
        {
            "codepoint": "1046A",
            "name": "SHAVIAN LETTER ON"
        },
        {
            "codepoint": "1046B",
            "name": "SHAVIAN LETTER WOOL"
        },
        {
            "codepoint": "1046C",
            "name": "SHAVIAN LETTER OUT"
        },
        {
            "codepoint": "1046D",
            "name": "SHAVIAN LETTER AH"
        },
        {
            "codepoint": "1046E",
            "name": "SHAVIAN LETTER ROAR"
        },
        {
            "codepoint": "1046F",
            "name": "SHAVIAN LETTER NUN"
        },
        {
            "codepoint": "10470",
            "name": "SHAVIAN LETTER EAT"
        },
        {
            "codepoint": "10471",
            "name": "SHAVIAN LETTER AGE"
        },
        {
            "codepoint": "10472",
            "name": "SHAVIAN LETTER ICE"
        },
        {
            "codepoint": "10473",
            "name": "SHAVIAN LETTER UP"
        },
        {
            "codepoint": "10474",
            "name": "SHAVIAN LETTER OAK"
        },
        {
            "codepoint": "10475",
            "name": "SHAVIAN LETTER OOZE"
        },
        {
            "codepoint": "10476",
            "name": "SHAVIAN LETTER OIL"
        },
        {
            "codepoint": "10477",
            "name": "SHAVIAN LETTER AWE"
        },
        {
            "codepoint": "10478",
            "name": "SHAVIAN LETTER ARE"
        },
        {
            "codepoint": "10479",
            "name": "SHAVIAN LETTER OR"
        },
        {
            "codepoint": "1047A",
            "name": "SHAVIAN LETTER AIR"
        },
        {
            "codepoint": "1047B",
            "name": "SHAVIAN LETTER ERR"
        },
        {
            "codepoint": "1047C",
            "name": "SHAVIAN LETTER ARRAY"
        },
        {
            "codepoint": "1047D",
            "name": "SHAVIAN LETTER EAR"
        },
        {
            "codepoint": "1047E",
            "name": "SHAVIAN LETTER IAN"
        },
        {
            "codepoint": "1047F",
            "name": "SHAVIAN LETTER YEW"
        },
        {
            "codepoint": "10480",
            "name": "OSMANYA LETTER ALEF"
        },
        {
            "codepoint": "10481",
            "name": "OSMANYA LETTER BA"
        },
        {
            "codepoint": "10482",
            "name": "OSMANYA LETTER TA"
        },
        {
            "codepoint": "10483",
            "name": "OSMANYA LETTER JA"
        },
        {
            "codepoint": "10484",
            "name": "OSMANYA LETTER XA"
        },
        {
            "codepoint": "10485",
            "name": "OSMANYA LETTER KHA"
        },
        {
            "codepoint": "10486",
            "name": "OSMANYA LETTER DEEL"
        },
        {
            "codepoint": "10487",
            "name": "OSMANYA LETTER RA"
        },
        {
            "codepoint": "10488",
            "name": "OSMANYA LETTER SA"
        },
        {
            "codepoint": "10489",
            "name": "OSMANYA LETTER SHIIN"
        },
        {
            "codepoint": "1048A",
            "name": "OSMANYA LETTER DHA"
        },
        {
            "codepoint": "1048B",
            "name": "OSMANYA LETTER CAYN"
        },
        {
            "codepoint": "1048C",
            "name": "OSMANYA LETTER GA"
        },
        {
            "codepoint": "1048D",
            "name": "OSMANYA LETTER FA"
        },
        {
            "codepoint": "1048E",
            "name": "OSMANYA LETTER QAAF"
        },
        {
            "codepoint": "1048F",
            "name": "OSMANYA LETTER KAAF"
        },
        {
            "codepoint": "10490",
            "name": "OSMANYA LETTER LAAN"
        },
        {
            "codepoint": "10491",
            "name": "OSMANYA LETTER MIIN"
        },
        {
            "codepoint": "10492",
            "name": "OSMANYA LETTER NUUN"
        },
        {
            "codepoint": "10493",
            "name": "OSMANYA LETTER WAW"
        },
        {
            "codepoint": "10494",
            "name": "OSMANYA LETTER HA"
        },
        {
            "codepoint": "10495",
            "name": "OSMANYA LETTER YA"
        },
        {
            "codepoint": "10496",
            "name": "OSMANYA LETTER A"
        },
        {
            "codepoint": "10497",
            "name": "OSMANYA LETTER E"
        },
        {
            "codepoint": "10498",
            "name": "OSMANYA LETTER I"
        },
        {
            "codepoint": "10499",
            "name": "OSMANYA LETTER O"
        },
        {
            "codepoint": "1049A",
            "name": "OSMANYA LETTER U"
        },
        {
            "codepoint": "1049B",
            "name": "OSMANYA LETTER AA"
        },
        {
            "codepoint": "1049C",
            "name": "OSMANYA LETTER EE"
        },
        {
            "codepoint": "1049D",
            "name": "OSMANYA LETTER OO"
        },
        {
            "codepoint": "104A0",
            "name": "OSMANYA DIGIT ZERO"
        },
        {
            "codepoint": "104A1",
            "name": "OSMANYA DIGIT ONE"
        },
        {
            "codepoint": "104A2",
            "name": "OSMANYA DIGIT TWO"
        },
        {
            "codepoint": "104A3",
            "name": "OSMANYA DIGIT THREE"
        },
        {
            "codepoint": "104A4",
            "name": "OSMANYA DIGIT FOUR"
        },
        {
            "codepoint": "104A5",
            "name": "OSMANYA DIGIT FIVE"
        },
        {
            "codepoint": "104A6",
            "name": "OSMANYA DIGIT SIX"
        },
        {
            "codepoint": "104A7",
            "name": "OSMANYA DIGIT SEVEN"
        },
        {
            "codepoint": "104A8",
            "name": "OSMANYA DIGIT EIGHT"
        },
        {
            "codepoint": "104A9",
            "name": "OSMANYA DIGIT NINE"
        },
        {
            "codepoint": "104B0",
            "name": "OSAGE CAPITAL LETTER A"
        },
        {
            "codepoint": "104B1",
            "name": "OSAGE CAPITAL LETTER AI"
        },
        {
            "codepoint": "104B2",
            "name": "OSAGE CAPITAL LETTER AIN"
        },
        {
            "codepoint": "104B3",
            "name": "OSAGE CAPITAL LETTER AH"
        },
        {
            "codepoint": "104B4",
            "name": "OSAGE CAPITAL LETTER BRA"
        },
        {
            "codepoint": "104B5",
            "name": "OSAGE CAPITAL LETTER CHA"
        },
        {
            "codepoint": "104B6",
            "name": "OSAGE CAPITAL LETTER EHCHA"
        },
        {
            "codepoint": "104B7",
            "name": "OSAGE CAPITAL LETTER E"
        },
        {
            "codepoint": "104B8",
            "name": "OSAGE CAPITAL LETTER EIN"
        },
        {
            "codepoint": "104B9",
            "name": "OSAGE CAPITAL LETTER HA"
        },
        {
            "codepoint": "104BA",
            "name": "OSAGE CAPITAL LETTER HYA"
        },
        {
            "codepoint": "104BB",
            "name": "OSAGE CAPITAL LETTER I"
        },
        {
            "codepoint": "104BC",
            "name": "OSAGE CAPITAL LETTER KA"
        },
        {
            "codepoint": "104BD",
            "name": "OSAGE CAPITAL LETTER EHKA"
        },
        {
            "codepoint": "104BE",
            "name": "OSAGE CAPITAL LETTER KYA"
        },
        {
            "codepoint": "104BF",
            "name": "OSAGE CAPITAL LETTER LA"
        },
        {
            "codepoint": "104C0",
            "name": "OSAGE CAPITAL LETTER MA"
        },
        {
            "codepoint": "104C1",
            "name": "OSAGE CAPITAL LETTER NA"
        },
        {
            "codepoint": "104C2",
            "name": "OSAGE CAPITAL LETTER O"
        },
        {
            "codepoint": "104C3",
            "name": "OSAGE CAPITAL LETTER OIN"
        },
        {
            "codepoint": "104C4",
            "name": "OSAGE CAPITAL LETTER PA"
        },
        {
            "codepoint": "104C5",
            "name": "OSAGE CAPITAL LETTER EHPA"
        },
        {
            "codepoint": "104C6",
            "name": "OSAGE CAPITAL LETTER SA"
        },
        {
            "codepoint": "104C7",
            "name": "OSAGE CAPITAL LETTER SHA"
        },
        {
            "codepoint": "104C8",
            "name": "OSAGE CAPITAL LETTER TA"
        },
        {
            "codepoint": "104C9",
            "name": "OSAGE CAPITAL LETTER EHTA"
        },
        {
            "codepoint": "104CA",
            "name": "OSAGE CAPITAL LETTER TSA"
        },
        {
            "codepoint": "104CB",
            "name": "OSAGE CAPITAL LETTER EHTSA"
        },
        {
            "codepoint": "104CC",
            "name": "OSAGE CAPITAL LETTER TSHA"
        },
        {
            "codepoint": "104CD",
            "name": "OSAGE CAPITAL LETTER DHA"
        },
        {
            "codepoint": "104CE",
            "name": "OSAGE CAPITAL LETTER U"
        },
        {
            "codepoint": "104CF",
            "name": "OSAGE CAPITAL LETTER WA"
        },
        {
            "codepoint": "104D0",
            "name": "OSAGE CAPITAL LETTER KHA"
        },
        {
            "codepoint": "104D1",
            "name": "OSAGE CAPITAL LETTER GHA"
        },
        {
            "codepoint": "104D2",
            "name": "OSAGE CAPITAL LETTER ZA"
        },
        {
            "codepoint": "104D3",
            "name": "OSAGE CAPITAL LETTER ZHA"
        },
        {
            "codepoint": "104D8",
            "name": "OSAGE SMALL LETTER A"
        },
        {
            "codepoint": "104D9",
            "name": "OSAGE SMALL LETTER AI"
        },
        {
            "codepoint": "104DA",
            "name": "OSAGE SMALL LETTER AIN"
        },
        {
            "codepoint": "104DB",
            "name": "OSAGE SMALL LETTER AH"
        },
        {
            "codepoint": "104DC",
            "name": "OSAGE SMALL LETTER BRA"
        },
        {
            "codepoint": "104DD",
            "name": "OSAGE SMALL LETTER CHA"
        },
        {
            "codepoint": "104DE",
            "name": "OSAGE SMALL LETTER EHCHA"
        },
        {
            "codepoint": "104DF",
            "name": "OSAGE SMALL LETTER E"
        },
        {
            "codepoint": "104E0",
            "name": "OSAGE SMALL LETTER EIN"
        },
        {
            "codepoint": "104E1",
            "name": "OSAGE SMALL LETTER HA"
        },
        {
            "codepoint": "104E2",
            "name": "OSAGE SMALL LETTER HYA"
        },
        {
            "codepoint": "104E3",
            "name": "OSAGE SMALL LETTER I"
        },
        {
            "codepoint": "104E4",
            "name": "OSAGE SMALL LETTER KA"
        },
        {
            "codepoint": "104E5",
            "name": "OSAGE SMALL LETTER EHKA"
        },
        {
            "codepoint": "104E6",
            "name": "OSAGE SMALL LETTER KYA"
        },
        {
            "codepoint": "104E7",
            "name": "OSAGE SMALL LETTER LA"
        },
        {
            "codepoint": "104E8",
            "name": "OSAGE SMALL LETTER MA"
        },
        {
            "codepoint": "104E9",
            "name": "OSAGE SMALL LETTER NA"
        },
        {
            "codepoint": "104EA",
            "name": "OSAGE SMALL LETTER O"
        },
        {
            "codepoint": "104EB",
            "name": "OSAGE SMALL LETTER OIN"
        },
        {
            "codepoint": "104EC",
            "name": "OSAGE SMALL LETTER PA"
        },
        {
            "codepoint": "104ED",
            "name": "OSAGE SMALL LETTER EHPA"
        },
        {
            "codepoint": "104EE",
            "name": "OSAGE SMALL LETTER SA"
        },
        {
            "codepoint": "104EF",
            "name": "OSAGE SMALL LETTER SHA"
        },
        {
            "codepoint": "104F0",
            "name": "OSAGE SMALL LETTER TA"
        },
        {
            "codepoint": "104F1",
            "name": "OSAGE SMALL LETTER EHTA"
        },
        {
            "codepoint": "104F2",
            "name": "OSAGE SMALL LETTER TSA"
        },
        {
            "codepoint": "104F3",
            "name": "OSAGE SMALL LETTER EHTSA"
        },
        {
            "codepoint": "104F4",
            "name": "OSAGE SMALL LETTER TSHA"
        },
        {
            "codepoint": "104F5",
            "name": "OSAGE SMALL LETTER DHA"
        },
        {
            "codepoint": "104F6",
            "name": "OSAGE SMALL LETTER U"
        },
        {
            "codepoint": "104F7",
            "name": "OSAGE SMALL LETTER WA"
        },
        {
            "codepoint": "104F8",
            "name": "OSAGE SMALL LETTER KHA"
        },
        {
            "codepoint": "104F9",
            "name": "OSAGE SMALL LETTER GHA"
        },
        {
            "codepoint": "104FA",
            "name": "OSAGE SMALL LETTER ZA"
        },
        {
            "codepoint": "104FB",
            "name": "OSAGE SMALL LETTER ZHA"
        },
        {
            "codepoint": "10500",
            "name": "ELBASAN LETTER A"
        },
        {
            "codepoint": "10501",
            "name": "ELBASAN LETTER BE"
        },
        {
            "codepoint": "10502",
            "name": "ELBASAN LETTER CE"
        },
        {
            "codepoint": "10503",
            "name": "ELBASAN LETTER CHE"
        },
        {
            "codepoint": "10504",
            "name": "ELBASAN LETTER DE"
        },
        {
            "codepoint": "10505",
            "name": "ELBASAN LETTER NDE"
        },
        {
            "codepoint": "10506",
            "name": "ELBASAN LETTER DHE"
        },
        {
            "codepoint": "10507",
            "name": "ELBASAN LETTER EI"
        },
        {
            "codepoint": "10508",
            "name": "ELBASAN LETTER E"
        },
        {
            "codepoint": "10509",
            "name": "ELBASAN LETTER FE"
        },
        {
            "codepoint": "1050A",
            "name": "ELBASAN LETTER GE"
        },
        {
            "codepoint": "1050B",
            "name": "ELBASAN LETTER GJE"
        },
        {
            "codepoint": "1050C",
            "name": "ELBASAN LETTER HE"
        },
        {
            "codepoint": "1050D",
            "name": "ELBASAN LETTER I"
        },
        {
            "codepoint": "1050E",
            "name": "ELBASAN LETTER JE"
        },
        {
            "codepoint": "1050F",
            "name": "ELBASAN LETTER KE"
        },
        {
            "codepoint": "10510",
            "name": "ELBASAN LETTER LE"
        },
        {
            "codepoint": "10511",
            "name": "ELBASAN LETTER LLE"
        },
        {
            "codepoint": "10512",
            "name": "ELBASAN LETTER ME"
        },
        {
            "codepoint": "10513",
            "name": "ELBASAN LETTER NE"
        },
        {
            "codepoint": "10514",
            "name": "ELBASAN LETTER NA"
        },
        {
            "codepoint": "10515",
            "name": "ELBASAN LETTER NJE"
        },
        {
            "codepoint": "10516",
            "name": "ELBASAN LETTER O"
        },
        {
            "codepoint": "10517",
            "name": "ELBASAN LETTER PE"
        },
        {
            "codepoint": "10518",
            "name": "ELBASAN LETTER QE"
        },
        {
            "codepoint": "10519",
            "name": "ELBASAN LETTER RE"
        },
        {
            "codepoint": "1051A",
            "name": "ELBASAN LETTER RRE"
        },
        {
            "codepoint": "1051B",
            "name": "ELBASAN LETTER SE"
        },
        {
            "codepoint": "1051C",
            "name": "ELBASAN LETTER SHE"
        },
        {
            "codepoint": "1051D",
            "name": "ELBASAN LETTER TE"
        },
        {
            "codepoint": "1051E",
            "name": "ELBASAN LETTER THE"
        },
        {
            "codepoint": "1051F",
            "name": "ELBASAN LETTER U"
        },
        {
            "codepoint": "10520",
            "name": "ELBASAN LETTER VE"
        },
        {
            "codepoint": "10521",
            "name": "ELBASAN LETTER XE"
        },
        {
            "codepoint": "10522",
            "name": "ELBASAN LETTER Y"
        },
        {
            "codepoint": "10523",
            "name": "ELBASAN LETTER ZE"
        },
        {
            "codepoint": "10524",
            "name": "ELBASAN LETTER ZHE"
        },
        {
            "codepoint": "10525",
            "name": "ELBASAN LETTER GHE"
        },
        {
            "codepoint": "10526",
            "name": "ELBASAN LETTER GHAMMA"
        },
        {
            "codepoint": "10527",
            "name": "ELBASAN LETTER KHE"
        },
        {
            "codepoint": "10530",
            "name": "CAUCASIAN ALBANIAN LETTER ALT"
        },
        {
            "codepoint": "10531",
            "name": "CAUCASIAN ALBANIAN LETTER BET"
        },
        {
            "codepoint": "10532",
            "name": "CAUCASIAN ALBANIAN LETTER GIM"
        },
        {
            "codepoint": "10533",
            "name": "CAUCASIAN ALBANIAN LETTER DAT"
        },
        {
            "codepoint": "10534",
            "name": "CAUCASIAN ALBANIAN LETTER EB"
        },
        {
            "codepoint": "10535",
            "name": "CAUCASIAN ALBANIAN LETTER ZARL"
        },
        {
            "codepoint": "10536",
            "name": "CAUCASIAN ALBANIAN LETTER EYN"
        },
        {
            "codepoint": "10537",
            "name": "CAUCASIAN ALBANIAN LETTER ZHIL"
        },
        {
            "codepoint": "10538",
            "name": "CAUCASIAN ALBANIAN LETTER TAS"
        },
        {
            "codepoint": "10539",
            "name": "CAUCASIAN ALBANIAN LETTER CHA"
        },
        {
            "codepoint": "1053A",
            "name": "CAUCASIAN ALBANIAN LETTER YOWD"
        },
        {
            "codepoint": "1053B",
            "name": "CAUCASIAN ALBANIAN LETTER ZHA"
        },
        {
            "codepoint": "1053C",
            "name": "CAUCASIAN ALBANIAN LETTER IRB"
        },
        {
            "codepoint": "1053D",
            "name": "CAUCASIAN ALBANIAN LETTER SHA"
        },
        {
            "codepoint": "1053E",
            "name": "CAUCASIAN ALBANIAN LETTER LAN"
        },
        {
            "codepoint": "1053F",
            "name": "CAUCASIAN ALBANIAN LETTER INYA"
        },
        {
            "codepoint": "10540",
            "name": "CAUCASIAN ALBANIAN LETTER XEYN"
        },
        {
            "codepoint": "10541",
            "name": "CAUCASIAN ALBANIAN LETTER DYAN"
        },
        {
            "codepoint": "10542",
            "name": "CAUCASIAN ALBANIAN LETTER CAR"
        },
        {
            "codepoint": "10543",
            "name": "CAUCASIAN ALBANIAN LETTER JHOX"
        },
        {
            "codepoint": "10544",
            "name": "CAUCASIAN ALBANIAN LETTER KAR"
        },
        {
            "codepoint": "10545",
            "name": "CAUCASIAN ALBANIAN LETTER LYIT"
        },
        {
            "codepoint": "10546",
            "name": "CAUCASIAN ALBANIAN LETTER HEYT"
        },
        {
            "codepoint": "10547",
            "name": "CAUCASIAN ALBANIAN LETTER QAY"
        },
        {
            "codepoint": "10548",
            "name": "CAUCASIAN ALBANIAN LETTER AOR"
        },
        {
            "codepoint": "10549",
            "name": "CAUCASIAN ALBANIAN LETTER CHOY"
        },
        {
            "codepoint": "1054A",
            "name": "CAUCASIAN ALBANIAN LETTER CHI"
        },
        {
            "codepoint": "1054B",
            "name": "CAUCASIAN ALBANIAN LETTER CYAY"
        },
        {
            "codepoint": "1054C",
            "name": "CAUCASIAN ALBANIAN LETTER MAQ"
        },
        {
            "codepoint": "1054D",
            "name": "CAUCASIAN ALBANIAN LETTER QAR"
        },
        {
            "codepoint": "1054E",
            "name": "CAUCASIAN ALBANIAN LETTER NOWC"
        },
        {
            "codepoint": "1054F",
            "name": "CAUCASIAN ALBANIAN LETTER DZYAY"
        },
        {
            "codepoint": "10550",
            "name": "CAUCASIAN ALBANIAN LETTER SHAK"
        },
        {
            "codepoint": "10551",
            "name": "CAUCASIAN ALBANIAN LETTER JAYN"
        },
        {
            "codepoint": "10552",
            "name": "CAUCASIAN ALBANIAN LETTER ON"
        },
        {
            "codepoint": "10553",
            "name": "CAUCASIAN ALBANIAN LETTER TYAY"
        },
        {
            "codepoint": "10554",
            "name": "CAUCASIAN ALBANIAN LETTER FAM"
        },
        {
            "codepoint": "10555",
            "name": "CAUCASIAN ALBANIAN LETTER DZAY"
        },
        {
            "codepoint": "10556",
            "name": "CAUCASIAN ALBANIAN LETTER CHAT"
        },
        {
            "codepoint": "10557",
            "name": "CAUCASIAN ALBANIAN LETTER PEN"
        },
        {
            "codepoint": "10558",
            "name": "CAUCASIAN ALBANIAN LETTER GHEYS"
        },
        {
            "codepoint": "10559",
            "name": "CAUCASIAN ALBANIAN LETTER RAT"
        },
        {
            "codepoint": "1055A",
            "name": "CAUCASIAN ALBANIAN LETTER SEYK"
        },
        {
            "codepoint": "1055B",
            "name": "CAUCASIAN ALBANIAN LETTER VEYZ"
        },
        {
            "codepoint": "1055C",
            "name": "CAUCASIAN ALBANIAN LETTER TIWR"
        },
        {
            "codepoint": "1055D",
            "name": "CAUCASIAN ALBANIAN LETTER SHOY"
        },
        {
            "codepoint": "1055E",
            "name": "CAUCASIAN ALBANIAN LETTER IWN"
        },
        {
            "codepoint": "1055F",
            "name": "CAUCASIAN ALBANIAN LETTER CYAW"
        },
        {
            "codepoint": "10560",
            "name": "CAUCASIAN ALBANIAN LETTER CAYN"
        },
        {
            "codepoint": "10561",
            "name": "CAUCASIAN ALBANIAN LETTER YAYD"
        },
        {
            "codepoint": "10562",
            "name": "CAUCASIAN ALBANIAN LETTER PIWR"
        },
        {
            "codepoint": "10563",
            "name": "CAUCASIAN ALBANIAN LETTER KIW"
        },
        {
            "codepoint": "1056F",
            "name": "CAUCASIAN ALBANIAN CITATION MARK"
        },
        {
            "codepoint": "10570",
            "name": "VITHKUQI CAPITAL LETTER A"
        },
        {
            "codepoint": "10571",
            "name": "VITHKUQI CAPITAL LETTER BBE"
        },
        {
            "codepoint": "10572",
            "name": "VITHKUQI CAPITAL LETTER BE"
        },
        {
            "codepoint": "10573",
            "name": "VITHKUQI CAPITAL LETTER CE"
        },
        {
            "codepoint": "10574",
            "name": "VITHKUQI CAPITAL LETTER CHE"
        },
        {
            "codepoint": "10575",
            "name": "VITHKUQI CAPITAL LETTER DE"
        },
        {
            "codepoint": "10576",
            "name": "VITHKUQI CAPITAL LETTER DHE"
        },
        {
            "codepoint": "10577",
            "name": "VITHKUQI CAPITAL LETTER EI"
        },
        {
            "codepoint": "10578",
            "name": "VITHKUQI CAPITAL LETTER E"
        },
        {
            "codepoint": "10579",
            "name": "VITHKUQI CAPITAL LETTER FE"
        },
        {
            "codepoint": "1057A",
            "name": "VITHKUQI CAPITAL LETTER GA"
        },
        {
            "codepoint": "1057C",
            "name": "VITHKUQI CAPITAL LETTER HA"
        },
        {
            "codepoint": "1057D",
            "name": "VITHKUQI CAPITAL LETTER HHA",
            "comments": [
                "used in 19th-century orthography"
            ]
        },
        {
            "codepoint": "1057E",
            "name": "VITHKUQI CAPITAL LETTER I"
        },
        {
            "codepoint": "1057F",
            "name": "VITHKUQI CAPITAL LETTER IJE",
            "comments": [
                "used in 19th-century orthography"
            ]
        },
        {
            "codepoint": "10580",
            "name": "VITHKUQI CAPITAL LETTER JE"
        },
        {
            "codepoint": "10581",
            "name": "VITHKUQI CAPITAL LETTER KA"
        },
        {
            "codepoint": "10582",
            "name": "VITHKUQI CAPITAL LETTER LA"
        },
        {
            "codepoint": "10583",
            "name": "VITHKUQI CAPITAL LETTER LLA"
        },
        {
            "codepoint": "10584",
            "name": "VITHKUQI CAPITAL LETTER ME"
        },
        {
            "codepoint": "10585",
            "name": "VITHKUQI CAPITAL LETTER NE"
        },
        {
            "codepoint": "10586",
            "name": "VITHKUQI CAPITAL LETTER NJE"
        },
        {
            "codepoint": "10587",
            "name": "VITHKUQI CAPITAL LETTER O"
        },
        {
            "codepoint": "10588",
            "name": "VITHKUQI CAPITAL LETTER PE"
        },
        {
            "codepoint": "10589",
            "name": "VITHKUQI CAPITAL LETTER QA"
        },
        {
            "codepoint": "1058A",
            "name": "VITHKUQI CAPITAL LETTER RE"
        },
        {
            "codepoint": "1058C",
            "name": "VITHKUQI CAPITAL LETTER SE"
        },
        {
            "codepoint": "1058D",
            "name": "VITHKUQI CAPITAL LETTER SHE"
        },
        {
            "codepoint": "1058E",
            "name": "VITHKUQI CAPITAL LETTER TE"
        },
        {
            "codepoint": "1058F",
            "name": "VITHKUQI CAPITAL LETTER THE"
        },
        {
            "codepoint": "10590",
            "name": "VITHKUQI CAPITAL LETTER U"
        },
        {
            "codepoint": "10591",
            "name": "VITHKUQI CAPITAL LETTER VE"
        },
        {
            "codepoint": "10592",
            "name": "VITHKUQI CAPITAL LETTER XE"
        },
        {
            "codepoint": "10594",
            "name": "VITHKUQI CAPITAL LETTER Y"
        },
        {
            "codepoint": "10595",
            "name": "VITHKUQI CAPITAL LETTER ZE"
        },
        {
            "codepoint": "10597",
            "name": "VITHKUQI SMALL LETTER A"
        },
        {
            "codepoint": "10598",
            "name": "VITHKUQI SMALL LETTER BBE"
        },
        {
            "codepoint": "10599",
            "name": "VITHKUQI SMALL LETTER BE"
        },
        {
            "codepoint": "1059A",
            "name": "VITHKUQI SMALL LETTER CE"
        },
        {
            "codepoint": "1059B",
            "name": "VITHKUQI SMALL LETTER CHE"
        },
        {
            "codepoint": "1059C",
            "name": "VITHKUQI SMALL LETTER DE"
        },
        {
            "codepoint": "1059D",
            "name": "VITHKUQI SMALL LETTER DHE"
        },
        {
            "codepoint": "1059E",
            "name": "VITHKUQI SMALL LETTER EI"
        },
        {
            "codepoint": "1059F",
            "name": "VITHKUQI SMALL LETTER E"
        },
        {
            "codepoint": "105A0",
            "name": "VITHKUQI SMALL LETTER FE"
        },
        {
            "codepoint": "105A1",
            "name": "VITHKUQI SMALL LETTER GA"
        },
        {
            "codepoint": "105A3",
            "name": "VITHKUQI SMALL LETTER HA"
        },
        {
            "codepoint": "105A4",
            "name": "VITHKUQI SMALL LETTER HHA",
            "comments": [
                "used in 19th-century orthography"
            ]
        },
        {
            "codepoint": "105A5",
            "name": "VITHKUQI SMALL LETTER I"
        },
        {
            "codepoint": "105A6",
            "name": "VITHKUQI SMALL LETTER IJE",
            "comments": [
                "used in 19th-century orthography"
            ]
        },
        {
            "codepoint": "105A7",
            "name": "VITHKUQI SMALL LETTER JE"
        },
        {
            "codepoint": "105A8",
            "name": "VITHKUQI SMALL LETTER KA"
        },
        {
            "codepoint": "105A9",
            "name": "VITHKUQI SMALL LETTER LA"
        },
        {
            "codepoint": "105AA",
            "name": "VITHKUQI SMALL LETTER LLA"
        },
        {
            "codepoint": "105AB",
            "name": "VITHKUQI SMALL LETTER ME"
        },
        {
            "codepoint": "105AC",
            "name": "VITHKUQI SMALL LETTER NE"
        },
        {
            "codepoint": "105AD",
            "name": "VITHKUQI SMALL LETTER NJE"
        },
        {
            "codepoint": "105AE",
            "name": "VITHKUQI SMALL LETTER O"
        },
        {
            "codepoint": "105AF",
            "name": "VITHKUQI SMALL LETTER PE"
        },
        {
            "codepoint": "105B0",
            "name": "VITHKUQI SMALL LETTER QA"
        },
        {
            "codepoint": "105B1",
            "name": "VITHKUQI SMALL LETTER RE"
        },
        {
            "codepoint": "105B3",
            "name": "VITHKUQI SMALL LETTER SE"
        },
        {
            "codepoint": "105B4",
            "name": "VITHKUQI SMALL LETTER SHE"
        },
        {
            "codepoint": "105B5",
            "name": "VITHKUQI SMALL LETTER TE"
        },
        {
            "codepoint": "105B6",
            "name": "VITHKUQI SMALL LETTER THE"
        },
        {
            "codepoint": "105B7",
            "name": "VITHKUQI SMALL LETTER U"
        },
        {
            "codepoint": "105B8",
            "name": "VITHKUQI SMALL LETTER VE"
        },
        {
            "codepoint": "105B9",
            "name": "VITHKUQI SMALL LETTER XE"
        },
        {
            "codepoint": "105BB",
            "name": "VITHKUQI SMALL LETTER Y"
        },
        {
            "codepoint": "105BC",
            "name": "VITHKUQI SMALL LETTER ZE"
        },
        {
            "codepoint": "105C0",
            "name": "TODHRI LETTER A"
        },
        {
            "codepoint": "105C1",
            "name": "TODHRI LETTER AS"
        },
        {
            "codepoint": "105C2",
            "name": "TODHRI LETTER BA"
        },
        {
            "codepoint": "105C3",
            "name": "TODHRI LETTER MBA"
        },
        {
            "codepoint": "105C4",
            "name": "TODHRI LETTER CA"
        },
        {
            "codepoint": "105C5",
            "name": "TODHRI LETTER CHA"
        },
        {
            "codepoint": "105C6",
            "name": "TODHRI LETTER DA"
        },
        {
            "codepoint": "105C7",
            "name": "TODHRI LETTER NDA"
        },
        {
            "codepoint": "105C8",
            "name": "TODHRI LETTER DHA"
        },
        {
            "codepoint": "105C9",
            "name": "TODHRI LETTER EI",
            "decompositions": [
                [
                    "105D2",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "105CA",
            "name": "TODHRI LETTER E"
        },
        {
            "codepoint": "105CB",
            "name": "TODHRI LETTER FA"
        },
        {
            "codepoint": "105CC",
            "name": "TODHRI LETTER GA"
        },
        {
            "codepoint": "105CD",
            "name": "TODHRI LETTER NGA"
        },
        {
            "codepoint": "105CE",
            "name": "TODHRI LETTER GJA"
        },
        {
            "codepoint": "105CF",
            "name": "TODHRI LETTER NGJA"
        },
        {
            "codepoint": "105D0",
            "name": "TODHRI LETTER HA"
        },
        {
            "codepoint": "105D1",
            "name": "TODHRI LETTER HJA"
        },
        {
            "codepoint": "105D2",
            "name": "TODHRI LETTER I"
        },
        {
            "codepoint": "105D3",
            "name": "TODHRI LETTER JA"
        },
        {
            "codepoint": "105D4",
            "name": "TODHRI LETTER KA"
        },
        {
            "codepoint": "105D5",
            "name": "TODHRI LETTER LA"
        },
        {
            "codepoint": "105D6",
            "name": "TODHRI LETTER LLA"
        },
        {
            "codepoint": "105D7",
            "name": "TODHRI LETTER MA"
        },
        {
            "codepoint": "105D8",
            "name": "TODHRI LETTER NA"
        },
        {
            "codepoint": "105D9",
            "name": "TODHRI LETTER NJAN"
        },
        {
            "codepoint": "105DA",
            "name": "TODHRI LETTER O"
        },
        {
            "codepoint": "105DB",
            "name": "TODHRI LETTER PA"
        },
        {
            "codepoint": "105DC",
            "name": "TODHRI LETTER QA"
        },
        {
            "codepoint": "105DD",
            "name": "TODHRI LETTER RA"
        },
        {
            "codepoint": "105DE",
            "name": "TODHRI LETTER RRA"
        },
        {
            "codepoint": "105DF",
            "name": "TODHRI LETTER SA"
        },
        {
            "codepoint": "105E0",
            "name": "TODHRI LETTER SHA"
        },
        {
            "codepoint": "105E1",
            "name": "TODHRI LETTER SHTA"
        },
        {
            "codepoint": "105E2",
            "name": "TODHRI LETTER TA"
        },
        {
            "codepoint": "105E3",
            "name": "TODHRI LETTER THA"
        },
        {
            "codepoint": "105E4",
            "name": "TODHRI LETTER U",
            "decompositions": [
                [
                    "105DA",
                    "0307"
                ]
            ]
        },
        {
            "codepoint": "105E5",
            "name": "TODHRI LETTER VA"
        },
        {
            "codepoint": "105E6",
            "name": "TODHRI LETTER XA"
        },
        {
            "codepoint": "105E7",
            "name": "TODHRI LETTER NXA"
        },
        {
            "codepoint": "105E8",
            "name": "TODHRI LETTER XHA"
        },
        {
            "codepoint": "105E9",
            "name": "TODHRI LETTER NXHA"
        },
        {
            "codepoint": "105EA",
            "name": "TODHRI LETTER Y"
        },
        {
            "codepoint": "105EB",
            "name": "TODHRI LETTER JY"
        },
        {
            "codepoint": "105EC",
            "name": "TODHRI LETTER ZA"
        },
        {
            "codepoint": "105ED",
            "name": "TODHRI LETTER ZHA"
        },
        {
            "codepoint": "105EE",
            "name": "TODHRI LETTER GHA"
        },
        {
            "codepoint": "105EF",
            "name": "TODHRI LETTER STA"
        },
        {
            "codepoint": "105F0",
            "name": "TODHRI LETTER SKAN"
        },
        {
            "codepoint": "105F1",
            "name": "TODHRI LETTER KHA"
        },
        {
            "codepoint": "105F2",
            "name": "TODHRI LETTER PSA"
        },
        {
            "codepoint": "105F3",
            "name": "TODHRI LETTER OO"
        },
        {
            "codepoint": "10600",
            "name": "LINEAR A SIGN AB001"
        },
        {
            "codepoint": "10601",
            "name": "LINEAR A SIGN AB002"
        },
        {
            "codepoint": "10602",
            "name": "LINEAR A SIGN AB003"
        },
        {
            "codepoint": "10603",
            "name": "LINEAR A SIGN AB004"
        },
        {
            "codepoint": "10604",
            "name": "LINEAR A SIGN AB005"
        },
        {
            "codepoint": "10605",
            "name": "LINEAR A SIGN AB006"
        },
        {
            "codepoint": "10606",
            "name": "LINEAR A SIGN AB007"
        },
        {
            "codepoint": "10607",
            "name": "LINEAR A SIGN AB008"
        },
        {
            "codepoint": "10608",
            "name": "LINEAR A SIGN AB009"
        },
        {
            "codepoint": "10609",
            "name": "LINEAR A SIGN AB010"
        },
        {
            "codepoint": "1060A",
            "name": "LINEAR A SIGN AB011"
        },
        {
            "codepoint": "1060B",
            "name": "LINEAR A SIGN AB013"
        },
        {
            "codepoint": "1060C",
            "name": "LINEAR A SIGN AB016"
        },
        {
            "codepoint": "1060D",
            "name": "LINEAR A SIGN AB017"
        },
        {
            "codepoint": "1060E",
            "name": "LINEAR A SIGN AB020"
        },
        {
            "codepoint": "1060F",
            "name": "LINEAR A SIGN AB021",
            "comments": [
                "sheep"
            ],
            "crossReferences": [
                "(linear b syllable b021 qi - 10025)"
            ]
        },
        {
            "codepoint": "10610",
            "name": "LINEAR A SIGN AB021F",
            "comments": [
                "ewe"
            ],
            "crossReferences": [
                "(linear b ideogram b106f ewe - 10086)"
            ]
        },
        {
            "codepoint": "10611",
            "name": "LINEAR A SIGN AB021M",
            "comments": [
                "ram"
            ],
            "crossReferences": [
                "(linear b ideogram b106m ram - 10087)"
            ]
        },
        {
            "codepoint": "10612",
            "name": "LINEAR A SIGN AB022",
            "comments": [
                "goat"
            ],
            "crossReferences": [
                "(linear b symbol b022 - 10052)"
            ]
        },
        {
            "codepoint": "10613",
            "name": "LINEAR A SIGN AB022F",
            "comments": [
                "she-goat"
            ],
            "crossReferences": [
                "(linear b ideogram b107f she-goat - 10088)"
            ]
        },
        {
            "codepoint": "10614",
            "name": "LINEAR A SIGN AB022M",
            "comments": [
                "he-goat"
            ],
            "crossReferences": [
                "(linear b ideogram b107m he-goat - 10089)"
            ]
        },
        {
            "codepoint": "10615",
            "name": "LINEAR A SIGN AB023",
            "comments": [
                "bovine"
            ],
            "crossReferences": [
                "(linear b syllable b023 mu - 10018)"
            ]
        },
        {
            "codepoint": "10616",
            "name": "LINEAR A SIGN AB023M",
            "comments": [
                "bull"
            ],
            "crossReferences": [
                "(linear b ideogram b109m bull - 1008D)"
            ]
        },
        {
            "codepoint": "10617",
            "name": "LINEAR A SIGN AB024"
        },
        {
            "codepoint": "10618",
            "name": "LINEAR A SIGN AB026"
        },
        {
            "codepoint": "10619",
            "name": "LINEAR A SIGN AB027"
        },
        {
            "codepoint": "1061A",
            "name": "LINEAR A SIGN AB028"
        },
        {
            "codepoint": "1061B",
            "name": "LINEAR A SIGN A028B"
        },
        {
            "codepoint": "1061C",
            "name": "LINEAR A SIGN AB029"
        },
        {
            "codepoint": "1061D",
            "name": "LINEAR A SIGN AB030",
            "comments": [
                "figs"
            ],
            "crossReferences": [
                "(linear b syllable b030 ni - 1001B)"
            ]
        },
        {
            "codepoint": "1061E",
            "name": "LINEAR A SIGN AB031"
        },
        {
            "codepoint": "1061F",
            "name": "LINEAR A SIGN AB034"
        },
        {
            "codepoint": "10620",
            "name": "LINEAR A SIGN AB037"
        },
        {
            "codepoint": "10621",
            "name": "LINEAR A SIGN AB038"
        },
        {
            "codepoint": "10622",
            "name": "LINEAR A SIGN AB039"
        },
        {
            "codepoint": "10623",
            "name": "LINEAR A SIGN AB040"
        },
        {
            "codepoint": "10624",
            "name": "LINEAR A SIGN AB041"
        },
        {
            "codepoint": "10625",
            "name": "LINEAR A SIGN AB044"
        },
        {
            "codepoint": "10626",
            "name": "LINEAR A SIGN AB045"
        },
        {
            "codepoint": "10627",
            "name": "LINEAR A SIGN AB046"
        },
        {
            "codepoint": "10628",
            "name": "LINEAR A SIGN AB047"
        },
        {
            "codepoint": "10629",
            "name": "LINEAR A SIGN AB048",
            "crossReferences": [
                "(linear b syllable b048 nwa - 10045)"
            ]
        },
        {
            "codepoint": "1062A",
            "name": "LINEAR A SIGN AB049"
        },
        {
            "codepoint": "1062B",
            "name": "LINEAR A SIGN AB050"
        },
        {
            "codepoint": "1062C",
            "name": "LINEAR A SIGN AB051"
        },
        {
            "codepoint": "1062D",
            "name": "LINEAR A SIGN AB053"
        },
        {
            "codepoint": "1062E",
            "name": "LINEAR A SIGN AB054",
            "comments": [
                "cloth"
            ],
            "crossReferences": [
                "(linear b ideogram b159 cloth - 100A7)"
            ]
        },
        {
            "codepoint": "1062F",
            "name": "LINEAR A SIGN AB055"
        },
        {
            "codepoint": "10630",
            "name": "LINEAR A SIGN AB056"
        },
        {
            "codepoint": "10631",
            "name": "LINEAR A SIGN AB057"
        },
        {
            "codepoint": "10632",
            "name": "LINEAR A SIGN AB058"
        },
        {
            "codepoint": "10633",
            "name": "LINEAR A SIGN AB059"
        },
        {
            "codepoint": "10634",
            "name": "LINEAR A SIGN AB060"
        },
        {
            "codepoint": "10635",
            "name": "LINEAR A SIGN AB061"
        },
        {
            "codepoint": "10636",
            "name": "LINEAR A SIGN AB065"
        },
        {
            "codepoint": "10637",
            "name": "LINEAR A SIGN AB066"
        },
        {
            "codepoint": "10638",
            "name": "LINEAR A SIGN AB067"
        },
        {
            "codepoint": "10639",
            "name": "LINEAR A SIGN AB069"
        },
        {
            "codepoint": "1063A",
            "name": "LINEAR A SIGN AB070"
        },
        {
            "codepoint": "1063B",
            "name": "LINEAR A SIGN AB073"
        },
        {
            "codepoint": "1063C",
            "name": "LINEAR A SIGN AB074"
        },
        {
            "codepoint": "1063D",
            "name": "LINEAR A SIGN AB076"
        },
        {
            "codepoint": "1063E",
            "name": "LINEAR A SIGN AB077"
        },
        {
            "codepoint": "1063F",
            "name": "LINEAR A SIGN AB078"
        },
        {
            "codepoint": "10640",
            "name": "LINEAR A SIGN AB079"
        },
        {
            "codepoint": "10641",
            "name": "LINEAR A SIGN AB080"
        },
        {
            "codepoint": "10642",
            "name": "LINEAR A SIGN AB081"
        },
        {
            "codepoint": "10643",
            "name": "LINEAR A SIGN AB082"
        },
        {
            "codepoint": "10644",
            "name": "LINEAR A SIGN AB085",
            "comments": [
                "pig"
            ],
            "crossReferences": [
                "(linear b syllable b085 au - 10042)"
            ]
        },
        {
            "codepoint": "10645",
            "name": "LINEAR A SIGN AB086"
        },
        {
            "codepoint": "10646",
            "name": "LINEAR A SIGN AB087"
        },
        {
            "codepoint": "10647",
            "name": "LINEAR A SIGN A100-102",
            "comments": [
                "man or woman"
            ],
            "crossReferences": [
                "(linear b ideogram b100 man - 10080)",
                "(linear b ideogram b102 woman - 10081)"
            ]
        },
        {
            "codepoint": "10648",
            "name": "LINEAR A SIGN AB118"
        },
        {
            "codepoint": "10649",
            "name": "LINEAR A SIGN AB120",
            "comments": [
                "grain"
            ],
            "crossReferences": [
                "(linear b ideogram b120 wheat - 1008E)"
            ]
        },
        {
            "codepoint": "1064A",
            "name": "LINEAR A SIGN A120B",
            "comments": [
                "grain"
            ]
        },
        {
            "codepoint": "1064B",
            "name": "LINEAR A SIGN AB122",
            "comments": [
                "olives"
            ],
            "crossReferences": [
                "(linear b ideogram b122 olive - 10090)"
            ]
        },
        {
            "codepoint": "1064C",
            "name": "LINEAR A SIGN AB123"
        },
        {
            "codepoint": "1064D",
            "name": "LINEAR A SIGN AB131A",
            "comments": [
                "wine"
            ],
            "crossReferences": [
                "(linear b ideogram b131 wine - 10096)"
            ]
        },
        {
            "codepoint": "1064E",
            "name": "LINEAR A SIGN AB131B",
            "comments": [
                "wine"
            ]
        },
        {
            "codepoint": "1064F",
            "name": "LINEAR A SIGN A131C",
            "comments": [
                "wine"
            ]
        },
        {
            "codepoint": "10650",
            "name": "LINEAR A SIGN AB164"
        },
        {
            "codepoint": "10651",
            "name": "LINEAR A SIGN AB171"
        },
        {
            "codepoint": "10652",
            "name": "LINEAR A SIGN AB180"
        },
        {
            "codepoint": "10653",
            "name": "LINEAR A SIGN AB188"
        },
        {
            "codepoint": "10654",
            "name": "LINEAR A SIGN AB191"
        },
        {
            "codepoint": "10655",
            "name": "LINEAR A SIGN A301"
        },
        {
            "codepoint": "10656",
            "name": "LINEAR A SIGN A302",
            "comments": [
                "olive oil"
            ],
            "crossReferences": [
                "(linear b ideogram b130 oil - 10095)"
            ]
        },
        {
            "codepoint": "10657",
            "name": "LINEAR A SIGN A303",
            "comments": [
                "cyperus"
            ],
            "crossReferences": [
                "(linear b ideogram b125 cyperus - 10092)"
            ]
        },
        {
            "codepoint": "10658",
            "name": "LINEAR A SIGN A304"
        },
        {
            "codepoint": "10659",
            "name": "LINEAR A SIGN A305"
        },
        {
            "codepoint": "1065A",
            "name": "LINEAR A SIGN A306"
        },
        {
            "codepoint": "1065B",
            "name": "LINEAR A SIGN A307"
        },
        {
            "codepoint": "1065C",
            "name": "LINEAR A SIGN A308"
        },
        {
            "codepoint": "1065D",
            "name": "LINEAR A SIGN A309A"
        },
        {
            "codepoint": "1065E",
            "name": "LINEAR A SIGN A309B"
        },
        {
            "codepoint": "1065F",
            "name": "LINEAR A SIGN A309C"
        },
        {
            "codepoint": "10660",
            "name": "LINEAR A SIGN A310"
        },
        {
            "codepoint": "10661",
            "name": "LINEAR A SIGN A311",
            "comments": [
                "used with 10655 linear a sign a301"
            ]
        },
        {
            "codepoint": "10662",
            "name": "LINEAR A SIGN A312"
        },
        {
            "codepoint": "10663",
            "name": "LINEAR A SIGN A313A",
            "comments": [
                "used with 10647 linear a sign a100-102"
            ]
        },
        {
            "codepoint": "10664",
            "name": "LINEAR A SIGN A313B",
            "comments": [
                "used with 10647 linear a sign a100-102"
            ]
        },
        {
            "codepoint": "10665",
            "name": "LINEAR A SIGN A313C",
            "comments": [
                "used with 10647 linear a sign a100-102"
            ]
        },
        {
            "codepoint": "10666",
            "name": "LINEAR A SIGN A314"
        },
        {
            "codepoint": "10667",
            "name": "LINEAR A SIGN A315"
        },
        {
            "codepoint": "10668",
            "name": "LINEAR A SIGN A316"
        },
        {
            "codepoint": "10669",
            "name": "LINEAR A SIGN A317"
        },
        {
            "codepoint": "1066A",
            "name": "LINEAR A SIGN A318"
        },
        {
            "codepoint": "1066B",
            "name": "LINEAR A SIGN A319"
        },
        {
            "codepoint": "1066C",
            "name": "LINEAR A SIGN A320"
        },
        {
            "codepoint": "1066D",
            "name": "LINEAR A SIGN A321"
        },
        {
            "codepoint": "1066E",
            "name": "LINEAR A SIGN A322"
        },
        {
            "codepoint": "1066F",
            "name": "LINEAR A SIGN A323"
        },
        {
            "codepoint": "10670",
            "name": "LINEAR A SIGN A324"
        },
        {
            "codepoint": "10671",
            "name": "LINEAR A SIGN A325"
        },
        {
            "codepoint": "10672",
            "name": "LINEAR A SIGN A326"
        },
        {
            "codepoint": "10673",
            "name": "LINEAR A SIGN A327"
        },
        {
            "codepoint": "10674",
            "name": "LINEAR A SIGN A328"
        },
        {
            "codepoint": "10675",
            "name": "LINEAR A SIGN A329"
        },
        {
            "codepoint": "10676",
            "name": "LINEAR A SIGN A330",
            "comments": [
                "used with 10600 linear a sign ab001 and 1061E linear a sign ab031"
            ]
        },
        {
            "codepoint": "10677",
            "name": "LINEAR A SIGN A331"
        },
        {
            "codepoint": "10678",
            "name": "LINEAR A SIGN A332"
        },
        {
            "codepoint": "10679",
            "name": "LINEAR A SIGN A333"
        },
        {
            "codepoint": "1067A",
            "name": "LINEAR A SIGN A334"
        },
        {
            "codepoint": "1067B",
            "name": "LINEAR A SIGN A335"
        },
        {
            "codepoint": "1067C",
            "name": "LINEAR A SIGN A336"
        },
        {
            "codepoint": "1067D",
            "name": "LINEAR A SIGN A337",
            "comments": [
                "used with 10653 linear a sign ab188"
            ]
        },
        {
            "codepoint": "1067E",
            "name": "LINEAR A SIGN A338"
        },
        {
            "codepoint": "1067F",
            "name": "LINEAR A SIGN A339"
        },
        {
            "codepoint": "10680",
            "name": "LINEAR A SIGN A340"
        },
        {
            "codepoint": "10681",
            "name": "LINEAR A SIGN A341",
            "comments": [
                "used with 10622 linear a sign ab039"
            ]
        },
        {
            "codepoint": "10682",
            "name": "LINEAR A SIGN A342"
        },
        {
            "codepoint": "10683",
            "name": "LINEAR A SIGN A343"
        },
        {
            "codepoint": "10684",
            "name": "LINEAR A SIGN A344"
        },
        {
            "codepoint": "10685",
            "name": "LINEAR A SIGN A345"
        },
        {
            "codepoint": "10686",
            "name": "LINEAR A SIGN A346"
        },
        {
            "codepoint": "10687",
            "name": "LINEAR A SIGN A347"
        },
        {
            "codepoint": "10688",
            "name": "LINEAR A SIGN A348",
            "comments": [
                "used with 10657 linear a sign a303"
            ]
        },
        {
            "codepoint": "10689",
            "name": "LINEAR A SIGN A349"
        },
        {
            "codepoint": "1068A",
            "name": "LINEAR A SIGN A350"
        },
        {
            "codepoint": "1068B",
            "name": "LINEAR A SIGN A351",
            "comments": [
                "used with 10655 linear a sign a301"
            ]
        },
        {
            "codepoint": "1068C",
            "name": "LINEAR A SIGN A352"
        },
        {
            "codepoint": "1068D",
            "name": "LINEAR A SIGN A353"
        },
        {
            "codepoint": "1068E",
            "name": "LINEAR A SIGN A354"
        },
        {
            "codepoint": "1068F",
            "name": "LINEAR A SIGN A355"
        },
        {
            "codepoint": "10690",
            "name": "LINEAR A SIGN A356"
        },
        {
            "codepoint": "10691",
            "name": "LINEAR A SIGN A357"
        },
        {
            "codepoint": "10692",
            "name": "LINEAR A SIGN A358"
        },
        {
            "codepoint": "10693",
            "name": "LINEAR A SIGN A359"
        },
        {
            "codepoint": "10694",
            "name": "LINEAR A SIGN A360"
        },
        {
            "codepoint": "10695",
            "name": "LINEAR A SIGN A361"
        },
        {
            "codepoint": "10696",
            "name": "LINEAR A SIGN A362"
        },
        {
            "codepoint": "10697",
            "name": "LINEAR A SIGN A363"
        },
        {
            "codepoint": "10698",
            "name": "LINEAR A SIGN A364"
        },
        {
            "codepoint": "10699",
            "name": "LINEAR A SIGN A365"
        },
        {
            "codepoint": "1069A",
            "name": "LINEAR A SIGN A366"
        },
        {
            "codepoint": "1069B",
            "name": "LINEAR A SIGN A367"
        },
        {
            "codepoint": "1069C",
            "name": "LINEAR A SIGN A368"
        },
        {
            "codepoint": "1069D",
            "name": "LINEAR A SIGN A369"
        },
        {
            "codepoint": "1069E",
            "name": "LINEAR A SIGN A370"
        },
        {
            "codepoint": "1069F",
            "name": "LINEAR A SIGN A371"
        },
        {
            "codepoint": "106A0",
            "name": "LINEAR A SIGN A400-VAS"
        },
        {
            "codepoint": "106A1",
            "name": "LINEAR A SIGN A401-VAS"
        },
        {
            "codepoint": "106A2",
            "name": "LINEAR A SIGN A402-VAS"
        },
        {
            "codepoint": "106A3",
            "name": "LINEAR A SIGN A403-VAS"
        },
        {
            "codepoint": "106A4",
            "name": "LINEAR A SIGN A404-VAS"
        },
        {
            "codepoint": "106A5",
            "name": "LINEAR A SIGN A405-VAS"
        },
        {
            "codepoint": "106A6",
            "name": "LINEAR A SIGN A406-VAS"
        },
        {
            "codepoint": "106A7",
            "name": "LINEAR A SIGN A407-VAS"
        },
        {
            "codepoint": "106A8",
            "name": "LINEAR A SIGN A408-VAS"
        },
        {
            "codepoint": "106A9",
            "name": "LINEAR A SIGN A409-VAS"
        },
        {
            "codepoint": "106AA",
            "name": "LINEAR A SIGN A410-VAS"
        },
        {
            "codepoint": "106AB",
            "name": "LINEAR A SIGN A411-VAS"
        },
        {
            "codepoint": "106AC",
            "name": "LINEAR A SIGN A412-VAS"
        },
        {
            "codepoint": "106AD",
            "name": "LINEAR A SIGN A413-VAS"
        },
        {
            "codepoint": "106AE",
            "name": "LINEAR A SIGN A414-VAS"
        },
        {
            "codepoint": "106AF",
            "name": "LINEAR A SIGN A415-VAS"
        },
        {
            "codepoint": "106B0",
            "name": "LINEAR A SIGN A416-VAS"
        },
        {
            "codepoint": "106B1",
            "name": "LINEAR A SIGN A417-VAS"
        },
        {
            "codepoint": "106B2",
            "name": "LINEAR A SIGN A418-VAS"
        },
        {
            "codepoint": "106B3",
            "name": "LINEAR A SIGN A501",
            "comments": [
                "10600 ab001, 10601 ab002"
            ]
        },
        {
            "codepoint": "106B4",
            "name": "LINEAR A SIGN A502",
            "comments": [
                "10600 ab001, 10619 ab027, 10608 ab009"
            ]
        },
        {
            "codepoint": "106B5",
            "name": "LINEAR A SIGN A503",
            "comments": [
                "10600 ab001, 10655 a301"
            ]
        },
        {
            "codepoint": "106B6",
            "name": "LINEAR A SIGN A504",
            "comments": [
                "10601 ab002, 10601 ab002"
            ]
        },
        {
            "codepoint": "106B7",
            "name": "LINEAR A SIGN A505",
            "comments": [
                "10603 ab004, 10601 ab002"
            ]
        },
        {
            "codepoint": "106B8",
            "name": "LINEAR A SIGN A506",
            "comments": [
                "10606 ab007, 1063F ab078"
            ]
        },
        {
            "codepoint": "106B9",
            "name": "LINEAR A SIGN A508",
            "comments": [
                "1060C ab016, 10619 ab027"
            ]
        },
        {
            "codepoint": "106BA",
            "name": "LINEAR A SIGN A509",
            "comments": [
                "1060C ab016, 10619 ab027, 1062B ab050"
            ]
        },
        {
            "codepoint": "106BB",
            "name": "LINEAR A SIGN A510",
            "comments": [
                "1060C ab016, 1062B ab050"
            ]
        },
        {
            "codepoint": "106BC",
            "name": "LINEAR A SIGN A511",
            "comments": [
                "1060C ab016, 1062B ab050, 10619 ab027"
            ]
        },
        {
            "codepoint": "106BD",
            "name": "LINEAR A SIGN A512",
            "comments": [
                "1060F ab021, 10624 ab041"
            ]
        },
        {
            "codepoint": "106BE",
            "name": "LINEAR A SIGN A513",
            "comments": [
                "10614 ab022m, 10642 ab081"
            ]
        },
        {
            "codepoint": "106BF",
            "name": "LINEAR A SIGN A515",
            "comments": [
                "10619 ab027, 10608 ab009"
            ]
        },
        {
            "codepoint": "106C0",
            "name": "LINEAR A SIGN A516",
            "crossReferences": [
                "(linear a sign ab028 - 1061A)"
            ]
        },
        {
            "codepoint": "106C1",
            "name": "LINEAR A SIGN A520",
            "comments": [
                "1061A ab028, 10655 a301"
            ]
        },
        {
            "codepoint": "106C2",
            "name": "LINEAR A SIGN A521",
            "comments": [
                "1061E ab031, 10615 ab023, 10642 ab081"
            ]
        },
        {
            "codepoint": "106C3",
            "name": "LINEAR A SIGN A523",
            "comments": [
                "10620 ab037, 10607 ab008"
            ]
        },
        {
            "codepoint": "106C4",
            "name": "LINEAR A SIGN A524",
            "comments": [
                "10620 ab037, 106AC a412-vas"
            ]
        },
        {
            "codepoint": "106C5",
            "name": "LINEAR A SIGN A525",
            "crossReferences": [
                "(linear a sign ab038 - 10621)"
            ]
        },
        {
            "codepoint": "106C6",
            "name": "LINEAR A SIGN A526",
            "comments": [
                "10621 ab038, 1063E ab077"
            ]
        },
        {
            "codepoint": "106C7",
            "name": "LINEAR A SIGN A527",
            "comments": [
                "10623 ab040, 1063C ab074"
            ]
        },
        {
            "codepoint": "106C8",
            "name": "LINEAR A SIGN A528",
            "comments": [
                "10624 ab041, 10606 ab007"
            ]
        },
        {
            "codepoint": "106C9",
            "name": "LINEAR A SIGN A529",
            "comments": [
                "10624 ab041, 10608 ab009"
            ]
        },
        {
            "codepoint": "106CA",
            "name": "LINEAR A SIGN A530",
            "comments": [
                "10624 ab041, 1060B ab013"
            ]
        },
        {
            "codepoint": "106CB",
            "name": "LINEAR A SIGN A531",
            "comments": [
                "10624 ab041, 1060B ab013, 10638 ab067"
            ]
        },
        {
            "codepoint": "106CC",
            "name": "LINEAR A SIGN A532",
            "comments": [
                "10624 ab041, 10637 ab066"
            ]
        },
        {
            "codepoint": "106CD",
            "name": "LINEAR A SIGN A534",
            "crossReferences": [
                "(linear a sign ab051 - 1062C)"
            ]
        },
        {
            "codepoint": "106CE",
            "name": "LINEAR A SIGN A535",
            "comments": [
                "1062E ab054, 10642 ab081"
            ]
        },
        {
            "codepoint": "106CF",
            "name": "LINEAR A SIGN A536",
            "comments": [
                "1062E ab054, 10662 a312"
            ]
        },
        {
            "codepoint": "106D0",
            "name": "LINEAR A SIGN A537",
            "comments": [
                "10630 ab056, 1063F ab078"
            ]
        },
        {
            "codepoint": "106D1",
            "name": "LINEAR A SIGN A538",
            "comments": [
                "10631 ab057, 10618 ab026"
            ]
        },
        {
            "codepoint": "106D2",
            "name": "LINEAR A SIGN A539",
            "comments": [
                "10631 ab057, 1063E ab077"
            ]
        },
        {
            "codepoint": "106D3",
            "name": "LINEAR A SIGN A540",
            "comments": [
                "10632 ab058, 1063B ab073"
            ]
        },
        {
            "codepoint": "106D4",
            "name": "LINEAR A SIGN A541",
            "comments": [
                "10634 ab060, 1063E ab077"
            ]
        },
        {
            "codepoint": "106D5",
            "name": "LINEAR A SIGN A542",
            "comments": [
                "10636 ab065, 10669 a317, 1063F ab078"
            ]
        },
        {
            "codepoint": "106D6",
            "name": "LINEAR A SIGN A545",
            "comments": [
                "10638 ab067, 10615 ab023"
            ]
        },
        {
            "codepoint": "106D7",
            "name": "LINEAR A SIGN A547",
            "comments": [
                "10639 ab069, 10601 ab002"
            ]
        },
        {
            "codepoint": "106D8",
            "name": "LINEAR A SIGN A548",
            "comments": [
                "1063B ab073, 10631 ab057"
            ]
        },
        {
            "codepoint": "106D9",
            "name": "LINEAR A SIGN A549",
            "crossReferences": [
                "(linear a sign a548 - 106D8)"
            ]
        },
        {
            "codepoint": "106DA",
            "name": "LINEAR A SIGN A550",
            "comments": [
                "1063B ab073, 10631 ab057, 10618 ab026"
            ]
        },
        {
            "codepoint": "106DB",
            "name": "LINEAR A SIGN A551",
            "comments": [
                "1063B ab073, 10631 ab057, 1061A ab028"
            ]
        },
        {
            "codepoint": "106DC",
            "name": "LINEAR A SIGN A552",
            "comments": [
                "1063B ab073, 10631 ab057, 1063E ab077"
            ]
        },
        {
            "codepoint": "106DD",
            "name": "LINEAR A SIGN A553",
            "comments": [
                "1063B ab073, 10655 a301"
            ]
        },
        {
            "codepoint": "106DE",
            "name": "LINEAR A SIGN A554",
            "comments": [
                "1063E ab077, 10607 ab008"
            ]
        },
        {
            "codepoint": "106DF",
            "name": "LINEAR A SIGN A555",
            "comments": [
                "1063F ab078, 10649 ab120, 10602 ab003"
            ]
        },
        {
            "codepoint": "106E0",
            "name": "LINEAR A SIGN A556",
            "crossReferences": [
                "(linear a sign ab080 - 10641)"
            ]
        },
        {
            "codepoint": "106E1",
            "name": "LINEAR A SIGN A557",
            "comments": [
                "10641 ab080, 10607 ab008"
            ]
        },
        {
            "codepoint": "106E2",
            "name": "LINEAR A SIGN A559",
            "comments": [
                "10641 ab080, 10618 ab026"
            ]
        },
        {
            "codepoint": "106E3",
            "name": "LINEAR A SIGN A563",
            "comments": [
                "10641 ab080, 10641 ab080"
            ]
        },
        {
            "codepoint": "106E4",
            "name": "LINEAR A SIGN A564",
            "crossReferences": [
                "(linear a sign ab081 - 10642)"
            ]
        },
        {
            "codepoint": "106E5",
            "name": "LINEAR A SIGN A565",
            "comments": [
                "10645 ab086, 10653 ab188"
            ]
        },
        {
            "codepoint": "106E6",
            "name": "LINEAR A SIGN A566",
            "comments": [
                "10645 ab086, 10653 ab188"
            ]
        },
        {
            "codepoint": "106E7",
            "name": "LINEAR A SIGN A568",
            "comments": [
                "10647 a100-102, 1063E ab077"
            ]
        },
        {
            "codepoint": "106E8",
            "name": "LINEAR A SIGN A569",
            "comments": [
                "10647 a100-102, 1065B a307"
            ]
        },
        {
            "codepoint": "106E9",
            "name": "LINEAR A SIGN A570",
            "comments": [
                "10647 a100-102, 10663 a313a"
            ]
        },
        {
            "codepoint": "106EA",
            "name": "LINEAR A SIGN A571",
            "comments": [
                "10647 a100-102, 10664 a313b"
            ]
        },
        {
            "codepoint": "106EB",
            "name": "LINEAR A SIGN A572",
            "comments": [
                "10647 a100-102, 10665 a313c"
            ]
        },
        {
            "codepoint": "106EC",
            "name": "LINEAR A SIGN A573",
            "comments": [
                "10649 ab120, 10600 ab001"
            ]
        },
        {
            "codepoint": "106ED",
            "name": "LINEAR A SIGN A574",
            "comments": [
                "10649 ab120, 10602 ab003"
            ]
        },
        {
            "codepoint": "106EE",
            "name": "LINEAR A SIGN A575",
            "comments": [
                "10649 ab120, 10610 ab021f"
            ]
        },
        {
            "codepoint": "106EF",
            "name": "LINEAR A SIGN A576",
            "comments": [
                "10649 ab120, 10614 ab022m"
            ]
        },
        {
            "codepoint": "106F0",
            "name": "LINEAR A SIGN A577",
            "comments": [
                "10649 ab120, 1062F ab056"
            ]
        },
        {
            "codepoint": "106F1",
            "name": "LINEAR A SIGN A578",
            "comments": [
                "10649 ab120, 1063F ab078"
            ]
        },
        {
            "codepoint": "106F2",
            "name": "LINEAR A SIGN A579",
            "comments": [
                "10649 ab120, 10642 ab081"
            ]
        },
        {
            "codepoint": "106F3",
            "name": "LINEAR A SIGN A580",
            "comments": [
                "10649 ab120, 10741 a702 b"
            ]
        },
        {
            "codepoint": "106F4",
            "name": "LINEAR A SIGN A581",
            "comments": [
                "10649 ab120, 10743 a704 e"
            ]
        },
        {
            "codepoint": "106F5",
            "name": "LINEAR A SIGN A582",
            "comments": [
                "10649 ab120, 10744 a705 f"
            ]
        },
        {
            "codepoint": "106F6",
            "name": "LINEAR A SIGN A583",
            "comments": [
                "10649 ab120, 10745 a706 h"
            ]
        },
        {
            "codepoint": "106F7",
            "name": "LINEAR A SIGN A584",
            "comments": [
                "10649 ab120, 10747 a708 k, 10749 a709-2 l2"
            ]
        },
        {
            "codepoint": "106F8",
            "name": "LINEAR A SIGN A585",
            "comments": [
                "10649 ab120, 10749 a709-2 l2"
            ]
        },
        {
            "codepoint": "106F9",
            "name": "LINEAR A SIGN A586",
            "comments": [
                "10649 ab120, 1074A a709-3 l3, 1074A a709-3 l3"
            ]
        },
        {
            "codepoint": "106FA",
            "name": "LINEAR A SIGN A587",
            "comments": [
                "1064B ab122, 10639 ab069"
            ]
        },
        {
            "codepoint": "106FB",
            "name": "LINEAR A SIGN A588",
            "comments": [
                "1064D ab131a, 10603 ab004"
            ]
        },
        {
            "codepoint": "106FC",
            "name": "LINEAR A SIGN A589",
            "comments": [
                "1064D ab131a, 1061E ab031"
            ]
        },
        {
            "codepoint": "106FD",
            "name": "LINEAR A SIGN A591",
            "comments": [
                "1064D ab131a, 1062E ab054"
            ]
        },
        {
            "codepoint": "106FE",
            "name": "LINEAR A SIGN A592",
            "comments": [
                "1064D ab131a, 1062E ab054"
            ]
        },
        {
            "codepoint": "106FF",
            "name": "LINEAR A SIGN A594",
            "comments": [
                "1064D ab131a, 10634 ab060"
            ]
        },
        {
            "codepoint": "10700",
            "name": "LINEAR A SIGN A595",
            "comments": [
                "1064D ab131a, 10634 ab060"
            ]
        },
        {
            "codepoint": "10701",
            "name": "LINEAR A SIGN A596",
            "comments": [
                "1064D ab131a, 1063E ab077"
            ]
        },
        {
            "codepoint": "10702",
            "name": "LINEAR A SIGN A598",
            "comments": [
                "1064D ab131b, 10623 ab040"
            ]
        },
        {
            "codepoint": "10703",
            "name": "LINEAR A SIGN A600",
            "comments": [
                "10764 a804, 10741 a702 b"
            ]
        },
        {
            "codepoint": "10704",
            "name": "LINEAR A SIGN A601",
            "comments": [
                "10764 a804, 10748 a709 l"
            ]
        },
        {
            "codepoint": "10705",
            "name": "LINEAR A SIGN A602",
            "comments": [
                "10652 ab180, 10741 a702 b"
            ]
        },
        {
            "codepoint": "10706",
            "name": "LINEAR A SIGN A603",
            "comments": [
                "10652 ab180, 10748 a709 l"
            ]
        },
        {
            "codepoint": "10707",
            "name": "LINEAR A SIGN A604",
            "comments": [
                "10653 ab188, 10642 ab081"
            ]
        },
        {
            "codepoint": "10708",
            "name": "LINEAR A SIGN A606",
            "comments": [
                "10655 a301, 10661 a311"
            ]
        },
        {
            "codepoint": "10709",
            "name": "LINEAR A SIGN A608",
            "comments": [
                "10656 a302, 10606 ab007"
            ]
        },
        {
            "codepoint": "1070A",
            "name": "LINEAR A SIGN A609",
            "comments": [
                "10656 a302, 10607 ab008"
            ]
        },
        {
            "codepoint": "1070B",
            "name": "LINEAR A SIGN A610",
            "comments": [
                "10656 a302, 10609 ab010"
            ]
        },
        {
            "codepoint": "1070C",
            "name": "LINEAR A SIGN A611",
            "comments": [
                "10656 a302, 10610 ab021f"
            ]
        },
        {
            "codepoint": "1070D",
            "name": "LINEAR A SIGN A612",
            "comments": [
                "10656 a302, 10617 ab024"
            ]
        },
        {
            "codepoint": "1070E",
            "name": "LINEAR A SIGN A613",
            "comments": [
                "10656 a302, 10621 ab038"
            ]
        },
        {
            "codepoint": "1070F",
            "name": "LINEAR A SIGN A614",
            "comments": [
                "10656 a302, 1062D ab053"
            ]
        },
        {
            "codepoint": "10710",
            "name": "LINEAR A SIGN A615",
            "comments": [
                "10656 a302, 10633 ab059"
            ]
        },
        {
            "codepoint": "10711",
            "name": "LINEAR A SIGN A616",
            "comments": [
                "10656 a302, 10634 ab060"
            ]
        },
        {
            "codepoint": "10712",
            "name": "LINEAR A SIGN A617",
            "comments": [
                "10656 a302, 10638 ab067"
            ]
        },
        {
            "codepoint": "10713",
            "name": "LINEAR A SIGN A618",
            "comments": [
                "10656 a302, 10638 ab067"
            ]
        },
        {
            "codepoint": "10714",
            "name": "LINEAR A SIGN A619",
            "comments": [
                "10656 a302, 10638 ab067, 10609 ab010"
            ]
        },
        {
            "codepoint": "10715",
            "name": "LINEAR A SIGN A620",
            "comments": [
                "10656 a302, 10638 ab067, 1060B ab013"
            ]
        },
        {
            "codepoint": "10716",
            "name": "LINEAR A SIGN A621",
            "comments": [
                "10656 a302, 10639 ab069"
            ]
        },
        {
            "codepoint": "10717",
            "name": "LINEAR A SIGN A622",
            "comments": [
                "10656 a302, 1063B ab073"
            ]
        },
        {
            "codepoint": "10718",
            "name": "LINEAR A SIGN A623",
            "comments": [
                "10656 a302, 1063F ab078, 10606 ab007"
            ]
        },
        {
            "codepoint": "10719",
            "name": "LINEAR A SIGN A624",
            "comments": [
                "10657 a303, 10742 a703 d"
            ]
        },
        {
            "codepoint": "1071A",
            "name": "LINEAR A SIGN A626",
            "comments": [
                "10657 a303, 10743 a704 e"
            ]
        },
        {
            "codepoint": "1071B",
            "name": "LINEAR A SIGN A627",
            "comments": [
                "10657 a303, 10747 a708 k"
            ]
        },
        {
            "codepoint": "1071C",
            "name": "LINEAR A SIGN A628",
            "crossReferences": [
                "(linear a sign a304 - 10658)"
            ]
        },
        {
            "codepoint": "1071D",
            "name": "LINEAR A SIGN A629",
            "comments": [
                "10658 a304, 10602 ab003"
            ]
        },
        {
            "codepoint": "1071E",
            "name": "LINEAR A SIGN A634",
            "comments": [
                "1065A a306, 1063B ab073"
            ]
        },
        {
            "codepoint": "1071F",
            "name": "LINEAR A SIGN A637",
            "comments": [
                "1065B a307, 10655 a301"
            ]
        },
        {
            "codepoint": "10720",
            "name": "LINEAR A SIGN A638",
            "comments": [
                "1065B a307, 1065B a307"
            ]
        },
        {
            "codepoint": "10721",
            "name": "LINEAR A SIGN A640",
            "comments": [
                "10668 a316, 10638 ab067"
            ]
        },
        {
            "codepoint": "10722",
            "name": "LINEAR A SIGN A642",
            "crossReferences": [
                "(linear a sign a318 - 1066A)"
            ]
        },
        {
            "codepoint": "10723",
            "name": "LINEAR A SIGN A643",
            "comments": [
                "10676 a330, 10600 ab001"
            ]
        },
        {
            "codepoint": "10724",
            "name": "LINEAR A SIGN A644",
            "comments": [
                "10676 a330, 1061E ab031"
            ]
        },
        {
            "codepoint": "10725",
            "name": "LINEAR A SIGN A645",
            "comments": [
                "1067D a337, 10653 ab188"
            ]
        },
        {
            "codepoint": "10726",
            "name": "LINEAR A SIGN A646",
            "comments": [
                "10681 a341, 10622 ab039"
            ]
        },
        {
            "codepoint": "10727",
            "name": "LINEAR A SIGN A648",
            "comments": [
                "106A0 a400-vas, 1062D ab053"
            ]
        },
        {
            "codepoint": "10728",
            "name": "LINEAR A SIGN A649",
            "crossReferences": [
                "(linear a sign a401-vas - 106A1)"
            ]
        },
        {
            "codepoint": "10729",
            "name": "LINEAR A SIGN A651",
            "comments": [
                "106A1 a401-vas, 10618 ab026"
            ]
        },
        {
            "codepoint": "1072A",
            "name": "LINEAR A SIGN A652",
            "comments": [
                "106A1 a401-vas, 10634 ab060"
            ]
        },
        {
            "codepoint": "1072B",
            "name": "LINEAR A SIGN A653",
            "comments": [
                "106A1 a401-vas, 10658 a304"
            ]
        },
        {
            "codepoint": "1072C",
            "name": "LINEAR A SIGN A654",
            "comments": [
                "106A4 a404-vas, 10607 ab008"
            ]
        },
        {
            "codepoint": "1072D",
            "name": "LINEAR A SIGN A655",
            "comments": [
                "106A5 a405-vas, 10750 a713 omega"
            ]
        },
        {
            "codepoint": "1072E",
            "name": "LINEAR A SIGN A656",
            "comments": [
                "106A6 a406-vas, 10625 ab044"
            ]
        },
        {
            "codepoint": "1072F",
            "name": "LINEAR A SIGN A657",
            "comments": [
                "106A7 a407-vas, 10607 ab008"
            ]
        },
        {
            "codepoint": "10730",
            "name": "LINEAR A SIGN A658",
            "comments": [
                "106AC a412-vas, 10743 a704 e"
            ]
        },
        {
            "codepoint": "10731",
            "name": "LINEAR A SIGN A659",
            "comments": [
                "106AC a412-vas, 10744 a705 f"
            ]
        },
        {
            "codepoint": "10732",
            "name": "LINEAR A SIGN A660",
            "comments": [
                "106AD a413-vas, 10632 ab058"
            ]
        },
        {
            "codepoint": "10733",
            "name": "LINEAR A SIGN A661",
            "crossReferences": [
                "(linear a sign a414-vas - 106AE)"
            ]
        },
        {
            "codepoint": "10734",
            "name": "LINEAR A SIGN A662",
            "comments": [
                "106AE a414-vas, 10744 a705 f"
            ]
        },
        {
            "codepoint": "10735",
            "name": "LINEAR A SIGN A663",
            "comments": [
                "106B1 a417-vas, 10749 a709-2 l2"
            ]
        },
        {
            "codepoint": "10736",
            "name": "LINEAR A SIGN A664",
            "comments": [
                "106B2 a418-vas, 10749 a709-2 l2"
            ]
        },
        {
            "codepoint": "10740",
            "name": "LINEAR A SIGN A701 A",
            "comments": [
                "possibly one sixth (value uncertain)"
            ],
            "crossReferences": [
                "(thermodynamic - 29E7)"
            ]
        },
        {
            "codepoint": "10741",
            "name": "LINEAR A SIGN A702 B",
            "comments": [
                "one third"
            ]
        },
        {
            "codepoint": "10742",
            "name": "LINEAR A SIGN A703 D",
            "comments": [
                "one fifth"
            ]
        },
        {
            "codepoint": "10743",
            "name": "LINEAR A SIGN A704 E",
            "comments": [
                "one quarter"
            ]
        },
        {
            "codepoint": "10744",
            "name": "LINEAR A SIGN A705 F",
            "comments": [
                "one eighth"
            ]
        },
        {
            "codepoint": "10745",
            "name": "LINEAR A SIGN A706 H",
            "comments": [
                "possibly one sixth (value uncertain)"
            ]
        },
        {
            "codepoint": "10746",
            "name": "LINEAR A SIGN A707 J",
            "comments": [
                "one half"
            ]
        },
        {
            "codepoint": "10747",
            "name": "LINEAR A SIGN A708 K",
            "comments": [
                "one sixteenth"
            ],
            "crossReferences": [
                "(aegean dry measure first subunit - 1013C)"
            ]
        },
        {
            "codepoint": "10748",
            "name": "LINEAR A SIGN A709 L"
        },
        {
            "codepoint": "10749",
            "name": "LINEAR A SIGN A709-2 L2"
        },
        {
            "codepoint": "1074A",
            "name": "LINEAR A SIGN A709-3 L3"
        },
        {
            "codepoint": "1074B",
            "name": "LINEAR A SIGN A709-4 L4"
        },
        {
            "codepoint": "1074C",
            "name": "LINEAR A SIGN A709-6 L6",
            "comments": [
                "used with 10655 linear a sign a301"
            ]
        },
        {
            "codepoint": "1074D",
            "name": "LINEAR A SIGN A710 W"
        },
        {
            "codepoint": "1074E",
            "name": "LINEAR A SIGN A711 X",
            "crossReferences": [
                "(aegean weight second subunit - 10139)"
            ]
        },
        {
            "codepoint": "1074F",
            "name": "LINEAR A SIGN A712 Y",
            "crossReferences": [
                "(runic letter wunjo wynn w - 16B9)"
            ]
        },
        {
            "codepoint": "10750",
            "name": "LINEAR A SIGN A713 OMEGA",
            "comments": [
                "used with 106A5 linear a sign a405-vas"
            ]
        },
        {
            "codepoint": "10751",
            "name": "LINEAR A SIGN A714 ABB"
        },
        {
            "codepoint": "10752",
            "name": "LINEAR A SIGN A715 BB"
        },
        {
            "codepoint": "10753",
            "name": "LINEAR A SIGN A717 DD"
        },
        {
            "codepoint": "10754",
            "name": "LINEAR A SIGN A726 EYYY"
        },
        {
            "codepoint": "10755",
            "name": "LINEAR A SIGN A732 JE",
            "comments": [
                "three quarters"
            ]
        },
        {
            "codepoint": "10760",
            "name": "LINEAR A SIGN A800",
            "comments": [
                "10603 ab004, 10607 ab008"
            ]
        },
        {
            "codepoint": "10761",
            "name": "LINEAR A SIGN A801",
            "comments": [
                "1062E ab054, 10608 ab009"
            ]
        },
        {
            "codepoint": "10762",
            "name": "LINEAR A SIGN A802",
            "crossReferences": [
                "(linear a sign ab060 - 10634)"
            ]
        },
        {
            "codepoint": "10763",
            "name": "LINEAR A SIGN A803",
            "comments": [
                "1064D ab131a, 10762 a802"
            ]
        },
        {
            "codepoint": "10764",
            "name": "LINEAR A SIGN A804",
            "comments": [
                "10652 ab180, 1061E ab031"
            ]
        },
        {
            "codepoint": "10765",
            "name": "LINEAR A SIGN A805",
            "crossReferences": [
                "(linear a sign a301 - 10655)"
            ]
        },
        {
            "codepoint": "10766",
            "name": "LINEAR A SIGN A806",
            "comments": [
                "10668 a316, 10601 ab002"
            ]
        },
        {
            "codepoint": "10767",
            "name": "LINEAR A SIGN A807",
            "comments": [
                "10668 a316, 10742 a703 d"
            ]
        },
        {
            "codepoint": "10780",
            "name": "MODIFIER LETTER SMALL CAPITAL AA",
            "comments": [
                "actually a small capital in VoQS (voice quality symbol) usage, with no semantic distinction from a full capital"
            ],
            "crossReferences": [
                "(latin capital letter aa - A732)"
            ]
        },
        {
            "codepoint": "10781",
            "name": "MODIFIER LETTER SUPERSCRIPT TRIANGULAR COLON",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02D0"
                ]
            ]
        },
        {
            "codepoint": "10782",
            "name": "MODIFIER LETTER SUPERSCRIPT HALF TRIANGULAR COLON",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02D1"
                ]
            ]
        },
        {
            "codepoint": "10783",
            "name": "MODIFIER LETTER SMALL AE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "00E6"
                ]
            ]
        },
        {
            "codepoint": "10784",
            "name": "MODIFIER LETTER SMALL CAPITAL B",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0299"
                ]
            ]
        },
        {
            "codepoint": "10785",
            "name": "MODIFIER LETTER SMALL B WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0253"
                ]
            ]
        },
        {
            "codepoint": "10787",
            "name": "MODIFIER LETTER SMALL DZ DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A3"
                ]
            ]
        },
        {
            "codepoint": "10788",
            "name": "MODIFIER LETTER SMALL DZ DIGRAPH WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "AB66"
                ]
            ]
        },
        {
            "codepoint": "10789",
            "name": "MODIFIER LETTER SMALL DZ DIGRAPH WITH CURL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A5"
                ]
            ]
        },
        {
            "codepoint": "1078A",
            "name": "MODIFIER LETTER SMALL DEZH DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A4"
                ]
            ]
        },
        {
            "codepoint": "1078B",
            "name": "MODIFIER LETTER SMALL D WITH TAIL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0256"
                ]
            ]
        },
        {
            "codepoint": "1078C",
            "name": "MODIFIER LETTER SMALL D WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0257"
                ]
            ]
        },
        {
            "codepoint": "1078D",
            "name": "MODIFIER LETTER SMALL D WITH HOOK AND TAIL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1D91"
                ]
            ]
        },
        {
            "codepoint": "1078E",
            "name": "MODIFIER LETTER SMALL REVERSED E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0258"
                ]
            ]
        },
        {
            "codepoint": "1078F",
            "name": "MODIFIER LETTER SMALL CLOSED REVERSED OPEN E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "025E"
                ]
            ]
        },
        {
            "codepoint": "10790",
            "name": "MODIFIER LETTER SMALL FENG DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A9"
                ]
            ]
        },
        {
            "codepoint": "10791",
            "name": "MODIFIER LETTER SMALL RAMS HORN",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0264"
                ]
            ]
        },
        {
            "codepoint": "10792",
            "name": "MODIFIER LETTER SMALL CAPITAL G",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0262"
                ]
            ]
        },
        {
            "codepoint": "10793",
            "name": "MODIFIER LETTER SMALL G WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0260"
                ]
            ]
        },
        {
            "codepoint": "10794",
            "name": "MODIFIER LETTER SMALL CAPITAL G WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "029B"
                ]
            ]
        },
        {
            "codepoint": "10795",
            "name": "MODIFIER LETTER SMALL H WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0127"
                ]
            ]
        },
        {
            "codepoint": "10796",
            "name": "MODIFIER LETTER SMALL CAPITAL H",
            "compatibilityMappings": [
                [
                    "<super>",
                    "029C"
                ]
            ]
        },
        {
            "codepoint": "10797",
            "name": "MODIFIER LETTER SMALL HENG WITH HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0267"
                ]
            ]
        },
        {
            "codepoint": "10798",
            "name": "MODIFIER LETTER SMALL DOTLESS J WITH STROKE AND HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0284"
                ]
            ]
        },
        {
            "codepoint": "10799",
            "name": "MODIFIER LETTER SMALL LS DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02AA"
                ]
            ]
        },
        {
            "codepoint": "1079A",
            "name": "MODIFIER LETTER SMALL LZ DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02AB"
                ]
            ]
        },
        {
            "codepoint": "1079B",
            "name": "MODIFIER LETTER SMALL L WITH BELT",
            "compatibilityMappings": [
                [
                    "<super>",
                    "026C"
                ]
            ]
        },
        {
            "codepoint": "1079C",
            "name": "MODIFIER LETTER SMALL CAPITAL L WITH BELT",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF04"
                ]
            ]
        },
        {
            "codepoint": "1079D",
            "name": "MODIFIER LETTER SMALL L WITH RETROFLEX HOOK AND BELT",
            "compatibilityMappings": [
                [
                    "<super>",
                    "A78E"
                ]
            ]
        },
        {
            "codepoint": "1079E",
            "name": "MODIFIER LETTER SMALL LEZH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "026E"
                ]
            ]
        },
        {
            "codepoint": "1079F",
            "name": "MODIFIER LETTER SMALL LEZH WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF05"
                ]
            ]
        },
        {
            "codepoint": "107A0",
            "name": "MODIFIER LETTER SMALL TURNED Y",
            "compatibilityMappings": [
                [
                    "<super>",
                    "028E"
                ]
            ]
        },
        {
            "codepoint": "107A1",
            "name": "MODIFIER LETTER SMALL TURNED Y WITH BELT",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF06"
                ]
            ]
        },
        {
            "codepoint": "107A2",
            "name": "MODIFIER LETTER SMALL O WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "00F8"
                ]
            ]
        },
        {
            "codepoint": "107A3",
            "name": "MODIFIER LETTER SMALL CAPITAL OE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0276"
                ]
            ]
        },
        {
            "codepoint": "107A4",
            "name": "MODIFIER LETTER SMALL CLOSED OMEGA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0277"
                ]
            ]
        },
        {
            "codepoint": "107A5",
            "name": "MODIFIER LETTER SMALL Q",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0071"
                ]
            ]
        },
        {
            "codepoint": "107A6",
            "name": "MODIFIER LETTER SMALL TURNED R WITH LONG LEG",
            "compatibilityMappings": [
                [
                    "<super>",
                    "027A"
                ]
            ]
        },
        {
            "codepoint": "107A7",
            "name": "MODIFIER LETTER SMALL TURNED R WITH LONG LEG AND RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF08"
                ]
            ]
        },
        {
            "codepoint": "107A8",
            "name": "MODIFIER LETTER SMALL R WITH TAIL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "027D"
                ]
            ]
        },
        {
            "codepoint": "107A9",
            "name": "MODIFIER LETTER SMALL R WITH FISHHOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "027E"
                ]
            ]
        },
        {
            "codepoint": "107AA",
            "name": "MODIFIER LETTER SMALL CAPITAL R",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0280"
                ]
            ]
        },
        {
            "codepoint": "107AB",
            "name": "MODIFIER LETTER SMALL TC DIGRAPH WITH CURL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A8"
                ]
            ]
        },
        {
            "codepoint": "107AC",
            "name": "MODIFIER LETTER SMALL TS DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A6"
                ]
            ]
        },
        {
            "codepoint": "107AD",
            "name": "MODIFIER LETTER SMALL TS DIGRAPH WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "AB67"
                ]
            ]
        },
        {
            "codepoint": "107AE",
            "name": "MODIFIER LETTER SMALL TESH DIGRAPH",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A7"
                ]
            ]
        },
        {
            "codepoint": "107AF",
            "name": "MODIFIER LETTER SMALL T WITH RETROFLEX HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0288"
                ]
            ]
        },
        {
            "codepoint": "107B0",
            "name": "MODIFIER LETTER SMALL V WITH RIGHT HOOK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "2C71"
                ]
            ]
        },
        {
            "codepoint": "107B2",
            "name": "MODIFIER LETTER SMALL CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<super>",
                    "028F"
                ]
            ]
        },
        {
            "codepoint": "107B3",
            "name": "MODIFIER LETTER GLOTTAL STOP WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A1"
                ]
            ]
        },
        {
            "codepoint": "107B4",
            "name": "MODIFIER LETTER REVERSED GLOTTAL STOP WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "02A2"
                ]
            ]
        },
        {
            "codepoint": "107B5",
            "name": "MODIFIER LETTER BILABIAL CLICK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0298"
                ]
            ]
        },
        {
            "codepoint": "107B6",
            "name": "MODIFIER LETTER DENTAL CLICK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "01C0"
                ]
            ]
        },
        {
            "codepoint": "107B7",
            "name": "MODIFIER LETTER LATERAL CLICK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "01C1"
                ]
            ]
        },
        {
            "codepoint": "107B8",
            "name": "MODIFIER LETTER ALVEOLAR CLICK",
            "compatibilityMappings": [
                [
                    "<super>",
                    "01C2"
                ]
            ]
        },
        {
            "codepoint": "107B9",
            "name": "MODIFIER LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
            "crossReferences": [
                "(modifier letter raised exclamation mark - A71D)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF0A"
                ]
            ]
        },
        {
            "codepoint": "107BA",
            "name": "MODIFIER LETTER SMALL S WITH CURL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "1DF1E"
                ]
            ]
        },
        {
            "codepoint": "10800",
            "name": "CYPRIOT SYLLABLE A"
        },
        {
            "codepoint": "10801",
            "name": "CYPRIOT SYLLABLE E"
        },
        {
            "codepoint": "10802",
            "name": "CYPRIOT SYLLABLE I"
        },
        {
            "codepoint": "10803",
            "name": "CYPRIOT SYLLABLE O"
        },
        {
            "codepoint": "10804",
            "name": "CYPRIOT SYLLABLE U"
        },
        {
            "codepoint": "10805",
            "name": "CYPRIOT SYLLABLE JA"
        },
        {
            "codepoint": "10808",
            "name": "CYPRIOT SYLLABLE JO"
        },
        {
            "codepoint": "1080A",
            "name": "CYPRIOT SYLLABLE KA"
        },
        {
            "codepoint": "1080B",
            "name": "CYPRIOT SYLLABLE KE"
        },
        {
            "codepoint": "1080C",
            "name": "CYPRIOT SYLLABLE KI"
        },
        {
            "codepoint": "1080D",
            "name": "CYPRIOT SYLLABLE KO"
        },
        {
            "codepoint": "1080E",
            "name": "CYPRIOT SYLLABLE KU"
        },
        {
            "codepoint": "1080F",
            "name": "CYPRIOT SYLLABLE LA"
        },
        {
            "codepoint": "10810",
            "name": "CYPRIOT SYLLABLE LE"
        },
        {
            "codepoint": "10811",
            "name": "CYPRIOT SYLLABLE LI"
        },
        {
            "codepoint": "10812",
            "name": "CYPRIOT SYLLABLE LO"
        },
        {
            "codepoint": "10813",
            "name": "CYPRIOT SYLLABLE LU"
        },
        {
            "codepoint": "10814",
            "name": "CYPRIOT SYLLABLE MA"
        },
        {
            "codepoint": "10815",
            "name": "CYPRIOT SYLLABLE ME"
        },
        {
            "codepoint": "10816",
            "name": "CYPRIOT SYLLABLE MI"
        },
        {
            "codepoint": "10817",
            "name": "CYPRIOT SYLLABLE MO"
        },
        {
            "codepoint": "10818",
            "name": "CYPRIOT SYLLABLE MU"
        },
        {
            "codepoint": "10819",
            "name": "CYPRIOT SYLLABLE NA"
        },
        {
            "codepoint": "1081A",
            "name": "CYPRIOT SYLLABLE NE"
        },
        {
            "codepoint": "1081B",
            "name": "CYPRIOT SYLLABLE NI"
        },
        {
            "codepoint": "1081C",
            "name": "CYPRIOT SYLLABLE NO"
        },
        {
            "codepoint": "1081D",
            "name": "CYPRIOT SYLLABLE NU"
        },
        {
            "codepoint": "1081E",
            "name": "CYPRIOT SYLLABLE PA"
        },
        {
            "codepoint": "1081F",
            "name": "CYPRIOT SYLLABLE PE"
        },
        {
            "codepoint": "10820",
            "name": "CYPRIOT SYLLABLE PI"
        },
        {
            "codepoint": "10821",
            "name": "CYPRIOT SYLLABLE PO"
        },
        {
            "codepoint": "10822",
            "name": "CYPRIOT SYLLABLE PU"
        },
        {
            "codepoint": "10823",
            "name": "CYPRIOT SYLLABLE RA"
        },
        {
            "codepoint": "10824",
            "name": "CYPRIOT SYLLABLE RE"
        },
        {
            "codepoint": "10825",
            "name": "CYPRIOT SYLLABLE RI"
        },
        {
            "codepoint": "10826",
            "name": "CYPRIOT SYLLABLE RO"
        },
        {
            "codepoint": "10827",
            "name": "CYPRIOT SYLLABLE RU"
        },
        {
            "codepoint": "10828",
            "name": "CYPRIOT SYLLABLE SA"
        },
        {
            "codepoint": "10829",
            "name": "CYPRIOT SYLLABLE SE"
        },
        {
            "codepoint": "1082A",
            "name": "CYPRIOT SYLLABLE SI"
        },
        {
            "codepoint": "1082B",
            "name": "CYPRIOT SYLLABLE SO"
        },
        {
            "codepoint": "1082C",
            "name": "CYPRIOT SYLLABLE SU"
        },
        {
            "codepoint": "1082D",
            "name": "CYPRIOT SYLLABLE TA"
        },
        {
            "codepoint": "1082E",
            "name": "CYPRIOT SYLLABLE TE"
        },
        {
            "codepoint": "1082F",
            "name": "CYPRIOT SYLLABLE TI"
        },
        {
            "codepoint": "10830",
            "name": "CYPRIOT SYLLABLE TO"
        },
        {
            "codepoint": "10831",
            "name": "CYPRIOT SYLLABLE TU"
        },
        {
            "codepoint": "10832",
            "name": "CYPRIOT SYLLABLE WA"
        },
        {
            "codepoint": "10833",
            "name": "CYPRIOT SYLLABLE WE"
        },
        {
            "codepoint": "10834",
            "name": "CYPRIOT SYLLABLE WI"
        },
        {
            "codepoint": "10835",
            "name": "CYPRIOT SYLLABLE WO"
        },
        {
            "codepoint": "10837",
            "name": "CYPRIOT SYLLABLE XA"
        },
        {
            "codepoint": "10838",
            "name": "CYPRIOT SYLLABLE XE"
        },
        {
            "codepoint": "1083C",
            "name": "CYPRIOT SYLLABLE ZA"
        },
        {
            "codepoint": "1083F",
            "name": "CYPRIOT SYLLABLE ZO"
        },
        {
            "codepoint": "10840",
            "name": "IMPERIAL ARAMAIC LETTER ALEPH"
        },
        {
            "codepoint": "10841",
            "name": "IMPERIAL ARAMAIC LETTER BETH"
        },
        {
            "codepoint": "10842",
            "name": "IMPERIAL ARAMAIC LETTER GIMEL"
        },
        {
            "codepoint": "10843",
            "name": "IMPERIAL ARAMAIC LETTER DALETH"
        },
        {
            "codepoint": "10844",
            "name": "IMPERIAL ARAMAIC LETTER HE"
        },
        {
            "codepoint": "10845",
            "name": "IMPERIAL ARAMAIC LETTER WAW"
        },
        {
            "codepoint": "10846",
            "name": "IMPERIAL ARAMAIC LETTER ZAYIN"
        },
        {
            "codepoint": "10847",
            "name": "IMPERIAL ARAMAIC LETTER HETH"
        },
        {
            "codepoint": "10848",
            "name": "IMPERIAL ARAMAIC LETTER TETH"
        },
        {
            "codepoint": "10849",
            "name": "IMPERIAL ARAMAIC LETTER YODH"
        },
        {
            "codepoint": "1084A",
            "name": "IMPERIAL ARAMAIC LETTER KAPH"
        },
        {
            "codepoint": "1084B",
            "name": "IMPERIAL ARAMAIC LETTER LAMEDH"
        },
        {
            "codepoint": "1084C",
            "name": "IMPERIAL ARAMAIC LETTER MEM"
        },
        {
            "codepoint": "1084D",
            "name": "IMPERIAL ARAMAIC LETTER NUN"
        },
        {
            "codepoint": "1084E",
            "name": "IMPERIAL ARAMAIC LETTER SAMEKH"
        },
        {
            "codepoint": "1084F",
            "name": "IMPERIAL ARAMAIC LETTER AYIN"
        },
        {
            "codepoint": "10850",
            "name": "IMPERIAL ARAMAIC LETTER PE"
        },
        {
            "codepoint": "10851",
            "name": "IMPERIAL ARAMAIC LETTER SADHE"
        },
        {
            "codepoint": "10852",
            "name": "IMPERIAL ARAMAIC LETTER QOPH"
        },
        {
            "codepoint": "10853",
            "name": "IMPERIAL ARAMAIC LETTER RESH"
        },
        {
            "codepoint": "10854",
            "name": "IMPERIAL ARAMAIC LETTER SHIN"
        },
        {
            "codepoint": "10855",
            "name": "IMPERIAL ARAMAIC LETTER TAW"
        },
        {
            "codepoint": "10857",
            "name": "IMPERIAL ARAMAIC SECTION SIGN"
        },
        {
            "codepoint": "10858",
            "name": "IMPERIAL ARAMAIC NUMBER ONE"
        },
        {
            "codepoint": "10859",
            "name": "IMPERIAL ARAMAIC NUMBER TWO"
        },
        {
            "codepoint": "1085A",
            "name": "IMPERIAL ARAMAIC NUMBER THREE"
        },
        {
            "codepoint": "1085B",
            "name": "IMPERIAL ARAMAIC NUMBER TEN"
        },
        {
            "codepoint": "1085C",
            "name": "IMPERIAL ARAMAIC NUMBER TWENTY"
        },
        {
            "codepoint": "1085D",
            "name": "IMPERIAL ARAMAIC NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "1085E",
            "name": "IMPERIAL ARAMAIC NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "1085F",
            "name": "IMPERIAL ARAMAIC NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "10860",
            "name": "PALMYRENE LETTER ALEPH"
        },
        {
            "codepoint": "10861",
            "name": "PALMYRENE LETTER BETH"
        },
        {
            "codepoint": "10862",
            "name": "PALMYRENE LETTER GIMEL"
        },
        {
            "codepoint": "10863",
            "name": "PALMYRENE LETTER DALETH"
        },
        {
            "codepoint": "10864",
            "name": "PALMYRENE LETTER HE"
        },
        {
            "codepoint": "10865",
            "name": "PALMYRENE LETTER WAW"
        },
        {
            "codepoint": "10866",
            "name": "PALMYRENE LETTER ZAYIN"
        },
        {
            "codepoint": "10867",
            "name": "PALMYRENE LETTER HETH"
        },
        {
            "codepoint": "10868",
            "name": "PALMYRENE LETTER TETH"
        },
        {
            "codepoint": "10869",
            "name": "PALMYRENE LETTER YODH"
        },
        {
            "codepoint": "1086A",
            "name": "PALMYRENE LETTER KAPH"
        },
        {
            "codepoint": "1086B",
            "name": "PALMYRENE LETTER LAMEDH"
        },
        {
            "codepoint": "1086C",
            "name": "PALMYRENE LETTER MEM"
        },
        {
            "codepoint": "1086D",
            "name": "PALMYRENE LETTER FINAL NUN"
        },
        {
            "codepoint": "1086E",
            "name": "PALMYRENE LETTER NUN"
        },
        {
            "codepoint": "1086F",
            "name": "PALMYRENE LETTER SAMEKH"
        },
        {
            "codepoint": "10870",
            "name": "PALMYRENE LETTER AYIN"
        },
        {
            "codepoint": "10871",
            "name": "PALMYRENE LETTER PE"
        },
        {
            "codepoint": "10872",
            "name": "PALMYRENE LETTER SADHE"
        },
        {
            "codepoint": "10873",
            "name": "PALMYRENE LETTER QOPH"
        },
        {
            "codepoint": "10874",
            "name": "PALMYRENE LETTER RESH"
        },
        {
            "codepoint": "10875",
            "name": "PALMYRENE LETTER SHIN"
        },
        {
            "codepoint": "10876",
            "name": "PALMYRENE LETTER TAW"
        },
        {
            "codepoint": "10877",
            "name": "PALMYRENE LEFT-POINTING FLEURON"
        },
        {
            "codepoint": "10878",
            "name": "PALMYRENE RIGHT-POINTING FLEURON"
        },
        {
            "codepoint": "10879",
            "name": "PALMYRENE NUMBER ONE"
        },
        {
            "codepoint": "1087A",
            "name": "PALMYRENE NUMBER TWO"
        },
        {
            "codepoint": "1087B",
            "name": "PALMYRENE NUMBER THREE"
        },
        {
            "codepoint": "1087C",
            "name": "PALMYRENE NUMBER FOUR"
        },
        {
            "codepoint": "1087D",
            "name": "PALMYRENE NUMBER FIVE"
        },
        {
            "codepoint": "1087E",
            "name": "PALMYRENE NUMBER TEN",
            "comments": [
                "also used for hundreds"
            ]
        },
        {
            "codepoint": "1087F",
            "name": "PALMYRENE NUMBER TWENTY"
        },
        {
            "codepoint": "10880",
            "name": "NABATAEAN LETTER FINAL ALEPH"
        },
        {
            "codepoint": "10881",
            "name": "NABATAEAN LETTER ALEPH"
        },
        {
            "codepoint": "10882",
            "name": "NABATAEAN LETTER FINAL BETH"
        },
        {
            "codepoint": "10883",
            "name": "NABATAEAN LETTER BETH"
        },
        {
            "codepoint": "10884",
            "name": "NABATAEAN LETTER GIMEL"
        },
        {
            "codepoint": "10885",
            "name": "NABATAEAN LETTER DALETH"
        },
        {
            "codepoint": "10886",
            "name": "NABATAEAN LETTER FINAL HE"
        },
        {
            "codepoint": "10887",
            "name": "NABATAEAN LETTER HE"
        },
        {
            "codepoint": "10888",
            "name": "NABATAEAN LETTER WAW"
        },
        {
            "codepoint": "10889",
            "name": "NABATAEAN LETTER ZAYIN"
        },
        {
            "codepoint": "1088A",
            "name": "NABATAEAN LETTER HETH"
        },
        {
            "codepoint": "1088B",
            "name": "NABATAEAN LETTER TETH"
        },
        {
            "codepoint": "1088C",
            "name": "NABATAEAN LETTER FINAL YODH"
        },
        {
            "codepoint": "1088D",
            "name": "NABATAEAN LETTER YODH"
        },
        {
            "codepoint": "1088E",
            "name": "NABATAEAN LETTER FINAL KAPH"
        },
        {
            "codepoint": "1088F",
            "name": "NABATAEAN LETTER KAPH"
        },
        {
            "codepoint": "10890",
            "name": "NABATAEAN LETTER FINAL LAMEDH"
        },
        {
            "codepoint": "10891",
            "name": "NABATAEAN LETTER LAMEDH"
        },
        {
            "codepoint": "10892",
            "name": "NABATAEAN LETTER FINAL MEM"
        },
        {
            "codepoint": "10893",
            "name": "NABATAEAN LETTER MEM"
        },
        {
            "codepoint": "10894",
            "name": "NABATAEAN LETTER FINAL NUN"
        },
        {
            "codepoint": "10895",
            "name": "NABATAEAN LETTER NUN"
        },
        {
            "codepoint": "10896",
            "name": "NABATAEAN LETTER SAMEKH"
        },
        {
            "codepoint": "10897",
            "name": "NABATAEAN LETTER AYIN"
        },
        {
            "codepoint": "10898",
            "name": "NABATAEAN LETTER PE"
        },
        {
            "codepoint": "10899",
            "name": "NABATAEAN LETTER SADHE"
        },
        {
            "codepoint": "1089A",
            "name": "NABATAEAN LETTER QOPH"
        },
        {
            "codepoint": "1089B",
            "name": "NABATAEAN LETTER RESH"
        },
        {
            "codepoint": "1089C",
            "name": "NABATAEAN LETTER FINAL SHIN"
        },
        {
            "codepoint": "1089D",
            "name": "NABATAEAN LETTER SHIN"
        },
        {
            "codepoint": "1089E",
            "name": "NABATAEAN LETTER TAW"
        },
        {
            "codepoint": "108A7",
            "name": "NABATAEAN NUMBER ONE"
        },
        {
            "codepoint": "108A8",
            "name": "NABATAEAN NUMBER TWO"
        },
        {
            "codepoint": "108A9",
            "name": "NABATAEAN NUMBER THREE"
        },
        {
            "codepoint": "108AA",
            "name": "NABATAEAN NUMBER FOUR"
        },
        {
            "codepoint": "108AB",
            "name": "NABATAEAN CRUCIFORM NUMBER FOUR"
        },
        {
            "codepoint": "108AC",
            "name": "NABATAEAN NUMBER FIVE"
        },
        {
            "codepoint": "108AD",
            "name": "NABATAEAN NUMBER TEN"
        },
        {
            "codepoint": "108AE",
            "name": "NABATAEAN NUMBER TWENTY"
        },
        {
            "codepoint": "108AF",
            "name": "NABATAEAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "108E0",
            "name": "HATRAN LETTER ALEPH"
        },
        {
            "codepoint": "108E1",
            "name": "HATRAN LETTER BETH"
        },
        {
            "codepoint": "108E2",
            "name": "HATRAN LETTER GIMEL"
        },
        {
            "codepoint": "108E3",
            "name": "HATRAN LETTER DALETH-RESH"
        },
        {
            "codepoint": "108E4",
            "name": "HATRAN LETTER HE"
        },
        {
            "codepoint": "108E5",
            "name": "HATRAN LETTER WAW"
        },
        {
            "codepoint": "108E6",
            "name": "HATRAN LETTER ZAYN"
        },
        {
            "codepoint": "108E7",
            "name": "HATRAN LETTER HETH"
        },
        {
            "codepoint": "108E8",
            "name": "HATRAN LETTER TETH"
        },
        {
            "codepoint": "108E9",
            "name": "HATRAN LETTER YODH"
        },
        {
            "codepoint": "108EA",
            "name": "HATRAN LETTER KAPH"
        },
        {
            "codepoint": "108EB",
            "name": "HATRAN LETTER LAMEDH"
        },
        {
            "codepoint": "108EC",
            "name": "HATRAN LETTER MEM"
        },
        {
            "codepoint": "108ED",
            "name": "HATRAN LETTER NUN"
        },
        {
            "codepoint": "108EE",
            "name": "HATRAN LETTER SAMEKH"
        },
        {
            "codepoint": "108EF",
            "name": "HATRAN LETTER AYN"
        },
        {
            "codepoint": "108F0",
            "name": "HATRAN LETTER PE"
        },
        {
            "codepoint": "108F1",
            "name": "HATRAN LETTER SADHE"
        },
        {
            "codepoint": "108F2",
            "name": "HATRAN LETTER QOPH"
        },
        {
            "codepoint": "108F4",
            "name": "HATRAN LETTER SHIN"
        },
        {
            "codepoint": "108F5",
            "name": "HATRAN LETTER TAW"
        },
        {
            "codepoint": "108FB",
            "name": "HATRAN NUMBER ONE"
        },
        {
            "codepoint": "108FC",
            "name": "HATRAN NUMBER FIVE"
        },
        {
            "codepoint": "108FD",
            "name": "HATRAN NUMBER TEN"
        },
        {
            "codepoint": "108FE",
            "name": "HATRAN NUMBER TWENTY"
        },
        {
            "codepoint": "108FF",
            "name": "HATRAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10900",
            "name": "PHOENICIAN LETTER ALF",
            "crossReferences": [
                "(hebrew letter alef - 05D0)"
            ]
        },
        {
            "codepoint": "10901",
            "name": "PHOENICIAN LETTER BET",
            "crossReferences": [
                "(hebrew letter bet - 05D1)"
            ]
        },
        {
            "codepoint": "10902",
            "name": "PHOENICIAN LETTER GAML",
            "crossReferences": [
                "(hebrew letter gimel - 05D2)"
            ]
        },
        {
            "codepoint": "10903",
            "name": "PHOENICIAN LETTER DELT",
            "crossReferences": [
                "(hebrew letter dalet - 05D3)"
            ]
        },
        {
            "codepoint": "10904",
            "name": "PHOENICIAN LETTER HE",
            "crossReferences": [
                "(hebrew letter he - 05D4)"
            ]
        },
        {
            "codepoint": "10905",
            "name": "PHOENICIAN LETTER WAU",
            "crossReferences": [
                "(hebrew letter vav - 05D5)"
            ]
        },
        {
            "codepoint": "10906",
            "name": "PHOENICIAN LETTER ZAI",
            "crossReferences": [
                "(hebrew letter zayin - 05D6)"
            ]
        },
        {
            "codepoint": "10907",
            "name": "PHOENICIAN LETTER HET",
            "crossReferences": [
                "(hebrew letter het - 05D7)"
            ]
        },
        {
            "codepoint": "10908",
            "name": "PHOENICIAN LETTER TET",
            "crossReferences": [
                "(hebrew letter tet - 05D8)"
            ]
        },
        {
            "codepoint": "10909",
            "name": "PHOENICIAN LETTER YOD",
            "crossReferences": [
                "(hebrew letter yod - 05D9)"
            ]
        },
        {
            "codepoint": "1090A",
            "name": "PHOENICIAN LETTER KAF",
            "crossReferences": [
                "(hebrew letter kaf - 05DB)"
            ]
        },
        {
            "codepoint": "1090B",
            "name": "PHOENICIAN LETTER LAMD",
            "crossReferences": [
                "(hebrew letter lamed - 05DC)"
            ]
        },
        {
            "codepoint": "1090C",
            "name": "PHOENICIAN LETTER MEM",
            "crossReferences": [
                "(hebrew letter mem - 05DE)"
            ]
        },
        {
            "codepoint": "1090D",
            "name": "PHOENICIAN LETTER NUN",
            "crossReferences": [
                "(hebrew letter nun - 05E0)"
            ]
        },
        {
            "codepoint": "1090E",
            "name": "PHOENICIAN LETTER SEMK",
            "crossReferences": [
                "(hebrew letter samekh - 05E1)"
            ]
        },
        {
            "codepoint": "1090F",
            "name": "PHOENICIAN LETTER AIN",
            "crossReferences": [
                "(hebrew letter ayin - 05E2)"
            ]
        },
        {
            "codepoint": "10910",
            "name": "PHOENICIAN LETTER PE",
            "crossReferences": [
                "(hebrew letter pe - 05E4)"
            ]
        },
        {
            "codepoint": "10911",
            "name": "PHOENICIAN LETTER SADE",
            "crossReferences": [
                "(hebrew letter tsadi - 05E6)"
            ]
        },
        {
            "codepoint": "10912",
            "name": "PHOENICIAN LETTER QOF",
            "crossReferences": [
                "(hebrew letter qof - 05E7)"
            ]
        },
        {
            "codepoint": "10913",
            "name": "PHOENICIAN LETTER ROSH",
            "crossReferences": [
                "(hebrew letter resh - 05E8)"
            ]
        },
        {
            "codepoint": "10914",
            "name": "PHOENICIAN LETTER SHIN",
            "crossReferences": [
                "(hebrew letter shin - 05E9)"
            ]
        },
        {
            "codepoint": "10915",
            "name": "PHOENICIAN LETTER TAU",
            "crossReferences": [
                "(hebrew letter tav - 05EA)"
            ]
        },
        {
            "codepoint": "10916",
            "name": "PHOENICIAN NUMBER ONE"
        },
        {
            "codepoint": "10917",
            "name": "PHOENICIAN NUMBER TEN"
        },
        {
            "codepoint": "10918",
            "name": "PHOENICIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10919",
            "name": "PHOENICIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "1091A",
            "name": "PHOENICIAN NUMBER TWO"
        },
        {
            "codepoint": "1091B",
            "name": "PHOENICIAN NUMBER THREE"
        },
        {
            "codepoint": "1091F",
            "name": "PHOENICIAN WORD SEPARATOR",
            "comments": [
                "sometimes shown with a glyph for a short vertical bar"
            ],
            "crossReferences": [
                "(full stop - 002E)",
                "(middle dot - 00B7)",
                "(word separator middle dot - 2E31)"
            ]
        },
        {
            "codepoint": "10920",
            "name": "LYDIAN LETTER A"
        },
        {
            "codepoint": "10921",
            "name": "LYDIAN LETTER B"
        },
        {
            "codepoint": "10922",
            "name": "LYDIAN LETTER G"
        },
        {
            "codepoint": "10923",
            "name": "LYDIAN LETTER D"
        },
        {
            "codepoint": "10924",
            "name": "LYDIAN LETTER E"
        },
        {
            "codepoint": "10925",
            "name": "LYDIAN LETTER V"
        },
        {
            "codepoint": "10926",
            "name": "LYDIAN LETTER I"
        },
        {
            "codepoint": "10927",
            "name": "LYDIAN LETTER Y"
        },
        {
            "codepoint": "10928",
            "name": "LYDIAN LETTER K"
        },
        {
            "codepoint": "10929",
            "name": "LYDIAN LETTER L"
        },
        {
            "codepoint": "1092A",
            "name": "LYDIAN LETTER M"
        },
        {
            "codepoint": "1092B",
            "name": "LYDIAN LETTER N"
        },
        {
            "codepoint": "1092C",
            "name": "LYDIAN LETTER O"
        },
        {
            "codepoint": "1092D",
            "name": "LYDIAN LETTER R"
        },
        {
            "codepoint": "1092E",
            "name": "LYDIAN LETTER SS"
        },
        {
            "codepoint": "1092F",
            "name": "LYDIAN LETTER T"
        },
        {
            "codepoint": "10930",
            "name": "LYDIAN LETTER U"
        },
        {
            "codepoint": "10931",
            "name": "LYDIAN LETTER F"
        },
        {
            "codepoint": "10932",
            "name": "LYDIAN LETTER Q"
        },
        {
            "codepoint": "10933",
            "name": "LYDIAN LETTER S"
        },
        {
            "codepoint": "10934",
            "name": "LYDIAN LETTER TT"
        },
        {
            "codepoint": "10935",
            "name": "LYDIAN LETTER AN"
        },
        {
            "codepoint": "10936",
            "name": "LYDIAN LETTER EN"
        },
        {
            "codepoint": "10937",
            "name": "LYDIAN LETTER LY"
        },
        {
            "codepoint": "10938",
            "name": "LYDIAN LETTER NN"
        },
        {
            "codepoint": "10939",
            "name": "LYDIAN LETTER C"
        },
        {
            "codepoint": "1093F",
            "name": "LYDIAN TRIANGULAR MARK"
        },
        {
            "codepoint": "10980",
            "name": "MEROITIC HIEROGLYPHIC LETTER A",
            "crossReferences": [
                "(egyptian hieroglyph a001 - 13000)"
            ]
        },
        {
            "codepoint": "10981",
            "name": "MEROITIC HIEROGLYPHIC LETTER E",
            "crossReferences": [
                "(egyptian hieroglyph h006 - 13184)"
            ]
        },
        {
            "codepoint": "10982",
            "name": "MEROITIC HIEROGLYPHIC LETTER I",
            "crossReferences": [
                "(egyptian hieroglyph a026 - 1301E)"
            ]
        },
        {
            "codepoint": "10983",
            "name": "MEROITIC HIEROGLYPHIC LETTER O",
            "crossReferences": [
                "(egyptian hieroglyph f001 - 130FE)"
            ]
        },
        {
            "codepoint": "10984",
            "name": "MEROITIC HIEROGLYPHIC LETTER YA",
            "crossReferences": [
                "(egyptian hieroglyph m017a - 131CC)"
            ]
        },
        {
            "codepoint": "10985",
            "name": "MEROITIC HIEROGLYPHIC LETTER WA",
            "crossReferences": [
                "(egyptian hieroglyph v004 - 1336F)"
            ]
        },
        {
            "codepoint": "10986",
            "name": "MEROITIC HIEROGLYPHIC LETTER BA",
            "crossReferences": [
                "(egyptian hieroglyph e011 - 130DE)"
            ]
        },
        {
            "codepoint": "10987",
            "name": "MEROITIC HIEROGLYPHIC LETTER BA-2",
            "crossReferences": [
                "(egyptian hieroglyph d058 - 130C0)"
            ]
        },
        {
            "codepoint": "10988",
            "name": "MEROITIC HIEROGLYPHIC LETTER PA",
            "crossReferences": [
                "(egyptian hieroglyph q003 - 132AA)"
            ]
        },
        {
            "codepoint": "10989",
            "name": "MEROITIC HIEROGLYPHIC LETTER MA",
            "crossReferences": [
                "(egyptian hieroglyph g017 - 13153)"
            ]
        },
        {
            "codepoint": "1098A",
            "name": "MEROITIC HIEROGLYPHIC LETTER NA",
            "crossReferences": [
                "(egyptian hieroglyph n035 - 13216)"
            ]
        },
        {
            "codepoint": "1098B",
            "name": "MEROITIC HIEROGLYPHIC LETTER NA-2"
        },
        {
            "codepoint": "1098C",
            "name": "MEROITIC HIEROGLYPHIC LETTER NE",
            "crossReferences": [
                "(egyptian hieroglyph m022a - 131D2)"
            ]
        },
        {
            "codepoint": "1098D",
            "name": "MEROITIC HIEROGLYPHIC LETTER NE-2"
        },
        {
            "codepoint": "1098E",
            "name": "MEROITIC HIEROGLYPHIC LETTER RA",
            "crossReferences": [
                "(egyptian hieroglyph d021 - 1308B)"
            ]
        },
        {
            "codepoint": "1098F",
            "name": "MEROITIC HIEROGLYPHIC LETTER RA-2"
        },
        {
            "codepoint": "10990",
            "name": "MEROITIC HIEROGLYPHIC LETTER LA",
            "crossReferences": [
                "(egyptian hieroglyph e023 - 130ED)"
            ]
        },
        {
            "codepoint": "10991",
            "name": "MEROITIC HIEROGLYPHIC LETTER KHA",
            "crossReferences": [
                "(egyptian hieroglyph aa001 - 1340D)"
            ]
        },
        {
            "codepoint": "10992",
            "name": "MEROITIC HIEROGLYPHIC LETTER HHA",
            "crossReferences": [
                "(egyptian hieroglyph w011 - 133BC)"
            ]
        },
        {
            "codepoint": "10993",
            "name": "MEROITIC HIEROGLYPHIC LETTER SA",
            "crossReferences": [
                "(egyptian hieroglyph m008 - 131B7)"
            ]
        },
        {
            "codepoint": "10994",
            "name": "MEROITIC HIEROGLYPHIC LETTER SA-2",
            "crossReferences": [
                "(egyptian hieroglyph o034 - 13283)"
            ]
        },
        {
            "codepoint": "10995",
            "name": "MEROITIC HIEROGLYPHIC LETTER SE",
            "crossReferences": [
                "(egyptian hieroglyph o034 - 13283)"
            ]
        },
        {
            "codepoint": "10996",
            "name": "MEROITIC HIEROGLYPHIC LETTER KA",
            "crossReferences": [
                "(egyptian hieroglyph g038 - 1316C)"
            ]
        },
        {
            "codepoint": "10997",
            "name": "MEROITIC HIEROGLYPHIC LETTER QA",
            "crossReferences": [
                "(egyptian hieroglyph n029 - 1320E)"
            ]
        },
        {
            "codepoint": "10998",
            "name": "MEROITIC HIEROGLYPHIC LETTER TA",
            "crossReferences": [
                "(egyptian hieroglyph v013 - 1337F)"
            ]
        },
        {
            "codepoint": "10999",
            "name": "MEROITIC HIEROGLYPHIC LETTER TA-2",
            "crossReferences": [
                "(egyptian hieroglyph n016 - 131FE)"
            ]
        },
        {
            "codepoint": "1099A",
            "name": "MEROITIC HIEROGLYPHIC LETTER TE",
            "crossReferences": [
                "(egyptian hieroglyph n016 - 131FE)",
                "(egyptian hieroglyph o004 - 13254)"
            ]
        },
        {
            "codepoint": "1099B",
            "name": "MEROITIC HIEROGLYPHIC LETTER TE-2",
            "crossReferences": [
                "(egyptian hieroglyph o004 - 13254)"
            ]
        },
        {
            "codepoint": "1099C",
            "name": "MEROITIC HIEROGLYPHIC LETTER TO",
            "crossReferences": [
                "(egyptian hieroglyph n021 - 13205)"
            ]
        },
        {
            "codepoint": "1099D",
            "name": "MEROITIC HIEROGLYPHIC LETTER DA",
            "crossReferences": [
                "(egyptian hieroglyph d006 - 1307B)"
            ]
        },
        {
            "codepoint": "1099E",
            "name": "MEROITIC HIEROGLYPHIC SYMBOL VIDJ",
            "crossReferences": [
                "(ankh - 2625)",
                "(egyptian hieroglyph s034 - 132F9)"
            ]
        },
        {
            "codepoint": "1099F",
            "name": "MEROITIC HIEROGLYPHIC SYMBOL VIDJ-2"
        },
        {
            "codepoint": "109A0",
            "name": "MEROITIC CURSIVE LETTER A"
        },
        {
            "codepoint": "109A1",
            "name": "MEROITIC CURSIVE LETTER E"
        },
        {
            "codepoint": "109A2",
            "name": "MEROITIC CURSIVE LETTER I"
        },
        {
            "codepoint": "109A3",
            "name": "MEROITIC CURSIVE LETTER O"
        },
        {
            "codepoint": "109A4",
            "name": "MEROITIC CURSIVE LETTER YA"
        },
        {
            "codepoint": "109A5",
            "name": "MEROITIC CURSIVE LETTER WA"
        },
        {
            "codepoint": "109A6",
            "name": "MEROITIC CURSIVE LETTER BA"
        },
        {
            "codepoint": "109A7",
            "name": "MEROITIC CURSIVE LETTER PA"
        },
        {
            "codepoint": "109A8",
            "name": "MEROITIC CURSIVE LETTER MA"
        },
        {
            "codepoint": "109A9",
            "name": "MEROITIC CURSIVE LETTER NA"
        },
        {
            "codepoint": "109AA",
            "name": "MEROITIC CURSIVE LETTER NE"
        },
        {
            "codepoint": "109AB",
            "name": "MEROITIC CURSIVE LETTER RA"
        },
        {
            "codepoint": "109AC",
            "name": "MEROITIC CURSIVE LETTER LA"
        },
        {
            "codepoint": "109AD",
            "name": "MEROITIC CURSIVE LETTER KHA"
        },
        {
            "codepoint": "109AE",
            "name": "MEROITIC CURSIVE LETTER HHA"
        },
        {
            "codepoint": "109AF",
            "name": "MEROITIC CURSIVE LETTER SA"
        },
        {
            "codepoint": "109B0",
            "name": "MEROITIC CURSIVE LETTER ARCHAIC SA"
        },
        {
            "codepoint": "109B1",
            "name": "MEROITIC CURSIVE LETTER SE"
        },
        {
            "codepoint": "109B2",
            "name": "MEROITIC CURSIVE LETTER KA"
        },
        {
            "codepoint": "109B3",
            "name": "MEROITIC CURSIVE LETTER QA"
        },
        {
            "codepoint": "109B4",
            "name": "MEROITIC CURSIVE LETTER TA"
        },
        {
            "codepoint": "109B5",
            "name": "MEROITIC CURSIVE LETTER TE"
        },
        {
            "codepoint": "109B6",
            "name": "MEROITIC CURSIVE LETTER TO"
        },
        {
            "codepoint": "109B7",
            "name": "MEROITIC CURSIVE LETTER DA"
        },
        {
            "codepoint": "109BC",
            "name": "MEROITIC CURSIVE FRACTION ELEVEN TWELFTHS"
        },
        {
            "codepoint": "109BD",
            "name": "MEROITIC CURSIVE FRACTION ONE HALF"
        },
        {
            "codepoint": "109BE",
            "name": "MEROITIC CURSIVE LOGOGRAM RMT"
        },
        {
            "codepoint": "109BF",
            "name": "MEROITIC CURSIVE LOGOGRAM IMN"
        },
        {
            "codepoint": "109C0",
            "name": "MEROITIC CURSIVE NUMBER ONE"
        },
        {
            "codepoint": "109C1",
            "name": "MEROITIC CURSIVE NUMBER TWO"
        },
        {
            "codepoint": "109C2",
            "name": "MEROITIC CURSIVE NUMBER THREE"
        },
        {
            "codepoint": "109C3",
            "name": "MEROITIC CURSIVE NUMBER FOUR"
        },
        {
            "codepoint": "109C4",
            "name": "MEROITIC CURSIVE NUMBER FIVE"
        },
        {
            "codepoint": "109C5",
            "name": "MEROITIC CURSIVE NUMBER SIX"
        },
        {
            "codepoint": "109C6",
            "name": "MEROITIC CURSIVE NUMBER SEVEN"
        },
        {
            "codepoint": "109C7",
            "name": "MEROITIC CURSIVE NUMBER EIGHT"
        },
        {
            "codepoint": "109C8",
            "name": "MEROITIC CURSIVE NUMBER NINE"
        },
        {
            "codepoint": "109C9",
            "name": "MEROITIC CURSIVE NUMBER TEN"
        },
        {
            "codepoint": "109CA",
            "name": "MEROITIC CURSIVE NUMBER TWENTY"
        },
        {
            "codepoint": "109CB",
            "name": "MEROITIC CURSIVE NUMBER THIRTY"
        },
        {
            "codepoint": "109CC",
            "name": "MEROITIC CURSIVE NUMBER FORTY"
        },
        {
            "codepoint": "109CD",
            "name": "MEROITIC CURSIVE NUMBER FIFTY"
        },
        {
            "codepoint": "109CE",
            "name": "MEROITIC CURSIVE NUMBER SIXTY"
        },
        {
            "codepoint": "109CF",
            "name": "MEROITIC CURSIVE NUMBER SEVENTY"
        },
        {
            "codepoint": "109D2",
            "name": "MEROITIC CURSIVE NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "109D3",
            "name": "MEROITIC CURSIVE NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "109D4",
            "name": "MEROITIC CURSIVE NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "109D5",
            "name": "MEROITIC CURSIVE NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "109D6",
            "name": "MEROITIC CURSIVE NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "109D7",
            "name": "MEROITIC CURSIVE NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "109D8",
            "name": "MEROITIC CURSIVE NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "109D9",
            "name": "MEROITIC CURSIVE NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "109DA",
            "name": "MEROITIC CURSIVE NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "109DB",
            "name": "MEROITIC CURSIVE NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "109DC",
            "name": "MEROITIC CURSIVE NUMBER TWO THOUSAND"
        },
        {
            "codepoint": "109DD",
            "name": "MEROITIC CURSIVE NUMBER THREE THOUSAND"
        },
        {
            "codepoint": "109DE",
            "name": "MEROITIC CURSIVE NUMBER FOUR THOUSAND"
        },
        {
            "codepoint": "109DF",
            "name": "MEROITIC CURSIVE NUMBER FIVE THOUSAND"
        },
        {
            "codepoint": "109E0",
            "name": "MEROITIC CURSIVE NUMBER SIX THOUSAND"
        },
        {
            "codepoint": "109E1",
            "name": "MEROITIC CURSIVE NUMBER SEVEN THOUSAND"
        },
        {
            "codepoint": "109E2",
            "name": "MEROITIC CURSIVE NUMBER EIGHT THOUSAND"
        },
        {
            "codepoint": "109E3",
            "name": "MEROITIC CURSIVE NUMBER NINE THOUSAND"
        },
        {
            "codepoint": "109E4",
            "name": "MEROITIC CURSIVE NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "109E5",
            "name": "MEROITIC CURSIVE NUMBER TWENTY THOUSAND"
        },
        {
            "codepoint": "109E6",
            "name": "MEROITIC CURSIVE NUMBER THIRTY THOUSAND"
        },
        {
            "codepoint": "109E7",
            "name": "MEROITIC CURSIVE NUMBER FORTY THOUSAND"
        },
        {
            "codepoint": "109E8",
            "name": "MEROITIC CURSIVE NUMBER FIFTY THOUSAND"
        },
        {
            "codepoint": "109E9",
            "name": "MEROITIC CURSIVE NUMBER SIXTY THOUSAND"
        },
        {
            "codepoint": "109EA",
            "name": "MEROITIC CURSIVE NUMBER SEVENTY THOUSAND"
        },
        {
            "codepoint": "109EB",
            "name": "MEROITIC CURSIVE NUMBER EIGHTY THOUSAND"
        },
        {
            "codepoint": "109EC",
            "name": "MEROITIC CURSIVE NUMBER NINETY THOUSAND"
        },
        {
            "codepoint": "109ED",
            "name": "MEROITIC CURSIVE NUMBER ONE HUNDRED THOUSAND"
        },
        {
            "codepoint": "109EE",
            "name": "MEROITIC CURSIVE NUMBER TWO HUNDRED THOUSAND"
        },
        {
            "codepoint": "109EF",
            "name": "MEROITIC CURSIVE NUMBER THREE HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F0",
            "name": "MEROITIC CURSIVE NUMBER FOUR HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F1",
            "name": "MEROITIC CURSIVE NUMBER FIVE HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F2",
            "name": "MEROITIC CURSIVE NUMBER SIX HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F3",
            "name": "MEROITIC CURSIVE NUMBER SEVEN HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F4",
            "name": "MEROITIC CURSIVE NUMBER EIGHT HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F5",
            "name": "MEROITIC CURSIVE NUMBER NINE HUNDRED THOUSAND"
        },
        {
            "codepoint": "109F6",
            "name": "MEROITIC CURSIVE FRACTION ONE TWELFTH"
        },
        {
            "codepoint": "109F7",
            "name": "MEROITIC CURSIVE FRACTION TWO TWELFTHS"
        },
        {
            "codepoint": "109F8",
            "name": "MEROITIC CURSIVE FRACTION THREE TWELFTHS"
        },
        {
            "codepoint": "109F9",
            "name": "MEROITIC CURSIVE FRACTION FOUR TWELFTHS"
        },
        {
            "codepoint": "109FA",
            "name": "MEROITIC CURSIVE FRACTION FIVE TWELFTHS"
        },
        {
            "codepoint": "109FB",
            "name": "MEROITIC CURSIVE FRACTION SIX TWELFTHS"
        },
        {
            "codepoint": "109FC",
            "name": "MEROITIC CURSIVE FRACTION SEVEN TWELFTHS"
        },
        {
            "codepoint": "109FD",
            "name": "MEROITIC CURSIVE FRACTION EIGHT TWELFTHS"
        },
        {
            "codepoint": "109FE",
            "name": "MEROITIC CURSIVE FRACTION NINE TWELFTHS"
        },
        {
            "codepoint": "109FF",
            "name": "MEROITIC CURSIVE FRACTION TEN TWELFTHS"
        },
        {
            "codepoint": "10A00",
            "name": "KHAROSHTHI LETTER A"
        },
        {
            "codepoint": "10A01",
            "name": "KHAROSHTHI VOWEL SIGN I"
        },
        {
            "codepoint": "10A02",
            "name": "KHAROSHTHI VOWEL SIGN U"
        },
        {
            "codepoint": "10A03",
            "name": "KHAROSHTHI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "10A05",
            "name": "KHAROSHTHI VOWEL SIGN E"
        },
        {
            "codepoint": "10A06",
            "name": "KHAROSHTHI VOWEL SIGN O"
        },
        {
            "codepoint": "10A0C",
            "name": "KHAROSHTHI VOWEL LENGTH MARK"
        },
        {
            "codepoint": "10A0D",
            "name": "KHAROSHTHI SIGN DOUBLE RING BELOW"
        },
        {
            "codepoint": "10A0E",
            "name": "KHAROSHTHI SIGN ANUSVARA"
        },
        {
            "codepoint": "10A0F",
            "name": "KHAROSHTHI SIGN VISARGA"
        },
        {
            "codepoint": "10A10",
            "name": "KHAROSHTHI LETTER KA"
        },
        {
            "codepoint": "10A11",
            "name": "KHAROSHTHI LETTER KHA"
        },
        {
            "codepoint": "10A12",
            "name": "KHAROSHTHI LETTER GA"
        },
        {
            "codepoint": "10A13",
            "name": "KHAROSHTHI LETTER GHA"
        },
        {
            "codepoint": "10A15",
            "name": "KHAROSHTHI LETTER CA"
        },
        {
            "codepoint": "10A16",
            "name": "KHAROSHTHI LETTER CHA"
        },
        {
            "codepoint": "10A17",
            "name": "KHAROSHTHI LETTER JA"
        },
        {
            "codepoint": "10A19",
            "name": "KHAROSHTHI LETTER NYA"
        },
        {
            "codepoint": "10A1A",
            "name": "KHAROSHTHI LETTER TTA"
        },
        {
            "codepoint": "10A1B",
            "name": "KHAROSHTHI LETTER TTHA"
        },
        {
            "codepoint": "10A1C",
            "name": "KHAROSHTHI LETTER DDA"
        },
        {
            "codepoint": "10A1D",
            "name": "KHAROSHTHI LETTER DDHA"
        },
        {
            "codepoint": "10A1E",
            "name": "KHAROSHTHI LETTER NNA"
        },
        {
            "codepoint": "10A1F",
            "name": "KHAROSHTHI LETTER TA"
        },
        {
            "codepoint": "10A20",
            "name": "KHAROSHTHI LETTER THA"
        },
        {
            "codepoint": "10A21",
            "name": "KHAROSHTHI LETTER DA"
        },
        {
            "codepoint": "10A22",
            "name": "KHAROSHTHI LETTER DHA"
        },
        {
            "codepoint": "10A23",
            "name": "KHAROSHTHI LETTER NA"
        },
        {
            "codepoint": "10A24",
            "name": "KHAROSHTHI LETTER PA"
        },
        {
            "codepoint": "10A25",
            "name": "KHAROSHTHI LETTER PHA"
        },
        {
            "codepoint": "10A26",
            "name": "KHAROSHTHI LETTER BA"
        },
        {
            "codepoint": "10A27",
            "name": "KHAROSHTHI LETTER BHA"
        },
        {
            "codepoint": "10A28",
            "name": "KHAROSHTHI LETTER MA"
        },
        {
            "codepoint": "10A29",
            "name": "KHAROSHTHI LETTER YA"
        },
        {
            "codepoint": "10A2A",
            "name": "KHAROSHTHI LETTER RA"
        },
        {
            "codepoint": "10A2B",
            "name": "KHAROSHTHI LETTER LA"
        },
        {
            "codepoint": "10A2C",
            "name": "KHAROSHTHI LETTER VA"
        },
        {
            "codepoint": "10A2D",
            "name": "KHAROSHTHI LETTER SHA"
        },
        {
            "codepoint": "10A2E",
            "name": "KHAROSHTHI LETTER SSA"
        },
        {
            "codepoint": "10A2F",
            "name": "KHAROSHTHI LETTER SA"
        },
        {
            "codepoint": "10A30",
            "name": "KHAROSHTHI LETTER ZA"
        },
        {
            "codepoint": "10A31",
            "name": "KHAROSHTHI LETTER HA"
        },
        {
            "codepoint": "10A32",
            "name": "KHAROSHTHI LETTER KKA"
        },
        {
            "codepoint": "10A33",
            "name": "KHAROSHTHI LETTER TTTHA"
        },
        {
            "codepoint": "10A34",
            "name": "KHAROSHTHI LETTER TTTA"
        },
        {
            "codepoint": "10A35",
            "name": "KHAROSHTHI LETTER VHA"
        },
        {
            "codepoint": "10A38",
            "name": "KHAROSHTHI SIGN BAR ABOVE"
        },
        {
            "codepoint": "10A39",
            "name": "KHAROSHTHI SIGN CAUDA"
        },
        {
            "codepoint": "10A3A",
            "name": "KHAROSHTHI SIGN DOT BELOW"
        },
        {
            "codepoint": "10A3F",
            "name": "KHAROSHTHI VIRAMA",
            "aliases": [
                "halant"
            ],
            "comments": [
                "suppresses inherent vowel",
                "shape shown is arbitrary and is not visibly rendered"
            ]
        },
        {
            "codepoint": "10A40",
            "name": "KHAROSHTHI DIGIT ONE"
        },
        {
            "codepoint": "10A41",
            "name": "KHAROSHTHI DIGIT TWO"
        },
        {
            "codepoint": "10A42",
            "name": "KHAROSHTHI DIGIT THREE"
        },
        {
            "codepoint": "10A43",
            "name": "KHAROSHTHI DIGIT FOUR"
        },
        {
            "codepoint": "10A44",
            "name": "KHAROSHTHI NUMBER TEN"
        },
        {
            "codepoint": "10A45",
            "name": "KHAROSHTHI NUMBER TWENTY"
        },
        {
            "codepoint": "10A46",
            "name": "KHAROSHTHI NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10A47",
            "name": "KHAROSHTHI NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "10A48",
            "name": "KHAROSHTHI FRACTION ONE HALF"
        },
        {
            "codepoint": "10A50",
            "name": "KHAROSHTHI PUNCTUATION DOT"
        },
        {
            "codepoint": "10A51",
            "name": "KHAROSHTHI PUNCTUATION SMALL CIRCLE"
        },
        {
            "codepoint": "10A52",
            "name": "KHAROSHTHI PUNCTUATION CIRCLE"
        },
        {
            "codepoint": "10A53",
            "name": "KHAROSHTHI PUNCTUATION CRESCENT BAR"
        },
        {
            "codepoint": "10A54",
            "name": "KHAROSHTHI PUNCTUATION MANGALAM"
        },
        {
            "codepoint": "10A55",
            "name": "KHAROSHTHI PUNCTUATION LOTUS"
        },
        {
            "codepoint": "10A56",
            "name": "KHAROSHTHI PUNCTUATION DANDA"
        },
        {
            "codepoint": "10A57",
            "name": "KHAROSHTHI PUNCTUATION DOUBLE DANDA"
        },
        {
            "codepoint": "10A58",
            "name": "KHAROSHTHI PUNCTUATION LINES"
        },
        {
            "codepoint": "10A60",
            "name": "OLD SOUTH ARABIAN LETTER HE",
            "aliases": [
                "heh"
            ],
            "comments": [
                "transliterated as h"
            ],
            "crossReferences": [
                "(ethiopic syllable ha - 1200)"
            ]
        },
        {
            "codepoint": "10A61",
            "name": "OLD SOUTH ARABIAN LETTER LAMEDH",
            "aliases": [
                "lam"
            ],
            "comments": [
                "transliterated as l"
            ],
            "crossReferences": [
                "(ethiopic syllable la - 1208)"
            ]
        },
        {
            "codepoint": "10A62",
            "name": "OLD SOUTH ARABIAN LETTER HETH",
            "aliases": [
                "hah"
            ],
            "comments": [
                "transliterated as 1E25"
            ],
            "crossReferences": [
                "(ethiopic syllable hha - 1210)"
            ]
        },
        {
            "codepoint": "10A63",
            "name": "OLD SOUTH ARABIAN LETTER MEM",
            "aliases": [
                "meem"
            ],
            "comments": [
                "transliterated as m"
            ],
            "crossReferences": [
                "(ethiopic syllable ma - 1218)"
            ]
        },
        {
            "codepoint": "10A64",
            "name": "OLD SOUTH ARABIAN LETTER QOPH",
            "aliases": [
                "qaf"
            ],
            "comments": [
                "transliterated as q"
            ],
            "crossReferences": [
                "(ethiopic syllable qa - 1240)"
            ]
        },
        {
            "codepoint": "10A65",
            "name": "OLD SOUTH ARABIAN LETTER WAW",
            "aliases": [
                "waw"
            ],
            "comments": [
                "transliterated as w"
            ],
            "crossReferences": [
                "(ethiopic syllable wa - 12C8)"
            ]
        },
        {
            "codepoint": "10A66",
            "name": "OLD SOUTH ARABIAN LETTER SHIN",
            "aliases": [
                "sheen"
            ],
            "comments": [
                "transliterated as 0161 or s2"
            ],
            "crossReferences": [
                "(ethiopic syllable sza - 1220)"
            ]
        },
        {
            "codepoint": "10A67",
            "name": "OLD SOUTH ARABIAN LETTER RESH",
            "aliases": [
                "reh"
            ],
            "comments": [
                "transliterated as r"
            ],
            "crossReferences": [
                "(ethiopic syllable ra - 1228)"
            ]
        },
        {
            "codepoint": "10A68",
            "name": "OLD SOUTH ARABIAN LETTER BETH",
            "aliases": [
                "beh"
            ],
            "comments": [
                "transliterated as b"
            ],
            "crossReferences": [
                "(ethiopic syllable ba - 1260)"
            ]
        },
        {
            "codepoint": "10A69",
            "name": "OLD SOUTH ARABIAN LETTER TAW",
            "aliases": [
                "teh"
            ],
            "comments": [
                "transliterated as t"
            ],
            "crossReferences": [
                "(ethiopic syllable ta - 1270)"
            ]
        },
        {
            "codepoint": "10A6A",
            "name": "OLD SOUTH ARABIAN LETTER SAT",
            "comments": [
                "transliterated as s or s1"
            ],
            "crossReferences": [
                "(ethiopic syllable sa - 1230)"
            ]
        },
        {
            "codepoint": "10A6B",
            "name": "OLD SOUTH ARABIAN LETTER KAPH",
            "aliases": [
                "kaf"
            ],
            "comments": [
                "transliterated as k"
            ],
            "crossReferences": [
                "(ethiopic syllable ka - 12A8)"
            ]
        },
        {
            "codepoint": "10A6C",
            "name": "OLD SOUTH ARABIAN LETTER NUN",
            "aliases": [
                "noon"
            ],
            "comments": [
                "transliterated as n"
            ],
            "crossReferences": [
                "(ethiopic syllable na - 1290)"
            ]
        },
        {
            "codepoint": "10A6D",
            "name": "OLD SOUTH ARABIAN LETTER KHETH",
            "aliases": [
                "khah"
            ],
            "comments": [
                "transliterated as 1E2B"
            ],
            "crossReferences": [
                "(ethiopic syllable xa - 1280)"
            ]
        },
        {
            "codepoint": "10A6E",
            "name": "OLD SOUTH ARABIAN LETTER SADHE",
            "aliases": [
                "sad"
            ],
            "comments": [
                "transliterated as 1E63"
            ],
            "crossReferences": [
                "(ethiopic syllable tsa - 1338)"
            ]
        },
        {
            "codepoint": "10A6F",
            "name": "OLD SOUTH ARABIAN LETTER SAMEKH",
            "comments": [
                "transliterated as 015B or s3"
            ]
        },
        {
            "codepoint": "10A70",
            "name": "OLD SOUTH ARABIAN LETTER FE",
            "aliases": [
                "feh"
            ],
            "comments": [
                "transliterated as f"
            ],
            "crossReferences": [
                "(ethiopic syllable fa - 1348)"
            ]
        },
        {
            "codepoint": "10A71",
            "name": "OLD SOUTH ARABIAN LETTER ALEF",
            "aliases": [
                "alef"
            ],
            "comments": [
                "transliterated as 02BC"
            ],
            "crossReferences": [
                "(ethiopic syllable glottal a - 12A0)"
            ]
        },
        {
            "codepoint": "10A72",
            "name": "OLD SOUTH ARABIAN LETTER AYN",
            "aliases": [
                "ain"
            ],
            "comments": [
                "transliterated as 02BD"
            ],
            "crossReferences": [
                "(ethiopic syllable pharyngeal a - 12D0)"
            ]
        },
        {
            "codepoint": "10A73",
            "name": "OLD SOUTH ARABIAN LETTER DHADHE",
            "aliases": [
                "dad"
            ],
            "comments": [
                "transliterated as 1E0D"
            ],
            "crossReferences": [
                "(ethiopic syllable tza - 1340)"
            ]
        },
        {
            "codepoint": "10A74",
            "name": "OLD SOUTH ARABIAN LETTER GIMEL",
            "aliases": [
                "jeem"
            ],
            "comments": [
                "transliterated as g"
            ],
            "crossReferences": [
                "(ethiopic syllable ga - 1308)"
            ]
        },
        {
            "codepoint": "10A75",
            "name": "OLD SOUTH ARABIAN LETTER DALETH",
            "aliases": [
                "dal"
            ],
            "comments": [
                "transliterated as d"
            ],
            "crossReferences": [
                "(ethiopic syllable da - 12F0)"
            ]
        },
        {
            "codepoint": "10A76",
            "name": "OLD SOUTH ARABIAN LETTER GHAYN",
            "aliases": [
                "ghain"
            ],
            "comments": [
                "transliterated as 0121"
            ]
        },
        {
            "codepoint": "10A77",
            "name": "OLD SOUTH ARABIAN LETTER TETH",
            "aliases": [
                "tah"
            ],
            "comments": [
                "transliterated as 1E6D"
            ],
            "crossReferences": [
                "(ethiopic syllable tha - 1320)"
            ]
        },
        {
            "codepoint": "10A78",
            "name": "OLD SOUTH ARABIAN LETTER ZAYN",
            "aliases": [
                "zain"
            ],
            "comments": [
                "transliterated as z"
            ],
            "crossReferences": [
                "(ethiopic syllable za - 12D8)"
            ]
        },
        {
            "codepoint": "10A79",
            "name": "OLD SOUTH ARABIAN LETTER DHALETH",
            "aliases": [
                "thal"
            ],
            "comments": [
                "transliterated as 1E0F"
            ]
        },
        {
            "codepoint": "10A7A",
            "name": "OLD SOUTH ARABIAN LETTER YODH",
            "aliases": [
                "yeh"
            ],
            "comments": [
                "transliterated as y"
            ],
            "crossReferences": [
                "(ethiopic syllable ya - 12E8)"
            ]
        },
        {
            "codepoint": "10A7B",
            "name": "OLD SOUTH ARABIAN LETTER THAW",
            "aliases": [
                "theh"
            ],
            "comments": [
                "transliterated as 1E6F"
            ]
        },
        {
            "codepoint": "10A7C",
            "name": "OLD SOUTH ARABIAN LETTER THETH",
            "aliases": [
                "zah"
            ],
            "comments": [
                "transliterated as 1E93"
            ]
        },
        {
            "codepoint": "10A7D",
            "name": "OLD SOUTH ARABIAN NUMBER ONE"
        },
        {
            "codepoint": "10A7E",
            "name": "OLD SOUTH ARABIAN NUMBER FIFTY"
        },
        {
            "codepoint": "10A7F",
            "name": "OLD SOUTH ARABIAN NUMERIC INDICATOR"
        },
        {
            "codepoint": "10A80",
            "name": "OLD NORTH ARABIAN LETTER HEH",
            "comments": [
                "transliterated as h"
            ],
            "crossReferences": [
                "(ethiopic syllable ha - 1200)",
                "(old south arabian letter he - 10A60)"
            ]
        },
        {
            "codepoint": "10A81",
            "name": "OLD NORTH ARABIAN LETTER LAM",
            "comments": [
                "transliterated as l"
            ],
            "crossReferences": [
                "(ethiopic syllable la - 1208)",
                "(old south arabian letter lamedh - 10A61)"
            ]
        },
        {
            "codepoint": "10A82",
            "name": "OLD NORTH ARABIAN LETTER HAH",
            "comments": [
                "transliterated as 1E25"
            ],
            "crossReferences": [
                "(ethiopic syllable hha - 1210)",
                "(old south arabian letter heth - 10A62)"
            ]
        },
        {
            "codepoint": "10A83",
            "name": "OLD NORTH ARABIAN LETTER MEEM",
            "comments": [
                "transliterated as m"
            ],
            "crossReferences": [
                "(ethiopic syllable ma - 1218)",
                "(old south arabian letter mem - 10A63)"
            ]
        },
        {
            "codepoint": "10A84",
            "name": "OLD NORTH ARABIAN LETTER QAF",
            "comments": [
                "transliterated as q"
            ],
            "crossReferences": [
                "(ethiopic syllable qa - 1240)",
                "(old south arabian letter qoph - 10A64)"
            ]
        },
        {
            "codepoint": "10A85",
            "name": "OLD NORTH ARABIAN LETTER WAW",
            "comments": [
                "transliterated as w"
            ],
            "crossReferences": [
                "(ethiopic syllable wa - 12C8)",
                "(old south arabian letter waw - 10A65)"
            ]
        },
        {
            "codepoint": "10A86",
            "name": "OLD NORTH ARABIAN LETTER ES-2",
            "comments": [
                "transliterated as s2"
            ],
            "crossReferences": [
                "(ethiopic syllable sza - 1220)",
                "(old south arabian letter shin - 10A66)"
            ]
        },
        {
            "codepoint": "10A87",
            "name": "OLD NORTH ARABIAN LETTER REH",
            "comments": [
                "transliterated as r"
            ],
            "crossReferences": [
                "(ethiopic syllable ra - 1228)",
                "(old south arabian letter resh - 10A67)"
            ]
        },
        {
            "codepoint": "10A88",
            "name": "OLD NORTH ARABIAN LETTER BEH",
            "comments": [
                "transliterated as b"
            ],
            "crossReferences": [
                "(ethiopic syllable ba - 1260)",
                "(old south arabian letter beth - 10A68)"
            ]
        },
        {
            "codepoint": "10A89",
            "name": "OLD NORTH ARABIAN LETTER TEH",
            "comments": [
                "transliterated as t"
            ],
            "crossReferences": [
                "(ethiopic syllable ta - 1270)",
                "(old south arabian letter taw - 10A69)"
            ]
        },
        {
            "codepoint": "10A8A",
            "name": "OLD NORTH ARABIAN LETTER ES-1",
            "comments": [
                "transliterated as s1"
            ],
            "crossReferences": [
                "(ethiopic syllable sa - 1230)",
                "(old south arabian letter sat - 10A6A)"
            ]
        },
        {
            "codepoint": "10A8B",
            "name": "OLD NORTH ARABIAN LETTER KAF",
            "comments": [
                "transliterated as k"
            ],
            "crossReferences": [
                "(ethiopic syllable ka - 12A8)",
                "(old south arabian letter kaph - 10A6B)"
            ]
        },
        {
            "codepoint": "10A8C",
            "name": "OLD NORTH ARABIAN LETTER NOON",
            "comments": [
                "transliterated as n"
            ],
            "crossReferences": [
                "(ethiopic syllable na - 1290)",
                "(old south arabian letter nun - 10A6C)"
            ]
        },
        {
            "codepoint": "10A8D",
            "name": "OLD NORTH ARABIAN LETTER KHAH",
            "comments": [
                "transliterated as 1E2B"
            ],
            "crossReferences": [
                "(ethiopic syllable xa - 1280)",
                "(old south arabian letter kheth - 10A6D)"
            ]
        },
        {
            "codepoint": "10A8E",
            "name": "OLD NORTH ARABIAN LETTER SAD",
            "comments": [
                "transliterated as 1E63"
            ],
            "crossReferences": [
                "(ethiopic syllable tsa - 1338)",
                "(old south arabian letter sadhe - 10A6E)"
            ]
        },
        {
            "codepoint": "10A8F",
            "name": "OLD NORTH ARABIAN LETTER ES-3",
            "comments": [
                "transliterated as s3"
            ],
            "crossReferences": [
                "(old south arabian letter samekh - 10A6F)"
            ]
        },
        {
            "codepoint": "10A90",
            "name": "OLD NORTH ARABIAN LETTER FEH",
            "comments": [
                "transliterated as f"
            ],
            "crossReferences": [
                "(ethiopic syllable fa - 1348)",
                "(old south arabian letter fe - 10A70)"
            ]
        },
        {
            "codepoint": "10A91",
            "name": "OLD NORTH ARABIAN LETTER ALEF",
            "comments": [
                "transliterated as 02BC"
            ],
            "crossReferences": [
                "(ethiopic syllable glottal a - 12A0)",
                "(old south arabian letter alef - 10A71)"
            ]
        },
        {
            "codepoint": "10A92",
            "name": "OLD NORTH ARABIAN LETTER AIN",
            "comments": [
                "transliterated as 02BD"
            ],
            "crossReferences": [
                "(ethiopic syllable pharyngeal a - 12D0)",
                "(old south arabian letter ayn - 10A72)"
            ]
        },
        {
            "codepoint": "10A93",
            "name": "OLD NORTH ARABIAN LETTER DAD",
            "comments": [
                "transliterated as 1E0D"
            ],
            "crossReferences": [
                "(ethiopic syllable tza - 1340)",
                "(old south arabian letter dhadhe - 10A73)"
            ]
        },
        {
            "codepoint": "10A94",
            "name": "OLD NORTH ARABIAN LETTER GEEM",
            "comments": [
                "transliterated as g"
            ],
            "crossReferences": [
                "(ethiopic syllable ga - 1308)",
                "(old south arabian letter gimel - 10A74)"
            ]
        },
        {
            "codepoint": "10A95",
            "name": "OLD NORTH ARABIAN LETTER DAL",
            "comments": [
                "transliterated as d"
            ],
            "crossReferences": [
                "(ethiopic syllable da - 12F0)",
                "(old south arabian letter daleth - 10A75)"
            ]
        },
        {
            "codepoint": "10A96",
            "name": "OLD NORTH ARABIAN LETTER GHAIN",
            "comments": [
                "transliterated as 0121"
            ],
            "crossReferences": [
                "(old south arabian letter ghayn - 10A76)"
            ]
        },
        {
            "codepoint": "10A97",
            "name": "OLD NORTH ARABIAN LETTER TAH",
            "comments": [
                "transliterated as 1E6D"
            ],
            "crossReferences": [
                "(ethiopic syllable tha - 1320)",
                "(old south arabian letter teth - 10A77)"
            ]
        },
        {
            "codepoint": "10A98",
            "name": "OLD NORTH ARABIAN LETTER ZAIN",
            "comments": [
                "transliterated as z"
            ],
            "crossReferences": [
                "(ethiopic syllable za - 12D8)",
                "(old south arabian letter zayn - 10A78)"
            ]
        },
        {
            "codepoint": "10A99",
            "name": "OLD NORTH ARABIAN LETTER THAL",
            "comments": [
                "transliterated as 1E0F"
            ],
            "crossReferences": [
                "(old south arabian letter dhaleth - 10A79)"
            ]
        },
        {
            "codepoint": "10A9A",
            "name": "OLD NORTH ARABIAN LETTER YEH",
            "comments": [
                "transliterated as y"
            ],
            "crossReferences": [
                "(ethiopic syllable ya - 12E8)",
                "(old south arabian letter yodh - 10A7A)"
            ]
        },
        {
            "codepoint": "10A9B",
            "name": "OLD NORTH ARABIAN LETTER THEH",
            "comments": [
                "transliterated as 1E6F"
            ],
            "crossReferences": [
                "(old south arabian letter thaw - 10A7B)"
            ]
        },
        {
            "codepoint": "10A9C",
            "name": "OLD NORTH ARABIAN LETTER ZAH",
            "comments": [
                "transliterated as 1E93"
            ],
            "crossReferences": [
                "(old south arabian letter theth - 10A7C)"
            ]
        },
        {
            "codepoint": "10A9D",
            "name": "OLD NORTH ARABIAN NUMBER ONE"
        },
        {
            "codepoint": "10A9E",
            "name": "OLD NORTH ARABIAN NUMBER TEN"
        },
        {
            "codepoint": "10A9F",
            "name": "OLD NORTH ARABIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10AC0",
            "name": "MANICHAEAN LETTER ALEPH"
        },
        {
            "codepoint": "10AC1",
            "name": "MANICHAEAN LETTER BETH"
        },
        {
            "codepoint": "10AC2",
            "name": "MANICHAEAN LETTER BHETH"
        },
        {
            "codepoint": "10AC3",
            "name": "MANICHAEAN LETTER GIMEL"
        },
        {
            "codepoint": "10AC4",
            "name": "MANICHAEAN LETTER GHIMEL"
        },
        {
            "codepoint": "10AC5",
            "name": "MANICHAEAN LETTER DALETH",
            "variations": [
                "10AC5 FE00 alternate form (isolate)"
            ]
        },
        {
            "codepoint": "10AC6",
            "name": "MANICHAEAN LETTER HE",
            "variations": [
                "10AC6 FE00 alternate form (isolate)"
            ]
        },
        {
            "codepoint": "10AC7",
            "name": "MANICHAEAN LETTER WAW"
        },
        {
            "codepoint": "10AC8",
            "name": "MANICHAEAN SIGN UD",
            "comments": [
                "represents the conjunction \"and\""
            ]
        },
        {
            "codepoint": "10AC9",
            "name": "MANICHAEAN LETTER ZAYIN"
        },
        {
            "codepoint": "10ACA",
            "name": "MANICHAEAN LETTER ZHAYIN"
        },
        {
            "codepoint": "10ACB",
            "name": "MANICHAEAN LETTER JAYIN"
        },
        {
            "codepoint": "10ACC",
            "name": "MANICHAEAN LETTER JHAYIN"
        },
        {
            "codepoint": "10ACD",
            "name": "MANICHAEAN LETTER HETH"
        },
        {
            "codepoint": "10ACE",
            "name": "MANICHAEAN LETTER TETH"
        },
        {
            "codepoint": "10ACF",
            "name": "MANICHAEAN LETTER YODH"
        },
        {
            "codepoint": "10AD0",
            "name": "MANICHAEAN LETTER KAPH"
        },
        {
            "codepoint": "10AD1",
            "name": "MANICHAEAN LETTER XAPH"
        },
        {
            "codepoint": "10AD2",
            "name": "MANICHAEAN LETTER KHAPH"
        },
        {
            "codepoint": "10AD3",
            "name": "MANICHAEAN LETTER LAMEDH"
        },
        {
            "codepoint": "10AD4",
            "name": "MANICHAEAN LETTER DHAMEDH"
        },
        {
            "codepoint": "10AD5",
            "name": "MANICHAEAN LETTER THAMEDH"
        },
        {
            "codepoint": "10AD6",
            "name": "MANICHAEAN LETTER MEM",
            "variations": [
                "10AD6 FE00 alternate form (isolate)",
                "10AD6 FE00 alternate form (final)"
            ]
        },
        {
            "codepoint": "10AD7",
            "name": "MANICHAEAN LETTER NUN",
            "variations": [
                "10AD7 FE00 alternate form (isolate)"
            ]
        },
        {
            "codepoint": "10AD8",
            "name": "MANICHAEAN LETTER SAMEKH"
        },
        {
            "codepoint": "10AD9",
            "name": "MANICHAEAN LETTER AYIN"
        },
        {
            "codepoint": "10ADA",
            "name": "MANICHAEAN LETTER AAYIN"
        },
        {
            "codepoint": "10ADB",
            "name": "MANICHAEAN LETTER PE"
        },
        {
            "codepoint": "10ADC",
            "name": "MANICHAEAN LETTER FE"
        },
        {
            "codepoint": "10ADD",
            "name": "MANICHAEAN LETTER SADHE"
        },
        {
            "codepoint": "10ADE",
            "name": "MANICHAEAN LETTER QOPH"
        },
        {
            "codepoint": "10ADF",
            "name": "MANICHAEAN LETTER XOPH"
        },
        {
            "codepoint": "10AE0",
            "name": "MANICHAEAN LETTER QHOPH"
        },
        {
            "codepoint": "10AE1",
            "name": "MANICHAEAN LETTER RESH",
            "variations": [
                "10AE1 FE00 alternate form (isolate)"
            ]
        },
        {
            "codepoint": "10AE2",
            "name": "MANICHAEAN LETTER SHIN"
        },
        {
            "codepoint": "10AE3",
            "name": "MANICHAEAN LETTER SSHIN"
        },
        {
            "codepoint": "10AE4",
            "name": "MANICHAEAN LETTER TAW"
        },
        {
            "codepoint": "10AE5",
            "name": "MANICHAEAN ABBREVIATION MARK ABOVE"
        },
        {
            "codepoint": "10AE6",
            "name": "MANICHAEAN ABBREVIATION MARK BELOW"
        },
        {
            "codepoint": "10AEB",
            "name": "MANICHAEAN NUMBER ONE"
        },
        {
            "codepoint": "10AEC",
            "name": "MANICHAEAN NUMBER FIVE"
        },
        {
            "codepoint": "10AED",
            "name": "MANICHAEAN NUMBER TEN"
        },
        {
            "codepoint": "10AEE",
            "name": "MANICHAEAN NUMBER TWENTY"
        },
        {
            "codepoint": "10AEF",
            "name": "MANICHAEAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10AF0",
            "name": "MANICHAEAN PUNCTUATION STAR"
        },
        {
            "codepoint": "10AF1",
            "name": "MANICHAEAN PUNCTUATION FLEURON"
        },
        {
            "codepoint": "10AF2",
            "name": "MANICHAEAN PUNCTUATION DOUBLE DOT WITHIN DOT"
        },
        {
            "codepoint": "10AF3",
            "name": "MANICHAEAN PUNCTUATION DOT WITHIN DOT"
        },
        {
            "codepoint": "10AF4",
            "name": "MANICHAEAN PUNCTUATION DOT"
        },
        {
            "codepoint": "10AF5",
            "name": "MANICHAEAN PUNCTUATION TWO DOTS"
        },
        {
            "codepoint": "10AF6",
            "name": "MANICHAEAN PUNCTUATION LINE FILLER"
        },
        {
            "codepoint": "10B00",
            "name": "AVESTAN LETTER A"
        },
        {
            "codepoint": "10B01",
            "name": "AVESTAN LETTER AA"
        },
        {
            "codepoint": "10B02",
            "name": "AVESTAN LETTER AO"
        },
        {
            "codepoint": "10B03",
            "name": "AVESTAN LETTER AAO"
        },
        {
            "codepoint": "10B04",
            "name": "AVESTAN LETTER AN"
        },
        {
            "codepoint": "10B05",
            "name": "AVESTAN LETTER AAN"
        },
        {
            "codepoint": "10B06",
            "name": "AVESTAN LETTER AE"
        },
        {
            "codepoint": "10B07",
            "name": "AVESTAN LETTER AEE"
        },
        {
            "codepoint": "10B08",
            "name": "AVESTAN LETTER E"
        },
        {
            "codepoint": "10B09",
            "name": "AVESTAN LETTER EE"
        },
        {
            "codepoint": "10B0A",
            "name": "AVESTAN LETTER O"
        },
        {
            "codepoint": "10B0B",
            "name": "AVESTAN LETTER OO"
        },
        {
            "codepoint": "10B0C",
            "name": "AVESTAN LETTER I"
        },
        {
            "codepoint": "10B0D",
            "name": "AVESTAN LETTER II"
        },
        {
            "codepoint": "10B0E",
            "name": "AVESTAN LETTER U"
        },
        {
            "codepoint": "10B0F",
            "name": "AVESTAN LETTER UU"
        },
        {
            "codepoint": "10B10",
            "name": "AVESTAN LETTER KE"
        },
        {
            "codepoint": "10B11",
            "name": "AVESTAN LETTER XE"
        },
        {
            "codepoint": "10B12",
            "name": "AVESTAN LETTER XYE"
        },
        {
            "codepoint": "10B13",
            "name": "AVESTAN LETTER XVE"
        },
        {
            "codepoint": "10B14",
            "name": "AVESTAN LETTER GE"
        },
        {
            "codepoint": "10B15",
            "name": "AVESTAN LETTER GGE"
        },
        {
            "codepoint": "10B16",
            "name": "AVESTAN LETTER GHE"
        },
        {
            "codepoint": "10B17",
            "name": "AVESTAN LETTER CE"
        },
        {
            "codepoint": "10B18",
            "name": "AVESTAN LETTER JE"
        },
        {
            "codepoint": "10B19",
            "name": "AVESTAN LETTER TE"
        },
        {
            "codepoint": "10B1A",
            "name": "AVESTAN LETTER THE"
        },
        {
            "codepoint": "10B1B",
            "name": "AVESTAN LETTER DE"
        },
        {
            "codepoint": "10B1C",
            "name": "AVESTAN LETTER DHE"
        },
        {
            "codepoint": "10B1D",
            "name": "AVESTAN LETTER TTE"
        },
        {
            "codepoint": "10B1E",
            "name": "AVESTAN LETTER PE"
        },
        {
            "codepoint": "10B1F",
            "name": "AVESTAN LETTER FE"
        },
        {
            "codepoint": "10B20",
            "name": "AVESTAN LETTER BE"
        },
        {
            "codepoint": "10B21",
            "name": "AVESTAN LETTER BHE"
        },
        {
            "codepoint": "10B22",
            "name": "AVESTAN LETTER NGE"
        },
        {
            "codepoint": "10B23",
            "name": "AVESTAN LETTER NGYE"
        },
        {
            "codepoint": "10B24",
            "name": "AVESTAN LETTER NGVE"
        },
        {
            "codepoint": "10B25",
            "name": "AVESTAN LETTER NE"
        },
        {
            "codepoint": "10B26",
            "name": "AVESTAN LETTER NYE"
        },
        {
            "codepoint": "10B27",
            "name": "AVESTAN LETTER NNE"
        },
        {
            "codepoint": "10B28",
            "name": "AVESTAN LETTER ME"
        },
        {
            "codepoint": "10B29",
            "name": "AVESTAN LETTER HME"
        },
        {
            "codepoint": "10B2A",
            "name": "AVESTAN LETTER YYE"
        },
        {
            "codepoint": "10B2B",
            "name": "AVESTAN LETTER YE"
        },
        {
            "codepoint": "10B2C",
            "name": "AVESTAN LETTER VE"
        },
        {
            "codepoint": "10B2D",
            "name": "AVESTAN LETTER RE"
        },
        {
            "codepoint": "10B2E",
            "name": "AVESTAN LETTER LE"
        },
        {
            "codepoint": "10B2F",
            "name": "AVESTAN LETTER SE"
        },
        {
            "codepoint": "10B30",
            "name": "AVESTAN LETTER ZE"
        },
        {
            "codepoint": "10B31",
            "name": "AVESTAN LETTER SHE"
        },
        {
            "codepoint": "10B32",
            "name": "AVESTAN LETTER ZHE"
        },
        {
            "codepoint": "10B33",
            "name": "AVESTAN LETTER SHYE"
        },
        {
            "codepoint": "10B34",
            "name": "AVESTAN LETTER SSHE"
        },
        {
            "codepoint": "10B35",
            "name": "AVESTAN LETTER HE"
        },
        {
            "codepoint": "10B39",
            "name": "AVESTAN ABBREVIATION MARK",
            "crossReferences": [
                "(ring operator - 2218)",
                "(ring point - 2E30)",
                "(word separator middle dot - 2E31)"
            ]
        },
        {
            "codepoint": "10B3A",
            "name": "TINY TWO DOTS OVER ONE DOT PUNCTUATION"
        },
        {
            "codepoint": "10B3B",
            "name": "SMALL TWO DOTS OVER ONE DOT PUNCTUATION"
        },
        {
            "codepoint": "10B3C",
            "name": "LARGE TWO DOTS OVER ONE DOT PUNCTUATION"
        },
        {
            "codepoint": "10B3D",
            "name": "LARGE ONE DOT OVER TWO DOTS PUNCTUATION"
        },
        {
            "codepoint": "10B3E",
            "name": "LARGE TWO RINGS OVER ONE RING PUNCTUATION"
        },
        {
            "codepoint": "10B3F",
            "name": "LARGE ONE RING OVER TWO RINGS PUNCTUATION"
        },
        {
            "codepoint": "10B40",
            "name": "INSCRIPTIONAL PARTHIAN LETTER ALEPH"
        },
        {
            "codepoint": "10B41",
            "name": "INSCRIPTIONAL PARTHIAN LETTER BETH"
        },
        {
            "codepoint": "10B42",
            "name": "INSCRIPTIONAL PARTHIAN LETTER GIMEL"
        },
        {
            "codepoint": "10B43",
            "name": "INSCRIPTIONAL PARTHIAN LETTER DALETH"
        },
        {
            "codepoint": "10B44",
            "name": "INSCRIPTIONAL PARTHIAN LETTER HE"
        },
        {
            "codepoint": "10B45",
            "name": "INSCRIPTIONAL PARTHIAN LETTER WAW"
        },
        {
            "codepoint": "10B46",
            "name": "INSCRIPTIONAL PARTHIAN LETTER ZAYIN"
        },
        {
            "codepoint": "10B47",
            "name": "INSCRIPTIONAL PARTHIAN LETTER HETH"
        },
        {
            "codepoint": "10B48",
            "name": "INSCRIPTIONAL PARTHIAN LETTER TETH"
        },
        {
            "codepoint": "10B49",
            "name": "INSCRIPTIONAL PARTHIAN LETTER YODH"
        },
        {
            "codepoint": "10B4A",
            "name": "INSCRIPTIONAL PARTHIAN LETTER KAPH"
        },
        {
            "codepoint": "10B4B",
            "name": "INSCRIPTIONAL PARTHIAN LETTER LAMEDH"
        },
        {
            "codepoint": "10B4C",
            "name": "INSCRIPTIONAL PARTHIAN LETTER MEM"
        },
        {
            "codepoint": "10B4D",
            "name": "INSCRIPTIONAL PARTHIAN LETTER NUN"
        },
        {
            "codepoint": "10B4E",
            "name": "INSCRIPTIONAL PARTHIAN LETTER SAMEKH"
        },
        {
            "codepoint": "10B4F",
            "name": "INSCRIPTIONAL PARTHIAN LETTER AYIN"
        },
        {
            "codepoint": "10B50",
            "name": "INSCRIPTIONAL PARTHIAN LETTER PE"
        },
        {
            "codepoint": "10B51",
            "name": "INSCRIPTIONAL PARTHIAN LETTER SADHE"
        },
        {
            "codepoint": "10B52",
            "name": "INSCRIPTIONAL PARTHIAN LETTER QOPH"
        },
        {
            "codepoint": "10B53",
            "name": "INSCRIPTIONAL PARTHIAN LETTER RESH"
        },
        {
            "codepoint": "10B54",
            "name": "INSCRIPTIONAL PARTHIAN LETTER SHIN"
        },
        {
            "codepoint": "10B55",
            "name": "INSCRIPTIONAL PARTHIAN LETTER TAW"
        },
        {
            "codepoint": "10B58",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER ONE"
        },
        {
            "codepoint": "10B59",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER TWO"
        },
        {
            "codepoint": "10B5A",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER THREE"
        },
        {
            "codepoint": "10B5B",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER FOUR"
        },
        {
            "codepoint": "10B5C",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER TEN"
        },
        {
            "codepoint": "10B5D",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10B5E",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10B5F",
            "name": "INSCRIPTIONAL PARTHIAN NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "10B60",
            "name": "INSCRIPTIONAL PAHLAVI LETTER ALEPH"
        },
        {
            "codepoint": "10B61",
            "name": "INSCRIPTIONAL PAHLAVI LETTER BETH"
        },
        {
            "codepoint": "10B62",
            "name": "INSCRIPTIONAL PAHLAVI LETTER GIMEL"
        },
        {
            "codepoint": "10B63",
            "name": "INSCRIPTIONAL PAHLAVI LETTER DALETH"
        },
        {
            "codepoint": "10B64",
            "name": "INSCRIPTIONAL PAHLAVI LETTER HE"
        },
        {
            "codepoint": "10B65",
            "name": "INSCRIPTIONAL PAHLAVI LETTER WAW-AYIN-RESH"
        },
        {
            "codepoint": "10B66",
            "name": "INSCRIPTIONAL PAHLAVI LETTER ZAYIN"
        },
        {
            "codepoint": "10B67",
            "name": "INSCRIPTIONAL PAHLAVI LETTER HETH"
        },
        {
            "codepoint": "10B68",
            "name": "INSCRIPTIONAL PAHLAVI LETTER TETH"
        },
        {
            "codepoint": "10B69",
            "name": "INSCRIPTIONAL PAHLAVI LETTER YODH"
        },
        {
            "codepoint": "10B6A",
            "name": "INSCRIPTIONAL PAHLAVI LETTER KAPH"
        },
        {
            "codepoint": "10B6B",
            "name": "INSCRIPTIONAL PAHLAVI LETTER LAMEDH"
        },
        {
            "codepoint": "10B6C",
            "name": "INSCRIPTIONAL PAHLAVI LETTER MEM-QOPH"
        },
        {
            "codepoint": "10B6D",
            "name": "INSCRIPTIONAL PAHLAVI LETTER NUN"
        },
        {
            "codepoint": "10B6E",
            "name": "INSCRIPTIONAL PAHLAVI LETTER SAMEKH"
        },
        {
            "codepoint": "10B6F",
            "name": "INSCRIPTIONAL PAHLAVI LETTER PE"
        },
        {
            "codepoint": "10B70",
            "name": "INSCRIPTIONAL PAHLAVI LETTER SADHE"
        },
        {
            "codepoint": "10B71",
            "name": "INSCRIPTIONAL PAHLAVI LETTER SHIN"
        },
        {
            "codepoint": "10B72",
            "name": "INSCRIPTIONAL PAHLAVI LETTER TAW"
        },
        {
            "codepoint": "10B78",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER ONE"
        },
        {
            "codepoint": "10B79",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER TWO"
        },
        {
            "codepoint": "10B7A",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER THREE"
        },
        {
            "codepoint": "10B7B",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER FOUR"
        },
        {
            "codepoint": "10B7C",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER TEN"
        },
        {
            "codepoint": "10B7D",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER TWENTY"
        },
        {
            "codepoint": "10B7E",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10B7F",
            "name": "INSCRIPTIONAL PAHLAVI NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "10B80",
            "name": "PSALTER PAHLAVI LETTER ALEPH"
        },
        {
            "codepoint": "10B81",
            "name": "PSALTER PAHLAVI LETTER BETH"
        },
        {
            "codepoint": "10B82",
            "name": "PSALTER PAHLAVI LETTER GIMEL"
        },
        {
            "codepoint": "10B83",
            "name": "PSALTER PAHLAVI LETTER DALETH"
        },
        {
            "codepoint": "10B84",
            "name": "PSALTER PAHLAVI LETTER HE"
        },
        {
            "codepoint": "10B85",
            "name": "PSALTER PAHLAVI LETTER WAW-AYIN-RESH"
        },
        {
            "codepoint": "10B86",
            "name": "PSALTER PAHLAVI LETTER ZAYIN"
        },
        {
            "codepoint": "10B87",
            "name": "PSALTER PAHLAVI LETTER HETH"
        },
        {
            "codepoint": "10B88",
            "name": "PSALTER PAHLAVI LETTER YODH"
        },
        {
            "codepoint": "10B89",
            "name": "PSALTER PAHLAVI LETTER KAPH"
        },
        {
            "codepoint": "10B8A",
            "name": "PSALTER PAHLAVI LETTER LAMEDH"
        },
        {
            "codepoint": "10B8B",
            "name": "PSALTER PAHLAVI LETTER MEM-QOPH"
        },
        {
            "codepoint": "10B8C",
            "name": "PSALTER PAHLAVI LETTER NUN"
        },
        {
            "codepoint": "10B8D",
            "name": "PSALTER PAHLAVI LETTER SAMEKH"
        },
        {
            "codepoint": "10B8E",
            "name": "PSALTER PAHLAVI LETTER PE"
        },
        {
            "codepoint": "10B8F",
            "name": "PSALTER PAHLAVI LETTER SADHE"
        },
        {
            "codepoint": "10B90",
            "name": "PSALTER PAHLAVI LETTER SHIN"
        },
        {
            "codepoint": "10B91",
            "name": "PSALTER PAHLAVI LETTER TAW"
        },
        {
            "codepoint": "10B99",
            "name": "PSALTER PAHLAVI SECTION MARK"
        },
        {
            "codepoint": "10B9A",
            "name": "PSALTER PAHLAVI TURNED SECTION MARK"
        },
        {
            "codepoint": "10B9B",
            "name": "PSALTER PAHLAVI FOUR DOTS WITH CROSS"
        },
        {
            "codepoint": "10B9C",
            "name": "PSALTER PAHLAVI FOUR DOTS WITH DOT"
        },
        {
            "codepoint": "10BA9",
            "name": "PSALTER PAHLAVI NUMBER ONE"
        },
        {
            "codepoint": "10BAA",
            "name": "PSALTER PAHLAVI NUMBER TWO"
        },
        {
            "codepoint": "10BAB",
            "name": "PSALTER PAHLAVI NUMBER THREE"
        },
        {
            "codepoint": "10BAC",
            "name": "PSALTER PAHLAVI NUMBER FOUR"
        },
        {
            "codepoint": "10BAD",
            "name": "PSALTER PAHLAVI NUMBER TEN"
        },
        {
            "codepoint": "10BAE",
            "name": "PSALTER PAHLAVI NUMBER TWENTY"
        },
        {
            "codepoint": "10BAF",
            "name": "PSALTER PAHLAVI NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10C00",
            "name": "OLD TURKIC LETTER ORKHON A"
        },
        {
            "codepoint": "10C01",
            "name": "OLD TURKIC LETTER YENISEI A"
        },
        {
            "codepoint": "10C02",
            "name": "OLD TURKIC LETTER YENISEI AE"
        },
        {
            "codepoint": "10C03",
            "name": "OLD TURKIC LETTER ORKHON I"
        },
        {
            "codepoint": "10C04",
            "name": "OLD TURKIC LETTER YENISEI I"
        },
        {
            "codepoint": "10C05",
            "name": "OLD TURKIC LETTER YENISEI E"
        },
        {
            "codepoint": "10C06",
            "name": "OLD TURKIC LETTER ORKHON O"
        },
        {
            "codepoint": "10C07",
            "name": "OLD TURKIC LETTER ORKHON OE"
        },
        {
            "codepoint": "10C08",
            "name": "OLD TURKIC LETTER YENISEI OE"
        },
        {
            "codepoint": "10C09",
            "name": "OLD TURKIC LETTER ORKHON AB"
        },
        {
            "codepoint": "10C0A",
            "name": "OLD TURKIC LETTER YENISEI AB"
        },
        {
            "codepoint": "10C0B",
            "name": "OLD TURKIC LETTER ORKHON AEB"
        },
        {
            "codepoint": "10C0C",
            "name": "OLD TURKIC LETTER YENISEI AEB"
        },
        {
            "codepoint": "10C0D",
            "name": "OLD TURKIC LETTER ORKHON AG"
        },
        {
            "codepoint": "10C0E",
            "name": "OLD TURKIC LETTER YENISEI AG"
        },
        {
            "codepoint": "10C0F",
            "name": "OLD TURKIC LETTER ORKHON AEG"
        },
        {
            "codepoint": "10C10",
            "name": "OLD TURKIC LETTER YENISEI AEG"
        },
        {
            "codepoint": "10C11",
            "name": "OLD TURKIC LETTER ORKHON AD"
        },
        {
            "codepoint": "10C12",
            "name": "OLD TURKIC LETTER YENISEI AD"
        },
        {
            "codepoint": "10C13",
            "name": "OLD TURKIC LETTER ORKHON AED"
        },
        {
            "codepoint": "10C14",
            "name": "OLD TURKIC LETTER ORKHON EZ"
        },
        {
            "codepoint": "10C15",
            "name": "OLD TURKIC LETTER YENISEI EZ"
        },
        {
            "codepoint": "10C16",
            "name": "OLD TURKIC LETTER ORKHON AY"
        },
        {
            "codepoint": "10C17",
            "name": "OLD TURKIC LETTER YENISEI AY"
        },
        {
            "codepoint": "10C18",
            "name": "OLD TURKIC LETTER ORKHON AEY"
        },
        {
            "codepoint": "10C19",
            "name": "OLD TURKIC LETTER YENISEI AEY"
        },
        {
            "codepoint": "10C1A",
            "name": "OLD TURKIC LETTER ORKHON AEK"
        },
        {
            "codepoint": "10C1B",
            "name": "OLD TURKIC LETTER YENISEI AEK"
        },
        {
            "codepoint": "10C1C",
            "name": "OLD TURKIC LETTER ORKHON OEK"
        },
        {
            "codepoint": "10C1D",
            "name": "OLD TURKIC LETTER YENISEI OEK"
        },
        {
            "codepoint": "10C1E",
            "name": "OLD TURKIC LETTER ORKHON AL"
        },
        {
            "codepoint": "10C1F",
            "name": "OLD TURKIC LETTER YENISEI AL"
        },
        {
            "codepoint": "10C20",
            "name": "OLD TURKIC LETTER ORKHON AEL"
        },
        {
            "codepoint": "10C21",
            "name": "OLD TURKIC LETTER ORKHON ELT"
        },
        {
            "codepoint": "10C22",
            "name": "OLD TURKIC LETTER ORKHON EM"
        },
        {
            "codepoint": "10C23",
            "name": "OLD TURKIC LETTER ORKHON AN"
        },
        {
            "codepoint": "10C24",
            "name": "OLD TURKIC LETTER ORKHON AEN"
        },
        {
            "codepoint": "10C25",
            "name": "OLD TURKIC LETTER YENISEI AEN"
        },
        {
            "codepoint": "10C26",
            "name": "OLD TURKIC LETTER ORKHON ENT"
        },
        {
            "codepoint": "10C27",
            "name": "OLD TURKIC LETTER YENISEI ENT"
        },
        {
            "codepoint": "10C28",
            "name": "OLD TURKIC LETTER ORKHON ENC"
        },
        {
            "codepoint": "10C29",
            "name": "OLD TURKIC LETTER YENISEI ENC"
        },
        {
            "codepoint": "10C2A",
            "name": "OLD TURKIC LETTER ORKHON ENY"
        },
        {
            "codepoint": "10C2B",
            "name": "OLD TURKIC LETTER YENISEI ENY"
        },
        {
            "codepoint": "10C2C",
            "name": "OLD TURKIC LETTER YENISEI ANG"
        },
        {
            "codepoint": "10C2D",
            "name": "OLD TURKIC LETTER ORKHON ENG"
        },
        {
            "codepoint": "10C2E",
            "name": "OLD TURKIC LETTER YENISEI AENG"
        },
        {
            "codepoint": "10C2F",
            "name": "OLD TURKIC LETTER ORKHON EP"
        },
        {
            "codepoint": "10C30",
            "name": "OLD TURKIC LETTER ORKHON OP"
        },
        {
            "codepoint": "10C31",
            "name": "OLD TURKIC LETTER ORKHON IC"
        },
        {
            "codepoint": "10C32",
            "name": "OLD TURKIC LETTER ORKHON EC"
        },
        {
            "codepoint": "10C33",
            "name": "OLD TURKIC LETTER YENISEI EC"
        },
        {
            "codepoint": "10C34",
            "name": "OLD TURKIC LETTER ORKHON AQ"
        },
        {
            "codepoint": "10C35",
            "name": "OLD TURKIC LETTER YENISEI AQ"
        },
        {
            "codepoint": "10C36",
            "name": "OLD TURKIC LETTER ORKHON IQ"
        },
        {
            "codepoint": "10C37",
            "name": "OLD TURKIC LETTER YENISEI IQ"
        },
        {
            "codepoint": "10C38",
            "name": "OLD TURKIC LETTER ORKHON OQ"
        },
        {
            "codepoint": "10C39",
            "name": "OLD TURKIC LETTER YENISEI OQ"
        },
        {
            "codepoint": "10C3A",
            "name": "OLD TURKIC LETTER ORKHON AR"
        },
        {
            "codepoint": "10C3B",
            "name": "OLD TURKIC LETTER YENISEI AR"
        },
        {
            "codepoint": "10C3C",
            "name": "OLD TURKIC LETTER ORKHON AER"
        },
        {
            "codepoint": "10C3D",
            "name": "OLD TURKIC LETTER ORKHON AS"
        },
        {
            "codepoint": "10C3E",
            "name": "OLD TURKIC LETTER ORKHON AES"
        },
        {
            "codepoint": "10C3F",
            "name": "OLD TURKIC LETTER ORKHON ASH"
        },
        {
            "codepoint": "10C40",
            "name": "OLD TURKIC LETTER YENISEI ASH"
        },
        {
            "codepoint": "10C41",
            "name": "OLD TURKIC LETTER ORKHON ESH"
        },
        {
            "codepoint": "10C42",
            "name": "OLD TURKIC LETTER YENISEI ESH"
        },
        {
            "codepoint": "10C43",
            "name": "OLD TURKIC LETTER ORKHON AT"
        },
        {
            "codepoint": "10C44",
            "name": "OLD TURKIC LETTER YENISEI AT"
        },
        {
            "codepoint": "10C45",
            "name": "OLD TURKIC LETTER ORKHON AET"
        },
        {
            "codepoint": "10C46",
            "name": "OLD TURKIC LETTER YENISEI AET"
        },
        {
            "codepoint": "10C47",
            "name": "OLD TURKIC LETTER ORKHON OT"
        },
        {
            "codepoint": "10C48",
            "name": "OLD TURKIC LETTER ORKHON BASH"
        },
        {
            "codepoint": "10C80",
            "name": "OLD HUNGARIAN CAPITAL LETTER A"
        },
        {
            "codepoint": "10C81",
            "name": "OLD HUNGARIAN CAPITAL LETTER AA",
            "aliases": [
                "Á"
            ]
        },
        {
            "codepoint": "10C82",
            "name": "OLD HUNGARIAN CAPITAL LETTER EB",
            "aliases": [
                "B"
            ]
        },
        {
            "codepoint": "10C83",
            "name": "OLD HUNGARIAN CAPITAL LETTER AMB"
        },
        {
            "codepoint": "10C84",
            "name": "OLD HUNGARIAN CAPITAL LETTER EC",
            "aliases": [
                "C"
            ]
        },
        {
            "codepoint": "10C85",
            "name": "OLD HUNGARIAN CAPITAL LETTER ENC"
        },
        {
            "codepoint": "10C86",
            "name": "OLD HUNGARIAN CAPITAL LETTER ECS",
            "aliases": [
                "Cs"
            ]
        },
        {
            "codepoint": "10C87",
            "name": "OLD HUNGARIAN CAPITAL LETTER ED",
            "aliases": [
                "D"
            ]
        },
        {
            "codepoint": "10C88",
            "name": "OLD HUNGARIAN CAPITAL LETTER AND"
        },
        {
            "codepoint": "10C89",
            "name": "OLD HUNGARIAN CAPITAL LETTER E"
        },
        {
            "codepoint": "10C8A",
            "name": "OLD HUNGARIAN CAPITAL LETTER CLOSE E",
            "aliases": [
                "Ë"
            ]
        },
        {
            "codepoint": "10C8B",
            "name": "OLD HUNGARIAN CAPITAL LETTER EE",
            "aliases": [
                "É"
            ]
        },
        {
            "codepoint": "10C8C",
            "name": "OLD HUNGARIAN CAPITAL LETTER EF",
            "aliases": [
                "F"
            ]
        },
        {
            "codepoint": "10C8D",
            "name": "OLD HUNGARIAN CAPITAL LETTER EG",
            "aliases": [
                "G"
            ]
        },
        {
            "codepoint": "10C8E",
            "name": "OLD HUNGARIAN CAPITAL LETTER EGY",
            "aliases": [
                "Gy"
            ]
        },
        {
            "codepoint": "10C8F",
            "name": "OLD HUNGARIAN CAPITAL LETTER EH",
            "aliases": [
                "H"
            ]
        },
        {
            "codepoint": "10C90",
            "name": "OLD HUNGARIAN CAPITAL LETTER I"
        },
        {
            "codepoint": "10C91",
            "name": "OLD HUNGARIAN CAPITAL LETTER II",
            "aliases": [
                "Í"
            ]
        },
        {
            "codepoint": "10C92",
            "name": "OLD HUNGARIAN CAPITAL LETTER EJ",
            "aliases": [
                "J"
            ]
        },
        {
            "codepoint": "10C93",
            "name": "OLD HUNGARIAN CAPITAL LETTER EK",
            "aliases": [
                "K"
            ]
        },
        {
            "codepoint": "10C94",
            "name": "OLD HUNGARIAN CAPITAL LETTER AK"
        },
        {
            "codepoint": "10C95",
            "name": "OLD HUNGARIAN CAPITAL LETTER UNK"
        },
        {
            "codepoint": "10C96",
            "name": "OLD HUNGARIAN CAPITAL LETTER EL",
            "aliases": [
                "L"
            ]
        },
        {
            "codepoint": "10C97",
            "name": "OLD HUNGARIAN CAPITAL LETTER ELY",
            "aliases": [
                "Ly"
            ]
        },
        {
            "codepoint": "10C98",
            "name": "OLD HUNGARIAN CAPITAL LETTER EM",
            "aliases": [
                "M"
            ]
        },
        {
            "codepoint": "10C99",
            "name": "OLD HUNGARIAN CAPITAL LETTER EN",
            "aliases": [
                "N"
            ]
        },
        {
            "codepoint": "10C9A",
            "name": "OLD HUNGARIAN CAPITAL LETTER ENY",
            "aliases": [
                "Ny"
            ]
        },
        {
            "codepoint": "10C9B",
            "name": "OLD HUNGARIAN CAPITAL LETTER O",
            "aliases": [
                "O"
            ]
        },
        {
            "codepoint": "10C9C",
            "name": "OLD HUNGARIAN CAPITAL LETTER OO",
            "aliases": [
                "Ó"
            ]
        },
        {
            "codepoint": "10C9D",
            "name": "OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG OE",
            "aliases": [
                "Ö"
            ]
        },
        {
            "codepoint": "10C9E",
            "name": "OLD HUNGARIAN CAPITAL LETTER RUDIMENTA OE",
            "aliases": [
                "Ö"
            ]
        },
        {
            "codepoint": "10C9F",
            "name": "OLD HUNGARIAN CAPITAL LETTER OEE",
            "aliases": [
                "Ő"
            ]
        },
        {
            "codepoint": "10CA0",
            "name": "OLD HUNGARIAN CAPITAL LETTER EP",
            "aliases": [
                "P"
            ]
        },
        {
            "codepoint": "10CA1",
            "name": "OLD HUNGARIAN CAPITAL LETTER EMP"
        },
        {
            "codepoint": "10CA2",
            "name": "OLD HUNGARIAN CAPITAL LETTER ER",
            "aliases": [
                "R"
            ]
        },
        {
            "codepoint": "10CA3",
            "name": "OLD HUNGARIAN CAPITAL LETTER SHORT ER"
        },
        {
            "codepoint": "10CA4",
            "name": "OLD HUNGARIAN CAPITAL LETTER ES",
            "aliases": [
                "S"
            ]
        },
        {
            "codepoint": "10CA5",
            "name": "OLD HUNGARIAN CAPITAL LETTER ESZ",
            "aliases": [
                "Sz"
            ]
        },
        {
            "codepoint": "10CA6",
            "name": "OLD HUNGARIAN CAPITAL LETTER ET",
            "aliases": [
                "T"
            ]
        },
        {
            "codepoint": "10CA7",
            "name": "OLD HUNGARIAN CAPITAL LETTER ENT",
            "comments": [
                "also used for Ant and Int"
            ]
        },
        {
            "codepoint": "10CA8",
            "name": "OLD HUNGARIAN CAPITAL LETTER ETY",
            "aliases": [
                "Ty"
            ]
        },
        {
            "codepoint": "10CA9",
            "name": "OLD HUNGARIAN CAPITAL LETTER ECH"
        },
        {
            "codepoint": "10CAA",
            "name": "OLD HUNGARIAN CAPITAL LETTER U"
        },
        {
            "codepoint": "10CAB",
            "name": "OLD HUNGARIAN CAPITAL LETTER UU",
            "aliases": [
                "Ú"
            ]
        },
        {
            "codepoint": "10CAC",
            "name": "OLD HUNGARIAN CAPITAL LETTER NIKOLSBURG UE",
            "aliases": [
                "Ü"
            ],
            "comments": [
                "also used for Ö",
                "used for Ű in Sándor Forrai's orthography"
            ]
        },
        {
            "codepoint": "10CAD",
            "name": "OLD HUNGARIAN CAPITAL LETTER RUDIMENTA UE",
            "aliases": [
                "Ü, Ű"
            ],
            "comments": [
                "used for Ü in Sándor Forrai's orthography"
            ]
        },
        {
            "codepoint": "10CAE",
            "name": "OLD HUNGARIAN CAPITAL LETTER EV",
            "aliases": [
                "V"
            ]
        },
        {
            "codepoint": "10CAF",
            "name": "OLD HUNGARIAN CAPITAL LETTER EZ",
            "aliases": [
                "Z"
            ]
        },
        {
            "codepoint": "10CB0",
            "name": "OLD HUNGARIAN CAPITAL LETTER EZS",
            "aliases": [
                "Zs"
            ]
        },
        {
            "codepoint": "10CB1",
            "name": "OLD HUNGARIAN CAPITAL LETTER ENT-SHAPED SIGN"
        },
        {
            "codepoint": "10CB2",
            "name": "OLD HUNGARIAN CAPITAL LETTER US"
        },
        {
            "codepoint": "10CC0",
            "name": "OLD HUNGARIAN SMALL LETTER A"
        },
        {
            "codepoint": "10CC1",
            "name": "OLD HUNGARIAN SMALL LETTER AA",
            "aliases": [
                "á"
            ]
        },
        {
            "codepoint": "10CC2",
            "name": "OLD HUNGARIAN SMALL LETTER EB",
            "aliases": [
                "b"
            ]
        },
        {
            "codepoint": "10CC3",
            "name": "OLD HUNGARIAN SMALL LETTER AMB"
        },
        {
            "codepoint": "10CC4",
            "name": "OLD HUNGARIAN SMALL LETTER EC",
            "aliases": [
                "c"
            ]
        },
        {
            "codepoint": "10CC5",
            "name": "OLD HUNGARIAN SMALL LETTER ENC"
        },
        {
            "codepoint": "10CC6",
            "name": "OLD HUNGARIAN SMALL LETTER ECS",
            "aliases": [
                "cs"
            ]
        },
        {
            "codepoint": "10CC7",
            "name": "OLD HUNGARIAN SMALL LETTER ED",
            "aliases": [
                "d"
            ]
        },
        {
            "codepoint": "10CC8",
            "name": "OLD HUNGARIAN SMALL LETTER AND"
        },
        {
            "codepoint": "10CC9",
            "name": "OLD HUNGARIAN SMALL LETTER E"
        },
        {
            "codepoint": "10CCA",
            "name": "OLD HUNGARIAN SMALL LETTER CLOSE E",
            "aliases": [
                "ë"
            ]
        },
        {
            "codepoint": "10CCB",
            "name": "OLD HUNGARIAN SMALL LETTER EE",
            "aliases": [
                "é"
            ]
        },
        {
            "codepoint": "10CCC",
            "name": "OLD HUNGARIAN SMALL LETTER EF",
            "aliases": [
                "f"
            ]
        },
        {
            "codepoint": "10CCD",
            "name": "OLD HUNGARIAN SMALL LETTER EG",
            "aliases": [
                "g"
            ]
        },
        {
            "codepoint": "10CCE",
            "name": "OLD HUNGARIAN SMALL LETTER EGY",
            "aliases": [
                "gy"
            ]
        },
        {
            "codepoint": "10CCF",
            "name": "OLD HUNGARIAN SMALL LETTER EH",
            "aliases": [
                "h"
            ]
        },
        {
            "codepoint": "10CD0",
            "name": "OLD HUNGARIAN SMALL LETTER I"
        },
        {
            "codepoint": "10CD1",
            "name": "OLD HUNGARIAN SMALL LETTER II",
            "aliases": [
                "í"
            ]
        },
        {
            "codepoint": "10CD2",
            "name": "OLD HUNGARIAN SMALL LETTER EJ",
            "aliases": [
                "j"
            ]
        },
        {
            "codepoint": "10CD3",
            "name": "OLD HUNGARIAN SMALL LETTER EK",
            "aliases": [
                "k"
            ]
        },
        {
            "codepoint": "10CD4",
            "name": "OLD HUNGARIAN SMALL LETTER AK"
        },
        {
            "codepoint": "10CD5",
            "name": "OLD HUNGARIAN SMALL LETTER UNK"
        },
        {
            "codepoint": "10CD6",
            "name": "OLD HUNGARIAN SMALL LETTER EL",
            "aliases": [
                "l"
            ]
        },
        {
            "codepoint": "10CD7",
            "name": "OLD HUNGARIAN SMALL LETTER ELY",
            "aliases": [
                "ly"
            ]
        },
        {
            "codepoint": "10CD8",
            "name": "OLD HUNGARIAN SMALL LETTER EM",
            "aliases": [
                "m"
            ]
        },
        {
            "codepoint": "10CD9",
            "name": "OLD HUNGARIAN SMALL LETTER EN",
            "aliases": [
                "n"
            ]
        },
        {
            "codepoint": "10CDA",
            "name": "OLD HUNGARIAN SMALL LETTER ENY",
            "aliases": [
                "ny"
            ]
        },
        {
            "codepoint": "10CDB",
            "name": "OLD HUNGARIAN SMALL LETTER O"
        },
        {
            "codepoint": "10CDC",
            "name": "OLD HUNGARIAN SMALL LETTER OO",
            "aliases": [
                "ó"
            ]
        },
        {
            "codepoint": "10CDD",
            "name": "OLD HUNGARIAN SMALL LETTER NIKOLSBURG OE",
            "aliases": [
                "ö"
            ],
            "comments": [
                "also used for ü"
            ]
        },
        {
            "codepoint": "10CDE",
            "name": "OLD HUNGARIAN SMALL LETTER RUDIMENTA OE",
            "aliases": [
                "ö"
            ]
        },
        {
            "codepoint": "10CDF",
            "name": "OLD HUNGARIAN SMALL LETTER OEE",
            "aliases": [
                "ő"
            ]
        },
        {
            "codepoint": "10CE0",
            "name": "OLD HUNGARIAN SMALL LETTER EP",
            "aliases": [
                "p"
            ]
        },
        {
            "codepoint": "10CE1",
            "name": "OLD HUNGARIAN SMALL LETTER EMP"
        },
        {
            "codepoint": "10CE2",
            "name": "OLD HUNGARIAN SMALL LETTER ER",
            "aliases": [
                "r"
            ]
        },
        {
            "codepoint": "10CE3",
            "name": "OLD HUNGARIAN SMALL LETTER SHORT ER"
        },
        {
            "codepoint": "10CE4",
            "name": "OLD HUNGARIAN SMALL LETTER ES",
            "aliases": [
                "s"
            ]
        },
        {
            "codepoint": "10CE5",
            "name": "OLD HUNGARIAN SMALL LETTER ESZ",
            "aliases": [
                "sz"
            ]
        },
        {
            "codepoint": "10CE6",
            "name": "OLD HUNGARIAN SMALL LETTER ET",
            "aliases": [
                "t"
            ]
        },
        {
            "codepoint": "10CE7",
            "name": "OLD HUNGARIAN SMALL LETTER ENT",
            "comments": [
                "also used for ant and int"
            ]
        },
        {
            "codepoint": "10CE8",
            "name": "OLD HUNGARIAN SMALL LETTER ETY",
            "aliases": [
                "ty"
            ]
        },
        {
            "codepoint": "10CE9",
            "name": "OLD HUNGARIAN SMALL LETTER ECH"
        },
        {
            "codepoint": "10CEA",
            "name": "OLD HUNGARIAN SMALL LETTER U"
        },
        {
            "codepoint": "10CEB",
            "name": "OLD HUNGARIAN SMALL LETTER UU",
            "aliases": [
                "ú"
            ]
        },
        {
            "codepoint": "10CEC",
            "name": "OLD HUNGARIAN SMALL LETTER NIKOLSBURG UE",
            "aliases": [
                "ü"
            ],
            "comments": [
                "also used for ö",
                "used for ű in Sándor Forrai's orthography"
            ]
        },
        {
            "codepoint": "10CED",
            "name": "OLD HUNGARIAN SMALL LETTER RUDIMENTA UE",
            "aliases": [
                "ü, ű"
            ],
            "comments": [
                "used for ü in Sándor Forrai's orthography"
            ]
        },
        {
            "codepoint": "10CEE",
            "name": "OLD HUNGARIAN SMALL LETTER EV",
            "aliases": [
                "v"
            ]
        },
        {
            "codepoint": "10CEF",
            "name": "OLD HUNGARIAN SMALL LETTER EZ",
            "aliases": [
                "z"
            ]
        },
        {
            "codepoint": "10CF0",
            "name": "OLD HUNGARIAN SMALL LETTER EZS",
            "aliases": [
                "zs"
            ]
        },
        {
            "codepoint": "10CF1",
            "name": "OLD HUNGARIAN SMALL LETTER ENT-SHAPED SIGN",
            "comments": [
                "in earlier literature called \"tprus\" (later recognized as an abbreviation for \"temperius\")"
            ]
        },
        {
            "codepoint": "10CF2",
            "name": "OLD HUNGARIAN SMALL LETTER US"
        },
        {
            "codepoint": "10CFA",
            "name": "OLD HUNGARIAN NUMBER ONE"
        },
        {
            "codepoint": "10CFB",
            "name": "OLD HUNGARIAN NUMBER FIVE"
        },
        {
            "codepoint": "10CFC",
            "name": "OLD HUNGARIAN NUMBER TEN"
        },
        {
            "codepoint": "10CFD",
            "name": "OLD HUNGARIAN NUMBER FIFTY"
        },
        {
            "codepoint": "10CFE",
            "name": "OLD HUNGARIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10CFF",
            "name": "OLD HUNGARIAN NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "10D00",
            "name": "HANIFI ROHINGYA LETTER A"
        },
        {
            "codepoint": "10D01",
            "name": "HANIFI ROHINGYA LETTER BA"
        },
        {
            "codepoint": "10D02",
            "name": "HANIFI ROHINGYA LETTER PA"
        },
        {
            "codepoint": "10D03",
            "name": "HANIFI ROHINGYA LETTER TA"
        },
        {
            "codepoint": "10D04",
            "name": "HANIFI ROHINGYA LETTER TTA"
        },
        {
            "codepoint": "10D05",
            "name": "HANIFI ROHINGYA LETTER JA"
        },
        {
            "codepoint": "10D06",
            "name": "HANIFI ROHINGYA LETTER CA"
        },
        {
            "codepoint": "10D07",
            "name": "HANIFI ROHINGYA LETTER HA"
        },
        {
            "codepoint": "10D08",
            "name": "HANIFI ROHINGYA LETTER KHA"
        },
        {
            "codepoint": "10D09",
            "name": "HANIFI ROHINGYA LETTER FA"
        },
        {
            "codepoint": "10D0A",
            "name": "HANIFI ROHINGYA LETTER DA"
        },
        {
            "codepoint": "10D0B",
            "name": "HANIFI ROHINGYA LETTER DDA"
        },
        {
            "codepoint": "10D0C",
            "name": "HANIFI ROHINGYA LETTER RA"
        },
        {
            "codepoint": "10D0D",
            "name": "HANIFI ROHINGYA LETTER RRA"
        },
        {
            "codepoint": "10D0E",
            "name": "HANIFI ROHINGYA LETTER ZA"
        },
        {
            "codepoint": "10D0F",
            "name": "HANIFI ROHINGYA LETTER SA"
        },
        {
            "codepoint": "10D10",
            "name": "HANIFI ROHINGYA LETTER SHA"
        },
        {
            "codepoint": "10D11",
            "name": "HANIFI ROHINGYA LETTER KA"
        },
        {
            "codepoint": "10D12",
            "name": "HANIFI ROHINGYA LETTER GA"
        },
        {
            "codepoint": "10D13",
            "name": "HANIFI ROHINGYA LETTER LA"
        },
        {
            "codepoint": "10D14",
            "name": "HANIFI ROHINGYA LETTER MA"
        },
        {
            "codepoint": "10D15",
            "name": "HANIFI ROHINGYA LETTER NA"
        },
        {
            "codepoint": "10D16",
            "name": "HANIFI ROHINGYA LETTER WA"
        },
        {
            "codepoint": "10D17",
            "name": "HANIFI ROHINGYA LETTER KINNA WA"
        },
        {
            "codepoint": "10D18",
            "name": "HANIFI ROHINGYA LETTER YA"
        },
        {
            "codepoint": "10D19",
            "name": "HANIFI ROHINGYA LETTER KINNA YA"
        },
        {
            "codepoint": "10D1A",
            "name": "HANIFI ROHINGYA LETTER NGA",
            "aliases": [
                "gan"
            ]
        },
        {
            "codepoint": "10D1B",
            "name": "HANIFI ROHINGYA LETTER NYA",
            "aliases": [
                "nayya"
            ]
        },
        {
            "codepoint": "10D1C",
            "name": "HANIFI ROHINGYA LETTER VA",
            "comments": [
                "was not used widely and its usage has been discontinued"
            ]
        },
        {
            "codepoint": "10D1D",
            "name": "HANIFI ROHINGYA VOWEL A",
            "aliases": [
                "aa-for"
            ]
        },
        {
            "codepoint": "10D1E",
            "name": "HANIFI ROHINGYA VOWEL I",
            "aliases": [
                "i-for"
            ]
        },
        {
            "codepoint": "10D1F",
            "name": "HANIFI ROHINGYA VOWEL U",
            "aliases": [
                "u-for"
            ]
        },
        {
            "codepoint": "10D20",
            "name": "HANIFI ROHINGYA VOWEL E",
            "aliases": [
                "e-for"
            ]
        },
        {
            "codepoint": "10D21",
            "name": "HANIFI ROHINGYA VOWEL O",
            "aliases": [
                "o-for"
            ]
        },
        {
            "codepoint": "10D22",
            "name": "HANIFI ROHINGYA MARK SAKIN"
        },
        {
            "codepoint": "10D23",
            "name": "HANIFI ROHINGYA MARK NA KHONNA"
        },
        {
            "codepoint": "10D24",
            "name": "HANIFI ROHINGYA SIGN HARBAHAY",
            "comments": [
                "short high tone"
            ]
        },
        {
            "codepoint": "10D25",
            "name": "HANIFI ROHINGYA SIGN TAHALA",
            "comments": [
                "long falling tone"
            ]
        },
        {
            "codepoint": "10D26",
            "name": "HANIFI ROHINGYA SIGN TANA",
            "comments": [
                "long rising tone"
            ]
        },
        {
            "codepoint": "10D27",
            "name": "HANIFI ROHINGYA SIGN TASSI"
        },
        {
            "codepoint": "10D30",
            "name": "HANIFI ROHINGYA DIGIT ZERO"
        },
        {
            "codepoint": "10D31",
            "name": "HANIFI ROHINGYA DIGIT ONE"
        },
        {
            "codepoint": "10D32",
            "name": "HANIFI ROHINGYA DIGIT TWO"
        },
        {
            "codepoint": "10D33",
            "name": "HANIFI ROHINGYA DIGIT THREE"
        },
        {
            "codepoint": "10D34",
            "name": "HANIFI ROHINGYA DIGIT FOUR"
        },
        {
            "codepoint": "10D35",
            "name": "HANIFI ROHINGYA DIGIT FIVE"
        },
        {
            "codepoint": "10D36",
            "name": "HANIFI ROHINGYA DIGIT SIX"
        },
        {
            "codepoint": "10D37",
            "name": "HANIFI ROHINGYA DIGIT SEVEN"
        },
        {
            "codepoint": "10D38",
            "name": "HANIFI ROHINGYA DIGIT EIGHT"
        },
        {
            "codepoint": "10D39",
            "name": "HANIFI ROHINGYA DIGIT NINE"
        },
        {
            "codepoint": "10D40",
            "name": "GARAY DIGIT ZERO"
        },
        {
            "codepoint": "10D41",
            "name": "GARAY DIGIT ONE"
        },
        {
            "codepoint": "10D42",
            "name": "GARAY DIGIT TWO"
        },
        {
            "codepoint": "10D43",
            "name": "GARAY DIGIT THREE"
        },
        {
            "codepoint": "10D44",
            "name": "GARAY DIGIT FOUR"
        },
        {
            "codepoint": "10D45",
            "name": "GARAY DIGIT FIVE"
        },
        {
            "codepoint": "10D46",
            "name": "GARAY DIGIT SIX"
        },
        {
            "codepoint": "10D47",
            "name": "GARAY DIGIT SEVEN"
        },
        {
            "codepoint": "10D48",
            "name": "GARAY DIGIT EIGHT"
        },
        {
            "codepoint": "10D49",
            "name": "GARAY DIGIT NINE"
        },
        {
            "codepoint": "10D4A",
            "name": "GARAY VOWEL SIGN A"
        },
        {
            "codepoint": "10D4B",
            "name": "GARAY VOWEL SIGN I"
        },
        {
            "codepoint": "10D4C",
            "name": "GARAY VOWEL SIGN O"
        },
        {
            "codepoint": "10D4D",
            "name": "GARAY VOWEL SIGN EE"
        },
        {
            "codepoint": "10D4E",
            "name": "GARAY VOWEL LENGTH MARK"
        },
        {
            "codepoint": "10D4F",
            "name": "GARAY SUKUN"
        },
        {
            "codepoint": "10D50",
            "name": "GARAY CAPITAL LETTER A"
        },
        {
            "codepoint": "10D51",
            "name": "GARAY CAPITAL LETTER CA"
        },
        {
            "codepoint": "10D52",
            "name": "GARAY CAPITAL LETTER MA"
        },
        {
            "codepoint": "10D53",
            "name": "GARAY CAPITAL LETTER KA"
        },
        {
            "codepoint": "10D54",
            "name": "GARAY CAPITAL LETTER BA"
        },
        {
            "codepoint": "10D55",
            "name": "GARAY CAPITAL LETTER JA"
        },
        {
            "codepoint": "10D56",
            "name": "GARAY CAPITAL LETTER SA"
        },
        {
            "codepoint": "10D57",
            "name": "GARAY CAPITAL LETTER WA"
        },
        {
            "codepoint": "10D58",
            "name": "GARAY CAPITAL LETTER LA"
        },
        {
            "codepoint": "10D59",
            "name": "GARAY CAPITAL LETTER GA"
        },
        {
            "codepoint": "10D5A",
            "name": "GARAY CAPITAL LETTER DA"
        },
        {
            "codepoint": "10D5B",
            "name": "GARAY CAPITAL LETTER XA"
        },
        {
            "codepoint": "10D5C",
            "name": "GARAY CAPITAL LETTER YA"
        },
        {
            "codepoint": "10D5D",
            "name": "GARAY CAPITAL LETTER TA"
        },
        {
            "codepoint": "10D5E",
            "name": "GARAY CAPITAL LETTER RA"
        },
        {
            "codepoint": "10D5F",
            "name": "GARAY CAPITAL LETTER NYA"
        },
        {
            "codepoint": "10D60",
            "name": "GARAY CAPITAL LETTER FA"
        },
        {
            "codepoint": "10D61",
            "name": "GARAY CAPITAL LETTER NA"
        },
        {
            "codepoint": "10D62",
            "name": "GARAY CAPITAL LETTER PA"
        },
        {
            "codepoint": "10D63",
            "name": "GARAY CAPITAL LETTER HA"
        },
        {
            "codepoint": "10D64",
            "name": "GARAY CAPITAL LETTER OLD KA"
        },
        {
            "codepoint": "10D65",
            "name": "GARAY CAPITAL LETTER OLD NA"
        },
        {
            "codepoint": "10D69",
            "name": "GARAY VOWEL SIGN E"
        },
        {
            "codepoint": "10D6A",
            "name": "GARAY CONSONANT GEMINATION MARK"
        },
        {
            "codepoint": "10D6B",
            "name": "GARAY COMBINING DOT ABOVE"
        },
        {
            "codepoint": "10D6C",
            "name": "GARAY COMBINING DOUBLE DOT ABOVE"
        },
        {
            "codepoint": "10D6D",
            "name": "GARAY CONSONANT NASALIZATION MARK"
        },
        {
            "codepoint": "10D6E",
            "name": "GARAY HYPHEN"
        },
        {
            "codepoint": "10D6F",
            "name": "GARAY REDUPLICATION MARK"
        },
        {
            "codepoint": "10D70",
            "name": "GARAY SMALL LETTER A"
        },
        {
            "codepoint": "10D71",
            "name": "GARAY SMALL LETTER CA"
        },
        {
            "codepoint": "10D72",
            "name": "GARAY SMALL LETTER MA"
        },
        {
            "codepoint": "10D73",
            "name": "GARAY SMALL LETTER KA"
        },
        {
            "codepoint": "10D74",
            "name": "GARAY SMALL LETTER BA"
        },
        {
            "codepoint": "10D75",
            "name": "GARAY SMALL LETTER JA"
        },
        {
            "codepoint": "10D76",
            "name": "GARAY SMALL LETTER SA"
        },
        {
            "codepoint": "10D77",
            "name": "GARAY SMALL LETTER WA"
        },
        {
            "codepoint": "10D78",
            "name": "GARAY SMALL LETTER LA"
        },
        {
            "codepoint": "10D79",
            "name": "GARAY SMALL LETTER GA"
        },
        {
            "codepoint": "10D7A",
            "name": "GARAY SMALL LETTER DA"
        },
        {
            "codepoint": "10D7B",
            "name": "GARAY SMALL LETTER XA"
        },
        {
            "codepoint": "10D7C",
            "name": "GARAY SMALL LETTER YA"
        },
        {
            "codepoint": "10D7D",
            "name": "GARAY SMALL LETTER TA"
        },
        {
            "codepoint": "10D7E",
            "name": "GARAY SMALL LETTER RA"
        },
        {
            "codepoint": "10D7F",
            "name": "GARAY SMALL LETTER NYA"
        },
        {
            "codepoint": "10D80",
            "name": "GARAY SMALL LETTER FA"
        },
        {
            "codepoint": "10D81",
            "name": "GARAY SMALL LETTER NA"
        },
        {
            "codepoint": "10D82",
            "name": "GARAY SMALL LETTER PA"
        },
        {
            "codepoint": "10D83",
            "name": "GARAY SMALL LETTER HA"
        },
        {
            "codepoint": "10D84",
            "name": "GARAY SMALL LETTER OLD KA"
        },
        {
            "codepoint": "10D85",
            "name": "GARAY SMALL LETTER OLD NA"
        },
        {
            "codepoint": "10D8E",
            "name": "GARAY PLUS SIGN"
        },
        {
            "codepoint": "10D8F",
            "name": "GARAY MINUS SIGN"
        },
        {
            "codepoint": "10E60",
            "name": "RUMI DIGIT ONE"
        },
        {
            "codepoint": "10E61",
            "name": "RUMI DIGIT TWO"
        },
        {
            "codepoint": "10E62",
            "name": "RUMI DIGIT THREE"
        },
        {
            "codepoint": "10E63",
            "name": "RUMI DIGIT FOUR"
        },
        {
            "codepoint": "10E64",
            "name": "RUMI DIGIT FIVE"
        },
        {
            "codepoint": "10E65",
            "name": "RUMI DIGIT SIX"
        },
        {
            "codepoint": "10E66",
            "name": "RUMI DIGIT SEVEN"
        },
        {
            "codepoint": "10E67",
            "name": "RUMI DIGIT EIGHT"
        },
        {
            "codepoint": "10E68",
            "name": "RUMI DIGIT NINE"
        },
        {
            "codepoint": "10E69",
            "name": "RUMI NUMBER TEN"
        },
        {
            "codepoint": "10E6A",
            "name": "RUMI NUMBER TWENTY"
        },
        {
            "codepoint": "10E6B",
            "name": "RUMI NUMBER THIRTY"
        },
        {
            "codepoint": "10E6C",
            "name": "RUMI NUMBER FORTY"
        },
        {
            "codepoint": "10E6D",
            "name": "RUMI NUMBER FIFTY"
        },
        {
            "codepoint": "10E6E",
            "name": "RUMI NUMBER SIXTY"
        },
        {
            "codepoint": "10E6F",
            "name": "RUMI NUMBER SEVENTY"
        },
        {
            "codepoint": "10E70",
            "name": "RUMI NUMBER EIGHTY"
        },
        {
            "codepoint": "10E71",
            "name": "RUMI NUMBER NINETY"
        },
        {
            "codepoint": "10E72",
            "name": "RUMI NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10E73",
            "name": "RUMI NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "10E74",
            "name": "RUMI NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "10E75",
            "name": "RUMI NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "10E76",
            "name": "RUMI NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "10E77",
            "name": "RUMI NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "10E78",
            "name": "RUMI NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "10E79",
            "name": "RUMI NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "10E7A",
            "name": "RUMI NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "10E7B",
            "name": "RUMI FRACTION ONE HALF"
        },
        {
            "codepoint": "10E7C",
            "name": "RUMI FRACTION ONE QUARTER"
        },
        {
            "codepoint": "10E7D",
            "name": "RUMI FRACTION ONE THIRD"
        },
        {
            "codepoint": "10E7E",
            "name": "RUMI FRACTION TWO THIRDS"
        },
        {
            "codepoint": "10E80",
            "name": "YEZIDI LETTER ELIF"
        },
        {
            "codepoint": "10E81",
            "name": "YEZIDI LETTER BE"
        },
        {
            "codepoint": "10E82",
            "name": "YEZIDI LETTER PE"
        },
        {
            "codepoint": "10E83",
            "name": "YEZIDI LETTER PHE"
        },
        {
            "codepoint": "10E84",
            "name": "YEZIDI LETTER THE"
        },
        {
            "codepoint": "10E85",
            "name": "YEZIDI LETTER SE"
        },
        {
            "codepoint": "10E86",
            "name": "YEZIDI LETTER CIM"
        },
        {
            "codepoint": "10E87",
            "name": "YEZIDI LETTER CHIM"
        },
        {
            "codepoint": "10E88",
            "name": "YEZIDI LETTER CHHIM"
        },
        {
            "codepoint": "10E89",
            "name": "YEZIDI LETTER HHA"
        },
        {
            "codepoint": "10E8A",
            "name": "YEZIDI LETTER XA"
        },
        {
            "codepoint": "10E8B",
            "name": "YEZIDI LETTER DAL"
        },
        {
            "codepoint": "10E8C",
            "name": "YEZIDI LETTER ZAL"
        },
        {
            "codepoint": "10E8D",
            "name": "YEZIDI LETTER RA"
        },
        {
            "codepoint": "10E8E",
            "name": "YEZIDI LETTER RHA"
        },
        {
            "codepoint": "10E8F",
            "name": "YEZIDI LETTER ZA"
        },
        {
            "codepoint": "10E90",
            "name": "YEZIDI LETTER JA"
        },
        {
            "codepoint": "10E91",
            "name": "YEZIDI LETTER SIN"
        },
        {
            "codepoint": "10E92",
            "name": "YEZIDI LETTER SHIN"
        },
        {
            "codepoint": "10E93",
            "name": "YEZIDI LETTER SAD"
        },
        {
            "codepoint": "10E94",
            "name": "YEZIDI LETTER DAD"
        },
        {
            "codepoint": "10E95",
            "name": "YEZIDI LETTER TA"
        },
        {
            "codepoint": "10E96",
            "name": "YEZIDI LETTER ZE"
        },
        {
            "codepoint": "10E97",
            "name": "YEZIDI LETTER EYN"
        },
        {
            "codepoint": "10E98",
            "name": "YEZIDI LETTER XHEYN"
        },
        {
            "codepoint": "10E99",
            "name": "YEZIDI LETTER FA"
        },
        {
            "codepoint": "10E9A",
            "name": "YEZIDI LETTER VA"
        },
        {
            "codepoint": "10E9B",
            "name": "YEZIDI LETTER VA ALTERNATE FORM"
        },
        {
            "codepoint": "10E9C",
            "name": "YEZIDI LETTER QAF"
        },
        {
            "codepoint": "10E9D",
            "name": "YEZIDI LETTER KAF"
        },
        {
            "codepoint": "10E9E",
            "name": "YEZIDI LETTER KHAF"
        },
        {
            "codepoint": "10E9F",
            "name": "YEZIDI LETTER GAF"
        },
        {
            "codepoint": "10EA0",
            "name": "YEZIDI LETTER LAM"
        },
        {
            "codepoint": "10EA1",
            "name": "YEZIDI LETTER MIM"
        },
        {
            "codepoint": "10EA2",
            "name": "YEZIDI LETTER NUN"
        },
        {
            "codepoint": "10EA3",
            "name": "YEZIDI LETTER UM"
        },
        {
            "codepoint": "10EA4",
            "name": "YEZIDI LETTER WAW"
        },
        {
            "codepoint": "10EA5",
            "name": "YEZIDI LETTER OW"
        },
        {
            "codepoint": "10EA6",
            "name": "YEZIDI LETTER EW"
        },
        {
            "codepoint": "10EA7",
            "name": "YEZIDI LETTER HAY"
        },
        {
            "codepoint": "10EA8",
            "name": "YEZIDI LETTER YOT"
        },
        {
            "codepoint": "10EA9",
            "name": "YEZIDI LETTER ET"
        },
        {
            "codepoint": "10EAB",
            "name": "YEZIDI COMBINING HAMZA MARK",
            "comments": [
                "denotes a glottal stop"
            ]
        },
        {
            "codepoint": "10EAC",
            "name": "YEZIDI COMBINING MADDA MARK",
            "comments": [
                "denotes long /a/ at the beginning of some words"
            ]
        },
        {
            "codepoint": "10EAD",
            "name": "YEZIDI HYPHENATION MARK"
        },
        {
            "codepoint": "10EB0",
            "name": "YEZIDI LETTER LAM WITH DOT ABOVE"
        },
        {
            "codepoint": "10EB1",
            "name": "YEZIDI LETTER YOT WITH CIRCUMFLEX ABOVE"
        },
        {
            "codepoint": "10EC2",
            "name": "ARABIC LETTER DAL WITH TWO DOTS VERTICALLY BELOW"
        },
        {
            "codepoint": "10EC3",
            "name": "ARABIC LETTER TAH WITH TWO DOTS VERTICALLY BELOW"
        },
        {
            "codepoint": "10EC4",
            "name": "ARABIC LETTER KAF WITH TWO DOTS VERTICALLY BELOW"
        },
        {
            "codepoint": "10EFC",
            "name": "ARABIC COMBINING ALEF OVERLAY"
        },
        {
            "codepoint": "10EFD",
            "name": "ARABIC SMALL LOW WORD SAKTA",
            "crossReferences": [
                "(arabic small high word sakta - 08DD)"
            ]
        },
        {
            "codepoint": "10EFE",
            "name": "ARABIC SMALL LOW WORD QASR"
        },
        {
            "codepoint": "10EFF",
            "name": "ARABIC SMALL LOW WORD MADDA"
        },
        {
            "codepoint": "10F00",
            "name": "OLD SOGDIAN LETTER ALEPH"
        },
        {
            "codepoint": "10F01",
            "name": "OLD SOGDIAN LETTER FINAL ALEPH"
        },
        {
            "codepoint": "10F02",
            "name": "OLD SOGDIAN LETTER BETH"
        },
        {
            "codepoint": "10F03",
            "name": "OLD SOGDIAN LETTER FINAL BETH"
        },
        {
            "codepoint": "10F04",
            "name": "OLD SOGDIAN LETTER GIMEL"
        },
        {
            "codepoint": "10F05",
            "name": "OLD SOGDIAN LETTER HE"
        },
        {
            "codepoint": "10F06",
            "name": "OLD SOGDIAN LETTER FINAL HE"
        },
        {
            "codepoint": "10F07",
            "name": "OLD SOGDIAN LETTER WAW"
        },
        {
            "codepoint": "10F08",
            "name": "OLD SOGDIAN LETTER ZAYIN"
        },
        {
            "codepoint": "10F09",
            "name": "OLD SOGDIAN LETTER HETH"
        },
        {
            "codepoint": "10F0A",
            "name": "OLD SOGDIAN LETTER YODH"
        },
        {
            "codepoint": "10F0B",
            "name": "OLD SOGDIAN LETTER KAPH"
        },
        {
            "codepoint": "10F0C",
            "name": "OLD SOGDIAN LETTER LAMEDH"
        },
        {
            "codepoint": "10F0D",
            "name": "OLD SOGDIAN LETTER MEM"
        },
        {
            "codepoint": "10F0E",
            "name": "OLD SOGDIAN LETTER NUN"
        },
        {
            "codepoint": "10F0F",
            "name": "OLD SOGDIAN LETTER FINAL NUN"
        },
        {
            "codepoint": "10F10",
            "name": "OLD SOGDIAN LETTER FINAL NUN WITH VERTICAL TAIL"
        },
        {
            "codepoint": "10F11",
            "name": "OLD SOGDIAN LETTER SAMEKH"
        },
        {
            "codepoint": "10F12",
            "name": "OLD SOGDIAN LETTER AYIN",
            "comments": [
                "used only in the Aramaic heterogram ʿD",
                "resh-ayin-daleth is used in other heterograms"
            ]
        },
        {
            "codepoint": "10F13",
            "name": "OLD SOGDIAN LETTER ALTERNATE AYIN",
            "comments": [
                "used only in the Aramaic heterogram ʿD",
                "resh-ayin-daleth is used in other heterograms"
            ]
        },
        {
            "codepoint": "10F14",
            "name": "OLD SOGDIAN LETTER PE"
        },
        {
            "codepoint": "10F15",
            "name": "OLD SOGDIAN LETTER SADHE"
        },
        {
            "codepoint": "10F16",
            "name": "OLD SOGDIAN LETTER FINAL SADHE"
        },
        {
            "codepoint": "10F17",
            "name": "OLD SOGDIAN LETTER FINAL SADHE WITH VERTICAL TAIL"
        },
        {
            "codepoint": "10F18",
            "name": "OLD SOGDIAN LETTER RESH-AYIN-DALETH"
        },
        {
            "codepoint": "10F19",
            "name": "OLD SOGDIAN LETTER SHIN"
        },
        {
            "codepoint": "10F1A",
            "name": "OLD SOGDIAN LETTER TAW"
        },
        {
            "codepoint": "10F1B",
            "name": "OLD SOGDIAN LETTER FINAL TAW"
        },
        {
            "codepoint": "10F1C",
            "name": "OLD SOGDIAN LETTER FINAL TAW WITH VERTICAL TAIL"
        },
        {
            "codepoint": "10F1D",
            "name": "OLD SOGDIAN NUMBER ONE"
        },
        {
            "codepoint": "10F1E",
            "name": "OLD SOGDIAN NUMBER TWO"
        },
        {
            "codepoint": "10F1F",
            "name": "OLD SOGDIAN NUMBER THREE"
        },
        {
            "codepoint": "10F20",
            "name": "OLD SOGDIAN NUMBER FOUR"
        },
        {
            "codepoint": "10F21",
            "name": "OLD SOGDIAN NUMBER FIVE"
        },
        {
            "codepoint": "10F22",
            "name": "OLD SOGDIAN NUMBER TEN"
        },
        {
            "codepoint": "10F23",
            "name": "OLD SOGDIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10F24",
            "name": "OLD SOGDIAN NUMBER THIRTY"
        },
        {
            "codepoint": "10F25",
            "name": "OLD SOGDIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10F26",
            "name": "OLD SOGDIAN FRACTION ONE HALF"
        },
        {
            "codepoint": "10F27",
            "name": "OLD SOGDIAN LIGATURE AYIN-DALETH",
            "comments": [
                "represents the Aramaic heterogram ʿD"
            ]
        },
        {
            "codepoint": "10F30",
            "name": "SOGDIAN LETTER ALEPH"
        },
        {
            "codepoint": "10F31",
            "name": "SOGDIAN LETTER BETH"
        },
        {
            "codepoint": "10F32",
            "name": "SOGDIAN LETTER GIMEL"
        },
        {
            "codepoint": "10F33",
            "name": "SOGDIAN LETTER HE"
        },
        {
            "codepoint": "10F34",
            "name": "SOGDIAN LETTER WAW"
        },
        {
            "codepoint": "10F35",
            "name": "SOGDIAN LETTER ZAYIN"
        },
        {
            "codepoint": "10F36",
            "name": "SOGDIAN LETTER HETH"
        },
        {
            "codepoint": "10F37",
            "name": "SOGDIAN LETTER YODH"
        },
        {
            "codepoint": "10F38",
            "name": "SOGDIAN LETTER KAPH"
        },
        {
            "codepoint": "10F39",
            "name": "SOGDIAN LETTER LAMEDH"
        },
        {
            "codepoint": "10F3A",
            "name": "SOGDIAN LETTER MEM"
        },
        {
            "codepoint": "10F3B",
            "name": "SOGDIAN LETTER NUN"
        },
        {
            "codepoint": "10F3C",
            "name": "SOGDIAN LETTER SAMEKH"
        },
        {
            "codepoint": "10F3D",
            "name": "SOGDIAN LETTER AYIN",
            "comments": [
                "used only in Aramaic heterograms"
            ]
        },
        {
            "codepoint": "10F3E",
            "name": "SOGDIAN LETTER PE"
        },
        {
            "codepoint": "10F3F",
            "name": "SOGDIAN LETTER SADHE"
        },
        {
            "codepoint": "10F40",
            "name": "SOGDIAN LETTER RESH-AYIN"
        },
        {
            "codepoint": "10F41",
            "name": "SOGDIAN LETTER SHIN"
        },
        {
            "codepoint": "10F42",
            "name": "SOGDIAN LETTER TAW"
        },
        {
            "codepoint": "10F43",
            "name": "SOGDIAN LETTER FETH"
        },
        {
            "codepoint": "10F44",
            "name": "SOGDIAN LETTER LESH",
            "aliases": [
                "hooked resh"
            ]
        },
        {
            "codepoint": "10F45",
            "name": "SOGDIAN INDEPENDENT SHIN",
            "crossReferences": [
                "6240"
            ]
        },
        {
            "codepoint": "10F46",
            "name": "SOGDIAN COMBINING DOT BELOW"
        },
        {
            "codepoint": "10F47",
            "name": "SOGDIAN COMBINING TWO DOTS BELOW"
        },
        {
            "codepoint": "10F48",
            "name": "SOGDIAN COMBINING DOT ABOVE"
        },
        {
            "codepoint": "10F49",
            "name": "SOGDIAN COMBINING TWO DOTS ABOVE"
        },
        {
            "codepoint": "10F4A",
            "name": "SOGDIAN COMBINING CURVE ABOVE"
        },
        {
            "codepoint": "10F4B",
            "name": "SOGDIAN COMBINING CURVE BELOW"
        },
        {
            "codepoint": "10F4C",
            "name": "SOGDIAN COMBINING HOOK ABOVE"
        },
        {
            "codepoint": "10F4D",
            "name": "SOGDIAN COMBINING HOOK BELOW"
        },
        {
            "codepoint": "10F4E",
            "name": "SOGDIAN COMBINING LONG HOOK BELOW"
        },
        {
            "codepoint": "10F4F",
            "name": "SOGDIAN COMBINING RESH BELOW"
        },
        {
            "codepoint": "10F50",
            "name": "SOGDIAN COMBINING STROKE BELOW"
        },
        {
            "codepoint": "10F51",
            "name": "SOGDIAN NUMBER ONE"
        },
        {
            "codepoint": "10F52",
            "name": "SOGDIAN NUMBER TEN"
        },
        {
            "codepoint": "10F53",
            "name": "SOGDIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10F54",
            "name": "SOGDIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10F55",
            "name": "SOGDIAN PUNCTUATION TWO VERTICAL BARS"
        },
        {
            "codepoint": "10F56",
            "name": "SOGDIAN PUNCTUATION TWO VERTICAL BARS WITH DOTS"
        },
        {
            "codepoint": "10F57",
            "name": "SOGDIAN PUNCTUATION CIRCLE WITH DOT"
        },
        {
            "codepoint": "10F58",
            "name": "SOGDIAN PUNCTUATION TWO CIRCLES WITH DOTS"
        },
        {
            "codepoint": "10F59",
            "name": "SOGDIAN PUNCTUATION HALF CIRCLE WITH DOT"
        },
        {
            "codepoint": "10F70",
            "name": "OLD UYGHUR LETTER ALEPH"
        },
        {
            "codepoint": "10F71",
            "name": "OLD UYGHUR LETTER BETH"
        },
        {
            "codepoint": "10F72",
            "name": "OLD UYGHUR LETTER GIMEL-HETH"
        },
        {
            "codepoint": "10F73",
            "name": "OLD UYGHUR LETTER WAW"
        },
        {
            "codepoint": "10F74",
            "name": "OLD UYGHUR LETTER ZAYIN"
        },
        {
            "codepoint": "10F75",
            "name": "OLD UYGHUR LETTER FINAL HETH"
        },
        {
            "codepoint": "10F76",
            "name": "OLD UYGHUR LETTER YODH"
        },
        {
            "codepoint": "10F77",
            "name": "OLD UYGHUR LETTER KAPH"
        },
        {
            "codepoint": "10F78",
            "name": "OLD UYGHUR LETTER LAMEDH"
        },
        {
            "codepoint": "10F79",
            "name": "OLD UYGHUR LETTER MEM"
        },
        {
            "codepoint": "10F7A",
            "name": "OLD UYGHUR LETTER NUN"
        },
        {
            "codepoint": "10F7B",
            "name": "OLD UYGHUR LETTER SAMEKH"
        },
        {
            "codepoint": "10F7C",
            "name": "OLD UYGHUR LETTER PE"
        },
        {
            "codepoint": "10F7D",
            "name": "OLD UYGHUR LETTER SADHE"
        },
        {
            "codepoint": "10F7E",
            "name": "OLD UYGHUR LETTER RESH"
        },
        {
            "codepoint": "10F7F",
            "name": "OLD UYGHUR LETTER SHIN"
        },
        {
            "codepoint": "10F80",
            "name": "OLD UYGHUR LETTER TAW"
        },
        {
            "codepoint": "10F81",
            "name": "OLD UYGHUR LETTER LESH",
            "aliases": [
                "hooked resh"
            ]
        },
        {
            "codepoint": "10F82",
            "name": "OLD UYGHUR COMBINING DOT ABOVE"
        },
        {
            "codepoint": "10F83",
            "name": "OLD UYGHUR COMBINING DOT BELOW"
        },
        {
            "codepoint": "10F84",
            "name": "OLD UYGHUR COMBINING TWO DOTS ABOVE"
        },
        {
            "codepoint": "10F85",
            "name": "OLD UYGHUR COMBINING TWO DOTS BELOW"
        },
        {
            "codepoint": "10F86",
            "name": "OLD UYGHUR PUNCTUATION BAR"
        },
        {
            "codepoint": "10F87",
            "name": "OLD UYGHUR PUNCTUATION TWO BARS"
        },
        {
            "codepoint": "10F88",
            "name": "OLD UYGHUR PUNCTUATION TWO DOTS"
        },
        {
            "codepoint": "10F89",
            "name": "OLD UYGHUR PUNCTUATION FOUR DOTS"
        },
        {
            "codepoint": "10FB0",
            "name": "CHORASMIAN LETTER ALEPH"
        },
        {
            "codepoint": "10FB1",
            "name": "CHORASMIAN LETTER SMALL ALEPH"
        },
        {
            "codepoint": "10FB2",
            "name": "CHORASMIAN LETTER BETH"
        },
        {
            "codepoint": "10FB3",
            "name": "CHORASMIAN LETTER GIMEL"
        },
        {
            "codepoint": "10FB4",
            "name": "CHORASMIAN LETTER DALETH"
        },
        {
            "codepoint": "10FB5",
            "name": "CHORASMIAN LETTER HE"
        },
        {
            "codepoint": "10FB6",
            "name": "CHORASMIAN LETTER WAW"
        },
        {
            "codepoint": "10FB7",
            "name": "CHORASMIAN LETTER CURLED WAW"
        },
        {
            "codepoint": "10FB8",
            "name": "CHORASMIAN LETTER ZAYIN"
        },
        {
            "codepoint": "10FB9",
            "name": "CHORASMIAN LETTER HETH"
        },
        {
            "codepoint": "10FBA",
            "name": "CHORASMIAN LETTER YODH"
        },
        {
            "codepoint": "10FBB",
            "name": "CHORASMIAN LETTER KAPH"
        },
        {
            "codepoint": "10FBC",
            "name": "CHORASMIAN LETTER LAMEDH"
        },
        {
            "codepoint": "10FBD",
            "name": "CHORASMIAN LETTER MEM"
        },
        {
            "codepoint": "10FBE",
            "name": "CHORASMIAN LETTER NUN"
        },
        {
            "codepoint": "10FBF",
            "name": "CHORASMIAN LETTER SAMEKH"
        },
        {
            "codepoint": "10FC0",
            "name": "CHORASMIAN LETTER AYIN"
        },
        {
            "codepoint": "10FC1",
            "name": "CHORASMIAN LETTER PE"
        },
        {
            "codepoint": "10FC2",
            "name": "CHORASMIAN LETTER RESH"
        },
        {
            "codepoint": "10FC3",
            "name": "CHORASMIAN LETTER SHIN"
        },
        {
            "codepoint": "10FC4",
            "name": "CHORASMIAN LETTER TAW"
        },
        {
            "codepoint": "10FC5",
            "name": "CHORASMIAN NUMBER ONE"
        },
        {
            "codepoint": "10FC6",
            "name": "CHORASMIAN NUMBER TWO"
        },
        {
            "codepoint": "10FC7",
            "name": "CHORASMIAN NUMBER THREE"
        },
        {
            "codepoint": "10FC8",
            "name": "CHORASMIAN NUMBER FOUR"
        },
        {
            "codepoint": "10FC9",
            "name": "CHORASMIAN NUMBER TEN"
        },
        {
            "codepoint": "10FCA",
            "name": "CHORASMIAN NUMBER TWENTY"
        },
        {
            "codepoint": "10FCB",
            "name": "CHORASMIAN NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "10FE0",
            "name": "ELYMAIC LETTER ALEPH"
        },
        {
            "codepoint": "10FE1",
            "name": "ELYMAIC LETTER BETH"
        },
        {
            "codepoint": "10FE2",
            "name": "ELYMAIC LETTER GIMEL"
        },
        {
            "codepoint": "10FE3",
            "name": "ELYMAIC LETTER DALETH"
        },
        {
            "codepoint": "10FE4",
            "name": "ELYMAIC LETTER HE"
        },
        {
            "codepoint": "10FE5",
            "name": "ELYMAIC LETTER WAW"
        },
        {
            "codepoint": "10FE6",
            "name": "ELYMAIC LETTER ZAYIN"
        },
        {
            "codepoint": "10FE7",
            "name": "ELYMAIC LETTER HETH"
        },
        {
            "codepoint": "10FE8",
            "name": "ELYMAIC LETTER TETH"
        },
        {
            "codepoint": "10FE9",
            "name": "ELYMAIC LETTER YODH"
        },
        {
            "codepoint": "10FEA",
            "name": "ELYMAIC LETTER KAPH"
        },
        {
            "codepoint": "10FEB",
            "name": "ELYMAIC LETTER LAMEDH"
        },
        {
            "codepoint": "10FEC",
            "name": "ELYMAIC LETTER MEM"
        },
        {
            "codepoint": "10FED",
            "name": "ELYMAIC LETTER NUN"
        },
        {
            "codepoint": "10FEE",
            "name": "ELYMAIC LETTER SAMEKH"
        },
        {
            "codepoint": "10FEF",
            "name": "ELYMAIC LETTER AYIN"
        },
        {
            "codepoint": "10FF0",
            "name": "ELYMAIC LETTER PE"
        },
        {
            "codepoint": "10FF1",
            "name": "ELYMAIC LETTER SADHE"
        },
        {
            "codepoint": "10FF2",
            "name": "ELYMAIC LETTER QOPH"
        },
        {
            "codepoint": "10FF3",
            "name": "ELYMAIC LETTER RESH"
        },
        {
            "codepoint": "10FF4",
            "name": "ELYMAIC LETTER SHIN"
        },
        {
            "codepoint": "10FF5",
            "name": "ELYMAIC LETTER TAW"
        },
        {
            "codepoint": "10FF6",
            "name": "ELYMAIC LIGATURE ZAYIN-YODH",
            "comments": [
                "used for the Aramaic heterogram zy"
            ]
        },
        {
            "codepoint": "11000",
            "name": "BRAHMI SIGN CANDRABINDU"
        },
        {
            "codepoint": "11001",
            "name": "BRAHMI SIGN ANUSVARA"
        },
        {
            "codepoint": "11002",
            "name": "BRAHMI SIGN VISARGA"
        },
        {
            "codepoint": "11003",
            "name": "BRAHMI SIGN JIHVAMULIYA"
        },
        {
            "codepoint": "11004",
            "name": "BRAHMI SIGN UPADHMANIYA"
        },
        {
            "codepoint": "11005",
            "name": "BRAHMI LETTER A"
        },
        {
            "codepoint": "11006",
            "name": "BRAHMI LETTER AA"
        },
        {
            "codepoint": "11007",
            "name": "BRAHMI LETTER I"
        },
        {
            "codepoint": "11008",
            "name": "BRAHMI LETTER II"
        },
        {
            "codepoint": "11009",
            "name": "BRAHMI LETTER U"
        },
        {
            "codepoint": "1100A",
            "name": "BRAHMI LETTER UU"
        },
        {
            "codepoint": "1100B",
            "name": "BRAHMI LETTER VOCALIC R"
        },
        {
            "codepoint": "1100C",
            "name": "BRAHMI LETTER VOCALIC RR"
        },
        {
            "codepoint": "1100D",
            "name": "BRAHMI LETTER VOCALIC L"
        },
        {
            "codepoint": "1100E",
            "name": "BRAHMI LETTER VOCALIC LL"
        },
        {
            "codepoint": "1100F",
            "name": "BRAHMI LETTER E"
        },
        {
            "codepoint": "11010",
            "name": "BRAHMI LETTER AI"
        },
        {
            "codepoint": "11011",
            "name": "BRAHMI LETTER O"
        },
        {
            "codepoint": "11012",
            "name": "BRAHMI LETTER AU"
        },
        {
            "codepoint": "11013",
            "name": "BRAHMI LETTER KA"
        },
        {
            "codepoint": "11014",
            "name": "BRAHMI LETTER KHA"
        },
        {
            "codepoint": "11015",
            "name": "BRAHMI LETTER GA"
        },
        {
            "codepoint": "11016",
            "name": "BRAHMI LETTER GHA"
        },
        {
            "codepoint": "11017",
            "name": "BRAHMI LETTER NGA"
        },
        {
            "codepoint": "11018",
            "name": "BRAHMI LETTER CA"
        },
        {
            "codepoint": "11019",
            "name": "BRAHMI LETTER CHA"
        },
        {
            "codepoint": "1101A",
            "name": "BRAHMI LETTER JA"
        },
        {
            "codepoint": "1101B",
            "name": "BRAHMI LETTER JHA"
        },
        {
            "codepoint": "1101C",
            "name": "BRAHMI LETTER NYA"
        },
        {
            "codepoint": "1101D",
            "name": "BRAHMI LETTER TTA"
        },
        {
            "codepoint": "1101E",
            "name": "BRAHMI LETTER TTHA"
        },
        {
            "codepoint": "1101F",
            "name": "BRAHMI LETTER DDA"
        },
        {
            "codepoint": "11020",
            "name": "BRAHMI LETTER DDHA"
        },
        {
            "codepoint": "11021",
            "name": "BRAHMI LETTER NNA"
        },
        {
            "codepoint": "11022",
            "name": "BRAHMI LETTER TA"
        },
        {
            "codepoint": "11023",
            "name": "BRAHMI LETTER THA"
        },
        {
            "codepoint": "11024",
            "name": "BRAHMI LETTER DA"
        },
        {
            "codepoint": "11025",
            "name": "BRAHMI LETTER DHA"
        },
        {
            "codepoint": "11026",
            "name": "BRAHMI LETTER NA"
        },
        {
            "codepoint": "11027",
            "name": "BRAHMI LETTER PA"
        },
        {
            "codepoint": "11028",
            "name": "BRAHMI LETTER PHA"
        },
        {
            "codepoint": "11029",
            "name": "BRAHMI LETTER BA"
        },
        {
            "codepoint": "1102A",
            "name": "BRAHMI LETTER BHA"
        },
        {
            "codepoint": "1102B",
            "name": "BRAHMI LETTER MA"
        },
        {
            "codepoint": "1102C",
            "name": "BRAHMI LETTER YA"
        },
        {
            "codepoint": "1102D",
            "name": "BRAHMI LETTER RA"
        },
        {
            "codepoint": "1102E",
            "name": "BRAHMI LETTER LA"
        },
        {
            "codepoint": "1102F",
            "name": "BRAHMI LETTER VA"
        },
        {
            "codepoint": "11030",
            "name": "BRAHMI LETTER SHA"
        },
        {
            "codepoint": "11031",
            "name": "BRAHMI LETTER SSA"
        },
        {
            "codepoint": "11032",
            "name": "BRAHMI LETTER SA"
        },
        {
            "codepoint": "11033",
            "name": "BRAHMI LETTER HA"
        },
        {
            "codepoint": "11034",
            "name": "BRAHMI LETTER LLA"
        },
        {
            "codepoint": "11035",
            "name": "BRAHMI LETTER OLD TAMIL LLLA"
        },
        {
            "codepoint": "11036",
            "name": "BRAHMI LETTER OLD TAMIL RRA"
        },
        {
            "codepoint": "11037",
            "name": "BRAHMI LETTER OLD TAMIL NNNA"
        },
        {
            "codepoint": "11038",
            "name": "BRAHMI VOWEL SIGN AA"
        },
        {
            "codepoint": "11039",
            "name": "BRAHMI VOWEL SIGN BHATTIPROLU AA"
        },
        {
            "codepoint": "1103A",
            "name": "BRAHMI VOWEL SIGN I"
        },
        {
            "codepoint": "1103B",
            "name": "BRAHMI VOWEL SIGN II"
        },
        {
            "codepoint": "1103C",
            "name": "BRAHMI VOWEL SIGN U"
        },
        {
            "codepoint": "1103D",
            "name": "BRAHMI VOWEL SIGN UU"
        },
        {
            "codepoint": "1103E",
            "name": "BRAHMI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "1103F",
            "name": "BRAHMI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "11040",
            "name": "BRAHMI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "11041",
            "name": "BRAHMI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "11042",
            "name": "BRAHMI VOWEL SIGN E"
        },
        {
            "codepoint": "11043",
            "name": "BRAHMI VOWEL SIGN AI"
        },
        {
            "codepoint": "11044",
            "name": "BRAHMI VOWEL SIGN O"
        },
        {
            "codepoint": "11045",
            "name": "BRAHMI VOWEL SIGN AU"
        },
        {
            "codepoint": "11046",
            "name": "BRAHMI VIRAMA"
        },
        {
            "codepoint": "11047",
            "name": "BRAHMI DANDA"
        },
        {
            "codepoint": "11048",
            "name": "BRAHMI DOUBLE DANDA"
        },
        {
            "codepoint": "11049",
            "name": "BRAHMI PUNCTUATION DOT"
        },
        {
            "codepoint": "1104A",
            "name": "BRAHMI PUNCTUATION DOUBLE DOT"
        },
        {
            "codepoint": "1104B",
            "name": "BRAHMI PUNCTUATION LINE"
        },
        {
            "codepoint": "1104C",
            "name": "BRAHMI PUNCTUATION CRESCENT BAR"
        },
        {
            "codepoint": "1104D",
            "name": "BRAHMI PUNCTUATION LOTUS"
        },
        {
            "codepoint": "11052",
            "name": "BRAHMI NUMBER ONE"
        },
        {
            "codepoint": "11053",
            "name": "BRAHMI NUMBER TWO"
        },
        {
            "codepoint": "11054",
            "name": "BRAHMI NUMBER THREE"
        },
        {
            "codepoint": "11055",
            "name": "BRAHMI NUMBER FOUR"
        },
        {
            "codepoint": "11056",
            "name": "BRAHMI NUMBER FIVE"
        },
        {
            "codepoint": "11057",
            "name": "BRAHMI NUMBER SIX"
        },
        {
            "codepoint": "11058",
            "name": "BRAHMI NUMBER SEVEN"
        },
        {
            "codepoint": "11059",
            "name": "BRAHMI NUMBER EIGHT"
        },
        {
            "codepoint": "1105A",
            "name": "BRAHMI NUMBER NINE"
        },
        {
            "codepoint": "1105B",
            "name": "BRAHMI NUMBER TEN"
        },
        {
            "codepoint": "1105C",
            "name": "BRAHMI NUMBER TWENTY"
        },
        {
            "codepoint": "1105D",
            "name": "BRAHMI NUMBER THIRTY"
        },
        {
            "codepoint": "1105E",
            "name": "BRAHMI NUMBER FORTY"
        },
        {
            "codepoint": "1105F",
            "name": "BRAHMI NUMBER FIFTY"
        },
        {
            "codepoint": "11060",
            "name": "BRAHMI NUMBER SIXTY"
        },
        {
            "codepoint": "11061",
            "name": "BRAHMI NUMBER SEVENTY"
        },
        {
            "codepoint": "11062",
            "name": "BRAHMI NUMBER EIGHTY"
        },
        {
            "codepoint": "11063",
            "name": "BRAHMI NUMBER NINETY"
        },
        {
            "codepoint": "11064",
            "name": "BRAHMI NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "11065",
            "name": "BRAHMI NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "11066",
            "name": "BRAHMI DIGIT ZERO"
        },
        {
            "codepoint": "11067",
            "name": "BRAHMI DIGIT ONE"
        },
        {
            "codepoint": "11068",
            "name": "BRAHMI DIGIT TWO"
        },
        {
            "codepoint": "11069",
            "name": "BRAHMI DIGIT THREE"
        },
        {
            "codepoint": "1106A",
            "name": "BRAHMI DIGIT FOUR"
        },
        {
            "codepoint": "1106B",
            "name": "BRAHMI DIGIT FIVE"
        },
        {
            "codepoint": "1106C",
            "name": "BRAHMI DIGIT SIX"
        },
        {
            "codepoint": "1106D",
            "name": "BRAHMI DIGIT SEVEN"
        },
        {
            "codepoint": "1106E",
            "name": "BRAHMI DIGIT EIGHT"
        },
        {
            "codepoint": "1106F",
            "name": "BRAHMI DIGIT NINE"
        },
        {
            "codepoint": "11070",
            "name": "BRAHMI SIGN OLD TAMIL VIRAMA"
        },
        {
            "codepoint": "11071",
            "name": "BRAHMI LETTER OLD TAMIL SHORT E"
        },
        {
            "codepoint": "11072",
            "name": "BRAHMI LETTER OLD TAMIL SHORT O"
        },
        {
            "codepoint": "11073",
            "name": "BRAHMI VOWEL SIGN OLD TAMIL SHORT E"
        },
        {
            "codepoint": "11074",
            "name": "BRAHMI VOWEL SIGN OLD TAMIL SHORT O"
        },
        {
            "codepoint": "11075",
            "name": "BRAHMI LETTER OLD TAMIL LLA"
        },
        {
            "codepoint": "1107F",
            "name": "BRAHMI NUMBER JOINER",
            "comments": [
                "a virama used to form ligatures between Brahmi numbers signifying multiplication"
            ]
        },
        {
            "codepoint": "11080",
            "name": "KAITHI SIGN CANDRABINDU"
        },
        {
            "codepoint": "11081",
            "name": "KAITHI SIGN ANUSVARA"
        },
        {
            "codepoint": "11082",
            "name": "KAITHI SIGN VISARGA"
        },
        {
            "codepoint": "11083",
            "name": "KAITHI LETTER A"
        },
        {
            "codepoint": "11084",
            "name": "KAITHI LETTER AA"
        },
        {
            "codepoint": "11085",
            "name": "KAITHI LETTER I"
        },
        {
            "codepoint": "11086",
            "name": "KAITHI LETTER II"
        },
        {
            "codepoint": "11087",
            "name": "KAITHI LETTER U"
        },
        {
            "codepoint": "11088",
            "name": "KAITHI LETTER UU"
        },
        {
            "codepoint": "11089",
            "name": "KAITHI LETTER E"
        },
        {
            "codepoint": "1108A",
            "name": "KAITHI LETTER AI"
        },
        {
            "codepoint": "1108B",
            "name": "KAITHI LETTER O"
        },
        {
            "codepoint": "1108C",
            "name": "KAITHI LETTER AU"
        },
        {
            "codepoint": "1108D",
            "name": "KAITHI LETTER KA"
        },
        {
            "codepoint": "1108E",
            "name": "KAITHI LETTER KHA"
        },
        {
            "codepoint": "1108F",
            "name": "KAITHI LETTER GA"
        },
        {
            "codepoint": "11090",
            "name": "KAITHI LETTER GHA"
        },
        {
            "codepoint": "11091",
            "name": "KAITHI LETTER NGA"
        },
        {
            "codepoint": "11092",
            "name": "KAITHI LETTER CA"
        },
        {
            "codepoint": "11093",
            "name": "KAITHI LETTER CHA"
        },
        {
            "codepoint": "11094",
            "name": "KAITHI LETTER JA"
        },
        {
            "codepoint": "11095",
            "name": "KAITHI LETTER JHA"
        },
        {
            "codepoint": "11096",
            "name": "KAITHI LETTER NYA"
        },
        {
            "codepoint": "11097",
            "name": "KAITHI LETTER TTA"
        },
        {
            "codepoint": "11098",
            "name": "KAITHI LETTER TTHA"
        },
        {
            "codepoint": "11099",
            "name": "KAITHI LETTER DDA"
        },
        {
            "codepoint": "1109A",
            "name": "KAITHI LETTER DDDHA",
            "decompositions": [
                [
                    "11099",
                    "110BA"
                ]
            ]
        },
        {
            "codepoint": "1109B",
            "name": "KAITHI LETTER DDHA"
        },
        {
            "codepoint": "1109C",
            "name": "KAITHI LETTER RHA",
            "decompositions": [
                [
                    "1109B",
                    "110BA"
                ]
            ]
        },
        {
            "codepoint": "1109D",
            "name": "KAITHI LETTER NNA"
        },
        {
            "codepoint": "1109E",
            "name": "KAITHI LETTER TA"
        },
        {
            "codepoint": "1109F",
            "name": "KAITHI LETTER THA"
        },
        {
            "codepoint": "110A0",
            "name": "KAITHI LETTER DA"
        },
        {
            "codepoint": "110A1",
            "name": "KAITHI LETTER DHA"
        },
        {
            "codepoint": "110A2",
            "name": "KAITHI LETTER NA"
        },
        {
            "codepoint": "110A3",
            "name": "KAITHI LETTER PA"
        },
        {
            "codepoint": "110A4",
            "name": "KAITHI LETTER PHA"
        },
        {
            "codepoint": "110A5",
            "name": "KAITHI LETTER BA"
        },
        {
            "codepoint": "110A6",
            "name": "KAITHI LETTER BHA"
        },
        {
            "codepoint": "110A7",
            "name": "KAITHI LETTER MA"
        },
        {
            "codepoint": "110A8",
            "name": "KAITHI LETTER YA",
            "comments": [
                "glyph may be rendered with or without the visible dot"
            ]
        },
        {
            "codepoint": "110A9",
            "name": "KAITHI LETTER RA"
        },
        {
            "codepoint": "110AA",
            "name": "KAITHI LETTER LA"
        },
        {
            "codepoint": "110AB",
            "name": "KAITHI LETTER VA",
            "decompositions": [
                [
                    "110A5",
                    "110BA"
                ]
            ]
        },
        {
            "codepoint": "110AC",
            "name": "KAITHI LETTER SHA"
        },
        {
            "codepoint": "110AD",
            "name": "KAITHI LETTER SSA"
        },
        {
            "codepoint": "110AE",
            "name": "KAITHI LETTER SA"
        },
        {
            "codepoint": "110AF",
            "name": "KAITHI LETTER HA"
        },
        {
            "codepoint": "110B0",
            "name": "KAITHI VOWEL SIGN AA"
        },
        {
            "codepoint": "110B1",
            "name": "KAITHI VOWEL SIGN I"
        },
        {
            "codepoint": "110B2",
            "name": "KAITHI VOWEL SIGN II"
        },
        {
            "codepoint": "110B3",
            "name": "KAITHI VOWEL SIGN U"
        },
        {
            "codepoint": "110B4",
            "name": "KAITHI VOWEL SIGN UU"
        },
        {
            "codepoint": "110B5",
            "name": "KAITHI VOWEL SIGN E"
        },
        {
            "codepoint": "110B6",
            "name": "KAITHI VOWEL SIGN AI"
        },
        {
            "codepoint": "110B7",
            "name": "KAITHI VOWEL SIGN O"
        },
        {
            "codepoint": "110B8",
            "name": "KAITHI VOWEL SIGN AU"
        },
        {
            "codepoint": "110B9",
            "name": "KAITHI SIGN VIRAMA"
        },
        {
            "codepoint": "110BA",
            "name": "KAITHI SIGN NUKTA"
        },
        {
            "codepoint": "110BB",
            "name": "KAITHI ABBREVIATION SIGN"
        },
        {
            "codepoint": "110BC",
            "name": "KAITHI ENUMERATION SIGN"
        },
        {
            "codepoint": "110BD",
            "name": "KAITHI NUMBER SIGN",
            "comments": [
                "used to indicate a numerical reference"
            ]
        },
        {
            "codepoint": "110BE",
            "name": "KAITHI SECTION MARK",
            "comments": [
                "marks end of sentence"
            ],
            "crossReferences": [
                "(khojki section mark - 1123B)"
            ]
        },
        {
            "codepoint": "110BF",
            "name": "KAITHI DOUBLE SECTION MARK",
            "comments": [
                "delimits larger chunks of text, such as paragraphs"
            ],
            "crossReferences": [
                "(khojki double section mark - 1123C)"
            ]
        },
        {
            "codepoint": "110C0",
            "name": "KAITHI DANDA"
        },
        {
            "codepoint": "110C1",
            "name": "KAITHI DOUBLE DANDA"
        },
        {
            "codepoint": "110C2",
            "name": "KAITHI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "110CD",
            "name": "KAITHI NUMBER SIGN ABOVE",
            "comments": [
                "used to indicate a number in an itemized list"
            ]
        },
        {
            "codepoint": "110D0",
            "name": "SORA SOMPENG LETTER SAH"
        },
        {
            "codepoint": "110D1",
            "name": "SORA SOMPENG LETTER TAH"
        },
        {
            "codepoint": "110D2",
            "name": "SORA SOMPENG LETTER BAH"
        },
        {
            "codepoint": "110D3",
            "name": "SORA SOMPENG LETTER CAH"
        },
        {
            "codepoint": "110D4",
            "name": "SORA SOMPENG LETTER DAH"
        },
        {
            "codepoint": "110D5",
            "name": "SORA SOMPENG LETTER GAH"
        },
        {
            "codepoint": "110D6",
            "name": "SORA SOMPENG LETTER MAH"
        },
        {
            "codepoint": "110D7",
            "name": "SORA SOMPENG LETTER NGAH"
        },
        {
            "codepoint": "110D8",
            "name": "SORA SOMPENG LETTER LAH"
        },
        {
            "codepoint": "110D9",
            "name": "SORA SOMPENG LETTER NAH"
        },
        {
            "codepoint": "110DA",
            "name": "SORA SOMPENG LETTER VAH"
        },
        {
            "codepoint": "110DB",
            "name": "SORA SOMPENG LETTER PAH"
        },
        {
            "codepoint": "110DC",
            "name": "SORA SOMPENG LETTER YAH"
        },
        {
            "codepoint": "110DD",
            "name": "SORA SOMPENG LETTER RAH"
        },
        {
            "codepoint": "110DE",
            "name": "SORA SOMPENG LETTER HAH"
        },
        {
            "codepoint": "110DF",
            "name": "SORA SOMPENG LETTER KAH"
        },
        {
            "codepoint": "110E0",
            "name": "SORA SOMPENG LETTER JAH"
        },
        {
            "codepoint": "110E1",
            "name": "SORA SOMPENG LETTER NYAH"
        },
        {
            "codepoint": "110E2",
            "name": "SORA SOMPENG LETTER AH"
        },
        {
            "codepoint": "110E3",
            "name": "SORA SOMPENG LETTER EEH"
        },
        {
            "codepoint": "110E4",
            "name": "SORA SOMPENG LETTER IH"
        },
        {
            "codepoint": "110E5",
            "name": "SORA SOMPENG LETTER UH"
        },
        {
            "codepoint": "110E6",
            "name": "SORA SOMPENG LETTER OH"
        },
        {
            "codepoint": "110E7",
            "name": "SORA SOMPENG LETTER EH"
        },
        {
            "codepoint": "110E8",
            "name": "SORA SOMPENG LETTER MAE"
        },
        {
            "codepoint": "110F0",
            "name": "SORA SOMPENG DIGIT ZERO"
        },
        {
            "codepoint": "110F1",
            "name": "SORA SOMPENG DIGIT ONE"
        },
        {
            "codepoint": "110F2",
            "name": "SORA SOMPENG DIGIT TWO"
        },
        {
            "codepoint": "110F3",
            "name": "SORA SOMPENG DIGIT THREE"
        },
        {
            "codepoint": "110F4",
            "name": "SORA SOMPENG DIGIT FOUR"
        },
        {
            "codepoint": "110F5",
            "name": "SORA SOMPENG DIGIT FIVE"
        },
        {
            "codepoint": "110F6",
            "name": "SORA SOMPENG DIGIT SIX"
        },
        {
            "codepoint": "110F7",
            "name": "SORA SOMPENG DIGIT SEVEN"
        },
        {
            "codepoint": "110F8",
            "name": "SORA SOMPENG DIGIT EIGHT"
        },
        {
            "codepoint": "110F9",
            "name": "SORA SOMPENG DIGIT NINE"
        },
        {
            "codepoint": "11100",
            "name": "CHAKMA SIGN CANDRABINDU"
        },
        {
            "codepoint": "11101",
            "name": "CHAKMA SIGN ANUSVARA"
        },
        {
            "codepoint": "11102",
            "name": "CHAKMA SIGN VISARGA"
        },
        {
            "codepoint": "11103",
            "name": "CHAKMA LETTER AA"
        },
        {
            "codepoint": "11104",
            "name": "CHAKMA LETTER I"
        },
        {
            "codepoint": "11105",
            "name": "CHAKMA LETTER U"
        },
        {
            "codepoint": "11106",
            "name": "CHAKMA LETTER E"
        },
        {
            "codepoint": "11107",
            "name": "CHAKMA LETTER KAA"
        },
        {
            "codepoint": "11108",
            "name": "CHAKMA LETTER KHAA"
        },
        {
            "codepoint": "11109",
            "name": "CHAKMA LETTER GAA"
        },
        {
            "codepoint": "1110A",
            "name": "CHAKMA LETTER GHAA"
        },
        {
            "codepoint": "1110B",
            "name": "CHAKMA LETTER NGAA"
        },
        {
            "codepoint": "1110C",
            "name": "CHAKMA LETTER CAA"
        },
        {
            "codepoint": "1110D",
            "name": "CHAKMA LETTER CHAA"
        },
        {
            "codepoint": "1110E",
            "name": "CHAKMA LETTER JAA"
        },
        {
            "codepoint": "1110F",
            "name": "CHAKMA LETTER JHAA"
        },
        {
            "codepoint": "11110",
            "name": "CHAKMA LETTER NYAA"
        },
        {
            "codepoint": "11111",
            "name": "CHAKMA LETTER TTAA"
        },
        {
            "codepoint": "11112",
            "name": "CHAKMA LETTER TTHAA"
        },
        {
            "codepoint": "11113",
            "name": "CHAKMA LETTER DDAA"
        },
        {
            "codepoint": "11114",
            "name": "CHAKMA LETTER DDHAA"
        },
        {
            "codepoint": "11115",
            "name": "CHAKMA LETTER NNAA"
        },
        {
            "codepoint": "11116",
            "name": "CHAKMA LETTER TAA"
        },
        {
            "codepoint": "11117",
            "name": "CHAKMA LETTER THAA"
        },
        {
            "codepoint": "11118",
            "name": "CHAKMA LETTER DAA"
        },
        {
            "codepoint": "11119",
            "name": "CHAKMA LETTER DHAA"
        },
        {
            "codepoint": "1111A",
            "name": "CHAKMA LETTER NAA"
        },
        {
            "codepoint": "1111B",
            "name": "CHAKMA LETTER PAA"
        },
        {
            "codepoint": "1111C",
            "name": "CHAKMA LETTER PHAA"
        },
        {
            "codepoint": "1111D",
            "name": "CHAKMA LETTER BAA"
        },
        {
            "codepoint": "1111E",
            "name": "CHAKMA LETTER BHAA"
        },
        {
            "codepoint": "1111F",
            "name": "CHAKMA LETTER MAA"
        },
        {
            "codepoint": "11120",
            "name": "CHAKMA LETTER YYAA"
        },
        {
            "codepoint": "11121",
            "name": "CHAKMA LETTER YAA"
        },
        {
            "codepoint": "11122",
            "name": "CHAKMA LETTER RAA"
        },
        {
            "codepoint": "11123",
            "name": "CHAKMA LETTER LAA"
        },
        {
            "codepoint": "11124",
            "name": "CHAKMA LETTER WAA"
        },
        {
            "codepoint": "11125",
            "name": "CHAKMA LETTER SAA"
        },
        {
            "codepoint": "11126",
            "name": "CHAKMA LETTER HAA"
        },
        {
            "codepoint": "11127",
            "name": "CHAKMA VOWEL SIGN A"
        },
        {
            "codepoint": "11128",
            "name": "CHAKMA VOWEL SIGN I"
        },
        {
            "codepoint": "11129",
            "name": "CHAKMA VOWEL SIGN II"
        },
        {
            "codepoint": "1112A",
            "name": "CHAKMA VOWEL SIGN U"
        },
        {
            "codepoint": "1112B",
            "name": "CHAKMA VOWEL SIGN UU"
        },
        {
            "codepoint": "1112C",
            "name": "CHAKMA VOWEL SIGN E"
        },
        {
            "codepoint": "1112D",
            "name": "CHAKMA VOWEL SIGN AI"
        },
        {
            "codepoint": "1112E",
            "name": "CHAKMA VOWEL SIGN O",
            "decompositions": [
                [
                    "11131",
                    "11127"
                ]
            ]
        },
        {
            "codepoint": "1112F",
            "name": "CHAKMA VOWEL SIGN AU",
            "decompositions": [
                [
                    "11132",
                    "11127"
                ]
            ]
        },
        {
            "codepoint": "11130",
            "name": "CHAKMA VOWEL SIGN OI"
        },
        {
            "codepoint": "11131",
            "name": "CHAKMA O MARK"
        },
        {
            "codepoint": "11132",
            "name": "CHAKMA AU MARK"
        },
        {
            "codepoint": "11133",
            "name": "CHAKMA VIRAMA",
            "comments": [
                "used to form conjuncts"
            ],
            "crossReferences": [
                "(myanmar sign virama - 1039)"
            ]
        },
        {
            "codepoint": "11134",
            "name": "CHAKMA MAAYYAA",
            "comments": [
                "killer",
                "also used distinctly as a gemination mark which can occur with vowels"
            ],
            "crossReferences": [
                "(myanmar sign asat - 103A)"
            ]
        },
        {
            "codepoint": "11136",
            "name": "CHAKMA DIGIT ZERO"
        },
        {
            "codepoint": "11137",
            "name": "CHAKMA DIGIT ONE"
        },
        {
            "codepoint": "11138",
            "name": "CHAKMA DIGIT TWO"
        },
        {
            "codepoint": "11139",
            "name": "CHAKMA DIGIT THREE"
        },
        {
            "codepoint": "1113A",
            "name": "CHAKMA DIGIT FOUR"
        },
        {
            "codepoint": "1113B",
            "name": "CHAKMA DIGIT FIVE"
        },
        {
            "codepoint": "1113C",
            "name": "CHAKMA DIGIT SIX"
        },
        {
            "codepoint": "1113D",
            "name": "CHAKMA DIGIT SEVEN"
        },
        {
            "codepoint": "1113E",
            "name": "CHAKMA DIGIT EIGHT"
        },
        {
            "codepoint": "1113F",
            "name": "CHAKMA DIGIT NINE"
        },
        {
            "codepoint": "11140",
            "name": "CHAKMA SECTION MARK"
        },
        {
            "codepoint": "11141",
            "name": "CHAKMA DANDA"
        },
        {
            "codepoint": "11142",
            "name": "CHAKMA DOUBLE DANDA"
        },
        {
            "codepoint": "11143",
            "name": "CHAKMA QUESTION MARK"
        },
        {
            "codepoint": "11144",
            "name": "CHAKMA LETTER LHAA"
        },
        {
            "codepoint": "11145",
            "name": "CHAKMA VOWEL SIGN AA"
        },
        {
            "codepoint": "11146",
            "name": "CHAKMA VOWEL SIGN EI"
        },
        {
            "codepoint": "11147",
            "name": "CHAKMA LETTER VAA",
            "comments": [
                "used in Pali text"
            ]
        },
        {
            "codepoint": "11150",
            "name": "MAHAJANI LETTER A"
        },
        {
            "codepoint": "11151",
            "name": "MAHAJANI LETTER I"
        },
        {
            "codepoint": "11152",
            "name": "MAHAJANI LETTER U"
        },
        {
            "codepoint": "11153",
            "name": "MAHAJANI LETTER E"
        },
        {
            "codepoint": "11154",
            "name": "MAHAJANI LETTER O"
        },
        {
            "codepoint": "11155",
            "name": "MAHAJANI LETTER KA"
        },
        {
            "codepoint": "11156",
            "name": "MAHAJANI LETTER KHA"
        },
        {
            "codepoint": "11157",
            "name": "MAHAJANI LETTER GA"
        },
        {
            "codepoint": "11158",
            "name": "MAHAJANI LETTER GHA"
        },
        {
            "codepoint": "11159",
            "name": "MAHAJANI LETTER CA"
        },
        {
            "codepoint": "1115A",
            "name": "MAHAJANI LETTER CHA"
        },
        {
            "codepoint": "1115B",
            "name": "MAHAJANI LETTER JA"
        },
        {
            "codepoint": "1115C",
            "name": "MAHAJANI LETTER JHA"
        },
        {
            "codepoint": "1115D",
            "name": "MAHAJANI LETTER NYA"
        },
        {
            "codepoint": "1115E",
            "name": "MAHAJANI LETTER TTA"
        },
        {
            "codepoint": "1115F",
            "name": "MAHAJANI LETTER TTHA"
        },
        {
            "codepoint": "11160",
            "name": "MAHAJANI LETTER DDA"
        },
        {
            "codepoint": "11161",
            "name": "MAHAJANI LETTER DDHA"
        },
        {
            "codepoint": "11162",
            "name": "MAHAJANI LETTER NNA"
        },
        {
            "codepoint": "11163",
            "name": "MAHAJANI LETTER TA"
        },
        {
            "codepoint": "11164",
            "name": "MAHAJANI LETTER THA"
        },
        {
            "codepoint": "11165",
            "name": "MAHAJANI LETTER DA"
        },
        {
            "codepoint": "11166",
            "name": "MAHAJANI LETTER DHA"
        },
        {
            "codepoint": "11167",
            "name": "MAHAJANI LETTER NA"
        },
        {
            "codepoint": "11168",
            "name": "MAHAJANI LETTER PA"
        },
        {
            "codepoint": "11169",
            "name": "MAHAJANI LETTER PHA"
        },
        {
            "codepoint": "1116A",
            "name": "MAHAJANI LETTER BA"
        },
        {
            "codepoint": "1116B",
            "name": "MAHAJANI LETTER BHA"
        },
        {
            "codepoint": "1116C",
            "name": "MAHAJANI LETTER MA"
        },
        {
            "codepoint": "1116D",
            "name": "MAHAJANI LETTER RA"
        },
        {
            "codepoint": "1116E",
            "name": "MAHAJANI LETTER LA"
        },
        {
            "codepoint": "1116F",
            "name": "MAHAJANI LETTER VA"
        },
        {
            "codepoint": "11170",
            "name": "MAHAJANI LETTER SA"
        },
        {
            "codepoint": "11171",
            "name": "MAHAJANI LETTER HA"
        },
        {
            "codepoint": "11172",
            "name": "MAHAJANI LETTER RRA"
        },
        {
            "codepoint": "11173",
            "name": "MAHAJANI SIGN NUKTA"
        },
        {
            "codepoint": "11174",
            "name": "MAHAJANI ABBREVIATION SIGN"
        },
        {
            "codepoint": "11175",
            "name": "MAHAJANI SECTION MARK"
        },
        {
            "codepoint": "11176",
            "name": "MAHAJANI LIGATURE SHRI"
        },
        {
            "codepoint": "11180",
            "name": "SHARADA SIGN CANDRABINDU"
        },
        {
            "codepoint": "11181",
            "name": "SHARADA SIGN ANUSVARA"
        },
        {
            "codepoint": "11182",
            "name": "SHARADA SIGN VISARGA"
        },
        {
            "codepoint": "11183",
            "name": "SHARADA LETTER A"
        },
        {
            "codepoint": "11184",
            "name": "SHARADA LETTER AA"
        },
        {
            "codepoint": "11185",
            "name": "SHARADA LETTER I"
        },
        {
            "codepoint": "11186",
            "name": "SHARADA LETTER II"
        },
        {
            "codepoint": "11187",
            "name": "SHARADA LETTER U"
        },
        {
            "codepoint": "11188",
            "name": "SHARADA LETTER UU"
        },
        {
            "codepoint": "11189",
            "name": "SHARADA LETTER VOCALIC R"
        },
        {
            "codepoint": "1118A",
            "name": "SHARADA LETTER VOCALIC RR"
        },
        {
            "codepoint": "1118B",
            "name": "SHARADA LETTER VOCALIC L"
        },
        {
            "codepoint": "1118C",
            "name": "SHARADA LETTER VOCALIC LL"
        },
        {
            "codepoint": "1118D",
            "name": "SHARADA LETTER E"
        },
        {
            "codepoint": "1118E",
            "name": "SHARADA LETTER AI"
        },
        {
            "codepoint": "1118F",
            "name": "SHARADA LETTER O"
        },
        {
            "codepoint": "11190",
            "name": "SHARADA LETTER AU"
        },
        {
            "codepoint": "11191",
            "name": "SHARADA LETTER KA"
        },
        {
            "codepoint": "11192",
            "name": "SHARADA LETTER KHA"
        },
        {
            "codepoint": "11193",
            "name": "SHARADA LETTER GA"
        },
        {
            "codepoint": "11194",
            "name": "SHARADA LETTER GHA"
        },
        {
            "codepoint": "11195",
            "name": "SHARADA LETTER NGA"
        },
        {
            "codepoint": "11196",
            "name": "SHARADA LETTER CA"
        },
        {
            "codepoint": "11197",
            "name": "SHARADA LETTER CHA"
        },
        {
            "codepoint": "11198",
            "name": "SHARADA LETTER JA"
        },
        {
            "codepoint": "11199",
            "name": "SHARADA LETTER JHA"
        },
        {
            "codepoint": "1119A",
            "name": "SHARADA LETTER NYA"
        },
        {
            "codepoint": "1119B",
            "name": "SHARADA LETTER TTA"
        },
        {
            "codepoint": "1119C",
            "name": "SHARADA LETTER TTHA"
        },
        {
            "codepoint": "1119D",
            "name": "SHARADA LETTER DDA"
        },
        {
            "codepoint": "1119E",
            "name": "SHARADA LETTER DDHA"
        },
        {
            "codepoint": "1119F",
            "name": "SHARADA LETTER NNA"
        },
        {
            "codepoint": "111A0",
            "name": "SHARADA LETTER TA"
        },
        {
            "codepoint": "111A1",
            "name": "SHARADA LETTER THA"
        },
        {
            "codepoint": "111A2",
            "name": "SHARADA LETTER DA"
        },
        {
            "codepoint": "111A3",
            "name": "SHARADA LETTER DHA"
        },
        {
            "codepoint": "111A4",
            "name": "SHARADA LETTER NA"
        },
        {
            "codepoint": "111A5",
            "name": "SHARADA LETTER PA"
        },
        {
            "codepoint": "111A6",
            "name": "SHARADA LETTER PHA"
        },
        {
            "codepoint": "111A7",
            "name": "SHARADA LETTER BA"
        },
        {
            "codepoint": "111A8",
            "name": "SHARADA LETTER BHA"
        },
        {
            "codepoint": "111A9",
            "name": "SHARADA LETTER MA"
        },
        {
            "codepoint": "111AA",
            "name": "SHARADA LETTER YA"
        },
        {
            "codepoint": "111AB",
            "name": "SHARADA LETTER RA"
        },
        {
            "codepoint": "111AC",
            "name": "SHARADA LETTER LA"
        },
        {
            "codepoint": "111AD",
            "name": "SHARADA LETTER LLA"
        },
        {
            "codepoint": "111AE",
            "name": "SHARADA LETTER VA"
        },
        {
            "codepoint": "111AF",
            "name": "SHARADA LETTER SHA"
        },
        {
            "codepoint": "111B0",
            "name": "SHARADA LETTER SSA"
        },
        {
            "codepoint": "111B1",
            "name": "SHARADA LETTER SA"
        },
        {
            "codepoint": "111B2",
            "name": "SHARADA LETTER HA"
        },
        {
            "codepoint": "111B3",
            "name": "SHARADA VOWEL SIGN AA"
        },
        {
            "codepoint": "111B4",
            "name": "SHARADA VOWEL SIGN I"
        },
        {
            "codepoint": "111B5",
            "name": "SHARADA VOWEL SIGN II"
        },
        {
            "codepoint": "111B6",
            "name": "SHARADA VOWEL SIGN U"
        },
        {
            "codepoint": "111B7",
            "name": "SHARADA VOWEL SIGN UU"
        },
        {
            "codepoint": "111B8",
            "name": "SHARADA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "111B9",
            "name": "SHARADA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "111BA",
            "name": "SHARADA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "111BB",
            "name": "SHARADA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "111BC",
            "name": "SHARADA VOWEL SIGN E"
        },
        {
            "codepoint": "111BD",
            "name": "SHARADA VOWEL SIGN AI"
        },
        {
            "codepoint": "111BE",
            "name": "SHARADA VOWEL SIGN O"
        },
        {
            "codepoint": "111BF",
            "name": "SHARADA VOWEL SIGN AU"
        },
        {
            "codepoint": "111C0",
            "name": "SHARADA SIGN VIRAMA"
        },
        {
            "codepoint": "111C1",
            "name": "SHARADA SIGN AVAGRAHA"
        },
        {
            "codepoint": "111C2",
            "name": "SHARADA SIGN JIHVAMULIYA"
        },
        {
            "codepoint": "111C3",
            "name": "SHARADA SIGN UPADHMANIYA"
        },
        {
            "codepoint": "111C4",
            "name": "SHARADA OM",
            "comments": [
                "use of this character is discouraged",
                "recommended sequence is 1118F 11180"
            ]
        },
        {
            "codepoint": "111C5",
            "name": "SHARADA DANDA"
        },
        {
            "codepoint": "111C6",
            "name": "SHARADA DOUBLE DANDA"
        },
        {
            "codepoint": "111C7",
            "name": "SHARADA ABBREVIATION SIGN"
        },
        {
            "codepoint": "111C8",
            "name": "SHARADA SEPARATOR"
        },
        {
            "codepoint": "111C9",
            "name": "SHARADA SANDHI MARK",
            "comments": [
                "indicates external sandhi in Sanskrit documents"
            ],
            "crossReferences": [
                "(bengali sandhi mark - 09FE)"
            ]
        },
        {
            "codepoint": "111CA",
            "name": "SHARADA SIGN NUKTA",
            "comments": [
                "for extending the alphabet to new letters"
            ]
        },
        {
            "codepoint": "111CB",
            "name": "SHARADA VOWEL MODIFIER MARK",
            "comments": [
                "represents regressive metaphony"
            ]
        },
        {
            "codepoint": "111CC",
            "name": "SHARADA EXTRA SHORT VOWEL MARK",
            "comments": [
                "used for writing \"matra-vowels\""
            ]
        },
        {
            "codepoint": "111CD",
            "name": "SHARADA SUTRA MARK",
            "comments": [
                "used for indicating the end of a sutra in the Bakhshali manuscript"
            ]
        },
        {
            "codepoint": "111CE",
            "name": "SHARADA VOWEL SIGN PRISHTHAMATRA E",
            "crossReferences": [
                "(devanagari vowel sign prishthamatra e - 094E)"
            ]
        },
        {
            "codepoint": "111CF",
            "name": "SHARADA SIGN INVERTED CANDRABINDU"
        },
        {
            "codepoint": "111D0",
            "name": "SHARADA DIGIT ZERO"
        },
        {
            "codepoint": "111D1",
            "name": "SHARADA DIGIT ONE"
        },
        {
            "codepoint": "111D2",
            "name": "SHARADA DIGIT TWO"
        },
        {
            "codepoint": "111D3",
            "name": "SHARADA DIGIT THREE"
        },
        {
            "codepoint": "111D4",
            "name": "SHARADA DIGIT FOUR"
        },
        {
            "codepoint": "111D5",
            "name": "SHARADA DIGIT FIVE"
        },
        {
            "codepoint": "111D6",
            "name": "SHARADA DIGIT SIX"
        },
        {
            "codepoint": "111D7",
            "name": "SHARADA DIGIT SEVEN"
        },
        {
            "codepoint": "111D8",
            "name": "SHARADA DIGIT EIGHT"
        },
        {
            "codepoint": "111D9",
            "name": "SHARADA DIGIT NINE"
        },
        {
            "codepoint": "111DA",
            "name": "SHARADA EKAM",
            "comments": [
                "invocation symbol used at the beginning or end of texts"
            ]
        },
        {
            "codepoint": "111DB",
            "name": "SHARADA SIGN SIDDHAM",
            "aliases": [
                "siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts as an invocation"
            ],
            "crossReferences": [
                "(kannada sign siddham - 0C84)",
                "(devanagari sign siddham - A8FC)"
            ]
        },
        {
            "codepoint": "111DC",
            "name": "SHARADA HEADSTROKE",
            "comments": [
                "used for joining words across imperfections"
            ],
            "crossReferences": [
                "(devanagari headstroke - A8FB)"
            ]
        },
        {
            "codepoint": "111DD",
            "name": "SHARADA CONTINUATION SIGN",
            "comments": [
                "indicates a breaking opportunity within a word"
            ]
        },
        {
            "codepoint": "111DE",
            "name": "SHARADA SECTION MARK-1"
        },
        {
            "codepoint": "111DF",
            "name": "SHARADA SECTION MARK-2"
        },
        {
            "codepoint": "111E1",
            "name": "SINHALA ARCHAIC DIGIT ONE"
        },
        {
            "codepoint": "111E2",
            "name": "SINHALA ARCHAIC DIGIT TWO"
        },
        {
            "codepoint": "111E3",
            "name": "SINHALA ARCHAIC DIGIT THREE"
        },
        {
            "codepoint": "111E4",
            "name": "SINHALA ARCHAIC DIGIT FOUR"
        },
        {
            "codepoint": "111E5",
            "name": "SINHALA ARCHAIC DIGIT FIVE"
        },
        {
            "codepoint": "111E6",
            "name": "SINHALA ARCHAIC DIGIT SIX"
        },
        {
            "codepoint": "111E7",
            "name": "SINHALA ARCHAIC DIGIT SEVEN"
        },
        {
            "codepoint": "111E8",
            "name": "SINHALA ARCHAIC DIGIT EIGHT"
        },
        {
            "codepoint": "111E9",
            "name": "SINHALA ARCHAIC DIGIT NINE"
        },
        {
            "codepoint": "111EA",
            "name": "SINHALA ARCHAIC NUMBER TEN"
        },
        {
            "codepoint": "111EB",
            "name": "SINHALA ARCHAIC NUMBER TWENTY"
        },
        {
            "codepoint": "111EC",
            "name": "SINHALA ARCHAIC NUMBER THIRTY"
        },
        {
            "codepoint": "111ED",
            "name": "SINHALA ARCHAIC NUMBER FORTY"
        },
        {
            "codepoint": "111EE",
            "name": "SINHALA ARCHAIC NUMBER FIFTY"
        },
        {
            "codepoint": "111EF",
            "name": "SINHALA ARCHAIC NUMBER SIXTY"
        },
        {
            "codepoint": "111F0",
            "name": "SINHALA ARCHAIC NUMBER SEVENTY"
        },
        {
            "codepoint": "111F1",
            "name": "SINHALA ARCHAIC NUMBER EIGHTY"
        },
        {
            "codepoint": "111F2",
            "name": "SINHALA ARCHAIC NUMBER NINETY"
        },
        {
            "codepoint": "111F3",
            "name": "SINHALA ARCHAIC NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "111F4",
            "name": "SINHALA ARCHAIC NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "11200",
            "name": "KHOJKI LETTER A"
        },
        {
            "codepoint": "11201",
            "name": "KHOJKI LETTER AA"
        },
        {
            "codepoint": "11202",
            "name": "KHOJKI LETTER I"
        },
        {
            "codepoint": "11203",
            "name": "KHOJKI LETTER U"
        },
        {
            "codepoint": "11204",
            "name": "KHOJKI LETTER E"
        },
        {
            "codepoint": "11205",
            "name": "KHOJKI LETTER AI"
        },
        {
            "codepoint": "11206",
            "name": "KHOJKI LETTER O"
        },
        {
            "codepoint": "11207",
            "name": "KHOJKI LETTER AU"
        },
        {
            "codepoint": "11208",
            "name": "KHOJKI LETTER KA"
        },
        {
            "codepoint": "11209",
            "name": "KHOJKI LETTER KHA"
        },
        {
            "codepoint": "1120A",
            "name": "KHOJKI LETTER GA"
        },
        {
            "codepoint": "1120B",
            "name": "KHOJKI LETTER GGA"
        },
        {
            "codepoint": "1120C",
            "name": "KHOJKI LETTER GHA"
        },
        {
            "codepoint": "1120D",
            "name": "KHOJKI LETTER NGA"
        },
        {
            "codepoint": "1120E",
            "name": "KHOJKI LETTER CA"
        },
        {
            "codepoint": "1120F",
            "name": "KHOJKI LETTER CHA"
        },
        {
            "codepoint": "11210",
            "name": "KHOJKI LETTER JA"
        },
        {
            "codepoint": "11211",
            "name": "KHOJKI LETTER JJA"
        },
        {
            "codepoint": "11213",
            "name": "KHOJKI LETTER NYA"
        },
        {
            "codepoint": "11214",
            "name": "KHOJKI LETTER TTA"
        },
        {
            "codepoint": "11215",
            "name": "KHOJKI LETTER TTHA"
        },
        {
            "codepoint": "11216",
            "name": "KHOJKI LETTER DDA"
        },
        {
            "codepoint": "11217",
            "name": "KHOJKI LETTER DDHA"
        },
        {
            "codepoint": "11218",
            "name": "KHOJKI LETTER NNA"
        },
        {
            "codepoint": "11219",
            "name": "KHOJKI LETTER TA"
        },
        {
            "codepoint": "1121A",
            "name": "KHOJKI LETTER THA"
        },
        {
            "codepoint": "1121B",
            "name": "KHOJKI LETTER DA"
        },
        {
            "codepoint": "1121C",
            "name": "KHOJKI LETTER DDDA"
        },
        {
            "codepoint": "1121D",
            "name": "KHOJKI LETTER DHA"
        },
        {
            "codepoint": "1121E",
            "name": "KHOJKI LETTER NA"
        },
        {
            "codepoint": "1121F",
            "name": "KHOJKI LETTER PA"
        },
        {
            "codepoint": "11220",
            "name": "KHOJKI LETTER PHA"
        },
        {
            "codepoint": "11221",
            "name": "KHOJKI LETTER BA"
        },
        {
            "codepoint": "11222",
            "name": "KHOJKI LETTER BBA"
        },
        {
            "codepoint": "11223",
            "name": "KHOJKI LETTER BHA"
        },
        {
            "codepoint": "11224",
            "name": "KHOJKI LETTER MA"
        },
        {
            "codepoint": "11225",
            "name": "KHOJKI LETTER YA"
        },
        {
            "codepoint": "11226",
            "name": "KHOJKI LETTER RA"
        },
        {
            "codepoint": "11227",
            "name": "KHOJKI LETTER LA"
        },
        {
            "codepoint": "11228",
            "name": "KHOJKI LETTER VA"
        },
        {
            "codepoint": "11229",
            "name": "KHOJKI LETTER SA"
        },
        {
            "codepoint": "1122A",
            "name": "KHOJKI LETTER HA"
        },
        {
            "codepoint": "1122B",
            "name": "KHOJKI LETTER LLA"
        },
        {
            "codepoint": "1122C",
            "name": "KHOJKI VOWEL SIGN AA"
        },
        {
            "codepoint": "1122D",
            "name": "KHOJKI VOWEL SIGN I"
        },
        {
            "codepoint": "1122E",
            "name": "KHOJKI VOWEL SIGN II"
        },
        {
            "codepoint": "1122F",
            "name": "KHOJKI VOWEL SIGN U"
        },
        {
            "codepoint": "11230",
            "name": "KHOJKI VOWEL SIGN E"
        },
        {
            "codepoint": "11231",
            "name": "KHOJKI VOWEL SIGN AI"
        },
        {
            "codepoint": "11232",
            "name": "KHOJKI VOWEL SIGN O"
        },
        {
            "codepoint": "11233",
            "name": "KHOJKI VOWEL SIGN AU"
        },
        {
            "codepoint": "11234",
            "name": "KHOJKI SIGN ANUSVARA"
        },
        {
            "codepoint": "11235",
            "name": "KHOJKI SIGN VIRAMA"
        },
        {
            "codepoint": "11236",
            "name": "KHOJKI SIGN NUKTA"
        },
        {
            "codepoint": "11237",
            "name": "KHOJKI SIGN SHADDA"
        },
        {
            "codepoint": "11238",
            "name": "KHOJKI DANDA"
        },
        {
            "codepoint": "11239",
            "name": "KHOJKI DOUBLE DANDA"
        },
        {
            "codepoint": "1123A",
            "name": "KHOJKI WORD SEPARATOR"
        },
        {
            "codepoint": "1123B",
            "name": "KHOJKI SECTION MARK",
            "comments": [
                "marks end of sentence"
            ],
            "crossReferences": [
                "(kaithi section mark - 110BE)"
            ]
        },
        {
            "codepoint": "1123C",
            "name": "KHOJKI DOUBLE SECTION MARK",
            "comments": [
                "delimits larger chunks of text, such as paragraphs"
            ],
            "crossReferences": [
                "(kaithi double section mark - 110BF)"
            ]
        },
        {
            "codepoint": "1123D",
            "name": "KHOJKI ABBREVIATION SIGN"
        },
        {
            "codepoint": "1123E",
            "name": "KHOJKI SIGN SUKUN",
            "comments": [
                "used for Arabic transliteration"
            ]
        },
        {
            "codepoint": "1123F",
            "name": "KHOJKI LETTER QA"
        },
        {
            "codepoint": "11240",
            "name": "KHOJKI LETTER SHORT I"
        },
        {
            "codepoint": "11241",
            "name": "KHOJKI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11280",
            "name": "MULTANI LETTER A"
        },
        {
            "codepoint": "11281",
            "name": "MULTANI LETTER I"
        },
        {
            "codepoint": "11282",
            "name": "MULTANI LETTER U"
        },
        {
            "codepoint": "11283",
            "name": "MULTANI LETTER E"
        },
        {
            "codepoint": "11284",
            "name": "MULTANI LETTER KA"
        },
        {
            "codepoint": "11285",
            "name": "MULTANI LETTER KHA"
        },
        {
            "codepoint": "11286",
            "name": "MULTANI LETTER GA"
        },
        {
            "codepoint": "11288",
            "name": "MULTANI LETTER GHA"
        },
        {
            "codepoint": "1128A",
            "name": "MULTANI LETTER CA"
        },
        {
            "codepoint": "1128B",
            "name": "MULTANI LETTER CHA"
        },
        {
            "codepoint": "1128C",
            "name": "MULTANI LETTER JA"
        },
        {
            "codepoint": "1128D",
            "name": "MULTANI LETTER JJA"
        },
        {
            "codepoint": "1128F",
            "name": "MULTANI LETTER NYA"
        },
        {
            "codepoint": "11290",
            "name": "MULTANI LETTER TTA"
        },
        {
            "codepoint": "11291",
            "name": "MULTANI LETTER TTHA"
        },
        {
            "codepoint": "11292",
            "name": "MULTANI LETTER DDA"
        },
        {
            "codepoint": "11293",
            "name": "MULTANI LETTER DDDA",
            "aliases": [
                "tra"
            ]
        },
        {
            "codepoint": "11294",
            "name": "MULTANI LETTER DDHA"
        },
        {
            "codepoint": "11295",
            "name": "MULTANI LETTER NNA"
        },
        {
            "codepoint": "11296",
            "name": "MULTANI LETTER TA"
        },
        {
            "codepoint": "11297",
            "name": "MULTANI LETTER THA"
        },
        {
            "codepoint": "11298",
            "name": "MULTANI LETTER DA"
        },
        {
            "codepoint": "11299",
            "name": "MULTANI LETTER DHA"
        },
        {
            "codepoint": "1129A",
            "name": "MULTANI LETTER NA"
        },
        {
            "codepoint": "1129B",
            "name": "MULTANI LETTER PA"
        },
        {
            "codepoint": "1129C",
            "name": "MULTANI LETTER PHA"
        },
        {
            "codepoint": "1129D",
            "name": "MULTANI LETTER BA"
        },
        {
            "codepoint": "1129F",
            "name": "MULTANI LETTER BHA"
        },
        {
            "codepoint": "112A0",
            "name": "MULTANI LETTER MA"
        },
        {
            "codepoint": "112A1",
            "name": "MULTANI LETTER YA"
        },
        {
            "codepoint": "112A2",
            "name": "MULTANI LETTER RA"
        },
        {
            "codepoint": "112A3",
            "name": "MULTANI LETTER LA"
        },
        {
            "codepoint": "112A4",
            "name": "MULTANI LETTER VA"
        },
        {
            "codepoint": "112A5",
            "name": "MULTANI LETTER SA"
        },
        {
            "codepoint": "112A6",
            "name": "MULTANI LETTER HA"
        },
        {
            "codepoint": "112A7",
            "name": "MULTANI LETTER RRA"
        },
        {
            "codepoint": "112A8",
            "name": "MULTANI LETTER RHA"
        },
        {
            "codepoint": "112A9",
            "name": "MULTANI SECTION MARK"
        },
        {
            "codepoint": "112B0",
            "name": "KHUDAWADI LETTER A"
        },
        {
            "codepoint": "112B1",
            "name": "KHUDAWADI LETTER AA"
        },
        {
            "codepoint": "112B2",
            "name": "KHUDAWADI LETTER I"
        },
        {
            "codepoint": "112B3",
            "name": "KHUDAWADI LETTER II"
        },
        {
            "codepoint": "112B4",
            "name": "KHUDAWADI LETTER U"
        },
        {
            "codepoint": "112B5",
            "name": "KHUDAWADI LETTER UU"
        },
        {
            "codepoint": "112B6",
            "name": "KHUDAWADI LETTER E"
        },
        {
            "codepoint": "112B7",
            "name": "KHUDAWADI LETTER AI"
        },
        {
            "codepoint": "112B8",
            "name": "KHUDAWADI LETTER O"
        },
        {
            "codepoint": "112B9",
            "name": "KHUDAWADI LETTER AU"
        },
        {
            "codepoint": "112BA",
            "name": "KHUDAWADI LETTER KA"
        },
        {
            "codepoint": "112BB",
            "name": "KHUDAWADI LETTER KHA"
        },
        {
            "codepoint": "112BC",
            "name": "KHUDAWADI LETTER GA"
        },
        {
            "codepoint": "112BD",
            "name": "KHUDAWADI LETTER GGA"
        },
        {
            "codepoint": "112BE",
            "name": "KHUDAWADI LETTER GHA"
        },
        {
            "codepoint": "112BF",
            "name": "KHUDAWADI LETTER NGA"
        },
        {
            "codepoint": "112C0",
            "name": "KHUDAWADI LETTER CA"
        },
        {
            "codepoint": "112C1",
            "name": "KHUDAWADI LETTER CHA"
        },
        {
            "codepoint": "112C2",
            "name": "KHUDAWADI LETTER JA"
        },
        {
            "codepoint": "112C3",
            "name": "KHUDAWADI LETTER JJA"
        },
        {
            "codepoint": "112C4",
            "name": "KHUDAWADI LETTER JHA"
        },
        {
            "codepoint": "112C5",
            "name": "KHUDAWADI LETTER NYA"
        },
        {
            "codepoint": "112C6",
            "name": "KHUDAWADI LETTER TTA"
        },
        {
            "codepoint": "112C7",
            "name": "KHUDAWADI LETTER TTHA"
        },
        {
            "codepoint": "112C8",
            "name": "KHUDAWADI LETTER DDA"
        },
        {
            "codepoint": "112C9",
            "name": "KHUDAWADI LETTER DDDA"
        },
        {
            "codepoint": "112CA",
            "name": "KHUDAWADI LETTER RRA"
        },
        {
            "codepoint": "112CB",
            "name": "KHUDAWADI LETTER DDHA"
        },
        {
            "codepoint": "112CC",
            "name": "KHUDAWADI LETTER NNA"
        },
        {
            "codepoint": "112CD",
            "name": "KHUDAWADI LETTER TA"
        },
        {
            "codepoint": "112CE",
            "name": "KHUDAWADI LETTER THA"
        },
        {
            "codepoint": "112CF",
            "name": "KHUDAWADI LETTER DA"
        },
        {
            "codepoint": "112D0",
            "name": "KHUDAWADI LETTER DHA"
        },
        {
            "codepoint": "112D1",
            "name": "KHUDAWADI LETTER NA"
        },
        {
            "codepoint": "112D2",
            "name": "KHUDAWADI LETTER PA"
        },
        {
            "codepoint": "112D3",
            "name": "KHUDAWADI LETTER PHA"
        },
        {
            "codepoint": "112D4",
            "name": "KHUDAWADI LETTER BA"
        },
        {
            "codepoint": "112D5",
            "name": "KHUDAWADI LETTER BBA"
        },
        {
            "codepoint": "112D6",
            "name": "KHUDAWADI LETTER BHA"
        },
        {
            "codepoint": "112D7",
            "name": "KHUDAWADI LETTER MA"
        },
        {
            "codepoint": "112D8",
            "name": "KHUDAWADI LETTER YA"
        },
        {
            "codepoint": "112D9",
            "name": "KHUDAWADI LETTER RA"
        },
        {
            "codepoint": "112DA",
            "name": "KHUDAWADI LETTER LA"
        },
        {
            "codepoint": "112DB",
            "name": "KHUDAWADI LETTER VA"
        },
        {
            "codepoint": "112DC",
            "name": "KHUDAWADI LETTER SHA"
        },
        {
            "codepoint": "112DD",
            "name": "KHUDAWADI LETTER SA"
        },
        {
            "codepoint": "112DE",
            "name": "KHUDAWADI LETTER HA"
        },
        {
            "codepoint": "112DF",
            "name": "KHUDAWADI SIGN ANUSVARA"
        },
        {
            "codepoint": "112E0",
            "name": "KHUDAWADI VOWEL SIGN AA"
        },
        {
            "codepoint": "112E1",
            "name": "KHUDAWADI VOWEL SIGN I"
        },
        {
            "codepoint": "112E2",
            "name": "KHUDAWADI VOWEL SIGN II"
        },
        {
            "codepoint": "112E3",
            "name": "KHUDAWADI VOWEL SIGN U"
        },
        {
            "codepoint": "112E4",
            "name": "KHUDAWADI VOWEL SIGN UU"
        },
        {
            "codepoint": "112E5",
            "name": "KHUDAWADI VOWEL SIGN E"
        },
        {
            "codepoint": "112E6",
            "name": "KHUDAWADI VOWEL SIGN AI"
        },
        {
            "codepoint": "112E7",
            "name": "KHUDAWADI VOWEL SIGN O"
        },
        {
            "codepoint": "112E8",
            "name": "KHUDAWADI VOWEL SIGN AU"
        },
        {
            "codepoint": "112E9",
            "name": "KHUDAWADI SIGN NUKTA"
        },
        {
            "codepoint": "112EA",
            "name": "KHUDAWADI SIGN VIRAMA"
        },
        {
            "codepoint": "112F0",
            "name": "KHUDAWADI DIGIT ZERO"
        },
        {
            "codepoint": "112F1",
            "name": "KHUDAWADI DIGIT ONE"
        },
        {
            "codepoint": "112F2",
            "name": "KHUDAWADI DIGIT TWO"
        },
        {
            "codepoint": "112F3",
            "name": "KHUDAWADI DIGIT THREE"
        },
        {
            "codepoint": "112F4",
            "name": "KHUDAWADI DIGIT FOUR"
        },
        {
            "codepoint": "112F5",
            "name": "KHUDAWADI DIGIT FIVE"
        },
        {
            "codepoint": "112F6",
            "name": "KHUDAWADI DIGIT SIX"
        },
        {
            "codepoint": "112F7",
            "name": "KHUDAWADI DIGIT SEVEN"
        },
        {
            "codepoint": "112F8",
            "name": "KHUDAWADI DIGIT EIGHT"
        },
        {
            "codepoint": "112F9",
            "name": "KHUDAWADI DIGIT NINE"
        },
        {
            "codepoint": "11300",
            "name": "GRANTHA SIGN COMBINING ANUSVARA ABOVE",
            "comments": [
                "used in Prakrit language Jain texts for the linguistic anusvara"
            ]
        },
        {
            "codepoint": "11301",
            "name": "GRANTHA SIGN CANDRABINDU"
        },
        {
            "codepoint": "11302",
            "name": "GRANTHA SIGN ANUSVARA",
            "comments": [
                "used in Prakrit language Jain texts to indicate gemination of the following consonant"
            ]
        },
        {
            "codepoint": "11303",
            "name": "GRANTHA SIGN VISARGA"
        },
        {
            "codepoint": "11305",
            "name": "GRANTHA LETTER A"
        },
        {
            "codepoint": "11306",
            "name": "GRANTHA LETTER AA"
        },
        {
            "codepoint": "11307",
            "name": "GRANTHA LETTER I"
        },
        {
            "codepoint": "11308",
            "name": "GRANTHA LETTER II"
        },
        {
            "codepoint": "11309",
            "name": "GRANTHA LETTER U"
        },
        {
            "codepoint": "1130A",
            "name": "GRANTHA LETTER UU"
        },
        {
            "codepoint": "1130B",
            "name": "GRANTHA LETTER VOCALIC R"
        },
        {
            "codepoint": "1130C",
            "name": "GRANTHA LETTER VOCALIC L"
        },
        {
            "codepoint": "1130F",
            "name": "GRANTHA LETTER EE"
        },
        {
            "codepoint": "11310",
            "name": "GRANTHA LETTER AI"
        },
        {
            "codepoint": "11313",
            "name": "GRANTHA LETTER OO"
        },
        {
            "codepoint": "11314",
            "name": "GRANTHA LETTER AU"
        },
        {
            "codepoint": "11315",
            "name": "GRANTHA LETTER KA"
        },
        {
            "codepoint": "11316",
            "name": "GRANTHA LETTER KHA"
        },
        {
            "codepoint": "11317",
            "name": "GRANTHA LETTER GA"
        },
        {
            "codepoint": "11318",
            "name": "GRANTHA LETTER GHA"
        },
        {
            "codepoint": "11319",
            "name": "GRANTHA LETTER NGA"
        },
        {
            "codepoint": "1131A",
            "name": "GRANTHA LETTER CA"
        },
        {
            "codepoint": "1131B",
            "name": "GRANTHA LETTER CHA"
        },
        {
            "codepoint": "1131C",
            "name": "GRANTHA LETTER JA"
        },
        {
            "codepoint": "1131D",
            "name": "GRANTHA LETTER JHA"
        },
        {
            "codepoint": "1131E",
            "name": "GRANTHA LETTER NYA"
        },
        {
            "codepoint": "1131F",
            "name": "GRANTHA LETTER TTA"
        },
        {
            "codepoint": "11320",
            "name": "GRANTHA LETTER TTHA"
        },
        {
            "codepoint": "11321",
            "name": "GRANTHA LETTER DDA"
        },
        {
            "codepoint": "11322",
            "name": "GRANTHA LETTER DDHA"
        },
        {
            "codepoint": "11323",
            "name": "GRANTHA LETTER NNA"
        },
        {
            "codepoint": "11324",
            "name": "GRANTHA LETTER TA"
        },
        {
            "codepoint": "11325",
            "name": "GRANTHA LETTER THA"
        },
        {
            "codepoint": "11326",
            "name": "GRANTHA LETTER DA"
        },
        {
            "codepoint": "11327",
            "name": "GRANTHA LETTER DHA"
        },
        {
            "codepoint": "11328",
            "name": "GRANTHA LETTER NA"
        },
        {
            "codepoint": "1132A",
            "name": "GRANTHA LETTER PA"
        },
        {
            "codepoint": "1132B",
            "name": "GRANTHA LETTER PHA"
        },
        {
            "codepoint": "1132C",
            "name": "GRANTHA LETTER BA"
        },
        {
            "codepoint": "1132D",
            "name": "GRANTHA LETTER BHA"
        },
        {
            "codepoint": "1132E",
            "name": "GRANTHA LETTER MA"
        },
        {
            "codepoint": "1132F",
            "name": "GRANTHA LETTER YA"
        },
        {
            "codepoint": "11330",
            "name": "GRANTHA LETTER RA"
        },
        {
            "codepoint": "11332",
            "name": "GRANTHA LETTER LA"
        },
        {
            "codepoint": "11333",
            "name": "GRANTHA LETTER LLA"
        },
        {
            "codepoint": "11335",
            "name": "GRANTHA LETTER VA"
        },
        {
            "codepoint": "11336",
            "name": "GRANTHA LETTER SHA"
        },
        {
            "codepoint": "11337",
            "name": "GRANTHA LETTER SSA"
        },
        {
            "codepoint": "11338",
            "name": "GRANTHA LETTER SA"
        },
        {
            "codepoint": "11339",
            "name": "GRANTHA LETTER HA"
        },
        {
            "codepoint": "1133B",
            "name": "COMBINING BINDU BELOW",
            "aliases": [
                "vindu"
            ],
            "comments": [
                "used as nukta for Betta Kurumba and other languages"
            ]
        },
        {
            "codepoint": "1133C",
            "name": "GRANTHA SIGN NUKTA"
        },
        {
            "codepoint": "1133D",
            "name": "GRANTHA SIGN AVAGRAHA"
        },
        {
            "codepoint": "1133E",
            "name": "GRANTHA VOWEL SIGN AA"
        },
        {
            "codepoint": "1133F",
            "name": "GRANTHA VOWEL SIGN I"
        },
        {
            "codepoint": "11340",
            "name": "GRANTHA VOWEL SIGN II"
        },
        {
            "codepoint": "11341",
            "name": "GRANTHA VOWEL SIGN U"
        },
        {
            "codepoint": "11342",
            "name": "GRANTHA VOWEL SIGN UU"
        },
        {
            "codepoint": "11343",
            "name": "GRANTHA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11344",
            "name": "GRANTHA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "11347",
            "name": "GRANTHA VOWEL SIGN EE"
        },
        {
            "codepoint": "11348",
            "name": "GRANTHA VOWEL SIGN AI"
        },
        {
            "codepoint": "1134B",
            "name": "GRANTHA VOWEL SIGN OO",
            "decompositions": [
                [
                    "11347",
                    "1133E"
                ]
            ]
        },
        {
            "codepoint": "1134C",
            "name": "GRANTHA VOWEL SIGN AU",
            "decompositions": [
                [
                    "11347",
                    "11357"
                ]
            ]
        },
        {
            "codepoint": "1134D",
            "name": "GRANTHA SIGN VIRAMA"
        },
        {
            "codepoint": "11350",
            "name": "GRANTHA OM"
        },
        {
            "codepoint": "11357",
            "name": "GRANTHA AU LENGTH MARK"
        },
        {
            "codepoint": "1135D",
            "name": "GRANTHA SIGN PLUTA",
            "comments": [
                "vowel-lengthening mark"
            ]
        },
        {
            "codepoint": "1135E",
            "name": "GRANTHA LETTER VEDIC ANUSVARA"
        },
        {
            "codepoint": "1135F",
            "name": "GRANTHA LETTER VEDIC DOUBLE ANUSVARA"
        },
        {
            "codepoint": "11360",
            "name": "GRANTHA LETTER VOCALIC RR"
        },
        {
            "codepoint": "11361",
            "name": "GRANTHA LETTER VOCALIC LL"
        },
        {
            "codepoint": "11362",
            "name": "GRANTHA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "11363",
            "name": "GRANTHA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "11366",
            "name": "COMBINING GRANTHA DIGIT ZERO"
        },
        {
            "codepoint": "11367",
            "name": "COMBINING GRANTHA DIGIT ONE"
        },
        {
            "codepoint": "11368",
            "name": "COMBINING GRANTHA DIGIT TWO"
        },
        {
            "codepoint": "11369",
            "name": "COMBINING GRANTHA DIGIT THREE"
        },
        {
            "codepoint": "1136A",
            "name": "COMBINING GRANTHA DIGIT FOUR"
        },
        {
            "codepoint": "1136B",
            "name": "COMBINING GRANTHA DIGIT FIVE"
        },
        {
            "codepoint": "1136C",
            "name": "COMBINING GRANTHA DIGIT SIX"
        },
        {
            "codepoint": "11370",
            "name": "COMBINING GRANTHA LETTER A"
        },
        {
            "codepoint": "11371",
            "name": "COMBINING GRANTHA LETTER KA"
        },
        {
            "codepoint": "11372",
            "name": "COMBINING GRANTHA LETTER NA"
        },
        {
            "codepoint": "11373",
            "name": "COMBINING GRANTHA LETTER VI"
        },
        {
            "codepoint": "11374",
            "name": "COMBINING GRANTHA LETTER PA"
        },
        {
            "codepoint": "11380",
            "name": "TULU-TIGALARI LETTER A"
        },
        {
            "codepoint": "11381",
            "name": "TULU-TIGALARI LETTER AA"
        },
        {
            "codepoint": "11382",
            "name": "TULU-TIGALARI LETTER I"
        },
        {
            "codepoint": "11383",
            "name": "TULU-TIGALARI LETTER II",
            "decompositions": [
                [
                    "11382",
                    "113C9"
                ]
            ]
        },
        {
            "codepoint": "11384",
            "name": "TULU-TIGALARI LETTER U"
        },
        {
            "codepoint": "11385",
            "name": "TULU-TIGALARI LETTER UU",
            "decompositions": [
                [
                    "11384",
                    "113BB"
                ]
            ]
        },
        {
            "codepoint": "11386",
            "name": "TULU-TIGALARI LETTER VOCALIC R"
        },
        {
            "codepoint": "11387",
            "name": "TULU-TIGALARI LETTER VOCALIC RR"
        },
        {
            "codepoint": "11388",
            "name": "TULU-TIGALARI LETTER VOCALIC L"
        },
        {
            "codepoint": "11389",
            "name": "TULU-TIGALARI LETTER VOCALIC LL"
        },
        {
            "codepoint": "1138B",
            "name": "TULU-TIGALARI LETTER EE"
        },
        {
            "codepoint": "1138E",
            "name": "TULU-TIGALARI LETTER AI",
            "decompositions": [
                [
                    "1138B",
                    "113C2"
                ]
            ]
        },
        {
            "codepoint": "11390",
            "name": "TULU-TIGALARI LETTER OO"
        },
        {
            "codepoint": "11391",
            "name": "TULU-TIGALARI LETTER AU",
            "decompositions": [
                [
                    "11390",
                    "113C9"
                ]
            ]
        },
        {
            "codepoint": "11392",
            "name": "TULU-TIGALARI LETTER KA"
        },
        {
            "codepoint": "11393",
            "name": "TULU-TIGALARI LETTER KHA"
        },
        {
            "codepoint": "11394",
            "name": "TULU-TIGALARI LETTER GA"
        },
        {
            "codepoint": "11395",
            "name": "TULU-TIGALARI LETTER GHA"
        },
        {
            "codepoint": "11396",
            "name": "TULU-TIGALARI LETTER NGA"
        },
        {
            "codepoint": "11397",
            "name": "TULU-TIGALARI LETTER CA"
        },
        {
            "codepoint": "11398",
            "name": "TULU-TIGALARI LETTER CHA"
        },
        {
            "codepoint": "11399",
            "name": "TULU-TIGALARI LETTER JA"
        },
        {
            "codepoint": "1139A",
            "name": "TULU-TIGALARI LETTER JHA"
        },
        {
            "codepoint": "1139B",
            "name": "TULU-TIGALARI LETTER NYA"
        },
        {
            "codepoint": "1139C",
            "name": "TULU-TIGALARI LETTER TTA"
        },
        {
            "codepoint": "1139D",
            "name": "TULU-TIGALARI LETTER TTHA"
        },
        {
            "codepoint": "1139E",
            "name": "TULU-TIGALARI LETTER DDA"
        },
        {
            "codepoint": "1139F",
            "name": "TULU-TIGALARI LETTER DDHA"
        },
        {
            "codepoint": "113A0",
            "name": "TULU-TIGALARI LETTER NNA"
        },
        {
            "codepoint": "113A1",
            "name": "TULU-TIGALARI LETTER TA"
        },
        {
            "codepoint": "113A2",
            "name": "TULU-TIGALARI LETTER THA"
        },
        {
            "codepoint": "113A3",
            "name": "TULU-TIGALARI LETTER DA"
        },
        {
            "codepoint": "113A4",
            "name": "TULU-TIGALARI LETTER DHA"
        },
        {
            "codepoint": "113A5",
            "name": "TULU-TIGALARI LETTER NA"
        },
        {
            "codepoint": "113A6",
            "name": "TULU-TIGALARI LETTER PA"
        },
        {
            "codepoint": "113A7",
            "name": "TULU-TIGALARI LETTER PHA"
        },
        {
            "codepoint": "113A8",
            "name": "TULU-TIGALARI LETTER BA"
        },
        {
            "codepoint": "113A9",
            "name": "TULU-TIGALARI LETTER BHA"
        },
        {
            "codepoint": "113AA",
            "name": "TULU-TIGALARI LETTER MA"
        },
        {
            "codepoint": "113AB",
            "name": "TULU-TIGALARI LETTER YA"
        },
        {
            "codepoint": "113AC",
            "name": "TULU-TIGALARI LETTER RA"
        },
        {
            "codepoint": "113AD",
            "name": "TULU-TIGALARI LETTER LA"
        },
        {
            "codepoint": "113AE",
            "name": "TULU-TIGALARI LETTER VA"
        },
        {
            "codepoint": "113AF",
            "name": "TULU-TIGALARI LETTER SHA"
        },
        {
            "codepoint": "113B0",
            "name": "TULU-TIGALARI LETTER SSA"
        },
        {
            "codepoint": "113B1",
            "name": "TULU-TIGALARI LETTER SA"
        },
        {
            "codepoint": "113B2",
            "name": "TULU-TIGALARI LETTER HA"
        },
        {
            "codepoint": "113B3",
            "name": "TULU-TIGALARI LETTER LLA"
        },
        {
            "codepoint": "113B4",
            "name": "TULU-TIGALARI LETTER RRA"
        },
        {
            "codepoint": "113B5",
            "name": "TULU-TIGALARI LETTER LLLA"
        },
        {
            "codepoint": "113B7",
            "name": "TULU-TIGALARI SIGN AVAGRAHA"
        },
        {
            "codepoint": "113B8",
            "name": "TULU-TIGALARI VOWEL SIGN AA"
        },
        {
            "codepoint": "113B9",
            "name": "TULU-TIGALARI VOWEL SIGN I"
        },
        {
            "codepoint": "113BA",
            "name": "TULU-TIGALARI VOWEL SIGN II"
        },
        {
            "codepoint": "113BB",
            "name": "TULU-TIGALARI VOWEL SIGN U"
        },
        {
            "codepoint": "113BC",
            "name": "TULU-TIGALARI VOWEL SIGN UU"
        },
        {
            "codepoint": "113BD",
            "name": "TULU-TIGALARI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "113BE",
            "name": "TULU-TIGALARI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "113BF",
            "name": "TULU-TIGALARI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "113C0",
            "name": "TULU-TIGALARI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "113C2",
            "name": "TULU-TIGALARI VOWEL SIGN EE"
        },
        {
            "codepoint": "113C5",
            "name": "TULU-TIGALARI VOWEL SIGN AI",
            "decompositions": [
                [
                    "113C2",
                    "113C2"
                ]
            ]
        },
        {
            "codepoint": "113C7",
            "name": "TULU-TIGALARI VOWEL SIGN OO",
            "decompositions": [
                [
                    "113C2",
                    "113B8"
                ]
            ]
        },
        {
            "codepoint": "113C8",
            "name": "TULU-TIGALARI VOWEL SIGN AU",
            "decompositions": [
                [
                    "113C2",
                    "113C9"
                ]
            ]
        },
        {
            "codepoint": "113C9",
            "name": "TULU-TIGALARI AU LENGTH MARK"
        },
        {
            "codepoint": "113CA",
            "name": "TULU-TIGALARI SIGN CANDRA ANUNASIKA"
        },
        {
            "codepoint": "113CC",
            "name": "TULU-TIGALARI SIGN ANUSVARA"
        },
        {
            "codepoint": "113CD",
            "name": "TULU-TIGALARI SIGN VISARGA"
        },
        {
            "codepoint": "113CE",
            "name": "TULU-TIGALARI SIGN VIRAMA"
        },
        {
            "codepoint": "113CF",
            "name": "TULU-TIGALARI SIGN LOOPED VIRAMA"
        },
        {
            "codepoint": "113D0",
            "name": "TULU-TIGALARI CONJOINER"
        },
        {
            "codepoint": "113D1",
            "name": "TULU-TIGALARI REPHA"
        },
        {
            "codepoint": "113D2",
            "name": "TULU-TIGALARI GEMINATION MARK"
        },
        {
            "codepoint": "113D3",
            "name": "TULU-TIGALARI SIGN PLUTA",
            "crossReferences": [
                "(grantha sign pluta - 1135D)"
            ]
        },
        {
            "codepoint": "113D4",
            "name": "TULU-TIGALARI DANDA"
        },
        {
            "codepoint": "113D5",
            "name": "TULU-TIGALARI DOUBLE DANDA"
        },
        {
            "codepoint": "113D7",
            "name": "TULU-TIGALARI SIGN OM PUSHPIKA"
        },
        {
            "codepoint": "113D8",
            "name": "TULU-TIGALARI SIGN SHRII PUSHPIKA"
        },
        {
            "codepoint": "113E1",
            "name": "TULU-TIGALARI VEDIC TONE SVARITA"
        },
        {
            "codepoint": "113E2",
            "name": "TULU-TIGALARI VEDIC TONE ANUDATTA"
        },
        {
            "codepoint": "11400",
            "name": "NEWA LETTER A"
        },
        {
            "codepoint": "11401",
            "name": "NEWA LETTER AA"
        },
        {
            "codepoint": "11402",
            "name": "NEWA LETTER I"
        },
        {
            "codepoint": "11403",
            "name": "NEWA LETTER II"
        },
        {
            "codepoint": "11404",
            "name": "NEWA LETTER U"
        },
        {
            "codepoint": "11405",
            "name": "NEWA LETTER UU"
        },
        {
            "codepoint": "11406",
            "name": "NEWA LETTER VOCALIC R"
        },
        {
            "codepoint": "11407",
            "name": "NEWA LETTER VOCALIC RR"
        },
        {
            "codepoint": "11408",
            "name": "NEWA LETTER VOCALIC L"
        },
        {
            "codepoint": "11409",
            "name": "NEWA LETTER VOCALIC LL"
        },
        {
            "codepoint": "1140A",
            "name": "NEWA LETTER E"
        },
        {
            "codepoint": "1140B",
            "name": "NEWA LETTER AI"
        },
        {
            "codepoint": "1140C",
            "name": "NEWA LETTER O"
        },
        {
            "codepoint": "1140D",
            "name": "NEWA LETTER AU"
        },
        {
            "codepoint": "1140E",
            "name": "NEWA LETTER KA"
        },
        {
            "codepoint": "1140F",
            "name": "NEWA LETTER KHA"
        },
        {
            "codepoint": "11410",
            "name": "NEWA LETTER GA"
        },
        {
            "codepoint": "11411",
            "name": "NEWA LETTER GHA"
        },
        {
            "codepoint": "11412",
            "name": "NEWA LETTER NGA"
        },
        {
            "codepoint": "11413",
            "name": "NEWA LETTER NGHA",
            "comments": [
                "murmured nasal for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "11414",
            "name": "NEWA LETTER CA"
        },
        {
            "codepoint": "11415",
            "name": "NEWA LETTER CHA"
        },
        {
            "codepoint": "11416",
            "name": "NEWA LETTER JA"
        },
        {
            "codepoint": "11417",
            "name": "NEWA LETTER JHA"
        },
        {
            "codepoint": "11418",
            "name": "NEWA LETTER NYA"
        },
        {
            "codepoint": "11419",
            "name": "NEWA LETTER NYHA",
            "comments": [
                "murmured nasal for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "1141A",
            "name": "NEWA LETTER TTA"
        },
        {
            "codepoint": "1141B",
            "name": "NEWA LETTER TTHA"
        },
        {
            "codepoint": "1141C",
            "name": "NEWA LETTER DDA"
        },
        {
            "codepoint": "1141D",
            "name": "NEWA LETTER DDHA"
        },
        {
            "codepoint": "1141E",
            "name": "NEWA LETTER NNA"
        },
        {
            "codepoint": "1141F",
            "name": "NEWA LETTER TA"
        },
        {
            "codepoint": "11420",
            "name": "NEWA LETTER THA"
        },
        {
            "codepoint": "11421",
            "name": "NEWA LETTER DA"
        },
        {
            "codepoint": "11422",
            "name": "NEWA LETTER DHA"
        },
        {
            "codepoint": "11423",
            "name": "NEWA LETTER NA"
        },
        {
            "codepoint": "11424",
            "name": "NEWA LETTER NHA",
            "comments": [
                "murmured nasal for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "11425",
            "name": "NEWA LETTER PA"
        },
        {
            "codepoint": "11426",
            "name": "NEWA LETTER PHA"
        },
        {
            "codepoint": "11427",
            "name": "NEWA LETTER BA"
        },
        {
            "codepoint": "11428",
            "name": "NEWA LETTER BHA"
        },
        {
            "codepoint": "11429",
            "name": "NEWA LETTER MA"
        },
        {
            "codepoint": "1142A",
            "name": "NEWA LETTER MHA",
            "comments": [
                "murmured nasal for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "1142B",
            "name": "NEWA LETTER YA"
        },
        {
            "codepoint": "1142C",
            "name": "NEWA LETTER RA"
        },
        {
            "codepoint": "1142D",
            "name": "NEWA LETTER RHA",
            "comments": [
                "murmured tap for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "1142E",
            "name": "NEWA LETTER LA"
        },
        {
            "codepoint": "1142F",
            "name": "NEWA LETTER LHA",
            "comments": [
                "murmured lateral for Nepal Bhasa language"
            ]
        },
        {
            "codepoint": "11430",
            "name": "NEWA LETTER WA"
        },
        {
            "codepoint": "11431",
            "name": "NEWA LETTER SHA"
        },
        {
            "codepoint": "11432",
            "name": "NEWA LETTER SSA"
        },
        {
            "codepoint": "11433",
            "name": "NEWA LETTER SA"
        },
        {
            "codepoint": "11434",
            "name": "NEWA LETTER HA"
        },
        {
            "codepoint": "11435",
            "name": "NEWA VOWEL SIGN AA"
        },
        {
            "codepoint": "11436",
            "name": "NEWA VOWEL SIGN I"
        },
        {
            "codepoint": "11437",
            "name": "NEWA VOWEL SIGN II"
        },
        {
            "codepoint": "11438",
            "name": "NEWA VOWEL SIGN U"
        },
        {
            "codepoint": "11439",
            "name": "NEWA VOWEL SIGN UU"
        },
        {
            "codepoint": "1143A",
            "name": "NEWA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "1143B",
            "name": "NEWA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "1143C",
            "name": "NEWA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "1143D",
            "name": "NEWA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "1143E",
            "name": "NEWA VOWEL SIGN E"
        },
        {
            "codepoint": "1143F",
            "name": "NEWA VOWEL SIGN AI"
        },
        {
            "codepoint": "11440",
            "name": "NEWA VOWEL SIGN O"
        },
        {
            "codepoint": "11441",
            "name": "NEWA VOWEL SIGN AU"
        },
        {
            "codepoint": "11442",
            "name": "NEWA SIGN VIRAMA",
            "aliases": [
                "tutisaalaa"
            ]
        },
        {
            "codepoint": "11443",
            "name": "NEWA SIGN CANDRABINDU",
            "aliases": [
                "milaaphuti"
            ]
        },
        {
            "codepoint": "11444",
            "name": "NEWA SIGN ANUSVARA",
            "aliases": [
                "sinhaphuti"
            ]
        },
        {
            "codepoint": "11445",
            "name": "NEWA SIGN VISARGA",
            "aliases": [
                "liphuti"
            ]
        },
        {
            "codepoint": "11446",
            "name": "NEWA SIGN NUKTA"
        },
        {
            "codepoint": "11447",
            "name": "NEWA SIGN AVAGRAHA",
            "aliases": [
                "sulaa"
            ]
        },
        {
            "codepoint": "11448",
            "name": "NEWA SIGN FINAL ANUSVARA",
            "aliases": [
                "baadipu"
            ]
        },
        {
            "codepoint": "11449",
            "name": "NEWA OM"
        },
        {
            "codepoint": "1144A",
            "name": "NEWA SIDDHI"
        },
        {
            "codepoint": "1144B",
            "name": "NEWA DANDA",
            "aliases": [
                "dipu"
            ]
        },
        {
            "codepoint": "1144C",
            "name": "NEWA DOUBLE DANDA"
        },
        {
            "codepoint": "1144D",
            "name": "NEWA COMMA",
            "aliases": [
                "jhaasu"
            ]
        },
        {
            "codepoint": "1144E",
            "name": "NEWA GAP FILLER",
            "aliases": [
                "thaayjaayekaa"
            ]
        },
        {
            "codepoint": "1144F",
            "name": "NEWA ABBREVIATION SIGN"
        },
        {
            "codepoint": "11450",
            "name": "NEWA DIGIT ZERO",
            "aliases": [
                "guli"
            ]
        },
        {
            "codepoint": "11451",
            "name": "NEWA DIGIT ONE",
            "aliases": [
                "chi"
            ]
        },
        {
            "codepoint": "11452",
            "name": "NEWA DIGIT TWO",
            "aliases": [
                "nasi"
            ]
        },
        {
            "codepoint": "11453",
            "name": "NEWA DIGIT THREE",
            "aliases": [
                "swa"
            ]
        },
        {
            "codepoint": "11454",
            "name": "NEWA DIGIT FOUR",
            "aliases": [
                "pi"
            ]
        },
        {
            "codepoint": "11455",
            "name": "NEWA DIGIT FIVE",
            "aliases": [
                "njaa"
            ]
        },
        {
            "codepoint": "11456",
            "name": "NEWA DIGIT SIX",
            "aliases": [
                "khu"
            ]
        },
        {
            "codepoint": "11457",
            "name": "NEWA DIGIT SEVEN",
            "aliases": [
                "nhasa"
            ]
        },
        {
            "codepoint": "11458",
            "name": "NEWA DIGIT EIGHT",
            "aliases": [
                "cyaa"
            ]
        },
        {
            "codepoint": "11459",
            "name": "NEWA DIGIT NINE",
            "aliases": [
                "gu"
            ]
        },
        {
            "codepoint": "1145A",
            "name": "NEWA DOUBLE COMMA"
        },
        {
            "codepoint": "1145B",
            "name": "NEWA PLACEHOLDER MARK",
            "aliases": [
                "jaayekaa"
            ]
        },
        {
            "codepoint": "1145D",
            "name": "NEWA INSERTION SIGN",
            "aliases": [
                "tansaa"
            ]
        },
        {
            "codepoint": "1145E",
            "name": "NEWA SANDHI MARK",
            "comments": [
                "indicates external sandhi in Sanskrit documents"
            ],
            "crossReferences": [
                "(bengali sandhi mark - 09FE)"
            ]
        },
        {
            "codepoint": "1145F",
            "name": "NEWA LETTER VEDIC ANUSVARA"
        },
        {
            "codepoint": "11460",
            "name": "NEWA SIGN JIHVAMULIYA",
            "crossReferences": [
                "(vedic sign jihvamuliya - 1CF5)"
            ]
        },
        {
            "codepoint": "11461",
            "name": "NEWA SIGN UPADHMANIYA",
            "crossReferences": [
                "(vedic sign upadhmaniya - 1CF6)"
            ]
        },
        {
            "codepoint": "11480",
            "name": "TIRHUTA ANJI"
        },
        {
            "codepoint": "11481",
            "name": "TIRHUTA LETTER A"
        },
        {
            "codepoint": "11482",
            "name": "TIRHUTA LETTER AA"
        },
        {
            "codepoint": "11483",
            "name": "TIRHUTA LETTER I"
        },
        {
            "codepoint": "11484",
            "name": "TIRHUTA LETTER II"
        },
        {
            "codepoint": "11485",
            "name": "TIRHUTA LETTER U"
        },
        {
            "codepoint": "11486",
            "name": "TIRHUTA LETTER UU"
        },
        {
            "codepoint": "11487",
            "name": "TIRHUTA LETTER VOCALIC R"
        },
        {
            "codepoint": "11488",
            "name": "TIRHUTA LETTER VOCALIC RR"
        },
        {
            "codepoint": "11489",
            "name": "TIRHUTA LETTER VOCALIC L"
        },
        {
            "codepoint": "1148A",
            "name": "TIRHUTA LETTER VOCALIC LL"
        },
        {
            "codepoint": "1148B",
            "name": "TIRHUTA LETTER E"
        },
        {
            "codepoint": "1148C",
            "name": "TIRHUTA LETTER AI"
        },
        {
            "codepoint": "1148D",
            "name": "TIRHUTA LETTER O"
        },
        {
            "codepoint": "1148E",
            "name": "TIRHUTA LETTER AU"
        },
        {
            "codepoint": "1148F",
            "name": "TIRHUTA LETTER KA"
        },
        {
            "codepoint": "11490",
            "name": "TIRHUTA LETTER KHA"
        },
        {
            "codepoint": "11491",
            "name": "TIRHUTA LETTER GA"
        },
        {
            "codepoint": "11492",
            "name": "TIRHUTA LETTER GHA"
        },
        {
            "codepoint": "11493",
            "name": "TIRHUTA LETTER NGA"
        },
        {
            "codepoint": "11494",
            "name": "TIRHUTA LETTER CA"
        },
        {
            "codepoint": "11495",
            "name": "TIRHUTA LETTER CHA"
        },
        {
            "codepoint": "11496",
            "name": "TIRHUTA LETTER JA"
        },
        {
            "codepoint": "11497",
            "name": "TIRHUTA LETTER JHA"
        },
        {
            "codepoint": "11498",
            "name": "TIRHUTA LETTER NYA"
        },
        {
            "codepoint": "11499",
            "name": "TIRHUTA LETTER TTA"
        },
        {
            "codepoint": "1149A",
            "name": "TIRHUTA LETTER TTHA"
        },
        {
            "codepoint": "1149B",
            "name": "TIRHUTA LETTER DDA"
        },
        {
            "codepoint": "1149C",
            "name": "TIRHUTA LETTER DDHA"
        },
        {
            "codepoint": "1149D",
            "name": "TIRHUTA LETTER NNA"
        },
        {
            "codepoint": "1149E",
            "name": "TIRHUTA LETTER TA"
        },
        {
            "codepoint": "1149F",
            "name": "TIRHUTA LETTER THA"
        },
        {
            "codepoint": "114A0",
            "name": "TIRHUTA LETTER DA"
        },
        {
            "codepoint": "114A1",
            "name": "TIRHUTA LETTER DHA"
        },
        {
            "codepoint": "114A2",
            "name": "TIRHUTA LETTER NA"
        },
        {
            "codepoint": "114A3",
            "name": "TIRHUTA LETTER PA"
        },
        {
            "codepoint": "114A4",
            "name": "TIRHUTA LETTER PHA"
        },
        {
            "codepoint": "114A5",
            "name": "TIRHUTA LETTER BA"
        },
        {
            "codepoint": "114A6",
            "name": "TIRHUTA LETTER BHA"
        },
        {
            "codepoint": "114A7",
            "name": "TIRHUTA LETTER MA"
        },
        {
            "codepoint": "114A8",
            "name": "TIRHUTA LETTER YA"
        },
        {
            "codepoint": "114A9",
            "name": "TIRHUTA LETTER RA"
        },
        {
            "codepoint": "114AA",
            "name": "TIRHUTA LETTER LA"
        },
        {
            "codepoint": "114AB",
            "name": "TIRHUTA LETTER VA"
        },
        {
            "codepoint": "114AC",
            "name": "TIRHUTA LETTER SHA"
        },
        {
            "codepoint": "114AD",
            "name": "TIRHUTA LETTER SSA"
        },
        {
            "codepoint": "114AE",
            "name": "TIRHUTA LETTER SA"
        },
        {
            "codepoint": "114AF",
            "name": "TIRHUTA LETTER HA"
        },
        {
            "codepoint": "114B0",
            "name": "TIRHUTA VOWEL SIGN AA"
        },
        {
            "codepoint": "114B1",
            "name": "TIRHUTA VOWEL SIGN I"
        },
        {
            "codepoint": "114B2",
            "name": "TIRHUTA VOWEL SIGN II"
        },
        {
            "codepoint": "114B3",
            "name": "TIRHUTA VOWEL SIGN U"
        },
        {
            "codepoint": "114B4",
            "name": "TIRHUTA VOWEL SIGN UU"
        },
        {
            "codepoint": "114B5",
            "name": "TIRHUTA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "114B6",
            "name": "TIRHUTA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "114B7",
            "name": "TIRHUTA VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "114B8",
            "name": "TIRHUTA VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "114B9",
            "name": "TIRHUTA VOWEL SIGN E"
        },
        {
            "codepoint": "114BA",
            "name": "TIRHUTA VOWEL SIGN SHORT E"
        },
        {
            "codepoint": "114BB",
            "name": "TIRHUTA VOWEL SIGN AI",
            "decompositions": [
                [
                    "114B9",
                    "114BA"
                ]
            ]
        },
        {
            "codepoint": "114BC",
            "name": "TIRHUTA VOWEL SIGN O",
            "decompositions": [
                [
                    "114B9",
                    "114B0"
                ]
            ]
        },
        {
            "codepoint": "114BD",
            "name": "TIRHUTA VOWEL SIGN SHORT O"
        },
        {
            "codepoint": "114BE",
            "name": "TIRHUTA VOWEL SIGN AU",
            "decompositions": [
                [
                    "114B9",
                    "114BD"
                ]
            ]
        },
        {
            "codepoint": "114BF",
            "name": "TIRHUTA SIGN CANDRABINDU"
        },
        {
            "codepoint": "114C0",
            "name": "TIRHUTA SIGN ANUSVARA"
        },
        {
            "codepoint": "114C1",
            "name": "TIRHUTA SIGN VISARGA"
        },
        {
            "codepoint": "114C2",
            "name": "TIRHUTA SIGN VIRAMA",
            "aliases": [
                "halant"
            ]
        },
        {
            "codepoint": "114C3",
            "name": "TIRHUTA SIGN NUKTA"
        },
        {
            "codepoint": "114C4",
            "name": "TIRHUTA SIGN AVAGRAHA"
        },
        {
            "codepoint": "114C5",
            "name": "TIRHUTA GVANG",
            "aliases": [
                "vedic anusvara"
            ]
        },
        {
            "codepoint": "114C6",
            "name": "TIRHUTA ABBREVIATION SIGN"
        },
        {
            "codepoint": "114C7",
            "name": "TIRHUTA OM"
        },
        {
            "codepoint": "114D0",
            "name": "TIRHUTA DIGIT ZERO"
        },
        {
            "codepoint": "114D1",
            "name": "TIRHUTA DIGIT ONE"
        },
        {
            "codepoint": "114D2",
            "name": "TIRHUTA DIGIT TWO"
        },
        {
            "codepoint": "114D3",
            "name": "TIRHUTA DIGIT THREE"
        },
        {
            "codepoint": "114D4",
            "name": "TIRHUTA DIGIT FOUR"
        },
        {
            "codepoint": "114D5",
            "name": "TIRHUTA DIGIT FIVE"
        },
        {
            "codepoint": "114D6",
            "name": "TIRHUTA DIGIT SIX"
        },
        {
            "codepoint": "114D7",
            "name": "TIRHUTA DIGIT SEVEN"
        },
        {
            "codepoint": "114D8",
            "name": "TIRHUTA DIGIT EIGHT"
        },
        {
            "codepoint": "114D9",
            "name": "TIRHUTA DIGIT NINE"
        },
        {
            "codepoint": "11580",
            "name": "SIDDHAM LETTER A"
        },
        {
            "codepoint": "11581",
            "name": "SIDDHAM LETTER AA"
        },
        {
            "codepoint": "11582",
            "name": "SIDDHAM LETTER I"
        },
        {
            "codepoint": "11583",
            "name": "SIDDHAM LETTER II"
        },
        {
            "codepoint": "11584",
            "name": "SIDDHAM LETTER U"
        },
        {
            "codepoint": "11585",
            "name": "SIDDHAM LETTER UU"
        },
        {
            "codepoint": "11586",
            "name": "SIDDHAM LETTER VOCALIC R"
        },
        {
            "codepoint": "11587",
            "name": "SIDDHAM LETTER VOCALIC RR"
        },
        {
            "codepoint": "11588",
            "name": "SIDDHAM LETTER VOCALIC L"
        },
        {
            "codepoint": "11589",
            "name": "SIDDHAM LETTER VOCALIC LL"
        },
        {
            "codepoint": "1158A",
            "name": "SIDDHAM LETTER E"
        },
        {
            "codepoint": "1158B",
            "name": "SIDDHAM LETTER AI"
        },
        {
            "codepoint": "1158C",
            "name": "SIDDHAM LETTER O"
        },
        {
            "codepoint": "1158D",
            "name": "SIDDHAM LETTER AU"
        },
        {
            "codepoint": "1158E",
            "name": "SIDDHAM LETTER KA"
        },
        {
            "codepoint": "1158F",
            "name": "SIDDHAM LETTER KHA"
        },
        {
            "codepoint": "11590",
            "name": "SIDDHAM LETTER GA"
        },
        {
            "codepoint": "11591",
            "name": "SIDDHAM LETTER GHA"
        },
        {
            "codepoint": "11592",
            "name": "SIDDHAM LETTER NGA"
        },
        {
            "codepoint": "11593",
            "name": "SIDDHAM LETTER CA"
        },
        {
            "codepoint": "11594",
            "name": "SIDDHAM LETTER CHA"
        },
        {
            "codepoint": "11595",
            "name": "SIDDHAM LETTER JA"
        },
        {
            "codepoint": "11596",
            "name": "SIDDHAM LETTER JHA"
        },
        {
            "codepoint": "11597",
            "name": "SIDDHAM LETTER NYA"
        },
        {
            "codepoint": "11598",
            "name": "SIDDHAM LETTER TTA"
        },
        {
            "codepoint": "11599",
            "name": "SIDDHAM LETTER TTHA"
        },
        {
            "codepoint": "1159A",
            "name": "SIDDHAM LETTER DDA"
        },
        {
            "codepoint": "1159B",
            "name": "SIDDHAM LETTER DDHA"
        },
        {
            "codepoint": "1159C",
            "name": "SIDDHAM LETTER NNA"
        },
        {
            "codepoint": "1159D",
            "name": "SIDDHAM LETTER TA"
        },
        {
            "codepoint": "1159E",
            "name": "SIDDHAM LETTER THA"
        },
        {
            "codepoint": "1159F",
            "name": "SIDDHAM LETTER DA"
        },
        {
            "codepoint": "115A0",
            "name": "SIDDHAM LETTER DHA"
        },
        {
            "codepoint": "115A1",
            "name": "SIDDHAM LETTER NA"
        },
        {
            "codepoint": "115A2",
            "name": "SIDDHAM LETTER PA"
        },
        {
            "codepoint": "115A3",
            "name": "SIDDHAM LETTER PHA"
        },
        {
            "codepoint": "115A4",
            "name": "SIDDHAM LETTER BA"
        },
        {
            "codepoint": "115A5",
            "name": "SIDDHAM LETTER BHA"
        },
        {
            "codepoint": "115A6",
            "name": "SIDDHAM LETTER MA"
        },
        {
            "codepoint": "115A7",
            "name": "SIDDHAM LETTER YA"
        },
        {
            "codepoint": "115A8",
            "name": "SIDDHAM LETTER RA"
        },
        {
            "codepoint": "115A9",
            "name": "SIDDHAM LETTER LA"
        },
        {
            "codepoint": "115AA",
            "name": "SIDDHAM LETTER VA"
        },
        {
            "codepoint": "115AB",
            "name": "SIDDHAM LETTER SHA"
        },
        {
            "codepoint": "115AC",
            "name": "SIDDHAM LETTER SSA"
        },
        {
            "codepoint": "115AD",
            "name": "SIDDHAM LETTER SA"
        },
        {
            "codepoint": "115AE",
            "name": "SIDDHAM LETTER HA"
        },
        {
            "codepoint": "115AF",
            "name": "SIDDHAM VOWEL SIGN AA"
        },
        {
            "codepoint": "115B0",
            "name": "SIDDHAM VOWEL SIGN I"
        },
        {
            "codepoint": "115B1",
            "name": "SIDDHAM VOWEL SIGN II"
        },
        {
            "codepoint": "115B2",
            "name": "SIDDHAM VOWEL SIGN U"
        },
        {
            "codepoint": "115B3",
            "name": "SIDDHAM VOWEL SIGN UU"
        },
        {
            "codepoint": "115B4",
            "name": "SIDDHAM VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "115B5",
            "name": "SIDDHAM VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "115B8",
            "name": "SIDDHAM VOWEL SIGN E"
        },
        {
            "codepoint": "115B9",
            "name": "SIDDHAM VOWEL SIGN AI"
        },
        {
            "codepoint": "115BA",
            "name": "SIDDHAM VOWEL SIGN O",
            "decompositions": [
                [
                    "115B8",
                    "115AF"
                ]
            ]
        },
        {
            "codepoint": "115BB",
            "name": "SIDDHAM VOWEL SIGN AU",
            "decompositions": [
                [
                    "115B9",
                    "115AF"
                ]
            ]
        },
        {
            "codepoint": "115BC",
            "name": "SIDDHAM SIGN CANDRABINDU"
        },
        {
            "codepoint": "115BD",
            "name": "SIDDHAM SIGN ANUSVARA"
        },
        {
            "codepoint": "115BE",
            "name": "SIDDHAM SIGN VISARGA"
        },
        {
            "codepoint": "115BF",
            "name": "SIDDHAM SIGN VIRAMA"
        },
        {
            "codepoint": "115C0",
            "name": "SIDDHAM SIGN NUKTA",
            "comments": [
                "used for writing foreign sounds"
            ]
        },
        {
            "codepoint": "115C1",
            "name": "SIDDHAM SIGN SIDDHAM",
            "aliases": [
                "siddhirastu"
            ],
            "comments": [
                "used at the beginning of texts"
            ]
        },
        {
            "codepoint": "115C2",
            "name": "SIDDHAM DANDA"
        },
        {
            "codepoint": "115C3",
            "name": "SIDDHAM DOUBLE DANDA"
        },
        {
            "codepoint": "115C4",
            "name": "SIDDHAM SEPARATOR DOT",
            "comments": [
                "used for separating syllables and words"
            ]
        },
        {
            "codepoint": "115C5",
            "name": "SIDDHAM SEPARATOR BAR",
            "comments": [
                "used for separating syllables and words"
            ]
        },
        {
            "codepoint": "115C6",
            "name": "SIDDHAM REPETITION MARK-1"
        },
        {
            "codepoint": "115C7",
            "name": "SIDDHAM REPETITION MARK-2"
        },
        {
            "codepoint": "115C8",
            "name": "SIDDHAM REPETITION MARK-3"
        },
        {
            "codepoint": "115C9",
            "name": "SIDDHAM END OF TEXT MARK",
            "comments": [
                "indicates the completion of a text"
            ]
        },
        {
            "codepoint": "115CA",
            "name": "SIDDHAM SECTION MARK WITH TRIDENT AND U-SHAPED ORNAMENTS"
        },
        {
            "codepoint": "115CB",
            "name": "SIDDHAM SECTION MARK WITH TRIDENT AND DOTTED CRESCENTS"
        },
        {
            "codepoint": "115CC",
            "name": "SIDDHAM SECTION MARK WITH RAYS AND DOTTED CRESCENTS"
        },
        {
            "codepoint": "115CD",
            "name": "SIDDHAM SECTION MARK WITH RAYS AND DOTTED DOUBLE CRESCENTS"
        },
        {
            "codepoint": "115CE",
            "name": "SIDDHAM SECTION MARK WITH RAYS AND DOTTED TRIPLE CRESCENTS"
        },
        {
            "codepoint": "115CF",
            "name": "SIDDHAM SECTION MARK DOUBLE RING"
        },
        {
            "codepoint": "115D0",
            "name": "SIDDHAM SECTION MARK DOUBLE RING WITH RAYS"
        },
        {
            "codepoint": "115D1",
            "name": "SIDDHAM SECTION MARK WITH DOUBLE CRESCENTS"
        },
        {
            "codepoint": "115D2",
            "name": "SIDDHAM SECTION MARK WITH TRIPLE CRESCENTS"
        },
        {
            "codepoint": "115D3",
            "name": "SIDDHAM SECTION MARK WITH QUADRUPLE CRESCENTS"
        },
        {
            "codepoint": "115D4",
            "name": "SIDDHAM SECTION MARK WITH SEPTUPLE CRESCENTS"
        },
        {
            "codepoint": "115D5",
            "name": "SIDDHAM SECTION MARK WITH CIRCLES AND RAYS"
        },
        {
            "codepoint": "115D6",
            "name": "SIDDHAM SECTION MARK WITH CIRCLES AND TWO ENCLOSURES"
        },
        {
            "codepoint": "115D7",
            "name": "SIDDHAM SECTION MARK WITH CIRCLES AND FOUR ENCLOSURES"
        },
        {
            "codepoint": "115D8",
            "name": "SIDDHAM LETTER THREE-CIRCLE ALTERNATE I",
            "crossReferences": [
                "(siddham letter i - 11582)"
            ]
        },
        {
            "codepoint": "115D9",
            "name": "SIDDHAM LETTER TWO-CIRCLE ALTERNATE I"
        },
        {
            "codepoint": "115DA",
            "name": "SIDDHAM LETTER TWO-CIRCLE ALTERNATE II",
            "crossReferences": [
                "(siddham letter ii - 11583)"
            ]
        },
        {
            "codepoint": "115DB",
            "name": "SIDDHAM LETTER ALTERNATE U",
            "crossReferences": [
                "(siddham letter u - 11584)"
            ]
        },
        {
            "codepoint": "115DC",
            "name": "SIDDHAM VOWEL SIGN ALTERNATE U"
        },
        {
            "codepoint": "115DD",
            "name": "SIDDHAM VOWEL SIGN ALTERNATE UU"
        },
        {
            "codepoint": "11600",
            "name": "MODI LETTER A"
        },
        {
            "codepoint": "11601",
            "name": "MODI LETTER AA"
        },
        {
            "codepoint": "11602",
            "name": "MODI LETTER I"
        },
        {
            "codepoint": "11603",
            "name": "MODI LETTER II"
        },
        {
            "codepoint": "11604",
            "name": "MODI LETTER U"
        },
        {
            "codepoint": "11605",
            "name": "MODI LETTER UU"
        },
        {
            "codepoint": "11606",
            "name": "MODI LETTER VOCALIC R"
        },
        {
            "codepoint": "11607",
            "name": "MODI LETTER VOCALIC RR"
        },
        {
            "codepoint": "11608",
            "name": "MODI LETTER VOCALIC L"
        },
        {
            "codepoint": "11609",
            "name": "MODI LETTER VOCALIC LL"
        },
        {
            "codepoint": "1160A",
            "name": "MODI LETTER E"
        },
        {
            "codepoint": "1160B",
            "name": "MODI LETTER AI"
        },
        {
            "codepoint": "1160C",
            "name": "MODI LETTER O"
        },
        {
            "codepoint": "1160D",
            "name": "MODI LETTER AU"
        },
        {
            "codepoint": "1160E",
            "name": "MODI LETTER KA"
        },
        {
            "codepoint": "1160F",
            "name": "MODI LETTER KHA"
        },
        {
            "codepoint": "11610",
            "name": "MODI LETTER GA"
        },
        {
            "codepoint": "11611",
            "name": "MODI LETTER GHA"
        },
        {
            "codepoint": "11612",
            "name": "MODI LETTER NGA"
        },
        {
            "codepoint": "11613",
            "name": "MODI LETTER CA"
        },
        {
            "codepoint": "11614",
            "name": "MODI LETTER CHA"
        },
        {
            "codepoint": "11615",
            "name": "MODI LETTER JA"
        },
        {
            "codepoint": "11616",
            "name": "MODI LETTER JHA"
        },
        {
            "codepoint": "11617",
            "name": "MODI LETTER NYA"
        },
        {
            "codepoint": "11618",
            "name": "MODI LETTER TTA"
        },
        {
            "codepoint": "11619",
            "name": "MODI LETTER TTHA"
        },
        {
            "codepoint": "1161A",
            "name": "MODI LETTER DDA"
        },
        {
            "codepoint": "1161B",
            "name": "MODI LETTER DDHA"
        },
        {
            "codepoint": "1161C",
            "name": "MODI LETTER NNA"
        },
        {
            "codepoint": "1161D",
            "name": "MODI LETTER TA"
        },
        {
            "codepoint": "1161E",
            "name": "MODI LETTER THA"
        },
        {
            "codepoint": "1161F",
            "name": "MODI LETTER DA"
        },
        {
            "codepoint": "11620",
            "name": "MODI LETTER DHA"
        },
        {
            "codepoint": "11621",
            "name": "MODI LETTER NA"
        },
        {
            "codepoint": "11622",
            "name": "MODI LETTER PA"
        },
        {
            "codepoint": "11623",
            "name": "MODI LETTER PHA"
        },
        {
            "codepoint": "11624",
            "name": "MODI LETTER BA"
        },
        {
            "codepoint": "11625",
            "name": "MODI LETTER BHA"
        },
        {
            "codepoint": "11626",
            "name": "MODI LETTER MA"
        },
        {
            "codepoint": "11627",
            "name": "MODI LETTER YA"
        },
        {
            "codepoint": "11628",
            "name": "MODI LETTER RA"
        },
        {
            "codepoint": "11629",
            "name": "MODI LETTER LA"
        },
        {
            "codepoint": "1162A",
            "name": "MODI LETTER VA"
        },
        {
            "codepoint": "1162B",
            "name": "MODI LETTER SHA"
        },
        {
            "codepoint": "1162C",
            "name": "MODI LETTER SSA"
        },
        {
            "codepoint": "1162D",
            "name": "MODI LETTER SA"
        },
        {
            "codepoint": "1162E",
            "name": "MODI LETTER HA"
        },
        {
            "codepoint": "1162F",
            "name": "MODI LETTER LLA"
        },
        {
            "codepoint": "11630",
            "name": "MODI VOWEL SIGN AA"
        },
        {
            "codepoint": "11631",
            "name": "MODI VOWEL SIGN I"
        },
        {
            "codepoint": "11632",
            "name": "MODI VOWEL SIGN II"
        },
        {
            "codepoint": "11633",
            "name": "MODI VOWEL SIGN U"
        },
        {
            "codepoint": "11634",
            "name": "MODI VOWEL SIGN UU"
        },
        {
            "codepoint": "11635",
            "name": "MODI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11636",
            "name": "MODI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "11637",
            "name": "MODI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "11638",
            "name": "MODI VOWEL SIGN VOCALIC LL"
        },
        {
            "codepoint": "11639",
            "name": "MODI VOWEL SIGN E"
        },
        {
            "codepoint": "1163A",
            "name": "MODI VOWEL SIGN AI"
        },
        {
            "codepoint": "1163B",
            "name": "MODI VOWEL SIGN O"
        },
        {
            "codepoint": "1163C",
            "name": "MODI VOWEL SIGN AU"
        },
        {
            "codepoint": "1163D",
            "name": "MODI SIGN ANUSVARA"
        },
        {
            "codepoint": "1163E",
            "name": "MODI SIGN VISARGA"
        },
        {
            "codepoint": "1163F",
            "name": "MODI SIGN VIRAMA",
            "aliases": [
                "halant"
            ]
        },
        {
            "codepoint": "11640",
            "name": "MODI SIGN ARDHACANDRA",
            "comments": [
                "used for transcribing English"
            ]
        },
        {
            "codepoint": "11641",
            "name": "MODI DANDA"
        },
        {
            "codepoint": "11642",
            "name": "MODI DOUBLE DANDA"
        },
        {
            "codepoint": "11643",
            "name": "MODI ABBREVIATION SIGN"
        },
        {
            "codepoint": "11644",
            "name": "MODI SIGN HUVA",
            "comments": [
                "used as an invocation"
            ]
        },
        {
            "codepoint": "11650",
            "name": "MODI DIGIT ZERO"
        },
        {
            "codepoint": "11651",
            "name": "MODI DIGIT ONE"
        },
        {
            "codepoint": "11652",
            "name": "MODI DIGIT TWO"
        },
        {
            "codepoint": "11653",
            "name": "MODI DIGIT THREE"
        },
        {
            "codepoint": "11654",
            "name": "MODI DIGIT FOUR"
        },
        {
            "codepoint": "11655",
            "name": "MODI DIGIT FIVE"
        },
        {
            "codepoint": "11656",
            "name": "MODI DIGIT SIX"
        },
        {
            "codepoint": "11657",
            "name": "MODI DIGIT SEVEN"
        },
        {
            "codepoint": "11658",
            "name": "MODI DIGIT EIGHT"
        },
        {
            "codepoint": "11659",
            "name": "MODI DIGIT NINE"
        },
        {
            "codepoint": "11660",
            "name": "MONGOLIAN BIRGA WITH ORNAMENT",
            "crossReferences": [
                "(mongolian birga - 1800)"
            ]
        },
        {
            "codepoint": "11661",
            "name": "MONGOLIAN ROTATED BIRGA"
        },
        {
            "codepoint": "11662",
            "name": "MONGOLIAN DOUBLE BIRGA WITH ORNAMENT"
        },
        {
            "codepoint": "11663",
            "name": "MONGOLIAN TRIPLE BIRGA WITH ORNAMENT"
        },
        {
            "codepoint": "11664",
            "name": "MONGOLIAN BIRGA WITH DOUBLE ORNAMENT"
        },
        {
            "codepoint": "11665",
            "name": "MONGOLIAN ROTATED BIRGA WITH ORNAMENT"
        },
        {
            "codepoint": "11666",
            "name": "MONGOLIAN ROTATED BIRGA WITH DOUBLE ORNAMENT"
        },
        {
            "codepoint": "11667",
            "name": "MONGOLIAN INVERTED BIRGA"
        },
        {
            "codepoint": "11668",
            "name": "MONGOLIAN INVERTED BIRGA WITH DOUBLE ORNAMENT"
        },
        {
            "codepoint": "11669",
            "name": "MONGOLIAN SWIRL BIRGA"
        },
        {
            "codepoint": "1166A",
            "name": "MONGOLIAN SWIRL BIRGA WITH ORNAMENT"
        },
        {
            "codepoint": "1166B",
            "name": "MONGOLIAN SWIRL BIRGA WITH DOUBLE ORNAMENT"
        },
        {
            "codepoint": "1166C",
            "name": "MONGOLIAN TURNED SWIRL BIRGA WITH DOUBLE ORNAMENT"
        },
        {
            "codepoint": "11680",
            "name": "TAKRI LETTER A"
        },
        {
            "codepoint": "11681",
            "name": "TAKRI LETTER AA"
        },
        {
            "codepoint": "11682",
            "name": "TAKRI LETTER I"
        },
        {
            "codepoint": "11683",
            "name": "TAKRI LETTER II"
        },
        {
            "codepoint": "11684",
            "name": "TAKRI LETTER U"
        },
        {
            "codepoint": "11685",
            "name": "TAKRI LETTER UU"
        },
        {
            "codepoint": "11686",
            "name": "TAKRI LETTER E"
        },
        {
            "codepoint": "11687",
            "name": "TAKRI LETTER AI"
        },
        {
            "codepoint": "11688",
            "name": "TAKRI LETTER O"
        },
        {
            "codepoint": "11689",
            "name": "TAKRI LETTER AU"
        },
        {
            "codepoint": "1168A",
            "name": "TAKRI LETTER KA"
        },
        {
            "codepoint": "1168B",
            "name": "TAKRI LETTER KHA",
            "comments": [
                "also used to denote ssa"
            ]
        },
        {
            "codepoint": "1168C",
            "name": "TAKRI LETTER GA"
        },
        {
            "codepoint": "1168D",
            "name": "TAKRI LETTER GHA"
        },
        {
            "codepoint": "1168E",
            "name": "TAKRI LETTER NGA"
        },
        {
            "codepoint": "1168F",
            "name": "TAKRI LETTER CA"
        },
        {
            "codepoint": "11690",
            "name": "TAKRI LETTER CHA"
        },
        {
            "codepoint": "11691",
            "name": "TAKRI LETTER JA"
        },
        {
            "codepoint": "11692",
            "name": "TAKRI LETTER JHA"
        },
        {
            "codepoint": "11693",
            "name": "TAKRI LETTER NYA"
        },
        {
            "codepoint": "11694",
            "name": "TAKRI LETTER TTA"
        },
        {
            "codepoint": "11695",
            "name": "TAKRI LETTER TTHA"
        },
        {
            "codepoint": "11696",
            "name": "TAKRI LETTER DDA"
        },
        {
            "codepoint": "11697",
            "name": "TAKRI LETTER DDHA"
        },
        {
            "codepoint": "11698",
            "name": "TAKRI LETTER NNA"
        },
        {
            "codepoint": "11699",
            "name": "TAKRI LETTER TA"
        },
        {
            "codepoint": "1169A",
            "name": "TAKRI LETTER THA"
        },
        {
            "codepoint": "1169B",
            "name": "TAKRI LETTER DA"
        },
        {
            "codepoint": "1169C",
            "name": "TAKRI LETTER DHA"
        },
        {
            "codepoint": "1169D",
            "name": "TAKRI LETTER NA"
        },
        {
            "codepoint": "1169E",
            "name": "TAKRI LETTER PA"
        },
        {
            "codepoint": "1169F",
            "name": "TAKRI LETTER PHA"
        },
        {
            "codepoint": "116A0",
            "name": "TAKRI LETTER BA"
        },
        {
            "codepoint": "116A1",
            "name": "TAKRI LETTER BHA"
        },
        {
            "codepoint": "116A2",
            "name": "TAKRI LETTER MA"
        },
        {
            "codepoint": "116A3",
            "name": "TAKRI LETTER YA"
        },
        {
            "codepoint": "116A4",
            "name": "TAKRI LETTER RA"
        },
        {
            "codepoint": "116A5",
            "name": "TAKRI LETTER LA"
        },
        {
            "codepoint": "116A6",
            "name": "TAKRI LETTER VA"
        },
        {
            "codepoint": "116A7",
            "name": "TAKRI LETTER SHA"
        },
        {
            "codepoint": "116A8",
            "name": "TAKRI LETTER SA"
        },
        {
            "codepoint": "116A9",
            "name": "TAKRI LETTER HA"
        },
        {
            "codepoint": "116AA",
            "name": "TAKRI LETTER RRA"
        },
        {
            "codepoint": "116AB",
            "name": "TAKRI SIGN ANUSVARA"
        },
        {
            "codepoint": "116AC",
            "name": "TAKRI SIGN VISARGA"
        },
        {
            "codepoint": "116AD",
            "name": "TAKRI VOWEL SIGN AA"
        },
        {
            "codepoint": "116AE",
            "name": "TAKRI VOWEL SIGN I"
        },
        {
            "codepoint": "116AF",
            "name": "TAKRI VOWEL SIGN II"
        },
        {
            "codepoint": "116B0",
            "name": "TAKRI VOWEL SIGN U"
        },
        {
            "codepoint": "116B1",
            "name": "TAKRI VOWEL SIGN UU"
        },
        {
            "codepoint": "116B2",
            "name": "TAKRI VOWEL SIGN E"
        },
        {
            "codepoint": "116B3",
            "name": "TAKRI VOWEL SIGN AI"
        },
        {
            "codepoint": "116B4",
            "name": "TAKRI VOWEL SIGN O"
        },
        {
            "codepoint": "116B5",
            "name": "TAKRI VOWEL SIGN AU"
        },
        {
            "codepoint": "116B6",
            "name": "TAKRI SIGN VIRAMA"
        },
        {
            "codepoint": "116B7",
            "name": "TAKRI SIGN NUKTA"
        },
        {
            "codepoint": "116B8",
            "name": "TAKRI LETTER ARCHAIC KHA",
            "comments": [
                "used in earlier writings to denote kha"
            ]
        },
        {
            "codepoint": "116B9",
            "name": "TAKRI ABBREVIATION SIGN",
            "crossReferences": [
                "(gurmukhi abbreviation sign - 0A76)",
                "(sharada abbreviation sign - 111C7)"
            ]
        },
        {
            "codepoint": "116C0",
            "name": "TAKRI DIGIT ZERO"
        },
        {
            "codepoint": "116C1",
            "name": "TAKRI DIGIT ONE"
        },
        {
            "codepoint": "116C2",
            "name": "TAKRI DIGIT TWO"
        },
        {
            "codepoint": "116C3",
            "name": "TAKRI DIGIT THREE"
        },
        {
            "codepoint": "116C4",
            "name": "TAKRI DIGIT FOUR"
        },
        {
            "codepoint": "116C5",
            "name": "TAKRI DIGIT FIVE"
        },
        {
            "codepoint": "116C6",
            "name": "TAKRI DIGIT SIX"
        },
        {
            "codepoint": "116C7",
            "name": "TAKRI DIGIT SEVEN"
        },
        {
            "codepoint": "116C8",
            "name": "TAKRI DIGIT EIGHT"
        },
        {
            "codepoint": "116C9",
            "name": "TAKRI DIGIT NINE"
        },
        {
            "codepoint": "116D0",
            "name": "MYANMAR PAO DIGIT ZERO"
        },
        {
            "codepoint": "116D1",
            "name": "MYANMAR PAO DIGIT ONE"
        },
        {
            "codepoint": "116D2",
            "name": "MYANMAR PAO DIGIT TWO"
        },
        {
            "codepoint": "116D3",
            "name": "MYANMAR PAO DIGIT THREE"
        },
        {
            "codepoint": "116D4",
            "name": "MYANMAR PAO DIGIT FOUR"
        },
        {
            "codepoint": "116D5",
            "name": "MYANMAR PAO DIGIT FIVE"
        },
        {
            "codepoint": "116D6",
            "name": "MYANMAR PAO DIGIT SIX"
        },
        {
            "codepoint": "116D7",
            "name": "MYANMAR PAO DIGIT SEVEN"
        },
        {
            "codepoint": "116D8",
            "name": "MYANMAR PAO DIGIT EIGHT"
        },
        {
            "codepoint": "116D9",
            "name": "MYANMAR PAO DIGIT NINE"
        },
        {
            "codepoint": "116DA",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT ZERO"
        },
        {
            "codepoint": "116DB",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT ONE"
        },
        {
            "codepoint": "116DC",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT TWO"
        },
        {
            "codepoint": "116DD",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT THREE"
        },
        {
            "codepoint": "116DE",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT FOUR"
        },
        {
            "codepoint": "116DF",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT FIVE"
        },
        {
            "codepoint": "116E0",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT SIX"
        },
        {
            "codepoint": "116E1",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT SEVEN"
        },
        {
            "codepoint": "116E2",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT EIGHT"
        },
        {
            "codepoint": "116E3",
            "name": "MYANMAR EASTERN PWO KAREN DIGIT NINE"
        },
        {
            "codepoint": "11700",
            "name": "AHOM LETTER KA"
        },
        {
            "codepoint": "11701",
            "name": "AHOM LETTER KHA"
        },
        {
            "codepoint": "11702",
            "name": "AHOM LETTER NGA"
        },
        {
            "codepoint": "11703",
            "name": "AHOM LETTER NA"
        },
        {
            "codepoint": "11704",
            "name": "AHOM LETTER TA"
        },
        {
            "codepoint": "11705",
            "name": "AHOM LETTER ALTERNATE TA"
        },
        {
            "codepoint": "11706",
            "name": "AHOM LETTER PA"
        },
        {
            "codepoint": "11707",
            "name": "AHOM LETTER PHA"
        },
        {
            "codepoint": "11708",
            "name": "AHOM LETTER BA"
        },
        {
            "codepoint": "11709",
            "name": "AHOM LETTER MA"
        },
        {
            "codepoint": "1170A",
            "name": "AHOM LETTER JA"
        },
        {
            "codepoint": "1170B",
            "name": "AHOM LETTER CHA"
        },
        {
            "codepoint": "1170C",
            "name": "AHOM LETTER THA"
        },
        {
            "codepoint": "1170D",
            "name": "AHOM LETTER RA"
        },
        {
            "codepoint": "1170E",
            "name": "AHOM LETTER LA"
        },
        {
            "codepoint": "1170F",
            "name": "AHOM LETTER SA"
        },
        {
            "codepoint": "11710",
            "name": "AHOM LETTER NYA"
        },
        {
            "codepoint": "11711",
            "name": "AHOM LETTER HA"
        },
        {
            "codepoint": "11712",
            "name": "AHOM LETTER A"
        },
        {
            "codepoint": "11713",
            "name": "AHOM LETTER DA"
        },
        {
            "codepoint": "11714",
            "name": "AHOM LETTER DHA"
        },
        {
            "codepoint": "11715",
            "name": "AHOM LETTER GA"
        },
        {
            "codepoint": "11716",
            "name": "AHOM LETTER ALTERNATE GA"
        },
        {
            "codepoint": "11717",
            "name": "AHOM LETTER GHA"
        },
        {
            "codepoint": "11718",
            "name": "AHOM LETTER BHA"
        },
        {
            "codepoint": "11719",
            "name": "AHOM LETTER JHA"
        },
        {
            "codepoint": "1171A",
            "name": "AHOM LETTER ALTERNATE BA"
        },
        {
            "codepoint": "1171D",
            "name": "AHOM CONSONANT SIGN MEDIAL LA"
        },
        {
            "codepoint": "1171E",
            "name": "AHOM CONSONANT SIGN MEDIAL RA"
        },
        {
            "codepoint": "1171F",
            "name": "AHOM CONSONANT SIGN MEDIAL LIGATING RA"
        },
        {
            "codepoint": "11720",
            "name": "AHOM VOWEL SIGN A"
        },
        {
            "codepoint": "11721",
            "name": "AHOM VOWEL SIGN AA"
        },
        {
            "codepoint": "11722",
            "name": "AHOM VOWEL SIGN I"
        },
        {
            "codepoint": "11723",
            "name": "AHOM VOWEL SIGN II"
        },
        {
            "codepoint": "11724",
            "name": "AHOM VOWEL SIGN U"
        },
        {
            "codepoint": "11725",
            "name": "AHOM VOWEL SIGN UU"
        },
        {
            "codepoint": "11726",
            "name": "AHOM VOWEL SIGN E"
        },
        {
            "codepoint": "11727",
            "name": "AHOM VOWEL SIGN AW"
        },
        {
            "codepoint": "11728",
            "name": "AHOM VOWEL SIGN O"
        },
        {
            "codepoint": "11729",
            "name": "AHOM VOWEL SIGN AI"
        },
        {
            "codepoint": "1172A",
            "name": "AHOM VOWEL SIGN AM"
        },
        {
            "codepoint": "1172B",
            "name": "AHOM SIGN KILLER"
        },
        {
            "codepoint": "11730",
            "name": "AHOM DIGIT ZERO"
        },
        {
            "codepoint": "11731",
            "name": "AHOM DIGIT ONE"
        },
        {
            "codepoint": "11732",
            "name": "AHOM DIGIT TWO"
        },
        {
            "codepoint": "11733",
            "name": "AHOM DIGIT THREE"
        },
        {
            "codepoint": "11734",
            "name": "AHOM DIGIT FOUR"
        },
        {
            "codepoint": "11735",
            "name": "AHOM DIGIT FIVE"
        },
        {
            "codepoint": "11736",
            "name": "AHOM DIGIT SIX"
        },
        {
            "codepoint": "11737",
            "name": "AHOM DIGIT SEVEN"
        },
        {
            "codepoint": "11738",
            "name": "AHOM DIGIT EIGHT"
        },
        {
            "codepoint": "11739",
            "name": "AHOM DIGIT NINE"
        },
        {
            "codepoint": "1173A",
            "name": "AHOM NUMBER TEN"
        },
        {
            "codepoint": "1173B",
            "name": "AHOM NUMBER TWENTY"
        },
        {
            "codepoint": "1173C",
            "name": "AHOM SIGN SMALL SECTION"
        },
        {
            "codepoint": "1173D",
            "name": "AHOM SIGN SECTION"
        },
        {
            "codepoint": "1173E",
            "name": "AHOM SIGN RULAI"
        },
        {
            "codepoint": "1173F",
            "name": "AHOM SYMBOL VI"
        },
        {
            "codepoint": "11740",
            "name": "AHOM LETTER CA"
        },
        {
            "codepoint": "11741",
            "name": "AHOM LETTER TTA"
        },
        {
            "codepoint": "11742",
            "name": "AHOM LETTER TTHA"
        },
        {
            "codepoint": "11743",
            "name": "AHOM LETTER DDA"
        },
        {
            "codepoint": "11744",
            "name": "AHOM LETTER DDHA"
        },
        {
            "codepoint": "11745",
            "name": "AHOM LETTER NNA"
        },
        {
            "codepoint": "11746",
            "name": "AHOM LETTER LLA"
        },
        {
            "codepoint": "11800",
            "name": "DOGRA LETTER A"
        },
        {
            "codepoint": "11801",
            "name": "DOGRA LETTER AA"
        },
        {
            "codepoint": "11802",
            "name": "DOGRA LETTER I"
        },
        {
            "codepoint": "11803",
            "name": "DOGRA LETTER II"
        },
        {
            "codepoint": "11804",
            "name": "DOGRA LETTER U"
        },
        {
            "codepoint": "11805",
            "name": "DOGRA LETTER UU"
        },
        {
            "codepoint": "11806",
            "name": "DOGRA LETTER E"
        },
        {
            "codepoint": "11807",
            "name": "DOGRA LETTER AI"
        },
        {
            "codepoint": "11808",
            "name": "DOGRA LETTER O"
        },
        {
            "codepoint": "11809",
            "name": "DOGRA LETTER AU"
        },
        {
            "codepoint": "1180A",
            "name": "DOGRA LETTER KA"
        },
        {
            "codepoint": "1180B",
            "name": "DOGRA LETTER KHA"
        },
        {
            "codepoint": "1180C",
            "name": "DOGRA LETTER GA"
        },
        {
            "codepoint": "1180D",
            "name": "DOGRA LETTER GHA"
        },
        {
            "codepoint": "1180E",
            "name": "DOGRA LETTER NGA"
        },
        {
            "codepoint": "1180F",
            "name": "DOGRA LETTER CA"
        },
        {
            "codepoint": "11810",
            "name": "DOGRA LETTER CHA"
        },
        {
            "codepoint": "11811",
            "name": "DOGRA LETTER JA"
        },
        {
            "codepoint": "11812",
            "name": "DOGRA LETTER JHA"
        },
        {
            "codepoint": "11813",
            "name": "DOGRA LETTER NYA"
        },
        {
            "codepoint": "11814",
            "name": "DOGRA LETTER TTA"
        },
        {
            "codepoint": "11815",
            "name": "DOGRA LETTER TTHA"
        },
        {
            "codepoint": "11816",
            "name": "DOGRA LETTER DDA"
        },
        {
            "codepoint": "11817",
            "name": "DOGRA LETTER DDHA"
        },
        {
            "codepoint": "11818",
            "name": "DOGRA LETTER NNA"
        },
        {
            "codepoint": "11819",
            "name": "DOGRA LETTER TA"
        },
        {
            "codepoint": "1181A",
            "name": "DOGRA LETTER THA"
        },
        {
            "codepoint": "1181B",
            "name": "DOGRA LETTER DA"
        },
        {
            "codepoint": "1181C",
            "name": "DOGRA LETTER DHA"
        },
        {
            "codepoint": "1181D",
            "name": "DOGRA LETTER NA"
        },
        {
            "codepoint": "1181E",
            "name": "DOGRA LETTER PA"
        },
        {
            "codepoint": "1181F",
            "name": "DOGRA LETTER PHA"
        },
        {
            "codepoint": "11820",
            "name": "DOGRA LETTER BA"
        },
        {
            "codepoint": "11821",
            "name": "DOGRA LETTER BHA"
        },
        {
            "codepoint": "11822",
            "name": "DOGRA LETTER MA"
        },
        {
            "codepoint": "11823",
            "name": "DOGRA LETTER YA"
        },
        {
            "codepoint": "11824",
            "name": "DOGRA LETTER RA"
        },
        {
            "codepoint": "11825",
            "name": "DOGRA LETTER LA"
        },
        {
            "codepoint": "11826",
            "name": "DOGRA LETTER VA"
        },
        {
            "codepoint": "11827",
            "name": "DOGRA LETTER SHA"
        },
        {
            "codepoint": "11828",
            "name": "DOGRA LETTER SSA"
        },
        {
            "codepoint": "11829",
            "name": "DOGRA LETTER SA"
        },
        {
            "codepoint": "1182A",
            "name": "DOGRA LETTER HA"
        },
        {
            "codepoint": "1182B",
            "name": "DOGRA LETTER RRA"
        },
        {
            "codepoint": "1182C",
            "name": "DOGRA VOWEL SIGN AA"
        },
        {
            "codepoint": "1182D",
            "name": "DOGRA VOWEL SIGN I"
        },
        {
            "codepoint": "1182E",
            "name": "DOGRA VOWEL SIGN II"
        },
        {
            "codepoint": "1182F",
            "name": "DOGRA VOWEL SIGN U"
        },
        {
            "codepoint": "11830",
            "name": "DOGRA VOWEL SIGN UU"
        },
        {
            "codepoint": "11831",
            "name": "DOGRA VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11832",
            "name": "DOGRA VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "11833",
            "name": "DOGRA VOWEL SIGN E"
        },
        {
            "codepoint": "11834",
            "name": "DOGRA VOWEL SIGN AI"
        },
        {
            "codepoint": "11835",
            "name": "DOGRA VOWEL SIGN O"
        },
        {
            "codepoint": "11836",
            "name": "DOGRA VOWEL SIGN AU"
        },
        {
            "codepoint": "11837",
            "name": "DOGRA SIGN ANUSVARA"
        },
        {
            "codepoint": "11838",
            "name": "DOGRA SIGN VISARGA"
        },
        {
            "codepoint": "11839",
            "name": "DOGRA SIGN VIRAMA"
        },
        {
            "codepoint": "1183A",
            "name": "DOGRA SIGN NUKTA"
        },
        {
            "codepoint": "1183B",
            "name": "DOGRA ABBREVIATION SIGN"
        },
        {
            "codepoint": "118A0",
            "name": "WARANG CITI CAPITAL LETTER NGAA",
            "comments": [
                "functions as an anusvara"
            ]
        },
        {
            "codepoint": "118A1",
            "name": "WARANG CITI CAPITAL LETTER A"
        },
        {
            "codepoint": "118A2",
            "name": "WARANG CITI CAPITAL LETTER WI"
        },
        {
            "codepoint": "118A3",
            "name": "WARANG CITI CAPITAL LETTER YU"
        },
        {
            "codepoint": "118A4",
            "name": "WARANG CITI CAPITAL LETTER YA"
        },
        {
            "codepoint": "118A5",
            "name": "WARANG CITI CAPITAL LETTER YO"
        },
        {
            "codepoint": "118A6",
            "name": "WARANG CITI CAPITAL LETTER II"
        },
        {
            "codepoint": "118A7",
            "name": "WARANG CITI CAPITAL LETTER UU"
        },
        {
            "codepoint": "118A8",
            "name": "WARANG CITI CAPITAL LETTER E"
        },
        {
            "codepoint": "118A9",
            "name": "WARANG CITI CAPITAL LETTER O"
        },
        {
            "codepoint": "118AA",
            "name": "WARANG CITI CAPITAL LETTER ANG"
        },
        {
            "codepoint": "118AB",
            "name": "WARANG CITI CAPITAL LETTER GA"
        },
        {
            "codepoint": "118AC",
            "name": "WARANG CITI CAPITAL LETTER KO"
        },
        {
            "codepoint": "118AD",
            "name": "WARANG CITI CAPITAL LETTER ENY"
        },
        {
            "codepoint": "118AE",
            "name": "WARANG CITI CAPITAL LETTER YUJ"
        },
        {
            "codepoint": "118AF",
            "name": "WARANG CITI CAPITAL LETTER UC"
        },
        {
            "codepoint": "118B0",
            "name": "WARANG CITI CAPITAL LETTER ENN"
        },
        {
            "codepoint": "118B1",
            "name": "WARANG CITI CAPITAL LETTER ODD"
        },
        {
            "codepoint": "118B2",
            "name": "WARANG CITI CAPITAL LETTER TTE"
        },
        {
            "codepoint": "118B3",
            "name": "WARANG CITI CAPITAL LETTER NUNG"
        },
        {
            "codepoint": "118B4",
            "name": "WARANG CITI CAPITAL LETTER DA"
        },
        {
            "codepoint": "118B5",
            "name": "WARANG CITI CAPITAL LETTER AT"
        },
        {
            "codepoint": "118B6",
            "name": "WARANG CITI CAPITAL LETTER AM"
        },
        {
            "codepoint": "118B7",
            "name": "WARANG CITI CAPITAL LETTER BU"
        },
        {
            "codepoint": "118B8",
            "name": "WARANG CITI CAPITAL LETTER PU"
        },
        {
            "codepoint": "118B9",
            "name": "WARANG CITI CAPITAL LETTER HIYO"
        },
        {
            "codepoint": "118BA",
            "name": "WARANG CITI CAPITAL LETTER HOLO"
        },
        {
            "codepoint": "118BB",
            "name": "WARANG CITI CAPITAL LETTER HORR"
        },
        {
            "codepoint": "118BC",
            "name": "WARANG CITI CAPITAL LETTER HAR"
        },
        {
            "codepoint": "118BD",
            "name": "WARANG CITI CAPITAL LETTER SSUU"
        },
        {
            "codepoint": "118BE",
            "name": "WARANG CITI CAPITAL LETTER SII"
        },
        {
            "codepoint": "118BF",
            "name": "WARANG CITI CAPITAL LETTER VIYO"
        },
        {
            "codepoint": "118C0",
            "name": "WARANG CITI SMALL LETTER NGAA"
        },
        {
            "codepoint": "118C1",
            "name": "WARANG CITI SMALL LETTER A"
        },
        {
            "codepoint": "118C2",
            "name": "WARANG CITI SMALL LETTER WI"
        },
        {
            "codepoint": "118C3",
            "name": "WARANG CITI SMALL LETTER YU"
        },
        {
            "codepoint": "118C4",
            "name": "WARANG CITI SMALL LETTER YA"
        },
        {
            "codepoint": "118C5",
            "name": "WARANG CITI SMALL LETTER YO"
        },
        {
            "codepoint": "118C6",
            "name": "WARANG CITI SMALL LETTER II"
        },
        {
            "codepoint": "118C7",
            "name": "WARANG CITI SMALL LETTER UU"
        },
        {
            "codepoint": "118C8",
            "name": "WARANG CITI SMALL LETTER E"
        },
        {
            "codepoint": "118C9",
            "name": "WARANG CITI SMALL LETTER O"
        },
        {
            "codepoint": "118CA",
            "name": "WARANG CITI SMALL LETTER ANG"
        },
        {
            "codepoint": "118CB",
            "name": "WARANG CITI SMALL LETTER GA"
        },
        {
            "codepoint": "118CC",
            "name": "WARANG CITI SMALL LETTER KO"
        },
        {
            "codepoint": "118CD",
            "name": "WARANG CITI SMALL LETTER ENY"
        },
        {
            "codepoint": "118CE",
            "name": "WARANG CITI SMALL LETTER YUJ"
        },
        {
            "codepoint": "118CF",
            "name": "WARANG CITI SMALL LETTER UC"
        },
        {
            "codepoint": "118D0",
            "name": "WARANG CITI SMALL LETTER ENN"
        },
        {
            "codepoint": "118D1",
            "name": "WARANG CITI SMALL LETTER ODD"
        },
        {
            "codepoint": "118D2",
            "name": "WARANG CITI SMALL LETTER TTE"
        },
        {
            "codepoint": "118D3",
            "name": "WARANG CITI SMALL LETTER NUNG"
        },
        {
            "codepoint": "118D4",
            "name": "WARANG CITI SMALL LETTER DA"
        },
        {
            "codepoint": "118D5",
            "name": "WARANG CITI SMALL LETTER AT"
        },
        {
            "codepoint": "118D6",
            "name": "WARANG CITI SMALL LETTER AM"
        },
        {
            "codepoint": "118D7",
            "name": "WARANG CITI SMALL LETTER BU"
        },
        {
            "codepoint": "118D8",
            "name": "WARANG CITI SMALL LETTER PU"
        },
        {
            "codepoint": "118D9",
            "name": "WARANG CITI SMALL LETTER HIYO"
        },
        {
            "codepoint": "118DA",
            "name": "WARANG CITI SMALL LETTER HOLO"
        },
        {
            "codepoint": "118DB",
            "name": "WARANG CITI SMALL LETTER HORR"
        },
        {
            "codepoint": "118DC",
            "name": "WARANG CITI SMALL LETTER HAR"
        },
        {
            "codepoint": "118DD",
            "name": "WARANG CITI SMALL LETTER SSUU"
        },
        {
            "codepoint": "118DE",
            "name": "WARANG CITI SMALL LETTER SII"
        },
        {
            "codepoint": "118DF",
            "name": "WARANG CITI SMALL LETTER VIYO"
        },
        {
            "codepoint": "118E0",
            "name": "WARANG CITI DIGIT ZERO"
        },
        {
            "codepoint": "118E1",
            "name": "WARANG CITI DIGIT ONE"
        },
        {
            "codepoint": "118E2",
            "name": "WARANG CITI DIGIT TWO"
        },
        {
            "codepoint": "118E3",
            "name": "WARANG CITI DIGIT THREE"
        },
        {
            "codepoint": "118E4",
            "name": "WARANG CITI DIGIT FOUR"
        },
        {
            "codepoint": "118E5",
            "name": "WARANG CITI DIGIT FIVE"
        },
        {
            "codepoint": "118E6",
            "name": "WARANG CITI DIGIT SIX"
        },
        {
            "codepoint": "118E7",
            "name": "WARANG CITI DIGIT SEVEN"
        },
        {
            "codepoint": "118E8",
            "name": "WARANG CITI DIGIT EIGHT"
        },
        {
            "codepoint": "118E9",
            "name": "WARANG CITI DIGIT NINE"
        },
        {
            "codepoint": "118EA",
            "name": "WARANG CITI NUMBER TEN"
        },
        {
            "codepoint": "118EB",
            "name": "WARANG CITI NUMBER TWENTY"
        },
        {
            "codepoint": "118EC",
            "name": "WARANG CITI NUMBER THIRTY"
        },
        {
            "codepoint": "118ED",
            "name": "WARANG CITI NUMBER FORTY"
        },
        {
            "codepoint": "118EE",
            "name": "WARANG CITI NUMBER FIFTY"
        },
        {
            "codepoint": "118EF",
            "name": "WARANG CITI NUMBER SIXTY"
        },
        {
            "codepoint": "118F0",
            "name": "WARANG CITI NUMBER SEVENTY"
        },
        {
            "codepoint": "118F1",
            "name": "WARANG CITI NUMBER EIGHTY"
        },
        {
            "codepoint": "118F2",
            "name": "WARANG CITI NUMBER NINETY"
        },
        {
            "codepoint": "118FF",
            "name": "WARANG CITI OM"
        },
        {
            "codepoint": "11900",
            "name": "DIVES AKURU LETTER A"
        },
        {
            "codepoint": "11901",
            "name": "DIVES AKURU LETTER AA"
        },
        {
            "codepoint": "11902",
            "name": "DIVES AKURU LETTER I"
        },
        {
            "codepoint": "11903",
            "name": "DIVES AKURU LETTER II"
        },
        {
            "codepoint": "11904",
            "name": "DIVES AKURU LETTER U"
        },
        {
            "codepoint": "11905",
            "name": "DIVES AKURU LETTER UU"
        },
        {
            "codepoint": "11906",
            "name": "DIVES AKURU LETTER E"
        },
        {
            "codepoint": "11909",
            "name": "DIVES AKURU LETTER O"
        },
        {
            "codepoint": "1190C",
            "name": "DIVES AKURU LETTER KA"
        },
        {
            "codepoint": "1190D",
            "name": "DIVES AKURU LETTER KHA"
        },
        {
            "codepoint": "1190E",
            "name": "DIVES AKURU LETTER GA"
        },
        {
            "codepoint": "1190F",
            "name": "DIVES AKURU LETTER GHA"
        },
        {
            "codepoint": "11910",
            "name": "DIVES AKURU LETTER NGA"
        },
        {
            "codepoint": "11911",
            "name": "DIVES AKURU LETTER CA"
        },
        {
            "codepoint": "11912",
            "name": "DIVES AKURU LETTER CHA"
        },
        {
            "codepoint": "11913",
            "name": "DIVES AKURU LETTER JA"
        },
        {
            "codepoint": "11915",
            "name": "DIVES AKURU LETTER NYA"
        },
        {
            "codepoint": "11916",
            "name": "DIVES AKURU LETTER TTA"
        },
        {
            "codepoint": "11918",
            "name": "DIVES AKURU LETTER DDA"
        },
        {
            "codepoint": "11919",
            "name": "DIVES AKURU LETTER DDHA"
        },
        {
            "codepoint": "1191A",
            "name": "DIVES AKURU LETTER NNA"
        },
        {
            "codepoint": "1191B",
            "name": "DIVES AKURU LETTER TA"
        },
        {
            "codepoint": "1191C",
            "name": "DIVES AKURU LETTER THA"
        },
        {
            "codepoint": "1191D",
            "name": "DIVES AKURU LETTER DA"
        },
        {
            "codepoint": "1191E",
            "name": "DIVES AKURU LETTER DHA"
        },
        {
            "codepoint": "1191F",
            "name": "DIVES AKURU LETTER NA"
        },
        {
            "codepoint": "11920",
            "name": "DIVES AKURU LETTER PA"
        },
        {
            "codepoint": "11921",
            "name": "DIVES AKURU LETTER PHA"
        },
        {
            "codepoint": "11922",
            "name": "DIVES AKURU LETTER BA"
        },
        {
            "codepoint": "11923",
            "name": "DIVES AKURU LETTER BHA"
        },
        {
            "codepoint": "11924",
            "name": "DIVES AKURU LETTER MA"
        },
        {
            "codepoint": "11925",
            "name": "DIVES AKURU LETTER YA",
            "comments": [
                "also used as a vowel carrier"
            ]
        },
        {
            "codepoint": "11926",
            "name": "DIVES AKURU LETTER YYA"
        },
        {
            "codepoint": "11927",
            "name": "DIVES AKURU LETTER RA"
        },
        {
            "codepoint": "11928",
            "name": "DIVES AKURU LETTER LA"
        },
        {
            "codepoint": "11929",
            "name": "DIVES AKURU LETTER VA"
        },
        {
            "codepoint": "1192A",
            "name": "DIVES AKURU LETTER SHA"
        },
        {
            "codepoint": "1192B",
            "name": "DIVES AKURU LETTER SSA"
        },
        {
            "codepoint": "1192C",
            "name": "DIVES AKURU LETTER SA"
        },
        {
            "codepoint": "1192D",
            "name": "DIVES AKURU LETTER HA"
        },
        {
            "codepoint": "1192E",
            "name": "DIVES AKURU LETTER LLA"
        },
        {
            "codepoint": "1192F",
            "name": "DIVES AKURU LETTER ZA"
        },
        {
            "codepoint": "11930",
            "name": "DIVES AKURU VOWEL SIGN AA"
        },
        {
            "codepoint": "11931",
            "name": "DIVES AKURU VOWEL SIGN I"
        },
        {
            "codepoint": "11932",
            "name": "DIVES AKURU VOWEL SIGN II"
        },
        {
            "codepoint": "11933",
            "name": "DIVES AKURU VOWEL SIGN U"
        },
        {
            "codepoint": "11934",
            "name": "DIVES AKURU VOWEL SIGN UU"
        },
        {
            "codepoint": "11935",
            "name": "DIVES AKURU VOWEL SIGN E"
        },
        {
            "codepoint": "11937",
            "name": "DIVES AKURU VOWEL SIGN AI"
        },
        {
            "codepoint": "11938",
            "name": "DIVES AKURU VOWEL SIGN O",
            "decompositions": [
                [
                    "11935",
                    "11930"
                ]
            ]
        },
        {
            "codepoint": "1193B",
            "name": "DIVES AKURU SIGN ANUSVARA"
        },
        {
            "codepoint": "1193C",
            "name": "DIVES AKURU SIGN CANDRABINDU"
        },
        {
            "codepoint": "1193D",
            "name": "DIVES AKURU SIGN HALANTA",
            "aliases": [
                "sukun"
            ],
            "comments": [
                "a killer, silences the inherent vowel"
            ]
        },
        {
            "codepoint": "1193E",
            "name": "DIVES AKURU VIRAMA",
            "comments": [
                "used for conjunct production",
                "also used for producing a ligature of devowelized consonant and independent vowel letter"
            ]
        },
        {
            "codepoint": "1193F",
            "name": "DIVES AKURU PREFIXED NASAL SIGN",
            "comments": [
                "used for cluster-initial homorganic nasal"
            ]
        },
        {
            "codepoint": "11940",
            "name": "DIVES AKURU MEDIAL YA",
            "comments": [
                "used for non-initial ya in conjuncts"
            ]
        },
        {
            "codepoint": "11941",
            "name": "DIVES AKURU INITIAL RA",
            "aliases": [
                "repha"
            ],
            "comments": [
                "used for initial ra in conjuncts"
            ]
        },
        {
            "codepoint": "11942",
            "name": "DIVES AKURU MEDIAL RA",
            "comments": [
                "used for non-initial ra in conjuncts"
            ]
        },
        {
            "codepoint": "11943",
            "name": "DIVES AKURU SIGN NUKTA",
            "comments": [
                "modern diacritic used for extending the alphabet"
            ]
        },
        {
            "codepoint": "11944",
            "name": "DIVES AKURU DOUBLE DANDA"
        },
        {
            "codepoint": "11945",
            "name": "DIVES AKURU GAP FILLER"
        },
        {
            "codepoint": "11946",
            "name": "DIVES AKURU END OF TEXT MARK"
        },
        {
            "codepoint": "11950",
            "name": "DIVES AKURU DIGIT ZERO"
        },
        {
            "codepoint": "11951",
            "name": "DIVES AKURU DIGIT ONE"
        },
        {
            "codepoint": "11952",
            "name": "DIVES AKURU DIGIT TWO"
        },
        {
            "codepoint": "11953",
            "name": "DIVES AKURU DIGIT THREE"
        },
        {
            "codepoint": "11954",
            "name": "DIVES AKURU DIGIT FOUR"
        },
        {
            "codepoint": "11955",
            "name": "DIVES AKURU DIGIT FIVE"
        },
        {
            "codepoint": "11956",
            "name": "DIVES AKURU DIGIT SIX"
        },
        {
            "codepoint": "11957",
            "name": "DIVES AKURU DIGIT SEVEN"
        },
        {
            "codepoint": "11958",
            "name": "DIVES AKURU DIGIT EIGHT"
        },
        {
            "codepoint": "11959",
            "name": "DIVES AKURU DIGIT NINE"
        },
        {
            "codepoint": "119A0",
            "name": "NANDINAGARI LETTER A"
        },
        {
            "codepoint": "119A1",
            "name": "NANDINAGARI LETTER AA"
        },
        {
            "codepoint": "119A2",
            "name": "NANDINAGARI LETTER I"
        },
        {
            "codepoint": "119A3",
            "name": "NANDINAGARI LETTER II"
        },
        {
            "codepoint": "119A4",
            "name": "NANDINAGARI LETTER U"
        },
        {
            "codepoint": "119A5",
            "name": "NANDINAGARI LETTER UU"
        },
        {
            "codepoint": "119A6",
            "name": "NANDINAGARI LETTER VOCALIC R"
        },
        {
            "codepoint": "119A7",
            "name": "NANDINAGARI LETTER VOCALIC RR"
        },
        {
            "codepoint": "119AA",
            "name": "NANDINAGARI LETTER E"
        },
        {
            "codepoint": "119AB",
            "name": "NANDINAGARI LETTER AI"
        },
        {
            "codepoint": "119AC",
            "name": "NANDINAGARI LETTER O"
        },
        {
            "codepoint": "119AD",
            "name": "NANDINAGARI LETTER AU"
        },
        {
            "codepoint": "119AE",
            "name": "NANDINAGARI LETTER KA"
        },
        {
            "codepoint": "119AF",
            "name": "NANDINAGARI LETTER KHA"
        },
        {
            "codepoint": "119B0",
            "name": "NANDINAGARI LETTER GA"
        },
        {
            "codepoint": "119B1",
            "name": "NANDINAGARI LETTER GHA"
        },
        {
            "codepoint": "119B2",
            "name": "NANDINAGARI LETTER NGA"
        },
        {
            "codepoint": "119B3",
            "name": "NANDINAGARI LETTER CA"
        },
        {
            "codepoint": "119B4",
            "name": "NANDINAGARI LETTER CHA"
        },
        {
            "codepoint": "119B5",
            "name": "NANDINAGARI LETTER JA"
        },
        {
            "codepoint": "119B6",
            "name": "NANDINAGARI LETTER JHA"
        },
        {
            "codepoint": "119B7",
            "name": "NANDINAGARI LETTER NYA"
        },
        {
            "codepoint": "119B8",
            "name": "NANDINAGARI LETTER TTA"
        },
        {
            "codepoint": "119B9",
            "name": "NANDINAGARI LETTER TTHA"
        },
        {
            "codepoint": "119BA",
            "name": "NANDINAGARI LETTER DDA"
        },
        {
            "codepoint": "119BB",
            "name": "NANDINAGARI LETTER DDHA"
        },
        {
            "codepoint": "119BC",
            "name": "NANDINAGARI LETTER NNA"
        },
        {
            "codepoint": "119BD",
            "name": "NANDINAGARI LETTER TA"
        },
        {
            "codepoint": "119BE",
            "name": "NANDINAGARI LETTER THA"
        },
        {
            "codepoint": "119BF",
            "name": "NANDINAGARI LETTER DA"
        },
        {
            "codepoint": "119C0",
            "name": "NANDINAGARI LETTER DHA"
        },
        {
            "codepoint": "119C1",
            "name": "NANDINAGARI LETTER NA"
        },
        {
            "codepoint": "119C2",
            "name": "NANDINAGARI LETTER PA"
        },
        {
            "codepoint": "119C3",
            "name": "NANDINAGARI LETTER PHA"
        },
        {
            "codepoint": "119C4",
            "name": "NANDINAGARI LETTER BA"
        },
        {
            "codepoint": "119C5",
            "name": "NANDINAGARI LETTER BHA"
        },
        {
            "codepoint": "119C6",
            "name": "NANDINAGARI LETTER MA"
        },
        {
            "codepoint": "119C7",
            "name": "NANDINAGARI LETTER YA"
        },
        {
            "codepoint": "119C8",
            "name": "NANDINAGARI LETTER RA"
        },
        {
            "codepoint": "119C9",
            "name": "NANDINAGARI LETTER LA"
        },
        {
            "codepoint": "119CA",
            "name": "NANDINAGARI LETTER VA"
        },
        {
            "codepoint": "119CB",
            "name": "NANDINAGARI LETTER SHA"
        },
        {
            "codepoint": "119CC",
            "name": "NANDINAGARI LETTER SSA"
        },
        {
            "codepoint": "119CD",
            "name": "NANDINAGARI LETTER SA"
        },
        {
            "codepoint": "119CE",
            "name": "NANDINAGARI LETTER HA"
        },
        {
            "codepoint": "119CF",
            "name": "NANDINAGARI LETTER LLA"
        },
        {
            "codepoint": "119D0",
            "name": "NANDINAGARI LETTER RRA"
        },
        {
            "codepoint": "119D1",
            "name": "NANDINAGARI VOWEL SIGN AA"
        },
        {
            "codepoint": "119D2",
            "name": "NANDINAGARI VOWEL SIGN I"
        },
        {
            "codepoint": "119D3",
            "name": "NANDINAGARI VOWEL SIGN II"
        },
        {
            "codepoint": "119D4",
            "name": "NANDINAGARI VOWEL SIGN U"
        },
        {
            "codepoint": "119D5",
            "name": "NANDINAGARI VOWEL SIGN UU"
        },
        {
            "codepoint": "119D6",
            "name": "NANDINAGARI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "119D7",
            "name": "NANDINAGARI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "119DA",
            "name": "NANDINAGARI VOWEL SIGN E"
        },
        {
            "codepoint": "119DB",
            "name": "NANDINAGARI VOWEL SIGN AI"
        },
        {
            "codepoint": "119DC",
            "name": "NANDINAGARI VOWEL SIGN O"
        },
        {
            "codepoint": "119DD",
            "name": "NANDINAGARI VOWEL SIGN AU"
        },
        {
            "codepoint": "119DE",
            "name": "NANDINAGARI SIGN ANUSVARA"
        },
        {
            "codepoint": "119DF",
            "name": "NANDINAGARI SIGN VISARGA"
        },
        {
            "codepoint": "119E0",
            "name": "NANDINAGARI SIGN VIRAMA"
        },
        {
            "codepoint": "119E1",
            "name": "NANDINAGARI SIGN AVAGRAHA"
        },
        {
            "codepoint": "119E2",
            "name": "NANDINAGARI SIGN SIDDHAM"
        },
        {
            "codepoint": "119E3",
            "name": "NANDINAGARI HEADSTROKE",
            "comments": [
                "used as a spacing or filler mark"
            ]
        },
        {
            "codepoint": "119E4",
            "name": "NANDINAGARI VOWEL SIGN PRISHTHAMATRA E"
        },
        {
            "codepoint": "11A00",
            "name": "ZANABAZAR SQUARE LETTER A",
            "comments": [
                "used for representing independent vowels in combination with vowel signs"
            ]
        },
        {
            "codepoint": "11A01",
            "name": "ZANABAZAR SQUARE VOWEL SIGN I"
        },
        {
            "codepoint": "11A02",
            "name": "ZANABAZAR SQUARE VOWEL SIGN UE"
        },
        {
            "codepoint": "11A03",
            "name": "ZANABAZAR SQUARE VOWEL SIGN U"
        },
        {
            "codepoint": "11A04",
            "name": "ZANABAZAR SQUARE VOWEL SIGN E"
        },
        {
            "codepoint": "11A05",
            "name": "ZANABAZAR SQUARE VOWEL SIGN OE"
        },
        {
            "codepoint": "11A06",
            "name": "ZANABAZAR SQUARE VOWEL SIGN O"
        },
        {
            "codepoint": "11A07",
            "name": "ZANABAZAR SQUARE VOWEL SIGN AI",
            "comments": [
                "also represents secondary vowel i"
            ]
        },
        {
            "codepoint": "11A08",
            "name": "ZANABAZAR SQUARE VOWEL SIGN AU",
            "comments": [
                "also represents secondary vowel u"
            ]
        },
        {
            "codepoint": "11A09",
            "name": "ZANABAZAR SQUARE VOWEL SIGN REVERSED I",
            "comments": [
                "used for Sanskrit vocalic sounds"
            ]
        },
        {
            "codepoint": "11A0A",
            "name": "ZANABAZAR SQUARE VOWEL LENGTH MARK"
        },
        {
            "codepoint": "11A0B",
            "name": "ZANABAZAR SQUARE LETTER KA"
        },
        {
            "codepoint": "11A0C",
            "name": "ZANABAZAR SQUARE LETTER KHA"
        },
        {
            "codepoint": "11A0D",
            "name": "ZANABAZAR SQUARE LETTER GA"
        },
        {
            "codepoint": "11A0E",
            "name": "ZANABAZAR SQUARE LETTER GHA"
        },
        {
            "codepoint": "11A0F",
            "name": "ZANABAZAR SQUARE LETTER NGA"
        },
        {
            "codepoint": "11A10",
            "name": "ZANABAZAR SQUARE LETTER CA"
        },
        {
            "codepoint": "11A11",
            "name": "ZANABAZAR SQUARE LETTER CHA"
        },
        {
            "codepoint": "11A12",
            "name": "ZANABAZAR SQUARE LETTER JA"
        },
        {
            "codepoint": "11A13",
            "name": "ZANABAZAR SQUARE LETTER NYA"
        },
        {
            "codepoint": "11A14",
            "name": "ZANABAZAR SQUARE LETTER TTA"
        },
        {
            "codepoint": "11A15",
            "name": "ZANABAZAR SQUARE LETTER TTHA"
        },
        {
            "codepoint": "11A16",
            "name": "ZANABAZAR SQUARE LETTER DDA"
        },
        {
            "codepoint": "11A17",
            "name": "ZANABAZAR SQUARE LETTER DDHA"
        },
        {
            "codepoint": "11A18",
            "name": "ZANABAZAR SQUARE LETTER NNA"
        },
        {
            "codepoint": "11A19",
            "name": "ZANABAZAR SQUARE LETTER TA"
        },
        {
            "codepoint": "11A1A",
            "name": "ZANABAZAR SQUARE LETTER THA"
        },
        {
            "codepoint": "11A1B",
            "name": "ZANABAZAR SQUARE LETTER DA"
        },
        {
            "codepoint": "11A1C",
            "name": "ZANABAZAR SQUARE LETTER DHA"
        },
        {
            "codepoint": "11A1D",
            "name": "ZANABAZAR SQUARE LETTER NA"
        },
        {
            "codepoint": "11A1E",
            "name": "ZANABAZAR SQUARE LETTER PA"
        },
        {
            "codepoint": "11A1F",
            "name": "ZANABAZAR SQUARE LETTER PHA"
        },
        {
            "codepoint": "11A20",
            "name": "ZANABAZAR SQUARE LETTER BA",
            "comments": [
                "also used instead of non-initial 11A2D in conjuncts"
            ]
        },
        {
            "codepoint": "11A21",
            "name": "ZANABAZAR SQUARE LETTER BHA"
        },
        {
            "codepoint": "11A22",
            "name": "ZANABAZAR SQUARE LETTER MA"
        },
        {
            "codepoint": "11A23",
            "name": "ZANABAZAR SQUARE LETTER TSA"
        },
        {
            "codepoint": "11A24",
            "name": "ZANABAZAR SQUARE LETTER TSHA"
        },
        {
            "codepoint": "11A25",
            "name": "ZANABAZAR SQUARE LETTER DZA"
        },
        {
            "codepoint": "11A26",
            "name": "ZANABAZAR SQUARE LETTER DZHA"
        },
        {
            "codepoint": "11A27",
            "name": "ZANABAZAR SQUARE LETTER ZHA"
        },
        {
            "codepoint": "11A28",
            "name": "ZANABAZAR SQUARE LETTER ZA"
        },
        {
            "codepoint": "11A29",
            "name": "ZANABAZAR SQUARE LETTER -A",
            "comments": [
                "Mongolian aang",
                "Tibetan a-chung"
            ],
            "crossReferences": [
                "(tibetan letter -a - 0F60)"
            ]
        },
        {
            "codepoint": "11A2A",
            "name": "ZANABAZAR SQUARE LETTER YA"
        },
        {
            "codepoint": "11A2B",
            "name": "ZANABAZAR SQUARE LETTER RA"
        },
        {
            "codepoint": "11A2C",
            "name": "ZANABAZAR SQUARE LETTER LA"
        },
        {
            "codepoint": "11A2D",
            "name": "ZANABAZAR SQUARE LETTER VA"
        },
        {
            "codepoint": "11A2E",
            "name": "ZANABAZAR SQUARE LETTER SHA"
        },
        {
            "codepoint": "11A2F",
            "name": "ZANABAZAR SQUARE LETTER SSA"
        },
        {
            "codepoint": "11A30",
            "name": "ZANABAZAR SQUARE LETTER SA"
        },
        {
            "codepoint": "11A31",
            "name": "ZANABAZAR SQUARE LETTER HA"
        },
        {
            "codepoint": "11A32",
            "name": "ZANABAZAR SQUARE LETTER KSSA"
        },
        {
            "codepoint": "11A33",
            "name": "ZANABAZAR SQUARE FINAL CONSONANT MARK",
            "comments": [
                "used for marking a syllable-final consonant in Mongolian",
                "indicates a syllabic boundary in Mongolian"
            ]
        },
        {
            "codepoint": "11A34",
            "name": "ZANABAZAR SQUARE SIGN VIRAMA",
            "comments": [
                "indicates a bare consonant in Sanskrit and Tibetan",
                "not used for conjunct formation"
            ],
            "crossReferences": [
                "(tibetan mark halanta - 0F84)"
            ]
        },
        {
            "codepoint": "11A35",
            "name": "ZANABAZAR SQUARE SIGN CANDRABINDU",
            "comments": [
                "indicates nasalization"
            ],
            "crossReferences": [
                "(tibetan sign sna ldan - 0F83)",
                "(mongolian letter ali gali anusvara one - 1880)"
            ]
        },
        {
            "codepoint": "11A36",
            "name": "ZANABAZAR SQUARE SIGN CANDRABINDU WITH ORNAMENT",
            "comments": [
                "used primarily with 11A3F"
            ]
        },
        {
            "codepoint": "11A37",
            "name": "ZANABAZAR SQUARE SIGN CANDRA WITH ORNAMENT",
            "comments": [
                "used primarily with 11A3F"
            ],
            "crossReferences": [
                "(tibetan sign nyi zla naa da - 0F82)"
            ]
        },
        {
            "codepoint": "11A38",
            "name": "ZANABAZAR SQUARE SIGN ANUSVARA",
            "comments": [
                "indicates nasalization"
            ],
            "crossReferences": [
                "(tibetan sign rjes su nga ro - 0F7E)"
            ]
        },
        {
            "codepoint": "11A39",
            "name": "ZANABAZAR SQUARE SIGN VISARGA",
            "comments": [
                "indicates post-vocalic aspiration"
            ],
            "crossReferences": [
                "(tibetan sign rnam bcad - 0F7F)"
            ]
        },
        {
            "codepoint": "11A3A",
            "name": "ZANABAZAR SQUARE CLUSTER-INITIAL LETTER RA",
            "comments": [
                "initial form of 11A2B in Tibetan conjuncts"
            ]
        },
        {
            "codepoint": "11A3B",
            "name": "ZANABAZAR SQUARE CLUSTER-FINAL LETTER YA",
            "comments": [
                "final form of 11A2A in Tibetan conjuncts"
            ]
        },
        {
            "codepoint": "11A3C",
            "name": "ZANABAZAR SQUARE CLUSTER-FINAL LETTER RA",
            "comments": [
                "final form of 11A2B in Tibetan conjuncts"
            ]
        },
        {
            "codepoint": "11A3D",
            "name": "ZANABAZAR SQUARE CLUSTER-FINAL LETTER LA",
            "comments": [
                "final form of 11A2C in Tibetan conjuncts"
            ]
        },
        {
            "codepoint": "11A3E",
            "name": "ZANABAZAR SQUARE CLUSTER-FINAL LETTER VA",
            "comments": [
                "final form of 11A2D in Tibetan conjuncts"
            ]
        },
        {
            "codepoint": "11A3F",
            "name": "ZANABAZAR SQUARE INITIAL HEAD MARK",
            "crossReferences": [
                "(tibetan mark initial brda rnying yig mgo mdun ma - 0FD3)",
                "(mongolian birga - 1800)"
            ]
        },
        {
            "codepoint": "11A40",
            "name": "ZANABAZAR SQUARE CLOSING HEAD MARK",
            "crossReferences": [
                "(tibetan mark closing brda rnying yig mgo sgab ma - 0FD4)"
            ]
        },
        {
            "codepoint": "11A41",
            "name": "ZANABAZAR SQUARE MARK TSHEG",
            "crossReferences": [
                "(tibetan mark intersyllabic tsheg - 0F0B)"
            ]
        },
        {
            "codepoint": "11A42",
            "name": "ZANABAZAR SQUARE MARK SHAD",
            "crossReferences": [
                "(tibetan mark shad - 0F0D)"
            ]
        },
        {
            "codepoint": "11A43",
            "name": "ZANABAZAR SQUARE MARK DOUBLE SHAD",
            "crossReferences": [
                "(tibetan mark nyis shad - 0F0E)"
            ]
        },
        {
            "codepoint": "11A44",
            "name": "ZANABAZAR SQUARE MARK LONG TSHEG",
            "crossReferences": [
                "(tibetan mark gter tsheg - 0F14)"
            ]
        },
        {
            "codepoint": "11A45",
            "name": "ZANABAZAR SQUARE INITIAL DOUBLE-LINED HEAD MARK",
            "crossReferences": [
                "(tibetan mark initial yig mgo mdun ma - 0F04)"
            ]
        },
        {
            "codepoint": "11A46",
            "name": "ZANABAZAR SQUARE CLOSING DOUBLE-LINED HEAD MARK",
            "crossReferences": [
                "(tibetan mark closing yig mgo sgab ma - 0F05)"
            ]
        },
        {
            "codepoint": "11A47",
            "name": "ZANABAZAR SQUARE SUBJOINER",
            "comments": [
                "used for producing consonant conjuncts"
            ]
        },
        {
            "codepoint": "11A50",
            "name": "SOYOMBO LETTER A",
            "comments": [
                "used for representing independent vowels in combination with vowel signs"
            ]
        },
        {
            "codepoint": "11A51",
            "name": "SOYOMBO VOWEL SIGN I"
        },
        {
            "codepoint": "11A52",
            "name": "SOYOMBO VOWEL SIGN UE"
        },
        {
            "codepoint": "11A53",
            "name": "SOYOMBO VOWEL SIGN U"
        },
        {
            "codepoint": "11A54",
            "name": "SOYOMBO VOWEL SIGN E"
        },
        {
            "codepoint": "11A55",
            "name": "SOYOMBO VOWEL SIGN O"
        },
        {
            "codepoint": "11A56",
            "name": "SOYOMBO VOWEL SIGN OE"
        },
        {
            "codepoint": "11A57",
            "name": "SOYOMBO VOWEL SIGN AI"
        },
        {
            "codepoint": "11A58",
            "name": "SOYOMBO VOWEL SIGN AU"
        },
        {
            "codepoint": "11A59",
            "name": "SOYOMBO VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11A5A",
            "name": "SOYOMBO VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "11A5B",
            "name": "SOYOMBO VOWEL LENGTH MARK"
        },
        {
            "codepoint": "11A5C",
            "name": "SOYOMBO LETTER KA"
        },
        {
            "codepoint": "11A5D",
            "name": "SOYOMBO LETTER KHA"
        },
        {
            "codepoint": "11A5E",
            "name": "SOYOMBO LETTER GA"
        },
        {
            "codepoint": "11A5F",
            "name": "SOYOMBO LETTER GHA"
        },
        {
            "codepoint": "11A60",
            "name": "SOYOMBO LETTER NGA"
        },
        {
            "codepoint": "11A61",
            "name": "SOYOMBO LETTER CA"
        },
        {
            "codepoint": "11A62",
            "name": "SOYOMBO LETTER CHA"
        },
        {
            "codepoint": "11A63",
            "name": "SOYOMBO LETTER JA"
        },
        {
            "codepoint": "11A64",
            "name": "SOYOMBO LETTER JHA"
        },
        {
            "codepoint": "11A65",
            "name": "SOYOMBO LETTER NYA"
        },
        {
            "codepoint": "11A66",
            "name": "SOYOMBO LETTER TTA"
        },
        {
            "codepoint": "11A67",
            "name": "SOYOMBO LETTER TTHA"
        },
        {
            "codepoint": "11A68",
            "name": "SOYOMBO LETTER DDA"
        },
        {
            "codepoint": "11A69",
            "name": "SOYOMBO LETTER DDHA"
        },
        {
            "codepoint": "11A6A",
            "name": "SOYOMBO LETTER NNA"
        },
        {
            "codepoint": "11A6B",
            "name": "SOYOMBO LETTER TA"
        },
        {
            "codepoint": "11A6C",
            "name": "SOYOMBO LETTER THA"
        },
        {
            "codepoint": "11A6D",
            "name": "SOYOMBO LETTER DA"
        },
        {
            "codepoint": "11A6E",
            "name": "SOYOMBO LETTER DHA"
        },
        {
            "codepoint": "11A6F",
            "name": "SOYOMBO LETTER NA"
        },
        {
            "codepoint": "11A70",
            "name": "SOYOMBO LETTER PA"
        },
        {
            "codepoint": "11A71",
            "name": "SOYOMBO LETTER PHA"
        },
        {
            "codepoint": "11A72",
            "name": "SOYOMBO LETTER BA"
        },
        {
            "codepoint": "11A73",
            "name": "SOYOMBO LETTER BHA"
        },
        {
            "codepoint": "11A74",
            "name": "SOYOMBO LETTER MA"
        },
        {
            "codepoint": "11A75",
            "name": "SOYOMBO LETTER TSA"
        },
        {
            "codepoint": "11A76",
            "name": "SOYOMBO LETTER TSHA"
        },
        {
            "codepoint": "11A77",
            "name": "SOYOMBO LETTER DZA"
        },
        {
            "codepoint": "11A78",
            "name": "SOYOMBO LETTER ZHA"
        },
        {
            "codepoint": "11A79",
            "name": "SOYOMBO LETTER ZA"
        },
        {
            "codepoint": "11A7A",
            "name": "SOYOMBO LETTER -A"
        },
        {
            "codepoint": "11A7B",
            "name": "SOYOMBO LETTER YA"
        },
        {
            "codepoint": "11A7C",
            "name": "SOYOMBO LETTER RA"
        },
        {
            "codepoint": "11A7D",
            "name": "SOYOMBO LETTER LA"
        },
        {
            "codepoint": "11A7E",
            "name": "SOYOMBO LETTER VA"
        },
        {
            "codepoint": "11A7F",
            "name": "SOYOMBO LETTER SHA"
        },
        {
            "codepoint": "11A80",
            "name": "SOYOMBO LETTER SSA"
        },
        {
            "codepoint": "11A81",
            "name": "SOYOMBO LETTER SA"
        },
        {
            "codepoint": "11A82",
            "name": "SOYOMBO LETTER HA"
        },
        {
            "codepoint": "11A83",
            "name": "SOYOMBO LETTER KSSA"
        },
        {
            "codepoint": "11A84",
            "name": "SOYOMBO SIGN JIHVAMULIYA",
            "crossReferences": [
                "(vedic sign jihvamuliya - 1CF5)"
            ]
        },
        {
            "codepoint": "11A85",
            "name": "SOYOMBO SIGN UPADHMANIYA",
            "crossReferences": [
                "(vedic sign upadhmaniya - 1CF6)"
            ]
        },
        {
            "codepoint": "11A86",
            "name": "SOYOMBO CLUSTER-INITIAL LETTER RA"
        },
        {
            "codepoint": "11A87",
            "name": "SOYOMBO CLUSTER-INITIAL LETTER LA"
        },
        {
            "codepoint": "11A88",
            "name": "SOYOMBO CLUSTER-INITIAL LETTER SHA"
        },
        {
            "codepoint": "11A89",
            "name": "SOYOMBO CLUSTER-INITIAL LETTER SA"
        },
        {
            "codepoint": "11A8A",
            "name": "SOYOMBO FINAL CONSONANT SIGN G"
        },
        {
            "codepoint": "11A8B",
            "name": "SOYOMBO FINAL CONSONANT SIGN K"
        },
        {
            "codepoint": "11A8C",
            "name": "SOYOMBO FINAL CONSONANT SIGN NG"
        },
        {
            "codepoint": "11A8D",
            "name": "SOYOMBO FINAL CONSONANT SIGN D"
        },
        {
            "codepoint": "11A8E",
            "name": "SOYOMBO FINAL CONSONANT SIGN N"
        },
        {
            "codepoint": "11A8F",
            "name": "SOYOMBO FINAL CONSONANT SIGN B"
        },
        {
            "codepoint": "11A90",
            "name": "SOYOMBO FINAL CONSONANT SIGN M"
        },
        {
            "codepoint": "11A91",
            "name": "SOYOMBO FINAL CONSONANT SIGN R"
        },
        {
            "codepoint": "11A92",
            "name": "SOYOMBO FINAL CONSONANT SIGN L"
        },
        {
            "codepoint": "11A93",
            "name": "SOYOMBO FINAL CONSONANT SIGN SH"
        },
        {
            "codepoint": "11A94",
            "name": "SOYOMBO FINAL CONSONANT SIGN S"
        },
        {
            "codepoint": "11A95",
            "name": "SOYOMBO FINAL CONSONANT SIGN -A",
            "comments": [
                "Mongolian aang",
                "Tibetan a-chung"
            ],
            "crossReferences": [
                "(tibetan letter -a - 0F60)"
            ]
        },
        {
            "codepoint": "11A96",
            "name": "SOYOMBO SIGN ANUSVARA"
        },
        {
            "codepoint": "11A97",
            "name": "SOYOMBO SIGN VISARGA"
        },
        {
            "codepoint": "11A98",
            "name": "SOYOMBO GEMINATION MARK"
        },
        {
            "codepoint": "11A99",
            "name": "SOYOMBO SUBJOINER",
            "comments": [
                "used for producing consonant conjuncts"
            ]
        },
        {
            "codepoint": "11A9A",
            "name": "SOYOMBO MARK TSHEG"
        },
        {
            "codepoint": "11A9B",
            "name": "SOYOMBO MARK SHAD"
        },
        {
            "codepoint": "11A9C",
            "name": "SOYOMBO MARK DOUBLE SHAD"
        },
        {
            "codepoint": "11A9D",
            "name": "SOYOMBO MARK PLUTA",
            "comments": [
                "indicates vowel elongation"
            ]
        },
        {
            "codepoint": "11A9E",
            "name": "SOYOMBO HEAD MARK WITH MOON AND SUN AND TRIPLE FLAME",
            "comments": [
                "national symbol of Mongolia"
            ]
        },
        {
            "codepoint": "11A9F",
            "name": "SOYOMBO HEAD MARK WITH MOON AND SUN AND FLAME"
        },
        {
            "codepoint": "11AA0",
            "name": "SOYOMBO HEAD MARK WITH MOON AND SUN"
        },
        {
            "codepoint": "11AA1",
            "name": "SOYOMBO TERMINAL MARK-1"
        },
        {
            "codepoint": "11AA2",
            "name": "SOYOMBO TERMINAL MARK-2",
            "aliases": [
                "cintamani, candamani"
            ]
        },
        {
            "codepoint": "11AB0",
            "name": "CANADIAN SYLLABICS NATTILIK HI"
        },
        {
            "codepoint": "11AB1",
            "name": "CANADIAN SYLLABICS NATTILIK HII"
        },
        {
            "codepoint": "11AB2",
            "name": "CANADIAN SYLLABICS NATTILIK HO",
            "comments": [
                "Nattilik (HU)"
            ]
        },
        {
            "codepoint": "11AB3",
            "name": "CANADIAN SYLLABICS NATTILIK HOO",
            "comments": [
                "Nattilik (HUU)"
            ]
        },
        {
            "codepoint": "11AB4",
            "name": "CANADIAN SYLLABICS NATTILIK HA"
        },
        {
            "codepoint": "11AB5",
            "name": "CANADIAN SYLLABICS NATTILIK HAA"
        },
        {
            "codepoint": "11AB6",
            "name": "CANADIAN SYLLABICS NATTILIK SHRI"
        },
        {
            "codepoint": "11AB7",
            "name": "CANADIAN SYLLABICS NATTILIK SHRII"
        },
        {
            "codepoint": "11AB8",
            "name": "CANADIAN SYLLABICS NATTILIK SHRO",
            "comments": [
                "Nattilik (SHRU)"
            ]
        },
        {
            "codepoint": "11AB9",
            "name": "CANADIAN SYLLABICS NATTILIK SHROO",
            "comments": [
                "Nattilik (SHRUU)"
            ]
        },
        {
            "codepoint": "11ABA",
            "name": "CANADIAN SYLLABICS NATTILIK SHRA"
        },
        {
            "codepoint": "11ABB",
            "name": "CANADIAN SYLLABICS NATTILIK SHRAA"
        },
        {
            "codepoint": "11ABC",
            "name": "CANADIAN SYLLABICS SPE"
        },
        {
            "codepoint": "11ABD",
            "name": "CANADIAN SYLLABICS SPI"
        },
        {
            "codepoint": "11ABE",
            "name": "CANADIAN SYLLABICS SPO"
        },
        {
            "codepoint": "11ABF",
            "name": "CANADIAN SYLLABICS SPA"
        },
        {
            "codepoint": "11AC0",
            "name": "PAU CIN HAU LETTER PA"
        },
        {
            "codepoint": "11AC1",
            "name": "PAU CIN HAU LETTER KA"
        },
        {
            "codepoint": "11AC2",
            "name": "PAU CIN HAU LETTER LA"
        },
        {
            "codepoint": "11AC3",
            "name": "PAU CIN HAU LETTER MA"
        },
        {
            "codepoint": "11AC4",
            "name": "PAU CIN HAU LETTER DA"
        },
        {
            "codepoint": "11AC5",
            "name": "PAU CIN HAU LETTER ZA"
        },
        {
            "codepoint": "11AC6",
            "name": "PAU CIN HAU LETTER VA"
        },
        {
            "codepoint": "11AC7",
            "name": "PAU CIN HAU LETTER NGA"
        },
        {
            "codepoint": "11AC8",
            "name": "PAU CIN HAU LETTER HA"
        },
        {
            "codepoint": "11AC9",
            "name": "PAU CIN HAU LETTER GA"
        },
        {
            "codepoint": "11ACA",
            "name": "PAU CIN HAU LETTER KHA"
        },
        {
            "codepoint": "11ACB",
            "name": "PAU CIN HAU LETTER SA"
        },
        {
            "codepoint": "11ACC",
            "name": "PAU CIN HAU LETTER BA"
        },
        {
            "codepoint": "11ACD",
            "name": "PAU CIN HAU LETTER CA"
        },
        {
            "codepoint": "11ACE",
            "name": "PAU CIN HAU LETTER TA"
        },
        {
            "codepoint": "11ACF",
            "name": "PAU CIN HAU LETTER THA"
        },
        {
            "codepoint": "11AD0",
            "name": "PAU CIN HAU LETTER NA"
        },
        {
            "codepoint": "11AD1",
            "name": "PAU CIN HAU LETTER PHA"
        },
        {
            "codepoint": "11AD2",
            "name": "PAU CIN HAU LETTER RA"
        },
        {
            "codepoint": "11AD3",
            "name": "PAU CIN HAU LETTER FA"
        },
        {
            "codepoint": "11AD4",
            "name": "PAU CIN HAU LETTER CHA"
        },
        {
            "codepoint": "11AD5",
            "name": "PAU CIN HAU LETTER A"
        },
        {
            "codepoint": "11AD6",
            "name": "PAU CIN HAU LETTER E"
        },
        {
            "codepoint": "11AD7",
            "name": "PAU CIN HAU LETTER I"
        },
        {
            "codepoint": "11AD8",
            "name": "PAU CIN HAU LETTER O"
        },
        {
            "codepoint": "11AD9",
            "name": "PAU CIN HAU LETTER U"
        },
        {
            "codepoint": "11ADA",
            "name": "PAU CIN HAU LETTER UA"
        },
        {
            "codepoint": "11ADB",
            "name": "PAU CIN HAU LETTER IA"
        },
        {
            "codepoint": "11ADC",
            "name": "PAU CIN HAU LETTER FINAL P"
        },
        {
            "codepoint": "11ADD",
            "name": "PAU CIN HAU LETTER FINAL K"
        },
        {
            "codepoint": "11ADE",
            "name": "PAU CIN HAU LETTER FINAL T"
        },
        {
            "codepoint": "11ADF",
            "name": "PAU CIN HAU LETTER FINAL M"
        },
        {
            "codepoint": "11AE0",
            "name": "PAU CIN HAU LETTER FINAL N"
        },
        {
            "codepoint": "11AE1",
            "name": "PAU CIN HAU LETTER FINAL L"
        },
        {
            "codepoint": "11AE2",
            "name": "PAU CIN HAU LETTER FINAL W"
        },
        {
            "codepoint": "11AE3",
            "name": "PAU CIN HAU LETTER FINAL NG"
        },
        {
            "codepoint": "11AE4",
            "name": "PAU CIN HAU LETTER FINAL Y"
        },
        {
            "codepoint": "11AE5",
            "name": "PAU CIN HAU RISING TONE LONG"
        },
        {
            "codepoint": "11AE6",
            "name": "PAU CIN HAU RISING TONE"
        },
        {
            "codepoint": "11AE7",
            "name": "PAU CIN HAU SANDHI GLOTTAL STOP"
        },
        {
            "codepoint": "11AE8",
            "name": "PAU CIN HAU RISING TONE LONG FINAL"
        },
        {
            "codepoint": "11AE9",
            "name": "PAU CIN HAU RISING TONE FINAL"
        },
        {
            "codepoint": "11AEA",
            "name": "PAU CIN HAU SANDHI GLOTTAL STOP FINAL"
        },
        {
            "codepoint": "11AEB",
            "name": "PAU CIN HAU SANDHI TONE LONG"
        },
        {
            "codepoint": "11AEC",
            "name": "PAU CIN HAU SANDHI TONE"
        },
        {
            "codepoint": "11AED",
            "name": "PAU CIN HAU SANDHI TONE LONG FINAL"
        },
        {
            "codepoint": "11AEE",
            "name": "PAU CIN HAU SANDHI TONE FINAL"
        },
        {
            "codepoint": "11AEF",
            "name": "PAU CIN HAU MID-LEVEL TONE"
        },
        {
            "codepoint": "11AF0",
            "name": "PAU CIN HAU GLOTTAL STOP VARIANT"
        },
        {
            "codepoint": "11AF1",
            "name": "PAU CIN HAU MID-LEVEL TONE LONG FINAL"
        },
        {
            "codepoint": "11AF2",
            "name": "PAU CIN HAU MID-LEVEL TONE FINAL"
        },
        {
            "codepoint": "11AF3",
            "name": "PAU CIN HAU LOW-FALLING TONE LONG"
        },
        {
            "codepoint": "11AF4",
            "name": "PAU CIN HAU LOW-FALLING TONE"
        },
        {
            "codepoint": "11AF5",
            "name": "PAU CIN HAU GLOTTAL STOP"
        },
        {
            "codepoint": "11AF6",
            "name": "PAU CIN HAU LOW-FALLING TONE LONG FINAL"
        },
        {
            "codepoint": "11AF7",
            "name": "PAU CIN HAU LOW-FALLING TONE FINAL"
        },
        {
            "codepoint": "11AF8",
            "name": "PAU CIN HAU GLOTTAL STOP FINAL"
        },
        {
            "codepoint": "11B00",
            "name": "DEVANAGARI HEAD MARK",
            "crossReferences": [
                "(devanagari double danda - 0965)"
            ]
        },
        {
            "codepoint": "11B01",
            "name": "DEVANAGARI HEAD MARK WITH HEADSTROKE"
        },
        {
            "codepoint": "11B02",
            "name": "DEVANAGARI SIGN BHALE"
        },
        {
            "codepoint": "11B03",
            "name": "DEVANAGARI SIGN BHALE WITH HOOK"
        },
        {
            "codepoint": "11B04",
            "name": "DEVANAGARI SIGN EXTENDED BHALE"
        },
        {
            "codepoint": "11B05",
            "name": "DEVANAGARI SIGN EXTENDED BHALE WITH HOOK"
        },
        {
            "codepoint": "11B06",
            "name": "DEVANAGARI SIGN WESTERN FIVE-LIKE BHALE"
        },
        {
            "codepoint": "11B07",
            "name": "DEVANAGARI SIGN WESTERN NINE-LIKE BHALE"
        },
        {
            "codepoint": "11B08",
            "name": "DEVANAGARI SIGN REVERSED NINE-LIKE BHALE"
        },
        {
            "codepoint": "11B09",
            "name": "DEVANAGARI SIGN MINDU",
            "crossReferences": [
                "(devanagari digit zero - 0966)"
            ]
        },
        {
            "codepoint": "11BC0",
            "name": "SUNUWAR LETTER DEVI"
        },
        {
            "codepoint": "11BC1",
            "name": "SUNUWAR LETTER TASLA"
        },
        {
            "codepoint": "11BC2",
            "name": "SUNUWAR LETTER EKO"
        },
        {
            "codepoint": "11BC3",
            "name": "SUNUWAR LETTER IMAR"
        },
        {
            "codepoint": "11BC4",
            "name": "SUNUWAR LETTER REU"
        },
        {
            "codepoint": "11BC5",
            "name": "SUNUWAR LETTER UTTHI"
        },
        {
            "codepoint": "11BC6",
            "name": "SUNUWAR LETTER KIK"
        },
        {
            "codepoint": "11BC7",
            "name": "SUNUWAR LETTER MA"
        },
        {
            "codepoint": "11BC8",
            "name": "SUNUWAR LETTER APPHO"
        },
        {
            "codepoint": "11BC9",
            "name": "SUNUWAR LETTER PIP"
        },
        {
            "codepoint": "11BCA",
            "name": "SUNUWAR LETTER GIL"
        },
        {
            "codepoint": "11BCB",
            "name": "SUNUWAR LETTER HAMSO"
        },
        {
            "codepoint": "11BCC",
            "name": "SUNUWAR LETTER CARMI"
        },
        {
            "codepoint": "11BCD",
            "name": "SUNUWAR LETTER NAH"
        },
        {
            "codepoint": "11BCE",
            "name": "SUNUWAR LETTER BUR"
        },
        {
            "codepoint": "11BCF",
            "name": "SUNUWAR LETTER JYAH"
        },
        {
            "codepoint": "11BD0",
            "name": "SUNUWAR LETTER LOACHA"
        },
        {
            "codepoint": "11BD1",
            "name": "SUNUWAR LETTER OTTHI"
        },
        {
            "codepoint": "11BD2",
            "name": "SUNUWAR LETTER SHYELE"
        },
        {
            "codepoint": "11BD3",
            "name": "SUNUWAR LETTER VARCA"
        },
        {
            "codepoint": "11BD4",
            "name": "SUNUWAR LETTER YAT"
        },
        {
            "codepoint": "11BD5",
            "name": "SUNUWAR LETTER AVA"
        },
        {
            "codepoint": "11BD6",
            "name": "SUNUWAR LETTER AAL"
        },
        {
            "codepoint": "11BD7",
            "name": "SUNUWAR LETTER DONGA"
        },
        {
            "codepoint": "11BD8",
            "name": "SUNUWAR LETTER THARI"
        },
        {
            "codepoint": "11BD9",
            "name": "SUNUWAR LETTER PHAR"
        },
        {
            "codepoint": "11BDA",
            "name": "SUNUWAR LETTER NGAR"
        },
        {
            "codepoint": "11BDB",
            "name": "SUNUWAR LETTER KHA"
        },
        {
            "codepoint": "11BDC",
            "name": "SUNUWAR LETTER SHYER"
        },
        {
            "codepoint": "11BDD",
            "name": "SUNUWAR LETTER CHELAP"
        },
        {
            "codepoint": "11BDE",
            "name": "SUNUWAR LETTER TENTU"
        },
        {
            "codepoint": "11BDF",
            "name": "SUNUWAR LETTER THELE"
        },
        {
            "codepoint": "11BE0",
            "name": "SUNUWAR LETTER KLOKO"
        },
        {
            "codepoint": "11BE1",
            "name": "SUNUWAR SIGN PVO"
        },
        {
            "codepoint": "11BF0",
            "name": "SUNUWAR DIGIT ZERO"
        },
        {
            "codepoint": "11BF1",
            "name": "SUNUWAR DIGIT ONE"
        },
        {
            "codepoint": "11BF2",
            "name": "SUNUWAR DIGIT TWO"
        },
        {
            "codepoint": "11BF3",
            "name": "SUNUWAR DIGIT THREE"
        },
        {
            "codepoint": "11BF4",
            "name": "SUNUWAR DIGIT FOUR"
        },
        {
            "codepoint": "11BF5",
            "name": "SUNUWAR DIGIT FIVE"
        },
        {
            "codepoint": "11BF6",
            "name": "SUNUWAR DIGIT SIX"
        },
        {
            "codepoint": "11BF7",
            "name": "SUNUWAR DIGIT SEVEN"
        },
        {
            "codepoint": "11BF8",
            "name": "SUNUWAR DIGIT EIGHT"
        },
        {
            "codepoint": "11BF9",
            "name": "SUNUWAR DIGIT NINE"
        },
        {
            "codepoint": "11C00",
            "name": "BHAIKSUKI LETTER A"
        },
        {
            "codepoint": "11C01",
            "name": "BHAIKSUKI LETTER AA"
        },
        {
            "codepoint": "11C02",
            "name": "BHAIKSUKI LETTER I"
        },
        {
            "codepoint": "11C03",
            "name": "BHAIKSUKI LETTER II"
        },
        {
            "codepoint": "11C04",
            "name": "BHAIKSUKI LETTER U"
        },
        {
            "codepoint": "11C05",
            "name": "BHAIKSUKI LETTER UU"
        },
        {
            "codepoint": "11C06",
            "name": "BHAIKSUKI LETTER VOCALIC R"
        },
        {
            "codepoint": "11C07",
            "name": "BHAIKSUKI LETTER VOCALIC RR"
        },
        {
            "codepoint": "11C08",
            "name": "BHAIKSUKI LETTER VOCALIC L"
        },
        {
            "codepoint": "11C0A",
            "name": "BHAIKSUKI LETTER E"
        },
        {
            "codepoint": "11C0B",
            "name": "BHAIKSUKI LETTER AI"
        },
        {
            "codepoint": "11C0C",
            "name": "BHAIKSUKI LETTER O"
        },
        {
            "codepoint": "11C0D",
            "name": "BHAIKSUKI LETTER AU"
        },
        {
            "codepoint": "11C0E",
            "name": "BHAIKSUKI LETTER KA"
        },
        {
            "codepoint": "11C0F",
            "name": "BHAIKSUKI LETTER KHA"
        },
        {
            "codepoint": "11C10",
            "name": "BHAIKSUKI LETTER GA"
        },
        {
            "codepoint": "11C11",
            "name": "BHAIKSUKI LETTER GHA"
        },
        {
            "codepoint": "11C12",
            "name": "BHAIKSUKI LETTER NGA"
        },
        {
            "codepoint": "11C13",
            "name": "BHAIKSUKI LETTER CA"
        },
        {
            "codepoint": "11C14",
            "name": "BHAIKSUKI LETTER CHA"
        },
        {
            "codepoint": "11C15",
            "name": "BHAIKSUKI LETTER JA"
        },
        {
            "codepoint": "11C16",
            "name": "BHAIKSUKI LETTER JHA"
        },
        {
            "codepoint": "11C17",
            "name": "BHAIKSUKI LETTER NYA"
        },
        {
            "codepoint": "11C18",
            "name": "BHAIKSUKI LETTER TTA"
        },
        {
            "codepoint": "11C19",
            "name": "BHAIKSUKI LETTER TTHA"
        },
        {
            "codepoint": "11C1A",
            "name": "BHAIKSUKI LETTER DDA"
        },
        {
            "codepoint": "11C1B",
            "name": "BHAIKSUKI LETTER DDHA"
        },
        {
            "codepoint": "11C1C",
            "name": "BHAIKSUKI LETTER NNA"
        },
        {
            "codepoint": "11C1D",
            "name": "BHAIKSUKI LETTER TA"
        },
        {
            "codepoint": "11C1E",
            "name": "BHAIKSUKI LETTER THA"
        },
        {
            "codepoint": "11C1F",
            "name": "BHAIKSUKI LETTER DA"
        },
        {
            "codepoint": "11C20",
            "name": "BHAIKSUKI LETTER DHA"
        },
        {
            "codepoint": "11C21",
            "name": "BHAIKSUKI LETTER NA"
        },
        {
            "codepoint": "11C22",
            "name": "BHAIKSUKI LETTER PA"
        },
        {
            "codepoint": "11C23",
            "name": "BHAIKSUKI LETTER PHA"
        },
        {
            "codepoint": "11C24",
            "name": "BHAIKSUKI LETTER BA"
        },
        {
            "codepoint": "11C25",
            "name": "BHAIKSUKI LETTER BHA"
        },
        {
            "codepoint": "11C26",
            "name": "BHAIKSUKI LETTER MA"
        },
        {
            "codepoint": "11C27",
            "name": "BHAIKSUKI LETTER YA"
        },
        {
            "codepoint": "11C28",
            "name": "BHAIKSUKI LETTER RA"
        },
        {
            "codepoint": "11C29",
            "name": "BHAIKSUKI LETTER LA"
        },
        {
            "codepoint": "11C2A",
            "name": "BHAIKSUKI LETTER VA"
        },
        {
            "codepoint": "11C2B",
            "name": "BHAIKSUKI LETTER SHA"
        },
        {
            "codepoint": "11C2C",
            "name": "BHAIKSUKI LETTER SSA"
        },
        {
            "codepoint": "11C2D",
            "name": "BHAIKSUKI LETTER SA"
        },
        {
            "codepoint": "11C2E",
            "name": "BHAIKSUKI LETTER HA"
        },
        {
            "codepoint": "11C2F",
            "name": "BHAIKSUKI VOWEL SIGN AA"
        },
        {
            "codepoint": "11C30",
            "name": "BHAIKSUKI VOWEL SIGN I"
        },
        {
            "codepoint": "11C31",
            "name": "BHAIKSUKI VOWEL SIGN II"
        },
        {
            "codepoint": "11C32",
            "name": "BHAIKSUKI VOWEL SIGN U"
        },
        {
            "codepoint": "11C33",
            "name": "BHAIKSUKI VOWEL SIGN UU"
        },
        {
            "codepoint": "11C34",
            "name": "BHAIKSUKI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11C35",
            "name": "BHAIKSUKI VOWEL SIGN VOCALIC RR"
        },
        {
            "codepoint": "11C36",
            "name": "BHAIKSUKI VOWEL SIGN VOCALIC L"
        },
        {
            "codepoint": "11C38",
            "name": "BHAIKSUKI VOWEL SIGN E"
        },
        {
            "codepoint": "11C39",
            "name": "BHAIKSUKI VOWEL SIGN AI"
        },
        {
            "codepoint": "11C3A",
            "name": "BHAIKSUKI VOWEL SIGN O"
        },
        {
            "codepoint": "11C3B",
            "name": "BHAIKSUKI VOWEL SIGN AU"
        },
        {
            "codepoint": "11C3C",
            "name": "BHAIKSUKI SIGN CANDRABINDU"
        },
        {
            "codepoint": "11C3D",
            "name": "BHAIKSUKI SIGN ANUSVARA"
        },
        {
            "codepoint": "11C3E",
            "name": "BHAIKSUKI SIGN VISARGA"
        },
        {
            "codepoint": "11C3F",
            "name": "BHAIKSUKI SIGN VIRAMA"
        },
        {
            "codepoint": "11C40",
            "name": "BHAIKSUKI SIGN AVAGRAHA"
        },
        {
            "codepoint": "11C41",
            "name": "BHAIKSUKI DANDA"
        },
        {
            "codepoint": "11C42",
            "name": "BHAIKSUKI DOUBLE DANDA"
        },
        {
            "codepoint": "11C43",
            "name": "BHAIKSUKI WORD SEPARATOR"
        },
        {
            "codepoint": "11C44",
            "name": "BHAIKSUKI GAP FILLER-1"
        },
        {
            "codepoint": "11C45",
            "name": "BHAIKSUKI GAP FILLER-2"
        },
        {
            "codepoint": "11C50",
            "name": "BHAIKSUKI DIGIT ZERO"
        },
        {
            "codepoint": "11C51",
            "name": "BHAIKSUKI DIGIT ONE"
        },
        {
            "codepoint": "11C52",
            "name": "BHAIKSUKI DIGIT TWO"
        },
        {
            "codepoint": "11C53",
            "name": "BHAIKSUKI DIGIT THREE"
        },
        {
            "codepoint": "11C54",
            "name": "BHAIKSUKI DIGIT FOUR"
        },
        {
            "codepoint": "11C55",
            "name": "BHAIKSUKI DIGIT FIVE"
        },
        {
            "codepoint": "11C56",
            "name": "BHAIKSUKI DIGIT SIX"
        },
        {
            "codepoint": "11C57",
            "name": "BHAIKSUKI DIGIT SEVEN"
        },
        {
            "codepoint": "11C58",
            "name": "BHAIKSUKI DIGIT EIGHT"
        },
        {
            "codepoint": "11C59",
            "name": "BHAIKSUKI DIGIT NINE"
        },
        {
            "codepoint": "11C5A",
            "name": "BHAIKSUKI NUMBER ONE"
        },
        {
            "codepoint": "11C5B",
            "name": "BHAIKSUKI NUMBER TWO"
        },
        {
            "codepoint": "11C5C",
            "name": "BHAIKSUKI NUMBER THREE"
        },
        {
            "codepoint": "11C5D",
            "name": "BHAIKSUKI NUMBER FOUR"
        },
        {
            "codepoint": "11C5E",
            "name": "BHAIKSUKI NUMBER FIVE"
        },
        {
            "codepoint": "11C5F",
            "name": "BHAIKSUKI NUMBER SIX"
        },
        {
            "codepoint": "11C60",
            "name": "BHAIKSUKI NUMBER SEVEN"
        },
        {
            "codepoint": "11C61",
            "name": "BHAIKSUKI NUMBER EIGHT"
        },
        {
            "codepoint": "11C62",
            "name": "BHAIKSUKI NUMBER NINE"
        },
        {
            "codepoint": "11C63",
            "name": "BHAIKSUKI NUMBER TEN"
        },
        {
            "codepoint": "11C64",
            "name": "BHAIKSUKI NUMBER TWENTY"
        },
        {
            "codepoint": "11C65",
            "name": "BHAIKSUKI NUMBER THIRTY"
        },
        {
            "codepoint": "11C66",
            "name": "BHAIKSUKI NUMBER FORTY"
        },
        {
            "codepoint": "11C67",
            "name": "BHAIKSUKI NUMBER FIFTY"
        },
        {
            "codepoint": "11C68",
            "name": "BHAIKSUKI NUMBER SIXTY"
        },
        {
            "codepoint": "11C69",
            "name": "BHAIKSUKI NUMBER SEVENTY"
        },
        {
            "codepoint": "11C6A",
            "name": "BHAIKSUKI NUMBER EIGHTY"
        },
        {
            "codepoint": "11C6B",
            "name": "BHAIKSUKI NUMBER NINETY"
        },
        {
            "codepoint": "11C6C",
            "name": "BHAIKSUKI HUNDREDS UNIT MARK"
        },
        {
            "codepoint": "11C70",
            "name": "MARCHEN HEAD MARK",
            "crossReferences": [
                "(left-facing svasti sign - 0FD6)"
            ]
        },
        {
            "codepoint": "11C71",
            "name": "MARCHEN MARK SHAD"
        },
        {
            "codepoint": "11C72",
            "name": "MARCHEN LETTER KA"
        },
        {
            "codepoint": "11C73",
            "name": "MARCHEN LETTER KHA"
        },
        {
            "codepoint": "11C74",
            "name": "MARCHEN LETTER GA"
        },
        {
            "codepoint": "11C75",
            "name": "MARCHEN LETTER NGA"
        },
        {
            "codepoint": "11C76",
            "name": "MARCHEN LETTER CA"
        },
        {
            "codepoint": "11C77",
            "name": "MARCHEN LETTER CHA"
        },
        {
            "codepoint": "11C78",
            "name": "MARCHEN LETTER JA"
        },
        {
            "codepoint": "11C79",
            "name": "MARCHEN LETTER NYA"
        },
        {
            "codepoint": "11C7A",
            "name": "MARCHEN LETTER TA"
        },
        {
            "codepoint": "11C7B",
            "name": "MARCHEN LETTER THA"
        },
        {
            "codepoint": "11C7C",
            "name": "MARCHEN LETTER DA"
        },
        {
            "codepoint": "11C7D",
            "name": "MARCHEN LETTER NA"
        },
        {
            "codepoint": "11C7E",
            "name": "MARCHEN LETTER PA"
        },
        {
            "codepoint": "11C7F",
            "name": "MARCHEN LETTER PHA"
        },
        {
            "codepoint": "11C80",
            "name": "MARCHEN LETTER BA"
        },
        {
            "codepoint": "11C81",
            "name": "MARCHEN LETTER MA"
        },
        {
            "codepoint": "11C82",
            "name": "MARCHEN LETTER TSA"
        },
        {
            "codepoint": "11C83",
            "name": "MARCHEN LETTER TSHA"
        },
        {
            "codepoint": "11C84",
            "name": "MARCHEN LETTER DZA"
        },
        {
            "codepoint": "11C85",
            "name": "MARCHEN LETTER WA"
        },
        {
            "codepoint": "11C86",
            "name": "MARCHEN LETTER ZHA"
        },
        {
            "codepoint": "11C87",
            "name": "MARCHEN LETTER ZA"
        },
        {
            "codepoint": "11C88",
            "name": "MARCHEN LETTER -A"
        },
        {
            "codepoint": "11C89",
            "name": "MARCHEN LETTER YA"
        },
        {
            "codepoint": "11C8A",
            "name": "MARCHEN LETTER RA"
        },
        {
            "codepoint": "11C8B",
            "name": "MARCHEN LETTER LA"
        },
        {
            "codepoint": "11C8C",
            "name": "MARCHEN LETTER SHA"
        },
        {
            "codepoint": "11C8D",
            "name": "MARCHEN LETTER SA"
        },
        {
            "codepoint": "11C8E",
            "name": "MARCHEN LETTER HA"
        },
        {
            "codepoint": "11C8F",
            "name": "MARCHEN LETTER A"
        },
        {
            "codepoint": "11C92",
            "name": "MARCHEN SUBJOINED LETTER KA"
        },
        {
            "codepoint": "11C93",
            "name": "MARCHEN SUBJOINED LETTER KHA"
        },
        {
            "codepoint": "11C94",
            "name": "MARCHEN SUBJOINED LETTER GA"
        },
        {
            "codepoint": "11C95",
            "name": "MARCHEN SUBJOINED LETTER NGA"
        },
        {
            "codepoint": "11C96",
            "name": "MARCHEN SUBJOINED LETTER CA"
        },
        {
            "codepoint": "11C97",
            "name": "MARCHEN SUBJOINED LETTER CHA"
        },
        {
            "codepoint": "11C98",
            "name": "MARCHEN SUBJOINED LETTER JA"
        },
        {
            "codepoint": "11C99",
            "name": "MARCHEN SUBJOINED LETTER NYA"
        },
        {
            "codepoint": "11C9A",
            "name": "MARCHEN SUBJOINED LETTER TA"
        },
        {
            "codepoint": "11C9B",
            "name": "MARCHEN SUBJOINED LETTER THA"
        },
        {
            "codepoint": "11C9C",
            "name": "MARCHEN SUBJOINED LETTER DA"
        },
        {
            "codepoint": "11C9D",
            "name": "MARCHEN SUBJOINED LETTER NA"
        },
        {
            "codepoint": "11C9E",
            "name": "MARCHEN SUBJOINED LETTER PA"
        },
        {
            "codepoint": "11C9F",
            "name": "MARCHEN SUBJOINED LETTER PHA"
        },
        {
            "codepoint": "11CA0",
            "name": "MARCHEN SUBJOINED LETTER BA"
        },
        {
            "codepoint": "11CA1",
            "name": "MARCHEN SUBJOINED LETTER MA"
        },
        {
            "codepoint": "11CA2",
            "name": "MARCHEN SUBJOINED LETTER TSA"
        },
        {
            "codepoint": "11CA3",
            "name": "MARCHEN SUBJOINED LETTER TSHA"
        },
        {
            "codepoint": "11CA4",
            "name": "MARCHEN SUBJOINED LETTER DZA"
        },
        {
            "codepoint": "11CA5",
            "name": "MARCHEN SUBJOINED LETTER WA"
        },
        {
            "codepoint": "11CA6",
            "name": "MARCHEN SUBJOINED LETTER ZHA"
        },
        {
            "codepoint": "11CA7",
            "name": "MARCHEN SUBJOINED LETTER ZA"
        },
        {
            "codepoint": "11CA9",
            "name": "MARCHEN SUBJOINED LETTER YA"
        },
        {
            "codepoint": "11CAA",
            "name": "MARCHEN SUBJOINED LETTER RA"
        },
        {
            "codepoint": "11CAB",
            "name": "MARCHEN SUBJOINED LETTER LA"
        },
        {
            "codepoint": "11CAC",
            "name": "MARCHEN SUBJOINED LETTER SHA"
        },
        {
            "codepoint": "11CAD",
            "name": "MARCHEN SUBJOINED LETTER SA"
        },
        {
            "codepoint": "11CAE",
            "name": "MARCHEN SUBJOINED LETTER HA"
        },
        {
            "codepoint": "11CAF",
            "name": "MARCHEN SUBJOINED LETTER A"
        },
        {
            "codepoint": "11CB0",
            "name": "MARCHEN VOWEL SIGN AA"
        },
        {
            "codepoint": "11CB1",
            "name": "MARCHEN VOWEL SIGN I"
        },
        {
            "codepoint": "11CB2",
            "name": "MARCHEN VOWEL SIGN U"
        },
        {
            "codepoint": "11CB3",
            "name": "MARCHEN VOWEL SIGN E"
        },
        {
            "codepoint": "11CB4",
            "name": "MARCHEN VOWEL SIGN O"
        },
        {
            "codepoint": "11CB5",
            "name": "MARCHEN SIGN ANUSVARA"
        },
        {
            "codepoint": "11CB6",
            "name": "MARCHEN SIGN CANDRABINDU"
        },
        {
            "codepoint": "11D00",
            "name": "MASARAM GONDI LETTER A"
        },
        {
            "codepoint": "11D01",
            "name": "MASARAM GONDI LETTER AA"
        },
        {
            "codepoint": "11D02",
            "name": "MASARAM GONDI LETTER I"
        },
        {
            "codepoint": "11D03",
            "name": "MASARAM GONDI LETTER II"
        },
        {
            "codepoint": "11D04",
            "name": "MASARAM GONDI LETTER U"
        },
        {
            "codepoint": "11D05",
            "name": "MASARAM GONDI LETTER UU"
        },
        {
            "codepoint": "11D06",
            "name": "MASARAM GONDI LETTER E"
        },
        {
            "codepoint": "11D08",
            "name": "MASARAM GONDI LETTER AI"
        },
        {
            "codepoint": "11D09",
            "name": "MASARAM GONDI LETTER O"
        },
        {
            "codepoint": "11D0B",
            "name": "MASARAM GONDI LETTER AU"
        },
        {
            "codepoint": "11D0C",
            "name": "MASARAM GONDI LETTER KA"
        },
        {
            "codepoint": "11D0D",
            "name": "MASARAM GONDI LETTER KHA"
        },
        {
            "codepoint": "11D0E",
            "name": "MASARAM GONDI LETTER GA"
        },
        {
            "codepoint": "11D0F",
            "name": "MASARAM GONDI LETTER GHA"
        },
        {
            "codepoint": "11D10",
            "name": "MASARAM GONDI LETTER NGA"
        },
        {
            "codepoint": "11D11",
            "name": "MASARAM GONDI LETTER CA"
        },
        {
            "codepoint": "11D12",
            "name": "MASARAM GONDI LETTER CHA"
        },
        {
            "codepoint": "11D13",
            "name": "MASARAM GONDI LETTER JA"
        },
        {
            "codepoint": "11D14",
            "name": "MASARAM GONDI LETTER JHA"
        },
        {
            "codepoint": "11D15",
            "name": "MASARAM GONDI LETTER NYA"
        },
        {
            "codepoint": "11D16",
            "name": "MASARAM GONDI LETTER TTA"
        },
        {
            "codepoint": "11D17",
            "name": "MASARAM GONDI LETTER TTHA"
        },
        {
            "codepoint": "11D18",
            "name": "MASARAM GONDI LETTER DDA"
        },
        {
            "codepoint": "11D19",
            "name": "MASARAM GONDI LETTER DDHA"
        },
        {
            "codepoint": "11D1A",
            "name": "MASARAM GONDI LETTER NNA"
        },
        {
            "codepoint": "11D1B",
            "name": "MASARAM GONDI LETTER TA"
        },
        {
            "codepoint": "11D1C",
            "name": "MASARAM GONDI LETTER THA"
        },
        {
            "codepoint": "11D1D",
            "name": "MASARAM GONDI LETTER DA"
        },
        {
            "codepoint": "11D1E",
            "name": "MASARAM GONDI LETTER DHA"
        },
        {
            "codepoint": "11D1F",
            "name": "MASARAM GONDI LETTER NA"
        },
        {
            "codepoint": "11D20",
            "name": "MASARAM GONDI LETTER PA"
        },
        {
            "codepoint": "11D21",
            "name": "MASARAM GONDI LETTER PHA"
        },
        {
            "codepoint": "11D22",
            "name": "MASARAM GONDI LETTER BA"
        },
        {
            "codepoint": "11D23",
            "name": "MASARAM GONDI LETTER BHA"
        },
        {
            "codepoint": "11D24",
            "name": "MASARAM GONDI LETTER MA"
        },
        {
            "codepoint": "11D25",
            "name": "MASARAM GONDI LETTER YA"
        },
        {
            "codepoint": "11D26",
            "name": "MASARAM GONDI LETTER RA"
        },
        {
            "codepoint": "11D27",
            "name": "MASARAM GONDI LETTER LA"
        },
        {
            "codepoint": "11D28",
            "name": "MASARAM GONDI LETTER VA"
        },
        {
            "codepoint": "11D29",
            "name": "MASARAM GONDI LETTER SHA"
        },
        {
            "codepoint": "11D2A",
            "name": "MASARAM GONDI LETTER SSA"
        },
        {
            "codepoint": "11D2B",
            "name": "MASARAM GONDI LETTER SA"
        },
        {
            "codepoint": "11D2C",
            "name": "MASARAM GONDI LETTER HA"
        },
        {
            "codepoint": "11D2D",
            "name": "MASARAM GONDI LETTER LLA"
        },
        {
            "codepoint": "11D2E",
            "name": "MASARAM GONDI LETTER KSSA"
        },
        {
            "codepoint": "11D2F",
            "name": "MASARAM GONDI LETTER JNYA"
        },
        {
            "codepoint": "11D30",
            "name": "MASARAM GONDI LETTER TRA"
        },
        {
            "codepoint": "11D31",
            "name": "MASARAM GONDI VOWEL SIGN AA"
        },
        {
            "codepoint": "11D32",
            "name": "MASARAM GONDI VOWEL SIGN I"
        },
        {
            "codepoint": "11D33",
            "name": "MASARAM GONDI VOWEL SIGN II"
        },
        {
            "codepoint": "11D34",
            "name": "MASARAM GONDI VOWEL SIGN U"
        },
        {
            "codepoint": "11D35",
            "name": "MASARAM GONDI VOWEL SIGN UU"
        },
        {
            "codepoint": "11D36",
            "name": "MASARAM GONDI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11D3A",
            "name": "MASARAM GONDI VOWEL SIGN E"
        },
        {
            "codepoint": "11D3C",
            "name": "MASARAM GONDI VOWEL SIGN AI"
        },
        {
            "codepoint": "11D3D",
            "name": "MASARAM GONDI VOWEL SIGN O"
        },
        {
            "codepoint": "11D3F",
            "name": "MASARAM GONDI VOWEL SIGN AU"
        },
        {
            "codepoint": "11D40",
            "name": "MASARAM GONDI SIGN ANUSVARA"
        },
        {
            "codepoint": "11D41",
            "name": "MASARAM GONDI SIGN VISARGA"
        },
        {
            "codepoint": "11D42",
            "name": "MASARAM GONDI SIGN NUKTA"
        },
        {
            "codepoint": "11D43",
            "name": "MASARAM GONDI SIGN CANDRA",
            "comments": [
                "used for transcribing foreign vowels"
            ]
        },
        {
            "codepoint": "11D44",
            "name": "MASARAM GONDI SIGN HALANTA",
            "comments": [
                "used for silencing the inherent vowel"
            ]
        },
        {
            "codepoint": "11D45",
            "name": "MASARAM GONDI VIRAMA",
            "comments": [
                "used to form conjuncts"
            ]
        },
        {
            "codepoint": "11D46",
            "name": "MASARAM GONDI REPHA",
            "comments": [
                "cluster-initial form of 11D26"
            ]
        },
        {
            "codepoint": "11D47",
            "name": "MASARAM GONDI RA-KARA",
            "comments": [
                "cluster-final form of 11D26"
            ]
        },
        {
            "codepoint": "11D50",
            "name": "MASARAM GONDI DIGIT ZERO"
        },
        {
            "codepoint": "11D51",
            "name": "MASARAM GONDI DIGIT ONE"
        },
        {
            "codepoint": "11D52",
            "name": "MASARAM GONDI DIGIT TWO"
        },
        {
            "codepoint": "11D53",
            "name": "MASARAM GONDI DIGIT THREE"
        },
        {
            "codepoint": "11D54",
            "name": "MASARAM GONDI DIGIT FOUR"
        },
        {
            "codepoint": "11D55",
            "name": "MASARAM GONDI DIGIT FIVE"
        },
        {
            "codepoint": "11D56",
            "name": "MASARAM GONDI DIGIT SIX"
        },
        {
            "codepoint": "11D57",
            "name": "MASARAM GONDI DIGIT SEVEN"
        },
        {
            "codepoint": "11D58",
            "name": "MASARAM GONDI DIGIT EIGHT"
        },
        {
            "codepoint": "11D59",
            "name": "MASARAM GONDI DIGIT NINE"
        },
        {
            "codepoint": "11D60",
            "name": "GUNJALA GONDI LETTER A"
        },
        {
            "codepoint": "11D61",
            "name": "GUNJALA GONDI LETTER AA"
        },
        {
            "codepoint": "11D62",
            "name": "GUNJALA GONDI LETTER I"
        },
        {
            "codepoint": "11D63",
            "name": "GUNJALA GONDI LETTER II"
        },
        {
            "codepoint": "11D64",
            "name": "GUNJALA GONDI LETTER U"
        },
        {
            "codepoint": "11D65",
            "name": "GUNJALA GONDI LETTER UU"
        },
        {
            "codepoint": "11D67",
            "name": "GUNJALA GONDI LETTER EE"
        },
        {
            "codepoint": "11D68",
            "name": "GUNJALA GONDI LETTER AI"
        },
        {
            "codepoint": "11D6A",
            "name": "GUNJALA GONDI LETTER OO"
        },
        {
            "codepoint": "11D6B",
            "name": "GUNJALA GONDI LETTER AU"
        },
        {
            "codepoint": "11D6C",
            "name": "GUNJALA GONDI LETTER YA"
        },
        {
            "codepoint": "11D6D",
            "name": "GUNJALA GONDI LETTER VA"
        },
        {
            "codepoint": "11D6E",
            "name": "GUNJALA GONDI LETTER BA"
        },
        {
            "codepoint": "11D6F",
            "name": "GUNJALA GONDI LETTER BHA"
        },
        {
            "codepoint": "11D70",
            "name": "GUNJALA GONDI LETTER MA"
        },
        {
            "codepoint": "11D71",
            "name": "GUNJALA GONDI LETTER KA"
        },
        {
            "codepoint": "11D72",
            "name": "GUNJALA GONDI LETTER KHA"
        },
        {
            "codepoint": "11D73",
            "name": "GUNJALA GONDI LETTER TA"
        },
        {
            "codepoint": "11D74",
            "name": "GUNJALA GONDI LETTER THA"
        },
        {
            "codepoint": "11D75",
            "name": "GUNJALA GONDI LETTER LA"
        },
        {
            "codepoint": "11D76",
            "name": "GUNJALA GONDI LETTER GA"
        },
        {
            "codepoint": "11D77",
            "name": "GUNJALA GONDI LETTER GHA"
        },
        {
            "codepoint": "11D78",
            "name": "GUNJALA GONDI LETTER DA"
        },
        {
            "codepoint": "11D79",
            "name": "GUNJALA GONDI LETTER DHA"
        },
        {
            "codepoint": "11D7A",
            "name": "GUNJALA GONDI LETTER NA"
        },
        {
            "codepoint": "11D7B",
            "name": "GUNJALA GONDI LETTER CA"
        },
        {
            "codepoint": "11D7C",
            "name": "GUNJALA GONDI LETTER CHA"
        },
        {
            "codepoint": "11D7D",
            "name": "GUNJALA GONDI LETTER TTA"
        },
        {
            "codepoint": "11D7E",
            "name": "GUNJALA GONDI LETTER TTHA"
        },
        {
            "codepoint": "11D7F",
            "name": "GUNJALA GONDI LETTER LLA"
        },
        {
            "codepoint": "11D80",
            "name": "GUNJALA GONDI LETTER JA"
        },
        {
            "codepoint": "11D81",
            "name": "GUNJALA GONDI LETTER JHA"
        },
        {
            "codepoint": "11D82",
            "name": "GUNJALA GONDI LETTER DDA"
        },
        {
            "codepoint": "11D83",
            "name": "GUNJALA GONDI LETTER DDHA"
        },
        {
            "codepoint": "11D84",
            "name": "GUNJALA GONDI LETTER NGA"
        },
        {
            "codepoint": "11D85",
            "name": "GUNJALA GONDI LETTER PA"
        },
        {
            "codepoint": "11D86",
            "name": "GUNJALA GONDI LETTER PHA"
        },
        {
            "codepoint": "11D87",
            "name": "GUNJALA GONDI LETTER HA"
        },
        {
            "codepoint": "11D88",
            "name": "GUNJALA GONDI LETTER RA"
        },
        {
            "codepoint": "11D89",
            "name": "GUNJALA GONDI LETTER SA"
        },
        {
            "codepoint": "11D8A",
            "name": "GUNJALA GONDI VOWEL SIGN AA"
        },
        {
            "codepoint": "11D8B",
            "name": "GUNJALA GONDI VOWEL SIGN I"
        },
        {
            "codepoint": "11D8C",
            "name": "GUNJALA GONDI VOWEL SIGN II"
        },
        {
            "codepoint": "11D8D",
            "name": "GUNJALA GONDI VOWEL SIGN U"
        },
        {
            "codepoint": "11D8E",
            "name": "GUNJALA GONDI VOWEL SIGN UU"
        },
        {
            "codepoint": "11D90",
            "name": "GUNJALA GONDI VOWEL SIGN EE"
        },
        {
            "codepoint": "11D91",
            "name": "GUNJALA GONDI VOWEL SIGN AI"
        },
        {
            "codepoint": "11D93",
            "name": "GUNJALA GONDI VOWEL SIGN OO"
        },
        {
            "codepoint": "11D94",
            "name": "GUNJALA GONDI VOWEL SIGN AU"
        },
        {
            "codepoint": "11D95",
            "name": "GUNJALA GONDI SIGN ANUSVARA"
        },
        {
            "codepoint": "11D96",
            "name": "GUNJALA GONDI SIGN VISARGA"
        },
        {
            "codepoint": "11D97",
            "name": "GUNJALA GONDI VIRAMA",
            "comments": [
                "used to form conjuncts"
            ]
        },
        {
            "codepoint": "11D98",
            "name": "GUNJALA GONDI OM"
        },
        {
            "codepoint": "11DA0",
            "name": "GUNJALA GONDI DIGIT ZERO"
        },
        {
            "codepoint": "11DA1",
            "name": "GUNJALA GONDI DIGIT ONE"
        },
        {
            "codepoint": "11DA2",
            "name": "GUNJALA GONDI DIGIT TWO"
        },
        {
            "codepoint": "11DA3",
            "name": "GUNJALA GONDI DIGIT THREE"
        },
        {
            "codepoint": "11DA4",
            "name": "GUNJALA GONDI DIGIT FOUR"
        },
        {
            "codepoint": "11DA5",
            "name": "GUNJALA GONDI DIGIT FIVE"
        },
        {
            "codepoint": "11DA6",
            "name": "GUNJALA GONDI DIGIT SIX"
        },
        {
            "codepoint": "11DA7",
            "name": "GUNJALA GONDI DIGIT SEVEN"
        },
        {
            "codepoint": "11DA8",
            "name": "GUNJALA GONDI DIGIT EIGHT"
        },
        {
            "codepoint": "11DA9",
            "name": "GUNJALA GONDI DIGIT NINE"
        },
        {
            "codepoint": "11EE0",
            "name": "MAKASAR LETTER KA"
        },
        {
            "codepoint": "11EE1",
            "name": "MAKASAR LETTER GA"
        },
        {
            "codepoint": "11EE2",
            "name": "MAKASAR LETTER NGA"
        },
        {
            "codepoint": "11EE3",
            "name": "MAKASAR LETTER PA"
        },
        {
            "codepoint": "11EE4",
            "name": "MAKASAR LETTER BA"
        },
        {
            "codepoint": "11EE5",
            "name": "MAKASAR LETTER MA"
        },
        {
            "codepoint": "11EE6",
            "name": "MAKASAR LETTER TA"
        },
        {
            "codepoint": "11EE7",
            "name": "MAKASAR LETTER DA"
        },
        {
            "codepoint": "11EE8",
            "name": "MAKASAR LETTER NA"
        },
        {
            "codepoint": "11EE9",
            "name": "MAKASAR LETTER CA"
        },
        {
            "codepoint": "11EEA",
            "name": "MAKASAR LETTER JA"
        },
        {
            "codepoint": "11EEB",
            "name": "MAKASAR LETTER NYA"
        },
        {
            "codepoint": "11EEC",
            "name": "MAKASAR LETTER YA"
        },
        {
            "codepoint": "11EED",
            "name": "MAKASAR LETTER RA"
        },
        {
            "codepoint": "11EEE",
            "name": "MAKASAR LETTER LA"
        },
        {
            "codepoint": "11EEF",
            "name": "MAKASAR LETTER VA"
        },
        {
            "codepoint": "11EF0",
            "name": "MAKASAR LETTER SA"
        },
        {
            "codepoint": "11EF1",
            "name": "MAKASAR LETTER A"
        },
        {
            "codepoint": "11EF2",
            "name": "MAKASAR ANGKA"
        },
        {
            "codepoint": "11EF3",
            "name": "MAKASAR VOWEL SIGN I"
        },
        {
            "codepoint": "11EF4",
            "name": "MAKASAR VOWEL SIGN U"
        },
        {
            "codepoint": "11EF5",
            "name": "MAKASAR VOWEL SIGN E"
        },
        {
            "codepoint": "11EF6",
            "name": "MAKASAR VOWEL SIGN O"
        },
        {
            "codepoint": "11EF7",
            "name": "MAKASAR PASSIMBANG"
        },
        {
            "codepoint": "11EF8",
            "name": "MAKASAR END OF SECTION"
        },
        {
            "codepoint": "11F00",
            "name": "KAWI SIGN CANDRABINDU"
        },
        {
            "codepoint": "11F01",
            "name": "KAWI SIGN ANUSVARA"
        },
        {
            "codepoint": "11F02",
            "name": "KAWI SIGN REPHA",
            "comments": [
                "cluster-initial form of 11F2C",
                "also used as final r"
            ]
        },
        {
            "codepoint": "11F03",
            "name": "KAWI SIGN VISARGA"
        },
        {
            "codepoint": "11F04",
            "name": "KAWI LETTER A"
        },
        {
            "codepoint": "11F05",
            "name": "KAWI LETTER AA"
        },
        {
            "codepoint": "11F06",
            "name": "KAWI LETTER I"
        },
        {
            "codepoint": "11F07",
            "name": "KAWI LETTER II"
        },
        {
            "codepoint": "11F08",
            "name": "KAWI LETTER U"
        },
        {
            "codepoint": "11F09",
            "name": "KAWI LETTER UU"
        },
        {
            "codepoint": "11F0A",
            "name": "KAWI LETTER VOCALIC R"
        },
        {
            "codepoint": "11F0B",
            "name": "KAWI LETTER VOCALIC RR"
        },
        {
            "codepoint": "11F0C",
            "name": "KAWI LETTER VOCALIC L"
        },
        {
            "codepoint": "11F0D",
            "name": "KAWI LETTER VOCALIC LL"
        },
        {
            "codepoint": "11F0E",
            "name": "KAWI LETTER E"
        },
        {
            "codepoint": "11F0F",
            "name": "KAWI LETTER AI"
        },
        {
            "codepoint": "11F10",
            "name": "KAWI LETTER O"
        },
        {
            "codepoint": "11F12",
            "name": "KAWI LETTER KA"
        },
        {
            "codepoint": "11F13",
            "name": "KAWI LETTER KHA"
        },
        {
            "codepoint": "11F14",
            "name": "KAWI LETTER GA"
        },
        {
            "codepoint": "11F15",
            "name": "KAWI LETTER GHA"
        },
        {
            "codepoint": "11F16",
            "name": "KAWI LETTER NGA"
        },
        {
            "codepoint": "11F17",
            "name": "KAWI LETTER CA"
        },
        {
            "codepoint": "11F18",
            "name": "KAWI LETTER CHA"
        },
        {
            "codepoint": "11F19",
            "name": "KAWI LETTER JA"
        },
        {
            "codepoint": "11F1A",
            "name": "KAWI LETTER JHA"
        },
        {
            "codepoint": "11F1B",
            "name": "KAWI LETTER NYA"
        },
        {
            "codepoint": "11F1C",
            "name": "KAWI LETTER TTA"
        },
        {
            "codepoint": "11F1D",
            "name": "KAWI LETTER TTHA"
        },
        {
            "codepoint": "11F1E",
            "name": "KAWI LETTER DDA"
        },
        {
            "codepoint": "11F1F",
            "name": "KAWI LETTER DDHA"
        },
        {
            "codepoint": "11F20",
            "name": "KAWI LETTER NNA"
        },
        {
            "codepoint": "11F21",
            "name": "KAWI LETTER TA"
        },
        {
            "codepoint": "11F22",
            "name": "KAWI LETTER THA"
        },
        {
            "codepoint": "11F23",
            "name": "KAWI LETTER DA"
        },
        {
            "codepoint": "11F24",
            "name": "KAWI LETTER DHA"
        },
        {
            "codepoint": "11F25",
            "name": "KAWI LETTER NA"
        },
        {
            "codepoint": "11F26",
            "name": "KAWI LETTER PA"
        },
        {
            "codepoint": "11F27",
            "name": "KAWI LETTER PHA"
        },
        {
            "codepoint": "11F28",
            "name": "KAWI LETTER BA"
        },
        {
            "codepoint": "11F29",
            "name": "KAWI LETTER BHA"
        },
        {
            "codepoint": "11F2A",
            "name": "KAWI LETTER MA"
        },
        {
            "codepoint": "11F2B",
            "name": "KAWI LETTER YA"
        },
        {
            "codepoint": "11F2C",
            "name": "KAWI LETTER RA"
        },
        {
            "codepoint": "11F2D",
            "name": "KAWI LETTER LA"
        },
        {
            "codepoint": "11F2E",
            "name": "KAWI LETTER WA"
        },
        {
            "codepoint": "11F2F",
            "name": "KAWI LETTER SHA"
        },
        {
            "codepoint": "11F30",
            "name": "KAWI LETTER SSA"
        },
        {
            "codepoint": "11F31",
            "name": "KAWI LETTER SA"
        },
        {
            "codepoint": "11F32",
            "name": "KAWI LETTER HA"
        },
        {
            "codepoint": "11F33",
            "name": "KAWI LETTER JNYA"
        },
        {
            "codepoint": "11F34",
            "name": "KAWI VOWEL SIGN AA"
        },
        {
            "codepoint": "11F35",
            "name": "KAWI VOWEL SIGN ALTERNATE AA"
        },
        {
            "codepoint": "11F36",
            "name": "KAWI VOWEL SIGN I"
        },
        {
            "codepoint": "11F37",
            "name": "KAWI VOWEL SIGN II"
        },
        {
            "codepoint": "11F38",
            "name": "KAWI VOWEL SIGN U"
        },
        {
            "codepoint": "11F39",
            "name": "KAWI VOWEL SIGN UU"
        },
        {
            "codepoint": "11F3A",
            "name": "KAWI VOWEL SIGN VOCALIC R"
        },
        {
            "codepoint": "11F3E",
            "name": "KAWI VOWEL SIGN E"
        },
        {
            "codepoint": "11F3F",
            "name": "KAWI VOWEL SIGN AI"
        },
        {
            "codepoint": "11F40",
            "name": "KAWI VOWEL SIGN EU",
            "comments": [
                "represents schwa [ə]"
            ]
        },
        {
            "codepoint": "11F41",
            "name": "KAWI SIGN KILLER",
            "comments": [
                "vowel killer, always rendered visibly"
            ]
        },
        {
            "codepoint": "11F42",
            "name": "KAWI CONJOINER",
            "comments": [
                "used for producing below-base and post-base conjunct forms"
            ]
        },
        {
            "codepoint": "11F43",
            "name": "KAWI DANDA"
        },
        {
            "codepoint": "11F44",
            "name": "KAWI DOUBLE DANDA"
        },
        {
            "codepoint": "11F45",
            "name": "KAWI PUNCTUATION SECTION MARKER"
        },
        {
            "codepoint": "11F46",
            "name": "KAWI PUNCTUATION ALTERNATE SECTION MARKER"
        },
        {
            "codepoint": "11F47",
            "name": "KAWI PUNCTUATION FLOWER"
        },
        {
            "codepoint": "11F48",
            "name": "KAWI PUNCTUATION SPACE FILLER"
        },
        {
            "codepoint": "11F49",
            "name": "KAWI PUNCTUATION DOT"
        },
        {
            "codepoint": "11F4A",
            "name": "KAWI PUNCTUATION DOUBLE DOT"
        },
        {
            "codepoint": "11F4B",
            "name": "KAWI PUNCTUATION TRIPLE DOT"
        },
        {
            "codepoint": "11F4C",
            "name": "KAWI PUNCTUATION CIRCLE"
        },
        {
            "codepoint": "11F4D",
            "name": "KAWI PUNCTUATION FILLED CIRCLE"
        },
        {
            "codepoint": "11F4E",
            "name": "KAWI PUNCTUATION SPIRAL"
        },
        {
            "codepoint": "11F4F",
            "name": "KAWI PUNCTUATION CLOSING SPIRAL"
        },
        {
            "codepoint": "11F50",
            "name": "KAWI DIGIT ZERO"
        },
        {
            "codepoint": "11F51",
            "name": "KAWI DIGIT ONE"
        },
        {
            "codepoint": "11F52",
            "name": "KAWI DIGIT TWO",
            "comments": [
                "also used as letter ro"
            ]
        },
        {
            "codepoint": "11F53",
            "name": "KAWI DIGIT THREE"
        },
        {
            "codepoint": "11F54",
            "name": "KAWI DIGIT FOUR"
        },
        {
            "codepoint": "11F55",
            "name": "KAWI DIGIT FIVE"
        },
        {
            "codepoint": "11F56",
            "name": "KAWI DIGIT SIX"
        },
        {
            "codepoint": "11F57",
            "name": "KAWI DIGIT SEVEN"
        },
        {
            "codepoint": "11F58",
            "name": "KAWI DIGIT EIGHT"
        },
        {
            "codepoint": "11F59",
            "name": "KAWI DIGIT NINE"
        },
        {
            "codepoint": "11F5A",
            "name": "KAWI SIGN NUKTA"
        },
        {
            "codepoint": "11FB0",
            "name": "LISU LETTER YHA",
            "comments": [
                "used for the Naxi language"
            ],
            "crossReferences": [
                "(turned sans-serif capital y - 2144)",
                "(lisu letter ya - A4EC)"
            ]
        },
        {
            "codepoint": "11FC0",
            "name": "TAMIL FRACTION ONE THREE-HUNDRED-AND-TWENTIETH",
            "aliases": [
                "munthiri"
            ]
        },
        {
            "codepoint": "11FC1",
            "name": "TAMIL FRACTION ONE ONE-HUNDRED-AND-SIXTIETH",
            "aliases": [
                "araikkaani"
            ]
        },
        {
            "codepoint": "11FC2",
            "name": "TAMIL FRACTION ONE EIGHTIETH",
            "aliases": [
                "kaani"
            ]
        },
        {
            "codepoint": "11FC3",
            "name": "TAMIL FRACTION ONE SIXTY-FOURTH",
            "aliases": [
                "kaal viisam"
            ]
        },
        {
            "codepoint": "11FC4",
            "name": "TAMIL FRACTION ONE FORTIETH",
            "aliases": [
                "arai maa"
            ]
        },
        {
            "codepoint": "11FC5",
            "name": "TAMIL FRACTION ONE THIRTY-SECOND",
            "aliases": [
                "arai viisam"
            ]
        },
        {
            "codepoint": "11FC6",
            "name": "TAMIL FRACTION THREE EIGHTIETHS",
            "aliases": [
                "mukkaani"
            ]
        },
        {
            "codepoint": "11FC7",
            "name": "TAMIL FRACTION THREE SIXTY-FOURTHS",
            "aliases": [
                "mukkaal viisam"
            ]
        },
        {
            "codepoint": "11FC8",
            "name": "TAMIL FRACTION ONE TWENTIETH",
            "aliases": [
                "maa"
            ],
            "crossReferences": [
                "(tamil letter pa - 0BAA)"
            ]
        },
        {
            "codepoint": "11FC9",
            "name": "TAMIL FRACTION ONE SIXTEENTH-1",
            "aliases": [
                "viisam/maakaani"
            ]
        },
        {
            "codepoint": "11FCA",
            "name": "TAMIL FRACTION ONE SIXTEENTH-2",
            "aliases": [
                "viisam/maakaani"
            ],
            "comments": [
                "alternate representation"
            ]
        },
        {
            "codepoint": "11FCB",
            "name": "TAMIL FRACTION ONE TENTH",
            "aliases": [
                "irumaa"
            ]
        },
        {
            "codepoint": "11FCC",
            "name": "TAMIL FRACTION ONE EIGHTH",
            "aliases": [
                "araikkaal"
            ]
        },
        {
            "codepoint": "11FCD",
            "name": "TAMIL FRACTION THREE TWENTIETHS",
            "aliases": [
                "mummaa"
            ]
        },
        {
            "codepoint": "11FCE",
            "name": "TAMIL FRACTION THREE SIXTEENTHS",
            "aliases": [
                "muuviisam/mummaamukkaani"
            ]
        },
        {
            "codepoint": "11FCF",
            "name": "TAMIL FRACTION ONE FIFTH",
            "aliases": [
                "naangu maa"
            ]
        },
        {
            "codepoint": "11FD0",
            "name": "TAMIL FRACTION ONE QUARTER",
            "aliases": [
                "kaal"
            ],
            "crossReferences": [
                "(tamil letter va - 0BB5)"
            ]
        },
        {
            "codepoint": "11FD1",
            "name": "TAMIL FRACTION ONE HALF-1",
            "aliases": [
                "arai"
            ]
        },
        {
            "codepoint": "11FD2",
            "name": "TAMIL FRACTION ONE HALF-2",
            "aliases": [
                "arai"
            ],
            "comments": [
                "alternate representation"
            ]
        },
        {
            "codepoint": "11FD3",
            "name": "TAMIL FRACTION THREE QUARTERS",
            "aliases": [
                "mukkaal"
            ]
        },
        {
            "codepoint": "11FD4",
            "name": "TAMIL FRACTION DOWNSCALING FACTOR KIIZH",
            "comments": [
                "when prefixed to a fraction, reduces its value by a factor of 1/320"
            ]
        },
        {
            "codepoint": "11FD5",
            "name": "TAMIL SIGN NEL",
            "comments": [
                "one grain of paddy"
            ]
        },
        {
            "codepoint": "11FD6",
            "name": "TAMIL SIGN CEVITU",
            "comments": [
                "equals 360 nel"
            ]
        },
        {
            "codepoint": "11FD7",
            "name": "TAMIL SIGN AAZHAAKKU",
            "comments": [
                "equals 5 cevitu"
            ]
        },
        {
            "codepoint": "11FD8",
            "name": "TAMIL SIGN UZHAKKU",
            "comments": [
                "equals 2 aazhaakku",
                "for the measure uri which equals 2 uzhakku, use the sequence 0B89 0BB0 0BBF"
            ]
        },
        {
            "codepoint": "11FD9",
            "name": "TAMIL SIGN MUUVUZHAKKU",
            "comments": [
                "equals 3 uzhakku",
                "for the measure naazhi/padi which equals 2 uri, use 0BF3"
            ],
            "crossReferences": [
                "(tamil day sign - 0BF3)"
            ]
        },
        {
            "codepoint": "11FDA",
            "name": "TAMIL SIGN KURUNI",
            "aliases": [
                "marakkaal"
            ],
            "comments": [
                "equals 8 naazhi/padi"
            ],
            "crossReferences": [
                "(tamil letter nga - 0B99)"
            ]
        },
        {
            "codepoint": "11FDB",
            "name": "TAMIL SIGN PATHAKKU",
            "comments": [
                "equals 2 kuruni/marakkaal"
            ]
        },
        {
            "codepoint": "11FDC",
            "name": "TAMIL SIGN MUKKURUNI",
            "comments": [
                "equals 3 kuruni/marakkaal",
                "for the measure thuuni which equals 2 pathakku, use 0BA4",
                "for the measure kalam which equals 3 thuuni, use 0BB3"
            ],
            "crossReferences": [
                "(tamil letter ta - 0BA4)",
                "(tamil letter lla - 0BB3)"
            ]
        },
        {
            "codepoint": "11FDD",
            "name": "TAMIL SIGN KAACU",
            "comments": [
                "small currency unit"
            ]
        },
        {
            "codepoint": "11FDE",
            "name": "TAMIL SIGN PANAM"
        },
        {
            "codepoint": "11FDF",
            "name": "TAMIL SIGN PON",
            "comments": [
                "gold coin"
            ]
        },
        {
            "codepoint": "11FE0",
            "name": "TAMIL SIGN VARAAKAN",
            "comments": [
                "gold coin bearing boar insignia"
            ]
        },
        {
            "codepoint": "11FE1",
            "name": "TAMIL SIGN PAARAM",
            "comments": [
                "approximately equals 500 pounds (227 kg)"
            ]
        },
        {
            "codepoint": "11FE2",
            "name": "TAMIL SIGN KUZHI",
            "comments": [
                "equals 1 square kol, where 1 kol is approximately 11 feet (3.35 m)"
            ]
        },
        {
            "codepoint": "11FE3",
            "name": "TAMIL SIGN VELI",
            "aliases": [
                "veeli"
            ]
        },
        {
            "codepoint": "11FE4",
            "name": "TAMIL WET CULTIVATION SIGN",
            "aliases": [
                "nansey"
            ]
        },
        {
            "codepoint": "11FE5",
            "name": "TAMIL DRY CULTIVATION SIGN",
            "aliases": [
                "punsey"
            ]
        },
        {
            "codepoint": "11FE6",
            "name": "TAMIL LAND SIGN",
            "aliases": [
                "nilam"
            ],
            "comments": [
                "distinct from the rupee sign"
            ],
            "crossReferences": [
                "(tamil rupee sign - 0BF9)"
            ]
        },
        {
            "codepoint": "11FE7",
            "name": "TAMIL SALT PAN SIGN",
            "aliases": [
                "uppalam"
            ]
        },
        {
            "codepoint": "11FE8",
            "name": "TAMIL TRADITIONAL CREDIT SIGN",
            "aliases": [
                "varavu"
            ],
            "crossReferences": [
                "(tamil credit sign - 0BF7)"
            ]
        },
        {
            "codepoint": "11FE9",
            "name": "TAMIL TRADITIONAL NUMBER SIGN",
            "aliases": [
                "enn"
            ],
            "crossReferences": [
                "(tamil number sign - 0BFA)"
            ]
        },
        {
            "codepoint": "11FEA",
            "name": "TAMIL CURRENT SIGN",
            "aliases": [
                "naalathu"
            ]
        },
        {
            "codepoint": "11FEB",
            "name": "TAMIL AND ODD SIGN",
            "aliases": [
                "silvaanam/sillarai"
            ]
        },
        {
            "codepoint": "11FEC",
            "name": "TAMIL SPENT SIGN",
            "aliases": [
                "poga"
            ]
        },
        {
            "codepoint": "11FED",
            "name": "TAMIL TOTAL SIGN",
            "aliases": [
                "aaga"
            ]
        },
        {
            "codepoint": "11FEE",
            "name": "TAMIL IN POSSESSION SIGN",
            "aliases": [
                "vasam"
            ]
        },
        {
            "codepoint": "11FEF",
            "name": "TAMIL STARTING FROM SIGN",
            "aliases": [
                "muthal"
            ]
        },
        {
            "codepoint": "11FF0",
            "name": "TAMIL SIGN MUTHALIYA",
            "aliases": [
                "et cetera"
            ],
            "comments": [
                "indicates items in a series"
            ]
        },
        {
            "codepoint": "11FF1",
            "name": "TAMIL SIGN VAKAIYARAA",
            "aliases": [
                "et cetera"
            ],
            "comments": [
                "indicates items of a family or kind"
            ]
        },
        {
            "codepoint": "11FFF",
            "name": "TAMIL PUNCTUATION END OF TEXT",
            "crossReferences": [
                "(sinhala punctuation kunddaliya - 0DF4)"
            ]
        },
        {
            "codepoint": "12000",
            "name": "CUNEIFORM SIGN A"
        },
        {
            "codepoint": "12001",
            "name": "CUNEIFORM SIGN A TIMES A"
        },
        {
            "codepoint": "12002",
            "name": "CUNEIFORM SIGN A TIMES BAD"
        },
        {
            "codepoint": "12003",
            "name": "CUNEIFORM SIGN A TIMES GAN2 TENU"
        },
        {
            "codepoint": "12004",
            "name": "CUNEIFORM SIGN A TIMES HA"
        },
        {
            "codepoint": "12005",
            "name": "CUNEIFORM SIGN A TIMES IGI"
        },
        {
            "codepoint": "12006",
            "name": "CUNEIFORM SIGN A TIMES LAGAR GUNU"
        },
        {
            "codepoint": "12007",
            "name": "CUNEIFORM SIGN A TIMES MUSH"
        },
        {
            "codepoint": "12008",
            "name": "CUNEIFORM SIGN A TIMES SAG"
        },
        {
            "codepoint": "12009",
            "name": "CUNEIFORM SIGN A2"
        },
        {
            "codepoint": "1200A",
            "name": "CUNEIFORM SIGN AB"
        },
        {
            "codepoint": "1200B",
            "name": "CUNEIFORM SIGN AB TIMES ASH2"
        },
        {
            "codepoint": "1200C",
            "name": "CUNEIFORM SIGN AB TIMES DUN3 GUNU"
        },
        {
            "codepoint": "1200D",
            "name": "CUNEIFORM SIGN AB TIMES GAL"
        },
        {
            "codepoint": "1200E",
            "name": "CUNEIFORM SIGN AB TIMES GAN2 TENU"
        },
        {
            "codepoint": "1200F",
            "name": "CUNEIFORM SIGN AB TIMES HA"
        },
        {
            "codepoint": "12010",
            "name": "CUNEIFORM SIGN AB TIMES IGI GUNU"
        },
        {
            "codepoint": "12011",
            "name": "CUNEIFORM SIGN AB TIMES IMIN"
        },
        {
            "codepoint": "12012",
            "name": "CUNEIFORM SIGN AB TIMES LAGAB"
        },
        {
            "codepoint": "12013",
            "name": "CUNEIFORM SIGN AB TIMES SHESH"
        },
        {
            "codepoint": "12014",
            "name": "CUNEIFORM SIGN AB TIMES U PLUS U PLUS U"
        },
        {
            "codepoint": "12015",
            "name": "CUNEIFORM SIGN AB GUNU"
        },
        {
            "codepoint": "12016",
            "name": "CUNEIFORM SIGN AB2"
        },
        {
            "codepoint": "12017",
            "name": "CUNEIFORM SIGN AB2 TIMES BALAG"
        },
        {
            "codepoint": "12018",
            "name": "CUNEIFORM SIGN AB2 TIMES GAN2 TENU"
        },
        {
            "codepoint": "12019",
            "name": "CUNEIFORM SIGN AB2 TIMES ME PLUS EN"
        },
        {
            "codepoint": "1201A",
            "name": "CUNEIFORM SIGN AB2 TIMES SHA3"
        },
        {
            "codepoint": "1201B",
            "name": "CUNEIFORM SIGN AB2 TIMES TAK4"
        },
        {
            "codepoint": "1201C",
            "name": "CUNEIFORM SIGN AD"
        },
        {
            "codepoint": "1201D",
            "name": "CUNEIFORM SIGN AK"
        },
        {
            "codepoint": "1201E",
            "name": "CUNEIFORM SIGN AK TIMES ERIN2"
        },
        {
            "codepoint": "1201F",
            "name": "CUNEIFORM SIGN AK TIMES SHITA PLUS GISH"
        },
        {
            "codepoint": "12020",
            "name": "CUNEIFORM SIGN AL"
        },
        {
            "codepoint": "12021",
            "name": "CUNEIFORM SIGN AL TIMES AL"
        },
        {
            "codepoint": "12022",
            "name": "CUNEIFORM SIGN AL TIMES DIM2"
        },
        {
            "codepoint": "12023",
            "name": "CUNEIFORM SIGN AL TIMES GISH"
        },
        {
            "codepoint": "12024",
            "name": "CUNEIFORM SIGN AL TIMES HA"
        },
        {
            "codepoint": "12025",
            "name": "CUNEIFORM SIGN AL TIMES KAD3"
        },
        {
            "codepoint": "12026",
            "name": "CUNEIFORM SIGN AL TIMES KI"
        },
        {
            "codepoint": "12027",
            "name": "CUNEIFORM SIGN AL TIMES SHE"
        },
        {
            "codepoint": "12028",
            "name": "CUNEIFORM SIGN AL TIMES USH"
        },
        {
            "codepoint": "12029",
            "name": "CUNEIFORM SIGN ALAN"
        },
        {
            "codepoint": "1202A",
            "name": "CUNEIFORM SIGN ALEPH"
        },
        {
            "codepoint": "1202B",
            "name": "CUNEIFORM SIGN AMAR"
        },
        {
            "codepoint": "1202C",
            "name": "CUNEIFORM SIGN AMAR TIMES SHE"
        },
        {
            "codepoint": "1202D",
            "name": "CUNEIFORM SIGN AN"
        },
        {
            "codepoint": "1202E",
            "name": "CUNEIFORM SIGN AN OVER AN"
        },
        {
            "codepoint": "1202F",
            "name": "CUNEIFORM SIGN AN THREE TIMES"
        },
        {
            "codepoint": "12030",
            "name": "CUNEIFORM SIGN AN PLUS NAGA OPPOSING AN PLUS NAGA"
        },
        {
            "codepoint": "12031",
            "name": "CUNEIFORM SIGN AN PLUS NAGA SQUARED"
        },
        {
            "codepoint": "12032",
            "name": "CUNEIFORM SIGN ANSHE"
        },
        {
            "codepoint": "12033",
            "name": "CUNEIFORM SIGN APIN"
        },
        {
            "codepoint": "12034",
            "name": "CUNEIFORM SIGN ARAD"
        },
        {
            "codepoint": "12035",
            "name": "CUNEIFORM SIGN ARAD TIMES KUR"
        },
        {
            "codepoint": "12036",
            "name": "CUNEIFORM SIGN ARKAB"
        },
        {
            "codepoint": "12037",
            "name": "CUNEIFORM SIGN ASAL2"
        },
        {
            "codepoint": "12038",
            "name": "CUNEIFORM SIGN ASH"
        },
        {
            "codepoint": "12039",
            "name": "CUNEIFORM SIGN ASH ZIDA TENU"
        },
        {
            "codepoint": "1203A",
            "name": "CUNEIFORM SIGN ASH KABA TENU"
        },
        {
            "codepoint": "1203B",
            "name": "CUNEIFORM SIGN ASH OVER ASH TUG2 OVER TUG2 TUG2 OVER TUG2 PAP"
        },
        {
            "codepoint": "1203C",
            "name": "CUNEIFORM SIGN ASH OVER ASH OVER ASH"
        },
        {
            "codepoint": "1203D",
            "name": "CUNEIFORM SIGN ASH OVER ASH OVER ASH CROSSING ASH OVER ASH OVER ASH"
        },
        {
            "codepoint": "1203E",
            "name": "CUNEIFORM SIGN ASH2"
        },
        {
            "codepoint": "1203F",
            "name": "CUNEIFORM SIGN ASHGAB"
        },
        {
            "codepoint": "12040",
            "name": "CUNEIFORM SIGN BA"
        },
        {
            "codepoint": "12041",
            "name": "CUNEIFORM SIGN BAD"
        },
        {
            "codepoint": "12042",
            "name": "CUNEIFORM SIGN BAG3"
        },
        {
            "codepoint": "12043",
            "name": "CUNEIFORM SIGN BAHAR2"
        },
        {
            "codepoint": "12044",
            "name": "CUNEIFORM SIGN BAL"
        },
        {
            "codepoint": "12045",
            "name": "CUNEIFORM SIGN BAL OVER BAL"
        },
        {
            "codepoint": "12046",
            "name": "CUNEIFORM SIGN BALAG"
        },
        {
            "codepoint": "12047",
            "name": "CUNEIFORM SIGN BAR"
        },
        {
            "codepoint": "12048",
            "name": "CUNEIFORM SIGN BARA2"
        },
        {
            "codepoint": "12049",
            "name": "CUNEIFORM SIGN BI"
        },
        {
            "codepoint": "1204A",
            "name": "CUNEIFORM SIGN BI TIMES A"
        },
        {
            "codepoint": "1204B",
            "name": "CUNEIFORM SIGN BI TIMES GAR"
        },
        {
            "codepoint": "1204C",
            "name": "CUNEIFORM SIGN BI TIMES IGI GUNU"
        },
        {
            "codepoint": "1204D",
            "name": "CUNEIFORM SIGN BU"
        },
        {
            "codepoint": "1204E",
            "name": "CUNEIFORM SIGN BU OVER BU AB"
        },
        {
            "codepoint": "1204F",
            "name": "CUNEIFORM SIGN BU OVER BU UN"
        },
        {
            "codepoint": "12050",
            "name": "CUNEIFORM SIGN BU CROSSING BU"
        },
        {
            "codepoint": "12051",
            "name": "CUNEIFORM SIGN BULUG"
        },
        {
            "codepoint": "12052",
            "name": "CUNEIFORM SIGN BULUG OVER BULUG"
        },
        {
            "codepoint": "12053",
            "name": "CUNEIFORM SIGN BUR"
        },
        {
            "codepoint": "12054",
            "name": "CUNEIFORM SIGN BUR2"
        },
        {
            "codepoint": "12055",
            "name": "CUNEIFORM SIGN DA"
        },
        {
            "codepoint": "12056",
            "name": "CUNEIFORM SIGN DAG"
        },
        {
            "codepoint": "12057",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES A PLUS MASH"
        },
        {
            "codepoint": "12058",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES AMAR"
        },
        {
            "codepoint": "12059",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES BALAG"
        },
        {
            "codepoint": "1205A",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES BI"
        },
        {
            "codepoint": "1205B",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES GA"
        },
        {
            "codepoint": "1205C",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES GA PLUS MASH"
        },
        {
            "codepoint": "1205D",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES GI"
        },
        {
            "codepoint": "1205E",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES GIR2"
        },
        {
            "codepoint": "1205F",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES GUD"
        },
        {
            "codepoint": "12060",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES HA"
        },
        {
            "codepoint": "12061",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES IR"
        },
        {
            "codepoint": "12062",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES IR PLUS LU"
        },
        {
            "codepoint": "12063",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES KAK"
        },
        {
            "codepoint": "12064",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES LA"
        },
        {
            "codepoint": "12065",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES LU"
        },
        {
            "codepoint": "12066",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES LU PLUS MASH2"
        },
        {
            "codepoint": "12067",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES LUM"
        },
        {
            "codepoint": "12068",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES NE"
        },
        {
            "codepoint": "12069",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES PAP PLUS PAP"
        },
        {
            "codepoint": "1206A",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES SI"
        },
        {
            "codepoint": "1206B",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES TAK4"
        },
        {
            "codepoint": "1206C",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS GIR2"
        },
        {
            "codepoint": "1206D",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES USH"
        },
        {
            "codepoint": "1206E",
            "name": "CUNEIFORM SIGN DAM"
        },
        {
            "codepoint": "1206F",
            "name": "CUNEIFORM SIGN DAR"
        },
        {
            "codepoint": "12070",
            "name": "CUNEIFORM SIGN DARA3"
        },
        {
            "codepoint": "12071",
            "name": "CUNEIFORM SIGN DARA4"
        },
        {
            "codepoint": "12072",
            "name": "CUNEIFORM SIGN DI"
        },
        {
            "codepoint": "12073",
            "name": "CUNEIFORM SIGN DIB"
        },
        {
            "codepoint": "12074",
            "name": "CUNEIFORM SIGN DIM"
        },
        {
            "codepoint": "12075",
            "name": "CUNEIFORM SIGN DIM TIMES SHE"
        },
        {
            "codepoint": "12076",
            "name": "CUNEIFORM SIGN DIM2"
        },
        {
            "codepoint": "12077",
            "name": "CUNEIFORM SIGN DIN"
        },
        {
            "codepoint": "12078",
            "name": "CUNEIFORM SIGN DIN KASKAL U GUNU DISH"
        },
        {
            "codepoint": "12079",
            "name": "CUNEIFORM SIGN DISH"
        },
        {
            "codepoint": "1207A",
            "name": "CUNEIFORM SIGN DU"
        },
        {
            "codepoint": "1207B",
            "name": "CUNEIFORM SIGN DU OVER DU"
        },
        {
            "codepoint": "1207C",
            "name": "CUNEIFORM SIGN DU GUNU"
        },
        {
            "codepoint": "1207D",
            "name": "CUNEIFORM SIGN DU SHESHIG"
        },
        {
            "codepoint": "1207E",
            "name": "CUNEIFORM SIGN DUB"
        },
        {
            "codepoint": "1207F",
            "name": "CUNEIFORM SIGN DUB TIMES ESH2"
        },
        {
            "codepoint": "12080",
            "name": "CUNEIFORM SIGN DUB2"
        },
        {
            "codepoint": "12081",
            "name": "CUNEIFORM SIGN DUG"
        },
        {
            "codepoint": "12082",
            "name": "CUNEIFORM SIGN DUGUD"
        },
        {
            "codepoint": "12083",
            "name": "CUNEIFORM SIGN DUH"
        },
        {
            "codepoint": "12084",
            "name": "CUNEIFORM SIGN DUN"
        },
        {
            "codepoint": "12085",
            "name": "CUNEIFORM SIGN DUN3"
        },
        {
            "codepoint": "12086",
            "name": "CUNEIFORM SIGN DUN3 GUNU"
        },
        {
            "codepoint": "12087",
            "name": "CUNEIFORM SIGN DUN3 GUNU GUNU"
        },
        {
            "codepoint": "12088",
            "name": "CUNEIFORM SIGN DUN4"
        },
        {
            "codepoint": "12089",
            "name": "CUNEIFORM SIGN DUR2"
        },
        {
            "codepoint": "1208A",
            "name": "CUNEIFORM SIGN E"
        },
        {
            "codepoint": "1208B",
            "name": "CUNEIFORM SIGN E TIMES PAP"
        },
        {
            "codepoint": "1208C",
            "name": "CUNEIFORM SIGN E OVER E NUN OVER NUN"
        },
        {
            "codepoint": "1208D",
            "name": "CUNEIFORM SIGN E2"
        },
        {
            "codepoint": "1208E",
            "name": "CUNEIFORM SIGN E2 TIMES A PLUS HA PLUS DA"
        },
        {
            "codepoint": "1208F",
            "name": "CUNEIFORM SIGN E2 TIMES GAR"
        },
        {
            "codepoint": "12090",
            "name": "CUNEIFORM SIGN E2 TIMES MI"
        },
        {
            "codepoint": "12091",
            "name": "CUNEIFORM SIGN E2 TIMES SAL"
        },
        {
            "codepoint": "12092",
            "name": "CUNEIFORM SIGN E2 TIMES SHE"
        },
        {
            "codepoint": "12093",
            "name": "CUNEIFORM SIGN E2 TIMES U"
        },
        {
            "codepoint": "12094",
            "name": "CUNEIFORM SIGN EDIN"
        },
        {
            "codepoint": "12095",
            "name": "CUNEIFORM SIGN EGIR"
        },
        {
            "codepoint": "12096",
            "name": "CUNEIFORM SIGN EL"
        },
        {
            "codepoint": "12097",
            "name": "CUNEIFORM SIGN EN"
        },
        {
            "codepoint": "12098",
            "name": "CUNEIFORM SIGN EN TIMES GAN2"
        },
        {
            "codepoint": "12099",
            "name": "CUNEIFORM SIGN EN TIMES GAN2 TENU"
        },
        {
            "codepoint": "1209A",
            "name": "CUNEIFORM SIGN EN TIMES ME"
        },
        {
            "codepoint": "1209B",
            "name": "CUNEIFORM SIGN EN CROSSING EN"
        },
        {
            "codepoint": "1209C",
            "name": "CUNEIFORM SIGN EN OPPOSING EN"
        },
        {
            "codepoint": "1209D",
            "name": "CUNEIFORM SIGN EN SQUARED"
        },
        {
            "codepoint": "1209E",
            "name": "CUNEIFORM SIGN EREN"
        },
        {
            "codepoint": "1209F",
            "name": "CUNEIFORM SIGN ERIN2"
        },
        {
            "codepoint": "120A0",
            "name": "CUNEIFORM SIGN ESH2"
        },
        {
            "codepoint": "120A1",
            "name": "CUNEIFORM SIGN EZEN"
        },
        {
            "codepoint": "120A2",
            "name": "CUNEIFORM SIGN EZEN TIMES A"
        },
        {
            "codepoint": "120A3",
            "name": "CUNEIFORM SIGN EZEN TIMES A PLUS LAL"
        },
        {
            "codepoint": "120A4",
            "name": "CUNEIFORM SIGN EZEN TIMES A PLUS LAL TIMES LAL"
        },
        {
            "codepoint": "120A5",
            "name": "CUNEIFORM SIGN EZEN TIMES AN"
        },
        {
            "codepoint": "120A6",
            "name": "CUNEIFORM SIGN EZEN TIMES BAD"
        },
        {
            "codepoint": "120A7",
            "name": "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU"
        },
        {
            "codepoint": "120A8",
            "name": "CUNEIFORM SIGN EZEN TIMES DUN3 GUNU GUNU"
        },
        {
            "codepoint": "120A9",
            "name": "CUNEIFORM SIGN EZEN TIMES HA"
        },
        {
            "codepoint": "120AA",
            "name": "CUNEIFORM SIGN EZEN TIMES HA GUNU"
        },
        {
            "codepoint": "120AB",
            "name": "CUNEIFORM SIGN EZEN TIMES IGI GUNU"
        },
        {
            "codepoint": "120AC",
            "name": "CUNEIFORM SIGN EZEN TIMES KASKAL"
        },
        {
            "codepoint": "120AD",
            "name": "CUNEIFORM SIGN EZEN TIMES KASKAL SQUARED"
        },
        {
            "codepoint": "120AE",
            "name": "CUNEIFORM SIGN EZEN TIMES KU3"
        },
        {
            "codepoint": "120AF",
            "name": "CUNEIFORM SIGN EZEN TIMES LA"
        },
        {
            "codepoint": "120B0",
            "name": "CUNEIFORM SIGN EZEN TIMES LAL TIMES LAL"
        },
        {
            "codepoint": "120B1",
            "name": "CUNEIFORM SIGN EZEN TIMES LI"
        },
        {
            "codepoint": "120B2",
            "name": "CUNEIFORM SIGN EZEN TIMES LU"
        },
        {
            "codepoint": "120B3",
            "name": "CUNEIFORM SIGN EZEN TIMES U2"
        },
        {
            "codepoint": "120B4",
            "name": "CUNEIFORM SIGN EZEN TIMES UD"
        },
        {
            "codepoint": "120B5",
            "name": "CUNEIFORM SIGN GA"
        },
        {
            "codepoint": "120B6",
            "name": "CUNEIFORM SIGN GA GUNU"
        },
        {
            "codepoint": "120B7",
            "name": "CUNEIFORM SIGN GA2"
        },
        {
            "codepoint": "120B8",
            "name": "CUNEIFORM SIGN GA2 TIMES A PLUS DA PLUS HA"
        },
        {
            "codepoint": "120B9",
            "name": "CUNEIFORM SIGN GA2 TIMES A PLUS HA"
        },
        {
            "codepoint": "120BA",
            "name": "CUNEIFORM SIGN GA2 TIMES A PLUS IGI"
        },
        {
            "codepoint": "120BB",
            "name": "CUNEIFORM SIGN GA2 TIMES AB2 TENU PLUS TAB"
        },
        {
            "codepoint": "120BC",
            "name": "CUNEIFORM SIGN GA2 TIMES AN"
        },
        {
            "codepoint": "120BD",
            "name": "CUNEIFORM SIGN GA2 TIMES ASH"
        },
        {
            "codepoint": "120BE",
            "name": "CUNEIFORM SIGN GA2 TIMES ASH2 PLUS GAL"
        },
        {
            "codepoint": "120BF",
            "name": "CUNEIFORM SIGN GA2 TIMES BAD"
        },
        {
            "codepoint": "120C0",
            "name": "CUNEIFORM SIGN GA2 TIMES BAR PLUS RA"
        },
        {
            "codepoint": "120C1",
            "name": "CUNEIFORM SIGN GA2 TIMES BUR"
        },
        {
            "codepoint": "120C2",
            "name": "CUNEIFORM SIGN GA2 TIMES BUR PLUS RA"
        },
        {
            "codepoint": "120C3",
            "name": "CUNEIFORM SIGN GA2 TIMES DA"
        },
        {
            "codepoint": "120C4",
            "name": "CUNEIFORM SIGN GA2 TIMES DI"
        },
        {
            "codepoint": "120C5",
            "name": "CUNEIFORM SIGN GA2 TIMES DIM TIMES SHE"
        },
        {
            "codepoint": "120C6",
            "name": "CUNEIFORM SIGN GA2 TIMES DUB"
        },
        {
            "codepoint": "120C7",
            "name": "CUNEIFORM SIGN GA2 TIMES EL"
        },
        {
            "codepoint": "120C8",
            "name": "CUNEIFORM SIGN GA2 TIMES EL PLUS LA"
        },
        {
            "codepoint": "120C9",
            "name": "CUNEIFORM SIGN GA2 TIMES EN"
        },
        {
            "codepoint": "120CA",
            "name": "CUNEIFORM SIGN GA2 TIMES EN TIMES GAN2 TENU"
        },
        {
            "codepoint": "120CB",
            "name": "CUNEIFORM SIGN GA2 TIMES GAN2 TENU"
        },
        {
            "codepoint": "120CC",
            "name": "CUNEIFORM SIGN GA2 TIMES GAR"
        },
        {
            "codepoint": "120CD",
            "name": "CUNEIFORM SIGN GA2 TIMES GI"
        },
        {
            "codepoint": "120CE",
            "name": "CUNEIFORM SIGN GA2 TIMES GI4"
        },
        {
            "codepoint": "120CF",
            "name": "CUNEIFORM SIGN GA2 TIMES GI4 PLUS A"
        },
        {
            "codepoint": "120D0",
            "name": "CUNEIFORM SIGN GA2 TIMES GIR2 PLUS SU"
        },
        {
            "codepoint": "120D1",
            "name": "CUNEIFORM SIGN GA2 TIMES HA PLUS LU PLUS ESH2"
        },
        {
            "codepoint": "120D2",
            "name": "CUNEIFORM SIGN GA2 TIMES HAL"
        },
        {
            "codepoint": "120D3",
            "name": "CUNEIFORM SIGN GA2 TIMES HAL PLUS LA"
        },
        {
            "codepoint": "120D4",
            "name": "CUNEIFORM SIGN GA2 TIMES HI PLUS LI"
        },
        {
            "codepoint": "120D5",
            "name": "CUNEIFORM SIGN GA2 TIMES HUB2"
        },
        {
            "codepoint": "120D6",
            "name": "CUNEIFORM SIGN GA2 TIMES IGI GUNU"
        },
        {
            "codepoint": "120D7",
            "name": "CUNEIFORM SIGN GA2 TIMES ISH PLUS HU PLUS ASH"
        },
        {
            "codepoint": "120D8",
            "name": "CUNEIFORM SIGN GA2 TIMES KAK"
        },
        {
            "codepoint": "120D9",
            "name": "CUNEIFORM SIGN GA2 TIMES KASKAL"
        },
        {
            "codepoint": "120DA",
            "name": "CUNEIFORM SIGN GA2 TIMES KID"
        },
        {
            "codepoint": "120DB",
            "name": "CUNEIFORM SIGN GA2 TIMES KID PLUS LAL"
        },
        {
            "codepoint": "120DC",
            "name": "CUNEIFORM SIGN GA2 TIMES KU3 PLUS AN"
        },
        {
            "codepoint": "120DD",
            "name": "CUNEIFORM SIGN GA2 TIMES LA"
        },
        {
            "codepoint": "120DE",
            "name": "CUNEIFORM SIGN GA2 TIMES ME PLUS EN"
        },
        {
            "codepoint": "120DF",
            "name": "CUNEIFORM SIGN GA2 TIMES MI"
        },
        {
            "codepoint": "120E0",
            "name": "CUNEIFORM SIGN GA2 TIMES NUN"
        },
        {
            "codepoint": "120E1",
            "name": "CUNEIFORM SIGN GA2 TIMES NUN OVER NUN"
        },
        {
            "codepoint": "120E2",
            "name": "CUNEIFORM SIGN GA2 TIMES PA"
        },
        {
            "codepoint": "120E3",
            "name": "CUNEIFORM SIGN GA2 TIMES SAL"
        },
        {
            "codepoint": "120E4",
            "name": "CUNEIFORM SIGN GA2 TIMES SAR"
        },
        {
            "codepoint": "120E5",
            "name": "CUNEIFORM SIGN GA2 TIMES SHE"
        },
        {
            "codepoint": "120E6",
            "name": "CUNEIFORM SIGN GA2 TIMES SHE PLUS TUR"
        },
        {
            "codepoint": "120E7",
            "name": "CUNEIFORM SIGN GA2 TIMES SHID"
        },
        {
            "codepoint": "120E8",
            "name": "CUNEIFORM SIGN GA2 TIMES SUM"
        },
        {
            "codepoint": "120E9",
            "name": "CUNEIFORM SIGN GA2 TIMES TAK4"
        },
        {
            "codepoint": "120EA",
            "name": "CUNEIFORM SIGN GA2 TIMES U"
        },
        {
            "codepoint": "120EB",
            "name": "CUNEIFORM SIGN GA2 TIMES UD"
        },
        {
            "codepoint": "120EC",
            "name": "CUNEIFORM SIGN GA2 TIMES UD PLUS DU"
        },
        {
            "codepoint": "120ED",
            "name": "CUNEIFORM SIGN GA2 OVER GA2"
        },
        {
            "codepoint": "120EE",
            "name": "CUNEIFORM SIGN GABA"
        },
        {
            "codepoint": "120EF",
            "name": "CUNEIFORM SIGN GABA CROSSING GABA"
        },
        {
            "codepoint": "120F0",
            "name": "CUNEIFORM SIGN GAD"
        },
        {
            "codepoint": "120F1",
            "name": "CUNEIFORM SIGN GAD OVER GAD GAR OVER GAR"
        },
        {
            "codepoint": "120F2",
            "name": "CUNEIFORM SIGN GAL"
        },
        {
            "codepoint": "120F3",
            "name": "CUNEIFORM SIGN GAL GAD OVER GAD GAR OVER GAR"
        },
        {
            "codepoint": "120F4",
            "name": "CUNEIFORM SIGN GALAM"
        },
        {
            "codepoint": "120F5",
            "name": "CUNEIFORM SIGN GAM"
        },
        {
            "codepoint": "120F6",
            "name": "CUNEIFORM SIGN GAN"
        },
        {
            "codepoint": "120F7",
            "name": "CUNEIFORM SIGN GAN2"
        },
        {
            "codepoint": "120F8",
            "name": "CUNEIFORM SIGN GAN2 TENU"
        },
        {
            "codepoint": "120F9",
            "name": "CUNEIFORM SIGN GAN2 OVER GAN2"
        },
        {
            "codepoint": "120FA",
            "name": "CUNEIFORM SIGN GAN2 CROSSING GAN2"
        },
        {
            "codepoint": "120FB",
            "name": "CUNEIFORM SIGN GAR"
        },
        {
            "codepoint": "120FC",
            "name": "CUNEIFORM SIGN GAR3"
        },
        {
            "codepoint": "120FD",
            "name": "CUNEIFORM SIGN GASHAN"
        },
        {
            "codepoint": "120FE",
            "name": "CUNEIFORM SIGN GESHTIN"
        },
        {
            "codepoint": "120FF",
            "name": "CUNEIFORM SIGN GESHTIN TIMES KUR"
        },
        {
            "codepoint": "12100",
            "name": "CUNEIFORM SIGN GI"
        },
        {
            "codepoint": "12101",
            "name": "CUNEIFORM SIGN GI TIMES E"
        },
        {
            "codepoint": "12102",
            "name": "CUNEIFORM SIGN GI TIMES U"
        },
        {
            "codepoint": "12103",
            "name": "CUNEIFORM SIGN GI CROSSING GI"
        },
        {
            "codepoint": "12104",
            "name": "CUNEIFORM SIGN GI4"
        },
        {
            "codepoint": "12105",
            "name": "CUNEIFORM SIGN GI4 OVER GI4"
        },
        {
            "codepoint": "12106",
            "name": "CUNEIFORM SIGN GI4 CROSSING GI4"
        },
        {
            "codepoint": "12107",
            "name": "CUNEIFORM SIGN GIDIM"
        },
        {
            "codepoint": "12108",
            "name": "CUNEIFORM SIGN GIR2"
        },
        {
            "codepoint": "12109",
            "name": "CUNEIFORM SIGN GIR2 GUNU"
        },
        {
            "codepoint": "1210A",
            "name": "CUNEIFORM SIGN GIR3"
        },
        {
            "codepoint": "1210B",
            "name": "CUNEIFORM SIGN GIR3 TIMES A PLUS IGI"
        },
        {
            "codepoint": "1210C",
            "name": "CUNEIFORM SIGN GIR3 TIMES GAN2 TENU"
        },
        {
            "codepoint": "1210D",
            "name": "CUNEIFORM SIGN GIR3 TIMES IGI"
        },
        {
            "codepoint": "1210E",
            "name": "CUNEIFORM SIGN GIR3 TIMES LU PLUS IGI"
        },
        {
            "codepoint": "1210F",
            "name": "CUNEIFORM SIGN GIR3 TIMES PA"
        },
        {
            "codepoint": "12110",
            "name": "CUNEIFORM SIGN GISAL"
        },
        {
            "codepoint": "12111",
            "name": "CUNEIFORM SIGN GISH"
        },
        {
            "codepoint": "12112",
            "name": "CUNEIFORM SIGN GISH CROSSING GISH"
        },
        {
            "codepoint": "12113",
            "name": "CUNEIFORM SIGN GISH TIMES BAD"
        },
        {
            "codepoint": "12114",
            "name": "CUNEIFORM SIGN GISH TIMES TAK4"
        },
        {
            "codepoint": "12115",
            "name": "CUNEIFORM SIGN GISH TENU"
        },
        {
            "codepoint": "12116",
            "name": "CUNEIFORM SIGN GU"
        },
        {
            "codepoint": "12117",
            "name": "CUNEIFORM SIGN GU CROSSING GU"
        },
        {
            "codepoint": "12118",
            "name": "CUNEIFORM SIGN GU2"
        },
        {
            "codepoint": "12119",
            "name": "CUNEIFORM SIGN GU2 TIMES KAK"
        },
        {
            "codepoint": "1211A",
            "name": "CUNEIFORM SIGN GU2 TIMES KAK TIMES IGI GUNU"
        },
        {
            "codepoint": "1211B",
            "name": "CUNEIFORM SIGN GU2 TIMES NUN"
        },
        {
            "codepoint": "1211C",
            "name": "CUNEIFORM SIGN GU2 TIMES SAL PLUS TUG2"
        },
        {
            "codepoint": "1211D",
            "name": "CUNEIFORM SIGN GU2 GUNU"
        },
        {
            "codepoint": "1211E",
            "name": "CUNEIFORM SIGN GUD"
        },
        {
            "codepoint": "1211F",
            "name": "CUNEIFORM SIGN GUD TIMES A PLUS KUR"
        },
        {
            "codepoint": "12120",
            "name": "CUNEIFORM SIGN GUD TIMES KUR"
        },
        {
            "codepoint": "12121",
            "name": "CUNEIFORM SIGN GUD OVER GUD LUGAL"
        },
        {
            "codepoint": "12122",
            "name": "CUNEIFORM SIGN GUL"
        },
        {
            "codepoint": "12123",
            "name": "CUNEIFORM SIGN GUM"
        },
        {
            "codepoint": "12124",
            "name": "CUNEIFORM SIGN GUM TIMES SHE"
        },
        {
            "codepoint": "12125",
            "name": "CUNEIFORM SIGN GUR"
        },
        {
            "codepoint": "12126",
            "name": "CUNEIFORM SIGN GUR7"
        },
        {
            "codepoint": "12127",
            "name": "CUNEIFORM SIGN GURUN"
        },
        {
            "codepoint": "12128",
            "name": "CUNEIFORM SIGN GURUSH"
        },
        {
            "codepoint": "12129",
            "name": "CUNEIFORM SIGN HA"
        },
        {
            "codepoint": "1212A",
            "name": "CUNEIFORM SIGN HA TENU"
        },
        {
            "codepoint": "1212B",
            "name": "CUNEIFORM SIGN HA GUNU"
        },
        {
            "codepoint": "1212C",
            "name": "CUNEIFORM SIGN HAL"
        },
        {
            "codepoint": "1212D",
            "name": "CUNEIFORM SIGN HI"
        },
        {
            "codepoint": "1212E",
            "name": "CUNEIFORM SIGN HI TIMES ASH"
        },
        {
            "codepoint": "1212F",
            "name": "CUNEIFORM SIGN HI TIMES ASH2"
        },
        {
            "codepoint": "12130",
            "name": "CUNEIFORM SIGN HI TIMES BAD"
        },
        {
            "codepoint": "12131",
            "name": "CUNEIFORM SIGN HI TIMES DISH"
        },
        {
            "codepoint": "12132",
            "name": "CUNEIFORM SIGN HI TIMES GAD"
        },
        {
            "codepoint": "12133",
            "name": "CUNEIFORM SIGN HI TIMES KIN"
        },
        {
            "codepoint": "12134",
            "name": "CUNEIFORM SIGN HI TIMES NUN"
        },
        {
            "codepoint": "12135",
            "name": "CUNEIFORM SIGN HI TIMES SHE"
        },
        {
            "codepoint": "12136",
            "name": "CUNEIFORM SIGN HI TIMES U"
        },
        {
            "codepoint": "12137",
            "name": "CUNEIFORM SIGN HU"
        },
        {
            "codepoint": "12138",
            "name": "CUNEIFORM SIGN HUB2"
        },
        {
            "codepoint": "12139",
            "name": "CUNEIFORM SIGN HUB2 TIMES AN"
        },
        {
            "codepoint": "1213A",
            "name": "CUNEIFORM SIGN HUB2 TIMES HAL"
        },
        {
            "codepoint": "1213B",
            "name": "CUNEIFORM SIGN HUB2 TIMES KASKAL"
        },
        {
            "codepoint": "1213C",
            "name": "CUNEIFORM SIGN HUB2 TIMES LISH"
        },
        {
            "codepoint": "1213D",
            "name": "CUNEIFORM SIGN HUB2 TIMES UD"
        },
        {
            "codepoint": "1213E",
            "name": "CUNEIFORM SIGN HUL2"
        },
        {
            "codepoint": "1213F",
            "name": "CUNEIFORM SIGN I"
        },
        {
            "codepoint": "12140",
            "name": "CUNEIFORM SIGN I A"
        },
        {
            "codepoint": "12141",
            "name": "CUNEIFORM SIGN IB"
        },
        {
            "codepoint": "12142",
            "name": "CUNEIFORM SIGN IDIM"
        },
        {
            "codepoint": "12143",
            "name": "CUNEIFORM SIGN IDIM OVER IDIM BUR"
        },
        {
            "codepoint": "12144",
            "name": "CUNEIFORM SIGN IDIM OVER IDIM SQUARED"
        },
        {
            "codepoint": "12145",
            "name": "CUNEIFORM SIGN IG"
        },
        {
            "codepoint": "12146",
            "name": "CUNEIFORM SIGN IGI"
        },
        {
            "codepoint": "12147",
            "name": "CUNEIFORM SIGN IGI DIB"
        },
        {
            "codepoint": "12148",
            "name": "CUNEIFORM SIGN IGI RI"
        },
        {
            "codepoint": "12149",
            "name": "CUNEIFORM SIGN IGI OVER IGI SHIR OVER SHIR UD OVER UD"
        },
        {
            "codepoint": "1214A",
            "name": "CUNEIFORM SIGN IGI GUNU"
        },
        {
            "codepoint": "1214B",
            "name": "CUNEIFORM SIGN IL"
        },
        {
            "codepoint": "1214C",
            "name": "CUNEIFORM SIGN IL TIMES GAN2 TENU"
        },
        {
            "codepoint": "1214D",
            "name": "CUNEIFORM SIGN IL2"
        },
        {
            "codepoint": "1214E",
            "name": "CUNEIFORM SIGN IM"
        },
        {
            "codepoint": "1214F",
            "name": "CUNEIFORM SIGN IM TIMES TAK4"
        },
        {
            "codepoint": "12150",
            "name": "CUNEIFORM SIGN IM CROSSING IM"
        },
        {
            "codepoint": "12151",
            "name": "CUNEIFORM SIGN IM OPPOSING IM"
        },
        {
            "codepoint": "12152",
            "name": "CUNEIFORM SIGN IM SQUARED"
        },
        {
            "codepoint": "12153",
            "name": "CUNEIFORM SIGN IMIN"
        },
        {
            "codepoint": "12154",
            "name": "CUNEIFORM SIGN IN"
        },
        {
            "codepoint": "12155",
            "name": "CUNEIFORM SIGN IR"
        },
        {
            "codepoint": "12156",
            "name": "CUNEIFORM SIGN ISH"
        },
        {
            "codepoint": "12157",
            "name": "CUNEIFORM SIGN KA"
        },
        {
            "codepoint": "12158",
            "name": "CUNEIFORM SIGN KA TIMES A"
        },
        {
            "codepoint": "12159",
            "name": "CUNEIFORM SIGN KA TIMES AD"
        },
        {
            "codepoint": "1215A",
            "name": "CUNEIFORM SIGN KA TIMES AD PLUS KU3"
        },
        {
            "codepoint": "1215B",
            "name": "CUNEIFORM SIGN KA TIMES ASH2"
        },
        {
            "codepoint": "1215C",
            "name": "CUNEIFORM SIGN KA TIMES BAD"
        },
        {
            "codepoint": "1215D",
            "name": "CUNEIFORM SIGN KA TIMES BALAG"
        },
        {
            "codepoint": "1215E",
            "name": "CUNEIFORM SIGN KA TIMES BAR"
        },
        {
            "codepoint": "1215F",
            "name": "CUNEIFORM SIGN KA TIMES BI"
        },
        {
            "codepoint": "12160",
            "name": "CUNEIFORM SIGN KA TIMES ERIN2"
        },
        {
            "codepoint": "12161",
            "name": "CUNEIFORM SIGN KA TIMES ESH2"
        },
        {
            "codepoint": "12162",
            "name": "CUNEIFORM SIGN KA TIMES GA"
        },
        {
            "codepoint": "12163",
            "name": "CUNEIFORM SIGN KA TIMES GAL"
        },
        {
            "codepoint": "12164",
            "name": "CUNEIFORM SIGN KA TIMES GAN2 TENU"
        },
        {
            "codepoint": "12165",
            "name": "CUNEIFORM SIGN KA TIMES GAR"
        },
        {
            "codepoint": "12166",
            "name": "CUNEIFORM SIGN KA TIMES GAR PLUS SHA3 PLUS A"
        },
        {
            "codepoint": "12167",
            "name": "CUNEIFORM SIGN KA TIMES GI"
        },
        {
            "codepoint": "12168",
            "name": "CUNEIFORM SIGN KA TIMES GIR2"
        },
        {
            "codepoint": "12169",
            "name": "CUNEIFORM SIGN KA TIMES GISH PLUS SAR"
        },
        {
            "codepoint": "1216A",
            "name": "CUNEIFORM SIGN KA TIMES GISH CROSSING GISH"
        },
        {
            "codepoint": "1216B",
            "name": "CUNEIFORM SIGN KA TIMES GU"
        },
        {
            "codepoint": "1216C",
            "name": "CUNEIFORM SIGN KA TIMES GUR7"
        },
        {
            "codepoint": "1216D",
            "name": "CUNEIFORM SIGN KA TIMES IGI"
        },
        {
            "codepoint": "1216E",
            "name": "CUNEIFORM SIGN KA TIMES IM"
        },
        {
            "codepoint": "1216F",
            "name": "CUNEIFORM SIGN KA TIMES KAK"
        },
        {
            "codepoint": "12170",
            "name": "CUNEIFORM SIGN KA TIMES KI"
        },
        {
            "codepoint": "12171",
            "name": "CUNEIFORM SIGN KA TIMES KID"
        },
        {
            "codepoint": "12172",
            "name": "CUNEIFORM SIGN KA TIMES LI"
        },
        {
            "codepoint": "12173",
            "name": "CUNEIFORM SIGN KA TIMES LU"
        },
        {
            "codepoint": "12174",
            "name": "CUNEIFORM SIGN KA TIMES ME"
        },
        {
            "codepoint": "12175",
            "name": "CUNEIFORM SIGN KA TIMES ME PLUS DU"
        },
        {
            "codepoint": "12176",
            "name": "CUNEIFORM SIGN KA TIMES ME PLUS GI"
        },
        {
            "codepoint": "12177",
            "name": "CUNEIFORM SIGN KA TIMES ME PLUS TE"
        },
        {
            "codepoint": "12178",
            "name": "CUNEIFORM SIGN KA TIMES MI"
        },
        {
            "codepoint": "12179",
            "name": "CUNEIFORM SIGN KA TIMES MI PLUS NUNUZ"
        },
        {
            "codepoint": "1217A",
            "name": "CUNEIFORM SIGN KA TIMES NE"
        },
        {
            "codepoint": "1217B",
            "name": "CUNEIFORM SIGN KA TIMES NUN"
        },
        {
            "codepoint": "1217C",
            "name": "CUNEIFORM SIGN KA TIMES PI"
        },
        {
            "codepoint": "1217D",
            "name": "CUNEIFORM SIGN KA TIMES RU"
        },
        {
            "codepoint": "1217E",
            "name": "CUNEIFORM SIGN KA TIMES SA"
        },
        {
            "codepoint": "1217F",
            "name": "CUNEIFORM SIGN KA TIMES SAR"
        },
        {
            "codepoint": "12180",
            "name": "CUNEIFORM SIGN KA TIMES SHA"
        },
        {
            "codepoint": "12181",
            "name": "CUNEIFORM SIGN KA TIMES SHE"
        },
        {
            "codepoint": "12182",
            "name": "CUNEIFORM SIGN KA TIMES SHID"
        },
        {
            "codepoint": "12183",
            "name": "CUNEIFORM SIGN KA TIMES SHU"
        },
        {
            "codepoint": "12184",
            "name": "CUNEIFORM SIGN KA TIMES SIG"
        },
        {
            "codepoint": "12185",
            "name": "CUNEIFORM SIGN KA TIMES SUHUR"
        },
        {
            "codepoint": "12186",
            "name": "CUNEIFORM SIGN KA TIMES TAR"
        },
        {
            "codepoint": "12187",
            "name": "CUNEIFORM SIGN KA TIMES U"
        },
        {
            "codepoint": "12188",
            "name": "CUNEIFORM SIGN KA TIMES U2"
        },
        {
            "codepoint": "12189",
            "name": "CUNEIFORM SIGN KA TIMES UD"
        },
        {
            "codepoint": "1218A",
            "name": "CUNEIFORM SIGN KA TIMES UMUM TIMES PA"
        },
        {
            "codepoint": "1218B",
            "name": "CUNEIFORM SIGN KA TIMES USH"
        },
        {
            "codepoint": "1218C",
            "name": "CUNEIFORM SIGN KA TIMES ZI"
        },
        {
            "codepoint": "1218D",
            "name": "CUNEIFORM SIGN KA2"
        },
        {
            "codepoint": "1218E",
            "name": "CUNEIFORM SIGN KA2 CROSSING KA2"
        },
        {
            "codepoint": "1218F",
            "name": "CUNEIFORM SIGN KAB"
        },
        {
            "codepoint": "12190",
            "name": "CUNEIFORM SIGN KAD2"
        },
        {
            "codepoint": "12191",
            "name": "CUNEIFORM SIGN KAD3"
        },
        {
            "codepoint": "12192",
            "name": "CUNEIFORM SIGN KAD4"
        },
        {
            "codepoint": "12193",
            "name": "CUNEIFORM SIGN KAD5"
        },
        {
            "codepoint": "12194",
            "name": "CUNEIFORM SIGN KAD5 OVER KAD5"
        },
        {
            "codepoint": "12195",
            "name": "CUNEIFORM SIGN KAK"
        },
        {
            "codepoint": "12196",
            "name": "CUNEIFORM SIGN KAK TIMES IGI GUNU"
        },
        {
            "codepoint": "12197",
            "name": "CUNEIFORM SIGN KAL"
        },
        {
            "codepoint": "12198",
            "name": "CUNEIFORM SIGN KAL TIMES BAD"
        },
        {
            "codepoint": "12199",
            "name": "CUNEIFORM SIGN KAL CROSSING KAL"
        },
        {
            "codepoint": "1219A",
            "name": "CUNEIFORM SIGN KAM2"
        },
        {
            "codepoint": "1219B",
            "name": "CUNEIFORM SIGN KAM4"
        },
        {
            "codepoint": "1219C",
            "name": "CUNEIFORM SIGN KASKAL"
        },
        {
            "codepoint": "1219D",
            "name": "CUNEIFORM SIGN KASKAL LAGAB TIMES U OVER LAGAB TIMES U"
        },
        {
            "codepoint": "1219E",
            "name": "CUNEIFORM SIGN KASKAL OVER KASKAL LAGAB TIMES U OVER LAGAB TIMES U"
        },
        {
            "codepoint": "1219F",
            "name": "CUNEIFORM SIGN KESH2"
        },
        {
            "codepoint": "121A0",
            "name": "CUNEIFORM SIGN KI"
        },
        {
            "codepoint": "121A1",
            "name": "CUNEIFORM SIGN KI TIMES BAD"
        },
        {
            "codepoint": "121A2",
            "name": "CUNEIFORM SIGN KI TIMES U"
        },
        {
            "codepoint": "121A3",
            "name": "CUNEIFORM SIGN KI TIMES UD"
        },
        {
            "codepoint": "121A4",
            "name": "CUNEIFORM SIGN KID"
        },
        {
            "codepoint": "121A5",
            "name": "CUNEIFORM SIGN KIN"
        },
        {
            "codepoint": "121A6",
            "name": "CUNEIFORM SIGN KISAL"
        },
        {
            "codepoint": "121A7",
            "name": "CUNEIFORM SIGN KISH"
        },
        {
            "codepoint": "121A8",
            "name": "CUNEIFORM SIGN KISIM5"
        },
        {
            "codepoint": "121A9",
            "name": "CUNEIFORM SIGN KISIM5 OVER KISIM5"
        },
        {
            "codepoint": "121AA",
            "name": "CUNEIFORM SIGN KU"
        },
        {
            "codepoint": "121AB",
            "name": "CUNEIFORM SIGN KU OVER HI TIMES ASH2 KU OVER HI TIMES ASH2"
        },
        {
            "codepoint": "121AC",
            "name": "CUNEIFORM SIGN KU3"
        },
        {
            "codepoint": "121AD",
            "name": "CUNEIFORM SIGN KU4"
        },
        {
            "codepoint": "121AE",
            "name": "CUNEIFORM SIGN KU4 VARIANT FORM"
        },
        {
            "codepoint": "121AF",
            "name": "CUNEIFORM SIGN KU7"
        },
        {
            "codepoint": "121B0",
            "name": "CUNEIFORM SIGN KUL"
        },
        {
            "codepoint": "121B1",
            "name": "CUNEIFORM SIGN KUL GUNU"
        },
        {
            "codepoint": "121B2",
            "name": "CUNEIFORM SIGN KUN"
        },
        {
            "codepoint": "121B3",
            "name": "CUNEIFORM SIGN KUR"
        },
        {
            "codepoint": "121B4",
            "name": "CUNEIFORM SIGN KUR OPPOSING KUR"
        },
        {
            "codepoint": "121B5",
            "name": "CUNEIFORM SIGN KUSHU2"
        },
        {
            "codepoint": "121B6",
            "name": "CUNEIFORM SIGN KWU318"
        },
        {
            "codepoint": "121B7",
            "name": "CUNEIFORM SIGN LA"
        },
        {
            "codepoint": "121B8",
            "name": "CUNEIFORM SIGN LAGAB"
        },
        {
            "codepoint": "121B9",
            "name": "CUNEIFORM SIGN LAGAB TIMES A"
        },
        {
            "codepoint": "121BA",
            "name": "CUNEIFORM SIGN LAGAB TIMES A PLUS DA PLUS HA"
        },
        {
            "codepoint": "121BB",
            "name": "CUNEIFORM SIGN LAGAB TIMES A PLUS GAR"
        },
        {
            "codepoint": "121BC",
            "name": "CUNEIFORM SIGN LAGAB TIMES A PLUS LAL"
        },
        {
            "codepoint": "121BD",
            "name": "CUNEIFORM SIGN LAGAB TIMES AL"
        },
        {
            "codepoint": "121BE",
            "name": "CUNEIFORM SIGN LAGAB TIMES AN"
        },
        {
            "codepoint": "121BF",
            "name": "CUNEIFORM SIGN LAGAB TIMES ASH ZIDA TENU"
        },
        {
            "codepoint": "121C0",
            "name": "CUNEIFORM SIGN LAGAB TIMES BAD"
        },
        {
            "codepoint": "121C1",
            "name": "CUNEIFORM SIGN LAGAB TIMES BI"
        },
        {
            "codepoint": "121C2",
            "name": "CUNEIFORM SIGN LAGAB TIMES DAR"
        },
        {
            "codepoint": "121C3",
            "name": "CUNEIFORM SIGN LAGAB TIMES EN"
        },
        {
            "codepoint": "121C4",
            "name": "CUNEIFORM SIGN LAGAB TIMES GA"
        },
        {
            "codepoint": "121C5",
            "name": "CUNEIFORM SIGN LAGAB TIMES GAR"
        },
        {
            "codepoint": "121C6",
            "name": "CUNEIFORM SIGN LAGAB TIMES GUD"
        },
        {
            "codepoint": "121C7",
            "name": "CUNEIFORM SIGN LAGAB TIMES GUD PLUS GUD"
        },
        {
            "codepoint": "121C8",
            "name": "CUNEIFORM SIGN LAGAB TIMES HA"
        },
        {
            "codepoint": "121C9",
            "name": "CUNEIFORM SIGN LAGAB TIMES HAL"
        },
        {
            "codepoint": "121CA",
            "name": "CUNEIFORM SIGN LAGAB TIMES HI TIMES NUN"
        },
        {
            "codepoint": "121CB",
            "name": "CUNEIFORM SIGN LAGAB TIMES IGI GUNU"
        },
        {
            "codepoint": "121CC",
            "name": "CUNEIFORM SIGN LAGAB TIMES IM"
        },
        {
            "codepoint": "121CD",
            "name": "CUNEIFORM SIGN LAGAB TIMES IM PLUS HA"
        },
        {
            "codepoint": "121CE",
            "name": "CUNEIFORM SIGN LAGAB TIMES IM PLUS LU"
        },
        {
            "codepoint": "121CF",
            "name": "CUNEIFORM SIGN LAGAB TIMES KI"
        },
        {
            "codepoint": "121D0",
            "name": "CUNEIFORM SIGN LAGAB TIMES KIN"
        },
        {
            "codepoint": "121D1",
            "name": "CUNEIFORM SIGN LAGAB TIMES KU3"
        },
        {
            "codepoint": "121D2",
            "name": "CUNEIFORM SIGN LAGAB TIMES KUL"
        },
        {
            "codepoint": "121D3",
            "name": "CUNEIFORM SIGN LAGAB TIMES KUL PLUS HI PLUS A"
        },
        {
            "codepoint": "121D4",
            "name": "CUNEIFORM SIGN LAGAB TIMES LAGAB"
        },
        {
            "codepoint": "121D5",
            "name": "CUNEIFORM SIGN LAGAB TIMES LISH"
        },
        {
            "codepoint": "121D6",
            "name": "CUNEIFORM SIGN LAGAB TIMES LU"
        },
        {
            "codepoint": "121D7",
            "name": "CUNEIFORM SIGN LAGAB TIMES LUL"
        },
        {
            "codepoint": "121D8",
            "name": "CUNEIFORM SIGN LAGAB TIMES ME"
        },
        {
            "codepoint": "121D9",
            "name": "CUNEIFORM SIGN LAGAB TIMES ME PLUS EN"
        },
        {
            "codepoint": "121DA",
            "name": "CUNEIFORM SIGN LAGAB TIMES MUSH"
        },
        {
            "codepoint": "121DB",
            "name": "CUNEIFORM SIGN LAGAB TIMES NE"
        },
        {
            "codepoint": "121DC",
            "name": "CUNEIFORM SIGN LAGAB TIMES SHE PLUS SUM"
        },
        {
            "codepoint": "121DD",
            "name": "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH PLUS ERIN2"
        },
        {
            "codepoint": "121DE",
            "name": "CUNEIFORM SIGN LAGAB TIMES SHITA PLUS GISH TENU"
        },
        {
            "codepoint": "121DF",
            "name": "CUNEIFORM SIGN LAGAB TIMES SHU2"
        },
        {
            "codepoint": "121E0",
            "name": "CUNEIFORM SIGN LAGAB TIMES SHU2 PLUS SHU2"
        },
        {
            "codepoint": "121E1",
            "name": "CUNEIFORM SIGN LAGAB TIMES SUM"
        },
        {
            "codepoint": "121E2",
            "name": "CUNEIFORM SIGN LAGAB TIMES TAG"
        },
        {
            "codepoint": "121E3",
            "name": "CUNEIFORM SIGN LAGAB TIMES TAK4"
        },
        {
            "codepoint": "121E4",
            "name": "CUNEIFORM SIGN LAGAB TIMES TE PLUS A PLUS SU PLUS NA"
        },
        {
            "codepoint": "121E5",
            "name": "CUNEIFORM SIGN LAGAB TIMES U"
        },
        {
            "codepoint": "121E6",
            "name": "CUNEIFORM SIGN LAGAB TIMES U PLUS A"
        },
        {
            "codepoint": "121E7",
            "name": "CUNEIFORM SIGN LAGAB TIMES U PLUS U PLUS U"
        },
        {
            "codepoint": "121E8",
            "name": "CUNEIFORM SIGN LAGAB TIMES U2 PLUS ASH"
        },
        {
            "codepoint": "121E9",
            "name": "CUNEIFORM SIGN LAGAB TIMES UD"
        },
        {
            "codepoint": "121EA",
            "name": "CUNEIFORM SIGN LAGAB TIMES USH"
        },
        {
            "codepoint": "121EB",
            "name": "CUNEIFORM SIGN LAGAB SQUARED"
        },
        {
            "codepoint": "121EC",
            "name": "CUNEIFORM SIGN LAGAR"
        },
        {
            "codepoint": "121ED",
            "name": "CUNEIFORM SIGN LAGAR TIMES SHE"
        },
        {
            "codepoint": "121EE",
            "name": "CUNEIFORM SIGN LAGAR TIMES SHE PLUS SUM"
        },
        {
            "codepoint": "121EF",
            "name": "CUNEIFORM SIGN LAGAR GUNU"
        },
        {
            "codepoint": "121F0",
            "name": "CUNEIFORM SIGN LAGAR GUNU OVER LAGAR GUNU SHE"
        },
        {
            "codepoint": "121F1",
            "name": "CUNEIFORM SIGN LAHSHU"
        },
        {
            "codepoint": "121F2",
            "name": "CUNEIFORM SIGN LAL"
        },
        {
            "codepoint": "121F3",
            "name": "CUNEIFORM SIGN LAL TIMES LAL"
        },
        {
            "codepoint": "121F4",
            "name": "CUNEIFORM SIGN LAM"
        },
        {
            "codepoint": "121F5",
            "name": "CUNEIFORM SIGN LAM TIMES KUR"
        },
        {
            "codepoint": "121F6",
            "name": "CUNEIFORM SIGN LAM TIMES KUR PLUS RU"
        },
        {
            "codepoint": "121F7",
            "name": "CUNEIFORM SIGN LI"
        },
        {
            "codepoint": "121F8",
            "name": "CUNEIFORM SIGN LIL"
        },
        {
            "codepoint": "121F9",
            "name": "CUNEIFORM SIGN LIMMU2"
        },
        {
            "codepoint": "121FA",
            "name": "CUNEIFORM SIGN LISH"
        },
        {
            "codepoint": "121FB",
            "name": "CUNEIFORM SIGN LU"
        },
        {
            "codepoint": "121FC",
            "name": "CUNEIFORM SIGN LU TIMES BAD"
        },
        {
            "codepoint": "121FD",
            "name": "CUNEIFORM SIGN LU2"
        },
        {
            "codepoint": "121FE",
            "name": "CUNEIFORM SIGN LU2 TIMES AL"
        },
        {
            "codepoint": "121FF",
            "name": "CUNEIFORM SIGN LU2 TIMES BAD"
        },
        {
            "codepoint": "12200",
            "name": "CUNEIFORM SIGN LU2 TIMES ESH2"
        },
        {
            "codepoint": "12201",
            "name": "CUNEIFORM SIGN LU2 TIMES ESH2 TENU"
        },
        {
            "codepoint": "12202",
            "name": "CUNEIFORM SIGN LU2 TIMES GAN2 TENU"
        },
        {
            "codepoint": "12203",
            "name": "CUNEIFORM SIGN LU2 TIMES HI TIMES BAD"
        },
        {
            "codepoint": "12204",
            "name": "CUNEIFORM SIGN LU2 TIMES IM"
        },
        {
            "codepoint": "12205",
            "name": "CUNEIFORM SIGN LU2 TIMES KAD2"
        },
        {
            "codepoint": "12206",
            "name": "CUNEIFORM SIGN LU2 TIMES KAD3"
        },
        {
            "codepoint": "12207",
            "name": "CUNEIFORM SIGN LU2 TIMES KAD3 PLUS ASH"
        },
        {
            "codepoint": "12208",
            "name": "CUNEIFORM SIGN LU2 TIMES KI"
        },
        {
            "codepoint": "12209",
            "name": "CUNEIFORM SIGN LU2 TIMES LA PLUS ASH"
        },
        {
            "codepoint": "1220A",
            "name": "CUNEIFORM SIGN LU2 TIMES LAGAB"
        },
        {
            "codepoint": "1220B",
            "name": "CUNEIFORM SIGN LU2 TIMES ME PLUS EN"
        },
        {
            "codepoint": "1220C",
            "name": "CUNEIFORM SIGN LU2 TIMES NE"
        },
        {
            "codepoint": "1220D",
            "name": "CUNEIFORM SIGN LU2 TIMES NU"
        },
        {
            "codepoint": "1220E",
            "name": "CUNEIFORM SIGN LU2 TIMES SI PLUS ASH"
        },
        {
            "codepoint": "1220F",
            "name": "CUNEIFORM SIGN LU2 TIMES SIK2 PLUS BU"
        },
        {
            "codepoint": "12210",
            "name": "CUNEIFORM SIGN LU2 TIMES TUG2"
        },
        {
            "codepoint": "12211",
            "name": "CUNEIFORM SIGN LU2 TENU"
        },
        {
            "codepoint": "12212",
            "name": "CUNEIFORM SIGN LU2 CROSSING LU2"
        },
        {
            "codepoint": "12213",
            "name": "CUNEIFORM SIGN LU2 OPPOSING LU2"
        },
        {
            "codepoint": "12214",
            "name": "CUNEIFORM SIGN LU2 SQUARED"
        },
        {
            "codepoint": "12215",
            "name": "CUNEIFORM SIGN LU2 SHESHIG"
        },
        {
            "codepoint": "12216",
            "name": "CUNEIFORM SIGN LU3"
        },
        {
            "codepoint": "12217",
            "name": "CUNEIFORM SIGN LUGAL"
        },
        {
            "codepoint": "12218",
            "name": "CUNEIFORM SIGN LUGAL OVER LUGAL"
        },
        {
            "codepoint": "12219",
            "name": "CUNEIFORM SIGN LUGAL OPPOSING LUGAL"
        },
        {
            "codepoint": "1221A",
            "name": "CUNEIFORM SIGN LUGAL SHESHIG"
        },
        {
            "codepoint": "1221B",
            "name": "CUNEIFORM SIGN LUH"
        },
        {
            "codepoint": "1221C",
            "name": "CUNEIFORM SIGN LUL"
        },
        {
            "codepoint": "1221D",
            "name": "CUNEIFORM SIGN LUM"
        },
        {
            "codepoint": "1221E",
            "name": "CUNEIFORM SIGN LUM OVER LUM"
        },
        {
            "codepoint": "1221F",
            "name": "CUNEIFORM SIGN LUM OVER LUM GAR OVER GAR"
        },
        {
            "codepoint": "12220",
            "name": "CUNEIFORM SIGN MA"
        },
        {
            "codepoint": "12221",
            "name": "CUNEIFORM SIGN MA TIMES TAK4"
        },
        {
            "codepoint": "12222",
            "name": "CUNEIFORM SIGN MA GUNU"
        },
        {
            "codepoint": "12223",
            "name": "CUNEIFORM SIGN MA2"
        },
        {
            "codepoint": "12224",
            "name": "CUNEIFORM SIGN MAH"
        },
        {
            "codepoint": "12225",
            "name": "CUNEIFORM SIGN MAR"
        },
        {
            "codepoint": "12226",
            "name": "CUNEIFORM SIGN MASH"
        },
        {
            "codepoint": "12227",
            "name": "CUNEIFORM SIGN MASH2"
        },
        {
            "codepoint": "12228",
            "name": "CUNEIFORM SIGN ME"
        },
        {
            "codepoint": "12229",
            "name": "CUNEIFORM SIGN MES"
        },
        {
            "codepoint": "1222A",
            "name": "CUNEIFORM SIGN MI"
        },
        {
            "codepoint": "1222B",
            "name": "CUNEIFORM SIGN MIN"
        },
        {
            "codepoint": "1222C",
            "name": "CUNEIFORM SIGN MU"
        },
        {
            "codepoint": "1222D",
            "name": "CUNEIFORM SIGN MU OVER MU"
        },
        {
            "codepoint": "1222E",
            "name": "CUNEIFORM SIGN MUG"
        },
        {
            "codepoint": "1222F",
            "name": "CUNEIFORM SIGN MUG GUNU"
        },
        {
            "codepoint": "12230",
            "name": "CUNEIFORM SIGN MUNSUB"
        },
        {
            "codepoint": "12231",
            "name": "CUNEIFORM SIGN MURGU2"
        },
        {
            "codepoint": "12232",
            "name": "CUNEIFORM SIGN MUSH"
        },
        {
            "codepoint": "12233",
            "name": "CUNEIFORM SIGN MUSH TIMES A"
        },
        {
            "codepoint": "12234",
            "name": "CUNEIFORM SIGN MUSH TIMES KUR"
        },
        {
            "codepoint": "12235",
            "name": "CUNEIFORM SIGN MUSH TIMES ZA"
        },
        {
            "codepoint": "12236",
            "name": "CUNEIFORM SIGN MUSH OVER MUSH"
        },
        {
            "codepoint": "12237",
            "name": "CUNEIFORM SIGN MUSH OVER MUSH TIMES A PLUS NA"
        },
        {
            "codepoint": "12238",
            "name": "CUNEIFORM SIGN MUSH CROSSING MUSH"
        },
        {
            "codepoint": "12239",
            "name": "CUNEIFORM SIGN MUSH3"
        },
        {
            "codepoint": "1223A",
            "name": "CUNEIFORM SIGN MUSH3 TIMES A"
        },
        {
            "codepoint": "1223B",
            "name": "CUNEIFORM SIGN MUSH3 TIMES A PLUS DI"
        },
        {
            "codepoint": "1223C",
            "name": "CUNEIFORM SIGN MUSH3 TIMES DI"
        },
        {
            "codepoint": "1223D",
            "name": "CUNEIFORM SIGN MUSH3 GUNU"
        },
        {
            "codepoint": "1223E",
            "name": "CUNEIFORM SIGN NA"
        },
        {
            "codepoint": "1223F",
            "name": "CUNEIFORM SIGN NA2"
        },
        {
            "codepoint": "12240",
            "name": "CUNEIFORM SIGN NAGA"
        },
        {
            "codepoint": "12241",
            "name": "CUNEIFORM SIGN NAGA INVERTED"
        },
        {
            "codepoint": "12242",
            "name": "CUNEIFORM SIGN NAGA TIMES SHU TENU"
        },
        {
            "codepoint": "12243",
            "name": "CUNEIFORM SIGN NAGA OPPOSING NAGA"
        },
        {
            "codepoint": "12244",
            "name": "CUNEIFORM SIGN NAGAR"
        },
        {
            "codepoint": "12245",
            "name": "CUNEIFORM SIGN NAM NUTILLU"
        },
        {
            "codepoint": "12246",
            "name": "CUNEIFORM SIGN NAM"
        },
        {
            "codepoint": "12247",
            "name": "CUNEIFORM SIGN NAM2"
        },
        {
            "codepoint": "12248",
            "name": "CUNEIFORM SIGN NE"
        },
        {
            "codepoint": "12249",
            "name": "CUNEIFORM SIGN NE TIMES A"
        },
        {
            "codepoint": "1224A",
            "name": "CUNEIFORM SIGN NE TIMES UD"
        },
        {
            "codepoint": "1224B",
            "name": "CUNEIFORM SIGN NE SHESHIG"
        },
        {
            "codepoint": "1224C",
            "name": "CUNEIFORM SIGN NI"
        },
        {
            "codepoint": "1224D",
            "name": "CUNEIFORM SIGN NI TIMES E"
        },
        {
            "codepoint": "1224E",
            "name": "CUNEIFORM SIGN NI2"
        },
        {
            "codepoint": "1224F",
            "name": "CUNEIFORM SIGN NIM"
        },
        {
            "codepoint": "12250",
            "name": "CUNEIFORM SIGN NIM TIMES GAN2 TENU"
        },
        {
            "codepoint": "12251",
            "name": "CUNEIFORM SIGN NIM TIMES GAR PLUS GAN2 TENU"
        },
        {
            "codepoint": "12252",
            "name": "CUNEIFORM SIGN NINDA2"
        },
        {
            "codepoint": "12253",
            "name": "CUNEIFORM SIGN NINDA2 TIMES AN"
        },
        {
            "codepoint": "12254",
            "name": "CUNEIFORM SIGN NINDA2 TIMES ASH"
        },
        {
            "codepoint": "12255",
            "name": "CUNEIFORM SIGN NINDA2 TIMES ASH PLUS ASH"
        },
        {
            "codepoint": "12256",
            "name": "CUNEIFORM SIGN NINDA2 TIMES GUD"
        },
        {
            "codepoint": "12257",
            "name": "CUNEIFORM SIGN NINDA2 TIMES ME PLUS GAN2 TENU"
        },
        {
            "codepoint": "12258",
            "name": "CUNEIFORM SIGN NINDA2 TIMES NE"
        },
        {
            "codepoint": "12259",
            "name": "CUNEIFORM SIGN NINDA2 TIMES NUN"
        },
        {
            "codepoint": "1225A",
            "name": "CUNEIFORM SIGN NINDA2 TIMES SHE"
        },
        {
            "codepoint": "1225B",
            "name": "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS A AN"
        },
        {
            "codepoint": "1225C",
            "name": "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH"
        },
        {
            "codepoint": "1225D",
            "name": "CUNEIFORM SIGN NINDA2 TIMES SHE PLUS ASH PLUS ASH"
        },
        {
            "codepoint": "1225E",
            "name": "CUNEIFORM SIGN NINDA2 TIMES U2 PLUS ASH"
        },
        {
            "codepoint": "1225F",
            "name": "CUNEIFORM SIGN NINDA2 TIMES USH"
        },
        {
            "codepoint": "12260",
            "name": "CUNEIFORM SIGN NISAG"
        },
        {
            "codepoint": "12261",
            "name": "CUNEIFORM SIGN NU"
        },
        {
            "codepoint": "12262",
            "name": "CUNEIFORM SIGN NU11"
        },
        {
            "codepoint": "12263",
            "name": "CUNEIFORM SIGN NUN"
        },
        {
            "codepoint": "12264",
            "name": "CUNEIFORM SIGN NUN LAGAR TIMES GAR"
        },
        {
            "codepoint": "12265",
            "name": "CUNEIFORM SIGN NUN LAGAR TIMES MASH"
        },
        {
            "codepoint": "12266",
            "name": "CUNEIFORM SIGN NUN LAGAR TIMES SAL"
        },
        {
            "codepoint": "12267",
            "name": "CUNEIFORM SIGN NUN LAGAR TIMES SAL OVER NUN LAGAR TIMES SAL"
        },
        {
            "codepoint": "12268",
            "name": "CUNEIFORM SIGN NUN LAGAR TIMES USH"
        },
        {
            "codepoint": "12269",
            "name": "CUNEIFORM SIGN NUN TENU"
        },
        {
            "codepoint": "1226A",
            "name": "CUNEIFORM SIGN NUN OVER NUN"
        },
        {
            "codepoint": "1226B",
            "name": "CUNEIFORM SIGN NUN CROSSING NUN"
        },
        {
            "codepoint": "1226C",
            "name": "CUNEIFORM SIGN NUN CROSSING NUN LAGAR OVER LAGAR"
        },
        {
            "codepoint": "1226D",
            "name": "CUNEIFORM SIGN NUNUZ"
        },
        {
            "codepoint": "1226E",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES ASHGAB"
        },
        {
            "codepoint": "1226F",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES BI"
        },
        {
            "codepoint": "12270",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES DUG"
        },
        {
            "codepoint": "12271",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES GUD"
        },
        {
            "codepoint": "12272",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES IGI GUNU"
        },
        {
            "codepoint": "12273",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES KAD3"
        },
        {
            "codepoint": "12274",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES LA"
        },
        {
            "codepoint": "12275",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES NE"
        },
        {
            "codepoint": "12276",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES SILA3"
        },
        {
            "codepoint": "12277",
            "name": "CUNEIFORM SIGN NUNUZ AB2 TIMES U2"
        },
        {
            "codepoint": "12278",
            "name": "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI"
        },
        {
            "codepoint": "12279",
            "name": "CUNEIFORM SIGN NUNUZ KISIM5 TIMES BI U"
        },
        {
            "codepoint": "1227A",
            "name": "CUNEIFORM SIGN PA"
        },
        {
            "codepoint": "1227B",
            "name": "CUNEIFORM SIGN PAD"
        },
        {
            "codepoint": "1227C",
            "name": "CUNEIFORM SIGN PAN"
        },
        {
            "codepoint": "1227D",
            "name": "CUNEIFORM SIGN PAP"
        },
        {
            "codepoint": "1227E",
            "name": "CUNEIFORM SIGN PESH2"
        },
        {
            "codepoint": "1227F",
            "name": "CUNEIFORM SIGN PI"
        },
        {
            "codepoint": "12280",
            "name": "CUNEIFORM SIGN PI TIMES A"
        },
        {
            "codepoint": "12281",
            "name": "CUNEIFORM SIGN PI TIMES AB"
        },
        {
            "codepoint": "12282",
            "name": "CUNEIFORM SIGN PI TIMES BI"
        },
        {
            "codepoint": "12283",
            "name": "CUNEIFORM SIGN PI TIMES BU"
        },
        {
            "codepoint": "12284",
            "name": "CUNEIFORM SIGN PI TIMES E"
        },
        {
            "codepoint": "12285",
            "name": "CUNEIFORM SIGN PI TIMES I"
        },
        {
            "codepoint": "12286",
            "name": "CUNEIFORM SIGN PI TIMES IB"
        },
        {
            "codepoint": "12287",
            "name": "CUNEIFORM SIGN PI TIMES U"
        },
        {
            "codepoint": "12288",
            "name": "CUNEIFORM SIGN PI TIMES U2"
        },
        {
            "codepoint": "12289",
            "name": "CUNEIFORM SIGN PI CROSSING PI"
        },
        {
            "codepoint": "1228A",
            "name": "CUNEIFORM SIGN PIRIG"
        },
        {
            "codepoint": "1228B",
            "name": "CUNEIFORM SIGN PIRIG TIMES KAL"
        },
        {
            "codepoint": "1228C",
            "name": "CUNEIFORM SIGN PIRIG TIMES UD"
        },
        {
            "codepoint": "1228D",
            "name": "CUNEIFORM SIGN PIRIG TIMES ZA"
        },
        {
            "codepoint": "1228E",
            "name": "CUNEIFORM SIGN PIRIG OPPOSING PIRIG"
        },
        {
            "codepoint": "1228F",
            "name": "CUNEIFORM SIGN RA"
        },
        {
            "codepoint": "12290",
            "name": "CUNEIFORM SIGN RAB"
        },
        {
            "codepoint": "12291",
            "name": "CUNEIFORM SIGN RI"
        },
        {
            "codepoint": "12292",
            "name": "CUNEIFORM SIGN RU"
        },
        {
            "codepoint": "12293",
            "name": "CUNEIFORM SIGN SA"
        },
        {
            "codepoint": "12294",
            "name": "CUNEIFORM SIGN SAG NUTILLU"
        },
        {
            "codepoint": "12295",
            "name": "CUNEIFORM SIGN SAG"
        },
        {
            "codepoint": "12296",
            "name": "CUNEIFORM SIGN SAG TIMES A"
        },
        {
            "codepoint": "12297",
            "name": "CUNEIFORM SIGN SAG TIMES DU"
        },
        {
            "codepoint": "12298",
            "name": "CUNEIFORM SIGN SAG TIMES DUB"
        },
        {
            "codepoint": "12299",
            "name": "CUNEIFORM SIGN SAG TIMES HA"
        },
        {
            "codepoint": "1229A",
            "name": "CUNEIFORM SIGN SAG TIMES KAK"
        },
        {
            "codepoint": "1229B",
            "name": "CUNEIFORM SIGN SAG TIMES KUR"
        },
        {
            "codepoint": "1229C",
            "name": "CUNEIFORM SIGN SAG TIMES LUM"
        },
        {
            "codepoint": "1229D",
            "name": "CUNEIFORM SIGN SAG TIMES MI"
        },
        {
            "codepoint": "1229E",
            "name": "CUNEIFORM SIGN SAG TIMES NUN"
        },
        {
            "codepoint": "1229F",
            "name": "CUNEIFORM SIGN SAG TIMES SAL"
        },
        {
            "codepoint": "122A0",
            "name": "CUNEIFORM SIGN SAG TIMES SHID"
        },
        {
            "codepoint": "122A1",
            "name": "CUNEIFORM SIGN SAG TIMES TAB"
        },
        {
            "codepoint": "122A2",
            "name": "CUNEIFORM SIGN SAG TIMES U2"
        },
        {
            "codepoint": "122A3",
            "name": "CUNEIFORM SIGN SAG TIMES UB"
        },
        {
            "codepoint": "122A4",
            "name": "CUNEIFORM SIGN SAG TIMES UM"
        },
        {
            "codepoint": "122A5",
            "name": "CUNEIFORM SIGN SAG TIMES UR"
        },
        {
            "codepoint": "122A6",
            "name": "CUNEIFORM SIGN SAG TIMES USH"
        },
        {
            "codepoint": "122A7",
            "name": "CUNEIFORM SIGN SAG OVER SAG"
        },
        {
            "codepoint": "122A8",
            "name": "CUNEIFORM SIGN SAG GUNU"
        },
        {
            "codepoint": "122A9",
            "name": "CUNEIFORM SIGN SAL"
        },
        {
            "codepoint": "122AA",
            "name": "CUNEIFORM SIGN SAL LAGAB TIMES ASH2"
        },
        {
            "codepoint": "122AB",
            "name": "CUNEIFORM SIGN SANGA2"
        },
        {
            "codepoint": "122AC",
            "name": "CUNEIFORM SIGN SAR"
        },
        {
            "codepoint": "122AD",
            "name": "CUNEIFORM SIGN SHA"
        },
        {
            "codepoint": "122AE",
            "name": "CUNEIFORM SIGN SHA3"
        },
        {
            "codepoint": "122AF",
            "name": "CUNEIFORM SIGN SHA3 TIMES A"
        },
        {
            "codepoint": "122B0",
            "name": "CUNEIFORM SIGN SHA3 TIMES BAD"
        },
        {
            "codepoint": "122B1",
            "name": "CUNEIFORM SIGN SHA3 TIMES GISH"
        },
        {
            "codepoint": "122B2",
            "name": "CUNEIFORM SIGN SHA3 TIMES NE"
        },
        {
            "codepoint": "122B3",
            "name": "CUNEIFORM SIGN SHA3 TIMES SHU2"
        },
        {
            "codepoint": "122B4",
            "name": "CUNEIFORM SIGN SHA3 TIMES TUR"
        },
        {
            "codepoint": "122B5",
            "name": "CUNEIFORM SIGN SHA3 TIMES U"
        },
        {
            "codepoint": "122B6",
            "name": "CUNEIFORM SIGN SHA3 TIMES U PLUS A"
        },
        {
            "codepoint": "122B7",
            "name": "CUNEIFORM SIGN SHA6"
        },
        {
            "codepoint": "122B8",
            "name": "CUNEIFORM SIGN SHAB6"
        },
        {
            "codepoint": "122B9",
            "name": "CUNEIFORM SIGN SHAR2",
            "comments": [
                "formed by making a circular indentation with the end of the stylus"
            ]
        },
        {
            "codepoint": "122BA",
            "name": "CUNEIFORM SIGN SHE"
        },
        {
            "codepoint": "122BB",
            "name": "CUNEIFORM SIGN SHE HU"
        },
        {
            "codepoint": "122BC",
            "name": "CUNEIFORM SIGN SHE OVER SHE GAD OVER GAD GAR OVER GAR"
        },
        {
            "codepoint": "122BD",
            "name": "CUNEIFORM SIGN SHE OVER SHE TAB OVER TAB GAR OVER GAR"
        },
        {
            "codepoint": "122BE",
            "name": "CUNEIFORM SIGN SHEG9"
        },
        {
            "codepoint": "122BF",
            "name": "CUNEIFORM SIGN SHEN"
        },
        {
            "codepoint": "122C0",
            "name": "CUNEIFORM SIGN SHESH"
        },
        {
            "codepoint": "122C1",
            "name": "CUNEIFORM SIGN SHESH2"
        },
        {
            "codepoint": "122C2",
            "name": "CUNEIFORM SIGN SHESHLAM"
        },
        {
            "codepoint": "122C3",
            "name": "CUNEIFORM SIGN SHID"
        },
        {
            "codepoint": "122C4",
            "name": "CUNEIFORM SIGN SHID TIMES A"
        },
        {
            "codepoint": "122C5",
            "name": "CUNEIFORM SIGN SHID TIMES IM"
        },
        {
            "codepoint": "122C6",
            "name": "CUNEIFORM SIGN SHIM"
        },
        {
            "codepoint": "122C7",
            "name": "CUNEIFORM SIGN SHIM TIMES A"
        },
        {
            "codepoint": "122C8",
            "name": "CUNEIFORM SIGN SHIM TIMES BAL"
        },
        {
            "codepoint": "122C9",
            "name": "CUNEIFORM SIGN SHIM TIMES BULUG"
        },
        {
            "codepoint": "122CA",
            "name": "CUNEIFORM SIGN SHIM TIMES DIN"
        },
        {
            "codepoint": "122CB",
            "name": "CUNEIFORM SIGN SHIM TIMES GAR"
        },
        {
            "codepoint": "122CC",
            "name": "CUNEIFORM SIGN SHIM TIMES IGI"
        },
        {
            "codepoint": "122CD",
            "name": "CUNEIFORM SIGN SHIM TIMES IGI GUNU"
        },
        {
            "codepoint": "122CE",
            "name": "CUNEIFORM SIGN SHIM TIMES KUSHU2"
        },
        {
            "codepoint": "122CF",
            "name": "CUNEIFORM SIGN SHIM TIMES LUL"
        },
        {
            "codepoint": "122D0",
            "name": "CUNEIFORM SIGN SHIM TIMES MUG"
        },
        {
            "codepoint": "122D1",
            "name": "CUNEIFORM SIGN SHIM TIMES SAL"
        },
        {
            "codepoint": "122D2",
            "name": "CUNEIFORM SIGN SHINIG"
        },
        {
            "codepoint": "122D3",
            "name": "CUNEIFORM SIGN SHIR"
        },
        {
            "codepoint": "122D4",
            "name": "CUNEIFORM SIGN SHIR TENU",
            "other": [
                "CUNEIFORM SIGN NU11 TENU"
            ]
        },
        {
            "codepoint": "122D5",
            "name": "CUNEIFORM SIGN SHIR OVER SHIR BUR OVER BUR",
            "other": [
                "CUNEIFORM SIGN NU11 OVER NU11 BUR OVER BUR"
            ]
        },
        {
            "codepoint": "122D6",
            "name": "CUNEIFORM SIGN SHITA"
        },
        {
            "codepoint": "122D7",
            "name": "CUNEIFORM SIGN SHU"
        },
        {
            "codepoint": "122D8",
            "name": "CUNEIFORM SIGN SHU OVER INVERTED SHU"
        },
        {
            "codepoint": "122D9",
            "name": "CUNEIFORM SIGN SHU2"
        },
        {
            "codepoint": "122DA",
            "name": "CUNEIFORM SIGN SHUBUR"
        },
        {
            "codepoint": "122DB",
            "name": "CUNEIFORM SIGN SI"
        },
        {
            "codepoint": "122DC",
            "name": "CUNEIFORM SIGN SI GUNU"
        },
        {
            "codepoint": "122DD",
            "name": "CUNEIFORM SIGN SIG"
        },
        {
            "codepoint": "122DE",
            "name": "CUNEIFORM SIGN SIG4"
        },
        {
            "codepoint": "122DF",
            "name": "CUNEIFORM SIGN SIG4 OVER SIG4 SHU2"
        },
        {
            "codepoint": "122E0",
            "name": "CUNEIFORM SIGN SIK2"
        },
        {
            "codepoint": "122E1",
            "name": "CUNEIFORM SIGN SILA3"
        },
        {
            "codepoint": "122E2",
            "name": "CUNEIFORM SIGN SU"
        },
        {
            "codepoint": "122E3",
            "name": "CUNEIFORM SIGN SU OVER SU"
        },
        {
            "codepoint": "122E4",
            "name": "CUNEIFORM SIGN SUD"
        },
        {
            "codepoint": "122E5",
            "name": "CUNEIFORM SIGN SUD2"
        },
        {
            "codepoint": "122E6",
            "name": "CUNEIFORM SIGN SUHUR"
        },
        {
            "codepoint": "122E7",
            "name": "CUNEIFORM SIGN SUM"
        },
        {
            "codepoint": "122E8",
            "name": "CUNEIFORM SIGN SUMASH"
        },
        {
            "codepoint": "122E9",
            "name": "CUNEIFORM SIGN SUR"
        },
        {
            "codepoint": "122EA",
            "name": "CUNEIFORM SIGN SUR9"
        },
        {
            "codepoint": "122EB",
            "name": "CUNEIFORM SIGN TA"
        },
        {
            "codepoint": "122EC",
            "name": "CUNEIFORM SIGN TA ASTERISK"
        },
        {
            "codepoint": "122ED",
            "name": "CUNEIFORM SIGN TA TIMES HI"
        },
        {
            "codepoint": "122EE",
            "name": "CUNEIFORM SIGN TA TIMES MI"
        },
        {
            "codepoint": "122EF",
            "name": "CUNEIFORM SIGN TA GUNU"
        },
        {
            "codepoint": "122F0",
            "name": "CUNEIFORM SIGN TAB"
        },
        {
            "codepoint": "122F1",
            "name": "CUNEIFORM SIGN TAB OVER TAB NI OVER NI DISH OVER DISH"
        },
        {
            "codepoint": "122F2",
            "name": "CUNEIFORM SIGN TAB SQUARED"
        },
        {
            "codepoint": "122F3",
            "name": "CUNEIFORM SIGN TAG"
        },
        {
            "codepoint": "122F4",
            "name": "CUNEIFORM SIGN TAG TIMES BI"
        },
        {
            "codepoint": "122F5",
            "name": "CUNEIFORM SIGN TAG TIMES GUD"
        },
        {
            "codepoint": "122F6",
            "name": "CUNEIFORM SIGN TAG TIMES SHE"
        },
        {
            "codepoint": "122F7",
            "name": "CUNEIFORM SIGN TAG TIMES SHU"
        },
        {
            "codepoint": "122F8",
            "name": "CUNEIFORM SIGN TAG TIMES TUG2"
        },
        {
            "codepoint": "122F9",
            "name": "CUNEIFORM SIGN TAG TIMES UD"
        },
        {
            "codepoint": "122FA",
            "name": "CUNEIFORM SIGN TAK4"
        },
        {
            "codepoint": "122FB",
            "name": "CUNEIFORM SIGN TAR"
        },
        {
            "codepoint": "122FC",
            "name": "CUNEIFORM SIGN TE"
        },
        {
            "codepoint": "122FD",
            "name": "CUNEIFORM SIGN TE GUNU"
        },
        {
            "codepoint": "122FE",
            "name": "CUNEIFORM SIGN TI"
        },
        {
            "codepoint": "122FF",
            "name": "CUNEIFORM SIGN TI TENU"
        },
        {
            "codepoint": "12300",
            "name": "CUNEIFORM SIGN TIL"
        },
        {
            "codepoint": "12301",
            "name": "CUNEIFORM SIGN TIR"
        },
        {
            "codepoint": "12302",
            "name": "CUNEIFORM SIGN TIR TIMES TAK4"
        },
        {
            "codepoint": "12303",
            "name": "CUNEIFORM SIGN TIR OVER TIR"
        },
        {
            "codepoint": "12304",
            "name": "CUNEIFORM SIGN TIR OVER TIR GAD OVER GAD GAR OVER GAR"
        },
        {
            "codepoint": "12305",
            "name": "CUNEIFORM SIGN TU"
        },
        {
            "codepoint": "12306",
            "name": "CUNEIFORM SIGN TUG2"
        },
        {
            "codepoint": "12307",
            "name": "CUNEIFORM SIGN TUK"
        },
        {
            "codepoint": "12308",
            "name": "CUNEIFORM SIGN TUM"
        },
        {
            "codepoint": "12309",
            "name": "CUNEIFORM SIGN TUR"
        },
        {
            "codepoint": "1230A",
            "name": "CUNEIFORM SIGN TUR OVER TUR ZA OVER ZA"
        },
        {
            "codepoint": "1230B",
            "name": "CUNEIFORM SIGN U"
        },
        {
            "codepoint": "1230C",
            "name": "CUNEIFORM SIGN U GUD"
        },
        {
            "codepoint": "1230D",
            "name": "CUNEIFORM SIGN U U U"
        },
        {
            "codepoint": "1230E",
            "name": "CUNEIFORM SIGN U OVER U PA OVER PA GAR OVER GAR"
        },
        {
            "codepoint": "1230F",
            "name": "CUNEIFORM SIGN U OVER U SUR OVER SUR"
        },
        {
            "codepoint": "12310",
            "name": "CUNEIFORM SIGN U OVER U U REVERSED OVER U REVERSED"
        },
        {
            "codepoint": "12311",
            "name": "CUNEIFORM SIGN U2"
        },
        {
            "codepoint": "12312",
            "name": "CUNEIFORM SIGN UB"
        },
        {
            "codepoint": "12313",
            "name": "CUNEIFORM SIGN UD"
        },
        {
            "codepoint": "12314",
            "name": "CUNEIFORM SIGN UD KUSHU2"
        },
        {
            "codepoint": "12315",
            "name": "CUNEIFORM SIGN UD TIMES BAD"
        },
        {
            "codepoint": "12316",
            "name": "CUNEIFORM SIGN UD TIMES MI"
        },
        {
            "codepoint": "12317",
            "name": "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U"
        },
        {
            "codepoint": "12318",
            "name": "CUNEIFORM SIGN UD TIMES U PLUS U PLUS U GUNU"
        },
        {
            "codepoint": "12319",
            "name": "CUNEIFORM SIGN UD GUNU"
        },
        {
            "codepoint": "1231A",
            "name": "CUNEIFORM SIGN UD SHESHIG"
        },
        {
            "codepoint": "1231B",
            "name": "CUNEIFORM SIGN UD SHESHIG TIMES BAD"
        },
        {
            "codepoint": "1231C",
            "name": "CUNEIFORM SIGN UDUG"
        },
        {
            "codepoint": "1231D",
            "name": "CUNEIFORM SIGN UM"
        },
        {
            "codepoint": "1231E",
            "name": "CUNEIFORM SIGN UM TIMES LAGAB"
        },
        {
            "codepoint": "1231F",
            "name": "CUNEIFORM SIGN UM TIMES ME PLUS DA"
        },
        {
            "codepoint": "12320",
            "name": "CUNEIFORM SIGN UM TIMES SHA3"
        },
        {
            "codepoint": "12321",
            "name": "CUNEIFORM SIGN UM TIMES U"
        },
        {
            "codepoint": "12322",
            "name": "CUNEIFORM SIGN UMBIN"
        },
        {
            "codepoint": "12323",
            "name": "CUNEIFORM SIGN UMUM"
        },
        {
            "codepoint": "12324",
            "name": "CUNEIFORM SIGN UMUM TIMES KASKAL"
        },
        {
            "codepoint": "12325",
            "name": "CUNEIFORM SIGN UMUM TIMES PA"
        },
        {
            "codepoint": "12326",
            "name": "CUNEIFORM SIGN UN",
            "aliases": [
                "kalam gunû"
            ],
            "comments": [
                "the names of this and the following sign incorrectly reflect the gunû relationship between them"
            ]
        },
        {
            "codepoint": "12327",
            "name": "CUNEIFORM SIGN UN GUNU",
            "other": [
                "CUNEIFORM SIGN KALAM"
            ]
        },
        {
            "codepoint": "12328",
            "name": "CUNEIFORM SIGN UR"
        },
        {
            "codepoint": "12329",
            "name": "CUNEIFORM SIGN UR CROSSING UR"
        },
        {
            "codepoint": "1232A",
            "name": "CUNEIFORM SIGN UR SHESHIG"
        },
        {
            "codepoint": "1232B",
            "name": "CUNEIFORM SIGN UR2"
        },
        {
            "codepoint": "1232C",
            "name": "CUNEIFORM SIGN UR2 TIMES A PLUS HA"
        },
        {
            "codepoint": "1232D",
            "name": "CUNEIFORM SIGN UR2 TIMES A PLUS NA"
        },
        {
            "codepoint": "1232E",
            "name": "CUNEIFORM SIGN UR2 TIMES AL"
        },
        {
            "codepoint": "1232F",
            "name": "CUNEIFORM SIGN UR2 TIMES HA"
        },
        {
            "codepoint": "12330",
            "name": "CUNEIFORM SIGN UR2 TIMES NUN"
        },
        {
            "codepoint": "12331",
            "name": "CUNEIFORM SIGN UR2 TIMES U2"
        },
        {
            "codepoint": "12332",
            "name": "CUNEIFORM SIGN UR2 TIMES U2 PLUS ASH"
        },
        {
            "codepoint": "12333",
            "name": "CUNEIFORM SIGN UR2 TIMES U2 PLUS BI"
        },
        {
            "codepoint": "12334",
            "name": "CUNEIFORM SIGN UR4"
        },
        {
            "codepoint": "12335",
            "name": "CUNEIFORM SIGN URI"
        },
        {
            "codepoint": "12336",
            "name": "CUNEIFORM SIGN URI3"
        },
        {
            "codepoint": "12337",
            "name": "CUNEIFORM SIGN URU"
        },
        {
            "codepoint": "12338",
            "name": "CUNEIFORM SIGN URU TIMES A"
        },
        {
            "codepoint": "12339",
            "name": "CUNEIFORM SIGN URU TIMES ASHGAB"
        },
        {
            "codepoint": "1233A",
            "name": "CUNEIFORM SIGN URU TIMES BAR"
        },
        {
            "codepoint": "1233B",
            "name": "CUNEIFORM SIGN URU TIMES DUN"
        },
        {
            "codepoint": "1233C",
            "name": "CUNEIFORM SIGN URU TIMES GA"
        },
        {
            "codepoint": "1233D",
            "name": "CUNEIFORM SIGN URU TIMES GAL"
        },
        {
            "codepoint": "1233E",
            "name": "CUNEIFORM SIGN URU TIMES GAN2 TENU"
        },
        {
            "codepoint": "1233F",
            "name": "CUNEIFORM SIGN URU TIMES GAR"
        },
        {
            "codepoint": "12340",
            "name": "CUNEIFORM SIGN URU TIMES GU"
        },
        {
            "codepoint": "12341",
            "name": "CUNEIFORM SIGN URU TIMES HA"
        },
        {
            "codepoint": "12342",
            "name": "CUNEIFORM SIGN URU TIMES IGI"
        },
        {
            "codepoint": "12343",
            "name": "CUNEIFORM SIGN URU TIMES IM"
        },
        {
            "codepoint": "12344",
            "name": "CUNEIFORM SIGN URU TIMES ISH"
        },
        {
            "codepoint": "12345",
            "name": "CUNEIFORM SIGN URU TIMES KI"
        },
        {
            "codepoint": "12346",
            "name": "CUNEIFORM SIGN URU TIMES LUM"
        },
        {
            "codepoint": "12347",
            "name": "CUNEIFORM SIGN URU TIMES MIN"
        },
        {
            "codepoint": "12348",
            "name": "CUNEIFORM SIGN URU TIMES PA"
        },
        {
            "codepoint": "12349",
            "name": "CUNEIFORM SIGN URU TIMES SHE"
        },
        {
            "codepoint": "1234A",
            "name": "CUNEIFORM SIGN URU TIMES SIG4"
        },
        {
            "codepoint": "1234B",
            "name": "CUNEIFORM SIGN URU TIMES TU"
        },
        {
            "codepoint": "1234C",
            "name": "CUNEIFORM SIGN URU TIMES U PLUS GUD"
        },
        {
            "codepoint": "1234D",
            "name": "CUNEIFORM SIGN URU TIMES UD"
        },
        {
            "codepoint": "1234E",
            "name": "CUNEIFORM SIGN URU TIMES URUDA"
        },
        {
            "codepoint": "1234F",
            "name": "CUNEIFORM SIGN URUDA"
        },
        {
            "codepoint": "12350",
            "name": "CUNEIFORM SIGN URUDA TIMES U"
        },
        {
            "codepoint": "12351",
            "name": "CUNEIFORM SIGN USH"
        },
        {
            "codepoint": "12352",
            "name": "CUNEIFORM SIGN USH TIMES A"
        },
        {
            "codepoint": "12353",
            "name": "CUNEIFORM SIGN USH TIMES KU"
        },
        {
            "codepoint": "12354",
            "name": "CUNEIFORM SIGN USH TIMES KUR"
        },
        {
            "codepoint": "12355",
            "name": "CUNEIFORM SIGN USH TIMES TAK4"
        },
        {
            "codepoint": "12356",
            "name": "CUNEIFORM SIGN USHX"
        },
        {
            "codepoint": "12357",
            "name": "CUNEIFORM SIGN USH2"
        },
        {
            "codepoint": "12358",
            "name": "CUNEIFORM SIGN USHUMX"
        },
        {
            "codepoint": "12359",
            "name": "CUNEIFORM SIGN UTUKI"
        },
        {
            "codepoint": "1235A",
            "name": "CUNEIFORM SIGN UZ3"
        },
        {
            "codepoint": "1235B",
            "name": "CUNEIFORM SIGN UZ3 TIMES KASKAL"
        },
        {
            "codepoint": "1235C",
            "name": "CUNEIFORM SIGN UZU"
        },
        {
            "codepoint": "1235D",
            "name": "CUNEIFORM SIGN ZA"
        },
        {
            "codepoint": "1235E",
            "name": "CUNEIFORM SIGN ZA TENU"
        },
        {
            "codepoint": "1235F",
            "name": "CUNEIFORM SIGN ZA SQUARED TIMES KUR"
        },
        {
            "codepoint": "12360",
            "name": "CUNEIFORM SIGN ZAG"
        },
        {
            "codepoint": "12361",
            "name": "CUNEIFORM SIGN ZAMX"
        },
        {
            "codepoint": "12362",
            "name": "CUNEIFORM SIGN ZE2"
        },
        {
            "codepoint": "12363",
            "name": "CUNEIFORM SIGN ZI"
        },
        {
            "codepoint": "12364",
            "name": "CUNEIFORM SIGN ZI OVER ZI"
        },
        {
            "codepoint": "12365",
            "name": "CUNEIFORM SIGN ZI3"
        },
        {
            "codepoint": "12366",
            "name": "CUNEIFORM SIGN ZIB"
        },
        {
            "codepoint": "12367",
            "name": "CUNEIFORM SIGN ZIB KABA TENU"
        },
        {
            "codepoint": "12368",
            "name": "CUNEIFORM SIGN ZIG"
        },
        {
            "codepoint": "12369",
            "name": "CUNEIFORM SIGN ZIZ2"
        },
        {
            "codepoint": "1236A",
            "name": "CUNEIFORM SIGN ZU"
        },
        {
            "codepoint": "1236B",
            "name": "CUNEIFORM SIGN ZU5"
        },
        {
            "codepoint": "1236C",
            "name": "CUNEIFORM SIGN ZU5 TIMES A"
        },
        {
            "codepoint": "1236D",
            "name": "CUNEIFORM SIGN ZUBUR"
        },
        {
            "codepoint": "1236E",
            "name": "CUNEIFORM SIGN ZUM"
        },
        {
            "codepoint": "1236F",
            "name": "CUNEIFORM SIGN KAP ELAMITE"
        },
        {
            "codepoint": "12370",
            "name": "CUNEIFORM SIGN AB TIMES NUN"
        },
        {
            "codepoint": "12371",
            "name": "CUNEIFORM SIGN AB2 TIMES A"
        },
        {
            "codepoint": "12372",
            "name": "CUNEIFORM SIGN AMAR TIMES KUG"
        },
        {
            "codepoint": "12373",
            "name": "CUNEIFORM SIGN DAG KISIM5 TIMES U2 PLUS MASH"
        },
        {
            "codepoint": "12374",
            "name": "CUNEIFORM SIGN DAG3"
        },
        {
            "codepoint": "12375",
            "name": "CUNEIFORM SIGN DISH PLUS SHU"
        },
        {
            "codepoint": "12376",
            "name": "CUNEIFORM SIGN DUB TIMES SHE"
        },
        {
            "codepoint": "12377",
            "name": "CUNEIFORM SIGN EZEN TIMES GUD"
        },
        {
            "codepoint": "12378",
            "name": "CUNEIFORM SIGN EZEN TIMES SHE"
        },
        {
            "codepoint": "12379",
            "name": "CUNEIFORM SIGN GA2 TIMES AN PLUS KAK PLUS A"
        },
        {
            "codepoint": "1237A",
            "name": "CUNEIFORM SIGN GA2 TIMES ASH2"
        },
        {
            "codepoint": "1237B",
            "name": "CUNEIFORM SIGN GE22"
        },
        {
            "codepoint": "1237C",
            "name": "CUNEIFORM SIGN GIG"
        },
        {
            "codepoint": "1237D",
            "name": "CUNEIFORM SIGN HUSH"
        },
        {
            "codepoint": "1237E",
            "name": "CUNEIFORM SIGN KA TIMES ANSHE"
        },
        {
            "codepoint": "1237F",
            "name": "CUNEIFORM SIGN KA TIMES ASH3"
        },
        {
            "codepoint": "12380",
            "name": "CUNEIFORM SIGN KA TIMES GISH"
        },
        {
            "codepoint": "12381",
            "name": "CUNEIFORM SIGN KA TIMES GUD"
        },
        {
            "codepoint": "12382",
            "name": "CUNEIFORM SIGN KA TIMES HI TIMES ASH2"
        },
        {
            "codepoint": "12383",
            "name": "CUNEIFORM SIGN KA TIMES LUM"
        },
        {
            "codepoint": "12384",
            "name": "CUNEIFORM SIGN KA TIMES PA"
        },
        {
            "codepoint": "12385",
            "name": "CUNEIFORM SIGN KA TIMES SHUL"
        },
        {
            "codepoint": "12386",
            "name": "CUNEIFORM SIGN KA TIMES TU"
        },
        {
            "codepoint": "12387",
            "name": "CUNEIFORM SIGN KA TIMES UR2"
        },
        {
            "codepoint": "12388",
            "name": "CUNEIFORM SIGN LAGAB TIMES GI"
        },
        {
            "codepoint": "12389",
            "name": "CUNEIFORM SIGN LU2 SHESHIG TIMES BAD"
        },
        {
            "codepoint": "1238A",
            "name": "CUNEIFORM SIGN LU2 TIMES ESH2 PLUS LAL"
        },
        {
            "codepoint": "1238B",
            "name": "CUNEIFORM SIGN LU2 TIMES SHU"
        },
        {
            "codepoint": "1238C",
            "name": "CUNEIFORM SIGN MESH"
        },
        {
            "codepoint": "1238D",
            "name": "CUNEIFORM SIGN MUSH3 TIMES ZA"
        },
        {
            "codepoint": "1238E",
            "name": "CUNEIFORM SIGN NA4"
        },
        {
            "codepoint": "1238F",
            "name": "CUNEIFORM SIGN NIN"
        },
        {
            "codepoint": "12390",
            "name": "CUNEIFORM SIGN NIN9"
        },
        {
            "codepoint": "12391",
            "name": "CUNEIFORM SIGN NINDA2 TIMES BAL"
        },
        {
            "codepoint": "12392",
            "name": "CUNEIFORM SIGN NINDA2 TIMES GI"
        },
        {
            "codepoint": "12393",
            "name": "CUNEIFORM SIGN NU11 ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "12394",
            "name": "CUNEIFORM SIGN PESH2 ASTERISK"
        },
        {
            "codepoint": "12395",
            "name": "CUNEIFORM SIGN PIR2"
        },
        {
            "codepoint": "12396",
            "name": "CUNEIFORM SIGN SAG TIMES IGI GUNU"
        },
        {
            "codepoint": "12397",
            "name": "CUNEIFORM SIGN TI2"
        },
        {
            "codepoint": "12398",
            "name": "CUNEIFORM SIGN UM TIMES ME"
        },
        {
            "codepoint": "12399",
            "name": "CUNEIFORM SIGN U U"
        },
        {
            "codepoint": "12400",
            "name": "CUNEIFORM NUMERIC SIGN TWO ASH"
        },
        {
            "codepoint": "12401",
            "name": "CUNEIFORM NUMERIC SIGN THREE ASH"
        },
        {
            "codepoint": "12402",
            "name": "CUNEIFORM NUMERIC SIGN FOUR ASH"
        },
        {
            "codepoint": "12403",
            "name": "CUNEIFORM NUMERIC SIGN FIVE ASH"
        },
        {
            "codepoint": "12404",
            "name": "CUNEIFORM NUMERIC SIGN SIX ASH"
        },
        {
            "codepoint": "12405",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN ASH"
        },
        {
            "codepoint": "12406",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT ASH"
        },
        {
            "codepoint": "12407",
            "name": "CUNEIFORM NUMERIC SIGN NINE ASH"
        },
        {
            "codepoint": "12408",
            "name": "CUNEIFORM NUMERIC SIGN THREE DISH"
        },
        {
            "codepoint": "12409",
            "name": "CUNEIFORM NUMERIC SIGN FOUR DISH"
        },
        {
            "codepoint": "1240A",
            "name": "CUNEIFORM NUMERIC SIGN FIVE DISH"
        },
        {
            "codepoint": "1240B",
            "name": "CUNEIFORM NUMERIC SIGN SIX DISH"
        },
        {
            "codepoint": "1240C",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN DISH"
        },
        {
            "codepoint": "1240D",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT DISH"
        },
        {
            "codepoint": "1240E",
            "name": "CUNEIFORM NUMERIC SIGN NINE DISH"
        },
        {
            "codepoint": "1240F",
            "name": "CUNEIFORM NUMERIC SIGN FOUR U"
        },
        {
            "codepoint": "12410",
            "name": "CUNEIFORM NUMERIC SIGN FIVE U"
        },
        {
            "codepoint": "12411",
            "name": "CUNEIFORM NUMERIC SIGN SIX U"
        },
        {
            "codepoint": "12412",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN U"
        },
        {
            "codepoint": "12413",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT U"
        },
        {
            "codepoint": "12414",
            "name": "CUNEIFORM NUMERIC SIGN NINE U"
        },
        {
            "codepoint": "12415",
            "name": "CUNEIFORM NUMERIC SIGN ONE GESH2"
        },
        {
            "codepoint": "12416",
            "name": "CUNEIFORM NUMERIC SIGN TWO GESH2"
        },
        {
            "codepoint": "12417",
            "name": "CUNEIFORM NUMERIC SIGN THREE GESH2"
        },
        {
            "codepoint": "12418",
            "name": "CUNEIFORM NUMERIC SIGN FOUR GESH2"
        },
        {
            "codepoint": "12419",
            "name": "CUNEIFORM NUMERIC SIGN FIVE GESH2"
        },
        {
            "codepoint": "1241A",
            "name": "CUNEIFORM NUMERIC SIGN SIX GESH2"
        },
        {
            "codepoint": "1241B",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN GESH2"
        },
        {
            "codepoint": "1241C",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT GESH2"
        },
        {
            "codepoint": "1241D",
            "name": "CUNEIFORM NUMERIC SIGN NINE GESH2"
        },
        {
            "codepoint": "1241E",
            "name": "CUNEIFORM NUMERIC SIGN ONE GESHU"
        },
        {
            "codepoint": "1241F",
            "name": "CUNEIFORM NUMERIC SIGN TWO GESHU"
        },
        {
            "codepoint": "12420",
            "name": "CUNEIFORM NUMERIC SIGN THREE GESHU"
        },
        {
            "codepoint": "12421",
            "name": "CUNEIFORM NUMERIC SIGN FOUR GESHU"
        },
        {
            "codepoint": "12422",
            "name": "CUNEIFORM NUMERIC SIGN FIVE GESHU"
        },
        {
            "codepoint": "12423",
            "name": "CUNEIFORM NUMERIC SIGN TWO SHAR2"
        },
        {
            "codepoint": "12424",
            "name": "CUNEIFORM NUMERIC SIGN THREE SHAR2"
        },
        {
            "codepoint": "12425",
            "name": "CUNEIFORM NUMERIC SIGN THREE SHAR2 VARIANT FORM"
        },
        {
            "codepoint": "12426",
            "name": "CUNEIFORM NUMERIC SIGN FOUR SHAR2"
        },
        {
            "codepoint": "12427",
            "name": "CUNEIFORM NUMERIC SIGN FIVE SHAR2"
        },
        {
            "codepoint": "12428",
            "name": "CUNEIFORM NUMERIC SIGN SIX SHAR2"
        },
        {
            "codepoint": "12429",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN SHAR2"
        },
        {
            "codepoint": "1242A",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT SHAR2"
        },
        {
            "codepoint": "1242B",
            "name": "CUNEIFORM NUMERIC SIGN NINE SHAR2"
        },
        {
            "codepoint": "1242C",
            "name": "CUNEIFORM NUMERIC SIGN ONE SHARU"
        },
        {
            "codepoint": "1242D",
            "name": "CUNEIFORM NUMERIC SIGN TWO SHARU"
        },
        {
            "codepoint": "1242E",
            "name": "CUNEIFORM NUMERIC SIGN THREE SHARU"
        },
        {
            "codepoint": "1242F",
            "name": "CUNEIFORM NUMERIC SIGN THREE SHARU VARIANT FORM"
        },
        {
            "codepoint": "12430",
            "name": "CUNEIFORM NUMERIC SIGN FOUR SHARU"
        },
        {
            "codepoint": "12431",
            "name": "CUNEIFORM NUMERIC SIGN FIVE SHARU"
        },
        {
            "codepoint": "12432",
            "name": "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS DISH"
        },
        {
            "codepoint": "12433",
            "name": "CUNEIFORM NUMERIC SIGN SHAR2 TIMES GAL PLUS MIN"
        },
        {
            "codepoint": "12434",
            "name": "CUNEIFORM NUMERIC SIGN ONE BURU"
        },
        {
            "codepoint": "12435",
            "name": "CUNEIFORM NUMERIC SIGN TWO BURU"
        },
        {
            "codepoint": "12436",
            "name": "CUNEIFORM NUMERIC SIGN THREE BURU"
        },
        {
            "codepoint": "12437",
            "name": "CUNEIFORM NUMERIC SIGN THREE BURU VARIANT FORM"
        },
        {
            "codepoint": "12438",
            "name": "CUNEIFORM NUMERIC SIGN FOUR BURU"
        },
        {
            "codepoint": "12439",
            "name": "CUNEIFORM NUMERIC SIGN FIVE BURU"
        },
        {
            "codepoint": "1243A",
            "name": "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH16"
        },
        {
            "codepoint": "1243B",
            "name": "CUNEIFORM NUMERIC SIGN THREE VARIANT FORM ESH21"
        },
        {
            "codepoint": "1243C",
            "name": "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU"
        },
        {
            "codepoint": "1243D",
            "name": "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU4"
        },
        {
            "codepoint": "1243E",
            "name": "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU A"
        },
        {
            "codepoint": "1243F",
            "name": "CUNEIFORM NUMERIC SIGN FOUR VARIANT FORM LIMMU B"
        },
        {
            "codepoint": "12440",
            "name": "CUNEIFORM NUMERIC SIGN SIX VARIANT FORM ASH9"
        },
        {
            "codepoint": "12441",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN3"
        },
        {
            "codepoint": "12442",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN A"
        },
        {
            "codepoint": "12443",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN VARIANT FORM IMIN B"
        },
        {
            "codepoint": "12444",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU"
        },
        {
            "codepoint": "12445",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT VARIANT FORM USSU3"
        },
        {
            "codepoint": "12446",
            "name": "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU"
        },
        {
            "codepoint": "12447",
            "name": "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU3"
        },
        {
            "codepoint": "12448",
            "name": "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU4"
        },
        {
            "codepoint": "12449",
            "name": "CUNEIFORM NUMERIC SIGN NINE VARIANT FORM ILIMMU A"
        },
        {
            "codepoint": "1244A",
            "name": "CUNEIFORM NUMERIC SIGN TWO ASH TENU"
        },
        {
            "codepoint": "1244B",
            "name": "CUNEIFORM NUMERIC SIGN THREE ASH TENU"
        },
        {
            "codepoint": "1244C",
            "name": "CUNEIFORM NUMERIC SIGN FOUR ASH TENU"
        },
        {
            "codepoint": "1244D",
            "name": "CUNEIFORM NUMERIC SIGN FIVE ASH TENU"
        },
        {
            "codepoint": "1244E",
            "name": "CUNEIFORM NUMERIC SIGN SIX ASH TENU"
        },
        {
            "codepoint": "1244F",
            "name": "CUNEIFORM NUMERIC SIGN ONE BAN2"
        },
        {
            "codepoint": "12450",
            "name": "CUNEIFORM NUMERIC SIGN TWO BAN2"
        },
        {
            "codepoint": "12451",
            "name": "CUNEIFORM NUMERIC SIGN THREE BAN2"
        },
        {
            "codepoint": "12452",
            "name": "CUNEIFORM NUMERIC SIGN FOUR BAN2"
        },
        {
            "codepoint": "12453",
            "name": "CUNEIFORM NUMERIC SIGN FOUR BAN2 VARIANT FORM"
        },
        {
            "codepoint": "12454",
            "name": "CUNEIFORM NUMERIC SIGN FIVE BAN2"
        },
        {
            "codepoint": "12455",
            "name": "CUNEIFORM NUMERIC SIGN FIVE BAN2 VARIANT FORM"
        },
        {
            "codepoint": "12456",
            "name": "CUNEIFORM NUMERIC SIGN NIGIDAMIN"
        },
        {
            "codepoint": "12457",
            "name": "CUNEIFORM NUMERIC SIGN NIGIDAESH"
        },
        {
            "codepoint": "12458",
            "name": "CUNEIFORM NUMERIC SIGN ONE ESHE3"
        },
        {
            "codepoint": "12459",
            "name": "CUNEIFORM NUMERIC SIGN TWO ESHE3"
        },
        {
            "codepoint": "1245A",
            "name": "CUNEIFORM NUMERIC SIGN ONE THIRD DISH"
        },
        {
            "codepoint": "1245B",
            "name": "CUNEIFORM NUMERIC SIGN TWO THIRDS DISH"
        },
        {
            "codepoint": "1245C",
            "name": "CUNEIFORM NUMERIC SIGN FIVE SIXTHS DISH"
        },
        {
            "codepoint": "1245D",
            "name": "CUNEIFORM NUMERIC SIGN ONE THIRD VARIANT FORM A"
        },
        {
            "codepoint": "1245E",
            "name": "CUNEIFORM NUMERIC SIGN TWO THIRDS VARIANT FORM A"
        },
        {
            "codepoint": "1245F",
            "name": "CUNEIFORM NUMERIC SIGN ONE EIGHTH ASH"
        },
        {
            "codepoint": "12460",
            "name": "CUNEIFORM NUMERIC SIGN ONE QUARTER ASH"
        },
        {
            "codepoint": "12461",
            "name": "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE SIXTH"
        },
        {
            "codepoint": "12462",
            "name": "CUNEIFORM NUMERIC SIGN OLD ASSYRIAN ONE QUARTER"
        },
        {
            "codepoint": "12463",
            "name": "CUNEIFORM NUMERIC SIGN ONE QUARTER GUR"
        },
        {
            "codepoint": "12464",
            "name": "CUNEIFORM NUMERIC SIGN ONE HALF GUR"
        },
        {
            "codepoint": "12465",
            "name": "CUNEIFORM NUMERIC SIGN ELAMITE ONE THIRD"
        },
        {
            "codepoint": "12466",
            "name": "CUNEIFORM NUMERIC SIGN ELAMITE TWO THIRDS"
        },
        {
            "codepoint": "12467",
            "name": "CUNEIFORM NUMERIC SIGN ELAMITE FORTY"
        },
        {
            "codepoint": "12468",
            "name": "CUNEIFORM NUMERIC SIGN ELAMITE FIFTY"
        },
        {
            "codepoint": "12469",
            "name": "CUNEIFORM NUMERIC SIGN FOUR U VARIANT FORM"
        },
        {
            "codepoint": "1246A",
            "name": "CUNEIFORM NUMERIC SIGN FIVE U VARIANT FORM"
        },
        {
            "codepoint": "1246B",
            "name": "CUNEIFORM NUMERIC SIGN SIX U VARIANT FORM"
        },
        {
            "codepoint": "1246C",
            "name": "CUNEIFORM NUMERIC SIGN SEVEN U VARIANT FORM"
        },
        {
            "codepoint": "1246D",
            "name": "CUNEIFORM NUMERIC SIGN EIGHT U VARIANT FORM"
        },
        {
            "codepoint": "1246E",
            "name": "CUNEIFORM NUMERIC SIGN NINE U VARIANT FORM"
        },
        {
            "codepoint": "12470",
            "name": "CUNEIFORM PUNCTUATION SIGN OLD ASSYRIAN WORD DIVIDER",
            "crossReferences": [
                "(ugaritic word divider - 1039F)",
                "(old persian word divider - 103D0)"
            ]
        },
        {
            "codepoint": "12471",
            "name": "CUNEIFORM PUNCTUATION SIGN VERTICAL COLON"
        },
        {
            "codepoint": "12472",
            "name": "CUNEIFORM PUNCTUATION SIGN DIAGONAL COLON"
        },
        {
            "codepoint": "12473",
            "name": "CUNEIFORM PUNCTUATION SIGN DIAGONAL TRICOLON"
        },
        {
            "codepoint": "12474",
            "name": "CUNEIFORM PUNCTUATION SIGN DIAGONAL QUADCOLON"
        },
        {
            "codepoint": "12480",
            "name": "CUNEIFORM SIGN AB TIMES NUN TENU"
        },
        {
            "codepoint": "12481",
            "name": "CUNEIFORM SIGN AB TIMES SHU2"
        },
        {
            "codepoint": "12482",
            "name": "CUNEIFORM SIGN AD TIMES ESH2"
        },
        {
            "codepoint": "12483",
            "name": "CUNEIFORM SIGN BAD TIMES DISH TENU"
        },
        {
            "codepoint": "12484",
            "name": "CUNEIFORM SIGN BAHAR2 TIMES AB2"
        },
        {
            "codepoint": "12485",
            "name": "CUNEIFORM SIGN BAHAR2 TIMES NI"
        },
        {
            "codepoint": "12486",
            "name": "CUNEIFORM SIGN BAHAR2 TIMES ZA"
        },
        {
            "codepoint": "12487",
            "name": "CUNEIFORM SIGN BU OVER BU TIMES NA2"
        },
        {
            "codepoint": "12488",
            "name": "CUNEIFORM SIGN DA TIMES TAK4"
        },
        {
            "codepoint": "12489",
            "name": "CUNEIFORM SIGN DAG TIMES KUR"
        },
        {
            "codepoint": "1248A",
            "name": "CUNEIFORM SIGN DIM TIMES IGI"
        },
        {
            "codepoint": "1248B",
            "name": "CUNEIFORM SIGN DIM TIMES U U U"
        },
        {
            "codepoint": "1248C",
            "name": "CUNEIFORM SIGN DIM2 TIMES UD"
        },
        {
            "codepoint": "1248D",
            "name": "CUNEIFORM SIGN DUG TIMES ANSHE"
        },
        {
            "codepoint": "1248E",
            "name": "CUNEIFORM SIGN DUG TIMES ASH"
        },
        {
            "codepoint": "1248F",
            "name": "CUNEIFORM SIGN DUG TIMES ASH AT LEFT"
        },
        {
            "codepoint": "12490",
            "name": "CUNEIFORM SIGN DUG TIMES DIN"
        },
        {
            "codepoint": "12491",
            "name": "CUNEIFORM SIGN DUG TIMES DUN"
        },
        {
            "codepoint": "12492",
            "name": "CUNEIFORM SIGN DUG TIMES ERIN2"
        },
        {
            "codepoint": "12493",
            "name": "CUNEIFORM SIGN DUG TIMES GA"
        },
        {
            "codepoint": "12494",
            "name": "CUNEIFORM SIGN DUG TIMES GI"
        },
        {
            "codepoint": "12495",
            "name": "CUNEIFORM SIGN DUG TIMES GIR2 GUNU"
        },
        {
            "codepoint": "12496",
            "name": "CUNEIFORM SIGN DUG TIMES GISH"
        },
        {
            "codepoint": "12497",
            "name": "CUNEIFORM SIGN DUG TIMES HA"
        },
        {
            "codepoint": "12498",
            "name": "CUNEIFORM SIGN DUG TIMES HI"
        },
        {
            "codepoint": "12499",
            "name": "CUNEIFORM SIGN DUG TIMES IGI GUNU"
        },
        {
            "codepoint": "1249A",
            "name": "CUNEIFORM SIGN DUG TIMES KASKAL"
        },
        {
            "codepoint": "1249B",
            "name": "CUNEIFORM SIGN DUG TIMES KUR"
        },
        {
            "codepoint": "1249C",
            "name": "CUNEIFORM SIGN DUG TIMES KUSHU2"
        },
        {
            "codepoint": "1249D",
            "name": "CUNEIFORM SIGN DUG TIMES KUSHU2 PLUS KASKAL"
        },
        {
            "codepoint": "1249E",
            "name": "CUNEIFORM SIGN DUG TIMES LAK-020"
        },
        {
            "codepoint": "1249F",
            "name": "CUNEIFORM SIGN DUG TIMES LAM"
        },
        {
            "codepoint": "124A0",
            "name": "CUNEIFORM SIGN DUG TIMES LAM TIMES KUR"
        },
        {
            "codepoint": "124A1",
            "name": "CUNEIFORM SIGN DUG TIMES LUH PLUS GISH"
        },
        {
            "codepoint": "124A2",
            "name": "CUNEIFORM SIGN DUG TIMES MASH"
        },
        {
            "codepoint": "124A3",
            "name": "CUNEIFORM SIGN DUG TIMES MES"
        },
        {
            "codepoint": "124A4",
            "name": "CUNEIFORM SIGN DUG TIMES MI"
        },
        {
            "codepoint": "124A5",
            "name": "CUNEIFORM SIGN DUG TIMES NI"
        },
        {
            "codepoint": "124A6",
            "name": "CUNEIFORM SIGN DUG TIMES PI"
        },
        {
            "codepoint": "124A7",
            "name": "CUNEIFORM SIGN DUG TIMES SHE"
        },
        {
            "codepoint": "124A8",
            "name": "CUNEIFORM SIGN DUG TIMES SI GUNU"
        },
        {
            "codepoint": "124A9",
            "name": "CUNEIFORM SIGN E2 TIMES KUR"
        },
        {
            "codepoint": "124AA",
            "name": "CUNEIFORM SIGN E2 TIMES PAP"
        },
        {
            "codepoint": "124AB",
            "name": "CUNEIFORM SIGN ERIN2 X"
        },
        {
            "codepoint": "124AC",
            "name": "CUNEIFORM SIGN ESH2 CROSSING ESH2"
        },
        {
            "codepoint": "124AD",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES ASH"
        },
        {
            "codepoint": "124AE",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES HI"
        },
        {
            "codepoint": "124AF",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES IGI GUNU"
        },
        {
            "codepoint": "124B0",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES LA"
        },
        {
            "codepoint": "124B1",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES LAL"
        },
        {
            "codepoint": "124B2",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES ME"
        },
        {
            "codepoint": "124B3",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES MES"
        },
        {
            "codepoint": "124B4",
            "name": "CUNEIFORM SIGN EZEN SHESHIG TIMES SU"
        },
        {
            "codepoint": "124B5",
            "name": "CUNEIFORM SIGN EZEN TIMES SU"
        },
        {
            "codepoint": "124B6",
            "name": "CUNEIFORM SIGN GA2 TIMES BAHAR2"
        },
        {
            "codepoint": "124B7",
            "name": "CUNEIFORM SIGN GA2 TIMES DIM GUNU"
        },
        {
            "codepoint": "124B8",
            "name": "CUNEIFORM SIGN GA2 TIMES DUG TIMES IGI GUNU"
        },
        {
            "codepoint": "124B9",
            "name": "CUNEIFORM SIGN GA2 TIMES DUG TIMES KASKAL"
        },
        {
            "codepoint": "124BA",
            "name": "CUNEIFORM SIGN GA2 TIMES EREN"
        },
        {
            "codepoint": "124BB",
            "name": "CUNEIFORM SIGN GA2 TIMES GA"
        },
        {
            "codepoint": "124BC",
            "name": "CUNEIFORM SIGN GA2 TIMES GAR PLUS DI"
        },
        {
            "codepoint": "124BD",
            "name": "CUNEIFORM SIGN GA2 TIMES GAR PLUS NE"
        },
        {
            "codepoint": "124BE",
            "name": "CUNEIFORM SIGN GA2 TIMES HA PLUS A"
        },
        {
            "codepoint": "124BF",
            "name": "CUNEIFORM SIGN GA2 TIMES KUSHU2 PLUS KASKAL"
        },
        {
            "codepoint": "124C0",
            "name": "CUNEIFORM SIGN GA2 TIMES LAM"
        },
        {
            "codepoint": "124C1",
            "name": "CUNEIFORM SIGN GA2 TIMES LAM TIMES KUR"
        },
        {
            "codepoint": "124C2",
            "name": "CUNEIFORM SIGN GA2 TIMES LUH"
        },
        {
            "codepoint": "124C3",
            "name": "CUNEIFORM SIGN GA2 TIMES MUSH"
        },
        {
            "codepoint": "124C4",
            "name": "CUNEIFORM SIGN GA2 TIMES NE"
        },
        {
            "codepoint": "124C5",
            "name": "CUNEIFORM SIGN GA2 TIMES NE PLUS E2"
        },
        {
            "codepoint": "124C6",
            "name": "CUNEIFORM SIGN GA2 TIMES NE PLUS GI"
        },
        {
            "codepoint": "124C7",
            "name": "CUNEIFORM SIGN GA2 TIMES SHIM"
        },
        {
            "codepoint": "124C8",
            "name": "CUNEIFORM SIGN GA2 TIMES ZIZ2"
        },
        {
            "codepoint": "124C9",
            "name": "CUNEIFORM SIGN GABA ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "124CA",
            "name": "CUNEIFORM SIGN GESHTIN TIMES U"
        },
        {
            "codepoint": "124CB",
            "name": "CUNEIFORM SIGN GISH TIMES GISH CROSSING GISH"
        },
        {
            "codepoint": "124CC",
            "name": "CUNEIFORM SIGN GU2 TIMES IGI GUNU"
        },
        {
            "codepoint": "124CD",
            "name": "CUNEIFORM SIGN GUD PLUS GISH TIMES TAK4"
        },
        {
            "codepoint": "124CE",
            "name": "CUNEIFORM SIGN HA TENU GUNU"
        },
        {
            "codepoint": "124CF",
            "name": "CUNEIFORM SIGN HI TIMES ASH OVER HI TIMES ASH"
        },
        {
            "codepoint": "124D0",
            "name": "CUNEIFORM SIGN KA TIMES BU"
        },
        {
            "codepoint": "124D1",
            "name": "CUNEIFORM SIGN KA TIMES KA"
        },
        {
            "codepoint": "124D2",
            "name": "CUNEIFORM SIGN KA TIMES U U U"
        },
        {
            "codepoint": "124D3",
            "name": "CUNEIFORM SIGN KA TIMES UR"
        },
        {
            "codepoint": "124D4",
            "name": "CUNEIFORM SIGN LAGAB TIMES ZU OVER ZU"
        },
        {
            "codepoint": "124D5",
            "name": "CUNEIFORM SIGN LAK-003"
        },
        {
            "codepoint": "124D6",
            "name": "CUNEIFORM SIGN LAK-021"
        },
        {
            "codepoint": "124D7",
            "name": "CUNEIFORM SIGN LAK-025"
        },
        {
            "codepoint": "124D8",
            "name": "CUNEIFORM SIGN LAK-030"
        },
        {
            "codepoint": "124D9",
            "name": "CUNEIFORM SIGN LAK-050"
        },
        {
            "codepoint": "124DA",
            "name": "CUNEIFORM SIGN LAK-051"
        },
        {
            "codepoint": "124DB",
            "name": "CUNEIFORM SIGN LAK-062"
        },
        {
            "codepoint": "124DC",
            "name": "CUNEIFORM SIGN LAK-079 OVER LAK-079 GUNU"
        },
        {
            "codepoint": "124DD",
            "name": "CUNEIFORM SIGN LAK-080"
        },
        {
            "codepoint": "124DE",
            "name": "CUNEIFORM SIGN LAK-081 OVER LAK-081"
        },
        {
            "codepoint": "124DF",
            "name": "CUNEIFORM SIGN LAK-092"
        },
        {
            "codepoint": "124E0",
            "name": "CUNEIFORM SIGN LAK-130"
        },
        {
            "codepoint": "124E1",
            "name": "CUNEIFORM SIGN LAK-142"
        },
        {
            "codepoint": "124E2",
            "name": "CUNEIFORM SIGN LAK-210"
        },
        {
            "codepoint": "124E3",
            "name": "CUNEIFORM SIGN LAK-219"
        },
        {
            "codepoint": "124E4",
            "name": "CUNEIFORM SIGN LAK-220"
        },
        {
            "codepoint": "124E5",
            "name": "CUNEIFORM SIGN LAK-225"
        },
        {
            "codepoint": "124E6",
            "name": "CUNEIFORM SIGN LAK-228"
        },
        {
            "codepoint": "124E7",
            "name": "CUNEIFORM SIGN LAK-238"
        },
        {
            "codepoint": "124E8",
            "name": "CUNEIFORM SIGN LAK-265"
        },
        {
            "codepoint": "124E9",
            "name": "CUNEIFORM SIGN LAK-266"
        },
        {
            "codepoint": "124EA",
            "name": "CUNEIFORM SIGN LAK-343"
        },
        {
            "codepoint": "124EB",
            "name": "CUNEIFORM SIGN LAK-347"
        },
        {
            "codepoint": "124EC",
            "name": "CUNEIFORM SIGN LAK-348"
        },
        {
            "codepoint": "124ED",
            "name": "CUNEIFORM SIGN LAK-383"
        },
        {
            "codepoint": "124EE",
            "name": "CUNEIFORM SIGN LAK-384"
        },
        {
            "codepoint": "124EF",
            "name": "CUNEIFORM SIGN LAK-390"
        },
        {
            "codepoint": "124F0",
            "name": "CUNEIFORM SIGN LAK-441"
        },
        {
            "codepoint": "124F1",
            "name": "CUNEIFORM SIGN LAK-449"
        },
        {
            "codepoint": "124F2",
            "name": "CUNEIFORM SIGN LAK-449 TIMES GU"
        },
        {
            "codepoint": "124F3",
            "name": "CUNEIFORM SIGN LAK-449 TIMES IGI"
        },
        {
            "codepoint": "124F4",
            "name": "CUNEIFORM SIGN LAK-449 TIMES PAP PLUS LU3"
        },
        {
            "codepoint": "124F5",
            "name": "CUNEIFORM SIGN LAK-449 TIMES PAP PLUS PAP PLUS LU3"
        },
        {
            "codepoint": "124F6",
            "name": "CUNEIFORM SIGN LAK-449 TIMES U2 PLUS BA"
        },
        {
            "codepoint": "124F7",
            "name": "CUNEIFORM SIGN LAK-450"
        },
        {
            "codepoint": "124F8",
            "name": "CUNEIFORM SIGN LAK-457"
        },
        {
            "codepoint": "124F9",
            "name": "CUNEIFORM SIGN LAK-470"
        },
        {
            "codepoint": "124FA",
            "name": "CUNEIFORM SIGN LAK-483"
        },
        {
            "codepoint": "124FB",
            "name": "CUNEIFORM SIGN LAK-490"
        },
        {
            "codepoint": "124FC",
            "name": "CUNEIFORM SIGN LAK-492"
        },
        {
            "codepoint": "124FD",
            "name": "CUNEIFORM SIGN LAK-493"
        },
        {
            "codepoint": "124FE",
            "name": "CUNEIFORM SIGN LAK-495"
        },
        {
            "codepoint": "124FF",
            "name": "CUNEIFORM SIGN LAK-550"
        },
        {
            "codepoint": "12500",
            "name": "CUNEIFORM SIGN LAK-608"
        },
        {
            "codepoint": "12501",
            "name": "CUNEIFORM SIGN LAK-617"
        },
        {
            "codepoint": "12502",
            "name": "CUNEIFORM SIGN LAK-617 TIMES ASH"
        },
        {
            "codepoint": "12503",
            "name": "CUNEIFORM SIGN LAK-617 TIMES BAD"
        },
        {
            "codepoint": "12504",
            "name": "CUNEIFORM SIGN LAK-617 TIMES DUN3 GUNU GUNU"
        },
        {
            "codepoint": "12505",
            "name": "CUNEIFORM SIGN LAK-617 TIMES KU3"
        },
        {
            "codepoint": "12506",
            "name": "CUNEIFORM SIGN LAK-617 TIMES LA"
        },
        {
            "codepoint": "12507",
            "name": "CUNEIFORM SIGN LAK-617 TIMES TAR"
        },
        {
            "codepoint": "12508",
            "name": "CUNEIFORM SIGN LAK-617 TIMES TE"
        },
        {
            "codepoint": "12509",
            "name": "CUNEIFORM SIGN LAK-617 TIMES U2"
        },
        {
            "codepoint": "1250A",
            "name": "CUNEIFORM SIGN LAK-617 TIMES UD"
        },
        {
            "codepoint": "1250B",
            "name": "CUNEIFORM SIGN LAK-617 TIMES URUDA"
        },
        {
            "codepoint": "1250C",
            "name": "CUNEIFORM SIGN LAK-636"
        },
        {
            "codepoint": "1250D",
            "name": "CUNEIFORM SIGN LAK-648"
        },
        {
            "codepoint": "1250E",
            "name": "CUNEIFORM SIGN LAK-648 TIMES DUB"
        },
        {
            "codepoint": "1250F",
            "name": "CUNEIFORM SIGN LAK-648 TIMES GA"
        },
        {
            "codepoint": "12510",
            "name": "CUNEIFORM SIGN LAK-648 TIMES IGI"
        },
        {
            "codepoint": "12511",
            "name": "CUNEIFORM SIGN LAK-648 TIMES IGI GUNU"
        },
        {
            "codepoint": "12512",
            "name": "CUNEIFORM SIGN LAK-648 TIMES NI"
        },
        {
            "codepoint": "12513",
            "name": "CUNEIFORM SIGN LAK-648 TIMES PAP PLUS PAP PLUS LU3"
        },
        {
            "codepoint": "12514",
            "name": "CUNEIFORM SIGN LAK-648 TIMES SHESH PLUS KI"
        },
        {
            "codepoint": "12515",
            "name": "CUNEIFORM SIGN LAK-648 TIMES UD"
        },
        {
            "codepoint": "12516",
            "name": "CUNEIFORM SIGN LAK-648 TIMES URUDA"
        },
        {
            "codepoint": "12517",
            "name": "CUNEIFORM SIGN LAK-724"
        },
        {
            "codepoint": "12518",
            "name": "CUNEIFORM SIGN LAK-749"
        },
        {
            "codepoint": "12519",
            "name": "CUNEIFORM SIGN LU2 GUNU TIMES ASH"
        },
        {
            "codepoint": "1251A",
            "name": "CUNEIFORM SIGN LU2 TIMES DISH"
        },
        {
            "codepoint": "1251B",
            "name": "CUNEIFORM SIGN LU2 TIMES HAL"
        },
        {
            "codepoint": "1251C",
            "name": "CUNEIFORM SIGN LU2 TIMES PAP"
        },
        {
            "codepoint": "1251D",
            "name": "CUNEIFORM SIGN LU2 TIMES PAP PLUS PAP PLUS LU3"
        },
        {
            "codepoint": "1251E",
            "name": "CUNEIFORM SIGN LU2 TIMES TAK4"
        },
        {
            "codepoint": "1251F",
            "name": "CUNEIFORM SIGN MI PLUS ZA7"
        },
        {
            "codepoint": "12520",
            "name": "CUNEIFORM SIGN MUSH OVER MUSH TIMES GA"
        },
        {
            "codepoint": "12521",
            "name": "CUNEIFORM SIGN MUSH OVER MUSH TIMES KAK"
        },
        {
            "codepoint": "12522",
            "name": "CUNEIFORM SIGN NINDA2 TIMES DIM GUNU"
        },
        {
            "codepoint": "12523",
            "name": "CUNEIFORM SIGN NINDA2 TIMES GISH"
        },
        {
            "codepoint": "12524",
            "name": "CUNEIFORM SIGN NINDA2 TIMES GUL"
        },
        {
            "codepoint": "12525",
            "name": "CUNEIFORM SIGN NINDA2 TIMES HI"
        },
        {
            "codepoint": "12526",
            "name": "CUNEIFORM SIGN NINDA2 TIMES KESH2"
        },
        {
            "codepoint": "12527",
            "name": "CUNEIFORM SIGN NINDA2 TIMES LAK-050"
        },
        {
            "codepoint": "12528",
            "name": "CUNEIFORM SIGN NINDA2 TIMES MASH"
        },
        {
            "codepoint": "12529",
            "name": "CUNEIFORM SIGN NINDA2 TIMES PAP PLUS PAP"
        },
        {
            "codepoint": "1252A",
            "name": "CUNEIFORM SIGN NINDA2 TIMES U"
        },
        {
            "codepoint": "1252B",
            "name": "CUNEIFORM SIGN NINDA2 TIMES U PLUS U"
        },
        {
            "codepoint": "1252C",
            "name": "CUNEIFORM SIGN NINDA2 TIMES URUDA"
        },
        {
            "codepoint": "1252D",
            "name": "CUNEIFORM SIGN SAG GUNU TIMES HA"
        },
        {
            "codepoint": "1252E",
            "name": "CUNEIFORM SIGN SAG TIMES EN"
        },
        {
            "codepoint": "1252F",
            "name": "CUNEIFORM SIGN SAG TIMES SHE AT LEFT"
        },
        {
            "codepoint": "12530",
            "name": "CUNEIFORM SIGN SAG TIMES TAK4"
        },
        {
            "codepoint": "12531",
            "name": "CUNEIFORM SIGN SHA6 TENU"
        },
        {
            "codepoint": "12532",
            "name": "CUNEIFORM SIGN SHE OVER SHE"
        },
        {
            "codepoint": "12533",
            "name": "CUNEIFORM SIGN SHE PLUS HUB2"
        },
        {
            "codepoint": "12534",
            "name": "CUNEIFORM SIGN SHE PLUS NAM2"
        },
        {
            "codepoint": "12535",
            "name": "CUNEIFORM SIGN SHE PLUS SAR"
        },
        {
            "codepoint": "12536",
            "name": "CUNEIFORM SIGN SHU2 PLUS DUG TIMES NI"
        },
        {
            "codepoint": "12537",
            "name": "CUNEIFORM SIGN SHU2 PLUS E2 TIMES AN"
        },
        {
            "codepoint": "12538",
            "name": "CUNEIFORM SIGN SI TIMES TAK4"
        },
        {
            "codepoint": "12539",
            "name": "CUNEIFORM SIGN TAK4 PLUS SAG"
        },
        {
            "codepoint": "1253A",
            "name": "CUNEIFORM SIGN TUM TIMES GAN2 TENU"
        },
        {
            "codepoint": "1253B",
            "name": "CUNEIFORM SIGN TUM TIMES THREE DISH"
        },
        {
            "codepoint": "1253C",
            "name": "CUNEIFORM SIGN UR2 INVERTED"
        },
        {
            "codepoint": "1253D",
            "name": "CUNEIFORM SIGN UR2 TIMES UD"
        },
        {
            "codepoint": "1253E",
            "name": "CUNEIFORM SIGN URU TIMES DARA3"
        },
        {
            "codepoint": "1253F",
            "name": "CUNEIFORM SIGN URU TIMES LAK-668"
        },
        {
            "codepoint": "12540",
            "name": "CUNEIFORM SIGN URU TIMES LU3"
        },
        {
            "codepoint": "12541",
            "name": "CUNEIFORM SIGN ZA7"
        },
        {
            "codepoint": "12542",
            "name": "CUNEIFORM SIGN ZU OVER ZU PLUS SAR"
        },
        {
            "codepoint": "12543",
            "name": "CUNEIFORM SIGN ZU5 TIMES THREE DISH TENU"
        },
        {
            "codepoint": "12F90",
            "name": "CYPRO-MINOAN SIGN CM001"
        },
        {
            "codepoint": "12F91",
            "name": "CYPRO-MINOAN SIGN CM002"
        },
        {
            "codepoint": "12F92",
            "name": "CYPRO-MINOAN SIGN CM004"
        },
        {
            "codepoint": "12F93",
            "name": "CYPRO-MINOAN SIGN CM005"
        },
        {
            "codepoint": "12F94",
            "name": "CYPRO-MINOAN SIGN CM006"
        },
        {
            "codepoint": "12F95",
            "name": "CYPRO-MINOAN SIGN CM007"
        },
        {
            "codepoint": "12F96",
            "name": "CYPRO-MINOAN SIGN CM008"
        },
        {
            "codepoint": "12F97",
            "name": "CYPRO-MINOAN SIGN CM009"
        },
        {
            "codepoint": "12F98",
            "name": "CYPRO-MINOAN SIGN CM010"
        },
        {
            "codepoint": "12F99",
            "name": "CYPRO-MINOAN SIGN CM011"
        },
        {
            "codepoint": "12F9A",
            "name": "CYPRO-MINOAN SIGN CM012"
        },
        {
            "codepoint": "12F9B",
            "name": "CYPRO-MINOAN SIGN CM012B"
        },
        {
            "codepoint": "12F9C",
            "name": "CYPRO-MINOAN SIGN CM013"
        },
        {
            "codepoint": "12F9D",
            "name": "CYPRO-MINOAN SIGN CM015"
        },
        {
            "codepoint": "12F9E",
            "name": "CYPRO-MINOAN SIGN CM017"
        },
        {
            "codepoint": "12F9F",
            "name": "CYPRO-MINOAN SIGN CM019"
        },
        {
            "codepoint": "12FA0",
            "name": "CYPRO-MINOAN SIGN CM021"
        },
        {
            "codepoint": "12FA1",
            "name": "CYPRO-MINOAN SIGN CM023"
        },
        {
            "codepoint": "12FA2",
            "name": "CYPRO-MINOAN SIGN CM024"
        },
        {
            "codepoint": "12FA3",
            "name": "CYPRO-MINOAN SIGN CM025"
        },
        {
            "codepoint": "12FA4",
            "name": "CYPRO-MINOAN SIGN CM026"
        },
        {
            "codepoint": "12FA5",
            "name": "CYPRO-MINOAN SIGN CM027"
        },
        {
            "codepoint": "12FA6",
            "name": "CYPRO-MINOAN SIGN CM028"
        },
        {
            "codepoint": "12FA7",
            "name": "CYPRO-MINOAN SIGN CM029"
        },
        {
            "codepoint": "12FA8",
            "name": "CYPRO-MINOAN SIGN CM030"
        },
        {
            "codepoint": "12FA9",
            "name": "CYPRO-MINOAN SIGN CM033"
        },
        {
            "codepoint": "12FAA",
            "name": "CYPRO-MINOAN SIGN CM034"
        },
        {
            "codepoint": "12FAB",
            "name": "CYPRO-MINOAN SIGN CM035"
        },
        {
            "codepoint": "12FAC",
            "name": "CYPRO-MINOAN SIGN CM036"
        },
        {
            "codepoint": "12FAD",
            "name": "CYPRO-MINOAN SIGN CM037"
        },
        {
            "codepoint": "12FAE",
            "name": "CYPRO-MINOAN SIGN CM038"
        },
        {
            "codepoint": "12FAF",
            "name": "CYPRO-MINOAN SIGN CM039"
        },
        {
            "codepoint": "12FB0",
            "name": "CYPRO-MINOAN SIGN CM040"
        },
        {
            "codepoint": "12FB1",
            "name": "CYPRO-MINOAN SIGN CM041"
        },
        {
            "codepoint": "12FB2",
            "name": "CYPRO-MINOAN SIGN CM044"
        },
        {
            "codepoint": "12FB3",
            "name": "CYPRO-MINOAN SIGN CM046"
        },
        {
            "codepoint": "12FB4",
            "name": "CYPRO-MINOAN SIGN CM047"
        },
        {
            "codepoint": "12FB5",
            "name": "CYPRO-MINOAN SIGN CM049"
        },
        {
            "codepoint": "12FB6",
            "name": "CYPRO-MINOAN SIGN CM050"
        },
        {
            "codepoint": "12FB7",
            "name": "CYPRO-MINOAN SIGN CM051"
        },
        {
            "codepoint": "12FB8",
            "name": "CYPRO-MINOAN SIGN CM052"
        },
        {
            "codepoint": "12FB9",
            "name": "CYPRO-MINOAN SIGN CM053"
        },
        {
            "codepoint": "12FBA",
            "name": "CYPRO-MINOAN SIGN CM054"
        },
        {
            "codepoint": "12FBB",
            "name": "CYPRO-MINOAN SIGN CM055"
        },
        {
            "codepoint": "12FBC",
            "name": "CYPRO-MINOAN SIGN CM056"
        },
        {
            "codepoint": "12FBD",
            "name": "CYPRO-MINOAN SIGN CM058"
        },
        {
            "codepoint": "12FBE",
            "name": "CYPRO-MINOAN SIGN CM059"
        },
        {
            "codepoint": "12FBF",
            "name": "CYPRO-MINOAN SIGN CM060"
        },
        {
            "codepoint": "12FC0",
            "name": "CYPRO-MINOAN SIGN CM061"
        },
        {
            "codepoint": "12FC1",
            "name": "CYPRO-MINOAN SIGN CM062"
        },
        {
            "codepoint": "12FC2",
            "name": "CYPRO-MINOAN SIGN CM063"
        },
        {
            "codepoint": "12FC3",
            "name": "CYPRO-MINOAN SIGN CM064"
        },
        {
            "codepoint": "12FC4",
            "name": "CYPRO-MINOAN SIGN CM066"
        },
        {
            "codepoint": "12FC5",
            "name": "CYPRO-MINOAN SIGN CM067"
        },
        {
            "codepoint": "12FC6",
            "name": "CYPRO-MINOAN SIGN CM068"
        },
        {
            "codepoint": "12FC7",
            "name": "CYPRO-MINOAN SIGN CM069"
        },
        {
            "codepoint": "12FC8",
            "name": "CYPRO-MINOAN SIGN CM070"
        },
        {
            "codepoint": "12FC9",
            "name": "CYPRO-MINOAN SIGN CM071"
        },
        {
            "codepoint": "12FCA",
            "name": "CYPRO-MINOAN SIGN CM072"
        },
        {
            "codepoint": "12FCB",
            "name": "CYPRO-MINOAN SIGN CM073"
        },
        {
            "codepoint": "12FCC",
            "name": "CYPRO-MINOAN SIGN CM074"
        },
        {
            "codepoint": "12FCD",
            "name": "CYPRO-MINOAN SIGN CM075"
        },
        {
            "codepoint": "12FCE",
            "name": "CYPRO-MINOAN SIGN CM075B"
        },
        {
            "codepoint": "12FCF",
            "name": "CYPRO-MINOAN SIGN CM076"
        },
        {
            "codepoint": "12FD0",
            "name": "CYPRO-MINOAN SIGN CM078"
        },
        {
            "codepoint": "12FD1",
            "name": "CYPRO-MINOAN SIGN CM079"
        },
        {
            "codepoint": "12FD2",
            "name": "CYPRO-MINOAN SIGN CM080"
        },
        {
            "codepoint": "12FD3",
            "name": "CYPRO-MINOAN SIGN CM081"
        },
        {
            "codepoint": "12FD4",
            "name": "CYPRO-MINOAN SIGN CM082"
        },
        {
            "codepoint": "12FD5",
            "name": "CYPRO-MINOAN SIGN CM083"
        },
        {
            "codepoint": "12FD6",
            "name": "CYPRO-MINOAN SIGN CM084"
        },
        {
            "codepoint": "12FD7",
            "name": "CYPRO-MINOAN SIGN CM085"
        },
        {
            "codepoint": "12FD8",
            "name": "CYPRO-MINOAN SIGN CM086"
        },
        {
            "codepoint": "12FD9",
            "name": "CYPRO-MINOAN SIGN CM087"
        },
        {
            "codepoint": "12FDA",
            "name": "CYPRO-MINOAN SIGN CM088"
        },
        {
            "codepoint": "12FDB",
            "name": "CYPRO-MINOAN SIGN CM089"
        },
        {
            "codepoint": "12FDC",
            "name": "CYPRO-MINOAN SIGN CM090"
        },
        {
            "codepoint": "12FDD",
            "name": "CYPRO-MINOAN SIGN CM091"
        },
        {
            "codepoint": "12FDE",
            "name": "CYPRO-MINOAN SIGN CM092"
        },
        {
            "codepoint": "12FDF",
            "name": "CYPRO-MINOAN SIGN CM094"
        },
        {
            "codepoint": "12FE0",
            "name": "CYPRO-MINOAN SIGN CM095"
        },
        {
            "codepoint": "12FE1",
            "name": "CYPRO-MINOAN SIGN CM096"
        },
        {
            "codepoint": "12FE2",
            "name": "CYPRO-MINOAN SIGN CM097"
        },
        {
            "codepoint": "12FE3",
            "name": "CYPRO-MINOAN SIGN CM098"
        },
        {
            "codepoint": "12FE4",
            "name": "CYPRO-MINOAN SIGN CM099"
        },
        {
            "codepoint": "12FE5",
            "name": "CYPRO-MINOAN SIGN CM100"
        },
        {
            "codepoint": "12FE6",
            "name": "CYPRO-MINOAN SIGN CM101"
        },
        {
            "codepoint": "12FE7",
            "name": "CYPRO-MINOAN SIGN CM102"
        },
        {
            "codepoint": "12FE8",
            "name": "CYPRO-MINOAN SIGN CM103"
        },
        {
            "codepoint": "12FE9",
            "name": "CYPRO-MINOAN SIGN CM104"
        },
        {
            "codepoint": "12FEA",
            "name": "CYPRO-MINOAN SIGN CM105"
        },
        {
            "codepoint": "12FEB",
            "name": "CYPRO-MINOAN SIGN CM107"
        },
        {
            "codepoint": "12FEC",
            "name": "CYPRO-MINOAN SIGN CM108"
        },
        {
            "codepoint": "12FED",
            "name": "CYPRO-MINOAN SIGN CM109"
        },
        {
            "codepoint": "12FEE",
            "name": "CYPRO-MINOAN SIGN CM110"
        },
        {
            "codepoint": "12FEF",
            "name": "CYPRO-MINOAN SIGN CM112"
        },
        {
            "codepoint": "12FF0",
            "name": "CYPRO-MINOAN SIGN CM114"
        },
        {
            "codepoint": "12FF1",
            "name": "CYPRO-MINOAN SIGN CM301"
        },
        {
            "codepoint": "12FF2",
            "name": "CYPRO-MINOAN SIGN CM302"
        },
        {
            "codepoint": "13000",
            "name": "EGYPTIAN HIEROGLYPH A001",
            "comments": [
                "classifier human being"
            ]
        },
        {
            "codepoint": "13001",
            "name": "EGYPTIAN HIEROGLYPH A002",
            "comments": [
                "classifier eating/drinking/speech/ silence/thoughts/feelings"
            ]
        },
        {
            "codepoint": "13002",
            "name": "EGYPTIAN HIEROGLYPH A003",
            "comments": [
                "classifier sitting : ḥmsꞽ"
            ]
        },
        {
            "codepoint": "13003",
            "name": "EGYPTIAN HIEROGLYPH A004",
            "comments": [
                "classifier supplication/hiding/rejection"
            ]
        },
        {
            "codepoint": "13004",
            "name": "EGYPTIAN HIEROGLYPH A005"
        },
        {
            "codepoint": "13005",
            "name": "EGYPTIAN HIEROGLYPH A005A",
            "comments": [
                "logogram (to hide) : ꞽmn"
            ]
        },
        {
            "codepoint": "13006",
            "name": "EGYPTIAN HIEROGLYPH A006",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13007",
            "name": "EGYPTIAN HIEROGLYPH A006A",
            "comments": [
                "classifier to libate : sṯ"
            ]
        },
        {
            "codepoint": "13008",
            "name": "EGYPTIAN HIEROGLYPH A006B"
        },
        {
            "codepoint": "13009",
            "name": "EGYPTIAN HIEROGLYPH A007",
            "comments": [
                "classifier sitting/weak/faint"
            ]
        },
        {
            "codepoint": "1300A",
            "name": "EGYPTIAN HIEROGLYPH A008",
            "comments": [
                "classifier joy/veneration"
            ]
        },
        {
            "codepoint": "1300B",
            "name": "EGYPTIAN HIEROGLYPH A009",
            "comments": [
                "classifier to lift, to carry : fꜣꞽ"
            ]
        },
        {
            "codepoint": "1300C",
            "name": "EGYPTIAN HIEROGLYPH A010",
            "comments": [
                "classifier sailing/rowing : sḳdꞽ"
            ]
        },
        {
            "codepoint": "1300D",
            "name": "EGYPTIAN HIEROGLYPH A011",
            "comments": [
                "phonemogram : ḫnms"
            ]
        },
        {
            "codepoint": "1300E",
            "name": "EGYPTIAN HIEROGLYPH A012",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "1300F",
            "name": "EGYPTIAN HIEROGLYPH A013",
            "comments": [
                "classifier rebel/enemy"
            ]
        },
        {
            "codepoint": "13010",
            "name": "EGYPTIAN HIEROGLYPH A014",
            "comments": [
                "classifier rebel, opponent : rḳ"
            ]
        },
        {
            "codepoint": "13011",
            "name": "EGYPTIAN HIEROGLYPH A014A",
            "comments": [
                "classifier death : mt"
            ]
        },
        {
            "codepoint": "13012",
            "name": "EGYPTIAN HIEROGLYPH A015",
            "comments": [
                "logogram (to fall) : ḫr"
            ]
        },
        {
            "codepoint": "13013",
            "name": "EGYPTIAN HIEROGLYPH A016",
            "comments": [
                "classifier bowing"
            ]
        },
        {
            "codepoint": "13014",
            "name": "EGYPTIAN HIEROGLYPH A017",
            "comments": [
                "classifier youth/child"
            ]
        },
        {
            "codepoint": "13015",
            "name": "EGYPTIAN HIEROGLYPH A017A",
            "comments": [
                "classifier youth/child"
            ]
        },
        {
            "codepoint": "13016",
            "name": "EGYPTIAN HIEROGLYPH A018",
            "comments": [
                "classifier child (royal)"
            ]
        },
        {
            "codepoint": "13017",
            "name": "EGYPTIAN HIEROGLYPH A019",
            "comments": [
                "logogram (old, old age) : ꞽꜣw"
            ]
        },
        {
            "codepoint": "13018",
            "name": "EGYPTIAN HIEROGLYPH A020",
            "comments": [
                "logogram (elder) : smsw"
            ]
        },
        {
            "codepoint": "13019",
            "name": "EGYPTIAN HIEROGLYPH A021"
        },
        {
            "codepoint": "1301A",
            "name": "EGYPTIAN HIEROGLYPH A022",
            "comments": [
                "classifier statue"
            ]
        },
        {
            "codepoint": "1301B",
            "name": "EGYPTIAN HIEROGLYPH A023",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "1301C",
            "name": "EGYPTIAN HIEROGLYPH A024",
            "comments": [
                "classifier force/effort"
            ]
        },
        {
            "codepoint": "1301D",
            "name": "EGYPTIAN HIEROGLYPH A025",
            "comments": [
                "classifier force/effort"
            ]
        },
        {
            "codepoint": "1301E",
            "name": "EGYPTIAN HIEROGLYPH A026",
            "comments": [
                "logogram (vocative interjection) : ꞽ"
            ]
        },
        {
            "codepoint": "1301F",
            "name": "EGYPTIAN HIEROGLYPH A027",
            "comments": [
                "phonemogram/classifier messenger : ꞽn"
            ]
        },
        {
            "codepoint": "13020",
            "name": "EGYPTIAN HIEROGLYPH A028",
            "comments": [
                "logogram (to be high) : ḳꜣꞽ"
            ]
        },
        {
            "codepoint": "13021",
            "name": "EGYPTIAN HIEROGLYPH A029",
            "comments": [
                "classifier upside down : sḫd"
            ]
        },
        {
            "codepoint": "13022",
            "name": "EGYPTIAN HIEROGLYPH A030",
            "comments": [
                "classifier adoration"
            ]
        },
        {
            "codepoint": "13023",
            "name": "EGYPTIAN HIEROGLYPH A031",
            "comments": [
                "classifier turning away"
            ]
        },
        {
            "codepoint": "13024",
            "name": "EGYPTIAN HIEROGLYPH A032",
            "comments": [
                "classifier dancing : ḫbꞽ"
            ]
        },
        {
            "codepoint": "13025",
            "name": "EGYPTIAN HIEROGLYPH A032A"
        },
        {
            "codepoint": "13026",
            "name": "EGYPTIAN HIEROGLYPH A033",
            "comments": [
                "classifier wandering/displaced : rw"
            ]
        },
        {
            "codepoint": "13027",
            "name": "EGYPTIAN HIEROGLYPH A034",
            "comments": [
                "logogram (to pound, to build) : ḫwsꞽ"
            ]
        },
        {
            "codepoint": "13028",
            "name": "EGYPTIAN HIEROGLYPH A035",
            "comments": [
                "logogram (to build) : ḳd"
            ]
        },
        {
            "codepoint": "13029",
            "name": "EGYPTIAN HIEROGLYPH A036",
            "comments": [
                "logogram (brewer) : ꜥf.ty"
            ]
        },
        {
            "codepoint": "1302A",
            "name": "EGYPTIAN HIEROGLYPH A037",
            "comments": [
                "logogram (brewer) : ꜥf.ty"
            ]
        },
        {
            "codepoint": "1302B",
            "name": "EGYPTIAN HIEROGLYPH A038",
            "comments": [
                "logogram (Cusae) : ḳꞽs"
            ]
        },
        {
            "codepoint": "1302C",
            "name": "EGYPTIAN HIEROGLYPH A039",
            "comments": [
                "logogram (Cusae) : ḳꞽs"
            ]
        },
        {
            "codepoint": "1302D",
            "name": "EGYPTIAN HIEROGLYPH A040",
            "comments": [
                "classifier divinity"
            ]
        },
        {
            "codepoint": "1302E",
            "name": "EGYPTIAN HIEROGLYPH A040A",
            "comments": [
                "classifier divinity"
            ]
        },
        {
            "codepoint": "1302F",
            "name": "EGYPTIAN HIEROGLYPH A041",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "13030",
            "name": "EGYPTIAN HIEROGLYPH A042",
            "comments": [
                "classifier king : n(y)-sw.t"
            ]
        },
        {
            "codepoint": "13031",
            "name": "EGYPTIAN HIEROGLYPH A042A",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "13032",
            "name": "EGYPTIAN HIEROGLYPH A043",
            "comments": [
                "classifier king"
            ]
        },
        {
            "codepoint": "13033",
            "name": "EGYPTIAN HIEROGLYPH A043A",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13034",
            "name": "EGYPTIAN HIEROGLYPH A044",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13035",
            "name": "EGYPTIAN HIEROGLYPH A045",
            "comments": [
                "classifier king : bꞽ.ty"
            ]
        },
        {
            "codepoint": "13036",
            "name": "EGYPTIAN HIEROGLYPH A045A",
            "comments": [
                "classifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13037",
            "name": "EGYPTIAN HIEROGLYPH A046",
            "comments": [
                "classifier king : bꞽ.tyw"
            ]
        },
        {
            "codepoint": "13038",
            "name": "EGYPTIAN HIEROGLYPH A047",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13039",
            "name": "EGYPTIAN HIEROGLYPH A048",
            "comments": [
                "logogram (relating to; belonging to) : ꞽr.y"
            ]
        },
        {
            "codepoint": "1303A",
            "name": "EGYPTIAN HIEROGLYPH A049",
            "comments": [
                "classifier foreigner"
            ]
        },
        {
            "codepoint": "1303B",
            "name": "EGYPTIAN HIEROGLYPH A050",
            "comments": [
                "logogram (to be noble) : špsꞽ"
            ]
        },
        {
            "codepoint": "1303C",
            "name": "EGYPTIAN HIEROGLYPH A051",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "1303D",
            "name": "EGYPTIAN HIEROGLYPH A052",
            "comments": [
                "classifier name (deceased person)"
            ]
        },
        {
            "codepoint": "1303E",
            "name": "EGYPTIAN HIEROGLYPH A053",
            "comments": [
                "classifier image/statue/likeness"
            ]
        },
        {
            "codepoint": "1303F",
            "name": "EGYPTIAN HIEROGLYPH A054",
            "comments": [
                "classifier body/corpse/death"
            ]
        },
        {
            "codepoint": "13040",
            "name": "EGYPTIAN HIEROGLYPH A055",
            "comments": [
                "logogram (to sleep/to spend the night) : sḏr"
            ]
        },
        {
            "codepoint": "13041",
            "name": "EGYPTIAN HIEROGLYPH A056",
            "comments": [
                "classifier enemy : ḫft.y"
            ]
        },
        {
            "codepoint": "13042",
            "name": "EGYPTIAN HIEROGLYPH A057",
            "comments": [
                "logogram (an offering that the king gives) : ḥtp-dꞽ-n.y-sw.t"
            ]
        },
        {
            "codepoint": "13043",
            "name": "EGYPTIAN HIEROGLYPH A058",
            "comments": [
                "classifier hacking : ḫbs"
            ]
        },
        {
            "codepoint": "13044",
            "name": "EGYPTIAN HIEROGLYPH A059",
            "comments": [
                "classifier driving away : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13045",
            "name": "EGYPTIAN HIEROGLYPH A060",
            "comments": [
                "logogram (to sprinkle, to scatter) : stꞽ"
            ]
        },
        {
            "codepoint": "13046",
            "name": "EGYPTIAN HIEROGLYPH A061",
            "comments": [
                "logogram (to turn back) : ꜥnn"
            ]
        },
        {
            "codepoint": "13047",
            "name": "EGYPTIAN HIEROGLYPH A062",
            "comments": [
                "logogram (great one, chief) : wr"
            ]
        },
        {
            "codepoint": "13048",
            "name": "EGYPTIAN HIEROGLYPH A063"
        },
        {
            "codepoint": "13049",
            "name": "EGYPTIAN HIEROGLYPH A064",
            "comments": [
                "classifier to lift, to carry : fꜣꞽ"
            ]
        },
        {
            "codepoint": "1304A",
            "name": "EGYPTIAN HIEROGLYPH A065",
            "comments": [
                "logogram (the one who belongs to the god) : ꞽr.y-nṯr"
            ]
        },
        {
            "codepoint": "1304B",
            "name": "EGYPTIAN HIEROGLYPH A066",
            "comments": [
                "logogram (the musician/Ihy) : ꞽḥy"
            ]
        },
        {
            "codepoint": "1304C",
            "name": "EGYPTIAN HIEROGLYPH A067",
            "comments": [
                "classifier personal name"
            ]
        },
        {
            "codepoint": "1304D",
            "name": "EGYPTIAN HIEROGLYPH A068",
            "comments": [
                "logogram (messenger) : wpw.ty"
            ]
        },
        {
            "codepoint": "1304E",
            "name": "EGYPTIAN HIEROGLYPH A069",
            "comments": [
                "classifier occupation/relationship"
            ]
        },
        {
            "codepoint": "1304F",
            "name": "EGYPTIAN HIEROGLYPH A070",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13050",
            "name": "EGYPTIAN HIEROGLYPH B001",
            "comments": [
                "classifier female"
            ]
        },
        {
            "codepoint": "13051",
            "name": "EGYPTIAN HIEROGLYPH B002",
            "comments": [
                "classifier pregnant : ꞽwr"
            ]
        },
        {
            "codepoint": "13052",
            "name": "EGYPTIAN HIEROGLYPH B003",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "13053",
            "name": "EGYPTIAN HIEROGLYPH B004",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "13054",
            "name": "EGYPTIAN HIEROGLYPH B005",
            "comments": [
                "classifier nursing, rearing : rnn"
            ]
        },
        {
            "codepoint": "13055",
            "name": "EGYPTIAN HIEROGLYPH B005A",
            "comments": [
                "logogram weaver or  nurse : ? | mnḫ.t"
            ]
        },
        {
            "codepoint": "13056",
            "name": "EGYPTIAN HIEROGLYPH B006",
            "comments": [
                "classifier nursing, rearing : rnn"
            ]
        },
        {
            "codepoint": "13057",
            "name": "EGYPTIAN HIEROGLYPH B007",
            "comments": [
                "classifier female royalty"
            ]
        },
        {
            "codepoint": "13058",
            "name": "EGYPTIAN HIEROGLYPH B008",
            "comments": [
                "classifier human being (together with A1) : ḥr.w-nb"
            ]
        },
        {
            "codepoint": "13059",
            "name": "EGYPTIAN HIEROGLYPH B009",
            "comments": [
                "logogram (the musician) : ꞽḥ.yt"
            ]
        },
        {
            "codepoint": "1305A",
            "name": "EGYPTIAN HIEROGLYPH C001",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "1305B",
            "name": "EGYPTIAN HIEROGLYPH C002",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "1305C",
            "name": "EGYPTIAN HIEROGLYPH C002A",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "1305D",
            "name": "EGYPTIAN HIEROGLYPH C002B",
            "comments": [
                "mirrored version of 1305C"
            ]
        },
        {
            "codepoint": "1305E",
            "name": "EGYPTIAN HIEROGLYPH C002C",
            "comments": [
                "mirrored version of 1305B"
            ]
        },
        {
            "codepoint": "1305F",
            "name": "EGYPTIAN HIEROGLYPH C003",
            "comments": [
                "logogram (Thot) : ḏhwty"
            ]
        },
        {
            "codepoint": "13060",
            "name": "EGYPTIAN HIEROGLYPH C004",
            "comments": [
                "classifier Khnum : ẖnm.w"
            ]
        },
        {
            "codepoint": "13061",
            "name": "EGYPTIAN HIEROGLYPH C005",
            "comments": [
                "logogram/phonemogram (who joins with life) : ẖnm.t-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13062",
            "name": "EGYPTIAN HIEROGLYPH C006",
            "comments": [
                "classifier Anubis/Wepwawet (divinity)"
            ]
        },
        {
            "codepoint": "13063",
            "name": "EGYPTIAN HIEROGLYPH C007",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13064",
            "name": "EGYPTIAN HIEROGLYPH C008",
            "comments": [
                "classifier Min : gb.tyw"
            ]
        },
        {
            "codepoint": "13065",
            "name": "EGYPTIAN HIEROGLYPH C009",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13066",
            "name": "EGYPTIAN HIEROGLYPH C010",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "13067",
            "name": "EGYPTIAN HIEROGLYPH C010A",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "13068",
            "name": "EGYPTIAN HIEROGLYPH C011",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13069",
            "name": "EGYPTIAN HIEROGLYPH C012",
            "comments": [
                "logogram (Amon) : ꞽmn"
            ]
        },
        {
            "codepoint": "1306A",
            "name": "EGYPTIAN HIEROGLYPH C013",
            "comments": [
                "mirrored version of 13069"
            ]
        },
        {
            "codepoint": "1306B",
            "name": "EGYPTIAN HIEROGLYPH C014",
            "comments": [
                "logogram (Amon is his strength (sꜣ-rꜥ name Ramses VI)) : ꞽmn-ḥr-ḫpš=f"
            ]
        },
        {
            "codepoint": "1306C",
            "name": "EGYPTIAN HIEROGLYPH C015",
            "comments": [
                "mirrored version of 1306B"
            ]
        },
        {
            "codepoint": "1306D",
            "name": "EGYPTIAN HIEROGLYPH C016",
            "comments": [
                "logogram (Atum) : ꞽtmw"
            ]
        },
        {
            "codepoint": "1306E",
            "name": "EGYPTIAN HIEROGLYPH C017",
            "comments": [
                "classifier Montu (divinity)"
            ]
        },
        {
            "codepoint": "1306F",
            "name": "EGYPTIAN HIEROGLYPH C018",
            "comments": [
                "classifier Tatenen : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "13070",
            "name": "EGYPTIAN HIEROGLYPH C019",
            "comments": [
                "classifier Ptah : ptḥ"
            ]
        },
        {
            "codepoint": "13071",
            "name": "EGYPTIAN HIEROGLYPH C020",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "13072",
            "name": "EGYPTIAN HIEROGLYPH C021",
            "comments": [
                "phonemogram : bs"
            ]
        },
        {
            "codepoint": "13073",
            "name": "EGYPTIAN HIEROGLYPH C022",
            "comments": [
                "classifier moon : ꞽꜥḥ"
            ]
        },
        {
            "codepoint": "13074",
            "name": "EGYPTIAN HIEROGLYPH C023",
            "comments": [
                "logogram (Sekhmet) : sḫm.t"
            ]
        },
        {
            "codepoint": "13075",
            "name": "EGYPTIAN HIEROGLYPH C024",
            "comments": [
                "logogram (Neith) : n.t"
            ]
        },
        {
            "codepoint": "13076",
            "name": "EGYPTIAN HIEROGLYPH D001",
            "comments": [
                "logogram (head) : tp"
            ]
        },
        {
            "codepoint": "13077",
            "name": "EGYPTIAN HIEROGLYPH D002",
            "comments": [
                "phonemogram : ḥr"
            ]
        },
        {
            "codepoint": "13078",
            "name": "EGYPTIAN HIEROGLYPH D003",
            "comments": [
                "classifier hair"
            ]
        },
        {
            "codepoint": "13079",
            "name": "EGYPTIAN HIEROGLYPH D004",
            "comments": [
                "phonemogram : ꞽr"
            ]
        },
        {
            "codepoint": "1307A",
            "name": "EGYPTIAN HIEROGLYPH D005",
            "comments": [
                "classifier eye related actions : dgꞽ"
            ]
        },
        {
            "codepoint": "1307B",
            "name": "EGYPTIAN HIEROGLYPH D006",
            "comments": [
                "classifier eye related actions : dgꞽ"
            ]
        },
        {
            "codepoint": "1307C",
            "name": "EGYPTIAN HIEROGLYPH D007",
            "comments": [
                "phonemogram : ꜥntyw"
            ]
        },
        {
            "codepoint": "1307D",
            "name": "EGYPTIAN HIEROGLYPH D008",
            "comments": [
                "phonemogram : ꜥn"
            ]
        },
        {
            "codepoint": "1307E",
            "name": "EGYPTIAN HIEROGLYPH D008A",
            "comments": [
                "phonemogram : ꜥn"
            ]
        },
        {
            "codepoint": "1307F",
            "name": "EGYPTIAN HIEROGLYPH D009",
            "comments": [
                "logogram (to weep) : rmꞽ"
            ]
        },
        {
            "codepoint": "13080",
            "name": "EGYPTIAN HIEROGLYPH D010",
            "comments": [
                "logogram (Udjat eye) : wḏꜣ.t"
            ]
        },
        {
            "codepoint": "13081",
            "name": "EGYPTIAN HIEROGLYPH D011",
            "comments": [
                "logogram 1/2"
            ]
        },
        {
            "codepoint": "13082",
            "name": "EGYPTIAN HIEROGLYPH D012",
            "comments": [
                "not to be confused with 131F3 or 133F8",
                "1/4",
                "classifier pupil : ḏfḏ"
            ]
        },
        {
            "codepoint": "13083",
            "name": "EGYPTIAN HIEROGLYPH D013",
            "comments": [
                "1/8",
                "classifier eyebrow : ꞽnḥ"
            ]
        },
        {
            "codepoint": "13084",
            "name": "EGYPTIAN HIEROGLYPH D014",
            "comments": [
                "logogram 1/16"
            ]
        },
        {
            "codepoint": "13085",
            "name": "EGYPTIAN HIEROGLYPH D015",
            "comments": [
                "logogram 1/32"
            ]
        },
        {
            "codepoint": "13086",
            "name": "EGYPTIAN HIEROGLYPH D016",
            "comments": [
                "logogram 1/64"
            ]
        },
        {
            "codepoint": "13087",
            "name": "EGYPTIAN HIEROGLYPH D017",
            "comments": [
                "logogram (figure, image) : tꞽ.t"
            ]
        },
        {
            "codepoint": "13088",
            "name": "EGYPTIAN HIEROGLYPH D018",
            "comments": [
                "logogram (ear) : msḏr"
            ]
        },
        {
            "codepoint": "13089",
            "name": "EGYPTIAN HIEROGLYPH D019",
            "comments": [
                "classifier nose : šr.t"
            ]
        },
        {
            "codepoint": "1308A",
            "name": "EGYPTIAN HIEROGLYPH D020",
            "comments": [
                "classifier nose : fnḏ"
            ]
        },
        {
            "codepoint": "1308B",
            "name": "EGYPTIAN HIEROGLYPH D021",
            "comments": [
                "mouth",
                "not to be confused with 133AB",
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "1308C",
            "name": "EGYPTIAN HIEROGLYPH D022",
            "comments": [
                "logogram (2/3) : r.wy"
            ]
        },
        {
            "codepoint": "1308D",
            "name": "EGYPTIAN HIEROGLYPH D023",
            "comments": [
                "logogram (3/4) : ḫmt-r.w"
            ]
        },
        {
            "codepoint": "1308E",
            "name": "EGYPTIAN HIEROGLYPH D024",
            "comments": [
                "classifier lip, border, edge : sp.t"
            ]
        },
        {
            "codepoint": "1308F",
            "name": "EGYPTIAN HIEROGLYPH D025",
            "comments": [
                "logogram (lips) : sp.ty"
            ]
        },
        {
            "codepoint": "13090",
            "name": "EGYPTIAN HIEROGLYPH D026",
            "comments": [
                "classifier blood : snf"
            ]
        },
        {
            "codepoint": "13091",
            "name": "EGYPTIAN HIEROGLYPH D027",
            "comments": [
                "classifier breast : mnḏ"
            ],
            "variations": [
                "13091 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13092",
            "name": "EGYPTIAN HIEROGLYPH D027A"
        },
        {
            "codepoint": "13093",
            "name": "EGYPTIAN HIEROGLYPH D028",
            "comments": [
                "logogram (spirit, essence) : kꜣ"
            ],
            "variations": [
                "13093 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13094",
            "name": "EGYPTIAN HIEROGLYPH D029",
            "comments": [
                "logogram (spirit, essence) : kꜣ"
            ]
        },
        {
            "codepoint": "13095",
            "name": "EGYPTIAN HIEROGLYPH D030",
            "comments": [
                "classifier Nehebkau : nḥb-kꜣ.w"
            ]
        },
        {
            "codepoint": "13096",
            "name": "EGYPTIAN HIEROGLYPH D031",
            "comments": [
                "logogram (mortuary priest) : ḥm-kꜣ"
            ]
        },
        {
            "codepoint": "13097",
            "name": "EGYPTIAN HIEROGLYPH D031A",
            "comments": [
                "logogram (mortuary priest) : ḥm-kꜣ"
            ]
        },
        {
            "codepoint": "13098",
            "name": "EGYPTIAN HIEROGLYPH D032",
            "comments": [
                "classifier enveloping, embracing, uniting"
            ]
        },
        {
            "codepoint": "13099",
            "name": "EGYPTIAN HIEROGLYPH D033",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "1309A",
            "name": "EGYPTIAN HIEROGLYPH D034",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "1309B",
            "name": "EGYPTIAN HIEROGLYPH D034A",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "1309C",
            "name": "EGYPTIAN HIEROGLYPH D035",
            "comments": [
                "logogram (negative particle) : n"
            ]
        },
        {
            "codepoint": "1309D",
            "name": "EGYPTIAN HIEROGLYPH D036",
            "comments": [
                "transliterated as A725",
                "phonemogram : ꜥ"
            ],
            "crossReferences": [
                "(hebrew letter ayin - 05E2)",
                "(arabic letter ain - 0639)"
            ]
        },
        {
            "codepoint": "1309E",
            "name": "EGYPTIAN HIEROGLYPH D037",
            "comments": [
                "phonemogram : ḏꞽ > dꞽ"
            ]
        },
        {
            "codepoint": "1309F",
            "name": "EGYPTIAN HIEROGLYPH D038",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "130A0",
            "name": "EGYPTIAN HIEROGLYPH D039",
            "comments": [
                "logogram (to offer, to present) : ḥnk"
            ]
        },
        {
            "codepoint": "130A1",
            "name": "EGYPTIAN HIEROGLYPH D040",
            "comments": [
                "classifier force, effort"
            ]
        },
        {
            "codepoint": "130A2",
            "name": "EGYPTIAN HIEROGLYPH D041",
            "comments": [
                "classifier arm related movements or actions"
            ]
        },
        {
            "codepoint": "130A3",
            "name": "EGYPTIAN HIEROGLYPH D042",
            "comments": [
                "logogram (cubit) : mḥ"
            ]
        },
        {
            "codepoint": "130A4",
            "name": "EGYPTIAN HIEROGLYPH D043",
            "comments": [
                "logogram (to protect) : ḫwꞽ"
            ]
        },
        {
            "codepoint": "130A5",
            "name": "EGYPTIAN HIEROGLYPH D044",
            "comments": [
                "classifier governing/controlling : ḫrp"
            ]
        },
        {
            "codepoint": "130A6",
            "name": "EGYPTIAN HIEROGLYPH D045",
            "comments": [
                "logogram (to make holy) : ḏsr"
            ]
        },
        {
            "codepoint": "130A7",
            "name": "EGYPTIAN HIEROGLYPH D046",
            "comments": [
                "phonemogram : d"
            ]
        },
        {
            "codepoint": "130A8",
            "name": "EGYPTIAN HIEROGLYPH D046A",
            "comments": [
                "logogram (scent, perfume, dew) : ꞽd.t"
            ]
        },
        {
            "codepoint": "130A9",
            "name": "EGYPTIAN HIEROGLYPH D047",
            "comments": [
                "classifier hand : ḏr.t"
            ]
        },
        {
            "codepoint": "130AA",
            "name": "EGYPTIAN HIEROGLYPH D048",
            "comments": [
                "logogram (palm) : šsp"
            ]
        },
        {
            "codepoint": "130AB",
            "name": "EGYPTIAN HIEROGLYPH D048A",
            "comments": [
                "phono-repeater : ḥnt"
            ]
        },
        {
            "codepoint": "130AC",
            "name": "EGYPTIAN HIEROGLYPH D049",
            "comments": [
                "classifier grasping/holding : ꜣmm"
            ]
        },
        {
            "codepoint": "130AD",
            "name": "EGYPTIAN HIEROGLYPH D050",
            "comments": [
                "not to be confused with 130B7",
                "10000",
                "logogram (finger) : ḏbꜥ"
            ]
        },
        {
            "codepoint": "130AE",
            "name": "EGYPTIAN HIEROGLYPH D050A",
            "comments": [
                "\\20000"
            ]
        },
        {
            "codepoint": "130AF",
            "name": "EGYPTIAN HIEROGLYPH D050B",
            "comments": [
                "\\30000"
            ]
        },
        {
            "codepoint": "130B0",
            "name": "EGYPTIAN HIEROGLYPH D050C",
            "comments": [
                "\\40000"
            ]
        },
        {
            "codepoint": "130B1",
            "name": "EGYPTIAN HIEROGLYPH D050D",
            "comments": [
                "\\50000"
            ]
        },
        {
            "codepoint": "130B2",
            "name": "EGYPTIAN HIEROGLYPH D050E",
            "comments": [
                "\\60000"
            ]
        },
        {
            "codepoint": "130B3",
            "name": "EGYPTIAN HIEROGLYPH D050F",
            "comments": [
                "\\70000"
            ]
        },
        {
            "codepoint": "130B4",
            "name": "EGYPTIAN HIEROGLYPH D050G",
            "comments": [
                "\\80000"
            ]
        },
        {
            "codepoint": "130B5",
            "name": "EGYPTIAN HIEROGLYPH D050H",
            "comments": [
                "\\90000"
            ]
        },
        {
            "codepoint": "130B6",
            "name": "EGYPTIAN HIEROGLYPH D050I",
            "comments": [
                "\\50000"
            ]
        },
        {
            "codepoint": "130B7",
            "name": "EGYPTIAN HIEROGLYPH D051",
            "comments": [
                "not to be confused with 130AD",
                "classifier taking : ṯꜣꞽ"
            ]
        },
        {
            "codepoint": "130B8",
            "name": "EGYPTIAN HIEROGLYPH D052",
            "comments": [
                "phonemogram : bꜣḥ"
            ]
        },
        {
            "codepoint": "130B9",
            "name": "EGYPTIAN HIEROGLYPH D052A",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "130BA",
            "name": "EGYPTIAN HIEROGLYPH D053",
            "comments": [
                "phonemogram : bꜣḥ"
            ]
        },
        {
            "codepoint": "130BB",
            "name": "EGYPTIAN HIEROGLYPH D054",
            "comments": [
                "classifier movement"
            ]
        },
        {
            "codepoint": "130BC",
            "name": "EGYPTIAN HIEROGLYPH D054A",
            "comments": [
                "logogram (to come) : ꞽwꞽ"
            ]
        },
        {
            "codepoint": "130BD",
            "name": "EGYPTIAN HIEROGLYPH D055",
            "comments": [
                "classifier reverse movement"
            ]
        },
        {
            "codepoint": "130BE",
            "name": "EGYPTIAN HIEROGLYPH D056",
            "comments": [
                "classifier leg/foot : rd"
            ]
        },
        {
            "codepoint": "130BF",
            "name": "EGYPTIAN HIEROGLYPH D057",
            "comments": [
                "classifier damage, injury : nkn"
            ]
        },
        {
            "codepoint": "130C0",
            "name": "EGYPTIAN HIEROGLYPH D058",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "130C1",
            "name": "EGYPTIAN HIEROGLYPH D059",
            "comments": [
                "phonemogram : ꜥb"
            ]
        },
        {
            "codepoint": "130C2",
            "name": "EGYPTIAN HIEROGLYPH D060",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "130C3",
            "name": "EGYPTIAN HIEROGLYPH D061",
            "comments": [
                "phono-repeater : sꜣḥ"
            ]
        },
        {
            "codepoint": "130C4",
            "name": "EGYPTIAN HIEROGLYPH D062",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "130C5",
            "name": "EGYPTIAN HIEROGLYPH D063",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "130C6",
            "name": "EGYPTIAN HIEROGLYPH D064",
            "comments": [
                "logogram (hand) : ḏr.t"
            ]
        },
        {
            "codepoint": "130C7",
            "name": "EGYPTIAN HIEROGLYPH D065",
            "comments": [
                "logogram (child, son, lad) : šrꞽ"
            ]
        },
        {
            "codepoint": "130C8",
            "name": "EGYPTIAN HIEROGLYPH D066",
            "comments": [
                "classifier to engrave : wdꞽ"
            ]
        },
        {
            "codepoint": "130C9",
            "name": "EGYPTIAN HIEROGLYPH D067",
            "comments": [
                "1 heqat measure",
                "not to be confused with 13212"
            ]
        },
        {
            "codepoint": "130CA",
            "name": "EGYPTIAN HIEROGLYPH D067A",
            "comments": [
                "2 heqat measures"
            ]
        },
        {
            "codepoint": "130CB",
            "name": "EGYPTIAN HIEROGLYPH D067B",
            "comments": [
                "3 heqat measures"
            ]
        },
        {
            "codepoint": "130CC",
            "name": "EGYPTIAN HIEROGLYPH D067C",
            "comments": [
                "4 heqat measures"
            ]
        },
        {
            "codepoint": "130CD",
            "name": "EGYPTIAN HIEROGLYPH D067D",
            "comments": [
                "5 heqat measures"
            ]
        },
        {
            "codepoint": "130CE",
            "name": "EGYPTIAN HIEROGLYPH D067E",
            "comments": [
                "6 heqat measures"
            ]
        },
        {
            "codepoint": "130CF",
            "name": "EGYPTIAN HIEROGLYPH D067F",
            "comments": [
                "7 heqat measures"
            ]
        },
        {
            "codepoint": "130D0",
            "name": "EGYPTIAN HIEROGLYPH D067G",
            "comments": [
                "8 heqat measures"
            ]
        },
        {
            "codepoint": "130D1",
            "name": "EGYPTIAN HIEROGLYPH D067H",
            "comments": [
                "9 heqat measures"
            ]
        },
        {
            "codepoint": "130D2",
            "name": "EGYPTIAN HIEROGLYPH E001",
            "comments": [
                "not to be confused with 130FD",
                "logogram (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "130D3",
            "name": "EGYPTIAN HIEROGLYPH E002",
            "comments": [
                "classifier rage/aggression : smꜣ"
            ]
        },
        {
            "codepoint": "130D4",
            "name": "EGYPTIAN HIEROGLYPH E003",
            "comments": [
                "classifier calf : bḥs"
            ]
        },
        {
            "codepoint": "130D5",
            "name": "EGYPTIAN HIEROGLYPH E004",
            "comments": [
                "classifier cow divinity : mḥ.yt"
            ]
        },
        {
            "codepoint": "130D6",
            "name": "EGYPTIAN HIEROGLYPH E005",
            "comments": [
                "classifier concern : ꜣms"
            ]
        },
        {
            "codepoint": "130D7",
            "name": "EGYPTIAN HIEROGLYPH E006",
            "comments": [
                "logogram (span (of horses)/horse) : ḥtr"
            ]
        },
        {
            "codepoint": "130D8",
            "name": "EGYPTIAN HIEROGLYPH E007",
            "comments": [
                "classifier donkey/ass : ꜥꜣ"
            ]
        },
        {
            "codepoint": "130D9",
            "name": "EGYPTIAN HIEROGLYPH E008",
            "comments": [
                "logogram (kid) : ꞽb"
            ]
        },
        {
            "codepoint": "130DA",
            "name": "EGYPTIAN HIEROGLYPH E008A",
            "comments": [
                "phono-repeater : ꞽb"
            ]
        },
        {
            "codepoint": "130DB",
            "name": "EGYPTIAN HIEROGLYPH E009",
            "comments": [
                "phonemogram : ꞽw"
            ]
        },
        {
            "codepoint": "130DC",
            "name": "EGYPTIAN HIEROGLYPH E009A",
            "comments": [
                "classifier cow (cow of the sky) : ꞽh.t"
            ]
        },
        {
            "codepoint": "130DD",
            "name": "EGYPTIAN HIEROGLYPH E010",
            "comments": [
                "classifier ram : bꜣ"
            ]
        },
        {
            "codepoint": "130DE",
            "name": "EGYPTIAN HIEROGLYPH E011",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "130DF",
            "name": "EGYPTIAN HIEROGLYPH E012",
            "comments": [
                "classifier pig : ꞽpḥ"
            ]
        },
        {
            "codepoint": "130E0",
            "name": "EGYPTIAN HIEROGLYPH E013",
            "comments": [
                "phonemogram : mꞽ"
            ]
        },
        {
            "codepoint": "130E1",
            "name": "EGYPTIAN HIEROGLYPH E014",
            "comments": [
                "classifier dog/hound : ṯsm"
            ]
        },
        {
            "codepoint": "130E2",
            "name": "EGYPTIAN HIEROGLYPH E015",
            "comments": [
                "logogram (Anubis) : ꞽnp.w"
            ]
        },
        {
            "codepoint": "130E3",
            "name": "EGYPTIAN HIEROGLYPH E016",
            "comments": [
                "logogram (privy to the secrets) : ḥr.y-sštꜣ"
            ]
        },
        {
            "codepoint": "130E4",
            "name": "EGYPTIAN HIEROGLYPH E016A",
            "comments": [
                "classifier Anubis : ꞽnp.w"
            ]
        },
        {
            "codepoint": "130E5",
            "name": "EGYPTIAN HIEROGLYPH E017",
            "comments": [
                "phonemogram : sꜣb"
            ]
        },
        {
            "codepoint": "130E6",
            "name": "EGYPTIAN HIEROGLYPH E017A",
            "comments": [
                "phonemogram : sṯꜣ"
            ]
        },
        {
            "codepoint": "130E7",
            "name": "EGYPTIAN HIEROGLYPH E018",
            "comments": [
                "logogram (Wepwawet) : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "130E8",
            "name": "EGYPTIAN HIEROGLYPH E019",
            "comments": [
                "classifier Wepwawet : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "130E9",
            "name": "EGYPTIAN HIEROGLYPH E020",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "130EA",
            "name": "EGYPTIAN HIEROGLYPH E020A"
        },
        {
            "codepoint": "130EB",
            "name": "EGYPTIAN HIEROGLYPH E021",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "130EC",
            "name": "EGYPTIAN HIEROGLYPH E022",
            "comments": [
                "classifier (lion) : mꜣꞽ"
            ]
        },
        {
            "codepoint": "130ED",
            "name": "EGYPTIAN HIEROGLYPH E023",
            "comments": [
                "phonemogram : rw"
            ]
        },
        {
            "codepoint": "130EE",
            "name": "EGYPTIAN HIEROGLYPH E024",
            "comments": [
                "classifier leopard : ꜣby"
            ]
        },
        {
            "codepoint": "130EF",
            "name": "EGYPTIAN HIEROGLYPH E025",
            "comments": [
                "classifier hippopotamus : ḫꜣb"
            ]
        },
        {
            "codepoint": "130F0",
            "name": "EGYPTIAN HIEROGLYPH E026",
            "comments": [
                "classifier elephant : ꜣbw"
            ]
        },
        {
            "codepoint": "130F1",
            "name": "EGYPTIAN HIEROGLYPH E027",
            "comments": [
                "classifier to fortell : sr"
            ]
        },
        {
            "codepoint": "130F2",
            "name": "EGYPTIAN HIEROGLYPH E028",
            "comments": [
                "classifier oryx : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "130F3",
            "name": "EGYPTIAN HIEROGLYPH E028A",
            "comments": [
                "logogram (Oryx nome, 16th nome of Upper Egypt) : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "130F4",
            "name": "EGYPTIAN HIEROGLYPH E029",
            "comments": [
                "classifier gazelle : gḥs"
            ]
        },
        {
            "codepoint": "130F5",
            "name": "EGYPTIAN HIEROGLYPH E030",
            "comments": [
                "classifier ibex : n(ꞽ)ꜣw"
            ]
        },
        {
            "codepoint": "130F6",
            "name": "EGYPTIAN HIEROGLYPH E031",
            "comments": [
                "logogram (rank, diginity) : sꜥḥ"
            ]
        },
        {
            "codepoint": "130F7",
            "name": "EGYPTIAN HIEROGLYPH E032",
            "comments": [
                "classifier rage, fury : ḳnd"
            ]
        },
        {
            "codepoint": "130F8",
            "name": "EGYPTIAN HIEROGLYPH E033",
            "comments": [
                "classifier monkey : gf"
            ]
        },
        {
            "codepoint": "130F9",
            "name": "EGYPTIAN HIEROGLYPH E034",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "130FA",
            "name": "EGYPTIAN HIEROGLYPH E034A",
            "comments": [
                "stylistic variant, use of 130F9 is preferred"
            ]
        },
        {
            "codepoint": "130FB",
            "name": "EGYPTIAN HIEROGLYPH E036",
            "comments": [
                "classifier monkey (divinity) : wpt"
            ]
        },
        {
            "codepoint": "130FC",
            "name": "EGYPTIAN HIEROGLYPH E037",
            "comments": [
                "logogram (symbol of the cycle of time) : wnšb"
            ]
        },
        {
            "codepoint": "130FD",
            "name": "EGYPTIAN HIEROGLYPH E038",
            "comments": [
                "cow",
                "not to be confused with 130D2"
            ]
        },
        {
            "codepoint": "130FE",
            "name": "EGYPTIAN HIEROGLYPH F001",
            "comments": [
                "classifier bull, ox, cattle : kꜣ"
            ]
        },
        {
            "codepoint": "130FF",
            "name": "EGYPTIAN HIEROGLYPH F001A",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "13100",
            "name": "EGYPTIAN HIEROGLYPH F002",
            "comments": [
                "classifier rage/aggression : ḏnd"
            ]
        },
        {
            "codepoint": "13101",
            "name": "EGYPTIAN HIEROGLYPH F003",
            "comments": [
                "phonemogram : ꜣt"
            ]
        },
        {
            "codepoint": "13102",
            "name": "EGYPTIAN HIEROGLYPH F004",
            "comments": [
                "logogram (beginning, front) : ḥꜣ.t"
            ]
        },
        {
            "codepoint": "13103",
            "name": "EGYPTIAN HIEROGLYPH F005",
            "comments": [
                "phonemogram : šsꜣ"
            ]
        },
        {
            "codepoint": "13104",
            "name": "EGYPTIAN HIEROGLYPH F006",
            "comments": [
                "phonemogram : šsꜣ"
            ]
        },
        {
            "codepoint": "13105",
            "name": "EGYPTIAN HIEROGLYPH F007",
            "comments": [
                "classifier worth, dignity, renown : šfšf.yt"
            ]
        },
        {
            "codepoint": "13106",
            "name": "EGYPTIAN HIEROGLYPH F008",
            "comments": [
                "logogram (worth, dignity, renown) : šf.yt"
            ]
        },
        {
            "codepoint": "13107",
            "name": "EGYPTIAN HIEROGLYPH F009",
            "comments": [
                "logogram (strength) : pḥ.ty"
            ]
        },
        {
            "codepoint": "13108",
            "name": "EGYPTIAN HIEROGLYPH F010",
            "comments": [
                "classifier throat associated action : sꜥm"
            ]
        },
        {
            "codepoint": "13109",
            "name": "EGYPTIAN HIEROGLYPH F011",
            "comments": [
                "classifier throat associated action : ꜥm"
            ]
        },
        {
            "codepoint": "1310A",
            "name": "EGYPTIAN HIEROGLYPH F012",
            "comments": [
                "phonemogram : wsr"
            ]
        },
        {
            "codepoint": "1310B",
            "name": "EGYPTIAN HIEROGLYPH F013",
            "comments": [
                "phonemogram : wp"
            ]
        },
        {
            "codepoint": "1310C",
            "name": "EGYPTIAN HIEROGLYPH F013A",
            "comments": [
                "stylistic variant, use of 1310B is preferred"
            ]
        },
        {
            "codepoint": "1310D",
            "name": "EGYPTIAN HIEROGLYPH F014",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "1310E",
            "name": "EGYPTIAN HIEROGLYPH F015",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "1310F",
            "name": "EGYPTIAN HIEROGLYPH F016",
            "comments": [
                "logogram (horn) : ꜥb"
            ],
            "variations": [
                "1310F FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13110",
            "name": "EGYPTIAN HIEROGLYPH F017",
            "comments": [
                "logogram purification : ꜥb.w"
            ]
        },
        {
            "codepoint": "13111",
            "name": "EGYPTIAN HIEROGLYPH F018",
            "comments": [
                "phonemogram : ḥ"
            ]
        },
        {
            "codepoint": "13112",
            "name": "EGYPTIAN HIEROGLYPH F019",
            "comments": [
                "classifier jaw : ꜥr"
            ]
        },
        {
            "codepoint": "13113",
            "name": "EGYPTIAN HIEROGLYPH F020",
            "comments": [
                "logogram (tongue) : ns"
            ]
        },
        {
            "codepoint": "13114",
            "name": "EGYPTIAN HIEROGLYPH F021",
            "comments": [
                "logogram (ear) : msḏr"
            ]
        },
        {
            "codepoint": "13115",
            "name": "EGYPTIAN HIEROGLYPH F021A",
            "comments": [
                "from hieratic",
                "logogram to hear, to listen"
            ]
        },
        {
            "codepoint": "13116",
            "name": "EGYPTIAN HIEROGLYPH F022",
            "comments": [
                "phonemogram : pḥ"
            ]
        },
        {
            "codepoint": "13117",
            "name": "EGYPTIAN HIEROGLYPH F023",
            "comments": [
                "classifier foreleg/arm : ḫpš"
            ],
            "variations": [
                "13117 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13118",
            "name": "EGYPTIAN HIEROGLYPH F024",
            "comments": [
                "mirrored version of 13117",
                "classifier foreleg/arm : ḫpš"
            ]
        },
        {
            "codepoint": "13119",
            "name": "EGYPTIAN HIEROGLYPH F025",
            "comments": [
                "phonemogram : wḥm"
            ]
        },
        {
            "codepoint": "1311A",
            "name": "EGYPTIAN HIEROGLYPH F026",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "1311B",
            "name": "EGYPTIAN HIEROGLYPH F027",
            "comments": [
                "classifier animal : ṯsm"
            ]
        },
        {
            "codepoint": "1311C",
            "name": "EGYPTIAN HIEROGLYPH F028",
            "comments": [
                "logogram (dappled, many-coloured) : sꜣb"
            ],
            "variations": [
                "1311C FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1311D",
            "name": "EGYPTIAN HIEROGLYPH F029",
            "comments": [
                "phonemogram : st"
            ]
        },
        {
            "codepoint": "1311E",
            "name": "EGYPTIAN HIEROGLYPH F030",
            "comments": [
                "phonemogram : šd"
            ]
        },
        {
            "codepoint": "1311F",
            "name": "EGYPTIAN HIEROGLYPH F031",
            "comments": [
                "phonemogram : ms"
            ]
        },
        {
            "codepoint": "13120",
            "name": "EGYPTIAN HIEROGLYPH F031A",
            "comments": [
                "cursive variant of 1311F",
                "phonemogram : ms"
            ]
        },
        {
            "codepoint": "13121",
            "name": "EGYPTIAN HIEROGLYPH F032",
            "comments": [
                "transliterated as 1E96",
                "logogram (belly, body) : ẖ.t"
            ],
            "variations": [
                "13121 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13122",
            "name": "EGYPTIAN HIEROGLYPH F033",
            "comments": [
                "phonemogram : sd"
            ]
        },
        {
            "codepoint": "13123",
            "name": "EGYPTIAN HIEROGLYPH F034",
            "comments": [
                "logogram (heart, mind, wish) : ꞽb"
            ]
        },
        {
            "codepoint": "13124",
            "name": "EGYPTIAN HIEROGLYPH F035",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13125",
            "name": "EGYPTIAN HIEROGLYPH F036",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13126",
            "name": "EGYPTIAN HIEROGLYPH F037",
            "comments": [
                "classifier spine, vertebrae : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "13127",
            "name": "EGYPTIAN HIEROGLYPH F037A",
            "comments": [
                "logogram (to cut) : šꜥd"
            ],
            "variations": [
                "13127 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13128",
            "name": "EGYPTIAN HIEROGLYPH F038",
            "comments": [
                "classifier back, backbone : psḏ"
            ]
        },
        {
            "codepoint": "13129",
            "name": "EGYPTIAN HIEROGLYPH F038A"
        },
        {
            "codepoint": "1312A",
            "name": "EGYPTIAN HIEROGLYPH F039",
            "comments": [
                "phonemogram : ꞽmꜣḫ"
            ]
        },
        {
            "codepoint": "1312B",
            "name": "EGYPTIAN HIEROGLYPH F040",
            "comments": [
                "logogram (to be long, to stretch out) : ꜣwꞽ"
            ]
        },
        {
            "codepoint": "1312C",
            "name": "EGYPTIAN HIEROGLYPH F041",
            "comments": [
                "classifier slaughter/evil : šꜥ.t"
            ]
        },
        {
            "codepoint": "1312D",
            "name": "EGYPTIAN HIEROGLYPH F042",
            "comments": [
                "classifier rib : spr"
            ]
        },
        {
            "codepoint": "1312E",
            "name": "EGYPTIAN HIEROGLYPH F043",
            "comments": [
                "classifier ribs (meat of ribs) : spḥ.t"
            ]
        },
        {
            "codepoint": "1312F",
            "name": "EGYPTIAN HIEROGLYPH F044",
            "comments": [
                "phono-repeater : ꞽwꜥ"
            ]
        },
        {
            "codepoint": "13130",
            "name": "EGYPTIAN HIEROGLYPH F045",
            "comments": [
                "logogram (uterus, womb) : ꞽd.t"
            ]
        },
        {
            "codepoint": "13131",
            "name": "EGYPTIAN HIEROGLYPH F045A",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13132",
            "name": "EGYPTIAN HIEROGLYPH F046",
            "comments": [
                "logogram (to go round, to turn round) : pẖr"
            ],
            "variations": [
                "13132 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13133",
            "name": "EGYPTIAN HIEROGLYPH F046A",
            "comments": [
                "rotated version of 13132",
                "logogram (to go round, to turn round) : pẖr"
            ]
        },
        {
            "codepoint": "13134",
            "name": "EGYPTIAN HIEROGLYPH F047",
            "comments": [
                "mirrored version of 13132",
                "classifier winding, intestine : ḳ(ꜣ)b"
            ]
        },
        {
            "codepoint": "13135",
            "name": "EGYPTIAN HIEROGLYPH F047A",
            "comments": [
                "mirrored version of 13133",
                "logogram (to go round, to turn round) : pẖr"
            ]
        },
        {
            "codepoint": "13136",
            "name": "EGYPTIAN HIEROGLYPH F048",
            "comments": [
                "logogram (to go round, to turn round) : pẖr"
            ]
        },
        {
            "codepoint": "13137",
            "name": "EGYPTIAN HIEROGLYPH F049",
            "comments": [
                "mirrored version of 13136",
                "phono-repeater : wḏb"
            ]
        },
        {
            "codepoint": "13138",
            "name": "EGYPTIAN HIEROGLYPH F050",
            "comments": [
                "phonemogram : spẖr"
            ]
        },
        {
            "codepoint": "13139",
            "name": "EGYPTIAN HIEROGLYPH F051",
            "comments": [
                "phonemogram : f"
            ],
            "variations": [
                "13139 FE00 rotated 90 degrees",
                "13139 FE01 rotated 180 degrees",
                "13139 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1313A",
            "name": "EGYPTIAN HIEROGLYPH F051A",
            "comments": [
                "classifier part of a body : ḥꜥ.w"
            ]
        },
        {
            "codepoint": "1313B",
            "name": "EGYPTIAN HIEROGLYPH F051B",
            "comments": [
                "variant of 1313A",
                "logogram (limbs, body) : ḥꜥ.w"
            ]
        },
        {
            "codepoint": "1313C",
            "name": "EGYPTIAN HIEROGLYPH F051C",
            "comments": [
                "rotated version of 13139"
            ]
        },
        {
            "codepoint": "1313D",
            "name": "EGYPTIAN HIEROGLYPH F052",
            "comments": [
                "classifier excrement : ḥs"
            ]
        },
        {
            "codepoint": "1313E",
            "name": "EGYPTIAN HIEROGLYPH F053",
            "comments": [
                "phonemogram : mdw"
            ]
        },
        {
            "codepoint": "1313F",
            "name": "EGYPTIAN HIEROGLYPH G001",
            "comments": [
                "Egyptian vulture, Egyptological alef",
                "not to be confused with 13142",
                "transliterated as A723",
                "phonemogram : ꜣ"
            ],
            "crossReferences": [
                "(hebrew letter alef - 05D0)",
                "(arabic letter alef with hamza above - 0623)"
            ]
        },
        {
            "codepoint": "13140",
            "name": "EGYPTIAN HIEROGLYPH G002",
            "comments": [
                "phonemogram : ꜣꜣ"
            ]
        },
        {
            "codepoint": "13141",
            "name": "EGYPTIAN HIEROGLYPH G003",
            "comments": [
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "13142",
            "name": "EGYPTIAN HIEROGLYPH G004",
            "comments": [
                "not to be confused with 1313F",
                "phonemogram : tyw"
            ]
        },
        {
            "codepoint": "13143",
            "name": "EGYPTIAN HIEROGLYPH G005",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13144",
            "name": "EGYPTIAN HIEROGLYPH G006",
            "comments": [
                "classifier falcon : bꞽk"
            ]
        },
        {
            "codepoint": "13145",
            "name": "EGYPTIAN HIEROGLYPH G006A",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13146",
            "name": "EGYPTIAN HIEROGLYPH G007",
            "comments": [
                "classifier divine beings/divine things"
            ]
        },
        {
            "codepoint": "13147",
            "name": "EGYPTIAN HIEROGLYPH G007A",
            "comments": [
                "logogram (Nemty (divinity)) : nmty"
            ]
        },
        {
            "codepoint": "13148",
            "name": "EGYPTIAN HIEROGLYPH G007B",
            "comments": [
                "logogram nmty (Nemty (divinity))"
            ]
        },
        {
            "codepoint": "13149",
            "name": "EGYPTIAN HIEROGLYPH G008",
            "comments": [
                "logogram (golden Horus) : ḥr-nbw"
            ]
        },
        {
            "codepoint": "1314A",
            "name": "EGYPTIAN HIEROGLYPH G009",
            "comments": [
                "logogram (Re-Hor (usually in rꜥ-ḥr-ꜣḫ.ty) : rꜥ-ḥr"
            ]
        },
        {
            "codepoint": "1314B",
            "name": "EGYPTIAN HIEROGLYPH G010",
            "comments": [
                "classifier bark of Sokar : ḥnw"
            ]
        },
        {
            "codepoint": "1314C",
            "name": "EGYPTIAN HIEROGLYPH G011",
            "comments": [
                "classifier cult image : ꜥẖm"
            ]
        },
        {
            "codepoint": "1314D",
            "name": "EGYPTIAN HIEROGLYPH G011A"
        },
        {
            "codepoint": "1314E",
            "name": "EGYPTIAN HIEROGLYPH G012",
            "comments": [
                "classifier cult image : ꜥẖm"
            ]
        },
        {
            "codepoint": "1314F",
            "name": "EGYPTIAN HIEROGLYPH G013",
            "comments": [
                "classifier falcon divinity : spd(.w)"
            ]
        },
        {
            "codepoint": "13150",
            "name": "EGYPTIAN HIEROGLYPH G014",
            "comments": [
                "logogram (mother) : mw.t"
            ]
        },
        {
            "codepoint": "13151",
            "name": "EGYPTIAN HIEROGLYPH G015",
            "comments": [
                "logogram (mother) : mw.t"
            ]
        },
        {
            "codepoint": "13152",
            "name": "EGYPTIAN HIEROGLYPH G016",
            "comments": [
                "logogram (the two ladies (i.e. Nekhbet and Wadjet) : nb.ty"
            ]
        },
        {
            "codepoint": "13153",
            "name": "EGYPTIAN HIEROGLYPH G017",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13154",
            "name": "EGYPTIAN HIEROGLYPH G018",
            "comments": [
                "phonemogram : mm"
            ]
        },
        {
            "codepoint": "13155",
            "name": "EGYPTIAN HIEROGLYPH G019"
        },
        {
            "codepoint": "13156",
            "name": "EGYPTIAN HIEROGLYPH G020",
            "comments": [
                "phonemogram : m-ꜥ"
            ]
        },
        {
            "codepoint": "13157",
            "name": "EGYPTIAN HIEROGLYPH G020A",
            "comments": [
                "phonemogram : mr (ꞽm.y-r)"
            ]
        },
        {
            "codepoint": "13158",
            "name": "EGYPTIAN HIEROGLYPH G021",
            "comments": [
                "phonemogram : nḥ"
            ]
        },
        {
            "codepoint": "13159",
            "name": "EGYPTIAN HIEROGLYPH G022",
            "comments": [
                "phonemogram : ḏb"
            ]
        },
        {
            "codepoint": "1315A",
            "name": "EGYPTIAN HIEROGLYPH G023",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "1315B",
            "name": "EGYPTIAN HIEROGLYPH G024",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "1315C",
            "name": "EGYPTIAN HIEROGLYPH G025",
            "comments": [
                "phonemogram : ꜣḫ"
            ]
        },
        {
            "codepoint": "1315D",
            "name": "EGYPTIAN HIEROGLYPH G026",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "1315E",
            "name": "EGYPTIAN HIEROGLYPH G026A",
            "comments": [
                "classifier ibis : hb"
            ]
        },
        {
            "codepoint": "1315F",
            "name": "EGYPTIAN HIEROGLYPH G027",
            "comments": [
                "logogram (to be red) : dšr"
            ]
        },
        {
            "codepoint": "13160",
            "name": "EGYPTIAN HIEROGLYPH G028",
            "comments": [
                "phonemogram : gm"
            ]
        },
        {
            "codepoint": "13161",
            "name": "EGYPTIAN HIEROGLYPH G029",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "13162",
            "name": "EGYPTIAN HIEROGLYPH G030",
            "comments": [
                "logogram (souls) : bꜣ.w"
            ]
        },
        {
            "codepoint": "13163",
            "name": "EGYPTIAN HIEROGLYPH G031",
            "comments": [
                "classifier heron : bnw"
            ]
        },
        {
            "codepoint": "13164",
            "name": "EGYPTIAN HIEROGLYPH G032",
            "comments": [
                "logogram (to inundate) : bꜥḥ"
            ]
        },
        {
            "codepoint": "13165",
            "name": "EGYPTIAN HIEROGLYPH G033",
            "comments": [
                "phonemogram : sdꜣ"
            ]
        },
        {
            "codepoint": "13166",
            "name": "EGYPTIAN HIEROGLYPH G034",
            "comments": [
                "classifier ostrich : nꞽw"
            ]
        },
        {
            "codepoint": "13167",
            "name": "EGYPTIAN HIEROGLYPH G035",
            "comments": [
                "phonemogram : ꜥḳ"
            ]
        },
        {
            "codepoint": "13168",
            "name": "EGYPTIAN HIEROGLYPH G036",
            "comments": [
                "phonemogram : wr"
            ]
        },
        {
            "codepoint": "13169",
            "name": "EGYPTIAN HIEROGLYPH G036A",
            "comments": [
                "stylistic variant, use of 13168 is preferred"
            ]
        },
        {
            "codepoint": "1316A",
            "name": "EGYPTIAN HIEROGLYPH G037",
            "comments": [
                "classifier negative, bad : ꞽsf.t"
            ]
        },
        {
            "codepoint": "1316B",
            "name": "EGYPTIAN HIEROGLYPH G037A",
            "comments": [
                "stylistic variant, use of 1316A is preferred"
            ]
        },
        {
            "codepoint": "1316C",
            "name": "EGYPTIAN HIEROGLYPH G038",
            "comments": [
                "goose",
                "phonemogram : gb"
            ]
        },
        {
            "codepoint": "1316D",
            "name": "EGYPTIAN HIEROGLYPH G039",
            "comments": [
                "duck",
                "logogram (son) : sꜣ"
            ]
        },
        {
            "codepoint": "1316E",
            "name": "EGYPTIAN HIEROGLYPH G040",
            "comments": [
                "phonemogram : pꜣ"
            ]
        },
        {
            "codepoint": "1316F",
            "name": "EGYPTIAN HIEROGLYPH G041",
            "comments": [
                "phonemogram : ḫn"
            ]
        },
        {
            "codepoint": "13170",
            "name": "EGYPTIAN HIEROGLYPH G042",
            "comments": [
                "phonemogram : ḏfꜣ"
            ]
        },
        {
            "codepoint": "13171",
            "name": "EGYPTIAN HIEROGLYPH G043",
            "comments": [
                "phonemogram : w"
            ]
        },
        {
            "codepoint": "13172",
            "name": "EGYPTIAN HIEROGLYPH G043A",
            "comments": [
                "phonemogram : tw"
            ]
        },
        {
            "codepoint": "13173",
            "name": "EGYPTIAN HIEROGLYPH G044",
            "comments": [
                "phonemogram : ww"
            ]
        },
        {
            "codepoint": "13174",
            "name": "EGYPTIAN HIEROGLYPH G045",
            "comments": [
                "phonemogram : wꜥ"
            ]
        },
        {
            "codepoint": "13175",
            "name": "EGYPTIAN HIEROGLYPH G045A",
            "comments": [
                "phonemogram : dꞽw"
            ]
        },
        {
            "codepoint": "13176",
            "name": "EGYPTIAN HIEROGLYPH G046",
            "comments": [
                "phonemogram : mꜣw"
            ]
        },
        {
            "codepoint": "13177",
            "name": "EGYPTIAN HIEROGLYPH G047",
            "comments": [
                "phonemogram : ṯꜣ"
            ]
        },
        {
            "codepoint": "13178",
            "name": "EGYPTIAN HIEROGLYPH G048",
            "comments": [
                "classifier nest : šš"
            ]
        },
        {
            "codepoint": "13179",
            "name": "EGYPTIAN HIEROGLYPH G049"
        },
        {
            "codepoint": "1317A",
            "name": "EGYPTIAN HIEROGLYPH G050",
            "comments": [
                "phonemogram : rḫ.ty"
            ]
        },
        {
            "codepoint": "1317B",
            "name": "EGYPTIAN HIEROGLYPH G051",
            "comments": [
                "classifier catching fish : ḥꜣm"
            ]
        },
        {
            "codepoint": "1317C",
            "name": "EGYPTIAN HIEROGLYPH G052",
            "comments": [
                "classifier feeding, eating : snm"
            ]
        },
        {
            "codepoint": "1317D",
            "name": "EGYPTIAN HIEROGLYPH G053",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "1317E",
            "name": "EGYPTIAN HIEROGLYPH G054",
            "comments": [
                "phonemogram : snḏ"
            ]
        },
        {
            "codepoint": "1317F",
            "name": "EGYPTIAN HIEROGLYPH H001",
            "comments": [
                "logogram (bird, fowl) : ꜣpd"
            ]
        },
        {
            "codepoint": "13180",
            "name": "EGYPTIAN HIEROGLYPH H002",
            "comments": [
                "phono-repeater : wšm"
            ]
        },
        {
            "codepoint": "13181",
            "name": "EGYPTIAN HIEROGLYPH H003",
            "comments": [
                "phonemogram : pꜣḳ"
            ]
        },
        {
            "codepoint": "13182",
            "name": "EGYPTIAN HIEROGLYPH H004",
            "comments": [
                "classifier people : rmṯ"
            ]
        },
        {
            "codepoint": "13183",
            "name": "EGYPTIAN HIEROGLYPH H005",
            "comments": [
                "classifier wing : ḏnḥ"
            ],
            "variations": [
                "13183 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13184",
            "name": "EGYPTIAN HIEROGLYPH H006",
            "comments": [
                "phonemogram : šw"
            ]
        },
        {
            "codepoint": "13185",
            "name": "EGYPTIAN HIEROGLYPH H006A",
            "comments": [
                "from hieratic",
                "phonemogram : šw"
            ]
        },
        {
            "codepoint": "13186",
            "name": "EGYPTIAN HIEROGLYPH H007",
            "comments": [
                "classifier claw : ꞽꜣf.t"
            ]
        },
        {
            "codepoint": "13187",
            "name": "EGYPTIAN HIEROGLYPH H008",
            "comments": [
                "logogram (son) : sꜣ"
            ],
            "variations": [
                "13187 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13188",
            "name": "EGYPTIAN HIEROGLYPH I001",
            "comments": [
                "phonemogram : ꜥšꜣ"
            ]
        },
        {
            "codepoint": "13189",
            "name": "EGYPTIAN HIEROGLYPH I002",
            "comments": [
                "classifier turtle : štw"
            ]
        },
        {
            "codepoint": "1318A",
            "name": "EGYPTIAN HIEROGLYPH I003",
            "comments": [
                "classifier aggression : ꜣd"
            ]
        },
        {
            "codepoint": "1318B",
            "name": "EGYPTIAN HIEROGLYPH I004",
            "comments": [
                "classifier Sobek : sbk"
            ]
        },
        {
            "codepoint": "1318C",
            "name": "EGYPTIAN HIEROGLYPH I005",
            "comments": [
                "logogram (to gather) : sꜣḳ"
            ]
        },
        {
            "codepoint": "1318D",
            "name": "EGYPTIAN HIEROGLYPH I005A",
            "comments": [
                "classifier Sobek : sbk"
            ]
        },
        {
            "codepoint": "1318E",
            "name": "EGYPTIAN HIEROGLYPH I006",
            "comments": [
                "phonemogram : km"
            ]
        },
        {
            "codepoint": "1318F",
            "name": "EGYPTIAN HIEROGLYPH I007",
            "comments": [
                "classifier divinity : ḥḳ.t"
            ]
        },
        {
            "codepoint": "13190",
            "name": "EGYPTIAN HIEROGLYPH I008",
            "comments": [
                "logogram (one hundred thousand) : ḥfn"
            ]
        },
        {
            "codepoint": "13191",
            "name": "EGYPTIAN HIEROGLYPH I009",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13192",
            "name": "EGYPTIAN HIEROGLYPH I009A",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13193",
            "name": "EGYPTIAN HIEROGLYPH I010",
            "comments": [
                "transliterated as 1E0F",
                "phonemogram : ḏ"
            ]
        },
        {
            "codepoint": "13194",
            "name": "EGYPTIAN HIEROGLYPH I010A",
            "comments": [
                "phonemogram : ḏfꜣ"
            ]
        },
        {
            "codepoint": "13195",
            "name": "EGYPTIAN HIEROGLYPH I011",
            "comments": [
                "phonemogram : ḏḏ"
            ]
        },
        {
            "codepoint": "13196",
            "name": "EGYPTIAN HIEROGLYPH I011A",
            "comments": [
                "logogram (eternity) : ḏ.t"
            ]
        },
        {
            "codepoint": "13197",
            "name": "EGYPTIAN HIEROGLYPH I012",
            "comments": [
                "classifier female divinity : nbw.t"
            ]
        },
        {
            "codepoint": "13198",
            "name": "EGYPTIAN HIEROGLYPH I013",
            "comments": [
                "classifier female divinity (Wadjet) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13199",
            "name": "EGYPTIAN HIEROGLYPH I014",
            "comments": [
                "classifier coiling, winding : ḳꜣb"
            ]
        },
        {
            "codepoint": "1319A",
            "name": "EGYPTIAN HIEROGLYPH I015",
            "comments": [
                "classifier snake/uraeus : ꞽꜥr.t"
            ]
        },
        {
            "codepoint": "1319B",
            "name": "EGYPTIAN HIEROGLYPH K001",
            "comments": [
                "phonemogram : ꞽn"
            ]
        },
        {
            "codepoint": "1319C",
            "name": "EGYPTIAN HIEROGLYPH K002",
            "comments": [
                "phono-repeater : bw"
            ]
        },
        {
            "codepoint": "1319D",
            "name": "EGYPTIAN HIEROGLYPH K003",
            "comments": [
                "logogram (fish) : rm"
            ]
        },
        {
            "codepoint": "1319E",
            "name": "EGYPTIAN HIEROGLYPH K004",
            "comments": [
                "phonemogram : ẖꜣ"
            ]
        },
        {
            "codepoint": "1319F",
            "name": "EGYPTIAN HIEROGLYPH K005",
            "comments": [
                "phono-repeater : bs"
            ]
        },
        {
            "codepoint": "131A0",
            "name": "EGYPTIAN HIEROGLYPH K006",
            "comments": [
                "logogram (scale) : nšm.t"
            ],
            "variations": [
                "131A0 FE00 rotated 90 degrees",
                "131A0 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "131A1",
            "name": "EGYPTIAN HIEROGLYPH K007",
            "comments": [
                "classifier rage, anger : špt"
            ]
        },
        {
            "codepoint": "131A2",
            "name": "EGYPTIAN HIEROGLYPH K008",
            "comments": [
                "classifier catfish : nꜥr"
            ]
        },
        {
            "codepoint": "131A3",
            "name": "EGYPTIAN HIEROGLYPH L001",
            "comments": [
                "logogram (to become) : ḫpr"
            ]
        },
        {
            "codepoint": "131A4",
            "name": "EGYPTIAN HIEROGLYPH L002",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "131A5",
            "name": "EGYPTIAN HIEROGLYPH L002A",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "131A6",
            "name": "EGYPTIAN HIEROGLYPH L003",
            "crossReferences": [
                "(egyptian hieroglyph-13DEE - 13DEE)"
            ]
        },
        {
            "codepoint": "131A7",
            "name": "EGYPTIAN HIEROGLYPH L004",
            "comments": [
                "classifier locust : snḥm"
            ]
        },
        {
            "codepoint": "131A8",
            "name": "EGYPTIAN HIEROGLYPH L005",
            "comments": [
                "classifier centipede : spꜣ"
            ]
        },
        {
            "codepoint": "131A9",
            "name": "EGYPTIAN HIEROGLYPH L006",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "131AA",
            "name": "EGYPTIAN HIEROGLYPH L006A",
            "comments": [
                "mirrored version of 131A9"
            ]
        },
        {
            "codepoint": "131AB",
            "name": "EGYPTIAN HIEROGLYPH L007",
            "comments": [
                "classifier scorpion : srḳ.t"
            ]
        },
        {
            "codepoint": "131AC",
            "name": "EGYPTIAN HIEROGLYPH L008",
            "comments": [
                "logogram/phonemogram (type of beetle) : ꜥnḫ"
            ]
        },
        {
            "codepoint": "131AD",
            "name": "EGYPTIAN HIEROGLYPH M001",
            "comments": [
                "classifier tree, product of a tree : ꜥš"
            ]
        },
        {
            "codepoint": "131AE",
            "name": "EGYPTIAN HIEROGLYPH M001A",
            "comments": [
                "classifier product of a tree : hbny"
            ]
        },
        {
            "codepoint": "131AF",
            "name": "EGYPTIAN HIEROGLYPH M001B",
            "comments": [
                "phonemogram : ꞽm=f"
            ]
        },
        {
            "codepoint": "131B0",
            "name": "EGYPTIAN HIEROGLYPH M002",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "131B1",
            "name": "EGYPTIAN HIEROGLYPH M003",
            "comments": [
                "phonemogram : ḫt"
            ],
            "variations": [
                "131B1 FE00 rotated 90 degrees",
                "131B1 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "131B2",
            "name": "EGYPTIAN HIEROGLYPH M003A",
            "comments": [
                "phonemogram : m-ḫt"
            ]
        },
        {
            "codepoint": "131B3",
            "name": "EGYPTIAN HIEROGLYPH M004",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "131B4",
            "name": "EGYPTIAN HIEROGLYPH M005",
            "comments": [
                "logogram (time/season) : tr"
            ]
        },
        {
            "codepoint": "131B5",
            "name": "EGYPTIAN HIEROGLYPH M006",
            "comments": [
                "logogram (time/season) : tr"
            ]
        },
        {
            "codepoint": "131B6",
            "name": "EGYPTIAN HIEROGLYPH M007",
            "comments": [
                "classifier youth, vigour, fresh : rnp"
            ]
        },
        {
            "codepoint": "131B7",
            "name": "EGYPTIAN HIEROGLYPH M008",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "131B8",
            "name": "EGYPTIAN HIEROGLYPH M009",
            "comments": [
                "classifier lotus flower : sšn"
            ],
            "variations": [
                "131B8 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "131B9",
            "name": "EGYPTIAN HIEROGLYPH M010",
            "comments": [
                "classifier lotus bud : nḥb.t"
            ],
            "variations": [
                "131B9 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "131BA",
            "name": "EGYPTIAN HIEROGLYPH M010A",
            "comments": [
                "classifier offering : wdn"
            ],
            "variations": [
                "131BA FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "131BB",
            "name": "EGYPTIAN HIEROGLYPH M011",
            "comments": [
                "logogram (to offer) : wdn"
            ]
        },
        {
            "codepoint": "131BC",
            "name": "EGYPTIAN HIEROGLYPH M012",
            "comments": [
                "1000",
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "131BD",
            "name": "EGYPTIAN HIEROGLYPH M012A",
            "comments": [
                "\\2000"
            ]
        },
        {
            "codepoint": "131BE",
            "name": "EGYPTIAN HIEROGLYPH M012B",
            "comments": [
                "\\3000"
            ]
        },
        {
            "codepoint": "131BF",
            "name": "EGYPTIAN HIEROGLYPH M012C",
            "comments": [
                "\\4000"
            ]
        },
        {
            "codepoint": "131C0",
            "name": "EGYPTIAN HIEROGLYPH M012D",
            "comments": [
                "\\5000"
            ]
        },
        {
            "codepoint": "131C1",
            "name": "EGYPTIAN HIEROGLYPH M012E",
            "comments": [
                "\\6000"
            ]
        },
        {
            "codepoint": "131C2",
            "name": "EGYPTIAN HIEROGLYPH M012F",
            "comments": [
                "\\7000"
            ]
        },
        {
            "codepoint": "131C3",
            "name": "EGYPTIAN HIEROGLYPH M012G",
            "comments": [
                "\\8000"
            ]
        },
        {
            "codepoint": "131C4",
            "name": "EGYPTIAN HIEROGLYPH M012H",
            "comments": [
                "\\9000"
            ]
        },
        {
            "codepoint": "131C5",
            "name": "EGYPTIAN HIEROGLYPH M013",
            "comments": [
                "phonemogram : wꜣḏ"
            ]
        },
        {
            "codepoint": "131C6",
            "name": "EGYPTIAN HIEROGLYPH M014",
            "comments": [
                "phonemogram : wꜣḏ"
            ]
        },
        {
            "codepoint": "131C7",
            "name": "EGYPTIAN HIEROGLYPH M015",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "131C8",
            "name": "EGYPTIAN HIEROGLYPH M015A",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "131C9",
            "name": "EGYPTIAN HIEROGLYPH M016",
            "comments": [
                "phonemogram : ḥꜣ"
            ]
        },
        {
            "codepoint": "131CA",
            "name": "EGYPTIAN HIEROGLYPH M016A",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "131CB",
            "name": "EGYPTIAN HIEROGLYPH M017",
            "comments": [
                "egyptological yod",
                "transliterated as A7BD",
                "phonemogram : ꞽ"
            ],
            "crossReferences": [
                "(hebrew letter yod - 05D9)",
                "(arabic letter yeh - 064A)"
            ],
            "variations": [
                "131CB FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "131CC",
            "name": "EGYPTIAN HIEROGLYPH M017A",
            "crossReferences": [
                "(egyptian hieroglyph z004 - 133ED)"
            ],
            "comments": [
                "phonemogram : y"
            ]
        },
        {
            "codepoint": "131CD",
            "name": "EGYPTIAN HIEROGLYPH M018",
            "comments": [
                "phonemogram/logogram (to come) : ꞽy(ꞽ)"
            ]
        },
        {
            "codepoint": "131CE",
            "name": "EGYPTIAN HIEROGLYPH M019",
            "comments": [
                "phonemogram : ꜥꜣb"
            ]
        },
        {
            "codepoint": "131CF",
            "name": "EGYPTIAN HIEROGLYPH M020",
            "comments": [
                "logogram (marshland, country) : sḫ.t"
            ]
        },
        {
            "codepoint": "131D0",
            "name": "EGYPTIAN HIEROGLYPH M021",
            "comments": [
                "logogram (herb, plant) : sm"
            ]
        },
        {
            "codepoint": "131D1",
            "name": "EGYPTIAN HIEROGLYPH M022",
            "comments": [
                "classifier 'bud, lotus bud'",
                "phonemogram : nḫb"
            ]
        },
        {
            "codepoint": "131D2",
            "name": "EGYPTIAN HIEROGLYPH M022A",
            "comments": [
                "phonemogram : nn"
            ]
        },
        {
            "codepoint": "131D3",
            "name": "EGYPTIAN HIEROGLYPH M023",
            "comments": [
                "logogram (King of UE) : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "131D4",
            "name": "EGYPTIAN HIEROGLYPH M024",
            "comments": [
                "phonemogram : rsw/rsy"
            ]
        },
        {
            "codepoint": "131D5",
            "name": "EGYPTIAN HIEROGLYPH M024A",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "131D6",
            "name": "EGYPTIAN HIEROGLYPH M025",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "131D7",
            "name": "EGYPTIAN HIEROGLYPH M026",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "131D8",
            "name": "EGYPTIAN HIEROGLYPH M027",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "131D9",
            "name": "EGYPTIAN HIEROGLYPH M028",
            "comments": [
                "logogram (the 10 of UE) : mḏ-šmꜥ.w"
            ]
        },
        {
            "codepoint": "131DA",
            "name": "EGYPTIAN HIEROGLYPH M028A",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "131DB",
            "name": "EGYPTIAN HIEROGLYPH M029",
            "comments": [
                "logogram (to be sweet) : nḏm"
            ]
        },
        {
            "codepoint": "131DC",
            "name": "EGYPTIAN HIEROGLYPH M030",
            "comments": [
                "logogram (to be sweet) : bnr/bnꞽ"
            ]
        },
        {
            "codepoint": "131DD",
            "name": "EGYPTIAN HIEROGLYPH M031",
            "comments": [
                "classifier growing : srd"
            ]
        },
        {
            "codepoint": "131DE",
            "name": "EGYPTIAN HIEROGLYPH M031A",
            "comments": [
                "classifier growing : srd"
            ]
        },
        {
            "codepoint": "131DF",
            "name": "EGYPTIAN HIEROGLYPH M032",
            "comments": [
                "classifier growing : rd"
            ]
        },
        {
            "codepoint": "131E0",
            "name": "EGYPTIAN HIEROGLYPH M033",
            "comments": [
                "logogram (grain, barley, corn) : ꞽt"
            ],
            "variations": [
                "131E0 FE00 rotated 90 degrees [= 270 degrees]"
            ]
        },
        {
            "codepoint": "131E1",
            "name": "EGYPTIAN HIEROGLYPH M033A",
            "comments": [
                "variant of 131E0",
                "classifier grain, barley, corn : ꞽt"
            ]
        },
        {
            "codepoint": "131E2",
            "name": "EGYPTIAN HIEROGLYPH M033B",
            "comments": [
                "variant of 131E0",
                "classifier grain, barley, corn : tbtb"
            ]
        },
        {
            "codepoint": "131E3",
            "name": "EGYPTIAN HIEROGLYPH M034",
            "comments": [
                "logogram (emmer) : bd.t"
            ]
        },
        {
            "codepoint": "131E4",
            "name": "EGYPTIAN HIEROGLYPH M035",
            "comments": [
                "classifier heap, quantity : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "131E5",
            "name": "EGYPTIAN HIEROGLYPH M036",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "131E6",
            "name": "EGYPTIAN HIEROGLYPH M037",
            "comments": [
                "older variant of 131E5",
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "131E7",
            "name": "EGYPTIAN HIEROGLYPH M038",
            "comments": [
                "classifier flax : ḥmꜥ"
            ]
        },
        {
            "codepoint": "131E8",
            "name": "EGYPTIAN HIEROGLYPH M039",
            "comments": [
                "classifier granular product : snṯr"
            ]
        },
        {
            "codepoint": "131E9",
            "name": "EGYPTIAN HIEROGLYPH M040",
            "comments": [
                "not to be confused with 132A7 or 1342A",
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "131EA",
            "name": "EGYPTIAN HIEROGLYPH M040A",
            "comments": [
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "131EB",
            "name": "EGYPTIAN HIEROGLYPH M041",
            "comments": [
                "classifier wood/timber : ꜥš"
            ]
        },
        {
            "codepoint": "131EC",
            "name": "EGYPTIAN HIEROGLYPH M042",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "131ED",
            "name": "EGYPTIAN HIEROGLYPH M043",
            "comments": [
                "logogram (wine) : ꞽrp"
            ]
        },
        {
            "codepoint": "131EE",
            "name": "EGYPTIAN HIEROGLYPH M044",
            "comments": [
                "thorn",
                "not to be confused with 133DA",
                "phonemogram : spd"
            ],
            "variations": [
                "131EE FE01 rotated 180 degrees",
                "131EE FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "131EF",
            "name": "EGYPTIAN HIEROGLYPH N001",
            "comments": [
                "logogram (sky) : p.t"
            ]
        },
        {
            "codepoint": "131F0",
            "name": "EGYPTIAN HIEROGLYPH N002",
            "comments": [
                "classifier night : grḥ"
            ]
        },
        {
            "codepoint": "131F1",
            "name": "EGYPTIAN HIEROGLYPH N003",
            "comments": [
                "older variant of 131F0",
                "classifier night : grḥ"
            ]
        },
        {
            "codepoint": "131F2",
            "name": "EGYPTIAN HIEROGLYPH N004",
            "comments": [
                "classifier storm : sšn"
            ]
        },
        {
            "codepoint": "131F3",
            "name": "EGYPTIAN HIEROGLYPH N005",
            "comments": [
                "not to be confused with 13082 or 133F8",
                "logogram (the sun, Re) : rꜥ"
            ]
        },
        {
            "codepoint": "131F4",
            "name": "EGYPTIAN HIEROGLYPH N006",
            "comments": [
                "logogram (the sun, Re) : rꜥ"
            ]
        },
        {
            "codepoint": "131F5",
            "name": "EGYPTIAN HIEROGLYPH N007",
            "comments": [
                "logogram (course (of the day), daily requirements) : ẖr.t-hrw"
            ]
        },
        {
            "codepoint": "131F6",
            "name": "EGYPTIAN HIEROGLYPH N008",
            "comments": [
                "classifier light, shining, rising : psḏ"
            ]
        },
        {
            "codepoint": "131F7",
            "name": "EGYPTIAN HIEROGLYPH N009",
            "comments": [
                "variant of 131F8",
                "phonemogram : psḏ"
            ]
        },
        {
            "codepoint": "131F8",
            "name": "EGYPTIAN HIEROGLYPH N010",
            "comments": [
                "variant of 131F7",
                "phonemogram : psḏ"
            ],
            "variations": [
                "131F8 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "131F9",
            "name": "EGYPTIAN HIEROGLYPH N011",
            "comments": [
                "logogram (month) : ꜣbd"
            ],
            "variations": [
                "131F9 FE00 rotated 90 degrees",
                "131F9 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "131FA",
            "name": "EGYPTIAN HIEROGLYPH N012",
            "comments": [
                "classifier moon : ꞽꜥḥ"
            ],
            "variations": [
                "131FA FE00 rotated 90 degrees",
                "131FA FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "131FB",
            "name": "EGYPTIAN HIEROGLYPH N013",
            "comments": [
                "logogram (half-month (festival)) : smd.t"
            ]
        },
        {
            "codepoint": "131FC",
            "name": "EGYPTIAN HIEROGLYPH N014",
            "comments": [
                "logogram (star) : sbꜣ"
            ]
        },
        {
            "codepoint": "131FD",
            "name": "EGYPTIAN HIEROGLYPH N015",
            "comments": [
                "classifier (netherworld) : dwꜣ.t"
            ]
        },
        {
            "codepoint": "131FE",
            "name": "EGYPTIAN HIEROGLYPH N016",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "131FF",
            "name": "EGYPTIAN HIEROGLYPH N017",
            "comments": [
                "variant of 131FE",
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13200",
            "name": "EGYPTIAN HIEROGLYPH N018",
            "comments": [
                "not to be confused with 132F0, 133D4, or 133F3",
                "logogram (island) : ꞽw"
            ]
        },
        {
            "codepoint": "13201",
            "name": "EGYPTIAN HIEROGLYPH N018A",
            "comments": [
                "phonemogram : ꞽmn"
            ]
        },
        {
            "codepoint": "13202",
            "name": "EGYPTIAN HIEROGLYPH N018B"
        },
        {
            "codepoint": "13203",
            "name": "EGYPTIAN HIEROGLYPH N019",
            "comments": [
                "logogram (horizon-dweller) : ꜣḫ.ty"
            ]
        },
        {
            "codepoint": "13204",
            "name": "EGYPTIAN HIEROGLYPH N020",
            "comments": [
                "classifier riverbank : wḏb"
            ]
        },
        {
            "codepoint": "13205",
            "name": "EGYPTIAN HIEROGLYPH N021",
            "comments": [
                "logogram (riverbank) : ꞽdb"
            ]
        },
        {
            "codepoint": "13206",
            "name": "EGYPTIAN HIEROGLYPH N022",
            "comments": [
                "logogram (riverbank) : ꞽdb"
            ]
        },
        {
            "codepoint": "13207",
            "name": "EGYPTIAN HIEROGLYPH N023",
            "comments": [
                "classifier geographical location : dmꞽ"
            ]
        },
        {
            "codepoint": "13208",
            "name": "EGYPTIAN HIEROGLYPH N024",
            "comments": [
                "logogram (nome, district) : spꜣ.t"
            ]
        },
        {
            "codepoint": "13209",
            "name": "EGYPTIAN HIEROGLYPH N025",
            "comments": [
                "classifier foreign land, desert : ḫꜣs.t"
            ]
        },
        {
            "codepoint": "1320A",
            "name": "EGYPTIAN HIEROGLYPH N025A",
            "comments": [
                "stylistic variant, use of 13209 is preferred"
            ]
        },
        {
            "codepoint": "1320B",
            "name": "EGYPTIAN HIEROGLYPH N026",
            "comments": [
                "phonemogram : ḏw"
            ]
        },
        {
            "codepoint": "1320C",
            "name": "EGYPTIAN HIEROGLYPH N027",
            "comments": [
                "logogram (horizon) : ꜣḫ.t"
            ]
        },
        {
            "codepoint": "1320D",
            "name": "EGYPTIAN HIEROGLYPH N028",
            "comments": [
                "phonemogram : ḫꜥ"
            ]
        },
        {
            "codepoint": "1320E",
            "name": "EGYPTIAN HIEROGLYPH N029",
            "comments": [
                "hill",
                "not to be confused with 133D8",
                "transliterated as q or as 1E33",
                "phonemogram : ḳ"
            ],
            "crossReferences": [
                "(hebrew letter qof - 05E7)",
                "(arabic letter qaf - 0642)"
            ]
        },
        {
            "codepoint": "1320F",
            "name": "EGYPTIAN HIEROGLYPH N030",
            "comments": [
                "logogram hill, mound : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "13210",
            "name": "EGYPTIAN HIEROGLYPH N031",
            "comments": [
                "logogram (road) : wꜣ.t"
            ]
        },
        {
            "codepoint": "13211",
            "name": "EGYPTIAN HIEROGLYPH N032",
            "comments": [
                "classifier clay : sꞽn"
            ]
        },
        {
            "codepoint": "13212",
            "name": "EGYPTIAN HIEROGLYPH N033",
            "comments": [
                "not to be confused with 130C9",
                "classifier medicaments, incense, oil : snṯr"
            ]
        },
        {
            "codepoint": "13213",
            "name": "EGYPTIAN HIEROGLYPH N033A",
            "comments": [
                "not to be confused with 133E7",
                "classifier medicaments, incense, oil : ꜥn.tyw"
            ]
        },
        {
            "codepoint": "13214",
            "name": "EGYPTIAN HIEROGLYPH N034",
            "comments": [
                "classifier metal objects : ꞽḳḥ.w"
            ]
        },
        {
            "codepoint": "13215",
            "name": "EGYPTIAN HIEROGLYPH N034A",
            "comments": [
                "stylistic variant, use of 13214 is preferred",
                "logogram (metal) : bꞽꜣ"
            ]
        },
        {
            "codepoint": "13216",
            "name": "EGYPTIAN HIEROGLYPH N035",
            "comments": [
                "phonemogram : n"
            ],
            "variations": [
                "13216 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13217",
            "name": "EGYPTIAN HIEROGLYPH N035A",
            "comments": [
                "logogram (water) : mw"
            ]
        },
        {
            "codepoint": "13218",
            "name": "EGYPTIAN HIEROGLYPH N036",
            "comments": [
                "phonemogram : mr"
            ]
        },
        {
            "codepoint": "13219",
            "name": "EGYPTIAN HIEROGLYPH N037",
            "comments": [
                "lake",
                "transliterated as 0161",
                "not to be confused with 1328C",
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "1321A",
            "name": "EGYPTIAN HIEROGLYPH N037A",
            "comments": [
                "variant of 13219",
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "1321B",
            "name": "EGYPTIAN HIEROGLYPH N038",
            "comments": [
                "variant of 13219",
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "1321C",
            "name": "EGYPTIAN HIEROGLYPH N039",
            "comments": [
                "variant of 13219",
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "1321D",
            "name": "EGYPTIAN HIEROGLYPH N040",
            "comments": [
                "logogram (to go) : šm"
            ]
        },
        {
            "codepoint": "1321E",
            "name": "EGYPTIAN HIEROGLYPH N041",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "1321F",
            "name": "EGYPTIAN HIEROGLYPH N042",
            "comments": [
                "variant of 1321E",
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "13220",
            "name": "EGYPTIAN HIEROGLYPH NL001",
            "comments": [
                "logogram (Memphis (the white wall; first nome of Lower Egypt)) : ꞽnb-ḥḏ"
            ]
        },
        {
            "codepoint": "13221",
            "name": "EGYPTIAN HIEROGLYPH NL002",
            "comments": [
                "logogram (2nd nome of Lower Egypt) : ḫm/ḫpš/ꞽwꜥ"
            ]
        },
        {
            "codepoint": "13222",
            "name": "EGYPTIAN HIEROGLYPH NL003",
            "comments": [
                "logogram (West, 3rd nome of LE) : ꞽmn.tt"
            ]
        },
        {
            "codepoint": "13223",
            "name": "EGYPTIAN HIEROGLYPH NL004",
            "comments": [
                "logogram (Neith-south, 4th nome LE) : n.t-rs.yt"
            ]
        },
        {
            "codepoint": "13224",
            "name": "EGYPTIAN HIEROGLYPH NL005",
            "comments": [
                "logogram (Neith-north, 5th nome of LE) : n.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13225",
            "name": "EGYPTIAN HIEROGLYPH NL005A",
            "comments": [
                "logogram (Neith-north, 5th nome of LE) : n.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13226",
            "name": "EGYPTIAN HIEROGLYPH NL006",
            "comments": [
                "logogram (6th nome of LE) : ḫꜣsw.w"
            ]
        },
        {
            "codepoint": "13227",
            "name": "EGYPTIAN HIEROGLYPH NL007",
            "comments": [
                "logogram (7th nome of Lower Egypt) : wꜥ-m-ḥww-ꞽmn.ty"
            ]
        },
        {
            "codepoint": "13228",
            "name": "EGYPTIAN HIEROGLYPH NL008",
            "comments": [
                "logogram (8th nome of Lower Egypt) : wꜥ-m-ḥww-ꞽꜣb.ty"
            ]
        },
        {
            "codepoint": "13229",
            "name": "EGYPTIAN HIEROGLYPH NL009",
            "comments": [
                "logogram (9th nome of UE) : ꜥnḏ.ty"
            ]
        },
        {
            "codepoint": "1322A",
            "name": "EGYPTIAN HIEROGLYPH NL010",
            "comments": [
                "logogram (10th nome of LE) : km-wr"
            ]
        },
        {
            "codepoint": "1322B",
            "name": "EGYPTIAN HIEROGLYPH NL011",
            "comments": [
                "logogram (11th nome of LE) : ḥsbw"
            ]
        },
        {
            "codepoint": "1322C",
            "name": "EGYPTIAN HIEROGLYPH NL012",
            "comments": [
                "logogram (12th nome of LE) : ṯb-nṯr"
            ]
        },
        {
            "codepoint": "1322D",
            "name": "EGYPTIAN HIEROGLYPH NL013",
            "comments": [
                "logogram (13th Lower Egyptian nome) : ḥḳꜣ-ꜥnḏ.w"
            ]
        },
        {
            "codepoint": "1322E",
            "name": "EGYPTIAN HIEROGLYPH NL014",
            "comments": [
                "logogram (14th upper Egyptian nome) : ḫnt.y-ꞽꜣb.ty"
            ]
        },
        {
            "codepoint": "1322F",
            "name": "EGYPTIAN HIEROGLYPH NL015",
            "comments": [
                "logogram (Thot nome, 15th nome of LE) : ḏhwty"
            ]
        },
        {
            "codepoint": "13230",
            "name": "EGYPTIAN HIEROGLYPH NL016",
            "comments": [
                "logogram (First-of-fishes nome (16th nome of LE)) : ḥꜣ.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13231",
            "name": "EGYPTIAN HIEROGLYPH NL017",
            "comments": [
                "logogram (Behdet, 17th Lower Egyptian nome) : bḥd.t"
            ]
        },
        {
            "codepoint": "13232",
            "name": "EGYPTIAN HIEROGLYPH NL017A",
            "comments": [
                "logogram (17th Lower Egyptian nome (Diospolis)) : smꜣ-bḥd.t"
            ]
        },
        {
            "codepoint": "13233",
            "name": "EGYPTIAN HIEROGLYPH NL018"
        },
        {
            "codepoint": "13234",
            "name": "EGYPTIAN HIEROGLYPH NL019"
        },
        {
            "codepoint": "13235",
            "name": "EGYPTIAN HIEROGLYPH NL020"
        },
        {
            "codepoint": "13236",
            "name": "EGYPTIAN HIEROGLYPH NU001",
            "comments": [
                "logogram (Nubia, 1st Upper Egyptian nome) : tꜣ-sty"
            ]
        },
        {
            "codepoint": "13237",
            "name": "EGYPTIAN HIEROGLYPH NU002",
            "comments": [
                "logogram (Throne of Horus (Edfu, 2nd nome of UE)) : wṯs-ḥr"
            ]
        },
        {
            "codepoint": "13238",
            "name": "EGYPTIAN HIEROGLYPH NU003",
            "comments": [
                "logogram (3rd nome of Upper Egypt) : nḫn"
            ]
        },
        {
            "codepoint": "13239",
            "name": "EGYPTIAN HIEROGLYPH NU004",
            "comments": [
                "logogram (Thebes) : wꜣs.t"
            ]
        },
        {
            "codepoint": "1323A",
            "name": "EGYPTIAN HIEROGLYPH NU005",
            "comments": [
                "logogram (The two gods, 5th nome of UE) : nṯr.wy"
            ]
        },
        {
            "codepoint": "1323B",
            "name": "EGYPTIAN HIEROGLYPH NU006",
            "comments": [
                "logogram (Iqer, 6th nome of UE) : ꞽḳr"
            ]
        },
        {
            "codepoint": "1323C",
            "name": "EGYPTIAN HIEROGLYPH NU007",
            "comments": [
                "logogram (Bat (7th nome of Upper Egypt)) : bꜣ.t"
            ]
        },
        {
            "codepoint": "1323D",
            "name": "EGYPTIAN HIEROGLYPH NU008",
            "comments": [
                "logogram (8th nome of Upper Egypt) : tꜣ-wr"
            ]
        },
        {
            "codepoint": "1323E",
            "name": "EGYPTIAN HIEROGLYPH NU009",
            "comments": [
                "logogram (9th nome of Upper Egypt) : mnw"
            ]
        },
        {
            "codepoint": "1323F",
            "name": "EGYPTIAN HIEROGLYPH NU010",
            "comments": [
                "logogram (Wadjet, 10th nome of UE) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13240",
            "name": "EGYPTIAN HIEROGLYPH NU010A",
            "comments": [
                "logogram (Wadjet, 10th nome of UE) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13241",
            "name": "EGYPTIAN HIEROGLYPH NU011",
            "comments": [
                "logogram (11th nome of Upper Egypt) : šꜣ/stẖ/stš"
            ]
        },
        {
            "codepoint": "13242",
            "name": "EGYPTIAN HIEROGLYPH NU011A",
            "comments": [
                "logogram (11th Upper Egyptian nome (commonly under stẖ/stš/šꜣ) : ḥw-n.t"
            ]
        },
        {
            "codepoint": "13243",
            "name": "EGYPTIAN HIEROGLYPH NU012",
            "comments": [
                "logogram (12th Upper Egyptian nome) : ꜣtf.t"
            ]
        },
        {
            "codepoint": "13244",
            "name": "EGYPTIAN HIEROGLYPH NU013",
            "comments": [
                "logogram (13th Upper Egyptian nome) : nḏf.t-ḫnt.t"
            ]
        },
        {
            "codepoint": "13245",
            "name": "EGYPTIAN HIEROGLYPH NU014",
            "comments": [
                "logogram (14th Upper Egyptian nome) : nḏf.t-pḥ.t"
            ]
        },
        {
            "codepoint": "13246",
            "name": "EGYPTIAN HIEROGLYPH NU015",
            "comments": [
                "logogram (Hermopolis magna, 15th nome of UE) : wnw.t"
            ]
        },
        {
            "codepoint": "13247",
            "name": "EGYPTIAN HIEROGLYPH NU016",
            "comments": [
                "logogram (Oryx nome, 16th nome of Upper Egypt) : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13248",
            "name": "EGYPTIAN HIEROGLYPH NU017",
            "comments": [
                "logogram (Anubis nome (17th nome of Upper Egypt)) : ꞽnpw.t"
            ]
        },
        {
            "codepoint": "13249",
            "name": "EGYPTIAN HIEROGLYPH NU018",
            "comments": [
                "logogram (18th nome of UE (known as nmty as well)) : dwn-ꜥn.wy"
            ]
        },
        {
            "codepoint": "1324A",
            "name": "EGYPTIAN HIEROGLYPH NU018A"
        },
        {
            "codepoint": "1324B",
            "name": "EGYPTIAN HIEROGLYPH NU019",
            "comments": [
                "logogram (place of Igai, 19th nome of Upper Egypt) : bw-ꞽgꜣꞽ"
            ]
        },
        {
            "codepoint": "1324C",
            "name": "EGYPTIAN HIEROGLYPH NU020",
            "comments": [
                "logogram (20th Upper Egyptian nome) : nꜥr.t-ḫnt.t"
            ]
        },
        {
            "codepoint": "1324D",
            "name": "EGYPTIAN HIEROGLYPH NU021",
            "comments": [
                "logogram (21th Upper Egyptian nome) : nꜥr.t-ph.t"
            ]
        },
        {
            "codepoint": "1324E",
            "name": "EGYPTIAN HIEROGLYPH NU022",
            "comments": [
                "logogram (22th nome of Upper Egypt) : mdnꞽ.t"
            ]
        },
        {
            "codepoint": "1324F",
            "name": "EGYPTIAN HIEROGLYPH NU022A",
            "comments": [
                "logogram (22th nome of Upper Egypt) : mdnꞽ.t"
            ]
        },
        {
            "codepoint": "13250",
            "name": "EGYPTIAN HIEROGLYPH O001",
            "comments": [
                "logogram (house, domain) : pr"
            ]
        },
        {
            "codepoint": "13251",
            "name": "EGYPTIAN HIEROGLYPH O001A",
            "comments": [
                "logogram (scriptorum, school (house of life)) : pr-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13252",
            "name": "EGYPTIAN HIEROGLYPH O002",
            "comments": [
                "logogram (treasury) : pr-ḥḏ"
            ]
        },
        {
            "codepoint": "13253",
            "name": "EGYPTIAN HIEROGLYPH O003",
            "comments": [
                "logogram (invocation offering) : pr.t-ḫrw"
            ]
        },
        {
            "codepoint": "13254",
            "name": "EGYPTIAN HIEROGLYPH O004",
            "crossReferences": [
                "(hebrew letter he - 05D4)",
                "(arabic letter heh - 0647)"
            ],
            "comments": [
                "phonemogram : h"
            ]
        },
        {
            "codepoint": "13255",
            "name": "EGYPTIAN HIEROGLYPH O005",
            "comments": [
                "phonemogram : nm"
            ]
        },
        {
            "codepoint": "13256",
            "name": "EGYPTIAN HIEROGLYPH O005A",
            "comments": [
                "mirrored version of 13255"
            ]
        },
        {
            "codepoint": "13257",
            "name": "EGYPTIAN HIEROGLYPH O006",
            "comments": [
                "logogram (temple, mansion, estate) : ḥw.t"
            ],
            "variations": [
                "13257 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13258",
            "name": "EGYPTIAN HIEROGLYPH O006A",
            "comments": [
                "beginning of hwt or serekh enclosure"
            ],
            "crossReferences": [
                "(egyptian hieroglyph o033a - 13282)"
            ]
        },
        {
            "codepoint": "13259",
            "name": "EGYPTIAN HIEROGLYPH O006B",
            "comments": [
                "beginning of low hwt enclosure"
            ]
        },
        {
            "codepoint": "1325A",
            "name": "EGYPTIAN HIEROGLYPH O006C",
            "comments": [
                "beginning of high hwt enclosure"
            ]
        },
        {
            "codepoint": "1325B",
            "name": "EGYPTIAN HIEROGLYPH O006D",
            "comments": [
                "end of high hwt enclosure"
            ]
        },
        {
            "codepoint": "1325C",
            "name": "EGYPTIAN HIEROGLYPH O006E",
            "comments": [
                "end of low hwt enclosure"
            ]
        },
        {
            "codepoint": "1325D",
            "name": "EGYPTIAN HIEROGLYPH O006F",
            "comments": [
                "end of hwt enclosure"
            ]
        },
        {
            "codepoint": "1325E",
            "name": "EGYPTIAN HIEROGLYPH O007",
            "comments": [
                "logogram (temple, mansion, estate) : ḥw.t"
            ]
        },
        {
            "codepoint": "1325F",
            "name": "EGYPTIAN HIEROGLYPH O008",
            "comments": [
                "logogram (the great domain, temple) : ḥw.t-ꜥꜣ.t"
            ]
        },
        {
            "codepoint": "13260",
            "name": "EGYPTIAN HIEROGLYPH O009",
            "comments": [
                "logogram (Nephthys (divinity)) : nb.t-ḥw.t"
            ]
        },
        {
            "codepoint": "13261",
            "name": "EGYPTIAN HIEROGLYPH O010",
            "comments": [
                "logogram (Hathor (divinity)) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13262",
            "name": "EGYPTIAN HIEROGLYPH O010A",
            "comments": [
                "logogram (mansion of life) : ḥw.t-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13263",
            "name": "EGYPTIAN HIEROGLYPH O010B"
        },
        {
            "codepoint": "13264",
            "name": "EGYPTIAN HIEROGLYPH O010C"
        },
        {
            "codepoint": "13265",
            "name": "EGYPTIAN HIEROGLYPH O011",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13266",
            "name": "EGYPTIAN HIEROGLYPH O012",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13267",
            "name": "EGYPTIAN HIEROGLYPH O013",
            "comments": [
                "classifier enfolding, enclosing, walling in : sbḫ"
            ]
        },
        {
            "codepoint": "13268",
            "name": "EGYPTIAN HIEROGLYPH O014",
            "comments": [
                "classifier gateway : sbḫ.t"
            ]
        },
        {
            "codepoint": "13269",
            "name": "EGYPTIAN HIEROGLYPH O015",
            "comments": [
                "logogram (court) : wsḫ.t"
            ]
        },
        {
            "codepoint": "1326A",
            "name": "EGYPTIAN HIEROGLYPH O016",
            "comments": [
                "logogram (portal, portico) : sbḫ.t"
            ]
        },
        {
            "codepoint": "1326B",
            "name": "EGYPTIAN HIEROGLYPH O017",
            "comments": [
                "phonemogram : tꜣ"
            ]
        },
        {
            "codepoint": "1326C",
            "name": "EGYPTIAN HIEROGLYPH O018",
            "comments": [
                "classifier shrine, chapel : kꜣr"
            ]
        },
        {
            "codepoint": "1326D",
            "name": "EGYPTIAN HIEROGLYPH O019",
            "comments": [
                "classifier shrine : pr-wr"
            ]
        },
        {
            "codepoint": "1326E",
            "name": "EGYPTIAN HIEROGLYPH O019A",
            "comments": [
                "logogram (shrine, row of shrines) : ꞽtr.t"
            ]
        },
        {
            "codepoint": "1326F",
            "name": "EGYPTIAN HIEROGLYPH O020",
            "comments": [
                "classifier sanctuary, shrine : ꞽtr.ty"
            ]
        },
        {
            "codepoint": "13270",
            "name": "EGYPTIAN HIEROGLYPH O020A"
        },
        {
            "codepoint": "13271",
            "name": "EGYPTIAN HIEROGLYPH O021",
            "comments": [
                "logogram (pavilion, hall, booth) : sḥ"
            ]
        },
        {
            "codepoint": "13272",
            "name": "EGYPTIAN HIEROGLYPH O022",
            "comments": [
                "classifier booth : sḥ"
            ]
        },
        {
            "codepoint": "13273",
            "name": "EGYPTIAN HIEROGLYPH O023",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13274",
            "name": "EGYPTIAN HIEROGLYPH O024",
            "comments": [
                "classifier pyramid, tomb : mr"
            ]
        },
        {
            "codepoint": "13275",
            "name": "EGYPTIAN HIEROGLYPH O024A",
            "comments": [
                "classifier solar temple : sḫ.t-rꜥ"
            ]
        },
        {
            "codepoint": "13276",
            "name": "EGYPTIAN HIEROGLYPH O025",
            "comments": [
                "classifier obelisk : tḫn"
            ]
        },
        {
            "codepoint": "13277",
            "name": "EGYPTIAN HIEROGLYPH O025A",
            "comments": [
                "classifier solar temple : nḫn-rꜥ"
            ]
        },
        {
            "codepoint": "13278",
            "name": "EGYPTIAN HIEROGLYPH O026",
            "comments": [
                "classifier stela : wḏ"
            ]
        },
        {
            "codepoint": "13279",
            "name": "EGYPTIAN HIEROGLYPH O027",
            "comments": [
                "classifier hall, office : ḫꜣ"
            ]
        },
        {
            "codepoint": "1327A",
            "name": "EGYPTIAN HIEROGLYPH O028",
            "comments": [
                "phonemogram : ꞽwn"
            ]
        },
        {
            "codepoint": "1327B",
            "name": "EGYPTIAN HIEROGLYPH O029",
            "comments": [
                "phonemogram : ꜥꜣ"
            ],
            "variations": [
                "1327B FE00 rotated 90 degrees",
                "1327B FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1327C",
            "name": "EGYPTIAN HIEROGLYPH O029A",
            "comments": [
                "rotated variant of 1327B",
                "phonemogram : ꜥꜣ"
            ]
        },
        {
            "codepoint": "1327D",
            "name": "EGYPTIAN HIEROGLYPH O030",
            "comments": [
                "not to be confused with 13361",
                "logogram (pole, support) : sḫn.t"
            ]
        },
        {
            "codepoint": "1327E",
            "name": "EGYPTIAN HIEROGLYPH O030A"
        },
        {
            "codepoint": "1327F",
            "name": "EGYPTIAN HIEROGLYPH O031",
            "comments": [
                "logogram (gate) : ꜥꜣ"
            ],
            "variations": [
                "1327F FE00 rotated 90 degrees",
                "1327F FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13280",
            "name": "EGYPTIAN HIEROGLYPH O032",
            "comments": [
                "classifier doorway : sbꜣ"
            ]
        },
        {
            "codepoint": "13281",
            "name": "EGYPTIAN HIEROGLYPH O033",
            "comments": [
                "classifier palace façade : srḫ"
            ]
        },
        {
            "codepoint": "13282",
            "name": "EGYPTIAN HIEROGLYPH O033A",
            "comments": [
                "end of serekh enclosure"
            ],
            "crossReferences": [
                "(egyptian hieroglyph o006a - 13258)"
            ]
        },
        {
            "codepoint": "13283",
            "name": "EGYPTIAN HIEROGLYPH O034",
            "crossReferences": [
                "(egyptian hieroglyph s029 - 132F4)"
            ],
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "13284",
            "name": "EGYPTIAN HIEROGLYPH O035",
            "comments": [
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "13285",
            "name": "EGYPTIAN HIEROGLYPH O036",
            "comments": [
                "logogram (wall) : ꞽnb"
            ],
            "variations": [
                "13285 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13286",
            "name": "EGYPTIAN HIEROGLYPH O036A",
            "comments": [
                "beginning of fortified wall cartouche"
            ]
        },
        {
            "codepoint": "13287",
            "name": "EGYPTIAN HIEROGLYPH O036B",
            "comments": [
                "end of fortified wall cartouche"
            ]
        },
        {
            "codepoint": "13288",
            "name": "EGYPTIAN HIEROGLYPH O036C",
            "comments": [
                "beginning of fortified wall enclosure"
            ]
        },
        {
            "codepoint": "13289",
            "name": "EGYPTIAN HIEROGLYPH O036D",
            "comments": [
                "end of fortified wall enclosure"
            ]
        },
        {
            "codepoint": "1328A",
            "name": "EGYPTIAN HIEROGLYPH O037",
            "comments": [
                "classifier overthrow, demolish : whn"
            ]
        },
        {
            "codepoint": "1328B",
            "name": "EGYPTIAN HIEROGLYPH O038",
            "comments": [
                "classifier passage : ꜥrr.yt"
            ]
        },
        {
            "codepoint": "1328C",
            "name": "EGYPTIAN HIEROGLYPH O039",
            "comments": [
                "not to be confused with 13219",
                "classifier stone, brick, pebble : mꜣṯ"
            ],
            "variations": [
                "1328C FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1328D",
            "name": "EGYPTIAN HIEROGLYPH O040",
            "comments": [
                "logogram stairway : rwd"
            ]
        },
        {
            "codepoint": "1328E",
            "name": "EGYPTIAN HIEROGLYPH O041",
            "comments": [
                "classifier ascending, being high : ḳꜣ.y"
            ]
        },
        {
            "codepoint": "1328F",
            "name": "EGYPTIAN HIEROGLYPH O042",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13290",
            "name": "EGYPTIAN HIEROGLYPH O043",
            "comments": [
                "older variant of 1328F",
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13291",
            "name": "EGYPTIAN HIEROGLYPH O044",
            "comments": [
                "logogram (office, rank, function) : ꞽꜣw.t"
            ]
        },
        {
            "codepoint": "13292",
            "name": "EGYPTIAN HIEROGLYPH O045",
            "comments": [
                "logogram (harim, inner chamber) : ꞽp.t"
            ]
        },
        {
            "codepoint": "13293",
            "name": "EGYPTIAN HIEROGLYPH O046",
            "comments": [
                "logogram (harim, inner chamber) : ꞽp.t"
            ]
        },
        {
            "codepoint": "13294",
            "name": "EGYPTIAN HIEROGLYPH O047",
            "comments": [
                "logogram (Hierakonpolis) : nḫn"
            ]
        },
        {
            "codepoint": "13295",
            "name": "EGYPTIAN HIEROGLYPH O048",
            "comments": [
                "logogram (time, occasion) : sp"
            ]
        },
        {
            "codepoint": "13296",
            "name": "EGYPTIAN HIEROGLYPH O049",
            "comments": [
                "logogram (city, village) : nꞽw.t"
            ]
        },
        {
            "codepoint": "13297",
            "name": "EGYPTIAN HIEROGLYPH O050",
            "comments": [
                "classifier treshing floor : sp.t"
            ]
        },
        {
            "codepoint": "13298",
            "name": "EGYPTIAN HIEROGLYPH O050A"
        },
        {
            "codepoint": "13299",
            "name": "EGYPTIAN HIEROGLYPH O050B",
            "comments": [
                "mirrored version of 13298",
                "phono-repeater/classifier (time, occasion) : sp"
            ]
        },
        {
            "codepoint": "1329A",
            "name": "EGYPTIAN HIEROGLYPH O051",
            "comments": [
                "logogram (granary) : šnw.t"
            ]
        },
        {
            "codepoint": "1329B",
            "name": "EGYPTIAN HIEROGLYPH P001",
            "comments": [
                "classifier movement : ḫnt"
            ]
        },
        {
            "codepoint": "1329C",
            "name": "EGYPTIAN HIEROGLYPH P001A",
            "comments": [
                "classifier to upset, to overturn : pnꜥ"
            ]
        },
        {
            "codepoint": "1329D",
            "name": "EGYPTIAN HIEROGLYPH P002"
        },
        {
            "codepoint": "1329E",
            "name": "EGYPTIAN HIEROGLYPH P003",
            "comments": [
                "classifier bark/boat : (m)skt.t"
            ]
        },
        {
            "codepoint": "1329F",
            "name": "EGYPTIAN HIEROGLYPH P003A",
            "comments": [
                "mirrored variant of 1329E"
            ]
        },
        {
            "codepoint": "132A0",
            "name": "EGYPTIAN HIEROGLYPH P004",
            "comments": [
                "logogram (to loosen, to explain) : wḥꜥ"
            ]
        },
        {
            "codepoint": "132A1",
            "name": "EGYPTIAN HIEROGLYPH P005",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "132A2",
            "name": "EGYPTIAN HIEROGLYPH P006",
            "comments": [
                "phonemogram : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "132A3",
            "name": "EGYPTIAN HIEROGLYPH P007",
            "comments": [
                "phonemogram : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "132A4",
            "name": "EGYPTIAN HIEROGLYPH P008",
            "comments": [
                "phonemogram : ḫrw"
            ],
            "variations": [
                "132A4 FE01 rotated 180 degrees",
                "132A4 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "132A5",
            "name": "EGYPTIAN HIEROGLYPH P009",
            "comments": [
                "phonemogram : ḫrw=f(y)"
            ]
        },
        {
            "codepoint": "132A6",
            "name": "EGYPTIAN HIEROGLYPH P010",
            "comments": [
                "logogram (steering oar) : ḥmw"
            ]
        },
        {
            "codepoint": "132A7",
            "name": "EGYPTIAN HIEROGLYPH P011",
            "comments": [
                "not to be confused with 131E9 or 1342A",
                "classifier mooring post : mnꞽ.t"
            ]
        },
        {
            "codepoint": "132A8",
            "name": "EGYPTIAN HIEROGLYPH Q001",
            "comments": [
                "logogram (seat, throne, place) : s.t"
            ]
        },
        {
            "codepoint": "132A9",
            "name": "EGYPTIAN HIEROGLYPH Q002",
            "comments": [
                "phonemogram : ws"
            ]
        },
        {
            "codepoint": "132AA",
            "name": "EGYPTIAN HIEROGLYPH Q003",
            "comments": [
                "phonemogram : p"
            ],
            "variations": [
                "132AA FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "132AB",
            "name": "EGYPTIAN HIEROGLYPH Q004",
            "comments": [
                "classifier headrest : wrs"
            ]
        },
        {
            "codepoint": "132AC",
            "name": "EGYPTIAN HIEROGLYPH Q005",
            "comments": [
                "classifier box : hn(w)"
            ]
        },
        {
            "codepoint": "132AD",
            "name": "EGYPTIAN HIEROGLYPH Q006",
            "comments": [
                "classifier coffin : ḳrs.w"
            ]
        },
        {
            "codepoint": "132AE",
            "name": "EGYPTIAN HIEROGLYPH Q007",
            "comments": [
                "classifier fire, flame, heat : sḏ.t"
            ]
        },
        {
            "codepoint": "132AF",
            "name": "EGYPTIAN HIEROGLYPH R001",
            "comments": [
                "classifier altar : ḫꜣ(w).t"
            ]
        },
        {
            "codepoint": "132B0",
            "name": "EGYPTIAN HIEROGLYPH R002",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "132B1",
            "name": "EGYPTIAN HIEROGLYPH R002A",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "132B2",
            "name": "EGYPTIAN HIEROGLYPH R003",
            "comments": [
                "classifier festival : ḥ(ꜣ)b"
            ]
        },
        {
            "codepoint": "132B3",
            "name": "EGYPTIAN HIEROGLYPH R003A",
            "comments": [
                "classifier offering table/jar-stand : ḫnt"
            ]
        },
        {
            "codepoint": "132B4",
            "name": "EGYPTIAN HIEROGLYPH R003B"
        },
        {
            "codepoint": "132B5",
            "name": "EGYPTIAN HIEROGLYPH R004",
            "comments": [
                "logogram (offering) : ḥtp"
            ]
        },
        {
            "codepoint": "132B6",
            "name": "EGYPTIAN HIEROGLYPH R005",
            "comments": [
                "classifier fumigation/censing : kꜣp"
            ]
        },
        {
            "codepoint": "132B7",
            "name": "EGYPTIAN HIEROGLYPH R006",
            "comments": [
                "logogram (to fumigate, to cense) : kꜣp"
            ]
        },
        {
            "codepoint": "132B8",
            "name": "EGYPTIAN HIEROGLYPH R007",
            "comments": [
                "logogram (incense) : snṯr"
            ]
        },
        {
            "codepoint": "132B9",
            "name": "EGYPTIAN HIEROGLYPH R008",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "132BA",
            "name": "EGYPTIAN HIEROGLYPH R009",
            "comments": [
                "classifier natron : ḥsmn"
            ]
        },
        {
            "codepoint": "132BB",
            "name": "EGYPTIAN HIEROGLYPH R010",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "132BC",
            "name": "EGYPTIAN HIEROGLYPH R010A",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "132BD",
            "name": "EGYPTIAN HIEROGLYPH R011",
            "comments": [
                "phonemogram : ḏd"
            ]
        },
        {
            "codepoint": "132BE",
            "name": "EGYPTIAN HIEROGLYPH R012",
            "comments": [
                "classifier standard : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "132BF",
            "name": "EGYPTIAN HIEROGLYPH R013",
            "comments": [
                "logogram (west, right side) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "132C0",
            "name": "EGYPTIAN HIEROGLYPH R014",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "132C1",
            "name": "EGYPTIAN HIEROGLYPH R015",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "132C2",
            "name": "EGYPTIAN HIEROGLYPH R016",
            "comments": [
                "classifier fray, battle : sk.w"
            ]
        },
        {
            "codepoint": "132C3",
            "name": "EGYPTIAN HIEROGLYPH R016A",
            "comments": [
                "logogram (Nefertem) : nfr-tm"
            ]
        },
        {
            "codepoint": "132C4",
            "name": "EGYPTIAN HIEROGLYPH R017",
            "comments": [
                "logogram (8th nome of Upper Egypt) : tꜣ-wr"
            ]
        },
        {
            "codepoint": "132C5",
            "name": "EGYPTIAN HIEROGLYPH R018",
            "comments": [
                "logogram (8th nome of Upper Egypt) : tꜣ-wr"
            ]
        },
        {
            "codepoint": "132C6",
            "name": "EGYPTIAN HIEROGLYPH R019",
            "comments": [
                "logogram (Thebes) : wꜣs.t"
            ]
        },
        {
            "codepoint": "132C7",
            "name": "EGYPTIAN HIEROGLYPH R020",
            "comments": [
                "logogram (Seshat (divinity)) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "132C8",
            "name": "EGYPTIAN HIEROGLYPH R021",
            "comments": [
                "logogram (Seshat (divinity)) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "132C9",
            "name": "EGYPTIAN HIEROGLYPH R022",
            "comments": [
                "logogram (Letopolis) : ḫm"
            ]
        },
        {
            "codepoint": "132CA",
            "name": "EGYPTIAN HIEROGLYPH R023",
            "comments": [
                "logogram (Min (divinity)) : mnw"
            ]
        },
        {
            "codepoint": "132CB",
            "name": "EGYPTIAN HIEROGLYPH R024",
            "comments": [
                "logogram (Neith (divinity)) : n.t"
            ],
            "variations": [
                "132CB FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "132CC",
            "name": "EGYPTIAN HIEROGLYPH R025",
            "comments": [
                "logogram (Neith (divinity)) : n.t"
            ]
        },
        {
            "codepoint": "132CD",
            "name": "EGYPTIAN HIEROGLYPH R026",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "132CE",
            "name": "EGYPTIAN HIEROGLYPH R027",
            "comments": [
                "logogram (Neith (divinity)) : n.t"
            ]
        },
        {
            "codepoint": "132CF",
            "name": "EGYPTIAN HIEROGLYPH R028",
            "comments": [
                "logogram (Bat (7th nome of Upper Egypt)) : bꜣ.t"
            ]
        },
        {
            "codepoint": "132D0",
            "name": "EGYPTIAN HIEROGLYPH R029",
            "comments": [
                "logogram (shrine, row of shrines) : ꞽtr.t"
            ]
        },
        {
            "codepoint": "132D1",
            "name": "EGYPTIAN HIEROGLYPH S001",
            "comments": [
                "phonemogram : ḥḏ"
            ]
        },
        {
            "codepoint": "132D2",
            "name": "EGYPTIAN HIEROGLYPH S002",
            "comments": [
                "classifier crown : wrr.t"
            ]
        },
        {
            "codepoint": "132D3",
            "name": "EGYPTIAN HIEROGLYPH S002A",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "132D4",
            "name": "EGYPTIAN HIEROGLYPH S003",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "132D5",
            "name": "EGYPTIAN HIEROGLYPH S004",
            "comments": [
                "classifier crown : n.t"
            ]
        },
        {
            "codepoint": "132D6",
            "name": "EGYPTIAN HIEROGLYPH S005",
            "comments": [
                "classifier double crown : sḫm.ty"
            ]
        },
        {
            "codepoint": "132D7",
            "name": "EGYPTIAN HIEROGLYPH S006",
            "comments": [
                "classifier double crown : sḫm.ty"
            ]
        },
        {
            "codepoint": "132D8",
            "name": "EGYPTIAN HIEROGLYPH S006A",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "132D9",
            "name": "EGYPTIAN HIEROGLYPH S007",
            "comments": [
                "classifier crown : ḫprš"
            ]
        },
        {
            "codepoint": "132DA",
            "name": "EGYPTIAN HIEROGLYPH S008",
            "comments": [
                "logogram (Atef-crown) : ꜣtf"
            ]
        },
        {
            "codepoint": "132DB",
            "name": "EGYPTIAN HIEROGLYPH S009",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "132DC",
            "name": "EGYPTIAN HIEROGLYPH S010",
            "comments": [
                "logogram (strip of cloth, fillet) : mḏḥ"
            ],
            "variations": [
                "132DC FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "132DD",
            "name": "EGYPTIAN HIEROGLYPH S011",
            "comments": [
                "logogram (necklace, collar) : wsḫ"
            ]
        },
        {
            "codepoint": "132DE",
            "name": "EGYPTIAN HIEROGLYPH S012",
            "comments": [
                "logogram (gold) : nbw"
            ]
        },
        {
            "codepoint": "132DF",
            "name": "EGYPTIAN HIEROGLYPH S013",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "132E0",
            "name": "EGYPTIAN HIEROGLYPH S014",
            "comments": [
                "logogram (silver) : ḥḏ"
            ]
        },
        {
            "codepoint": "132E1",
            "name": "EGYPTIAN HIEROGLYPH S014A",
            "comments": [
                "logogram (white gold, fine gold, electrum) : ḏꜥm"
            ]
        },
        {
            "codepoint": "132E2",
            "name": "EGYPTIAN HIEROGLYPH S014B"
        },
        {
            "codepoint": "132E3",
            "name": "EGYPTIAN HIEROGLYPH S015",
            "comments": [
                "logogram (faience, glass) : ṯḥn.t"
            ]
        },
        {
            "codepoint": "132E4",
            "name": "EGYPTIAN HIEROGLYPH S016",
            "comments": [
                "logogram (faience, glass) : ṯḥn.t"
            ]
        },
        {
            "codepoint": "132E5",
            "name": "EGYPTIAN HIEROGLYPH S017",
            "comments": [
                "logogram (faience, glass) : ṯḥn.t"
            ]
        },
        {
            "codepoint": "132E6",
            "name": "EGYPTIAN HIEROGLYPH S017A",
            "comments": [
                "phonemogram : šsm"
            ]
        },
        {
            "codepoint": "132E7",
            "name": "EGYPTIAN HIEROGLYPH S018",
            "comments": [
                "classifier necklace : mnꞽ.t"
            ],
            "variations": [
                "132E7 FE00 rotated 90 degrees",
                "132E7 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "132E8",
            "name": "EGYPTIAN HIEROGLYPH S019",
            "comments": [
                "logogram (sealbearer) : ḫtm.w/y"
            ]
        },
        {
            "codepoint": "132E9",
            "name": "EGYPTIAN HIEROGLYPH S020",
            "comments": [
                "logogram (seal, lock, sealing) : ḫtm"
            ],
            "variations": [
                "132E9 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "132EA",
            "name": "EGYPTIAN HIEROGLYPH S021",
            "comments": [
                "logogram (necklace, collar) : wsḫ"
            ]
        },
        {
            "codepoint": "132EB",
            "name": "EGYPTIAN HIEROGLYPH S022",
            "comments": [
                "phonemogram : sṯ"
            ]
        },
        {
            "codepoint": "132EC",
            "name": "EGYPTIAN HIEROGLYPH S023",
            "comments": [
                "logogram (to unite, to assemble) : dmḏ"
            ]
        },
        {
            "codepoint": "132ED",
            "name": "EGYPTIAN HIEROGLYPH S024",
            "comments": [
                "classifier to tie, to bind : ṯs"
            ]
        },
        {
            "codepoint": "132EE",
            "name": "EGYPTIAN HIEROGLYPH S025",
            "comments": [
                "classifier garment, mantle, kilt : mꜣs.t"
            ]
        },
        {
            "codepoint": "132EF",
            "name": "EGYPTIAN HIEROGLYPH S026",
            "comments": [
                "classifier kilt, royal apron : šnḏ.wt"
            ]
        },
        {
            "codepoint": "132F0",
            "name": "EGYPTIAN HIEROGLYPH S026A",
            "comments": [
                "not to be confused with 13200, 133D4, or 133F3",
                "logogram (loincloth, garment) : dꜣꞽ.w"
            ]
        },
        {
            "codepoint": "132F1",
            "name": "EGYPTIAN HIEROGLYPH S026B"
        },
        {
            "codepoint": "132F2",
            "name": "EGYPTIAN HIEROGLYPH S027",
            "comments": [
                "logogram (clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "132F3",
            "name": "EGYPTIAN HIEROGLYPH S028",
            "comments": [
                "classifier clothing : ḥbs"
            ]
        },
        {
            "codepoint": "132F4",
            "name": "EGYPTIAN HIEROGLYPH S029",
            "crossReferences": [
                "(egyptian hieroglyph o034 - 13283)"
            ],
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "132F5",
            "name": "EGYPTIAN HIEROGLYPH S030",
            "comments": [
                "phonemogram : sf"
            ]
        },
        {
            "codepoint": "132F6",
            "name": "EGYPTIAN HIEROGLYPH S031",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "132F7",
            "name": "EGYPTIAN HIEROGLYPH S032",
            "comments": [
                "phonemogram : sꞽꜣ"
            ]
        },
        {
            "codepoint": "132F8",
            "name": "EGYPTIAN HIEROGLYPH S033",
            "comments": [
                "classifier sandal : ṯbw.t"
            ],
            "variations": [
                "132F8 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "132F9",
            "name": "EGYPTIAN HIEROGLYPH S034",
            "comments": [
                "logogram (life) : ꜥnḫ"
            ]
        },
        {
            "codepoint": "132FA",
            "name": "EGYPTIAN HIEROGLYPH S035",
            "comments": [
                "classifier shadow, shade : mnḳb"
            ]
        },
        {
            "codepoint": "132FB",
            "name": "EGYPTIAN HIEROGLYPH S035A",
            "comments": [
                "variant of 132FA"
            ]
        },
        {
            "codepoint": "132FC",
            "name": "EGYPTIAN HIEROGLYPH S036",
            "comments": [
                "older variant of 132FA",
                "logogram (shadow, shade) : šw.t"
            ]
        },
        {
            "codepoint": "132FD",
            "name": "EGYPTIAN HIEROGLYPH S037",
            "comments": [
                "logogram (fan) : ḫw"
            ],
            "variations": [
                "132FD FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "132FE",
            "name": "EGYPTIAN HIEROGLYPH S038",
            "comments": [
                "phonemogram : ḥḳꜣ"
            ]
        },
        {
            "codepoint": "132FF",
            "name": "EGYPTIAN HIEROGLYPH S039",
            "comments": [
                "logogram (shepherd's crook) : ꜥw.t"
            ]
        },
        {
            "codepoint": "13300",
            "name": "EGYPTIAN HIEROGLYPH S040",
            "comments": [
                "phonemogram : wꜣs"
            ]
        },
        {
            "codepoint": "13301",
            "name": "EGYPTIAN HIEROGLYPH S041",
            "comments": [
                "classifier sceptre : ḏꜥm"
            ]
        },
        {
            "codepoint": "13302",
            "name": "EGYPTIAN HIEROGLYPH S042",
            "comments": [
                "phonemogram : sḫm"
            ],
            "variations": [
                "13302 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13303",
            "name": "EGYPTIAN HIEROGLYPH S043",
            "comments": [
                "phonemogram : md(w)"
            ],
            "variations": [
                "13303 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13304",
            "name": "EGYPTIAN HIEROGLYPH S044",
            "comments": [
                "classifier staff, sceptre : ꜣsm"
            ]
        },
        {
            "codepoint": "13305",
            "name": "EGYPTIAN HIEROGLYPH S045",
            "comments": [
                "logogram (flagellum) : nḫꜣḫꜣ"
            ]
        },
        {
            "codepoint": "13306",
            "name": "EGYPTIAN HIEROGLYPH S046",
            "comments": [
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "13307",
            "name": "EGYPTIAN HIEROGLYPH T001",
            "comments": [
                "phonemogram : mn"
            ],
            "variations": [
                "13307 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13308",
            "name": "EGYPTIAN HIEROGLYPH T002",
            "comments": [
                "classifier striking, hitting : sḳr"
            ],
            "variations": [
                "13308 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13309",
            "name": "EGYPTIAN HIEROGLYPH T003",
            "comments": [
                "phonemogram : ḥḏ"
            ]
        },
        {
            "codepoint": "1330A",
            "name": "EGYPTIAN HIEROGLYPH T003A",
            "comments": [
                "phonemogram : ḥḏw"
            ]
        },
        {
            "codepoint": "1330B",
            "name": "EGYPTIAN HIEROGLYPH T004",
            "comments": [
                "phonemogram : ḥḏ"
            ]
        },
        {
            "codepoint": "1330C",
            "name": "EGYPTIAN HIEROGLYPH T005",
            "comments": [
                "phonemogram : ḥḏ"
            ]
        },
        {
            "codepoint": "1330D",
            "name": "EGYPTIAN HIEROGLYPH T006",
            "comments": [
                "phonemogram : ḥḏḏ"
            ]
        },
        {
            "codepoint": "1330E",
            "name": "EGYPTIAN HIEROGLYPH T007",
            "comments": [
                "logogram (carpenter, shipwright) : mḏḥ.w"
            ]
        },
        {
            "codepoint": "1330F",
            "name": "EGYPTIAN HIEROGLYPH T007A",
            "comments": [
                "classifier axe, battle-axe : ꞽḳḥ.w"
            ]
        },
        {
            "codepoint": "13310",
            "name": "EGYPTIAN HIEROGLYPH T008",
            "comments": [
                "older variant of 13311",
                "phonemogram : tp"
            ],
            "variations": [
                "13310 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13311",
            "name": "EGYPTIAN HIEROGLYPH T008A",
            "comments": [
                "phonemogram : tp"
            ],
            "variations": [
                "13311 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13312",
            "name": "EGYPTIAN HIEROGLYPH T009",
            "comments": [
                "classifier bow, weapon : pḏ.t"
            ],
            "variations": [
                "13312 FE01 rotated 180 degrees",
                "13312 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13313",
            "name": "EGYPTIAN HIEROGLYPH T009A",
            "comments": [
                "older variant of 13312",
                "phonemogram : pḏ"
            ],
            "variations": [
                "13313 FE01 rotated 180 degrees",
                "13313 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13314",
            "name": "EGYPTIAN HIEROGLYPH T010",
            "comments": [
                "logogram (bow) : pḏ.t"
            ],
            "variations": [
                "13314 FE01 rotated 180 degrees",
                "13314 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13315",
            "name": "EGYPTIAN HIEROGLYPH T011",
            "comments": [
                "phonemogram : swn"
            ]
        },
        {
            "codepoint": "13316",
            "name": "EGYPTIAN HIEROGLYPH T011A"
        },
        {
            "codepoint": "13317",
            "name": "EGYPTIAN HIEROGLYPH T012",
            "comments": [
                "phonemogram : rwḏ"
            ]
        },
        {
            "codepoint": "13318",
            "name": "EGYPTIAN HIEROGLYPH T013",
            "comments": [
                "phono-repeater : rs"
            ]
        },
        {
            "codepoint": "13319",
            "name": "EGYPTIAN HIEROGLYPH T014",
            "comments": [
                "phono-repeater : ḳmꜣ"
            ]
        },
        {
            "codepoint": "1331A",
            "name": "EGYPTIAN HIEROGLYPH T015",
            "comments": [
                "older variant of 13319",
                "phonemogram : ṯḥn"
            ]
        },
        {
            "codepoint": "1331B",
            "name": "EGYPTIAN HIEROGLYPH T016",
            "comments": [
                "classifier curved blade, scimitar : ḫpš"
            ],
            "variations": [
                "1331B FE00 rotated 90 degrees",
                "1331B FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "1331C",
            "name": "EGYPTIAN HIEROGLYPH T016A",
            "comments": [
                "classifier strong arm, power, strength : ḫpš"
            ],
            "variations": [
                "1331C FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1331D",
            "name": "EGYPTIAN HIEROGLYPH T017",
            "comments": [
                "logogram (chariot) : wrr.t"
            ]
        },
        {
            "codepoint": "1331E",
            "name": "EGYPTIAN HIEROGLYPH T018",
            "comments": [
                "logogram (follower, retainer) : šms.w"
            ]
        },
        {
            "codepoint": "1331F",
            "name": "EGYPTIAN HIEROGLYPH T019",
            "comments": [
                "classifier bone : ꜣbw"
            ]
        },
        {
            "codepoint": "13320",
            "name": "EGYPTIAN HIEROGLYPH T020",
            "comments": [
                "older variant of 1331F",
                "classifier harpoon : ḳs"
            ]
        },
        {
            "codepoint": "13321",
            "name": "EGYPTIAN HIEROGLYPH T021",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ],
            "variations": [
                "13321 FE01 rotated 180 degrees",
                "13321 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13322",
            "name": "EGYPTIAN HIEROGLYPH T022",
            "comments": [
                "phonemogram : sn"
            ],
            "variations": [
                "13322 FE00 rotated 90 degrees",
                "13322 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "13323",
            "name": "EGYPTIAN HIEROGLYPH T023",
            "comments": [
                "more recent variant of 13322",
                "phonemogram : sn"
            ]
        },
        {
            "codepoint": "13324",
            "name": "EGYPTIAN HIEROGLYPH T024",
            "comments": [
                "classifier catching, netting : ꞽ.ꜥḥ"
            ]
        },
        {
            "codepoint": "13325",
            "name": "EGYPTIAN HIEROGLYPH T025",
            "comments": [
                "phonemogram : ḏbꜣ"
            ]
        },
        {
            "codepoint": "13326",
            "name": "EGYPTIAN HIEROGLYPH T026",
            "comments": [
                "classifier catching, netting : ꞽbṯ"
            ]
        },
        {
            "codepoint": "13327",
            "name": "EGYPTIAN HIEROGLYPH T027",
            "comments": [
                "older variant of 13326",
                "classifier weaving, woven material : sḫt"
            ]
        },
        {
            "codepoint": "13328",
            "name": "EGYPTIAN HIEROGLYPH T028",
            "comments": [
                "phonemogram : ẖr"
            ]
        },
        {
            "codepoint": "13329",
            "name": "EGYPTIAN HIEROGLYPH T029",
            "comments": [
                "logogram (place of slaughter)"
            ]
        },
        {
            "codepoint": "1332A",
            "name": "EGYPTIAN HIEROGLYPH T030",
            "comments": [
                "classifier cutting, slaughter : ds"
            ]
        },
        {
            "codepoint": "1332B",
            "name": "EGYPTIAN HIEROGLYPH T031",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "1332C",
            "name": "EGYPTIAN HIEROGLYPH T032",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "1332D",
            "name": "EGYPTIAN HIEROGLYPH T032A",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "1332E",
            "name": "EGYPTIAN HIEROGLYPH T033",
            "comments": [
                "older variant of 13326",
                "logogram (butcher) : sšm"
            ]
        },
        {
            "codepoint": "1332F",
            "name": "EGYPTIAN HIEROGLYPH T033A"
        },
        {
            "codepoint": "13330",
            "name": "EGYPTIAN HIEROGLYPH T034",
            "comments": [
                "classifier knife : nm"
            ]
        },
        {
            "codepoint": "13331",
            "name": "EGYPTIAN HIEROGLYPH T035",
            "comments": [
                "variant of 13330",
                "logogram (knife) : nm"
            ],
            "variations": [
                "13331 FE01 rotated 180 degrees",
                "13331 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13332",
            "name": "EGYPTIAN HIEROGLYPH T036",
            "comments": [
                "classifier shield : ꞽkm"
            ]
        },
        {
            "codepoint": "13333",
            "name": "EGYPTIAN HIEROGLYPH U001",
            "comments": [
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "13334",
            "name": "EGYPTIAN HIEROGLYPH U002",
            "comments": [
                "stylistic variant of 13333",
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "13335",
            "name": "EGYPTIAN HIEROGLYPH U003",
            "comments": [
                "phonemogram (in mꜣꜣ, to see) : mꜣ"
            ]
        },
        {
            "codepoint": "13336",
            "name": "EGYPTIAN HIEROGLYPH U004",
            "comments": [
                "phonemogram : mꜣꜥ"
            ]
        },
        {
            "codepoint": "13337",
            "name": "EGYPTIAN HIEROGLYPH U005",
            "comments": [
                "stylistic variant of 13336",
                "phonemogram : mꜣꜥ"
            ]
        },
        {
            "codepoint": "13338",
            "name": "EGYPTIAN HIEROGLYPH U006",
            "comments": [
                "phonemogram : mr"
            ],
            "variations": [
                "13338 FE03 rotated approximately 30 degrees",
                "13338 FE06 rotated approximately 320 degrees [horizontal]"
            ]
        },
        {
            "codepoint": "13339",
            "name": "EGYPTIAN HIEROGLYPH U006A",
            "comments": [
                "stylistic variant of 13338"
            ]
        },
        {
            "codepoint": "1333A",
            "name": "EGYPTIAN HIEROGLYPH U006B",
            "comments": [
                "mirrored version of 13339"
            ]
        },
        {
            "codepoint": "1333B",
            "name": "EGYPTIAN HIEROGLYPH U007",
            "comments": [
                "variant of 13338",
                "phonemogram : mr"
            ]
        },
        {
            "codepoint": "1333C",
            "name": "EGYPTIAN HIEROGLYPH U008",
            "comments": [
                "variant of 1333B",
                "phonemogram : ḥn"
            ],
            "variations": [
                "1333C FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1333D",
            "name": "EGYPTIAN HIEROGLYPH U009",
            "comments": [
                "classifier grain/barley : sšr"
            ]
        },
        {
            "codepoint": "1333E",
            "name": "EGYPTIAN HIEROGLYPH U010",
            "comments": [
                "logogram (harvest, crop) : šm.w"
            ]
        },
        {
            "codepoint": "1333F",
            "name": "EGYPTIAN HIEROGLYPH U011",
            "comments": [
                "logogram (bushel (a corn measure, 10 hin)) : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "13340",
            "name": "EGYPTIAN HIEROGLYPH U012",
            "comments": [
                "logogram (bushel (a corn measure, 10 hin)) : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "13341",
            "name": "EGYPTIAN HIEROGLYPH U013",
            "comments": [
                "classifier plough/plowed material : skꜣ"
            ]
        },
        {
            "codepoint": "13342",
            "name": "EGYPTIAN HIEROGLYPH U014",
            "comments": [
                "phono-repeater : šnꜥ"
            ]
        },
        {
            "codepoint": "13343",
            "name": "EGYPTIAN HIEROGLYPH U015",
            "comments": [
                "phonemogram : tm"
            ]
        },
        {
            "codepoint": "13344",
            "name": "EGYPTIAN HIEROGLYPH U016",
            "comments": [
                "phonemogram : bꞽꜣ"
            ]
        },
        {
            "codepoint": "13345",
            "name": "EGYPTIAN HIEROGLYPH U017",
            "comments": [
                "phonemogram : grg"
            ]
        },
        {
            "codepoint": "13346",
            "name": "EGYPTIAN HIEROGLYPH U018",
            "comments": [
                "variant of 13345",
                "logogram (to found, to establish, to hunt, to lay (a trap)) : grg"
            ]
        },
        {
            "codepoint": "13347",
            "name": "EGYPTIAN HIEROGLYPH U019",
            "comments": [
                "phonemogram : nw"
            ]
        },
        {
            "codepoint": "13348",
            "name": "EGYPTIAN HIEROGLYPH U020",
            "comments": [
                "older variant of 13347",
                "phonemogram : nw"
            ]
        },
        {
            "codepoint": "13349",
            "name": "EGYPTIAN HIEROGLYPH U021",
            "comments": [
                "phonemogram : stp"
            ]
        },
        {
            "codepoint": "1334A",
            "name": "EGYPTIAN HIEROGLYPH U022",
            "comments": [
                "phono-repeater : mnḫ"
            ],
            "variations": [
                "1334A FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1334B",
            "name": "EGYPTIAN HIEROGLYPH U023",
            "comments": [
                "phonemogram : ꜣb/mr"
            ]
        },
        {
            "codepoint": "1334C",
            "name": "EGYPTIAN HIEROGLYPH U023A",
            "comments": [
                "stylistic variant of 1334B",
                "phonemogram : mr"
            ]
        },
        {
            "codepoint": "1334D",
            "name": "EGYPTIAN HIEROGLYPH U024",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "1334E",
            "name": "EGYPTIAN HIEROGLYPH U025",
            "comments": [
                "older variant of 1334D",
                "logogram (craft) : ḥmw.t"
            ]
        },
        {
            "codepoint": "1334F",
            "name": "EGYPTIAN HIEROGLYPH U026",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "13350",
            "name": "EGYPTIAN HIEROGLYPH U027",
            "comments": [
                "older variant of 1334F",
                "classifier to open : wbꜣ"
            ]
        },
        {
            "codepoint": "13351",
            "name": "EGYPTIAN HIEROGLYPH U028",
            "comments": [
                "phonemogram : ḏꜣ"
            ]
        },
        {
            "codepoint": "13352",
            "name": "EGYPTIAN HIEROGLYPH U029",
            "comments": [
                "older variant of 13351",
                "phonemogram : ḏꜣ"
            ]
        },
        {
            "codepoint": "13353",
            "name": "EGYPTIAN HIEROGLYPH U029A",
            "comments": [
                "phonemogram : wḏꜣ"
            ]
        },
        {
            "codepoint": "13354",
            "name": "EGYPTIAN HIEROGLYPH U030",
            "comments": [
                "phonemogram : tꜣ"
            ]
        },
        {
            "codepoint": "13355",
            "name": "EGYPTIAN HIEROGLYPH U031",
            "comments": [
                "classifier to restrain : rtḥ"
            ]
        },
        {
            "codepoint": "13356",
            "name": "EGYPTIAN HIEROGLYPH U032",
            "comments": [
                "logogram (to pound, to crush) : sḥm"
            ]
        },
        {
            "codepoint": "13357",
            "name": "EGYPTIAN HIEROGLYPH U032A",
            "comments": [
                "phono-repeater : smn"
            ]
        },
        {
            "codepoint": "13358",
            "name": "EGYPTIAN HIEROGLYPH U033",
            "comments": [
                "phonemogram : tꞽ"
            ]
        },
        {
            "codepoint": "13359",
            "name": "EGYPTIAN HIEROGLYPH U034",
            "comments": [
                "phonemogram : ḫsf"
            ]
        },
        {
            "codepoint": "1335A",
            "name": "EGYPTIAN HIEROGLYPH U035",
            "comments": [
                "phonemogram : ḫsf"
            ]
        },
        {
            "codepoint": "1335B",
            "name": "EGYPTIAN HIEROGLYPH U036",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "1335C",
            "name": "EGYPTIAN HIEROGLYPH U037",
            "comments": [
                "logogram (razor) : mẖꜥḳ.t"
            ]
        },
        {
            "codepoint": "1335D",
            "name": "EGYPTIAN HIEROGLYPH U038",
            "comments": [
                "logogram (balance) : mḫꜣ.t"
            ]
        },
        {
            "codepoint": "1335E",
            "name": "EGYPTIAN HIEROGLYPH U039",
            "comments": [
                "classifier balance, scale : mḫꜣ.t"
            ]
        },
        {
            "codepoint": "1335F",
            "name": "EGYPTIAN HIEROGLYPH U040",
            "comments": [
                "cursive variant of 1335E",
                "phonemogram : rs"
            ]
        },
        {
            "codepoint": "13360",
            "name": "EGYPTIAN HIEROGLYPH U041",
            "comments": [
                "classifier plummet : tḫ"
            ]
        },
        {
            "codepoint": "13361",
            "name": "EGYPTIAN HIEROGLYPH U042",
            "comments": [
                "not to be confused with 1327D",
                "logogram (staff) : ms.t"
            ],
            "variations": [
                "13361 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13362",
            "name": "EGYPTIAN HIEROGLYPH V001",
            "comments": [
                "classifier 'cord, rope'",
                "not to be confused with 133F2",
                "logogram (100) : šn.t"
            ]
        },
        {
            "codepoint": "13363",
            "name": "EGYPTIAN HIEROGLYPH V001A",
            "comments": [
                "200"
            ]
        },
        {
            "codepoint": "13364",
            "name": "EGYPTIAN HIEROGLYPH V001B",
            "comments": [
                "300"
            ]
        },
        {
            "codepoint": "13365",
            "name": "EGYPTIAN HIEROGLYPH V001C",
            "comments": [
                "400"
            ]
        },
        {
            "codepoint": "13366",
            "name": "EGYPTIAN HIEROGLYPH V001D",
            "comments": [
                "500"
            ]
        },
        {
            "codepoint": "13367",
            "name": "EGYPTIAN HIEROGLYPH V001E",
            "comments": [
                "600"
            ]
        },
        {
            "codepoint": "13368",
            "name": "EGYPTIAN HIEROGLYPH V001F",
            "comments": [
                "700"
            ]
        },
        {
            "codepoint": "13369",
            "name": "EGYPTIAN HIEROGLYPH V001G",
            "comments": [
                "800"
            ]
        },
        {
            "codepoint": "1336A",
            "name": "EGYPTIAN HIEROGLYPH V001H",
            "comments": [
                "900"
            ]
        },
        {
            "codepoint": "1336B",
            "name": "EGYPTIAN HIEROGLYPH V001I",
            "comments": [
                "500"
            ]
        },
        {
            "codepoint": "1336C",
            "name": "EGYPTIAN HIEROGLYPH V002",
            "comments": [
                "logogram (to drag, to pull, to draw) : sṯꜣ"
            ]
        },
        {
            "codepoint": "1336D",
            "name": "EGYPTIAN HIEROGLYPH V002A",
            "comments": [
                "phonemogram : stꜣ/sṯꜣ"
            ]
        },
        {
            "codepoint": "1336E",
            "name": "EGYPTIAN HIEROGLYPH V003",
            "comments": [
                "phonemogram : sṯꜣ.w"
            ]
        },
        {
            "codepoint": "1336F",
            "name": "EGYPTIAN HIEROGLYPH V004",
            "comments": [
                "phonemogram : wꜣ"
            ]
        },
        {
            "codepoint": "13370",
            "name": "EGYPTIAN HIEROGLYPH V005",
            "comments": [
                "logogram (foundation) : snṯ"
            ]
        },
        {
            "codepoint": "13371",
            "name": "EGYPTIAN HIEROGLYPH V006",
            "comments": [
                "phonemogram : šs"
            ]
        },
        {
            "codepoint": "13372",
            "name": "EGYPTIAN HIEROGLYPH V007",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "13373",
            "name": "EGYPTIAN HIEROGLYPH V007A",
            "comments": [
                "classifier cloth : ꞽꜣḳs"
            ],
            "variations": [
                "13373 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13374",
            "name": "EGYPTIAN HIEROGLYPH V007B",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "13375",
            "name": "EGYPTIAN HIEROGLYPH V008",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "13376",
            "name": "EGYPTIAN HIEROGLYPH V009",
            "comments": [
                "logogram (to surround, to encircle) : šnꞽ"
            ]
        },
        {
            "codepoint": "13377",
            "name": "EGYPTIAN HIEROGLYPH V010",
            "comments": [
                "logogram (name) : rn"
            ],
            "variations": [
                "13377 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13378",
            "name": "EGYPTIAN HIEROGLYPH V011",
            "crossReferences": [
                "(egyptian hieroglyph v011d - 1342F)"
            ],
            "comments": [
                "classifier half, part, portion : psš"
            ],
            "variations": [
                "13378 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13379",
            "name": "EGYPTIAN HIEROGLYPH V011A",
            "comments": [
                "beginning of cartouche"
            ]
        },
        {
            "codepoint": "1337A",
            "name": "EGYPTIAN HIEROGLYPH V011B",
            "comments": [
                "end of cartouche"
            ]
        },
        {
            "codepoint": "1337B",
            "name": "EGYPTIAN HIEROGLYPH V011C",
            "comments": [
                "end of knotless cartouche"
            ]
        },
        {
            "codepoint": "1337C",
            "name": "EGYPTIAN HIEROGLYPH V012",
            "comments": [
                "classifier papyrus/book/document : šꜥ.t"
            ]
        },
        {
            "codepoint": "1337D",
            "name": "EGYPTIAN HIEROGLYPH V012A",
            "comments": [
                "phonemogram : dḳr"
            ],
            "variations": [
                "1337D FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1337E",
            "name": "EGYPTIAN HIEROGLYPH V012B",
            "comments": [
                "classifier papyrus/book/document : wḏ.w-nṯr.w"
            ]
        },
        {
            "codepoint": "1337F",
            "name": "EGYPTIAN HIEROGLYPH V013",
            "comments": [
                "transliterated as 1E6F",
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "13380",
            "name": "EGYPTIAN HIEROGLYPH V014",
            "comments": [
                "variant of 1337F",
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "13381",
            "name": "EGYPTIAN HIEROGLYPH V015",
            "comments": [
                "phonemogram : ꞽṯ(ꞽ)"
            ]
        },
        {
            "codepoint": "13382",
            "name": "EGYPTIAN HIEROGLYPH V016",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "13383",
            "name": "EGYPTIAN HIEROGLYPH V017",
            "comments": [
                "logogram (protection) : sꜣ"
            ]
        },
        {
            "codepoint": "13384",
            "name": "EGYPTIAN HIEROGLYPH V018",
            "comments": [
                "older variant of 13383",
                "logogram (protection) : sꜣ"
            ]
        },
        {
            "codepoint": "13385",
            "name": "EGYPTIAN HIEROGLYPH V019",
            "comments": [
                "logogram (stable) : mḏ.t"
            ],
            "variations": [
                "13385 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "13386",
            "name": "EGYPTIAN HIEROGLYPH V020",
            "comments": [
                "not to be confused with 133AD",
                "logogram (10) : mḏ"
            ]
        },
        {
            "codepoint": "13387",
            "name": "EGYPTIAN HIEROGLYPH V020A",
            "comments": [
                "not to be confused with 133AE",
                "20"
            ]
        },
        {
            "codepoint": "13388",
            "name": "EGYPTIAN HIEROGLYPH V020B",
            "comments": [
                "30"
            ]
        },
        {
            "codepoint": "13389",
            "name": "EGYPTIAN HIEROGLYPH V020C",
            "comments": [
                "40"
            ]
        },
        {
            "codepoint": "1338A",
            "name": "EGYPTIAN HIEROGLYPH V020D",
            "comments": [
                "50"
            ]
        },
        {
            "codepoint": "1338B",
            "name": "EGYPTIAN HIEROGLYPH V020E",
            "comments": [
                "60"
            ]
        },
        {
            "codepoint": "1338C",
            "name": "EGYPTIAN HIEROGLYPH V020F",
            "comments": [
                "70"
            ]
        },
        {
            "codepoint": "1338D",
            "name": "EGYPTIAN HIEROGLYPH V020G",
            "comments": [
                "80"
            ]
        },
        {
            "codepoint": "1338E",
            "name": "EGYPTIAN HIEROGLYPH V020H",
            "comments": [
                "90"
            ]
        },
        {
            "codepoint": "1338F",
            "name": "EGYPTIAN HIEROGLYPH V020I",
            "comments": [
                "variant of 13387",
                "20"
            ]
        },
        {
            "codepoint": "13390",
            "name": "EGYPTIAN HIEROGLYPH V020J",
            "comments": [
                "variant of 13388",
                "30"
            ]
        },
        {
            "codepoint": "13391",
            "name": "EGYPTIAN HIEROGLYPH V020K",
            "comments": [
                "variant of 13389",
                "40"
            ]
        },
        {
            "codepoint": "13392",
            "name": "EGYPTIAN HIEROGLYPH V020L",
            "comments": [
                "variant of 1338A",
                "50"
            ]
        },
        {
            "codepoint": "13393",
            "name": "EGYPTIAN HIEROGLYPH V021",
            "comments": [
                "logogram (stable) : mḏ.t"
            ]
        },
        {
            "codepoint": "13394",
            "name": "EGYPTIAN HIEROGLYPH V022",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13395",
            "name": "EGYPTIAN HIEROGLYPH V023",
            "comments": [
                "older variant of 13394",
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13396",
            "name": "EGYPTIAN HIEROGLYPH V023A",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13397",
            "name": "EGYPTIAN HIEROGLYPH V024",
            "comments": [
                "phonemogram : wḏ > wd"
            ]
        },
        {
            "codepoint": "13398",
            "name": "EGYPTIAN HIEROGLYPH V025",
            "comments": [
                "more recent variant of 13397",
                "phonemogram : wḏ > wd"
            ]
        },
        {
            "codepoint": "13399",
            "name": "EGYPTIAN HIEROGLYPH V026",
            "comments": [
                "phonemogram : ꜥnḏ"
            ],
            "variations": [
                "13399 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1339A",
            "name": "EGYPTIAN HIEROGLYPH V027",
            "comments": [
                "older variant of 13399",
                "phonemogram : ꜥnḏ"
            ],
            "variations": [
                "1339A FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1339B",
            "name": "EGYPTIAN HIEROGLYPH V028",
            "comments": [
                "transliterated as 1E25",
                "phonemogram : ḥ"
            ],
            "crossReferences": [
                "(arabic letter hah - 062D)"
            ]
        },
        {
            "codepoint": "1339C",
            "name": "EGYPTIAN HIEROGLYPH V028A",
            "comments": [
                "phonemogram : ḥꜥ"
            ]
        },
        {
            "codepoint": "1339D",
            "name": "EGYPTIAN HIEROGLYPH V029",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "1339E",
            "name": "EGYPTIAN HIEROGLYPH V029A",
            "comments": [
                "phonemogram : sk"
            ]
        },
        {
            "codepoint": "1339F",
            "name": "EGYPTIAN HIEROGLYPH V030",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "133A0",
            "name": "EGYPTIAN HIEROGLYPH V030A",
            "comments": [
                "stylistic variant, use of 1339F is preferred"
            ]
        },
        {
            "codepoint": "133A1",
            "name": "EGYPTIAN HIEROGLYPH V031",
            "crossReferences": [
                "(hebrew letter kaf - 05DB)",
                "(arabic letter kaf - 0643)"
            ],
            "comments": [
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "133A2",
            "name": "EGYPTIAN HIEROGLYPH V031A",
            "comments": [
                "from hieratic",
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "133A3",
            "name": "EGYPTIAN HIEROGLYPH V032",
            "comments": [
                "phonemogram : msn"
            ]
        },
        {
            "codepoint": "133A4",
            "name": "EGYPTIAN HIEROGLYPH V033",
            "comments": [
                "classifier linen : sšr"
            ]
        },
        {
            "codepoint": "133A5",
            "name": "EGYPTIAN HIEROGLYPH V033A",
            "comments": [
                "classifier sack, bundle : ḳꜣr"
            ]
        },
        {
            "codepoint": "133A6",
            "name": "EGYPTIAN HIEROGLYPH V034",
            "comments": [
                "more recent variant of 133A4",
                "classifier (perfume) : st"
            ]
        },
        {
            "codepoint": "133A7",
            "name": "EGYPTIAN HIEROGLYPH V035",
            "comments": [
                "logogram (linen) : sšr"
            ]
        },
        {
            "codepoint": "133A8",
            "name": "EGYPTIAN HIEROGLYPH V036",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "133A9",
            "name": "EGYPTIAN HIEROGLYPH V037",
            "comments": [
                "phono-repeater : ꞽdr"
            ]
        },
        {
            "codepoint": "133AA",
            "name": "EGYPTIAN HIEROGLYPH V037A",
            "comments": [
                "phonemogram : ꞽd"
            ]
        },
        {
            "codepoint": "133AB",
            "name": "EGYPTIAN HIEROGLYPH V038",
            "comments": [
                "not to be confused with 1308B",
                "classifier to bandage, to wrap : wt"
            ]
        },
        {
            "codepoint": "133AC",
            "name": "EGYPTIAN HIEROGLYPH V039",
            "comments": [
                "logogram (Tit-amulet) : tꞽ.t"
            ]
        },
        {
            "codepoint": "133AD",
            "name": "EGYPTIAN HIEROGLYPH V040",
            "comments": [
                "not to be confused with 13386",
                "10"
            ]
        },
        {
            "codepoint": "133AE",
            "name": "EGYPTIAN HIEROGLYPH V040A",
            "comments": [
                "not to be confused with 13387",
                "20"
            ]
        },
        {
            "codepoint": "133AF",
            "name": "EGYPTIAN HIEROGLYPH W001",
            "comments": [
                "classifier oil, unguent : mrḥ.t"
            ],
            "variations": [
                "133AF FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "133B0",
            "name": "EGYPTIAN HIEROGLYPH W002",
            "comments": [
                "phonemogram : bꜣs"
            ],
            "variations": [
                "133B0 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "133B1",
            "name": "EGYPTIAN HIEROGLYPH W003",
            "comments": [
                "logogram (festival) : ḥ(ꜣ)b"
            ]
        },
        {
            "codepoint": "133B2",
            "name": "EGYPTIAN HIEROGLYPH W003A",
            "comments": [
                "stylistic variant, use of 133B1 is preferred"
            ]
        },
        {
            "codepoint": "133B3",
            "name": "EGYPTIAN HIEROGLYPH W004",
            "comments": [
                "logogram (festival) : h(ꜣ)b"
            ]
        },
        {
            "codepoint": "133B4",
            "name": "EGYPTIAN HIEROGLYPH W005",
            "comments": [
                "logogram (lector priest) : ẖr.y-ḥ(ꜣ)b.t"
            ]
        },
        {
            "codepoint": "133B5",
            "name": "EGYPTIAN HIEROGLYPH W006",
            "comments": [
                "classifier cauldron : ḥw.t"
            ]
        },
        {
            "codepoint": "133B6",
            "name": "EGYPTIAN HIEROGLYPH W007",
            "comments": [
                "classifier granite : mꜣṯ"
            ]
        },
        {
            "codepoint": "133B7",
            "name": "EGYPTIAN HIEROGLYPH W008",
            "comments": [
                "phono-repeater : ꜣb"
            ]
        },
        {
            "codepoint": "133B8",
            "name": "EGYPTIAN HIEROGLYPH W009",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "133B9",
            "name": "EGYPTIAN HIEROGLYPH W009A",
            "comments": [
                "mirrored version of 133B8"
            ]
        },
        {
            "codepoint": "133BA",
            "name": "EGYPTIAN HIEROGLYPH W010",
            "comments": [
                "phonemogram : ꜥ"
            ]
        },
        {
            "codepoint": "133BB",
            "name": "EGYPTIAN HIEROGLYPH W010A",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "133BC",
            "name": "EGYPTIAN HIEROGLYPH W011",
            "comments": [
                "phonemogram : g"
            ]
        },
        {
            "codepoint": "133BD",
            "name": "EGYPTIAN HIEROGLYPH W012",
            "comments": [
                "older variant of 133BC",
                "phonemogram : g"
            ]
        },
        {
            "codepoint": "133BE",
            "name": "EGYPTIAN HIEROGLYPH W013",
            "comments": [
                "classifier red (earthenware) vessel : dšr.t"
            ]
        },
        {
            "codepoint": "133BF",
            "name": "EGYPTIAN HIEROGLYPH W014",
            "comments": [
                "phonemogram : ḥs"
            ],
            "variations": [
                "133BF FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "133C0",
            "name": "EGYPTIAN HIEROGLYPH W014A"
        },
        {
            "codepoint": "133C1",
            "name": "EGYPTIAN HIEROGLYPH W015",
            "comments": [
                "logogram (to be cool, to cool) : ḳbḥ"
            ]
        },
        {
            "codepoint": "133C2",
            "name": "EGYPTIAN HIEROGLYPH W016",
            "comments": [
                "classifier libation water : ḳbḥ"
            ]
        },
        {
            "codepoint": "133C3",
            "name": "EGYPTIAN HIEROGLYPH W017",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "133C4",
            "name": "EGYPTIAN HIEROGLYPH W017A",
            "comments": [
                "cursive variant of 133C3",
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "133C5",
            "name": "EGYPTIAN HIEROGLYPH W018",
            "comments": [
                "older variant of 133C3",
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "133C6",
            "name": "EGYPTIAN HIEROGLYPH W018A",
            "comments": [
                "cursive variant of 133C5"
            ]
        },
        {
            "codepoint": "133C7",
            "name": "EGYPTIAN HIEROGLYPH W019",
            "comments": [
                "phonemogram : mꞽ"
            ]
        },
        {
            "codepoint": "133C8",
            "name": "EGYPTIAN HIEROGLYPH W020",
            "comments": [
                "classifier milk : ꞽrṯ.t"
            ]
        },
        {
            "codepoint": "133C9",
            "name": "EGYPTIAN HIEROGLYPH W021",
            "comments": [
                "classifier wine : ꞽrp"
            ]
        },
        {
            "codepoint": "133CA",
            "name": "EGYPTIAN HIEROGLYPH W022",
            "comments": [
                "logogram (beer) : ḥnḳ.t"
            ]
        },
        {
            "codepoint": "133CB",
            "name": "EGYPTIAN HIEROGLYPH W023",
            "comments": [
                "logogram (beer) : ḥnḳ.t"
            ]
        },
        {
            "codepoint": "133CC",
            "name": "EGYPTIAN HIEROGLYPH W024",
            "comments": [
                "phonemogram : nw"
            ]
        },
        {
            "codepoint": "133CD",
            "name": "EGYPTIAN HIEROGLYPH W024A",
            "comments": [
                "monogram 'nw(n)' or 'nww'"
            ]
        },
        {
            "codepoint": "133CE",
            "name": "EGYPTIAN HIEROGLYPH W025",
            "comments": [
                "phonemogram : ꞽn(ꞽ)"
            ]
        },
        {
            "codepoint": "133CF",
            "name": "EGYPTIAN HIEROGLYPH X001",
            "comments": [
                "phonemogram : t"
            ]
        },
        {
            "codepoint": "133D0",
            "name": "EGYPTIAN HIEROGLYPH X002",
            "comments": [
                "logogram (bread) : t"
            ]
        },
        {
            "codepoint": "133D1",
            "name": "EGYPTIAN HIEROGLYPH X003",
            "comments": [
                "variant of 133D0",
                "classifier bread/food"
            ]
        },
        {
            "codepoint": "133D2",
            "name": "EGYPTIAN HIEROGLYPH X004",
            "comments": [
                "classifier Festival"
            ]
        },
        {
            "codepoint": "133D3",
            "name": "EGYPTIAN HIEROGLYPH X004A",
            "comments": [
                "variant of 133D2",
                "phonemogram : t"
            ],
            "variations": [
                "133D3 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "133D4",
            "name": "EGYPTIAN HIEROGLYPH X004B",
            "comments": [
                "variant of 133D2",
                "not to be confused with 13200, 132F0, or 133F3",
                "classifier bread, Festival; Phonemogram t; Logogram t (bread); Phono-repeater: sn, fḳꜣ : t | sn, fḳꜣ"
            ]
        },
        {
            "codepoint": "133D5",
            "name": "EGYPTIAN HIEROGLYPH X005",
            "comments": [
                "hieratic",
                "variant of 133D4",
                "phono-repeater : sn"
            ]
        },
        {
            "codepoint": "133D6",
            "name": "EGYPTIAN HIEROGLYPH X006",
            "comments": [
                "classifier offering, cake, loaf : t-ꜣsr"
            ]
        },
        {
            "codepoint": "133D7",
            "name": "EGYPTIAN HIEROGLYPH X006A"
        },
        {
            "codepoint": "133D8",
            "name": "EGYPTIAN HIEROGLYPH X007",
            "comments": [
                "not to be confused with 1320E",
                "classifier food : gs"
            ]
        },
        {
            "codepoint": "133D9",
            "name": "EGYPTIAN HIEROGLYPH X008",
            "comments": [
                "phonemogram : ḏꞽ > dꞽ"
            ]
        },
        {
            "codepoint": "133DA",
            "name": "EGYPTIAN HIEROGLYPH X008A",
            "comments": [
                "variant of 133D9",
                "not to be confused with 131EE",
                "classifier bread : t-ḥḏ"
            ]
        },
        {
            "codepoint": "133DB",
            "name": "EGYPTIAN HIEROGLYPH Y001",
            "comments": [
                "classifier abstract words : sspd.w"
            ],
            "variations": [
                "133DB FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "133DC",
            "name": "EGYPTIAN HIEROGLYPH Y001A",
            "comments": [
                "rotated variant of 133DB",
                "logogram (papyrus scroll, book) : mḏꜣ.t"
            ]
        },
        {
            "codepoint": "133DD",
            "name": "EGYPTIAN HIEROGLYPH Y002",
            "comments": [
                "older variant of 133DB",
                "classifier writing, things written : mdw"
            ],
            "variations": [
                "133DD FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "133DE",
            "name": "EGYPTIAN HIEROGLYPH Y003",
            "comments": [
                "logogram (scribe) : sš"
            ]
        },
        {
            "codepoint": "133DF",
            "name": "EGYPTIAN HIEROGLYPH Y004",
            "comments": [
                "mirrored version of 133DE",
                "logogram (scribe) : sš"
            ]
        },
        {
            "codepoint": "133E0",
            "name": "EGYPTIAN HIEROGLYPH Y005",
            "comments": [
                "phonemogram : mn"
            ]
        },
        {
            "codepoint": "133E1",
            "name": "EGYPTIAN HIEROGLYPH Y006",
            "comments": [
                "classifier game, gamepiece : sn.t"
            ]
        },
        {
            "codepoint": "133E2",
            "name": "EGYPTIAN HIEROGLYPH Y007",
            "comments": [
                "classifier harp : bn.t"
            ]
        },
        {
            "codepoint": "133E3",
            "name": "EGYPTIAN HIEROGLYPH Y008",
            "comments": [
                "classifier sistrum : sḫm"
            ]
        },
        {
            "codepoint": "133E4",
            "name": "EGYPTIAN HIEROGLYPH Z001",
            "comments": [
                "not to be confused with 133FA",
                "classifier semogram"
            ]
        },
        {
            "codepoint": "133E5",
            "name": "EGYPTIAN HIEROGLYPH Z002",
            "comments": [
                "not to be confused with 133FC",
                "classifier plural"
            ],
            "variations": [
                "133E5 FE00 rotated 90 degrees [= 270 degrees]"
            ]
        },
        {
            "codepoint": "133E6",
            "name": "EGYPTIAN HIEROGLYPH Z002A",
            "comments": [
                "stylistic variant of 133E5"
            ]
        },
        {
            "codepoint": "133E7",
            "name": "EGYPTIAN HIEROGLYPH Z002B",
            "comments": [
                "not to be confused with 13213"
            ],
            "variations": [
                "133E7 FE00 rotated 90 degrees [= 270 degrees]"
            ]
        },
        {
            "codepoint": "133E8",
            "name": "EGYPTIAN HIEROGLYPH Z002C",
            "comments": [
                "variant of 133E6",
                "classifier plural"
            ],
            "variations": [
                "133E8 FE01 rotated 180 degrees"
            ]
        },
        {
            "codepoint": "133E9",
            "name": "EGYPTIAN HIEROGLYPH Z002D",
            "comments": [
                "variant of 133E8",
                "classifier plural"
            ]
        },
        {
            "codepoint": "133EA",
            "name": "EGYPTIAN HIEROGLYPH Z003",
            "comments": [
                "variant of 133E5",
                "classifier plural"
            ]
        },
        {
            "codepoint": "133EB",
            "name": "EGYPTIAN HIEROGLYPH Z003A",
            "comments": [
                "variant of 133EA",
                "classifier plural"
            ]
        },
        {
            "codepoint": "133EC",
            "name": "EGYPTIAN HIEROGLYPH Z003B",
            "comments": [
                "variant of 133E7"
            ]
        },
        {
            "codepoint": "133ED",
            "name": "EGYPTIAN HIEROGLYPH Z004",
            "comments": [
                "classifier 'dual'",
                "phonemogram : y"
            ],
            "crossReferences": [
                "(egyptian hieroglyph m017a - 131CC)"
            ]
        },
        {
            "codepoint": "133EE",
            "name": "EGYPTIAN HIEROGLYPH Z004A",
            "comments": [
                "variant of 133ED",
                "classifier 'dual'",
                "transliterated as y",
                "not to be confused with 133FB",
                "logogram (2) : sn.w"
            ]
        },
        {
            "codepoint": "133EF",
            "name": "EGYPTIAN HIEROGLYPH Z005",
            "comments": [
                "substitute for dangerous signs"
            ]
        },
        {
            "codepoint": "133F0",
            "name": "EGYPTIAN HIEROGLYPH Z005A",
            "comments": [
                "variant of 133EF",
                "classifier divinity (replacing G7)"
            ]
        },
        {
            "codepoint": "133F1",
            "name": "EGYPTIAN HIEROGLYPH Z006",
            "comments": [
                "classifier death : ḫp.t"
            ]
        },
        {
            "codepoint": "133F2",
            "name": "EGYPTIAN HIEROGLYPH Z007",
            "comments": [
                "not to be confused with 13362",
                "phonemogram : w"
            ],
            "variations": [
                "133F2 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "133F3",
            "name": "EGYPTIAN HIEROGLYPH Z008",
            "comments": [
                "not to be confused with 13200, 132F0, or 133D4",
                "classifier round, oval : šn(.w)"
            ]
        },
        {
            "codepoint": "133F4",
            "name": "EGYPTIAN HIEROGLYPH Z009",
            "comments": [
                "classifier divide : psš"
            ]
        },
        {
            "codepoint": "133F5",
            "name": "EGYPTIAN HIEROGLYPH Z010",
            "comments": [
                "older variant of 133F4",
                "classifier break : ḥbs"
            ],
            "variations": [
                "133F5 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "133F6",
            "name": "EGYPTIAN HIEROGLYPH Z011",
            "comments": [
                "phonemogram : ꞽm"
            ],
            "variations": [
                "133F6 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "133F7",
            "name": "EGYPTIAN HIEROGLYPH Z012",
            "comments": [
                "hieratic",
                "phonemogram : ḥw"
            ]
        },
        {
            "codepoint": "133F8",
            "name": "EGYPTIAN HIEROGLYPH Z013",
            "comments": [
                "circle, unmarked round sign",
                "not to be confused with 13082 or 131F3"
            ]
        },
        {
            "codepoint": "133F9",
            "name": "EGYPTIAN HIEROGLYPH Z014",
            "comments": [
                "hieratic",
                "classifier semogram"
            ]
        },
        {
            "codepoint": "133FA",
            "name": "EGYPTIAN HIEROGLYPH Z015",
            "comments": [
                "not to be confused with 133E4",
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "133FB",
            "name": "EGYPTIAN HIEROGLYPH Z015A",
            "comments": [
                "not to be confused with 133EE",
                "logogram (two) : sn.w"
            ]
        },
        {
            "codepoint": "133FC",
            "name": "EGYPTIAN HIEROGLYPH Z015B",
            "comments": [
                "not to be confused with 133E5",
                "logogram (three) : ḫmt"
            ],
            "crossReferences": [
                "(egyptian hieroglyph z003 - 133EA)"
            ]
        },
        {
            "codepoint": "133FD",
            "name": "EGYPTIAN HIEROGLYPH Z015C",
            "comments": [
                "logogram (four) : fd(.w)"
            ]
        },
        {
            "codepoint": "133FE",
            "name": "EGYPTIAN HIEROGLYPH Z015D",
            "comments": [
                "logogram (five) : dꞽw"
            ]
        },
        {
            "codepoint": "133FF",
            "name": "EGYPTIAN HIEROGLYPH Z015E",
            "comments": [
                "logogram (six) : sꞽs"
            ]
        },
        {
            "codepoint": "13400",
            "name": "EGYPTIAN HIEROGLYPH Z015F",
            "comments": [
                "logogram (seven) : sfḫ"
            ]
        },
        {
            "codepoint": "13401",
            "name": "EGYPTIAN HIEROGLYPH Z015G",
            "comments": [
                "logogram (eight) : ḫmn"
            ]
        },
        {
            "codepoint": "13402",
            "name": "EGYPTIAN HIEROGLYPH Z015H",
            "comments": [
                "logogram (nine) : psḏ"
            ]
        },
        {
            "codepoint": "13403",
            "name": "EGYPTIAN HIEROGLYPH Z015I",
            "comments": [
                "logogram (five) : dꞽw"
            ]
        },
        {
            "codepoint": "13404",
            "name": "EGYPTIAN HIEROGLYPH Z016",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "13405",
            "name": "EGYPTIAN HIEROGLYPH Z016A",
            "comments": [
                "logogram (two) : sn.w"
            ]
        },
        {
            "codepoint": "13406",
            "name": "EGYPTIAN HIEROGLYPH Z016B",
            "comments": [
                "logogram (three) : ḫmt"
            ]
        },
        {
            "codepoint": "13407",
            "name": "EGYPTIAN HIEROGLYPH Z016C",
            "comments": [
                "logogram (four) : fd(.w)"
            ]
        },
        {
            "codepoint": "13408",
            "name": "EGYPTIAN HIEROGLYPH Z016D",
            "comments": [
                "logogram (five) : dꞽw"
            ]
        },
        {
            "codepoint": "13409",
            "name": "EGYPTIAN HIEROGLYPH Z016E",
            "comments": [
                "logogram (six) : sꞽs"
            ]
        },
        {
            "codepoint": "1340A",
            "name": "EGYPTIAN HIEROGLYPH Z016F",
            "comments": [
                "logogram (seven) : sfḫ"
            ]
        },
        {
            "codepoint": "1340B",
            "name": "EGYPTIAN HIEROGLYPH Z016G",
            "comments": [
                "logogram ḫmn (eight)/Logogram ḫmnw (Hermopolis) : ḫmn & ḫmnw"
            ]
        },
        {
            "codepoint": "1340C",
            "name": "EGYPTIAN HIEROGLYPH Z016H",
            "comments": [
                "logogram (nine) : psḏ"
            ]
        },
        {
            "codepoint": "1340D",
            "name": "EGYPTIAN HIEROGLYPH AA001",
            "comments": [
                "transliterated as 1E2B",
                "phonemogram : ḫ"
            ],
            "crossReferences": [
                "(arabic letter khah - 062E)"
            ]
        },
        {
            "codepoint": "1340E",
            "name": "EGYPTIAN HIEROGLYPH AA002",
            "comments": [
                "classifier bad/evil : nḥꜣ"
            ]
        },
        {
            "codepoint": "1340F",
            "name": "EGYPTIAN HIEROGLYPH AA003",
            "comments": [
                "classifier efflux, smell (i.e., excrement) : ḥs"
            ]
        },
        {
            "codepoint": "13410",
            "name": "EGYPTIAN HIEROGLYPH AA004",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "13411",
            "name": "EGYPTIAN HIEROGLYPH AA005",
            "comments": [
                "classifier oar : ḥpt"
            ]
        },
        {
            "codepoint": "13412",
            "name": "EGYPTIAN HIEROGLYPH AA006",
            "comments": [
                "phono-repeater : ṯmꜣ"
            ]
        },
        {
            "codepoint": "13413",
            "name": "EGYPTIAN HIEROGLYPH AA007",
            "comments": [
                "classifier to present : sḳ(r)"
            ]
        },
        {
            "codepoint": "13414",
            "name": "EGYPTIAN HIEROGLYPH AA007A",
            "comments": [
                "mirrored version of 13413",
                "classifier to present : sḳ(r)"
            ]
        },
        {
            "codepoint": "13415",
            "name": "EGYPTIAN HIEROGLYPH AA007B"
        },
        {
            "codepoint": "13416",
            "name": "EGYPTIAN HIEROGLYPH AA008",
            "comments": [
                "logogram (nome, district) : spꜣ.t"
            ],
            "variations": [
                "13416 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13417",
            "name": "EGYPTIAN HIEROGLYPH AA009",
            "comments": [
                "classifier suffering : wḫd"
            ]
        },
        {
            "codepoint": "13418",
            "name": "EGYPTIAN HIEROGLYPH AA010",
            "comments": [
                "classifier writing : drf"
            ]
        },
        {
            "codepoint": "13419",
            "name": "EGYPTIAN HIEROGLYPH AA011",
            "comments": [
                "phonemogram : mꜣꜥ"
            ],
            "variations": [
                "13419 FE00 rotated 90 degrees",
                "13419 FE01 rotated 180 degrees",
                "13419 FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1341A",
            "name": "EGYPTIAN HIEROGLYPH AA012",
            "comments": [
                "older variant of 13419",
                "phonemogram : mꜣꜥ"
            ],
            "variations": [
                "1341A FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "1341B",
            "name": "EGYPTIAN HIEROGLYPH AA013",
            "comments": [
                "phonemogram : gs"
            ]
        },
        {
            "codepoint": "1341C",
            "name": "EGYPTIAN HIEROGLYPH AA014",
            "comments": [
                "older variant of 1341B",
                "logogram (side, half) : gs"
            ]
        },
        {
            "codepoint": "1341D",
            "name": "EGYPTIAN HIEROGLYPH AA015",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "1341E",
            "name": "EGYPTIAN HIEROGLYPH AA016",
            "comments": [
                "variant of 1341D",
                "logogram (side, half) : gs"
            ]
        },
        {
            "codepoint": "1341F",
            "name": "EGYPTIAN HIEROGLYPH AA017",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "13420",
            "name": "EGYPTIAN HIEROGLYPH AA018",
            "comments": [
                "more recent variant of 1341F",
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "13421",
            "name": "EGYPTIAN HIEROGLYPH AA019",
            "comments": [
                "classifier shrine, chapel"
            ]
        },
        {
            "codepoint": "13422",
            "name": "EGYPTIAN HIEROGLYPH AA020",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "13423",
            "name": "EGYPTIAN HIEROGLYPH AA021",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ],
            "variations": [
                "13423 FE00 rotated 90 degrees"
            ]
        },
        {
            "codepoint": "13424",
            "name": "EGYPTIAN HIEROGLYPH AA022",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ]
        },
        {
            "codepoint": "13425",
            "name": "EGYPTIAN HIEROGLYPH AA023",
            "comments": [
                "logogram (to press, to cling (to)) : mḏd"
            ]
        },
        {
            "codepoint": "13426",
            "name": "EGYPTIAN HIEROGLYPH AA024",
            "comments": [
                "older variant of 13425",
                "logogram (to press, to cling (to)) : mḏd"
            ]
        },
        {
            "codepoint": "13427",
            "name": "EGYPTIAN HIEROGLYPH AA025",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13428",
            "name": "EGYPTIAN HIEROGLYPH AA026",
            "comments": [
                "phonemogram : sbꞽ"
            ]
        },
        {
            "codepoint": "13429",
            "name": "EGYPTIAN HIEROGLYPH AA027",
            "comments": [
                "phonemogram : nḏ"
            ]
        },
        {
            "codepoint": "1342A",
            "name": "EGYPTIAN HIEROGLYPH AA028",
            "comments": [
                "not to be confused with 131E9 and 132A7",
                "phonemogram : ḳd"
            ]
        },
        {
            "codepoint": "1342B",
            "name": "EGYPTIAN HIEROGLYPH AA029",
            "comments": [
                "older variant of 1342A",
                "phonemogram : ḳd"
            ]
        },
        {
            "codepoint": "1342C",
            "name": "EGYPTIAN HIEROGLYPH AA030",
            "comments": [
                "logogram (ornament) : ẖkr"
            ],
            "variations": [
                "1342C FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1342D",
            "name": "EGYPTIAN HIEROGLYPH AA031",
            "comments": [
                "older variant of 1342C",
                "logogram (ornament) : ẖkr"
            ]
        },
        {
            "codepoint": "1342E",
            "name": "EGYPTIAN HIEROGLYPH AA032",
            "comments": [
                "logogram (Nubia) : sty"
            ],
            "variations": [
                "1342E FE02 rotated 270 degrees"
            ]
        },
        {
            "codepoint": "1342F",
            "name": "EGYPTIAN HIEROGLYPH V011D",
            "comments": [
                "knotted beginning of cartouche",
                "not to be confused with 13378"
            ]
        },
        {
            "codepoint": "13430",
            "name": "EGYPTIAN HIEROGLYPH VERTICAL JOINER",
            "aliases": [
                "sign separator: subordination (Manuel de Codage)"
            ]
        },
        {
            "codepoint": "13431",
            "name": "EGYPTIAN HIEROGLYPH HORIZONTAL JOINER",
            "aliases": [
                "sign separator: juxtaposition (Manuel de Codage)"
            ]
        },
        {
            "codepoint": "13432",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT TOP START"
        },
        {
            "codepoint": "13433",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT BOTTOM START"
        },
        {
            "codepoint": "13434",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT TOP END"
        },
        {
            "codepoint": "13435",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT BOTTOM END"
        },
        {
            "codepoint": "13436",
            "name": "EGYPTIAN HIEROGLYPH OVERLAY MIDDLE"
        },
        {
            "codepoint": "13437",
            "name": "EGYPTIAN HIEROGLYPH BEGIN SEGMENT"
        },
        {
            "codepoint": "13438",
            "name": "EGYPTIAN HIEROGLYPH END SEGMENT"
        },
        {
            "codepoint": "13439",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT MIDDLE"
        },
        {
            "codepoint": "1343A",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT TOP"
        },
        {
            "codepoint": "1343B",
            "name": "EGYPTIAN HIEROGLYPH INSERT AT BOTTOM"
        },
        {
            "codepoint": "1343C",
            "name": "EGYPTIAN HIEROGLYPH BEGIN ENCLOSURE"
        },
        {
            "codepoint": "1343D",
            "name": "EGYPTIAN HIEROGLYPH END ENCLOSURE"
        },
        {
            "codepoint": "1343E",
            "name": "EGYPTIAN HIEROGLYPH BEGIN WALLED ENCLOSURE"
        },
        {
            "codepoint": "1343F",
            "name": "EGYPTIAN HIEROGLYPH END WALLED ENCLOSURE"
        },
        {
            "codepoint": "13440",
            "name": "EGYPTIAN HIEROGLYPH MIRROR HORIZONTALLY"
        },
        {
            "codepoint": "13441",
            "name": "EGYPTIAN HIEROGLYPH FULL BLANK"
        },
        {
            "codepoint": "13442",
            "name": "EGYPTIAN HIEROGLYPH HALF BLANK"
        },
        {
            "codepoint": "13443",
            "name": "EGYPTIAN HIEROGLYPH LOST SIGN",
            "variations": [
                "13443 FE00 expanded"
            ]
        },
        {
            "codepoint": "13444",
            "name": "EGYPTIAN HIEROGLYPH HALF LOST SIGN",
            "variations": [
                "13444 FE00 expanded"
            ]
        },
        {
            "codepoint": "13445",
            "name": "EGYPTIAN HIEROGLYPH TALL LOST SIGN",
            "variations": [
                "13445 FE00 expanded"
            ]
        },
        {
            "codepoint": "13446",
            "name": "EGYPTIAN HIEROGLYPH WIDE LOST SIGN",
            "variations": [
                "13446 FE00 expanded"
            ]
        },
        {
            "codepoint": "13447",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START"
        },
        {
            "codepoint": "13448",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START"
        },
        {
            "codepoint": "13449",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START"
        },
        {
            "codepoint": "1344A",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP END"
        },
        {
            "codepoint": "1344B",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP"
        },
        {
            "codepoint": "1344C",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM START AND TOP END"
        },
        {
            "codepoint": "1344D",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND TOP"
        },
        {
            "codepoint": "1344E",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM END"
        },
        {
            "codepoint": "1344F",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP START AND BOTTOM END"
        },
        {
            "codepoint": "13450",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM"
        },
        {
            "codepoint": "13451",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT START AND BOTTOM"
        },
        {
            "codepoint": "13452",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT END"
        },
        {
            "codepoint": "13453",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP AND END"
        },
        {
            "codepoint": "13454",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM AND END"
        },
        {
            "codepoint": "13455",
            "name": "EGYPTIAN HIEROGLYPH MODIFIER DAMAGED"
        },
        {
            "codepoint": "13460",
            "name": "EGYPTIAN HIEROGLYPH-13460",
            "comments": [
                "classifier human being"
            ]
        },
        {
            "codepoint": "13461",
            "name": "EGYPTIAN HIEROGLYPH-13461",
            "comments": [
                "classifier human being : rmn.w"
            ]
        },
        {
            "codepoint": "13462",
            "name": "EGYPTIAN HIEROGLYPH-13462",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "13463",
            "name": "EGYPTIAN HIEROGLYPH-13463",
            "comments": [
                "classifier human being : wnn.yw"
            ]
        },
        {
            "codepoint": "13464",
            "name": "EGYPTIAN HIEROGLYPH-13464",
            "comments": [
                "classifier court, entourage : šny.t"
            ]
        },
        {
            "codepoint": "13465",
            "name": "EGYPTIAN HIEROGLYPH-13465",
            "comments": [
                "classifier occupation/relationship (fisherman or brewer) : ḏbḥ(.w) | dbḥ"
            ]
        },
        {
            "codepoint": "13466",
            "name": "EGYPTIAN HIEROGLYPH-13466",
            "comments": [
                "classifier to conspire, to brood : wꜣ"
            ]
        },
        {
            "codepoint": "13467",
            "name": "EGYPTIAN HIEROGLYPH-13467",
            "comments": [
                "classifier personal name"
            ]
        },
        {
            "codepoint": "13468",
            "name": "EGYPTIAN HIEROGLYPH-13468",
            "comments": [
                "logogram (enemies) : ḫft.yw"
            ]
        },
        {
            "codepoint": "13469",
            "name": "EGYPTIAN HIEROGLYPH-13469",
            "comments": [
                "classifier human being (poor man) : šwꜣ.w"
            ]
        },
        {
            "codepoint": "1346A",
            "name": "EGYPTIAN HIEROGLYPH-1346A",
            "comments": [
                "classifier human being : ḥnmm.t?"
            ]
        },
        {
            "codepoint": "1346B",
            "name": "EGYPTIAN HIEROGLYPH-1346B",
            "comments": [
                "logogram (vocative interjection) : ꞽ"
            ]
        },
        {
            "codepoint": "1346C",
            "name": "EGYPTIAN HIEROGLYPH-1346C",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1346D",
            "name": "EGYPTIAN HIEROGLYPH-1346D",
            "comments": [
                "classifier sitting : ḥ(m)sꞽ"
            ]
        },
        {
            "codepoint": "1346E",
            "name": "EGYPTIAN HIEROGLYPH-1346E"
        },
        {
            "codepoint": "1346F",
            "name": "EGYPTIAN HIEROGLYPH-1346F",
            "comments": [
                "classifier eating/drinking/speech/ silence/thoughts feelings"
            ]
        },
        {
            "codepoint": "13470",
            "name": "EGYPTIAN HIEROGLYPH-13470",
            "comments": [
                "classifier speech/sound : ṯḥḥ.wt"
            ]
        },
        {
            "codepoint": "13471",
            "name": "EGYPTIAN HIEROGLYPH-13471",
            "comments": [
                "classifier speech/silence : dbḥ"
            ]
        },
        {
            "codepoint": "13472",
            "name": "EGYPTIAN HIEROGLYPH-13472",
            "comments": [
                "classifier acclaim, speaking : nhm"
            ]
        },
        {
            "codepoint": "13473",
            "name": "EGYPTIAN HIEROGLYPH-13473",
            "comments": [
                "classifier speech/silence : ḏd"
            ]
        },
        {
            "codepoint": "13474",
            "name": "EGYPTIAN HIEROGLYPH-13474",
            "comments": [
                "classifier sitting/weak/faint"
            ]
        },
        {
            "codepoint": "13475",
            "name": "EGYPTIAN HIEROGLYPH-13475"
        },
        {
            "codepoint": "13476",
            "name": "EGYPTIAN HIEROGLYPH-13476",
            "comments": [
                "logogram (praise, worship) : dwꜣ"
            ]
        },
        {
            "codepoint": "13477",
            "name": "EGYPTIAN HIEROGLYPH-13477",
            "comments": [
                "classifier adoration : ꞽꜣw.t"
            ]
        },
        {
            "codepoint": "13478",
            "name": "EGYPTIAN HIEROGLYPH-13478",
            "comments": [
                "classifier supplication/hiding/rejection"
            ]
        },
        {
            "codepoint": "13479",
            "name": "EGYPTIAN HIEROGLYPH-13479",
            "comments": [
                "classifier harpooner/priest : msn.ty"
            ]
        },
        {
            "codepoint": "1347A",
            "name": "EGYPTIAN HIEROGLYPH-1347A",
            "comments": [
                "classifier reverence : ḥfꜣ"
            ]
        },
        {
            "codepoint": "1347B",
            "name": "EGYPTIAN HIEROGLYPH-1347B",
            "comments": [
                "classifier enemies : twꜣ.w"
            ]
        },
        {
            "codepoint": "1347C",
            "name": "EGYPTIAN HIEROGLYPH-1347C",
            "comments": [
                "classifier prisoner : sḳr-ꜥnḫ"
            ]
        },
        {
            "codepoint": "1347D",
            "name": "EGYPTIAN HIEROGLYPH-1347D",
            "comments": [
                "classifier human being/personal name"
            ]
        },
        {
            "codepoint": "1347E",
            "name": "EGYPTIAN HIEROGLYPH-1347E",
            "comments": [
                "classifier joy : hnw"
            ]
        },
        {
            "codepoint": "1347F",
            "name": "EGYPTIAN HIEROGLYPH-1347F",
            "comments": [
                "logogram (joy) : hnw"
            ]
        },
        {
            "codepoint": "13480",
            "name": "EGYPTIAN HIEROGLYPH-13480",
            "comments": [
                "classifier making music : ḫnw"
            ]
        },
        {
            "codepoint": "13481",
            "name": "EGYPTIAN HIEROGLYPH-13481",
            "comments": [
                "classifier joy : hnw"
            ]
        },
        {
            "codepoint": "13482",
            "name": "EGYPTIAN HIEROGLYPH-13482",
            "comments": [
                "classifier joy : hnw"
            ]
        },
        {
            "codepoint": "13483",
            "name": "EGYPTIAN HIEROGLYPH-13483",
            "comments": [
                "classifier human being"
            ]
        },
        {
            "codepoint": "13484",
            "name": "EGYPTIAN HIEROGLYPH-13484",
            "comments": [
                "classifier human being : ꞽt"
            ]
        },
        {
            "codepoint": "13485",
            "name": "EGYPTIAN HIEROGLYPH-13485",
            "comments": [
                "logogram (musician) : ḥs.w"
            ]
        },
        {
            "codepoint": "13486",
            "name": "EGYPTIAN HIEROGLYPH-13486",
            "comments": [
                "classifier bald : ꞽꜣs"
            ]
        },
        {
            "codepoint": "13487",
            "name": "EGYPTIAN HIEROGLYPH-13487",
            "comments": [
                "classifier music : ꞽḥy"
            ]
        },
        {
            "codepoint": "13488",
            "name": "EGYPTIAN HIEROGLYPH-13488"
        },
        {
            "codepoint": "13489",
            "name": "EGYPTIAN HIEROGLYPH-13489",
            "comments": [
                "classifier  to totter : mss"
            ]
        },
        {
            "codepoint": "1348A",
            "name": "EGYPTIAN HIEROGLYPH-1348A",
            "comments": [
                "classifier foreigner (nubian) : nḥs.y"
            ]
        },
        {
            "codepoint": "1348B",
            "name": "EGYPTIAN HIEROGLYPH-1348B",
            "comments": [
                "logogram (to fraternize) : snsn"
            ]
        },
        {
            "codepoint": "1348C",
            "name": "EGYPTIAN HIEROGLYPH-1348C",
            "comments": [
                "logogram (to fraternize) : snsn"
            ]
        },
        {
            "codepoint": "1348D",
            "name": "EGYPTIAN HIEROGLYPH-1348D",
            "comments": [
                "classifier deserter/wanderer : tš"
            ]
        },
        {
            "codepoint": "1348E",
            "name": "EGYPTIAN HIEROGLYPH-1348E",
            "comments": [
                "classifier to wrestle : ḳmꜣ"
            ]
        },
        {
            "codepoint": "1348F",
            "name": "EGYPTIAN HIEROGLYPH-1348F",
            "comments": [
                "classifier to defecate : fgn"
            ]
        },
        {
            "codepoint": "13490",
            "name": "EGYPTIAN HIEROGLYPH-13490",
            "comments": [
                "classifier to be short : ḥwꜥ"
            ]
        },
        {
            "codepoint": "13491",
            "name": "EGYPTIAN HIEROGLYPH-13491",
            "comments": [
                "logogram (to pour, to drain) : stꞽ"
            ]
        },
        {
            "codepoint": "13492",
            "name": "EGYPTIAN HIEROGLYPH-13492",
            "comments": [
                "classifier (the cold one) : ḥs.w"
            ]
        },
        {
            "codepoint": "13493",
            "name": "EGYPTIAN HIEROGLYPH-13493",
            "comments": [
                "phonemogram : ꞽn"
            ]
        },
        {
            "codepoint": "13494",
            "name": "EGYPTIAN HIEROGLYPH-13494",
            "comments": [
                "classifier old man : kḥkḥ"
            ]
        },
        {
            "codepoint": "13495",
            "name": "EGYPTIAN HIEROGLYPH-13495"
        },
        {
            "codepoint": "13496",
            "name": "EGYPTIAN HIEROGLYPH-13496",
            "comments": [
                "classifier hair related : ꞽꜣs"
            ]
        },
        {
            "codepoint": "13497",
            "name": "EGYPTIAN HIEROGLYPH-13497"
        },
        {
            "codepoint": "13498",
            "name": "EGYPTIAN HIEROGLYPH-13498",
            "comments": [
                "phonemogram : ꜥnt"
            ]
        },
        {
            "codepoint": "13499",
            "name": "EGYPTIAN HIEROGLYPH-13499",
            "comments": [
                "logogram (myrrh) : ꜥnt.yw"
            ]
        },
        {
            "codepoint": "1349A",
            "name": "EGYPTIAN HIEROGLYPH-1349A",
            "comments": [
                "classifier official, noble : sr"
            ]
        },
        {
            "codepoint": "1349B",
            "name": "EGYPTIAN HIEROGLYPH-1349B",
            "comments": [
                "classifier vocative interjection : ꞽ"
            ]
        },
        {
            "codepoint": "1349C",
            "name": "EGYPTIAN HIEROGLYPH-1349C",
            "comments": [
                "logogram (to bend) : ḳꜥḥ"
            ]
        },
        {
            "codepoint": "1349D",
            "name": "EGYPTIAN HIEROGLYPH-1349D",
            "comments": [
                "classifier attacker : tkk"
            ]
        },
        {
            "codepoint": "1349E",
            "name": "EGYPTIAN HIEROGLYPH-1349E",
            "comments": [
                "classifier lifting/carrying : ṯsꞽ"
            ]
        },
        {
            "codepoint": "1349F",
            "name": "EGYPTIAN HIEROGLYPH-1349F"
        },
        {
            "codepoint": "134A0",
            "name": "EGYPTIAN HIEROGLYPH-134A0"
        },
        {
            "codepoint": "134A1",
            "name": "EGYPTIAN HIEROGLYPH-134A1",
            "comments": [
                "classifier bowing : ksw"
            ]
        },
        {
            "codepoint": "134A2",
            "name": "EGYPTIAN HIEROGLYPH-134A2",
            "comments": [
                "logogram (Sem priest)? : sm"
            ]
        },
        {
            "codepoint": "134A3",
            "name": "EGYPTIAN HIEROGLYPH-134A3",
            "comments": [
                "classifier bald : ꞽꜣs"
            ]
        },
        {
            "codepoint": "134A4",
            "name": "EGYPTIAN HIEROGLYPH-134A4",
            "comments": [
                "classifier bald : ꞽꜣs"
            ]
        },
        {
            "codepoint": "134A5",
            "name": "EGYPTIAN HIEROGLYPH-134A5",
            "comments": [
                "classifier adoration : ꞽꜣw"
            ]
        },
        {
            "codepoint": "134A6",
            "name": "EGYPTIAN HIEROGLYPH-134A6"
        },
        {
            "codepoint": "134A7",
            "name": "EGYPTIAN HIEROGLYPH-134A7",
            "comments": [
                "classifier leaping, bounding : špw"
            ]
        },
        {
            "codepoint": "134A8",
            "name": "EGYPTIAN HIEROGLYPH-134A8",
            "comments": [
                "classifier bowing : ksw"
            ]
        },
        {
            "codepoint": "134A9",
            "name": "EGYPTIAN HIEROGLYPH-134A9"
        },
        {
            "codepoint": "134AA",
            "name": "EGYPTIAN HIEROGLYPH-134AA",
            "comments": [
                "classifier bowing : ḫꜣb"
            ]
        },
        {
            "codepoint": "134AB",
            "name": "EGYPTIAN HIEROGLYPH-134AB",
            "comments": [
                "logogram (kissing the land) : sn-tꜣ"
            ]
        },
        {
            "codepoint": "134AC",
            "name": "EGYPTIAN HIEROGLYPH-134AC",
            "comments": [
                "classifier to twist : sps"
            ]
        },
        {
            "codepoint": "134AD",
            "name": "EGYPTIAN HIEROGLYPH-134AD",
            "comments": [
                "phonemogram : ḳꞽs"
            ]
        },
        {
            "codepoint": "134AE",
            "name": "EGYPTIAN HIEROGLYPH-134AE"
        },
        {
            "codepoint": "134AF",
            "name": "EGYPTIAN HIEROGLYPH-134AF",
            "comments": [
                "logogram (bowing down) : ḫꜣb/ksw"
            ]
        },
        {
            "codepoint": "134B0",
            "name": "EGYPTIAN HIEROGLYPH-134B0",
            "comments": [
                "classifier falling : sḫr"
            ]
        },
        {
            "codepoint": "134B1",
            "name": "EGYPTIAN HIEROGLYPH-134B1",
            "comments": [
                "logogram (to overthrow, to cast down) : sḫr"
            ]
        },
        {
            "codepoint": "134B2",
            "name": "EGYPTIAN HIEROGLYPH-134B2",
            "comments": [
                "classifier enemy : mmty"
            ]
        },
        {
            "codepoint": "134B3",
            "name": "EGYPTIAN HIEROGLYPH-134B3",
            "comments": [
                "classifier bowing/lowering to the ground"
            ]
        },
        {
            "codepoint": "134B4",
            "name": "EGYPTIAN HIEROGLYPH-134B4"
        },
        {
            "codepoint": "134B5",
            "name": "EGYPTIAN HIEROGLYPH-134B5",
            "comments": [
                "logogram (kissing the land) : sn-tꜣ"
            ]
        },
        {
            "codepoint": "134B6",
            "name": "EGYPTIAN HIEROGLYPH-134B6",
            "comments": [
                "logogram (kissing the land) : sn-tꜣ"
            ]
        },
        {
            "codepoint": "134B7",
            "name": "EGYPTIAN HIEROGLYPH-134B7"
        },
        {
            "codepoint": "134B8",
            "name": "EGYPTIAN HIEROGLYPH-134B8",
            "comments": [
                "classifier bowing, lowering to the ground : ksꞽ"
            ]
        },
        {
            "codepoint": "134B9",
            "name": "EGYPTIAN HIEROGLYPH-134B9",
            "comments": [
                "classifier corpse : ẖꜣ.t"
            ]
        },
        {
            "codepoint": "134BA",
            "name": "EGYPTIAN HIEROGLYPH-134BA",
            "comments": [
                "classifier to overthrow : hdb"
            ]
        },
        {
            "codepoint": "134BB",
            "name": "EGYPTIAN HIEROGLYPH-134BB",
            "comments": [
                "classifier corpse"
            ]
        },
        {
            "codepoint": "134BC",
            "name": "EGYPTIAN HIEROGLYPH-134BC",
            "comments": [
                "classifier to sleep/to awaken : sḏr, sṯs"
            ]
        },
        {
            "codepoint": "134BD",
            "name": "EGYPTIAN HIEROGLYPH-134BD",
            "comments": [
                "classifier lying on one side : sḏr"
            ]
        },
        {
            "codepoint": "134BE",
            "name": "EGYPTIAN HIEROGLYPH-134BE"
        },
        {
            "codepoint": "134BF",
            "name": "EGYPTIAN HIEROGLYPH-134BF",
            "comments": [
                "classifier swimming : mḥꞽ"
            ]
        },
        {
            "codepoint": "134C0",
            "name": "EGYPTIAN HIEROGLYPH-134C0",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "134C1",
            "name": "EGYPTIAN HIEROGLYPH-134C1",
            "comments": [
                "classifier swimming : nbꞽ"
            ]
        },
        {
            "codepoint": "134C2",
            "name": "EGYPTIAN HIEROGLYPH-134C2"
        },
        {
            "codepoint": "134C3",
            "name": "EGYPTIAN HIEROGLYPH-134C3",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "134C4",
            "name": "EGYPTIAN HIEROGLYPH-134C4",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "134C5",
            "name": "EGYPTIAN HIEROGLYPH-134C5",
            "comments": [
                "classifier swimming : nbꞽ"
            ]
        },
        {
            "codepoint": "134C6",
            "name": "EGYPTIAN HIEROGLYPH-134C6",
            "comments": [
                "logogram (official, noble) : sr"
            ]
        },
        {
            "codepoint": "134C7",
            "name": "EGYPTIAN HIEROGLYPH-134C7",
            "comments": [
                "logogram (9th nome of UE) : ꜥnḏ.ty"
            ]
        },
        {
            "codepoint": "134C8",
            "name": "EGYPTIAN HIEROGLYPH-134C8",
            "comments": [
                "classifier statue : twt"
            ]
        },
        {
            "codepoint": "134C9",
            "name": "EGYPTIAN HIEROGLYPH-134C9",
            "comments": [
                "logogram (elder) : wr"
            ]
        },
        {
            "codepoint": "134CA",
            "name": "EGYPTIAN HIEROGLYPH-134CA",
            "comments": [
                "logogram (elder (in ḥr-wr, Haroeris)) : wr"
            ]
        },
        {
            "codepoint": "134CB",
            "name": "EGYPTIAN HIEROGLYPH-134CB",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "134CC",
            "name": "EGYPTIAN HIEROGLYPH-134CC"
        },
        {
            "codepoint": "134CD",
            "name": "EGYPTIAN HIEROGLYPH-134CD",
            "comments": [
                "classifier wisdom : sbḳ"
            ]
        },
        {
            "codepoint": "134CE",
            "name": "EGYPTIAN HIEROGLYPH-134CE",
            "comments": [
                "logogram (elder of the court) : sms.w-hꜣy.t"
            ]
        },
        {
            "codepoint": "134CF",
            "name": "EGYPTIAN HIEROGLYPH-134CF",
            "comments": [
                "classifier statue : twt"
            ]
        },
        {
            "codepoint": "134D0",
            "name": "EGYPTIAN HIEROGLYPH-134D0",
            "comments": [
                "classifier to cut down"
            ]
        },
        {
            "codepoint": "134D1",
            "name": "EGYPTIAN HIEROGLYPH-134D1",
            "comments": [
                "logogram (great) : wr"
            ]
        },
        {
            "codepoint": "134D2",
            "name": "EGYPTIAN HIEROGLYPH-134D2",
            "comments": [
                "logogram (great one, chief) : wr"
            ]
        },
        {
            "codepoint": "134D3",
            "name": "EGYPTIAN HIEROGLYPH-134D3",
            "comments": [
                "logogram (great one, chief) : wr"
            ]
        },
        {
            "codepoint": "134D4",
            "name": "EGYPTIAN HIEROGLYPH-134D4",
            "comments": [
                "logogram (great) : wr"
            ]
        },
        {
            "codepoint": "134D5",
            "name": "EGYPTIAN HIEROGLYPH-134D5"
        },
        {
            "codepoint": "134D6",
            "name": "EGYPTIAN HIEROGLYPH-134D6",
            "comments": [
                "logogram (great one, chief) : wr"
            ]
        },
        {
            "codepoint": "134D7",
            "name": "EGYPTIAN HIEROGLYPH-134D7",
            "comments": [
                "classifier noble : sr"
            ]
        },
        {
            "codepoint": "134D8",
            "name": "EGYPTIAN HIEROGLYPH-134D8",
            "comments": [
                "classifier Orion : sꜣḥ"
            ]
        },
        {
            "codepoint": "134D9",
            "name": "EGYPTIAN HIEROGLYPH-134D9",
            "comments": [
                "logogram (son/child of) : sꜣ"
            ]
        },
        {
            "codepoint": "134DA",
            "name": "EGYPTIAN HIEROGLYPH-134DA",
            "comments": [
                "classifier lector priest : ẖr.y-ḥb.t ḥr.y-tp"
            ]
        },
        {
            "codepoint": "134DB",
            "name": "EGYPTIAN HIEROGLYPH-134DB",
            "comments": [
                "logogram (humankind, patricians) : pꜥ.t"
            ]
        },
        {
            "codepoint": "134DC",
            "name": "EGYPTIAN HIEROGLYPH-134DC",
            "comments": [
                "logogram (humankind, patricians) : pꜥ.t"
            ]
        },
        {
            "codepoint": "134DD",
            "name": "EGYPTIAN HIEROGLYPH-134DD",
            "comments": [
                "logogram (to drink) : swr"
            ]
        },
        {
            "codepoint": "134DE",
            "name": "EGYPTIAN HIEROGLYPH-134DE",
            "comments": [
                "classifier swallowing : sꜥm"
            ]
        },
        {
            "codepoint": "134DF",
            "name": "EGYPTIAN HIEROGLYPH-134DF",
            "comments": [
                "logogram (to drink) : swr"
            ]
        },
        {
            "codepoint": "134E0",
            "name": "EGYPTIAN HIEROGLYPH-134E0",
            "comments": [
                "classifier drinking : swr"
            ]
        },
        {
            "codepoint": "134E1",
            "name": "EGYPTIAN HIEROGLYPH-134E1",
            "comments": [
                "classifier lifting/carrying : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134E2",
            "name": "EGYPTIAN HIEROGLYPH-134E2",
            "comments": [
                "classifier lifting/carrying : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134E3",
            "name": "EGYPTIAN HIEROGLYPH-134E3",
            "comments": [
                "classifier lifting/carrying : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134E4",
            "name": "EGYPTIAN HIEROGLYPH-134E4",
            "comments": [
                "pictogram kneeling making offering"
            ]
        },
        {
            "codepoint": "134E5",
            "name": "EGYPTIAN HIEROGLYPH-134E5",
            "comments": [
                "classifier work : kꜣ.t"
            ]
        },
        {
            "codepoint": "134E6",
            "name": "EGYPTIAN HIEROGLYPH-134E6",
            "comments": [
                "classifier work : kꜣ.t"
            ]
        },
        {
            "codepoint": "134E7",
            "name": "EGYPTIAN HIEROGLYPH-134E7",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "134E8",
            "name": "EGYPTIAN HIEROGLYPH-134E8",
            "comments": [
                "classifier work : kꜣ.t"
            ]
        },
        {
            "codepoint": "134E9",
            "name": "EGYPTIAN HIEROGLYPH-134E9",
            "comments": [
                "classifier work : kꜣ.t"
            ]
        },
        {
            "codepoint": "134EA",
            "name": "EGYPTIAN HIEROGLYPH-134EA",
            "comments": [
                "logogram (to lift, to carry) : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134EB",
            "name": "EGYPTIAN HIEROGLYPH-134EB",
            "comments": [
                "logogram (to lift, to carry) : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134EC",
            "name": "EGYPTIAN HIEROGLYPH-134EC",
            "comments": [
                "logogram (to lift the arm) : fꜣꞽ-ꜥ"
            ]
        },
        {
            "codepoint": "134ED",
            "name": "EGYPTIAN HIEROGLYPH-134ED",
            "comments": [
                "logogram (Heh (divinity)) : ḥḥ"
            ]
        },
        {
            "codepoint": "134EE",
            "name": "EGYPTIAN HIEROGLYPH-134EE",
            "comments": [
                "logogram (to suppport, to raise) : twꜣ"
            ]
        },
        {
            "codepoint": "134EF",
            "name": "EGYPTIAN HIEROGLYPH-134EF",
            "comments": [
                "classifier to hold up, to support (in the title ꜥḫ-p.t) : ꜥḫ"
            ]
        },
        {
            "codepoint": "134F0",
            "name": "EGYPTIAN HIEROGLYPH-134F0",
            "comments": [
                "classifier vocative interjection"
            ]
        },
        {
            "codepoint": "134F1",
            "name": "EGYPTIAN HIEROGLYPH-134F1",
            "comments": [
                "phonemogram (in snm.t, the island Biga) : snm"
            ]
        },
        {
            "codepoint": "134F2",
            "name": "EGYPTIAN HIEROGLYPH-134F2",
            "comments": [
                "phonemogram : ꞽwn"
            ]
        },
        {
            "codepoint": "134F3",
            "name": "EGYPTIAN HIEROGLYPH-134F3",
            "comments": [
                "phonemogram/logogram (his heart) : ꞽb=f"
            ]
        },
        {
            "codepoint": "134F4",
            "name": "EGYPTIAN HIEROGLYPH-134F4",
            "comments": [
                "classifier people : rḫ.yt"
            ]
        },
        {
            "codepoint": "134F5",
            "name": "EGYPTIAN HIEROGLYPH-134F5"
        },
        {
            "codepoint": "134F6",
            "name": "EGYPTIAN HIEROGLYPH-134F6",
            "comments": [
                "logogram (farmer/gardener) : ꞽb(w)"
            ]
        },
        {
            "codepoint": "134F7",
            "name": "EGYPTIAN HIEROGLYPH-134F7",
            "comments": [
                "phonemogram (from fꜣꞽ ḥr) : ḥr=f"
            ]
        },
        {
            "codepoint": "134F8",
            "name": "EGYPTIAN HIEROGLYPH-134F8",
            "comments": [
                "classifier reaping : šꜥ"
            ]
        },
        {
            "codepoint": "134F9",
            "name": "EGYPTIAN HIEROGLYPH-134F9",
            "comments": [
                "classifier lector priest : ẖr.y-ḥb.t"
            ]
        },
        {
            "codepoint": "134FA",
            "name": "EGYPTIAN HIEROGLYPH-134FA",
            "comments": [
                "phonemogram : nn"
            ]
        },
        {
            "codepoint": "134FB",
            "name": "EGYPTIAN HIEROGLYPH-134FB",
            "comments": [
                "logogram (his name) : rn=f"
            ]
        },
        {
            "codepoint": "134FC",
            "name": "EGYPTIAN HIEROGLYPH-134FC",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "134FD",
            "name": "EGYPTIAN HIEROGLYPH-134FD",
            "comments": [
                "logogram (to lift, to carry) : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134FE",
            "name": "EGYPTIAN HIEROGLYPH-134FE",
            "comments": [
                "classifier to lift, to carry : fꜣꞽ"
            ]
        },
        {
            "codepoint": "134FF",
            "name": "EGYPTIAN HIEROGLYPH-134FF",
            "comments": [
                "logogram (work) : kꜣ.t"
            ]
        },
        {
            "codepoint": "13500",
            "name": "EGYPTIAN HIEROGLYPH-13500",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13501",
            "name": "EGYPTIAN HIEROGLYPH-13501",
            "comments": [
                "logogram (to raise up offerings) : fꜣꞽ-(ꞽ)ḫ.t"
            ]
        },
        {
            "codepoint": "13502",
            "name": "EGYPTIAN HIEROGLYPH-13502",
            "comments": [
                "logogram (to raise up offerings) : fꜣꞽ-(ꞽ)ḫ.t"
            ]
        },
        {
            "codepoint": "13503",
            "name": "EGYPTIAN HIEROGLYPH-13503"
        },
        {
            "codepoint": "13504",
            "name": "EGYPTIAN HIEROGLYPH-13504",
            "comments": [
                "logogram (to suppport/to raise the sky) : twꜣ-p.t"
            ]
        },
        {
            "codepoint": "13505",
            "name": "EGYPTIAN HIEROGLYPH-13505",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13506",
            "name": "EGYPTIAN HIEROGLYPH-13506"
        },
        {
            "codepoint": "13507",
            "name": "EGYPTIAN HIEROGLYPH-13507",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13508",
            "name": "EGYPTIAN HIEROGLYPH-13508",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13509",
            "name": "EGYPTIAN HIEROGLYPH-13509"
        },
        {
            "codepoint": "1350A",
            "name": "EGYPTIAN HIEROGLYPH-1350A",
            "comments": [
                "classifier offering : ḫnp"
            ]
        },
        {
            "codepoint": "1350B",
            "name": "EGYPTIAN HIEROGLYPH-1350B",
            "comments": [
                "logogram (to bring) : ꞽnꞽ"
            ]
        },
        {
            "codepoint": "1350C",
            "name": "EGYPTIAN HIEROGLYPH-1350C",
            "comments": [
                "logogram (to bring) : ꞽnꞽ"
            ]
        },
        {
            "codepoint": "1350D",
            "name": "EGYPTIAN HIEROGLYPH-1350D",
            "comments": [
                "classifier force/effort : nḏr/smꜣ"
            ]
        },
        {
            "codepoint": "1350E",
            "name": "EGYPTIAN HIEROGLYPH-1350E",
            "comments": [
                "classifier force/effort : nḫt"
            ]
        },
        {
            "codepoint": "1350F",
            "name": "EGYPTIAN HIEROGLYPH-1350F",
            "comments": [
                "classifier death : mt"
            ]
        },
        {
            "codepoint": "13510",
            "name": "EGYPTIAN HIEROGLYPH-13510",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13511",
            "name": "EGYPTIAN HIEROGLYPH-13511",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13512",
            "name": "EGYPTIAN HIEROGLYPH-13512",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13513",
            "name": "EGYPTIAN HIEROGLYPH-13513",
            "comments": [
                "logogram (wab-priest) : wꜥb"
            ]
        },
        {
            "codepoint": "13514",
            "name": "EGYPTIAN HIEROGLYPH-13514",
            "comments": [
                "logogram (wab-priest) : wꜥb"
            ]
        },
        {
            "codepoint": "13515",
            "name": "EGYPTIAN HIEROGLYPH-13515"
        },
        {
            "codepoint": "13516",
            "name": "EGYPTIAN HIEROGLYPH-13516",
            "comments": [
                "classifier to libate : sṯ"
            ]
        },
        {
            "codepoint": "13517",
            "name": "EGYPTIAN HIEROGLYPH-13517",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13518",
            "name": "EGYPTIAN HIEROGLYPH-13518",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13519",
            "name": "EGYPTIAN HIEROGLYPH-13519",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "1351A",
            "name": "EGYPTIAN HIEROGLYPH-1351A",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "1351B",
            "name": "EGYPTIAN HIEROGLYPH-1351B"
        },
        {
            "codepoint": "1351C",
            "name": "EGYPTIAN HIEROGLYPH-1351C",
            "comments": [
                "logogram (wab-priest) : wꜥb"
            ]
        },
        {
            "codepoint": "1351D",
            "name": "EGYPTIAN HIEROGLYPH-1351D",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "1351E",
            "name": "EGYPTIAN HIEROGLYPH-1351E",
            "comments": [
                "logogram (pure, clean) : wꜥb"
            ]
        },
        {
            "codepoint": "1351F",
            "name": "EGYPTIAN HIEROGLYPH-1351F",
            "comments": [
                "classifier pouring : stꞽ"
            ]
        },
        {
            "codepoint": "13520",
            "name": "EGYPTIAN HIEROGLYPH-13520",
            "comments": [
                "classifier pouring : stꞽ"
            ]
        },
        {
            "codepoint": "13521",
            "name": "EGYPTIAN HIEROGLYPH-13521"
        },
        {
            "codepoint": "13522",
            "name": "EGYPTIAN HIEROGLYPH-13522",
            "comments": [
                "logogram (to pour) : stꞽ"
            ]
        },
        {
            "codepoint": "13523",
            "name": "EGYPTIAN HIEROGLYPH-13523",
            "comments": [
                "logogram (to libate)? : ḳbḥ"
            ]
        },
        {
            "codepoint": "13524",
            "name": "EGYPTIAN HIEROGLYPH-13524",
            "comments": [
                "classifier greeting : nꞽnꞽ"
            ]
        },
        {
            "codepoint": "13525",
            "name": "EGYPTIAN HIEROGLYPH-13525",
            "comments": [
                "classifier to sprinkle, to scatter : ntš"
            ]
        },
        {
            "codepoint": "13526",
            "name": "EGYPTIAN HIEROGLYPH-13526",
            "comments": [
                "logogram (to sprinkle, to scatter) : stꞽ"
            ]
        },
        {
            "codepoint": "13527",
            "name": "EGYPTIAN HIEROGLYPH-13527",
            "comments": [
                "logogram (to hide) : ꞽmn"
            ]
        },
        {
            "codepoint": "13528",
            "name": "EGYPTIAN HIEROGLYPH-13528",
            "comments": [
                "classifier hiding/hidden : ꞽmn"
            ]
        },
        {
            "codepoint": "13529",
            "name": "EGYPTIAN HIEROGLYPH-13529",
            "comments": [
                "classifier hiding/hidden : ꞽmn"
            ]
        },
        {
            "codepoint": "1352A",
            "name": "EGYPTIAN HIEROGLYPH-1352A",
            "comments": [
                "logogram (to hide) : ꞽmn"
            ]
        },
        {
            "codepoint": "1352B",
            "name": "EGYPTIAN HIEROGLYPH-1352B",
            "comments": [
                "classifier melting/casting : nb"
            ]
        },
        {
            "codepoint": "1352C",
            "name": "EGYPTIAN HIEROGLYPH-1352C",
            "comments": [
                "logogram (overseer of the deserts) : ꞽm.y-r-s.t"
            ]
        },
        {
            "codepoint": "1352D",
            "name": "EGYPTIAN HIEROGLYPH-1352D",
            "comments": [
                "classifier grinding : nḏ"
            ]
        },
        {
            "codepoint": "1352E",
            "name": "EGYPTIAN HIEROGLYPH-1352E",
            "comments": [
                "classifier grinding : nḏ"
            ]
        },
        {
            "codepoint": "1352F",
            "name": "EGYPTIAN HIEROGLYPH-1352F",
            "comments": [
                "classifier (to measure) : ḫꜣꞽ"
            ]
        },
        {
            "codepoint": "13530",
            "name": "EGYPTIAN HIEROGLYPH-13530",
            "comments": [
                "classifier reaping/harvesting : ꜣsḫ"
            ]
        },
        {
            "codepoint": "13531",
            "name": "EGYPTIAN HIEROGLYPH-13531",
            "comments": [
                "logogram (to drive in the mooring post) : ḥwꞽ-mnꞽ.t"
            ]
        },
        {
            "codepoint": "13532",
            "name": "EGYPTIAN HIEROGLYPH-13532"
        },
        {
            "codepoint": "13533",
            "name": "EGYPTIAN HIEROGLYPH-13533",
            "comments": [
                "logogram (to pound, to build) : ḫwsꞽ"
            ]
        },
        {
            "codepoint": "13534",
            "name": "EGYPTIAN HIEROGLYPH-13534",
            "comments": [
                "logogram (to pound, to build) : ḫwsꞽ"
            ]
        },
        {
            "codepoint": "13535",
            "name": "EGYPTIAN HIEROGLYPH-13535",
            "comments": [
                "logogram (to build) : ḳd"
            ]
        },
        {
            "codepoint": "13536",
            "name": "EGYPTIAN HIEROGLYPH-13536",
            "comments": [
                "logogram (to build) : ḳd"
            ]
        },
        {
            "codepoint": "13537",
            "name": "EGYPTIAN HIEROGLYPH-13537",
            "comments": [
                "classifier building/constructing : sꞽp"
            ]
        },
        {
            "codepoint": "13538",
            "name": "EGYPTIAN HIEROGLYPH-13538",
            "comments": [
                "classifier building/constructing : ẖnm"
            ]
        },
        {
            "codepoint": "13539",
            "name": "EGYPTIAN HIEROGLYPH-13539",
            "comments": [
                "classifier building/constructing : sps"
            ]
        },
        {
            "codepoint": "1353A",
            "name": "EGYPTIAN HIEROGLYPH-1353A",
            "comments": [
                "logogram (to create, to shape) : nḥp"
            ]
        },
        {
            "codepoint": "1353B",
            "name": "EGYPTIAN HIEROGLYPH-1353B",
            "comments": [
                "classifier to create, to shape : nḥp"
            ]
        },
        {
            "codepoint": "1353C",
            "name": "EGYPTIAN HIEROGLYPH-1353C",
            "comments": [
                "classifier to create : ḳd"
            ]
        },
        {
            "codepoint": "1353D",
            "name": "EGYPTIAN HIEROGLYPH-1353D",
            "comments": [
                "classifier to create : ḳd"
            ]
        },
        {
            "codepoint": "1353E",
            "name": "EGYPTIAN HIEROGLYPH-1353E",
            "comments": [
                "logogram (to sieve, to press) : ꜥtḫ"
            ]
        },
        {
            "codepoint": "1353F",
            "name": "EGYPTIAN HIEROGLYPH-1353F",
            "comments": [
                "logogram (brewer) : ꜥf.ty"
            ]
        },
        {
            "codepoint": "13540",
            "name": "EGYPTIAN HIEROGLYPH-13540",
            "comments": [
                "classifier pot-stand/sideboard : ḫnt"
            ]
        },
        {
            "codepoint": "13541",
            "name": "EGYPTIAN HIEROGLYPH-13541",
            "comments": [
                "classifier to punt/pole (a boat) : wdꞽ"
            ]
        },
        {
            "codepoint": "13542",
            "name": "EGYPTIAN HIEROGLYPH-13542",
            "comments": [
                "uncertain, classifier?"
            ]
        },
        {
            "codepoint": "13543",
            "name": "EGYPTIAN HIEROGLYPH-13543",
            "comments": [
                "logogram (builders) : ḳd.w"
            ]
        },
        {
            "codepoint": "13544",
            "name": "EGYPTIAN HIEROGLYPH-13544"
        },
        {
            "codepoint": "13545",
            "name": "EGYPTIAN HIEROGLYPH-13545"
        },
        {
            "codepoint": "13546",
            "name": "EGYPTIAN HIEROGLYPH-13546",
            "comments": [
                "uncertain (in sꜣ.w (domain), and in an offering list after ḥnḳ.t)"
            ]
        },
        {
            "codepoint": "13547",
            "name": "EGYPTIAN HIEROGLYPH-13547",
            "comments": [
                "classifier to open (a scroll) : pg(ꜣ)"
            ]
        },
        {
            "codepoint": "13548",
            "name": "EGYPTIAN HIEROGLYPH-13548",
            "comments": [
                "logogram (scribe) : sš"
            ]
        },
        {
            "codepoint": "13549",
            "name": "EGYPTIAN HIEROGLYPH-13549",
            "comments": [
                "classifier occupation : bꜣk"
            ]
        },
        {
            "codepoint": "1354A",
            "name": "EGYPTIAN HIEROGLYPH-1354A"
        },
        {
            "codepoint": "1354B",
            "name": "EGYPTIAN HIEROGLYPH-1354B",
            "comments": [
                "logogram (to strike) : ḥwꞽ"
            ]
        },
        {
            "codepoint": "1354C",
            "name": "EGYPTIAN HIEROGLYPH-1354C",
            "comments": [
                "logogram (to bend down) : wꜥf"
            ]
        },
        {
            "codepoint": "1354D",
            "name": "EGYPTIAN HIEROGLYPH-1354D",
            "comments": [
                "logogram (slaughtered oryx) : mꜣ-ḥḏ sfṯ"
            ]
        },
        {
            "codepoint": "1354E",
            "name": "EGYPTIAN HIEROGLYPH-1354E",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "1354F",
            "name": "EGYPTIAN HIEROGLYPH-1354F",
            "comments": [
                "logogram (herdsman) : mnꞽ.w"
            ]
        },
        {
            "codepoint": "13550",
            "name": "EGYPTIAN HIEROGLYPH-13550",
            "comments": [
                "classifier herdsman : nr"
            ]
        },
        {
            "codepoint": "13551",
            "name": "EGYPTIAN HIEROGLYPH-13551",
            "comments": [
                "classifier foreigner (asiatic) : ꜥꜣm"
            ]
        },
        {
            "codepoint": "13552",
            "name": "EGYPTIAN HIEROGLYPH-13552",
            "comments": [
                "logogram (relating to, belonging to) : ꞽr.y"
            ]
        },
        {
            "codepoint": "13553",
            "name": "EGYPTIAN HIEROGLYPH-13553",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13554",
            "name": "EGYPTIAN HIEROGLYPH-13554",
            "comments": [
                "logogram (foreigner) : rwty"
            ]
        },
        {
            "codepoint": "13555",
            "name": "EGYPTIAN HIEROGLYPH-13555",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13556",
            "name": "EGYPTIAN HIEROGLYPH-13556",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13557",
            "name": "EGYPTIAN HIEROGLYPH-13557",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13558",
            "name": "EGYPTIAN HIEROGLYPH-13558",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "13559",
            "name": "EGYPTIAN HIEROGLYPH-13559",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "1355A",
            "name": "EGYPTIAN HIEROGLYPH-1355A",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "1355B",
            "name": "EGYPTIAN HIEROGLYPH-1355B",
            "comments": [
                "logogram (to guard) : sꜣw"
            ]
        },
        {
            "codepoint": "1355C",
            "name": "EGYPTIAN HIEROGLYPH-1355C",
            "comments": [
                "logogram (relating to, belonging to) : ꞽr.y"
            ]
        },
        {
            "codepoint": "1355D",
            "name": "EGYPTIAN HIEROGLYPH-1355D",
            "comments": [
                "classifier foreigner"
            ]
        },
        {
            "codepoint": "1355E",
            "name": "EGYPTIAN HIEROGLYPH-1355E",
            "comments": [
                "classifier enslave : bꜣk"
            ]
        },
        {
            "codepoint": "1355F",
            "name": "EGYPTIAN HIEROGLYPH-1355F",
            "comments": [
                "uncertain"
            ]
        },
        {
            "codepoint": "13560",
            "name": "EGYPTIAN HIEROGLYPH-13560",
            "comments": [
                "classifier bow-people, nomads : ꞽwn.tyw"
            ]
        },
        {
            "codepoint": "13561",
            "name": "EGYPTIAN HIEROGLYPH-13561",
            "comments": [
                "classifier bow-people, nomads : ꞽwn.tyw"
            ]
        },
        {
            "codepoint": "13562",
            "name": "EGYPTIAN HIEROGLYPH-13562",
            "comments": [
                "classifier foreigner : fnḫ.w"
            ]
        },
        {
            "codepoint": "13563",
            "name": "EGYPTIAN HIEROGLYPH-13563",
            "comments": [
                "classifier wandering/displaced : šmꜣ.y"
            ]
        },
        {
            "codepoint": "13564",
            "name": "EGYPTIAN HIEROGLYPH-13564",
            "comments": [
                "logogram (herdsman) : mnꞽ.w"
            ]
        },
        {
            "codepoint": "13565",
            "name": "EGYPTIAN HIEROGLYPH-13565",
            "comments": [
                "logogram (herdsman) : mnꞽ.w"
            ]
        },
        {
            "codepoint": "13566",
            "name": "EGYPTIAN HIEROGLYPH-13566",
            "comments": [
                "logogram (wanderer, displaced) : šmꜣ.y"
            ]
        },
        {
            "codepoint": "13567",
            "name": "EGYPTIAN HIEROGLYPH-13567",
            "comments": [
                "logogram (prospector) : smn.ty"
            ]
        },
        {
            "codepoint": "13568",
            "name": "EGYPTIAN HIEROGLYPH-13568",
            "comments": [
                "logogram (herdsman) : mnꞽ.w"
            ]
        },
        {
            "codepoint": "13569",
            "name": "EGYPTIAN HIEROGLYPH-13569",
            "comments": [
                "logogram (herdsman) : mnꞽ.w"
            ]
        },
        {
            "codepoint": "1356A",
            "name": "EGYPTIAN HIEROGLYPH-1356A"
        },
        {
            "codepoint": "1356B",
            "name": "EGYPTIAN HIEROGLYPH-1356B",
            "comments": [
                "logogram (elder) : smsw"
            ]
        },
        {
            "codepoint": "1356C",
            "name": "EGYPTIAN HIEROGLYPH-1356C",
            "comments": [
                "classifier elder : smsw"
            ]
        },
        {
            "codepoint": "1356D",
            "name": "EGYPTIAN HIEROGLYPH-1356D"
        },
        {
            "codepoint": "1356E",
            "name": "EGYPTIAN HIEROGLYPH-1356E",
            "comments": [
                "logogram (to protect) : ḥmꜣg"
            ]
        },
        {
            "codepoint": "1356F",
            "name": "EGYPTIAN HIEROGLYPH-1356F",
            "comments": [
                "logogram (to erect) : sꜥḥꜥ"
            ]
        },
        {
            "codepoint": "13570",
            "name": "EGYPTIAN HIEROGLYPH-13570",
            "comments": [
                "logogram (to erect the Djed pillar) : sꜥḥꜥ-ḏd"
            ]
        },
        {
            "codepoint": "13571",
            "name": "EGYPTIAN HIEROGLYPH-13571",
            "comments": [
                "classifier erecting the djed-pillar (group classifier for sꜥḥꜥ-ḏd-ꞽn-ꞽr.yw-ḫt-n(y)-sw.t) : sꜥḥꜥ-ḏd-ꞽn-ꞽr.yw-ḫt-n(y)-sw.t"
            ]
        },
        {
            "codepoint": "13572",
            "name": "EGYPTIAN HIEROGLYPH-13572",
            "comments": [
                "classifier erecting : sꜥḥꜥ"
            ]
        },
        {
            "codepoint": "13573",
            "name": "EGYPTIAN HIEROGLYPH-13573",
            "comments": [
                "logogram (elder) : smsw"
            ]
        },
        {
            "codepoint": "13574",
            "name": "EGYPTIAN HIEROGLYPH-13574",
            "comments": [
                "logogram (to be old) : sms"
            ]
        },
        {
            "codepoint": "13575",
            "name": "EGYPTIAN HIEROGLYPH-13575",
            "comments": [
                "logogram (myrrh) : ꜥnt.yw"
            ]
        },
        {
            "codepoint": "13576",
            "name": "EGYPTIAN HIEROGLYPH-13576",
            "comments": [
                "classifier divinity : ꞽwn-mw.t=f"
            ]
        },
        {
            "codepoint": "13577",
            "name": "EGYPTIAN HIEROGLYPH-13577",
            "comments": [
                "logogram (Sem-priest) : sm"
            ]
        },
        {
            "codepoint": "13578",
            "name": "EGYPTIAN HIEROGLYPH-13578",
            "comments": [
                "logogram (to be strong) : nḫt"
            ]
        },
        {
            "codepoint": "13579",
            "name": "EGYPTIAN HIEROGLYPH-13579",
            "comments": [
                "logogram (Onuris) : ꞽn-ḥr.t"
            ]
        },
        {
            "codepoint": "1357A",
            "name": "EGYPTIAN HIEROGLYPH-1357A",
            "comments": [
                "logogram (Onuris) : ꞽn-ḥr.t"
            ]
        },
        {
            "codepoint": "1357B",
            "name": "EGYPTIAN HIEROGLYPH-1357B"
        },
        {
            "codepoint": "1357C",
            "name": "EGYPTIAN HIEROGLYPH-1357C",
            "comments": [
                "logogram (prospector) : smn.ty"
            ]
        },
        {
            "codepoint": "1357D",
            "name": "EGYPTIAN HIEROGLYPH-1357D"
        },
        {
            "codepoint": "1357E",
            "name": "EGYPTIAN HIEROGLYPH-1357E",
            "comments": [
                "logogram (the one who opens the two doors of the sky) : wn-ꜥꜣ.wy-(n.w)-p.t"
            ]
        },
        {
            "codepoint": "1357F",
            "name": "EGYPTIAN HIEROGLYPH-1357F",
            "comments": [
                "logogram (gatekeeper) : ꞽr.y-ꜥꜣ"
            ]
        },
        {
            "codepoint": "13580",
            "name": "EGYPTIAN HIEROGLYPH-13580",
            "comments": [
                "phonemogram : m kꜣ"
            ]
        },
        {
            "codepoint": "13581",
            "name": "EGYPTIAN HIEROGLYPH-13581"
        },
        {
            "codepoint": "13582",
            "name": "EGYPTIAN HIEROGLYPH-13582",
            "comments": [
                "logogram (to protect) : mkꞽ"
            ]
        },
        {
            "codepoint": "13583",
            "name": "EGYPTIAN HIEROGLYPH-13583",
            "comments": [
                "logogram (to raise the sail) : fꜣꞽ-ṯꜣw"
            ]
        },
        {
            "codepoint": "13584",
            "name": "EGYPTIAN HIEROGLYPH-13584",
            "comments": [
                "classifier presenting : sfsf"
            ]
        },
        {
            "codepoint": "13585",
            "name": "EGYPTIAN HIEROGLYPH-13585",
            "comments": [
                "logogram (to bring) : ꞽnꞽ"
            ]
        },
        {
            "codepoint": "13586",
            "name": "EGYPTIAN HIEROGLYPH-13586",
            "comments": [
                "logogram (lord of the two lands) : nb-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13587",
            "name": "EGYPTIAN HIEROGLYPH-13587",
            "comments": [
                "classifier to spread : p(s)š"
            ]
        },
        {
            "codepoint": "13588",
            "name": "EGYPTIAN HIEROGLYPH-13588",
            "comments": [
                "phono-repeater : fd"
            ]
        },
        {
            "codepoint": "13589",
            "name": "EGYPTIAN HIEROGLYPH-13589",
            "comments": [
                "classifier to uproot : fdꞽ"
            ]
        },
        {
            "codepoint": "1358A",
            "name": "EGYPTIAN HIEROGLYPH-1358A",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "1358B",
            "name": "EGYPTIAN HIEROGLYPH-1358B",
            "comments": [
                "phonemogram : ḫꜣ-dꞽ.t"
            ]
        },
        {
            "codepoint": "1358C",
            "name": "EGYPTIAN HIEROGLYPH-1358C",
            "comments": [
                "phonemogram : ḫꜣ-dꞽ.t"
            ]
        },
        {
            "codepoint": "1358D",
            "name": "EGYPTIAN HIEROGLYPH-1358D",
            "comments": [
                "logogram (to illuminate) : nms"
            ]
        },
        {
            "codepoint": "1358E",
            "name": "EGYPTIAN HIEROGLYPH-1358E",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "1358F",
            "name": "EGYPTIAN HIEROGLYPH-1358F",
            "comments": [
                "classifier angry one : dndn.ty"
            ]
        },
        {
            "codepoint": "13590",
            "name": "EGYPTIAN HIEROGLYPH-13590",
            "comments": [
                "logogram (messenger/killer) : hb.y"
            ]
        },
        {
            "codepoint": "13591",
            "name": "EGYPTIAN HIEROGLYPH-13591",
            "comments": [
                "classifier driving away : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13592",
            "name": "EGYPTIAN HIEROGLYPH-13592",
            "comments": [
                "classifier slayer : ḫꜣbb"
            ]
        },
        {
            "codepoint": "13593",
            "name": "EGYPTIAN HIEROGLYPH-13593",
            "comments": [
                "classifier (harpooner) : ꞽꜣwty"
            ]
        },
        {
            "codepoint": "13594",
            "name": "EGYPTIAN HIEROGLYPH-13594",
            "comments": [
                "classifier driving away : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13595",
            "name": "EGYPTIAN HIEROGLYPH-13595",
            "comments": [
                "classifier dancing : ꞽbꜣ"
            ]
        },
        {
            "codepoint": "13596",
            "name": "EGYPTIAN HIEROGLYPH-13596",
            "comments": [
                "logogram (to be strong) : nḫt"
            ]
        },
        {
            "codepoint": "13597",
            "name": "EGYPTIAN HIEROGLYPH-13597",
            "comments": [
                "classifier battle : mnꜥ"
            ]
        },
        {
            "codepoint": "13598",
            "name": "EGYPTIAN HIEROGLYPH-13598",
            "comments": [
                "classifier ?"
            ]
        },
        {
            "codepoint": "13599",
            "name": "EGYPTIAN HIEROGLYPH-13599",
            "comments": [
                "logogram (to be strong) : nḫt"
            ]
        },
        {
            "codepoint": "1359A",
            "name": "EGYPTIAN HIEROGLYPH-1359A"
        },
        {
            "codepoint": "1359B",
            "name": "EGYPTIAN HIEROGLYPH-1359B"
        },
        {
            "codepoint": "1359C",
            "name": "EGYPTIAN HIEROGLYPH-1359C",
            "comments": [
                "classifier army : mšꜥ"
            ]
        },
        {
            "codepoint": "1359D",
            "name": "EGYPTIAN HIEROGLYPH-1359D",
            "comments": [
                "classifier foreigner : šrdn"
            ]
        },
        {
            "codepoint": "1359E",
            "name": "EGYPTIAN HIEROGLYPH-1359E",
            "comments": [
                "classifier hiding/hidden : ꞽmn"
            ]
        },
        {
            "codepoint": "1359F",
            "name": "EGYPTIAN HIEROGLYPH-1359F",
            "comments": [
                "classifier hiding/hidden : ꞽmn"
            ]
        },
        {
            "codepoint": "135A0",
            "name": "EGYPTIAN HIEROGLYPH-135A0"
        },
        {
            "codepoint": "135A1",
            "name": "EGYPTIAN HIEROGLYPH-135A1",
            "comments": [
                "classifier runner (foreign) : pḥrr"
            ]
        },
        {
            "codepoint": "135A2",
            "name": "EGYPTIAN HIEROGLYPH-135A2",
            "comments": [
                "classifier army (semitic loanword) : ḏbꞽ"
            ]
        },
        {
            "codepoint": "135A3",
            "name": "EGYPTIAN HIEROGLYPH-135A3"
        },
        {
            "codepoint": "135A4",
            "name": "EGYPTIAN HIEROGLYPH-135A4",
            "comments": [
                "classifier to trample : tꞽtꞽ"
            ]
        },
        {
            "codepoint": "135A5",
            "name": "EGYPTIAN HIEROGLYPH-135A5",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "135A6",
            "name": "EGYPTIAN HIEROGLYPH-135A6",
            "comments": [
                "classifier soldiery : mnf.yt"
            ]
        },
        {
            "codepoint": "135A7",
            "name": "EGYPTIAN HIEROGLYPH-135A7",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "135A8",
            "name": "EGYPTIAN HIEROGLYPH-135A8",
            "comments": [
                "logogram (army)? : mšꜥ"
            ]
        },
        {
            "codepoint": "135A9",
            "name": "EGYPTIAN HIEROGLYPH-135A9",
            "comments": [
                "logogram (army)? : mšꜥ"
            ]
        },
        {
            "codepoint": "135AA",
            "name": "EGYPTIAN HIEROGLYPH-135AA",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "135AB",
            "name": "EGYPTIAN HIEROGLYPH-135AB",
            "comments": [
                "logogram (1st nome of Upper Egypt) : tꜣ-sṯy"
            ]
        },
        {
            "codepoint": "135AC",
            "name": "EGYPTIAN HIEROGLYPH-135AC",
            "comments": [
                "logogram (army) : mšꜥ"
            ]
        },
        {
            "codepoint": "135AD",
            "name": "EGYPTIAN HIEROGLYPH-135AD",
            "comments": [
                "logogram (army)? : mšꜥ"
            ]
        },
        {
            "codepoint": "135AE",
            "name": "EGYPTIAN HIEROGLYPH-135AE"
        },
        {
            "codepoint": "135AF",
            "name": "EGYPTIAN HIEROGLYPH-135AF",
            "comments": [
                "classifier rebel/enemy"
            ]
        },
        {
            "codepoint": "135B0",
            "name": "EGYPTIAN HIEROGLYPH-135B0",
            "comments": [
                "classifier rebel : ẖꜥk-ꞽb"
            ]
        },
        {
            "codepoint": "135B1",
            "name": "EGYPTIAN HIEROGLYPH-135B1",
            "comments": [
                "classifier enemy?"
            ]
        },
        {
            "codepoint": "135B2",
            "name": "EGYPTIAN HIEROGLYPH-135B2",
            "comments": [
                "classifier enemy : snn.t"
            ]
        },
        {
            "codepoint": "135B3",
            "name": "EGYPTIAN HIEROGLYPH-135B3",
            "comments": [
                "classifier enemy : twꜣ.t"
            ]
        },
        {
            "codepoint": "135B4",
            "name": "EGYPTIAN HIEROGLYPH-135B4",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135B5",
            "name": "EGYPTIAN HIEROGLYPH-135B5",
            "comments": [
                "logogram (chiefs) : wr"
            ]
        },
        {
            "codepoint": "135B6",
            "name": "EGYPTIAN HIEROGLYPH-135B6",
            "comments": [
                "classifier Syrian : ḫr.y"
            ]
        },
        {
            "codepoint": "135B7",
            "name": "EGYPTIAN HIEROGLYPH-135B7",
            "comments": [
                "classifier enemy/rebel (Xerxes) : ḫšryš"
            ]
        },
        {
            "codepoint": "135B8",
            "name": "EGYPTIAN HIEROGLYPH-135B8",
            "comments": [
                "classifier evil one : nbḏ"
            ]
        },
        {
            "codepoint": "135B9",
            "name": "EGYPTIAN HIEROGLYPH-135B9",
            "comments": [
                "classifier enemy/rebel (Xerxes) : ḫšryš"
            ]
        },
        {
            "codepoint": "135BA",
            "name": "EGYPTIAN HIEROGLYPH-135BA",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135BB",
            "name": "EGYPTIAN HIEROGLYPH-135BB",
            "comments": [
                "classifier enemy : ṯs.tyw"
            ]
        },
        {
            "codepoint": "135BC",
            "name": "EGYPTIAN HIEROGLYPH-135BC",
            "comments": [
                "logogram (rebel) : sbꞽ"
            ]
        },
        {
            "codepoint": "135BD",
            "name": "EGYPTIAN HIEROGLYPH-135BD"
        },
        {
            "codepoint": "135BE",
            "name": "EGYPTIAN HIEROGLYPH-135BE",
            "comments": [
                "logogram (rebel) : sbꞽ"
            ]
        },
        {
            "codepoint": "135BF",
            "name": "EGYPTIAN HIEROGLYPH-135BF",
            "comments": [
                "logogram (rebel) : sbꞽ"
            ]
        },
        {
            "codepoint": "135C0",
            "name": "EGYPTIAN HIEROGLYPH-135C0"
        },
        {
            "codepoint": "135C1",
            "name": "EGYPTIAN HIEROGLYPH-135C1",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135C2",
            "name": "EGYPTIAN HIEROGLYPH-135C2",
            "comments": [
                "classifier enemy : bdš"
            ]
        },
        {
            "codepoint": "135C3",
            "name": "EGYPTIAN HIEROGLYPH-135C3",
            "comments": [
                "classifier rebel, enemy : ẖꜣk-ꞽb"
            ]
        },
        {
            "codepoint": "135C4",
            "name": "EGYPTIAN HIEROGLYPH-135C4",
            "comments": [
                "classifier enemy : bdš"
            ]
        },
        {
            "codepoint": "135C5",
            "name": "EGYPTIAN HIEROGLYPH-135C5",
            "comments": [
                "classifier rebel : bṯn"
            ]
        },
        {
            "codepoint": "135C6",
            "name": "EGYPTIAN HIEROGLYPH-135C6",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135C7",
            "name": "EGYPTIAN HIEROGLYPH-135C7",
            "comments": [
                "classifier rebel, enemy : ẖꜣk-ꞽb"
            ]
        },
        {
            "codepoint": "135C8",
            "name": "EGYPTIAN HIEROGLYPH-135C8",
            "comments": [
                "classifier foes, hostile forces` : kꞽ.wy"
            ]
        },
        {
            "codepoint": "135C9",
            "name": "EGYPTIAN HIEROGLYPH-135C9",
            "comments": [
                "classifier enemy : šnṯ"
            ]
        },
        {
            "codepoint": "135CA",
            "name": "EGYPTIAN HIEROGLYPH-135CA",
            "comments": [
                "classifier foreigners (as enemies) : ḫꜣs.t"
            ]
        },
        {
            "codepoint": "135CB",
            "name": "EGYPTIAN HIEROGLYPH-135CB",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135CC",
            "name": "EGYPTIAN HIEROGLYPH-135CC",
            "comments": [
                "classifier rebel : sbꞽ"
            ]
        },
        {
            "codepoint": "135CD",
            "name": "EGYPTIAN HIEROGLYPH-135CD",
            "comments": [
                "logogram enemy : ḫft.y"
            ]
        },
        {
            "codepoint": "135CE",
            "name": "EGYPTIAN HIEROGLYPH-135CE"
        },
        {
            "codepoint": "135CF",
            "name": "EGYPTIAN HIEROGLYPH-135CF",
            "comments": [
                "logogram (rebel) : sbꞽ"
            ]
        },
        {
            "codepoint": "135D0",
            "name": "EGYPTIAN HIEROGLYPH-135D0",
            "comments": [
                "logogram enemy/rebel : ḫft.y/sbꞽ"
            ]
        },
        {
            "codepoint": "135D1",
            "name": "EGYPTIAN HIEROGLYPH-135D1"
        },
        {
            "codepoint": "135D2",
            "name": "EGYPTIAN HIEROGLYPH-135D2"
        },
        {
            "codepoint": "135D3",
            "name": "EGYPTIAN HIEROGLYPH-135D3",
            "comments": [
                "classifier enemy : ḫr.y"
            ]
        },
        {
            "codepoint": "135D4",
            "name": "EGYPTIAN HIEROGLYPH-135D4",
            "comments": [
                "classifier bow-people, nomads : ꞽwn.tyw"
            ]
        },
        {
            "codepoint": "135D5",
            "name": "EGYPTIAN HIEROGLYPH-135D5",
            "comments": [
                "logogram (prisoner) : sḳr-ꜥnḫ"
            ]
        },
        {
            "codepoint": "135D6",
            "name": "EGYPTIAN HIEROGLYPH-135D6"
        },
        {
            "codepoint": "135D7",
            "name": "EGYPTIAN HIEROGLYPH-135D7",
            "comments": [
                "logogram (foreigner) : ḫꜣs.ty"
            ]
        },
        {
            "codepoint": "135D8",
            "name": "EGYPTIAN HIEROGLYPH-135D8",
            "comments": [
                "classifier to drive away : msn(ḥ)"
            ]
        },
        {
            "codepoint": "135D9",
            "name": "EGYPTIAN HIEROGLYPH-135D9",
            "comments": [
                "logogram (to bend down, to subdue) : wꜥf"
            ]
        },
        {
            "codepoint": "135DA",
            "name": "EGYPTIAN HIEROGLYPH-135DA",
            "comments": [
                "classifier foreigner : mry"
            ]
        },
        {
            "codepoint": "135DB",
            "name": "EGYPTIAN HIEROGLYPH-135DB"
        },
        {
            "codepoint": "135DC",
            "name": "EGYPTIAN HIEROGLYPH-135DC",
            "comments": [
                "classifier foreign people : ḫꜣs.wt nb.wt"
            ]
        },
        {
            "codepoint": "135DD",
            "name": "EGYPTIAN HIEROGLYPH-135DD",
            "comments": [
                "classifier weak, downcast : bdš.w"
            ]
        },
        {
            "codepoint": "135DE",
            "name": "EGYPTIAN HIEROGLYPH-135DE",
            "comments": [
                "classifier dancing : ḥpg"
            ]
        },
        {
            "codepoint": "135DF",
            "name": "EGYPTIAN HIEROGLYPH-135DF",
            "comments": [
                "classifier joy, jubilation : hnw"
            ]
        },
        {
            "codepoint": "135E0",
            "name": "EGYPTIAN HIEROGLYPH-135E0",
            "comments": [
                "classifier dancing : ꞽbꜣ"
            ]
        },
        {
            "codepoint": "135E1",
            "name": "EGYPTIAN HIEROGLYPH-135E1",
            "comments": [
                "classifier dance : ꞽbꜣ"
            ]
        },
        {
            "codepoint": "135E2",
            "name": "EGYPTIAN HIEROGLYPH-135E2",
            "comments": [
                "classifier dance : ꞽbꜣ"
            ]
        },
        {
            "codepoint": "135E3",
            "name": "EGYPTIAN HIEROGLYPH-135E3",
            "comments": [
                "classifier youthful soldier : mgꜣ"
            ]
        },
        {
            "codepoint": "135E4",
            "name": "EGYPTIAN HIEROGLYPH-135E4",
            "comments": [
                "classifier fear/veneration : hꜣ-snḏ"
            ]
        },
        {
            "codepoint": "135E5",
            "name": "EGYPTIAN HIEROGLYPH-135E5",
            "comments": [
                "classifier dancing : ḫbꞽ"
            ]
        },
        {
            "codepoint": "135E6",
            "name": "EGYPTIAN HIEROGLYPH-135E6",
            "comments": [
                "classifier dancing : ḫbꞽ"
            ]
        },
        {
            "codepoint": "135E7",
            "name": "EGYPTIAN HIEROGLYPH-135E7",
            "comments": [
                "classifier dancing : ḫbꞽ"
            ]
        },
        {
            "codepoint": "135E8",
            "name": "EGYPTIAN HIEROGLYPH-135E8",
            "comments": [
                "classifier dancing : ḫbꞽ"
            ]
        },
        {
            "codepoint": "135E9",
            "name": "EGYPTIAN HIEROGLYPH-135E9",
            "comments": [
                "classifier fear/veneration : hꜣ-snḏ"
            ]
        },
        {
            "codepoint": "135EA",
            "name": "EGYPTIAN HIEROGLYPH-135EA"
        },
        {
            "codepoint": "135EB",
            "name": "EGYPTIAN HIEROGLYPH-135EB",
            "comments": [
                "logogram (the great god) : nṯr-ꜥꜣ"
            ]
        },
        {
            "codepoint": "135EC",
            "name": "EGYPTIAN HIEROGLYPH-135EC"
        },
        {
            "codepoint": "135ED",
            "name": "EGYPTIAN HIEROGLYPH-135ED",
            "comments": [
                "logogram (to make music) : ꞽḥy"
            ]
        },
        {
            "codepoint": "135EE",
            "name": "EGYPTIAN HIEROGLYPH-135EE",
            "comments": [
                "logogram (the great god) : nṯr-ꜥꜣ"
            ]
        },
        {
            "codepoint": "135EF",
            "name": "EGYPTIAN HIEROGLYPH-135EF",
            "comments": [
                "logogram (the King of Lower Egypt) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "135F0",
            "name": "EGYPTIAN HIEROGLYPH-135F0",
            "comments": [
                "classifier divinity : ꞽḥy"
            ]
        },
        {
            "codepoint": "135F1",
            "name": "EGYPTIAN HIEROGLYPH-135F1",
            "comments": [
                "logogram (Ihy (divinity)) : ꞽḥy"
            ]
        },
        {
            "codepoint": "135F2",
            "name": "EGYPTIAN HIEROGLYPH-135F2",
            "comments": [
                "logogram (the musician) : ꞽḥy"
            ]
        },
        {
            "codepoint": "135F3",
            "name": "EGYPTIAN HIEROGLYPH-135F3",
            "comments": [
                "logogram (the great god) : nṯr-ꜥꜣ"
            ]
        },
        {
            "codepoint": "135F4",
            "name": "EGYPTIAN HIEROGLYPH-135F4",
            "comments": [
                "logogram (King of UE) : n(y)-sw.t"
            ]
        },
        {
            "codepoint": "135F5",
            "name": "EGYPTIAN HIEROGLYPH-135F5",
            "comments": [
                "logogram (the great god) : nṯr-ꜥꜣ"
            ]
        },
        {
            "codepoint": "135F6",
            "name": "EGYPTIAN HIEROGLYPH-135F6",
            "comments": [
                "logogram (the great god) : nṯr-ꜥꜣ"
            ]
        },
        {
            "codepoint": "135F7",
            "name": "EGYPTIAN HIEROGLYPH-135F7",
            "comments": [
                "logogram (Ihy (divinity)) : ꞽḥy"
            ]
        },
        {
            "codepoint": "135F8",
            "name": "EGYPTIAN HIEROGLYPH-135F8",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "135F9",
            "name": "EGYPTIAN HIEROGLYPH-135F9",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "135FA",
            "name": "EGYPTIAN HIEROGLYPH-135FA",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "135FB",
            "name": "EGYPTIAN HIEROGLYPH-135FB",
            "comments": [
                "logogram (to sing) : ḥsꞽ"
            ]
        },
        {
            "codepoint": "135FC",
            "name": "EGYPTIAN HIEROGLYPH-135FC",
            "comments": [
                "phonemogram : ḥsꞽ"
            ]
        },
        {
            "codepoint": "135FD",
            "name": "EGYPTIAN HIEROGLYPH-135FD",
            "comments": [
                "classifier musician : ḫnw"
            ]
        },
        {
            "codepoint": "135FE",
            "name": "EGYPTIAN HIEROGLYPH-135FE",
            "comments": [
                "classifier playing music : sbꜣ"
            ]
        },
        {
            "codepoint": "135FF",
            "name": "EGYPTIAN HIEROGLYPH-135FF",
            "comments": [
                "classifier drum : mḳmḳ"
            ]
        },
        {
            "codepoint": "13600",
            "name": "EGYPTIAN HIEROGLYPH-13600",
            "comments": [
                "classifier striking a drum : sr"
            ]
        },
        {
            "codepoint": "13601",
            "name": "EGYPTIAN HIEROGLYPH-13601",
            "comments": [
                "logogram (musician/percussionist) : ḫn.w"
            ]
        },
        {
            "codepoint": "13602",
            "name": "EGYPTIAN HIEROGLYPH-13602",
            "comments": [
                "classifier beating, striking : dbdb"
            ]
        },
        {
            "codepoint": "13603",
            "name": "EGYPTIAN HIEROGLYPH-13603",
            "comments": [
                "classifier lute player : ṯnf"
            ]
        },
        {
            "codepoint": "13604",
            "name": "EGYPTIAN HIEROGLYPH-13604",
            "comments": [
                "logogram (Cusae) : ḳꞽs"
            ]
        },
        {
            "codepoint": "13605",
            "name": "EGYPTIAN HIEROGLYPH-13605",
            "comments": [
                "classifier hunter, scout : nw"
            ]
        },
        {
            "codepoint": "13606",
            "name": "EGYPTIAN HIEROGLYPH-13606",
            "comments": [
                "classifier hunter, scout : nw"
            ]
        },
        {
            "codepoint": "13607",
            "name": "EGYPTIAN HIEROGLYPH-13607",
            "comments": [
                "logogram (to be strong, valiant) : ḳnꞽ"
            ]
        },
        {
            "codepoint": "13608",
            "name": "EGYPTIAN HIEROGLYPH-13608",
            "comments": [
                "logogram (the good beginning) : tp-nfr"
            ]
        },
        {
            "codepoint": "13609",
            "name": "EGYPTIAN HIEROGLYPH-13609",
            "comments": [
                "logogram (Cusae) : ḳꞽs"
            ]
        },
        {
            "codepoint": "1360A",
            "name": "EGYPTIAN HIEROGLYPH-1360A",
            "comments": [
                "logogram (to be strong, valiant) : ḳnꞽ"
            ]
        },
        {
            "codepoint": "1360B",
            "name": "EGYPTIAN HIEROGLYPH-1360B",
            "comments": [
                "logogram (to be strong, valiant) : ḳnꞽ"
            ]
        },
        {
            "codepoint": "1360C",
            "name": "EGYPTIAN HIEROGLYPH-1360C",
            "comments": [
                "classifier chariot : wrr.yt"
            ]
        },
        {
            "codepoint": "1360D",
            "name": "EGYPTIAN HIEROGLYPH-1360D",
            "comments": [
                "logogram (triomphator) : dwn.ty"
            ]
        },
        {
            "codepoint": "1360E",
            "name": "EGYPTIAN HIEROGLYPH-1360E"
        },
        {
            "codepoint": "1360F",
            "name": "EGYPTIAN HIEROGLYPH-1360F",
            "comments": [
                "logogram (butchery, animals for sacrifice) : ḫr.yt"
            ]
        },
        {
            "codepoint": "13610",
            "name": "EGYPTIAN HIEROGLYPH-13610",
            "comments": [
                "pictogram ((with) a plough, (with) a yoke of oxen, (as) the first of men) : (m) ḥb (m) ḥtr (m) tp n rmṯ"
            ]
        },
        {
            "codepoint": "13611",
            "name": "EGYPTIAN HIEROGLYPH-13611",
            "comments": [
                "logogram (part of the sꜣ-rꜥ nb ḫꜥ.w construction) : sꜣ-rꜥ-nb"
            ]
        },
        {
            "codepoint": "13612",
            "name": "EGYPTIAN HIEROGLYPH-13612",
            "comments": [
                "phonemogram/logogram (part of the sꜣ-rꜥ nb ḫꜥ.w construction) : sꜣ nb"
            ]
        },
        {
            "codepoint": "13613",
            "name": "EGYPTIAN HIEROGLYPH-13613",
            "comments": [
                "classifier? : wnty"
            ]
        },
        {
            "codepoint": "13614",
            "name": "EGYPTIAN HIEROGLYPH-13614",
            "comments": [
                "phonemogram aromatic resin (styrax?) : nnyb"
            ]
        },
        {
            "codepoint": "13615",
            "name": "EGYPTIAN HIEROGLYPH-13615",
            "comments": [
                "phonemogram (lapis-lazuli) : ḫsbḏ"
            ]
        },
        {
            "codepoint": "13616",
            "name": "EGYPTIAN HIEROGLYPH-13616",
            "comments": [
                "logogram (triomphator) : dwn.ty"
            ]
        },
        {
            "codepoint": "13617",
            "name": "EGYPTIAN HIEROGLYPH-13617",
            "comments": [
                "phonemogram (lapis-lazuli) : ḫsbḏ"
            ]
        },
        {
            "codepoint": "13618",
            "name": "EGYPTIAN HIEROGLYPH-13618",
            "comments": [
                "logogram (to go around) : pẖr"
            ]
        },
        {
            "codepoint": "13619",
            "name": "EGYPTIAN HIEROGLYPH-13619",
            "comments": [
                "classifier hunter, scout : nw"
            ]
        },
        {
            "codepoint": "1361A",
            "name": "EGYPTIAN HIEROGLYPH-1361A",
            "comments": [
                "classifier priest : ꞽwn-mw.t=f"
            ]
        },
        {
            "codepoint": "1361B",
            "name": "EGYPTIAN HIEROGLYPH-1361B",
            "comments": [
                "phonemogram : wḥꜥ"
            ]
        },
        {
            "codepoint": "1361C",
            "name": "EGYPTIAN HIEROGLYPH-1361C"
        },
        {
            "codepoint": "1361D",
            "name": "EGYPTIAN HIEROGLYPH-1361D",
            "comments": [
                "classifier youth/child : ḫy"
            ]
        },
        {
            "codepoint": "1361E",
            "name": "EGYPTIAN HIEROGLYPH-1361E",
            "comments": [
                "classifier to sit, to be comfortable : snḏm"
            ]
        },
        {
            "codepoint": "1361F",
            "name": "EGYPTIAN HIEROGLYPH-1361F",
            "comments": [
                "phonemogram : msdm"
            ]
        },
        {
            "codepoint": "13620",
            "name": "EGYPTIAN HIEROGLYPH-13620",
            "comments": [
                "classifier musician : ḫnw"
            ]
        },
        {
            "codepoint": "13621",
            "name": "EGYPTIAN HIEROGLYPH-13621",
            "comments": [
                "classifier child, youth, young man : ḥwn.w"
            ]
        },
        {
            "codepoint": "13622",
            "name": "EGYPTIAN HIEROGLYPH-13622",
            "comments": [
                "logogram (weaned child) : wḏḥ"
            ]
        },
        {
            "codepoint": "13623",
            "name": "EGYPTIAN HIEROGLYPH-13623",
            "comments": [
                "phonemogram : ꜥb"
            ]
        },
        {
            "codepoint": "13624",
            "name": "EGYPTIAN HIEROGLYPH-13624"
        },
        {
            "codepoint": "13625",
            "name": "EGYPTIAN HIEROGLYPH-13625",
            "comments": [
                "logogram (Son of Re) : sꜣ-rꜥ"
            ]
        },
        {
            "codepoint": "13626",
            "name": "EGYPTIAN HIEROGLYPH-13626",
            "comments": [
                "logogram (Son of Re) : sꜣ-rꜥ"
            ]
        },
        {
            "codepoint": "13627",
            "name": "EGYPTIAN HIEROGLYPH-13627",
            "comments": [
                "phonemogram : r + ḫ"
            ]
        },
        {
            "codepoint": "13628",
            "name": "EGYPTIAN HIEROGLYPH-13628",
            "comments": [
                "classifier child : nḫn.w"
            ]
        },
        {
            "codepoint": "13629",
            "name": "EGYPTIAN HIEROGLYPH-13629",
            "comments": [
                "classifier child : wḏḥ"
            ]
        },
        {
            "codepoint": "1362A",
            "name": "EGYPTIAN HIEROGLYPH-1362A",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "1362B",
            "name": "EGYPTIAN HIEROGLYPH-1362B"
        },
        {
            "codepoint": "1362C",
            "name": "EGYPTIAN HIEROGLYPH-1362C",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "1362D",
            "name": "EGYPTIAN HIEROGLYPH-1362D",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "1362E",
            "name": "EGYPTIAN HIEROGLYPH-1362E",
            "comments": [
                "classifier protector : ḫw.y"
            ]
        },
        {
            "codepoint": "1362F",
            "name": "EGYPTIAN HIEROGLYPH-1362F",
            "comments": [
                "phonemogram : ꜥš"
            ]
        },
        {
            "codepoint": "13630",
            "name": "EGYPTIAN HIEROGLYPH-13630",
            "comments": [
                "phonemogram : ḫꜥ"
            ]
        },
        {
            "codepoint": "13631",
            "name": "EGYPTIAN HIEROGLYPH-13631"
        },
        {
            "codepoint": "13632",
            "name": "EGYPTIAN HIEROGLYPH-13632",
            "comments": [
                "classifier Orion : sꜣḥ"
            ]
        },
        {
            "codepoint": "13633",
            "name": "EGYPTIAN HIEROGLYPH-13633",
            "comments": [
                "classifier child divinity : ḥkꜣ"
            ]
        },
        {
            "codepoint": "13634",
            "name": "EGYPTIAN HIEROGLYPH-13634",
            "comments": [
                "classifier child : sfy"
            ]
        },
        {
            "codepoint": "13635",
            "name": "EGYPTIAN HIEROGLYPH-13635"
        },
        {
            "codepoint": "13636",
            "name": "EGYPTIAN HIEROGLYPH-13636",
            "comments": [
                "logogram (son/child of) : sꜣ"
            ]
        },
        {
            "codepoint": "13637",
            "name": "EGYPTIAN HIEROGLYPH-13637",
            "comments": [
                "logogram (crowns, appearances) : ḫꜥ.w"
            ]
        },
        {
            "codepoint": "13638",
            "name": "EGYPTIAN HIEROGLYPH-13638",
            "comments": [
                "logogram (son/child of) : sꜣ"
            ]
        },
        {
            "codepoint": "13639",
            "name": "EGYPTIAN HIEROGLYPH-13639",
            "comments": [
                "classifier child : sf(y)"
            ]
        },
        {
            "codepoint": "1363A",
            "name": "EGYPTIAN HIEROGLYPH-1363A"
        },
        {
            "codepoint": "1363B",
            "name": "EGYPTIAN HIEROGLYPH-1363B",
            "comments": [
                "phonemogram : ḫn"
            ]
        },
        {
            "codepoint": "1363C",
            "name": "EGYPTIAN HIEROGLYPH-1363C",
            "comments": [
                "classifier expelling, spitting : nš"
            ]
        },
        {
            "codepoint": "1363D",
            "name": "EGYPTIAN HIEROGLYPH-1363D",
            "comments": [
                "logogram (dwarf, pigmy) : dng"
            ]
        },
        {
            "codepoint": "1363E",
            "name": "EGYPTIAN HIEROGLYPH-1363E",
            "comments": [
                "classifier revered person"
            ]
        },
        {
            "codepoint": "1363F",
            "name": "EGYPTIAN HIEROGLYPH-1363F",
            "comments": [
                "classifier revered person"
            ]
        },
        {
            "codepoint": "13640",
            "name": "EGYPTIAN HIEROGLYPH-13640",
            "comments": [
                "classifier revered person : ꞽt"
            ]
        },
        {
            "codepoint": "13641",
            "name": "EGYPTIAN HIEROGLYPH-13641",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "13642",
            "name": "EGYPTIAN HIEROGLYPH-13642",
            "comments": [
                "logogram (the noble speech) : mdw-šps"
            ]
        },
        {
            "codepoint": "13643",
            "name": "EGYPTIAN HIEROGLYPH-13643",
            "comments": [
                "classifier revered person"
            ]
        },
        {
            "codepoint": "13644",
            "name": "EGYPTIAN HIEROGLYPH-13644",
            "comments": [
                "logogram/phonemogram (costly offerings) : šps.w"
            ]
        },
        {
            "codepoint": "13645",
            "name": "EGYPTIAN HIEROGLYPH-13645",
            "comments": [
                "logogram (noble, splendid) : šps"
            ]
        },
        {
            "codepoint": "13646",
            "name": "EGYPTIAN HIEROGLYPH-13646",
            "comments": [
                "logogram (to be noble) : špsꞽ"
            ]
        },
        {
            "codepoint": "13647",
            "name": "EGYPTIAN HIEROGLYPH-13647",
            "comments": [
                "classifier divinity : ꞽtmw"
            ]
        },
        {
            "codepoint": "13648",
            "name": "EGYPTIAN HIEROGLYPH-13648",
            "comments": [
                "classifier to abide, to occupy : ḥmsꞽ"
            ]
        },
        {
            "codepoint": "13649",
            "name": "EGYPTIAN HIEROGLYPH-13649"
        },
        {
            "codepoint": "1364A",
            "name": "EGYPTIAN HIEROGLYPH-1364A",
            "comments": [
                "logogram (to be noble) : špsꞽ"
            ]
        },
        {
            "codepoint": "1364B",
            "name": "EGYPTIAN HIEROGLYPH-1364B"
        },
        {
            "codepoint": "1364C",
            "name": "EGYPTIAN HIEROGLYPH-1364C",
            "comments": [
                "classifier noble : sꜥḥ"
            ]
        },
        {
            "codepoint": "1364D",
            "name": "EGYPTIAN HIEROGLYPH-1364D",
            "comments": [
                "logogram/phonemogram (costly offerings) : šps.w"
            ]
        },
        {
            "codepoint": "1364E",
            "name": "EGYPTIAN HIEROGLYPH-1364E",
            "comments": [
                "logogram (to be noble) : špsꞽ"
            ]
        },
        {
            "codepoint": "1364F",
            "name": "EGYPTIAN HIEROGLYPH-1364F"
        },
        {
            "codepoint": "13650",
            "name": "EGYPTIAN HIEROGLYPH-13650",
            "comments": [
                "classifier revered person"
            ]
        },
        {
            "codepoint": "13651",
            "name": "EGYPTIAN HIEROGLYPH-13651",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13652",
            "name": "EGYPTIAN HIEROGLYPH-13652",
            "comments": [
                "classifier divinity"
            ]
        },
        {
            "codepoint": "13653",
            "name": "EGYPTIAN HIEROGLYPH-13653"
        },
        {
            "codepoint": "13654",
            "name": "EGYPTIAN HIEROGLYPH-13654",
            "comments": [
                "classifier divinity : mr.ty"
            ]
        },
        {
            "codepoint": "13655",
            "name": "EGYPTIAN HIEROGLYPH-13655",
            "comments": [
                "classifier divinity"
            ]
        },
        {
            "codepoint": "13656",
            "name": "EGYPTIAN HIEROGLYPH-13656",
            "comments": [
                "classifier king : n(y)-sw.t"
            ]
        },
        {
            "codepoint": "13657",
            "name": "EGYPTIAN HIEROGLYPH-13657",
            "comments": [
                "classifier king : n(y)-sw.t"
            ]
        },
        {
            "codepoint": "13658",
            "name": "EGYPTIAN HIEROGLYPH-13658"
        },
        {
            "codepoint": "13659",
            "name": "EGYPTIAN HIEROGLYPH-13659",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1365A",
            "name": "EGYPTIAN HIEROGLYPH-1365A"
        },
        {
            "codepoint": "1365B",
            "name": "EGYPTIAN HIEROGLYPH-1365B",
            "comments": [
                "classifier divinity : ꞽtmw"
            ]
        },
        {
            "codepoint": "1365C",
            "name": "EGYPTIAN HIEROGLYPH-1365C",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1365D",
            "name": "EGYPTIAN HIEROGLYPH-1365D",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1365E",
            "name": "EGYPTIAN HIEROGLYPH-1365E",
            "comments": [
                "logogram (powerful one) : sḫm"
            ]
        },
        {
            "codepoint": "1365F",
            "name": "EGYPTIAN HIEROGLYPH-1365F",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "13660",
            "name": "EGYPTIAN HIEROGLYPH-13660",
            "comments": [
                "logogram (king) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13661",
            "name": "EGYPTIAN HIEROGLYPH-13661",
            "comments": [
                "logogram (Khepri) : ḫprꞽ"
            ]
        },
        {
            "codepoint": "13662",
            "name": "EGYPTIAN HIEROGLYPH-13662",
            "comments": [
                "logogram (to rule) : ḥḳꜣ"
            ]
        },
        {
            "codepoint": "13663",
            "name": "EGYPTIAN HIEROGLYPH-13663",
            "comments": [
                "logogram (ruler of the 9th nome of UE) : ḥḳꜣ-ꜥnḏ.ty"
            ]
        },
        {
            "codepoint": "13664",
            "name": "EGYPTIAN HIEROGLYPH-13664",
            "comments": [
                "logogram (ruler) : ḥḳꜣ"
            ]
        },
        {
            "codepoint": "13665",
            "name": "EGYPTIAN HIEROGLYPH-13665",
            "comments": [
                "classifier statue : ẖn.ty"
            ]
        },
        {
            "codepoint": "13666",
            "name": "EGYPTIAN HIEROGLYPH-13666",
            "comments": [
                "logogram (sovereign) : ꞽt.y"
            ]
        },
        {
            "codepoint": "13667",
            "name": "EGYPTIAN HIEROGLYPH-13667",
            "comments": [
                "logogram (noble, splendid) : šps"
            ]
        },
        {
            "codepoint": "13668",
            "name": "EGYPTIAN HIEROGLYPH-13668",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "13669",
            "name": "EGYPTIAN HIEROGLYPH-13669",
            "comments": [
                "logogram (sovereign) : ꞽt.y"
            ]
        },
        {
            "codepoint": "1366A",
            "name": "EGYPTIAN HIEROGLYPH-1366A"
        },
        {
            "codepoint": "1366B",
            "name": "EGYPTIAN HIEROGLYPH-1366B"
        },
        {
            "codepoint": "1366C",
            "name": "EGYPTIAN HIEROGLYPH-1366C",
            "comments": [
                "classifier personal name"
            ]
        },
        {
            "codepoint": "1366D",
            "name": "EGYPTIAN HIEROGLYPH-1366D",
            "comments": [
                "classifier statue : ꞽrw"
            ]
        },
        {
            "codepoint": "1366E",
            "name": "EGYPTIAN HIEROGLYPH-1366E",
            "comments": [
                "classifier praying, worshipping : smnḥ"
            ]
        },
        {
            "codepoint": "1366F",
            "name": "EGYPTIAN HIEROGLYPH-1366F",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13670",
            "name": "EGYPTIAN HIEROGLYPH-13670",
            "comments": [
                "classifier divinity : kꜣ-ḥtp"
            ]
        },
        {
            "codepoint": "13671",
            "name": "EGYPTIAN HIEROGLYPH-13671",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13672",
            "name": "EGYPTIAN HIEROGLYPH-13672",
            "comments": [
                "classifier divinity : ḫnt.y-ꞽmn.tyw"
            ]
        },
        {
            "codepoint": "13673",
            "name": "EGYPTIAN HIEROGLYPH-13673",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13674",
            "name": "EGYPTIAN HIEROGLYPH-13674",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13675",
            "name": "EGYPTIAN HIEROGLYPH-13675",
            "comments": [
                "classifier divinity : nṯr"
            ]
        },
        {
            "codepoint": "13676",
            "name": "EGYPTIAN HIEROGLYPH-13676",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13677",
            "name": "EGYPTIAN HIEROGLYPH-13677",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13678",
            "name": "EGYPTIAN HIEROGLYPH-13678",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13679",
            "name": "EGYPTIAN HIEROGLYPH-13679",
            "comments": [
                "classifier divinity : ḫnt.y-ꞽmn.tyw"
            ]
        },
        {
            "codepoint": "1367A",
            "name": "EGYPTIAN HIEROGLYPH-1367A",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "1367B",
            "name": "EGYPTIAN HIEROGLYPH-1367B",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "1367C",
            "name": "EGYPTIAN HIEROGLYPH-1367C",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "1367D",
            "name": "EGYPTIAN HIEROGLYPH-1367D",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "1367E",
            "name": "EGYPTIAN HIEROGLYPH-1367E",
            "comments": [
                "logogram (he of heliopolis) : ꞽwn.y"
            ]
        },
        {
            "codepoint": "1367F",
            "name": "EGYPTIAN HIEROGLYPH-1367F",
            "comments": [
                "logogram (the white crown) : ḥḏ.t"
            ]
        },
        {
            "codepoint": "13680",
            "name": "EGYPTIAN HIEROGLYPH-13680",
            "comments": [
                "classifier divinity : wsꞽr"
            ]
        },
        {
            "codepoint": "13681",
            "name": "EGYPTIAN HIEROGLYPH-13681",
            "comments": [
                "classifier Osiris : wsꞽr"
            ]
        },
        {
            "codepoint": "13682",
            "name": "EGYPTIAN HIEROGLYPH-13682",
            "comments": [
                "classsifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13683",
            "name": "EGYPTIAN HIEROGLYPH-13683"
        },
        {
            "codepoint": "13684",
            "name": "EGYPTIAN HIEROGLYPH-13684",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13685",
            "name": "EGYPTIAN HIEROGLYPH-13685",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13686",
            "name": "EGYPTIAN HIEROGLYPH-13686",
            "comments": [
                "logogram (king of UE and land, when occuring together with king of LE forms n(.y)-sw.t-bꞽ.ty nb tꜣ.wy) : n(.y)-sw.t & tꜣ"
            ]
        },
        {
            "codepoint": "13687",
            "name": "EGYPTIAN HIEROGLYPH-13687",
            "comments": [
                "logogram (king of UE and land when occuring together with red crown wearing variant forms n(.y)-sw.t-bꞽ.ty nb tꜣ.wy) : n(.y)-sw.t & tꜣ"
            ]
        },
        {
            "codepoint": "13688",
            "name": "EGYPTIAN HIEROGLYPH-13688",
            "comments": [
                "logogram (King of UE) : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13689",
            "name": "EGYPTIAN HIEROGLYPH-13689",
            "comments": [
                "logogram (Osiris) : wsꞽr"
            ]
        },
        {
            "codepoint": "1368A",
            "name": "EGYPTIAN HIEROGLYPH-1368A",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "1368B",
            "name": "EGYPTIAN HIEROGLYPH-1368B",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "1368C",
            "name": "EGYPTIAN HIEROGLYPH-1368C",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "1368D",
            "name": "EGYPTIAN HIEROGLYPH-1368D",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "1368E",
            "name": "EGYPTIAN HIEROGLYPH-1368E",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "1368F",
            "name": "EGYPTIAN HIEROGLYPH-1368F",
            "comments": [
                "classifier king : n(y)-sw.t"
            ]
        },
        {
            "codepoint": "13690",
            "name": "EGYPTIAN HIEROGLYPH-13690",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "13691",
            "name": "EGYPTIAN HIEROGLYPH-13691",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "13692",
            "name": "EGYPTIAN HIEROGLYPH-13692",
            "comments": [
                "classifier king : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13693",
            "name": "EGYPTIAN HIEROGLYPH-13693",
            "comments": [
                "logogram (King of LE and land, when occuring together with King of UE forms n(.y)-sw.t-bꞽ.ty nb tꜣ.wy) : bꞽ.ty tꜣ"
            ]
        },
        {
            "codepoint": "13694",
            "name": "EGYPTIAN HIEROGLYPH-13694",
            "comments": [
                "logogram (King of LE and land, when occuring together with a white crown variant forms n(.y)-sw.t-bꞽ.ty nb tꜣ.wy) : bꞽ.ty tꜣ"
            ]
        },
        {
            "codepoint": "13695",
            "name": "EGYPTIAN HIEROGLYPH-13695",
            "comments": [
                "logogram (King of UE) : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13696",
            "name": "EGYPTIAN HIEROGLYPH-13696",
            "comments": [
                "logogram (to run) : pḥrr"
            ]
        },
        {
            "codepoint": "13697",
            "name": "EGYPTIAN HIEROGLYPH-13697",
            "comments": [
                "logogram (an offering that the king gives) : ḥtp-dꞽ-n.y-sw.t"
            ]
        },
        {
            "codepoint": "13698",
            "name": "EGYPTIAN HIEROGLYPH-13698",
            "comments": [
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "13699",
            "name": "EGYPTIAN HIEROGLYPH-13699",
            "comments": [
                "logogram (Atum) : ꞽtmw"
            ]
        },
        {
            "codepoint": "1369A",
            "name": "EGYPTIAN HIEROGLYPH-1369A",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1369B",
            "name": "EGYPTIAN HIEROGLYPH-1369B",
            "comments": [
                "logogram (king of ULE) : n(y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "1369C",
            "name": "EGYPTIAN HIEROGLYPH-1369C",
            "comments": [
                "classifier king/divinity : pꜣ-nṯr-mnḫ"
            ]
        },
        {
            "codepoint": "1369D",
            "name": "EGYPTIAN HIEROGLYPH-1369D",
            "comments": [
                "classifier king/divinity : pꜣ-nṯr-mnḫ"
            ]
        },
        {
            "codepoint": "1369E",
            "name": "EGYPTIAN HIEROGLYPH-1369E",
            "comments": [
                "logogram (Atum) : ꞽtmw"
            ]
        },
        {
            "codepoint": "1369F",
            "name": "EGYPTIAN HIEROGLYPH-1369F",
            "comments": [
                "classifier divinity : ꞽtmw"
            ]
        },
        {
            "codepoint": "136A0",
            "name": "EGYPTIAN HIEROGLYPH-136A0",
            "comments": [
                "logogram (Atum) : ꞽtmw"
            ]
        },
        {
            "codepoint": "136A1",
            "name": "EGYPTIAN HIEROGLYPH-136A1",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "136A2",
            "name": "EGYPTIAN HIEROGLYPH-136A2",
            "comments": [
                "logogram (king of ULE) : n(y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "136A3",
            "name": "EGYPTIAN HIEROGLYPH-136A3"
        },
        {
            "codepoint": "136A4",
            "name": "EGYPTIAN HIEROGLYPH-136A4",
            "comments": [
                "pictogram prostate offering a vase of myrrh"
            ]
        },
        {
            "codepoint": "136A5",
            "name": "EGYPTIAN HIEROGLYPH-136A5",
            "comments": [
                "logogram (sovereign) : ꞽt.y"
            ]
        },
        {
            "codepoint": "136A6",
            "name": "EGYPTIAN HIEROGLYPH-136A6",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "136A7",
            "name": "EGYPTIAN HIEROGLYPH-136A7",
            "comments": [
                "classifier sovereign : ꞽt.y"
            ]
        },
        {
            "codepoint": "136A8",
            "name": "EGYPTIAN HIEROGLYPH-136A8"
        },
        {
            "codepoint": "136A9",
            "name": "EGYPTIAN HIEROGLYPH-136A9",
            "comments": [
                "logogram (sovereign) : ꞽt.y"
            ]
        },
        {
            "codepoint": "136AA",
            "name": "EGYPTIAN HIEROGLYPH-136AA",
            "comments": [
                "logogram (sovereign) : ꞽt.y"
            ]
        },
        {
            "codepoint": "136AB",
            "name": "EGYPTIAN HIEROGLYPH-136AB"
        },
        {
            "codepoint": "136AC",
            "name": "EGYPTIAN HIEROGLYPH-136AC",
            "comments": [
                "logogram/phonemogram (in ꜥnḏ.ty (Busiris)) : ꜥnḏ"
            ]
        },
        {
            "codepoint": "136AD",
            "name": "EGYPTIAN HIEROGLYPH-136AD",
            "comments": [
                "logogram (9th nome of UE) : ꜥnḏ.ty"
            ]
        },
        {
            "codepoint": "136AE",
            "name": "EGYPTIAN HIEROGLYPH-136AE",
            "comments": [
                "classifier majesty (specifically referring to Shu) : ḥm"
            ]
        },
        {
            "codepoint": "136AF",
            "name": "EGYPTIAN HIEROGLYPH-136AF",
            "comments": [
                "classifier divinity (Geb) : gbb"
            ]
        },
        {
            "codepoint": "136B0",
            "name": "EGYPTIAN HIEROGLYPH-136B0"
        },
        {
            "codepoint": "136B1",
            "name": "EGYPTIAN HIEROGLYPH-136B1",
            "comments": [
                "classifier name (deceased person)"
            ]
        },
        {
            "codepoint": "136B2",
            "name": "EGYPTIAN HIEROGLYPH-136B2",
            "comments": [
                "classifier name (deceased person)"
            ]
        },
        {
            "codepoint": "136B3",
            "name": "EGYPTIAN HIEROGLYPH-136B3"
        },
        {
            "codepoint": "136B4",
            "name": "EGYPTIAN HIEROGLYPH-136B4",
            "comments": [
                "classifier name (deceased person)"
            ]
        },
        {
            "codepoint": "136B5",
            "name": "EGYPTIAN HIEROGLYPH-136B5",
            "comments": [
                "classifier divinity : wsꞽr"
            ]
        },
        {
            "codepoint": "136B6",
            "name": "EGYPTIAN HIEROGLYPH-136B6",
            "comments": [
                "classifier divinity : ḫnt.y-ꞽmn.tyw"
            ]
        },
        {
            "codepoint": "136B7",
            "name": "EGYPTIAN HIEROGLYPH-136B7",
            "comments": [
                "classifier creation/form : ꞽr.w"
            ]
        },
        {
            "codepoint": "136B8",
            "name": "EGYPTIAN HIEROGLYPH-136B8",
            "comments": [
                "classifier to sleep/to spend the night : sḏr"
            ]
        },
        {
            "codepoint": "136B9",
            "name": "EGYPTIAN HIEROGLYPH-136B9",
            "comments": [
                "classifier statue : ẖn.ty"
            ]
        },
        {
            "codepoint": "136BA",
            "name": "EGYPTIAN HIEROGLYPH-136BA"
        },
        {
            "codepoint": "136BB",
            "name": "EGYPTIAN HIEROGLYPH-136BB",
            "comments": [
                "classifier statue : twt"
            ]
        },
        {
            "codepoint": "136BC",
            "name": "EGYPTIAN HIEROGLYPH-136BC"
        },
        {
            "codepoint": "136BD",
            "name": "EGYPTIAN HIEROGLYPH-136BD",
            "comments": [
                "logogram (statue) : mnw"
            ]
        },
        {
            "codepoint": "136BE",
            "name": "EGYPTIAN HIEROGLYPH-136BE",
            "comments": [
                "classifier statue : mnw"
            ]
        },
        {
            "codepoint": "136BF",
            "name": "EGYPTIAN HIEROGLYPH-136BF",
            "comments": [
                "classifier carrying chair : wr-ꜥ"
            ]
        },
        {
            "codepoint": "136C0",
            "name": "EGYPTIAN HIEROGLYPH-136C0",
            "comments": [
                "classifier divinity : ꜥḳ.t-m-rw.ty"
            ]
        },
        {
            "codepoint": "136C1",
            "name": "EGYPTIAN HIEROGLYPH-136C1",
            "comments": [
                "classifier statue : smn"
            ]
        },
        {
            "codepoint": "136C2",
            "name": "EGYPTIAN HIEROGLYPH-136C2",
            "comments": [
                "logogram (monument)? : mn.w"
            ]
        },
        {
            "codepoint": "136C3",
            "name": "EGYPTIAN HIEROGLYPH-136C3"
        },
        {
            "codepoint": "136C4",
            "name": "EGYPTIAN HIEROGLYPH-136C4",
            "comments": [
                "classifier to awake : nhsꞽ"
            ]
        },
        {
            "codepoint": "136C5",
            "name": "EGYPTIAN HIEROGLYPH-136C5",
            "comments": [
                "classifier to sleep : sḏr"
            ]
        },
        {
            "codepoint": "136C6",
            "name": "EGYPTIAN HIEROGLYPH-136C6",
            "comments": [
                "classifier : ẖꜣ.t"
            ]
        },
        {
            "codepoint": "136C7",
            "name": "EGYPTIAN HIEROGLYPH-136C7",
            "comments": [
                "classifier corpse : ẖꜣ.t"
            ]
        },
        {
            "codepoint": "136C8",
            "name": "EGYPTIAN HIEROGLYPH-136C8",
            "comments": [
                "classifier to sleep : sḏr"
            ]
        },
        {
            "codepoint": "136C9",
            "name": "EGYPTIAN HIEROGLYPH-136C9",
            "comments": [
                "classifier (ointment vessel in the shape of the king) : snn"
            ]
        },
        {
            "codepoint": "136CA",
            "name": "EGYPTIAN HIEROGLYPH-136CA",
            "comments": [
                "classifier wine : ꞽrp"
            ]
        },
        {
            "codepoint": "136CB",
            "name": "EGYPTIAN HIEROGLYPH-136CB",
            "comments": [
                "logogram (to venerate) : dwꜣ"
            ]
        },
        {
            "codepoint": "136CC",
            "name": "EGYPTIAN HIEROGLYPH-136CC",
            "comments": [
                "phonemogram/logogram (million/many) : ḥḥ"
            ]
        },
        {
            "codepoint": "136CD",
            "name": "EGYPTIAN HIEROGLYPH-136CD",
            "comments": [
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "136CE",
            "name": "EGYPTIAN HIEROGLYPH-136CE"
        },
        {
            "codepoint": "136CF",
            "name": "EGYPTIAN HIEROGLYPH-136CF",
            "comments": [
                "logogram (to love) : mrꞽ"
            ]
        },
        {
            "codepoint": "136D0",
            "name": "EGYPTIAN HIEROGLYPH-136D0",
            "comments": [
                "logogram (his townsman) : nꞽw.ty=f"
            ]
        },
        {
            "codepoint": "136D1",
            "name": "EGYPTIAN HIEROGLYPH-136D1",
            "comments": [
                "classifier playing : ḥꜥb"
            ]
        },
        {
            "codepoint": "136D2",
            "name": "EGYPTIAN HIEROGLYPH-136D2",
            "comments": [
                "classifier playing : ḥꜥb"
            ]
        },
        {
            "codepoint": "136D3",
            "name": "EGYPTIAN HIEROGLYPH-136D3",
            "comments": [
                "logogram (gods) : nṯr.w"
            ]
        },
        {
            "codepoint": "136D4",
            "name": "EGYPTIAN HIEROGLYPH-136D4",
            "comments": [
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "136D5",
            "name": "EGYPTIAN HIEROGLYPH-136D5",
            "comments": [
                "logogram (majesty) : ḥm.t"
            ]
        },
        {
            "codepoint": "136D6",
            "name": "EGYPTIAN HIEROGLYPH-136D6",
            "comments": [
                "logogram (femine first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "136D7",
            "name": "EGYPTIAN HIEROGLYPH-136D7",
            "comments": [
                "classifier divinity : n.t"
            ]
        },
        {
            "codepoint": "136D8",
            "name": "EGYPTIAN HIEROGLYPH-136D8"
        },
        {
            "codepoint": "136D9",
            "name": "EGYPTIAN HIEROGLYPH-136D9",
            "comments": [
                "classifier divinity : tfn.t"
            ]
        },
        {
            "codepoint": "136DA",
            "name": "EGYPTIAN HIEROGLYPH-136DA",
            "comments": [
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "136DB",
            "name": "EGYPTIAN HIEROGLYPH-136DB",
            "comments": [
                "classifier divinity : ẖrsk.t"
            ]
        },
        {
            "codepoint": "136DC",
            "name": "EGYPTIAN HIEROGLYPH-136DC",
            "comments": [
                "classifier ruler : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "136DD",
            "name": "EGYPTIAN HIEROGLYPH-136DD"
        },
        {
            "codepoint": "136DE",
            "name": "EGYPTIAN HIEROGLYPH-136DE",
            "comments": [
                "logogram (mistress) : ḥnw.t"
            ]
        },
        {
            "codepoint": "136DF",
            "name": "EGYPTIAN HIEROGLYPH-136DF",
            "comments": [
                "classifier personal name : ꜥnḫ=s-n-ꜣs.t"
            ]
        },
        {
            "codepoint": "136E0",
            "name": "EGYPTIAN HIEROGLYPH-136E0",
            "comments": [
                "classifier personal name : ḥr-ꜥnḫ"
            ]
        },
        {
            "codepoint": "136E1",
            "name": "EGYPTIAN HIEROGLYPH-136E1",
            "comments": [
                "phonemogram : n(w)ꞽ"
            ]
        },
        {
            "codepoint": "136E2",
            "name": "EGYPTIAN HIEROGLYPH-136E2",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "136E3",
            "name": "EGYPTIAN HIEROGLYPH-136E3",
            "comments": [
                "phonemogram (in ḥw.t-ꞽr.yw (hall of records/scriptorium)) : ꞽr.y"
            ]
        },
        {
            "codepoint": "136E4",
            "name": "EGYPTIAN HIEROGLYPH-136E4",
            "comments": [
                "classifier enemy : ḫft.ywt"
            ]
        },
        {
            "codepoint": "136E5",
            "name": "EGYPTIAN HIEROGLYPH-136E5",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "136E6",
            "name": "EGYPTIAN HIEROGLYPH-136E6",
            "comments": [
                "classifier youth : nḫḫ"
            ]
        },
        {
            "codepoint": "136E7",
            "name": "EGYPTIAN HIEROGLYPH-136E7",
            "comments": [
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "136E8",
            "name": "EGYPTIAN HIEROGLYPH-136E8",
            "comments": [
                "classifier divinity : ꞽmn.t"
            ]
        },
        {
            "codepoint": "136E9",
            "name": "EGYPTIAN HIEROGLYPH-136E9",
            "comments": [
                "classifier ruler : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "136EA",
            "name": "EGYPTIAN HIEROGLYPH-136EA",
            "comments": [
                "logogram (mistress) : ḥnw.t"
            ]
        },
        {
            "codepoint": "136EB",
            "name": "EGYPTIAN HIEROGLYPH-136EB",
            "comments": [
                "classifier divinity : srḳ.t"
            ]
        },
        {
            "codepoint": "136EC",
            "name": "EGYPTIAN HIEROGLYPH-136EC"
        },
        {
            "codepoint": "136ED",
            "name": "EGYPTIAN HIEROGLYPH-136ED",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "136EE",
            "name": "EGYPTIAN HIEROGLYPH-136EE",
            "comments": [
                "classifier woman : ḥm.t"
            ]
        },
        {
            "codepoint": "136EF",
            "name": "EGYPTIAN HIEROGLYPH-136EF",
            "comments": [
                "classifier divinity (title of šntꜣyt) : ḳꜣ.t-bꜣ.w"
            ]
        },
        {
            "codepoint": "136F0",
            "name": "EGYPTIAN HIEROGLYPH-136F0",
            "comments": [
                "classifier relationship : ꜣb.wt"
            ]
        },
        {
            "codepoint": "136F1",
            "name": "EGYPTIAN HIEROGLYPH-136F1"
        },
        {
            "codepoint": "136F2",
            "name": "EGYPTIAN HIEROGLYPH-136F2",
            "comments": [
                "phonemogram : ṯ"
            ]
        },
        {
            "codepoint": "136F3",
            "name": "EGYPTIAN HIEROGLYPH-136F3",
            "comments": [
                "classifier name (deceased person)"
            ]
        },
        {
            "codepoint": "136F4",
            "name": "EGYPTIAN HIEROGLYPH-136F4",
            "comments": [
                "spindle/spinning tool"
            ]
        },
        {
            "codepoint": "136F5",
            "name": "EGYPTIAN HIEROGLYPH-136F5"
        },
        {
            "codepoint": "136F6",
            "name": "EGYPTIAN HIEROGLYPH-136F6",
            "comments": [
                "classifier barren woman : snb.t"
            ]
        },
        {
            "codepoint": "136F7",
            "name": "EGYPTIAN HIEROGLYPH-136F7",
            "comments": [
                "classifier to mourn : ḥꜣꞽ"
            ]
        },
        {
            "codepoint": "136F8",
            "name": "EGYPTIAN HIEROGLYPH-136F8",
            "comments": [
                "phonemogram (to form mr.ty (the two eyes)) : mrt"
            ]
        },
        {
            "codepoint": "136F9",
            "name": "EGYPTIAN HIEROGLYPH-136F9",
            "comments": [
                "classifier to welcome : nyny"
            ]
        },
        {
            "codepoint": "136FA",
            "name": "EGYPTIAN HIEROGLYPH-136FA",
            "comments": [
                "classifier to praise : dwꜣ"
            ]
        },
        {
            "codepoint": "136FB",
            "name": "EGYPTIAN HIEROGLYPH-136FB",
            "comments": [
                "classifier (mourner) : ḥꜣ.t"
            ]
        },
        {
            "codepoint": "136FC",
            "name": "EGYPTIAN HIEROGLYPH-136FC",
            "comments": [
                "classifier divinity : wrr.t"
            ]
        },
        {
            "codepoint": "136FD",
            "name": "EGYPTIAN HIEROGLYPH-136FD"
        },
        {
            "codepoint": "136FE",
            "name": "EGYPTIAN HIEROGLYPH-136FE",
            "comments": [
                "classifier fortune : rnn.t"
            ]
        },
        {
            "codepoint": "136FF",
            "name": "EGYPTIAN HIEROGLYPH-136FF",
            "comments": [
                "classifier to clap & phonemogram : dḫn & s"
            ]
        },
        {
            "codepoint": "13700",
            "name": "EGYPTIAN HIEROGLYPH-13700",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "13701",
            "name": "EGYPTIAN HIEROGLYPH-13701",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "13702",
            "name": "EGYPTIAN HIEROGLYPH-13702",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "13703",
            "name": "EGYPTIAN HIEROGLYPH-13703",
            "comments": [
                "logogram (noblewoman) : šps.t"
            ]
        },
        {
            "codepoint": "13704",
            "name": "EGYPTIAN HIEROGLYPH-13704",
            "comments": [
                "logogram (noblewoman) : šps.t"
            ]
        },
        {
            "codepoint": "13705",
            "name": "EGYPTIAN HIEROGLYPH-13705",
            "comments": [
                "logogram (noblewoman) : šps.t"
            ]
        },
        {
            "codepoint": "13706",
            "name": "EGYPTIAN HIEROGLYPH-13706",
            "comments": [
                "classifier name female royalty : ḫnt-kꜣ.w=s"
            ]
        },
        {
            "codepoint": "13707",
            "name": "EGYPTIAN HIEROGLYPH-13707"
        },
        {
            "codepoint": "13708",
            "name": "EGYPTIAN HIEROGLYPH-13708",
            "comments": [
                "classifier personal name : ḥtp-ḥr=s"
            ]
        },
        {
            "codepoint": "13709",
            "name": "EGYPTIAN HIEROGLYPH-13709",
            "comments": [
                "classifier personal name"
            ]
        },
        {
            "codepoint": "1370A",
            "name": "EGYPTIAN HIEROGLYPH-1370A",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "1370B",
            "name": "EGYPTIAN HIEROGLYPH-1370B"
        },
        {
            "codepoint": "1370C",
            "name": "EGYPTIAN HIEROGLYPH-1370C",
            "comments": [
                "logogram (to be noble) : šps"
            ]
        },
        {
            "codepoint": "1370D",
            "name": "EGYPTIAN HIEROGLYPH-1370D",
            "comments": [
                "classifier resting : snḏm"
            ]
        },
        {
            "codepoint": "1370E",
            "name": "EGYPTIAN HIEROGLYPH-1370E",
            "comments": [
                "classifier youth : rnpꞽ"
            ]
        },
        {
            "codepoint": "1370F",
            "name": "EGYPTIAN HIEROGLYPH-1370F",
            "comments": [
                "classifier name"
            ]
        },
        {
            "codepoint": "13710",
            "name": "EGYPTIAN HIEROGLYPH-13710",
            "comments": [
                "classifier to welcome : nyny"
            ]
        },
        {
            "codepoint": "13711",
            "name": "EGYPTIAN HIEROGLYPH-13711",
            "comments": [
                "classifier to welcome : nyny"
            ]
        },
        {
            "codepoint": "13712",
            "name": "EGYPTIAN HIEROGLYPH-13712"
        },
        {
            "codepoint": "13713",
            "name": "EGYPTIAN HIEROGLYPH-13713",
            "comments": [
                "classifier mourners : ḥ(ꜣ)y.t"
            ]
        },
        {
            "codepoint": "13714",
            "name": "EGYPTIAN HIEROGLYPH-13714",
            "comments": [
                "classifier (screamers, mourners) : sgb.wt"
            ]
        },
        {
            "codepoint": "13715",
            "name": "EGYPTIAN HIEROGLYPH-13715",
            "comments": [
                "classifier divinity : ꜣs.t"
            ]
        },
        {
            "codepoint": "13716",
            "name": "EGYPTIAN HIEROGLYPH-13716",
            "comments": [
                "classifier relationship : ḫnms.t"
            ]
        },
        {
            "codepoint": "13717",
            "name": "EGYPTIAN HIEROGLYPH-13717",
            "comments": [
                "classifier to raise/to support : ḫy"
            ]
        },
        {
            "codepoint": "13718",
            "name": "EGYPTIAN HIEROGLYPH-13718",
            "comments": [
                "classifier singing : šmꜥ"
            ]
        },
        {
            "codepoint": "13719",
            "name": "EGYPTIAN HIEROGLYPH-13719",
            "comments": [
                "phonemogram : sw"
            ]
        },
        {
            "codepoint": "1371A",
            "name": "EGYPTIAN HIEROGLYPH-1371A",
            "comments": [
                "logogram (to rule) : ḥḳꜣ"
            ]
        },
        {
            "codepoint": "1371B",
            "name": "EGYPTIAN HIEROGLYPH-1371B",
            "comments": [
                "phonemogram : nḏ"
            ]
        },
        {
            "codepoint": "1371C",
            "name": "EGYPTIAN HIEROGLYPH-1371C",
            "comments": [
                "classifier mourner : ḥꜣy.t"
            ]
        },
        {
            "codepoint": "1371D",
            "name": "EGYPTIAN HIEROGLYPH-1371D"
        },
        {
            "codepoint": "1371E",
            "name": "EGYPTIAN HIEROGLYPH-1371E",
            "comments": [
                "logogram (noblewoman) : sr.t"
            ]
        },
        {
            "codepoint": "1371F",
            "name": "EGYPTIAN HIEROGLYPH-1371F",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "13720",
            "name": "EGYPTIAN HIEROGLYPH-13720",
            "comments": [
                "phonemogram : w"
            ]
        },
        {
            "codepoint": "13721",
            "name": "EGYPTIAN HIEROGLYPH-13721",
            "comments": [
                "logogram (to be old, old age) : ꞽꜣwꞽ"
            ]
        },
        {
            "codepoint": "13722",
            "name": "EGYPTIAN HIEROGLYPH-13722",
            "comments": [
                "logogram (noble lady) : rpy.t"
            ]
        },
        {
            "codepoint": "13723",
            "name": "EGYPTIAN HIEROGLYPH-13723",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "13724",
            "name": "EGYPTIAN HIEROGLYPH-13724",
            "comments": [
                "phonemogram (cryptography) : t; r"
            ]
        },
        {
            "codepoint": "13725",
            "name": "EGYPTIAN HIEROGLYPH-13725",
            "comments": [
                "classifier mourner : ḥꜣy.t"
            ]
        },
        {
            "codepoint": "13726",
            "name": "EGYPTIAN HIEROGLYPH-13726",
            "comments": [
                "classifier? : šꜣ.tw"
            ]
        },
        {
            "codepoint": "13727",
            "name": "EGYPTIAN HIEROGLYPH-13727",
            "comments": [
                "classifier danceress : ꞽhb.t"
            ]
        },
        {
            "codepoint": "13728",
            "name": "EGYPTIAN HIEROGLYPH-13728",
            "comments": [
                "classifier nursing, rearing : ꜣṯ"
            ]
        },
        {
            "codepoint": "13729",
            "name": "EGYPTIAN HIEROGLYPH-13729",
            "comments": [
                "classifier : ꜥtꜣ"
            ]
        },
        {
            "codepoint": "1372A",
            "name": "EGYPTIAN HIEROGLYPH-1372A"
        },
        {
            "codepoint": "1372B",
            "name": "EGYPTIAN HIEROGLYPH-1372B",
            "comments": [
                "classifier royal sister : sn.t"
            ]
        },
        {
            "codepoint": "1372C",
            "name": "EGYPTIAN HIEROGLYPH-1372C",
            "comments": [
                "classifier royal personal name : nfr-nfr.w-ꞽtn-nfr.ty-ꞽyꞽ.tꞽ"
            ]
        },
        {
            "codepoint": "1372D",
            "name": "EGYPTIAN HIEROGLYPH-1372D"
        },
        {
            "codepoint": "1372E",
            "name": "EGYPTIAN HIEROGLYPH-1372E"
        },
        {
            "codepoint": "1372F",
            "name": "EGYPTIAN HIEROGLYPH-1372F",
            "comments": [
                "logogram (king of UE) : n.y-sw.t"
            ]
        },
        {
            "codepoint": "13730",
            "name": "EGYPTIAN HIEROGLYPH-13730",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "13731",
            "name": "EGYPTIAN HIEROGLYPH-13731"
        },
        {
            "codepoint": "13732",
            "name": "EGYPTIAN HIEROGLYPH-13732",
            "comments": [
                "logogram (rejoicing) : nhm"
            ]
        },
        {
            "codepoint": "13733",
            "name": "EGYPTIAN HIEROGLYPH-13733",
            "comments": [
                "classifier (to rejoice) : nhm"
            ]
        },
        {
            "codepoint": "13734",
            "name": "EGYPTIAN HIEROGLYPH-13734",
            "comments": [
                "classifier jubilation : sꜣ-tꜣ"
            ]
        },
        {
            "codepoint": "13735",
            "name": "EGYPTIAN HIEROGLYPH-13735",
            "comments": [
                "classifier sistrum player : sḫm.y(t)"
            ]
        },
        {
            "codepoint": "13736",
            "name": "EGYPTIAN HIEROGLYPH-13736",
            "comments": [
                "classifier female rhythm maker : dḫn.t"
            ]
        },
        {
            "codepoint": "13737",
            "name": "EGYPTIAN HIEROGLYPH-13737",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "13738",
            "name": "EGYPTIAN HIEROGLYPH-13738",
            "comments": [
                "classifier nurse : ꜣṯ.(y)t"
            ]
        },
        {
            "codepoint": "13739",
            "name": "EGYPTIAN HIEROGLYPH-13739",
            "comments": [
                "logogram (to birth, to bring forth) : msꞽ"
            ]
        },
        {
            "codepoint": "1373A",
            "name": "EGYPTIAN HIEROGLYPH-1373A",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "1373B",
            "name": "EGYPTIAN HIEROGLYPH-1373B",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "1373C",
            "name": "EGYPTIAN HIEROGLYPH-1373C",
            "comments": [
                "classifier birth : msꞽ"
            ]
        },
        {
            "codepoint": "1373D",
            "name": "EGYPTIAN HIEROGLYPH-1373D",
            "comments": [
                "classifier nurse : ḫnm.t"
            ]
        },
        {
            "codepoint": "1373E",
            "name": "EGYPTIAN HIEROGLYPH-1373E"
        },
        {
            "codepoint": "1373F",
            "name": "EGYPTIAN HIEROGLYPH-1373F",
            "comments": [
                "logogram (nurse) : ḫnm.t"
            ]
        },
        {
            "codepoint": "13740",
            "name": "EGYPTIAN HIEROGLYPH-13740",
            "comments": [
                "logogram (nurse) : ḫnm.t"
            ]
        },
        {
            "codepoint": "13741",
            "name": "EGYPTIAN HIEROGLYPH-13741"
        },
        {
            "codepoint": "13742",
            "name": "EGYPTIAN HIEROGLYPH-13742",
            "comments": [
                "classifier nursing, rearing : rnn"
            ]
        },
        {
            "codepoint": "13743",
            "name": "EGYPTIAN HIEROGLYPH-13743",
            "comments": [
                "classifier nursing, rearing : rnn"
            ]
        },
        {
            "codepoint": "13744",
            "name": "EGYPTIAN HIEROGLYPH-13744",
            "comments": [
                "classifier (dancer/acrobat) : ḫb.t"
            ]
        },
        {
            "codepoint": "13745",
            "name": "EGYPTIAN HIEROGLYPH-13745",
            "comments": [
                "phonemogram : nḏ"
            ]
        },
        {
            "codepoint": "13746",
            "name": "EGYPTIAN HIEROGLYPH-13746"
        },
        {
            "codepoint": "13747",
            "name": "EGYPTIAN HIEROGLYPH-13747",
            "comments": [
                "classifier moving back and forth : wnwn"
            ]
        },
        {
            "codepoint": "13748",
            "name": "EGYPTIAN HIEROGLYPH-13748",
            "comments": [
                "phonemogram (cryptography) : st.y-m"
            ]
        },
        {
            "codepoint": "13749",
            "name": "EGYPTIAN HIEROGLYPH-13749",
            "comments": [
                "logogram (in combination with \\C268B) : rꜥ-nb"
            ]
        },
        {
            "codepoint": "1374A",
            "name": "EGYPTIAN HIEROGLYPH-1374A",
            "comments": [
                "classifier moon : ꞽꜥḥ"
            ]
        },
        {
            "codepoint": "1374B",
            "name": "EGYPTIAN HIEROGLYPH-1374B",
            "comments": [
                "classifier moon/light (together with Re, representing the sun and the moon as the two lights) : ḥꜣy.ty"
            ]
        },
        {
            "codepoint": "1374C",
            "name": "EGYPTIAN HIEROGLYPH-1374C"
        },
        {
            "codepoint": "1374D",
            "name": "EGYPTIAN HIEROGLYPH-1374D",
            "comments": [
                "logogram (Geb) : gbb"
            ]
        },
        {
            "codepoint": "1374E",
            "name": "EGYPTIAN HIEROGLYPH-1374E",
            "comments": [
                "logogram (Geb) : gbb"
            ]
        },
        {
            "codepoint": "1374F",
            "name": "EGYPTIAN HIEROGLYPH-1374F",
            "comments": [
                "logogram (the earthmaker (divinity)) : ꞽr-tꜣ"
            ]
        },
        {
            "codepoint": "13750",
            "name": "EGYPTIAN HIEROGLYPH-13750"
        },
        {
            "codepoint": "13751",
            "name": "EGYPTIAN HIEROGLYPH-13751",
            "comments": [
                "logogram (the utterance, divinity) : ḥw"
            ]
        },
        {
            "codepoint": "13752",
            "name": "EGYPTIAN HIEROGLYPH-13752",
            "comments": [
                "logogram (the utterance, divinity) : ḥw"
            ]
        },
        {
            "codepoint": "13753",
            "name": "EGYPTIAN HIEROGLYPH-13753",
            "comments": [
                "logogram (perception/knowledge (divinity) : sꞽꜣ"
            ]
        },
        {
            "codepoint": "13754",
            "name": "EGYPTIAN HIEROGLYPH-13754",
            "comments": [
                "logogram (perception/knowledge (divinity)) : sꞽꜣ"
            ]
        },
        {
            "codepoint": "13755",
            "name": "EGYPTIAN HIEROGLYPH-13755"
        },
        {
            "codepoint": "13756",
            "name": "EGYPTIAN HIEROGLYPH-13756"
        },
        {
            "codepoint": "13757",
            "name": "EGYPTIAN HIEROGLYPH-13757"
        },
        {
            "codepoint": "13758",
            "name": "EGYPTIAN HIEROGLYPH-13758",
            "comments": [
                "logogram (first person singular, for Harsomtus) : ꞽ"
            ]
        },
        {
            "codepoint": "13759",
            "name": "EGYPTIAN HIEROGLYPH-13759",
            "comments": [
                "classifier Khepri (divinity)"
            ]
        },
        {
            "codepoint": "1375A",
            "name": "EGYPTIAN HIEROGLYPH-1375A",
            "comments": [
                "logogram (spirit) : kꜣ"
            ]
        },
        {
            "codepoint": "1375B",
            "name": "EGYPTIAN HIEROGLYPH-1375B",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "1375C",
            "name": "EGYPTIAN HIEROGLYPH-1375C",
            "comments": [
                "classifier divinity (Chay) : šꜣy"
            ]
        },
        {
            "codepoint": "1375D",
            "name": "EGYPTIAN HIEROGLYPH-1375D",
            "comments": [
                "classifier divinity : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "1375E",
            "name": "EGYPTIAN HIEROGLYPH-1375E"
        },
        {
            "codepoint": "1375F",
            "name": "EGYPTIAN HIEROGLYPH-1375F",
            "comments": [
                "classifier divinity : pḏ.ty"
            ]
        },
        {
            "codepoint": "13760",
            "name": "EGYPTIAN HIEROGLYPH-13760",
            "comments": [
                "classifier divinity (Nekhbet)"
            ]
        },
        {
            "codepoint": "13761",
            "name": "EGYPTIAN HIEROGLYPH-13761",
            "comments": [
                "logogram (Khepri) : ḫprꞽ"
            ]
        },
        {
            "codepoint": "13762",
            "name": "EGYPTIAN HIEROGLYPH-13762",
            "comments": [
                "classifier Khepri (divinity)"
            ]
        },
        {
            "codepoint": "13763",
            "name": "EGYPTIAN HIEROGLYPH-13763",
            "comments": [
                "logogram (Amon) : ꞽmn"
            ]
        },
        {
            "codepoint": "13764",
            "name": "EGYPTIAN HIEROGLYPH-13764",
            "comments": [
                "classifier divinity : ꞽn-ḥr-šw"
            ]
        },
        {
            "codepoint": "13765",
            "name": "EGYPTIAN HIEROGLYPH-13765",
            "comments": [
                "logogram (Maat and Amon) : mꜣꜥ.t & ꞽmn"
            ]
        },
        {
            "codepoint": "13766",
            "name": "EGYPTIAN HIEROGLYPH-13766",
            "comments": [
                "logogram (Amon) : ꞽmn"
            ]
        },
        {
            "codepoint": "13767",
            "name": "EGYPTIAN HIEROGLYPH-13767",
            "comments": [
                "logogram (Amon) : ꞽmn"
            ]
        },
        {
            "codepoint": "13768",
            "name": "EGYPTIAN HIEROGLYPH-13768",
            "comments": [
                "logogram (living image of Amon) : sḫm-ꜥnḫ-n-ꞽmn"
            ]
        },
        {
            "codepoint": "13769",
            "name": "EGYPTIAN HIEROGLYPH-13769",
            "comments": [
                "logogram divinity : ꞽr-ṯꜥw"
            ]
        },
        {
            "codepoint": "1376A",
            "name": "EGYPTIAN HIEROGLYPH-1376A"
        },
        {
            "codepoint": "1376B",
            "name": "EGYPTIAN HIEROGLYPH-1376B"
        },
        {
            "codepoint": "1376C",
            "name": "EGYPTIAN HIEROGLYPH-1376C",
            "comments": [
                "classifier nursing, rearing : rnn"
            ]
        },
        {
            "codepoint": "1376D",
            "name": "EGYPTIAN HIEROGLYPH-1376D",
            "comments": [
                "logogram (Amon) : ꞽmn"
            ]
        },
        {
            "codepoint": "1376E",
            "name": "EGYPTIAN HIEROGLYPH-1376E",
            "comments": [
                "classifier Wepwawet (divinity)"
            ]
        },
        {
            "codepoint": "1376F",
            "name": "EGYPTIAN HIEROGLYPH-1376F"
        },
        {
            "codepoint": "13770",
            "name": "EGYPTIAN HIEROGLYPH-13770",
            "comments": [
                "classifier divinity : ḏsr-m-pr=f-m-sbḫ.t-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "13771",
            "name": "EGYPTIAN HIEROGLYPH-13771",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "13772",
            "name": "EGYPTIAN HIEROGLYPH-13772",
            "comments": [
                "classifier jubilation : hnw"
            ]
        },
        {
            "codepoint": "13773",
            "name": "EGYPTIAN HIEROGLYPH-13773",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13774",
            "name": "EGYPTIAN HIEROGLYPH-13774",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13775",
            "name": "EGYPTIAN HIEROGLYPH-13775"
        },
        {
            "codepoint": "13776",
            "name": "EGYPTIAN HIEROGLYPH-13776",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13777",
            "name": "EGYPTIAN HIEROGLYPH-13777",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13778",
            "name": "EGYPTIAN HIEROGLYPH-13778",
            "comments": [
                "classifier driving away : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13779",
            "name": "EGYPTIAN HIEROGLYPH-13779",
            "comments": [
                "logogram (Duamutef) : dwꜣ-mw.t=f"
            ]
        },
        {
            "codepoint": "1377A",
            "name": "EGYPTIAN HIEROGLYPH-1377A",
            "comments": [
                "logogram (to be strong) : wsr"
            ]
        },
        {
            "codepoint": "1377B",
            "name": "EGYPTIAN HIEROGLYPH-1377B",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "1377C",
            "name": "EGYPTIAN HIEROGLYPH-1377C",
            "comments": [
                "logogram (Anubis) : ꞽnpw"
            ]
        },
        {
            "codepoint": "1377D",
            "name": "EGYPTIAN HIEROGLYPH-1377D",
            "comments": [
                "classifier messenger : wpw.ty"
            ]
        },
        {
            "codepoint": "1377E",
            "name": "EGYPTIAN HIEROGLYPH-1377E",
            "comments": [
                "logogram (messenger) : wpw.ty"
            ]
        },
        {
            "codepoint": "1377F",
            "name": "EGYPTIAN HIEROGLYPH-1377F",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13780",
            "name": "EGYPTIAN HIEROGLYPH-13780",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13781",
            "name": "EGYPTIAN HIEROGLYPH-13781"
        },
        {
            "codepoint": "13782",
            "name": "EGYPTIAN HIEROGLYPH-13782"
        },
        {
            "codepoint": "13783",
            "name": "EGYPTIAN HIEROGLYPH-13783"
        },
        {
            "codepoint": "13784",
            "name": "EGYPTIAN HIEROGLYPH-13784",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "13785",
            "name": "EGYPTIAN HIEROGLYPH-13785",
            "comments": [
                "logogram : šmꜣ.y"
            ]
        },
        {
            "codepoint": "13786",
            "name": "EGYPTIAN HIEROGLYPH-13786",
            "comments": [
                "classifier : nb.w-nr.w"
            ]
        },
        {
            "codepoint": "13787",
            "name": "EGYPTIAN HIEROGLYPH-13787"
        },
        {
            "codepoint": "13788",
            "name": "EGYPTIAN HIEROGLYPH-13788",
            "comments": [
                "logogram (decease deamon) : šmꜣ.y"
            ]
        },
        {
            "codepoint": "13789",
            "name": "EGYPTIAN HIEROGLYPH-13789",
            "comments": [
                "logogram (decease deamon) : šmꜣ.y"
            ]
        },
        {
            "codepoint": "1378A",
            "name": "EGYPTIAN HIEROGLYPH-1378A",
            "comments": [
                "logogram (decease deamon) : šmꜣ.yt"
            ]
        },
        {
            "codepoint": "1378B",
            "name": "EGYPTIAN HIEROGLYPH-1378B",
            "comments": [
                "logogram (to drive away) : sḥrꞽ"
            ]
        },
        {
            "codepoint": "1378C",
            "name": "EGYPTIAN HIEROGLYPH-1378C",
            "comments": [
                "logogram (burial) : ḳrs.t"
            ]
        },
        {
            "codepoint": "1378D",
            "name": "EGYPTIAN HIEROGLYPH-1378D",
            "comments": [
                "classifier protector : (nḏ.t(y)t)"
            ]
        },
        {
            "codepoint": "1378E",
            "name": "EGYPTIAN HIEROGLYPH-1378E"
        },
        {
            "codepoint": "1378F",
            "name": "EGYPTIAN HIEROGLYPH-1378F",
            "comments": [
                "classifier divinity (Apis) : ḥp"
            ]
        },
        {
            "codepoint": "13790",
            "name": "EGYPTIAN HIEROGLYPH-13790",
            "comments": [
                "classifier protector : mnw-n(y)-sw.t-m-nḫ.t=f"
            ]
        },
        {
            "codepoint": "13791",
            "name": "EGYPTIAN HIEROGLYPH-13791",
            "comments": [
                "phonemogram : wp"
            ]
        },
        {
            "codepoint": "13792",
            "name": "EGYPTIAN HIEROGLYPH-13792"
        },
        {
            "codepoint": "13793",
            "name": "EGYPTIAN HIEROGLYPH-13793",
            "comments": [
                "phonemogram : w"
            ]
        },
        {
            "codepoint": "13794",
            "name": "EGYPTIAN HIEROGLYPH-13794",
            "comments": [
                "logogram (Shu) : šw"
            ]
        },
        {
            "codepoint": "13795",
            "name": "EGYPTIAN HIEROGLYPH-13795",
            "comments": [
                "logogram (son/child of) : sꜣ"
            ]
        },
        {
            "codepoint": "13796",
            "name": "EGYPTIAN HIEROGLYPH-13796",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13797",
            "name": "EGYPTIAN HIEROGLYPH-13797",
            "comments": [
                "classifier joy : hnw"
            ]
        },
        {
            "codepoint": "13798",
            "name": "EGYPTIAN HIEROGLYPH-13798",
            "comments": [
                "classifier falcon divinity : bḥd.ty"
            ]
        },
        {
            "codepoint": "13799",
            "name": "EGYPTIAN HIEROGLYPH-13799",
            "comments": [
                "classifier divinity : snw"
            ]
        },
        {
            "codepoint": "1379A",
            "name": "EGYPTIAN HIEROGLYPH-1379A",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "1379B",
            "name": "EGYPTIAN HIEROGLYPH-1379B",
            "comments": [
                "phonemogram/logogram : sḫm"
            ]
        },
        {
            "codepoint": "1379C",
            "name": "EGYPTIAN HIEROGLYPH-1379C",
            "comments": [
                "classifier divinity : sꜣḳ-ḥꜥ.w"
            ]
        },
        {
            "codepoint": "1379D",
            "name": "EGYPTIAN HIEROGLYPH-1379D",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "1379E",
            "name": "EGYPTIAN HIEROGLYPH-1379E",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "1379F",
            "name": "EGYPTIAN HIEROGLYPH-1379F",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137A0",
            "name": "EGYPTIAN HIEROGLYPH-137A0",
            "comments": [
                "logogram (day) : hrw"
            ]
        },
        {
            "codepoint": "137A1",
            "name": "EGYPTIAN HIEROGLYPH-137A1",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137A2",
            "name": "EGYPTIAN HIEROGLYPH-137A2",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137A3",
            "name": "EGYPTIAN HIEROGLYPH-137A3"
        },
        {
            "codepoint": "137A4",
            "name": "EGYPTIAN HIEROGLYPH-137A4",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137A5",
            "name": "EGYPTIAN HIEROGLYPH-137A5",
            "comments": [
                "logogram (Re and image) : rꜥ & sḫm"
            ]
        },
        {
            "codepoint": "137A6",
            "name": "EGYPTIAN HIEROGLYPH-137A6",
            "comments": [
                "logogram (Re and image) : rꜥ & sḫm"
            ]
        },
        {
            "codepoint": "137A7",
            "name": "EGYPTIAN HIEROGLYPH-137A7",
            "comments": [
                "logogram (the eye of Re) : ꞽr.t-rꜥ"
            ]
        },
        {
            "codepoint": "137A8",
            "name": "EGYPTIAN HIEROGLYPH-137A8",
            "comments": [
                "logogram (of Re) : n rꜥ"
            ]
        },
        {
            "codepoint": "137A9",
            "name": "EGYPTIAN HIEROGLYPH-137A9",
            "comments": [
                "logogram (Son of Re) : sꜣ-rꜥ"
            ]
        },
        {
            "codepoint": "137AA",
            "name": "EGYPTIAN HIEROGLYPH-137AA",
            "comments": [
                "classifier statue/likeness : sšm(.w)"
            ]
        },
        {
            "codepoint": "137AB",
            "name": "EGYPTIAN HIEROGLYPH-137AB",
            "comments": [
                "classifier divinity : ꜥꜣ-mꜣꜥ-ḫrw"
            ]
        },
        {
            "codepoint": "137AC",
            "name": "EGYPTIAN HIEROGLYPH-137AC",
            "comments": [
                "logogram (to live) : ꜥnḫ"
            ]
        },
        {
            "codepoint": "137AD",
            "name": "EGYPTIAN HIEROGLYPH-137AD",
            "comments": [
                "logogram (eye of Horus) : ꞽr.t-ḥr"
            ]
        },
        {
            "codepoint": "137AE",
            "name": "EGYPTIAN HIEROGLYPH-137AE",
            "comments": [
                "phonemogram/logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "137AF",
            "name": "EGYPTIAN HIEROGLYPH-137AF",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "137B0",
            "name": "EGYPTIAN HIEROGLYPH-137B0",
            "comments": [
                "logogram (spirit) : kꜣ"
            ]
        },
        {
            "codepoint": "137B1",
            "name": "EGYPTIAN HIEROGLYPH-137B1",
            "comments": [
                "logogram (power, strength) : ḫpš"
            ]
        },
        {
            "codepoint": "137B2",
            "name": "EGYPTIAN HIEROGLYPH-137B2",
            "comments": [
                "phonemogram/logogram : sḫm"
            ]
        },
        {
            "codepoint": "137B3",
            "name": "EGYPTIAN HIEROGLYPH-137B3",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "137B4",
            "name": "EGYPTIAN HIEROGLYPH-137B4",
            "comments": [
                "logogram (Beloved of Horus) : mr.y-ḥr"
            ]
        },
        {
            "codepoint": "137B5",
            "name": "EGYPTIAN HIEROGLYPH-137B5",
            "comments": [
                "classifier Sokar (divinity)"
            ]
        },
        {
            "codepoint": "137B6",
            "name": "EGYPTIAN HIEROGLYPH-137B6",
            "comments": [
                "classifier Sokar (divinity)"
            ]
        },
        {
            "codepoint": "137B7",
            "name": "EGYPTIAN HIEROGLYPH-137B7"
        },
        {
            "codepoint": "137B8",
            "name": "EGYPTIAN HIEROGLYPH-137B8",
            "comments": [
                "classifier Montu (divinity)"
            ]
        },
        {
            "codepoint": "137B9",
            "name": "EGYPTIAN HIEROGLYPH-137B9",
            "comments": [
                "classifier divinity : mr.ty"
            ]
        },
        {
            "codepoint": "137BA",
            "name": "EGYPTIAN HIEROGLYPH-137BA",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "137BB",
            "name": "EGYPTIAN HIEROGLYPH-137BB"
        },
        {
            "codepoint": "137BC",
            "name": "EGYPTIAN HIEROGLYPH-137BC",
            "comments": [
                "logogram (Khonsu) : ḫnsw"
            ]
        },
        {
            "codepoint": "137BD",
            "name": "EGYPTIAN HIEROGLYPH-137BD",
            "comments": [
                "classifier Khonsu (divinity)"
            ]
        },
        {
            "codepoint": "137BE",
            "name": "EGYPTIAN HIEROGLYPH-137BE"
        },
        {
            "codepoint": "137BF",
            "name": "EGYPTIAN HIEROGLYPH-137BF",
            "comments": [
                "logogram (the one of the horizon) : ꜣḫ.ty"
            ]
        },
        {
            "codepoint": "137C0",
            "name": "EGYPTIAN HIEROGLYPH-137C0"
        },
        {
            "codepoint": "137C1",
            "name": "EGYPTIAN HIEROGLYPH-137C1",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "137C2",
            "name": "EGYPTIAN HIEROGLYPH-137C2",
            "comments": [
                "logogram (in the ꜥnḫ-nṯr-nfr construction) : ꜥnḫ-nṯr"
            ]
        },
        {
            "codepoint": "137C3",
            "name": "EGYPTIAN HIEROGLYPH-137C3",
            "comments": [
                "logogram (god and goddess) : nṯr nṯr.t"
            ]
        },
        {
            "codepoint": "137C4",
            "name": "EGYPTIAN HIEROGLYPH-137C4",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "137C5",
            "name": "EGYPTIAN HIEROGLYPH-137C5",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137C6",
            "name": "EGYPTIAN HIEROGLYPH-137C6",
            "comments": [
                "logogram (the one of the horizon) : ꜣḫ.ty"
            ]
        },
        {
            "codepoint": "137C7",
            "name": "EGYPTIAN HIEROGLYPH-137C7",
            "comments": [
                "logogram (Horus, Behedety) : ḥr-bḥd.ty"
            ]
        },
        {
            "codepoint": "137C8",
            "name": "EGYPTIAN HIEROGLYPH-137C8",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "137C9",
            "name": "EGYPTIAN HIEROGLYPH-137C9",
            "comments": [
                "logogram (Horus, protector of his father, Behedety, the many-coloured of plumage, giving life) : ḥr-nḏ-ꞽt=f-bḥd.ty-sꜣb-šw.t-dꞽ-ꜥnḫ"
            ]
        },
        {
            "codepoint": "137CA",
            "name": "EGYPTIAN HIEROGLYPH-137CA"
        },
        {
            "codepoint": "137CB",
            "name": "EGYPTIAN HIEROGLYPH-137CB",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "137CC",
            "name": "EGYPTIAN HIEROGLYPH-137CC",
            "comments": [
                "logogram (the one of the horizon) : ꜣḫ.ty"
            ]
        },
        {
            "codepoint": "137CD",
            "name": "EGYPTIAN HIEROGLYPH-137CD",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "137CE",
            "name": "EGYPTIAN HIEROGLYPH-137CE",
            "comments": [
                "logogram (Horus of the east) : ḥr-ꞽꜣb.ty"
            ]
        },
        {
            "codepoint": "137CF",
            "name": "EGYPTIAN HIEROGLYPH-137CF"
        },
        {
            "codepoint": "137D0",
            "name": "EGYPTIAN HIEROGLYPH-137D0",
            "comments": [
                "logogram (strength, power) : pḥ.ty"
            ]
        },
        {
            "codepoint": "137D1",
            "name": "EGYPTIAN HIEROGLYPH-137D1",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "137D2",
            "name": "EGYPTIAN HIEROGLYPH-137D2",
            "comments": [
                "logogram nHH (eternity)"
            ]
        },
        {
            "codepoint": "137D3",
            "name": "EGYPTIAN HIEROGLYPH-137D3",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "137D4",
            "name": "EGYPTIAN HIEROGLYPH-137D4",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "137D5",
            "name": "EGYPTIAN HIEROGLYPH-137D5",
            "comments": [
                "logogram (the sole one, unique) : wꜥ.ty"
            ]
        },
        {
            "codepoint": "137D6",
            "name": "EGYPTIAN HIEROGLYPH-137D6",
            "comments": [
                "classifier divinity : ꞽn-ḥr.t"
            ]
        },
        {
            "codepoint": "137D7",
            "name": "EGYPTIAN HIEROGLYPH-137D7",
            "comments": [
                "logogram (lord of the two lands, when used in connection with a seth headed figure) : nb-tꜣ.wy"
            ]
        },
        {
            "codepoint": "137D8",
            "name": "EGYPTIAN HIEROGLYPH-137D8",
            "comments": [
                "classifier harpooner : ꞽ(ꜣ)w.ty"
            ]
        },
        {
            "codepoint": "137D9",
            "name": "EGYPTIAN HIEROGLYPH-137D9"
        },
        {
            "codepoint": "137DA",
            "name": "EGYPTIAN HIEROGLYPH-137DA",
            "comments": [
                "logogram (valour, strength) : ḳn.t"
            ]
        },
        {
            "codepoint": "137DB",
            "name": "EGYPTIAN HIEROGLYPH-137DB",
            "comments": [
                "logogram (valour, strength) : ḳn.t"
            ]
        },
        {
            "codepoint": "137DC",
            "name": "EGYPTIAN HIEROGLYPH-137DC",
            "comments": [
                "logogram (Qebehsenuef) : ḳbḥ-sn.w=f"
            ]
        },
        {
            "codepoint": "137DD",
            "name": "EGYPTIAN HIEROGLYPH-137DD"
        },
        {
            "codepoint": "137DE",
            "name": "EGYPTIAN HIEROGLYPH-137DE",
            "comments": [
                "phonemogram : ḥr"
            ]
        },
        {
            "codepoint": "137DF",
            "name": "EGYPTIAN HIEROGLYPH-137DF",
            "comments": [
                "logogram (Wenty) : wnty"
            ]
        },
        {
            "codepoint": "137E0",
            "name": "EGYPTIAN HIEROGLYPH-137E0",
            "comments": [
                "logogram (Wenty) : wnty"
            ]
        },
        {
            "codepoint": "137E1",
            "name": "EGYPTIAN HIEROGLYPH-137E1"
        },
        {
            "codepoint": "137E2",
            "name": "EGYPTIAN HIEROGLYPH-137E2",
            "comments": [
                "logogram (Wenty) : wnty"
            ]
        },
        {
            "codepoint": "137E3",
            "name": "EGYPTIAN HIEROGLYPH-137E3",
            "comments": [
                "classifier divinity : wnty"
            ]
        },
        {
            "codepoint": "137E4",
            "name": "EGYPTIAN HIEROGLYPH-137E4",
            "comments": [
                "classifier harpooner : (ꞽ)ꜣ(w).ty"
            ]
        },
        {
            "codepoint": "137E5",
            "name": "EGYPTIAN HIEROGLYPH-137E5",
            "comments": [
                "logogram (harpooner) or Logogram (Wenty) : ꞽꜣw.ty | wnty"
            ]
        },
        {
            "codepoint": "137E6",
            "name": "EGYPTIAN HIEROGLYPH-137E6",
            "comments": [
                "logogram (Wenty) : wnty"
            ]
        },
        {
            "codepoint": "137E7",
            "name": "EGYPTIAN HIEROGLYPH-137E7",
            "comments": [
                "classifier divinity (Geb) : gbb"
            ]
        },
        {
            "codepoint": "137E8",
            "name": "EGYPTIAN HIEROGLYPH-137E8",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137E9",
            "name": "EGYPTIAN HIEROGLYPH-137E9",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137EA",
            "name": "EGYPTIAN HIEROGLYPH-137EA",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137EB",
            "name": "EGYPTIAN HIEROGLYPH-137EB",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137EC",
            "name": "EGYPTIAN HIEROGLYPH-137EC",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137ED",
            "name": "EGYPTIAN HIEROGLYPH-137ED",
            "comments": [
                "logogram (millions of years) : ḥḥ (n) ꜥnḫ"
            ]
        },
        {
            "codepoint": "137EE",
            "name": "EGYPTIAN HIEROGLYPH-137EE",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137EF",
            "name": "EGYPTIAN HIEROGLYPH-137EF",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F0",
            "name": "EGYPTIAN HIEROGLYPH-137F0",
            "comments": [
                "logogram (eternity) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F1",
            "name": "EGYPTIAN HIEROGLYPH-137F1"
        },
        {
            "codepoint": "137F2",
            "name": "EGYPTIAN HIEROGLYPH-137F2",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F3",
            "name": "EGYPTIAN HIEROGLYPH-137F3",
            "comments": [
                "logogram (all eternity) : ḥḥ nb"
            ]
        },
        {
            "codepoint": "137F4",
            "name": "EGYPTIAN HIEROGLYPH-137F4"
        },
        {
            "codepoint": "137F5",
            "name": "EGYPTIAN HIEROGLYPH-137F5",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F6",
            "name": "EGYPTIAN HIEROGLYPH-137F6",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F7",
            "name": "EGYPTIAN HIEROGLYPH-137F7",
            "comments": [
                "logogram Heh (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F8",
            "name": "EGYPTIAN HIEROGLYPH-137F8",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137F9",
            "name": "EGYPTIAN HIEROGLYPH-137F9",
            "comments": [
                "phonemogram : ḥ"
            ]
        },
        {
            "codepoint": "137FA",
            "name": "EGYPTIAN HIEROGLYPH-137FA",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137FB",
            "name": "EGYPTIAN HIEROGLYPH-137FB"
        },
        {
            "codepoint": "137FC",
            "name": "EGYPTIAN HIEROGLYPH-137FC",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137FD",
            "name": "EGYPTIAN HIEROGLYPH-137FD",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137FE",
            "name": "EGYPTIAN HIEROGLYPH-137FE",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "137FF",
            "name": "EGYPTIAN HIEROGLYPH-137FF",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13800",
            "name": "EGYPTIAN HIEROGLYPH-13800",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13801",
            "name": "EGYPTIAN HIEROGLYPH-13801",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13802",
            "name": "EGYPTIAN HIEROGLYPH-13802",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13803",
            "name": "EGYPTIAN HIEROGLYPH-13803",
            "comments": [
                "logogram (million, many) : ḥḥ"
            ]
        },
        {
            "codepoint": "13804",
            "name": "EGYPTIAN HIEROGLYPH-13804",
            "comments": [
                "classifier to wean : wḏḥ"
            ]
        },
        {
            "codepoint": "13805",
            "name": "EGYPTIAN HIEROGLYPH-13805",
            "comments": [
                "classifier to wean : wḏḥ"
            ]
        },
        {
            "codepoint": "13806",
            "name": "EGYPTIAN HIEROGLYPH-13806",
            "comments": [
                "logogram (Atum) : ꞽtmw"
            ]
        },
        {
            "codepoint": "13807",
            "name": "EGYPTIAN HIEROGLYPH-13807"
        },
        {
            "codepoint": "13808",
            "name": "EGYPTIAN HIEROGLYPH-13808",
            "comments": [
                "classifier child : sḏ.ty"
            ]
        },
        {
            "codepoint": "13809",
            "name": "EGYPTIAN HIEROGLYPH-13809",
            "comments": [
                "logogram (first person singular) : ꞽ"
            ]
        },
        {
            "codepoint": "1380A",
            "name": "EGYPTIAN HIEROGLYPH-1380A",
            "comments": [
                "logogram (Horus the child) : ḥr-pꜣ-ẖrd"
            ]
        },
        {
            "codepoint": "1380B",
            "name": "EGYPTIAN HIEROGLYPH-1380B",
            "comments": [
                "classifier creator : ḫnm.w"
            ]
        },
        {
            "codepoint": "1380C",
            "name": "EGYPTIAN HIEROGLYPH-1380C",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "1380D",
            "name": "EGYPTIAN HIEROGLYPH-1380D",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "1380E",
            "name": "EGYPTIAN HIEROGLYPH-1380E",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "1380F",
            "name": "EGYPTIAN HIEROGLYPH-1380F",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "13810",
            "name": "EGYPTIAN HIEROGLYPH-13810",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "13811",
            "name": "EGYPTIAN HIEROGLYPH-13811",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "13812",
            "name": "EGYPTIAN HIEROGLYPH-13812",
            "comments": [
                "classifier Khnum : ẖnm.w"
            ]
        },
        {
            "codepoint": "13813",
            "name": "EGYPTIAN HIEROGLYPH-13813",
            "comments": [
                "classifier Khnum : ẖnm.w"
            ]
        },
        {
            "codepoint": "13814",
            "name": "EGYPTIAN HIEROGLYPH-13814"
        },
        {
            "codepoint": "13815",
            "name": "EGYPTIAN HIEROGLYPH-13815",
            "comments": [
                "logogram (Khnum) : ẖnm.w"
            ]
        },
        {
            "codepoint": "13816",
            "name": "EGYPTIAN HIEROGLYPH-13816",
            "comments": [
                "logogram (creator) : nḥp"
            ]
        },
        {
            "codepoint": "13817",
            "name": "EGYPTIAN HIEROGLYPH-13817",
            "comments": [
                "logogram (creator) : nḥp"
            ]
        },
        {
            "codepoint": "13818",
            "name": "EGYPTIAN HIEROGLYPH-13818",
            "comments": [
                "logogram (to build, to create) : ḳd"
            ]
        },
        {
            "codepoint": "13819",
            "name": "EGYPTIAN HIEROGLYPH-13819",
            "comments": [
                "logogram (to create, to form) : nḥp"
            ]
        },
        {
            "codepoint": "1381A",
            "name": "EGYPTIAN HIEROGLYPH-1381A",
            "comments": [
                "logogram (to build) : ẖnm"
            ]
        },
        {
            "codepoint": "1381B",
            "name": "EGYPTIAN HIEROGLYPH-1381B",
            "comments": [
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "1381C",
            "name": "EGYPTIAN HIEROGLYPH-1381C"
        },
        {
            "codepoint": "1381D",
            "name": "EGYPTIAN HIEROGLYPH-1381D",
            "comments": [
                "logogram (messenger) : wpw.ty"
            ]
        },
        {
            "codepoint": "1381E",
            "name": "EGYPTIAN HIEROGLYPH-1381E",
            "comments": [
                "logogram (Min) : mnw"
            ]
        },
        {
            "codepoint": "1381F",
            "name": "EGYPTIAN HIEROGLYPH-1381F"
        },
        {
            "codepoint": "13820",
            "name": "EGYPTIAN HIEROGLYPH-13820",
            "comments": [
                "classifier divinity : kꜣ-mw.t=f"
            ]
        },
        {
            "codepoint": "13821",
            "name": "EGYPTIAN HIEROGLYPH-13821"
        },
        {
            "codepoint": "13822",
            "name": "EGYPTIAN HIEROGLYPH-13822"
        },
        {
            "codepoint": "13823",
            "name": "EGYPTIAN HIEROGLYPH-13823"
        },
        {
            "codepoint": "13824",
            "name": "EGYPTIAN HIEROGLYPH-13824",
            "comments": [
                "logogram (the flood) : hꜥpy"
            ]
        },
        {
            "codepoint": "13825",
            "name": "EGYPTIAN HIEROGLYPH-13825",
            "comments": [
                "logogram (the flood) : hꜥpy"
            ]
        },
        {
            "codepoint": "13826",
            "name": "EGYPTIAN HIEROGLYPH-13826",
            "comments": [
                "logogram (the Nile/the flood) : hꜥpy"
            ]
        },
        {
            "codepoint": "13827",
            "name": "EGYPTIAN HIEROGLYPH-13827",
            "comments": [
                "logogram (the Nile/the flood) : hꜥpy"
            ]
        },
        {
            "codepoint": "13828",
            "name": "EGYPTIAN HIEROGLYPH-13828"
        },
        {
            "codepoint": "13829",
            "name": "EGYPTIAN HIEROGLYPH-13829",
            "comments": [
                "logogram (the Nile/the flood) : hꜥpy"
            ]
        },
        {
            "codepoint": "1382A",
            "name": "EGYPTIAN HIEROGLYPH-1382A"
        },
        {
            "codepoint": "1382B",
            "name": "EGYPTIAN HIEROGLYPH-1382B",
            "comments": [
                "logogram (Onuris) : ꞽn-ḥr.t"
            ]
        },
        {
            "codepoint": "1382C",
            "name": "EGYPTIAN HIEROGLYPH-1382C"
        },
        {
            "codepoint": "1382D",
            "name": "EGYPTIAN HIEROGLYPH-1382D",
            "comments": [
                "logogram (Onuris) : ꞽn-ḥr.t"
            ]
        },
        {
            "codepoint": "1382E",
            "name": "EGYPTIAN HIEROGLYPH-1382E",
            "comments": [
                "logogram (Orion) : sꜣḥ"
            ]
        },
        {
            "codepoint": "1382F",
            "name": "EGYPTIAN HIEROGLYPH-1382F",
            "comments": [
                "logogram (Orion) : sꜣḥ"
            ]
        },
        {
            "codepoint": "13830",
            "name": "EGYPTIAN HIEROGLYPH-13830",
            "comments": [
                "classifier Osiris : wsꞽr"
            ]
        },
        {
            "codepoint": "13831",
            "name": "EGYPTIAN HIEROGLYPH-13831",
            "comments": [
                "logogram (Osiris) : wsꞽr"
            ]
        },
        {
            "codepoint": "13832",
            "name": "EGYPTIAN HIEROGLYPH-13832"
        },
        {
            "codepoint": "13833",
            "name": "EGYPTIAN HIEROGLYPH-13833",
            "comments": [
                "logogram (one who belongs to Seth) : stẖ.y"
            ]
        },
        {
            "codepoint": "13834",
            "name": "EGYPTIAN HIEROGLYPH-13834"
        },
        {
            "codepoint": "13835",
            "name": "EGYPTIAN HIEROGLYPH-13835",
            "comments": [
                "classifier Osiris"
            ]
        },
        {
            "codepoint": "13836",
            "name": "EGYPTIAN HIEROGLYPH-13836",
            "comments": [
                "classifier Osiris : wsꞽr"
            ]
        },
        {
            "codepoint": "13837",
            "name": "EGYPTIAN HIEROGLYPH-13837",
            "comments": [
                "classifier Osiris : ḫnt.y-ꞽmn.tyw"
            ]
        },
        {
            "codepoint": "13838",
            "name": "EGYPTIAN HIEROGLYPH-13838",
            "comments": [
                "logogram (Osiris) : wsꞽr"
            ]
        },
        {
            "codepoint": "13839",
            "name": "EGYPTIAN HIEROGLYPH-13839",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "1383A",
            "name": "EGYPTIAN HIEROGLYPH-1383A",
            "comments": [
                "classifier Ptah : ptḥ"
            ]
        },
        {
            "codepoint": "1383B",
            "name": "EGYPTIAN HIEROGLYPH-1383B",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "1383C",
            "name": "EGYPTIAN HIEROGLYPH-1383C",
            "comments": [
                "classifier divinity (Imhotep)"
            ]
        },
        {
            "codepoint": "1383D",
            "name": "EGYPTIAN HIEROGLYPH-1383D",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "1383E",
            "name": "EGYPTIAN HIEROGLYPH-1383E",
            "comments": [
                "logogram (divine, godly) : nṯr.y"
            ]
        },
        {
            "codepoint": "1383F",
            "name": "EGYPTIAN HIEROGLYPH-1383F",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "13840",
            "name": "EGYPTIAN HIEROGLYPH-13840",
            "comments": [
                "logogram (divine, godly) : nṯr.y"
            ]
        },
        {
            "codepoint": "13841",
            "name": "EGYPTIAN HIEROGLYPH-13841",
            "comments": [
                "logogram (Ptah) : ptḥ"
            ]
        },
        {
            "codepoint": "13842",
            "name": "EGYPTIAN HIEROGLYPH-13842",
            "comments": [
                "classifier divinity : nfr-ḥr"
            ]
        },
        {
            "codepoint": "13843",
            "name": "EGYPTIAN HIEROGLYPH-13843",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "13844",
            "name": "EGYPTIAN HIEROGLYPH-13844",
            "comments": [
                "classifier King of UE : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13845",
            "name": "EGYPTIAN HIEROGLYPH-13845",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "13846",
            "name": "EGYPTIAN HIEROGLYPH-13846",
            "comments": [
                "logogram (Khepri) : ḫprꞽ"
            ]
        },
        {
            "codepoint": "13847",
            "name": "EGYPTIAN HIEROGLYPH-13847",
            "comments": [
                "logogram (powerful one) : sḫm"
            ]
        },
        {
            "codepoint": "13848",
            "name": "EGYPTIAN HIEROGLYPH-13848"
        },
        {
            "codepoint": "13849",
            "name": "EGYPTIAN HIEROGLYPH-13849",
            "comments": [
                "logogram (one who belongs to Seth) : stẖ.y"
            ]
        },
        {
            "codepoint": "1384A",
            "name": "EGYPTIAN HIEROGLYPH-1384A",
            "comments": [
                "logogram (one who belongs to Seth) : stẖ.y"
            ]
        },
        {
            "codepoint": "1384B",
            "name": "EGYPTIAN HIEROGLYPH-1384B",
            "comments": [
                "classifier misery, pain : ꜣh/ꞽh"
            ]
        },
        {
            "codepoint": "1384C",
            "name": "EGYPTIAN HIEROGLYPH-1384C"
        },
        {
            "codepoint": "1384D",
            "name": "EGYPTIAN HIEROGLYPH-1384D"
        },
        {
            "codepoint": "1384E",
            "name": "EGYPTIAN HIEROGLYPH-1384E",
            "comments": [
                "classifier vile one : ẖs-ḳd"
            ]
        },
        {
            "codepoint": "1384F",
            "name": "EGYPTIAN HIEROGLYPH-1384F",
            "comments": [
                "classifier evil one : nbḏ"
            ]
        },
        {
            "codepoint": "13850",
            "name": "EGYPTIAN HIEROGLYPH-13850",
            "comments": [
                "classifier creation, form : ꞽr.w"
            ]
        },
        {
            "codepoint": "13851",
            "name": "EGYPTIAN HIEROGLYPH-13851",
            "comments": [
                "logogram (Sobek) : sbk"
            ]
        },
        {
            "codepoint": "13852",
            "name": "EGYPTIAN HIEROGLYPH-13852",
            "comments": [
                "classifier crocodile divinity : sbk-šmꜥ-nfr"
            ]
        },
        {
            "codepoint": "13853",
            "name": "EGYPTIAN HIEROGLYPH-13853",
            "comments": [
                "phonemogram (first person for sbk-šmꜥ-nfr) : ꞽ"
            ]
        },
        {
            "codepoint": "13854",
            "name": "EGYPTIAN HIEROGLYPH-13854"
        },
        {
            "codepoint": "13855",
            "name": "EGYPTIAN HIEROGLYPH-13855",
            "comments": [
                "logogram (the one who watches her mansions) : rs.t-ḥw.wt=s"
            ]
        },
        {
            "codepoint": "13856",
            "name": "EGYPTIAN HIEROGLYPH-13856",
            "comments": [
                "logogram (Sopdu) : spd.w"
            ]
        },
        {
            "codepoint": "13857",
            "name": "EGYPTIAN HIEROGLYPH-13857",
            "comments": [
                "classifier guardian : ḥry-sḫ.t"
            ]
        },
        {
            "codepoint": "13858",
            "name": "EGYPTIAN HIEROGLYPH-13858",
            "comments": [
                "classifier guardian : ḫsf-sby.w"
            ]
        },
        {
            "codepoint": "13859",
            "name": "EGYPTIAN HIEROGLYPH-13859",
            "comments": [
                "classifier baboon divinity (i.e. Thot) : n.y-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "1385A",
            "name": "EGYPTIAN HIEROGLYPH-1385A",
            "comments": [
                "logogram (Hapy) : ḥp.y"
            ]
        },
        {
            "codepoint": "1385B",
            "name": "EGYPTIAN HIEROGLYPH-1385B",
            "comments": [
                "logogram (Tatenen) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "1385C",
            "name": "EGYPTIAN HIEROGLYPH-1385C",
            "comments": [
                "logogram (Tatenen) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "1385D",
            "name": "EGYPTIAN HIEROGLYPH-1385D",
            "comments": [
                "phonemogram : ṯn.tꞽ"
            ]
        },
        {
            "codepoint": "1385E",
            "name": "EGYPTIAN HIEROGLYPH-1385E",
            "comments": [
                "classifier Tatenen : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "1385F",
            "name": "EGYPTIAN HIEROGLYPH-1385F",
            "comments": [
                "logogram (Tatenen) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "13860",
            "name": "EGYPTIAN HIEROGLYPH-13860",
            "comments": [
                "logogram (Tatenen) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "13861",
            "name": "EGYPTIAN HIEROGLYPH-13861",
            "comments": [
                "phonemogram : ṯn(w)"
            ]
        },
        {
            "codepoint": "13862",
            "name": "EGYPTIAN HIEROGLYPH-13862",
            "comments": [
                "phonemogram : sw"
            ]
        },
        {
            "codepoint": "13863",
            "name": "EGYPTIAN HIEROGLYPH-13863",
            "comments": [
                "logogram (Tatenen) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "13864",
            "name": "EGYPTIAN HIEROGLYPH-13864",
            "comments": [
                "logogram (Thot) : ḏhwty"
            ]
        },
        {
            "codepoint": "13865",
            "name": "EGYPTIAN HIEROGLYPH-13865",
            "comments": [
                "phonemogram : ḥr.y-ꞽb"
            ]
        },
        {
            "codepoint": "13866",
            "name": "EGYPTIAN HIEROGLYPH-13866",
            "comments": [
                "classifier Thoth : ꞽpy"
            ]
        },
        {
            "codepoint": "13867",
            "name": "EGYPTIAN HIEROGLYPH-13867"
        },
        {
            "codepoint": "13868",
            "name": "EGYPTIAN HIEROGLYPH-13868",
            "comments": [
                "classifier moon : ꞽꜥḥ"
            ]
        },
        {
            "codepoint": "13869",
            "name": "EGYPTIAN HIEROGLYPH-13869"
        },
        {
            "codepoint": "1386A",
            "name": "EGYPTIAN HIEROGLYPH-1386A",
            "comments": [
                "classifier divinity : ḥkꜣ.w"
            ]
        },
        {
            "codepoint": "1386B",
            "name": "EGYPTIAN HIEROGLYPH-1386B",
            "comments": [
                "phonemogram : ḥr.y-ꞽb"
            ]
        },
        {
            "codepoint": "1386C",
            "name": "EGYPTIAN HIEROGLYPH-1386C",
            "comments": [
                "phonemogram : ḥr.y-ꞽb"
            ]
        },
        {
            "codepoint": "1386D",
            "name": "EGYPTIAN HIEROGLYPH-1386D",
            "comments": [
                "logogram/phonemogram (to be great) : wr"
            ]
        },
        {
            "codepoint": "1386E",
            "name": "EGYPTIAN HIEROGLYPH-1386E"
        },
        {
            "codepoint": "1386F",
            "name": "EGYPTIAN HIEROGLYPH-1386F",
            "comments": [
                "logogram (Thot) : ḏhwty"
            ]
        },
        {
            "codepoint": "13870",
            "name": "EGYPTIAN HIEROGLYPH-13870"
        },
        {
            "codepoint": "13871",
            "name": "EGYPTIAN HIEROGLYPH-13871",
            "comments": [
                "logogram (Son of Re) : sꜣ-rꜥ"
            ]
        },
        {
            "codepoint": "13872",
            "name": "EGYPTIAN HIEROGLYPH-13872",
            "comments": [
                "classifier earth-god : ꜣkr"
            ]
        },
        {
            "codepoint": "13873",
            "name": "EGYPTIAN HIEROGLYPH-13873",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "13874",
            "name": "EGYPTIAN HIEROGLYPH-13874",
            "comments": [
                "phonemogram : dwꜣ.t"
            ]
        },
        {
            "codepoint": "13875",
            "name": "EGYPTIAN HIEROGLYPH-13875",
            "comments": [
                "phonemogram : ḥnꜥ"
            ]
        },
        {
            "codepoint": "13876",
            "name": "EGYPTIAN HIEROGLYPH-13876",
            "comments": [
                "classifier Anubis : ꜥnḳ.t"
            ]
        },
        {
            "codepoint": "13877",
            "name": "EGYPTIAN HIEROGLYPH-13877",
            "comments": [
                "classifier Anubis : ꜥnḳ.t"
            ]
        },
        {
            "codepoint": "13878",
            "name": "EGYPTIAN HIEROGLYPH-13878",
            "comments": [
                "classifier Renenutet : rnn.(w)ṯ(t)"
            ]
        },
        {
            "codepoint": "13879",
            "name": "EGYPTIAN HIEROGLYPH-13879"
        },
        {
            "codepoint": "1387A",
            "name": "EGYPTIAN HIEROGLYPH-1387A",
            "comments": [
                "classifier (in ḥs-nb=s) : ḥs"
            ]
        },
        {
            "codepoint": "1387B",
            "name": "EGYPTIAN HIEROGLYPH-1387B",
            "comments": [
                "logogram (Keket) : kk.t"
            ]
        },
        {
            "codepoint": "1387C",
            "name": "EGYPTIAN HIEROGLYPH-1387C",
            "comments": [
                "classifier divinity?"
            ]
        },
        {
            "codepoint": "1387D",
            "name": "EGYPTIAN HIEROGLYPH-1387D",
            "comments": [
                "classifier Hathor : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "1387E",
            "name": "EGYPTIAN HIEROGLYPH-1387E",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "1387F",
            "name": "EGYPTIAN HIEROGLYPH-1387F",
            "comments": [
                "classifier female divinity (Usually associated with Hathor)"
            ]
        },
        {
            "codepoint": "13880",
            "name": "EGYPTIAN HIEROGLYPH-13880",
            "comments": [
                "logogram : nb"
            ]
        },
        {
            "codepoint": "13881",
            "name": "EGYPTIAN HIEROGLYPH-13881",
            "comments": [
                "logogram (powerful one) : sḫm.t"
            ]
        },
        {
            "codepoint": "13882",
            "name": "EGYPTIAN HIEROGLYPH-13882",
            "comments": [
                "logogram (majesty) : ḥm.t"
            ]
        },
        {
            "codepoint": "13883",
            "name": "EGYPTIAN HIEROGLYPH-13883",
            "comments": [
                "logogram/phonemogram (lord/lady) : nb"
            ]
        },
        {
            "codepoint": "13884",
            "name": "EGYPTIAN HIEROGLYPH-13884",
            "comments": [
                "logogram/phonemogram (lady) : nb.t"
            ]
        },
        {
            "codepoint": "13885",
            "name": "EGYPTIAN HIEROGLYPH-13885",
            "comments": [
                "logogram (life) : ꜥnḫ"
            ]
        },
        {
            "codepoint": "13886",
            "name": "EGYPTIAN HIEROGLYPH-13886",
            "comments": [
                "logogram/phonemogram (effective/splendid) : mnḫ"
            ]
        },
        {
            "codepoint": "13887",
            "name": "EGYPTIAN HIEROGLYPH-13887"
        },
        {
            "codepoint": "13888",
            "name": "EGYPTIAN HIEROGLYPH-13888",
            "comments": [
                "logogram (mistress of the sistrum) : nb.t-sšš.t"
            ]
        },
        {
            "codepoint": "13889",
            "name": "EGYPTIAN HIEROGLYPH-13889",
            "comments": [
                "logogram (mistress of the sistrum) : nb.t-sšš.t"
            ]
        },
        {
            "codepoint": "1388A",
            "name": "EGYPTIAN HIEROGLYPH-1388A",
            "comments": [
                "logogram (majesty) : ḥm.t"
            ]
        },
        {
            "codepoint": "1388B",
            "name": "EGYPTIAN HIEROGLYPH-1388B",
            "comments": [
                "classifier divinity : ḥwt-ḥr"
            ]
        },
        {
            "codepoint": "1388C",
            "name": "EGYPTIAN HIEROGLYPH-1388C",
            "comments": [
                "logogram (rejoicing) : nhm"
            ]
        },
        {
            "codepoint": "1388D",
            "name": "EGYPTIAN HIEROGLYPH-1388D",
            "comments": [
                "logogram (rejoicing) : nhm"
            ]
        },
        {
            "codepoint": "1388E",
            "name": "EGYPTIAN HIEROGLYPH-1388E",
            "comments": [
                "classifier to nurse : ꜣṯꞽ"
            ]
        },
        {
            "codepoint": "1388F",
            "name": "EGYPTIAN HIEROGLYPH-1388F",
            "comments": [
                "logogram (to nurse, to rear (from rnn)) : rr"
            ]
        },
        {
            "codepoint": "13890",
            "name": "EGYPTIAN HIEROGLYPH-13890",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13891",
            "name": "EGYPTIAN HIEROGLYPH-13891",
            "comments": [
                "logogram (gold) : nbw"
            ]
        },
        {
            "codepoint": "13892",
            "name": "EGYPTIAN HIEROGLYPH-13892",
            "comments": [
                "logogram (ruler) : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "13893",
            "name": "EGYPTIAN HIEROGLYPH-13893",
            "comments": [
                "logogram (the heavens/sky) : p.t"
            ]
        },
        {
            "codepoint": "13894",
            "name": "EGYPTIAN HIEROGLYPH-13894",
            "comments": [
                "classifier Hathor : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13895",
            "name": "EGYPTIAN HIEROGLYPH-13895",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13896",
            "name": "EGYPTIAN HIEROGLYPH-13896",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "13897",
            "name": "EGYPTIAN HIEROGLYPH-13897",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "13898",
            "name": "EGYPTIAN HIEROGLYPH-13898"
        },
        {
            "codepoint": "13899",
            "name": "EGYPTIAN HIEROGLYPH-13899",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "1389A",
            "name": "EGYPTIAN HIEROGLYPH-1389A"
        },
        {
            "codepoint": "1389B",
            "name": "EGYPTIAN HIEROGLYPH-1389B",
            "comments": [
                "classifier divinity : ꞽp.t-wr.t"
            ]
        },
        {
            "codepoint": "1389C",
            "name": "EGYPTIAN HIEROGLYPH-1389C",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "1389D",
            "name": "EGYPTIAN HIEROGLYPH-1389D",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "1389E",
            "name": "EGYPTIAN HIEROGLYPH-1389E",
            "comments": [
                "classifier Isis : ꜣs.t"
            ]
        },
        {
            "codepoint": "1389F",
            "name": "EGYPTIAN HIEROGLYPH-1389F",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "138A0",
            "name": "EGYPTIAN HIEROGLYPH-138A0",
            "comments": [
                "classifier divinity : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "138A1",
            "name": "EGYPTIAN HIEROGLYPH-138A1",
            "comments": [
                "classifier mourner : ḥꜣy.t"
            ]
        },
        {
            "codepoint": "138A2",
            "name": "EGYPTIAN HIEROGLYPH-138A2"
        },
        {
            "codepoint": "138A3",
            "name": "EGYPTIAN HIEROGLYPH-138A3"
        },
        {
            "codepoint": "138A4",
            "name": "EGYPTIAN HIEROGLYPH-138A4"
        },
        {
            "codepoint": "138A5",
            "name": "EGYPTIAN HIEROGLYPH-138A5",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "138A6",
            "name": "EGYPTIAN HIEROGLYPH-138A6",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "138A7",
            "name": "EGYPTIAN HIEROGLYPH-138A7",
            "comments": [
                "logogram (the widow) : šntꜣy.t"
            ]
        },
        {
            "codepoint": "138A8",
            "name": "EGYPTIAN HIEROGLYPH-138A8",
            "comments": [
                "logogram (Isis) : ꜣs.t"
            ]
        },
        {
            "codepoint": "138A9",
            "name": "EGYPTIAN HIEROGLYPH-138A9",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "138AA",
            "name": "EGYPTIAN HIEROGLYPH-138AA",
            "comments": [
                "logogram (to protect) : ḫwꞽ"
            ]
        },
        {
            "codepoint": "138AB",
            "name": "EGYPTIAN HIEROGLYPH-138AB",
            "comments": [
                "logogram (to protect) : ḫwꞽ"
            ]
        },
        {
            "codepoint": "138AC",
            "name": "EGYPTIAN HIEROGLYPH-138AC",
            "comments": [
                "phonemogram : snṯ-ꞽnbw"
            ]
        },
        {
            "codepoint": "138AD",
            "name": "EGYPTIAN HIEROGLYPH-138AD",
            "comments": [
                "logogram/phonemogram (lady) : nb.t"
            ]
        },
        {
            "codepoint": "138AE",
            "name": "EGYPTIAN HIEROGLYPH-138AE",
            "comments": [
                "classifier leonid divinity (female) : sḫm.t/bꜣs.tt"
            ]
        },
        {
            "codepoint": "138AF",
            "name": "EGYPTIAN HIEROGLYPH-138AF",
            "comments": [
                "logogram (Sekhmet) : sḫm.t"
            ]
        },
        {
            "codepoint": "138B0",
            "name": "EGYPTIAN HIEROGLYPH-138B0",
            "comments": [
                "classifie leonid divinity (female) : sḫm.t"
            ]
        },
        {
            "codepoint": "138B1",
            "name": "EGYPTIAN HIEROGLYPH-138B1"
        },
        {
            "codepoint": "138B2",
            "name": "EGYPTIAN HIEROGLYPH-138B2",
            "comments": [
                "classifier leonid divinity (male) : ḥḏ-ḥtp"
            ]
        },
        {
            "codepoint": "138B3",
            "name": "EGYPTIAN HIEROGLYPH-138B3"
        },
        {
            "codepoint": "138B4",
            "name": "EGYPTIAN HIEROGLYPH-138B4",
            "comments": [
                "classifier leonid divinity (male) : ḫns-mꜣꜥ.t; bꜥḥ-ꞽb"
            ]
        },
        {
            "codepoint": "138B5",
            "name": "EGYPTIAN HIEROGLYPH-138B5"
        },
        {
            "codepoint": "138B6",
            "name": "EGYPTIAN HIEROGLYPH-138B6",
            "comments": [
                "classifier leonid divinity (female) : bꜣs.tt"
            ]
        },
        {
            "codepoint": "138B7",
            "name": "EGYPTIAN HIEROGLYPH-138B7",
            "comments": [
                "classifier leonid divinity (female) : sḫm.t"
            ]
        },
        {
            "codepoint": "138B8",
            "name": "EGYPTIAN HIEROGLYPH-138B8",
            "comments": [
                "logogram (city, village) : nꞽw.t"
            ]
        },
        {
            "codepoint": "138B9",
            "name": "EGYPTIAN HIEROGLYPH-138B9",
            "comments": [
                "logogram (Sekhmet) : sḫm.t"
            ]
        },
        {
            "codepoint": "138BA",
            "name": "EGYPTIAN HIEROGLYPH-138BA",
            "comments": [
                "classifier leonid divinity (female) : sḫm.t"
            ]
        },
        {
            "codepoint": "138BB",
            "name": "EGYPTIAN HIEROGLYPH-138BB",
            "comments": [
                "classifier leonid divinity (female) : mnḥy.t"
            ]
        },
        {
            "codepoint": "138BC",
            "name": "EGYPTIAN HIEROGLYPH-138BC"
        },
        {
            "codepoint": "138BD",
            "name": "EGYPTIAN HIEROGLYPH-138BD"
        },
        {
            "codepoint": "138BE",
            "name": "EGYPTIAN HIEROGLYPH-138BE",
            "comments": [
                "logogram (she who is on the throne/stairs (Bastet)) : ḥr.yt-ḫnd.w"
            ]
        },
        {
            "codepoint": "138BF",
            "name": "EGYPTIAN HIEROGLYPH-138BF",
            "comments": [
                "logogram (to be hidden) : štꜣ"
            ]
        },
        {
            "codepoint": "138C0",
            "name": "EGYPTIAN HIEROGLYPH-138C0",
            "comments": [
                "classifier hidden : štꜣ"
            ]
        },
        {
            "codepoint": "138C1",
            "name": "EGYPTIAN HIEROGLYPH-138C1",
            "comments": [
                "logogram (to be hidden) : štꜣ"
            ]
        },
        {
            "codepoint": "138C2",
            "name": "EGYPTIAN HIEROGLYPH-138C2",
            "comments": [
                "classifier divinity? : mꜣ-ꜥnḫ"
            ]
        },
        {
            "codepoint": "138C3",
            "name": "EGYPTIAN HIEROGLYPH-138C3",
            "comments": [
                "classifier leonid divinity (female) : sḫm.t"
            ]
        },
        {
            "codepoint": "138C4",
            "name": "EGYPTIAN HIEROGLYPH-138C4",
            "comments": [
                "classifier leonid divinity (female) : bꜣs.tt"
            ]
        },
        {
            "codepoint": "138C5",
            "name": "EGYPTIAN HIEROGLYPH-138C5",
            "comments": [
                "logogram (vocative interjection) : ꞽ"
            ]
        },
        {
            "codepoint": "138C6",
            "name": "EGYPTIAN HIEROGLYPH-138C6",
            "comments": [
                "logogram (daughter of Re) : sꜣ.t-rꜥ"
            ]
        },
        {
            "codepoint": "138C7",
            "name": "EGYPTIAN HIEROGLYPH-138C7",
            "comments": [
                "phonemogram : šms"
            ]
        },
        {
            "codepoint": "138C8",
            "name": "EGYPTIAN HIEROGLYPH-138C8",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138C9",
            "name": "EGYPTIAN HIEROGLYPH-138C9",
            "comments": [
                "logogram (ruler of truth/Maat) : ḥḳꜣ-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138CA",
            "name": "EGYPTIAN HIEROGLYPH-138CA",
            "comments": [
                "logogram (truth) : mꜣꜥ"
            ]
        },
        {
            "codepoint": "138CB",
            "name": "EGYPTIAN HIEROGLYPH-138CB",
            "comments": [
                "logogram (in name Ramses IV) : wsr-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138CC",
            "name": "EGYPTIAN HIEROGLYPH-138CC",
            "comments": [
                "classifier woman : rw.t-"
            ]
        },
        {
            "codepoint": "138CD",
            "name": "EGYPTIAN HIEROGLYPH-138CD",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138CE",
            "name": "EGYPTIAN HIEROGLYPH-138CE",
            "comments": [
                "classifier divinity : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138CF",
            "name": "EGYPTIAN HIEROGLYPH-138CF",
            "comments": [
                "classifier truth : mꜥꜣ.t"
            ]
        },
        {
            "codepoint": "138D0",
            "name": "EGYPTIAN HIEROGLYPH-138D0",
            "comments": [
                "logogram/phonemogram  (whom truth/Maat loves) : mr(.y)-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D1",
            "name": "EGYPTIAN HIEROGLYPH-138D1",
            "comments": [
                "logogram (Maat) : mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D2",
            "name": "EGYPTIAN HIEROGLYPH-138D2",
            "comments": [
                "logogram (in name Ramses II) : wsr-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D3",
            "name": "EGYPTIAN HIEROGLYPH-138D3",
            "comments": [
                "logogram (in name Ramses II) : wsr-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D4",
            "name": "EGYPTIAN HIEROGLYPH-138D4",
            "comments": [
                "logogram (in name Ramses II) : wsr-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D5",
            "name": "EGYPTIAN HIEROGLYPH-138D5",
            "comments": [
                "logogram (Gate which gives truth) : rw.t-dꞽ(.t)-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "138D6",
            "name": "EGYPTIAN HIEROGLYPH-138D6",
            "comments": [
                "logogram (to be hidden) : štꜣ"
            ]
        },
        {
            "codepoint": "138D7",
            "name": "EGYPTIAN HIEROGLYPH-138D7",
            "comments": [
                "logogram (Meret) : mr.t"
            ]
        },
        {
            "codepoint": "138D8",
            "name": "EGYPTIAN HIEROGLYPH-138D8",
            "comments": [
                "classifier divinity : mr.t"
            ]
        },
        {
            "codepoint": "138D9",
            "name": "EGYPTIAN HIEROGLYPH-138D9",
            "comments": [
                "classifier divinity : mr.t"
            ]
        },
        {
            "codepoint": "138DA",
            "name": "EGYPTIAN HIEROGLYPH-138DA",
            "comments": [
                "classifier divinity/musician : nb.tyw"
            ]
        },
        {
            "codepoint": "138DB",
            "name": "EGYPTIAN HIEROGLYPH-138DB"
        },
        {
            "codepoint": "138DC",
            "name": "EGYPTIAN HIEROGLYPH-138DC",
            "comments": [
                "logogram (Meret) : mr.t"
            ]
        },
        {
            "codepoint": "138DD",
            "name": "EGYPTIAN HIEROGLYPH-138DD",
            "comments": [
                "classifier divinity : mr.ty"
            ]
        },
        {
            "codepoint": "138DE",
            "name": "EGYPTIAN HIEROGLYPH-138DE",
            "comments": [
                "logogram (Mut) : mw.t"
            ]
        },
        {
            "codepoint": "138DF",
            "name": "EGYPTIAN HIEROGLYPH-138DF",
            "comments": [
                "logogram (together with \\C98 and \\C43A, representing the triad of Dendera) : ꞽwn.t"
            ]
        },
        {
            "codepoint": "138E0",
            "name": "EGYPTIAN HIEROGLYPH-138E0",
            "comments": [
                "classifier majesty : ḥm"
            ]
        },
        {
            "codepoint": "138E1",
            "name": "EGYPTIAN HIEROGLYPH-138E1",
            "comments": [
                "logogram (Mut) : mw.t"
            ]
        },
        {
            "codepoint": "138E2",
            "name": "EGYPTIAN HIEROGLYPH-138E2",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "138E3",
            "name": "EGYPTIAN HIEROGLYPH-138E3",
            "comments": [
                "logogram (Hathor, giving life) : ḥw.t-ḥr-dꞽ-ꜥnḫ"
            ]
        },
        {
            "codepoint": "138E4",
            "name": "EGYPTIAN HIEROGLYPH-138E4",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "138E5",
            "name": "EGYPTIAN HIEROGLYPH-138E5",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "138E6",
            "name": "EGYPTIAN HIEROGLYPH-138E6",
            "comments": [
                "classifier divinity : dp.(y)t"
            ]
        },
        {
            "codepoint": "138E7",
            "name": "EGYPTIAN HIEROGLYPH-138E7",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "138E8",
            "name": "EGYPTIAN HIEROGLYPH-138E8",
            "comments": [
                "logogram (Neith) : n.t"
            ]
        },
        {
            "codepoint": "138E9",
            "name": "EGYPTIAN HIEROGLYPH-138E9",
            "comments": [
                "logogram (Neith) : n.t"
            ]
        },
        {
            "codepoint": "138EA",
            "name": "EGYPTIAN HIEROGLYPH-138EA",
            "comments": [
                "(cryptography) Phonemogram : wn"
            ]
        },
        {
            "codepoint": "138EB",
            "name": "EGYPTIAN HIEROGLYPH-138EB",
            "comments": [
                "phonemogram : n(.t)"
            ]
        },
        {
            "codepoint": "138EC",
            "name": "EGYPTIAN HIEROGLYPH-138EC",
            "comments": [
                "logogram (king of LE) : bꞽ.ty"
            ]
        },
        {
            "codepoint": "138ED",
            "name": "EGYPTIAN HIEROGLYPH-138ED",
            "comments": [
                "phonemogram : nt"
            ]
        },
        {
            "codepoint": "138EE",
            "name": "EGYPTIAN HIEROGLYPH-138EE",
            "comments": [
                "classifier divinity (Neith) : n.t"
            ]
        },
        {
            "codepoint": "138EF",
            "name": "EGYPTIAN HIEROGLYPH-138EF",
            "comments": [
                "phonemogram : wnn"
            ]
        },
        {
            "codepoint": "138F0",
            "name": "EGYPTIAN HIEROGLYPH-138F0",
            "comments": [
                "logogram (Dendera) : ꞽꜣ.t-dꞽ"
            ]
        },
        {
            "codepoint": "138F1",
            "name": "EGYPTIAN HIEROGLYPH-138F1",
            "comments": [
                "logogram (Nephthys) : nb.t-ḥw.t"
            ]
        },
        {
            "codepoint": "138F2",
            "name": "EGYPTIAN HIEROGLYPH-138F2",
            "comments": [
                "classifier sister (together with Isis) : sn.ty"
            ]
        },
        {
            "codepoint": "138F3",
            "name": "EGYPTIAN HIEROGLYPH-138F3",
            "comments": [
                "classifier mourner : ḥꜣy.t"
            ]
        },
        {
            "codepoint": "138F4",
            "name": "EGYPTIAN HIEROGLYPH-138F4",
            "comments": [
                "logogram (Nephthys) : nb.t-ḥw.t"
            ]
        },
        {
            "codepoint": "138F5",
            "name": "EGYPTIAN HIEROGLYPH-138F5",
            "comments": [
                "logogram (the heavens/sky) : p.t"
            ]
        },
        {
            "codepoint": "138F6",
            "name": "EGYPTIAN HIEROGLYPH-138F6",
            "comments": [
                "logogram (the heavens/sky) : p.t"
            ]
        },
        {
            "codepoint": "138F7",
            "name": "EGYPTIAN HIEROGLYPH-138F7",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "138F8",
            "name": "EGYPTIAN HIEROGLYPH-138F8",
            "comments": [
                "logogram (the heavens/sky) : p.t"
            ]
        },
        {
            "codepoint": "138F9",
            "name": "EGYPTIAN HIEROGLYPH-138F9",
            "comments": [
                "logogram (hour) : wnw.t"
            ]
        },
        {
            "codepoint": "138FA",
            "name": "EGYPTIAN HIEROGLYPH-138FA",
            "comments": [
                "logogram (city, village) : nꞽw.t"
            ]
        },
        {
            "codepoint": "138FB",
            "name": "EGYPTIAN HIEROGLYPH-138FB",
            "comments": [
                "logogram (city, village) : nꞽw.t"
            ]
        },
        {
            "codepoint": "138FC",
            "name": "EGYPTIAN HIEROGLYPH-138FC",
            "comments": [
                "logogram (the sky) : gb.t"
            ]
        },
        {
            "codepoint": "138FD",
            "name": "EGYPTIAN HIEROGLYPH-138FD",
            "comments": [
                "logogram (the heavens/sky) : p.t"
            ]
        },
        {
            "codepoint": "138FE",
            "name": "EGYPTIAN HIEROGLYPH-138FE",
            "comments": [
                "logogram/phonemogram (to shine) : psḏ"
            ]
        },
        {
            "codepoint": "138FF",
            "name": "EGYPTIAN HIEROGLYPH-138FF",
            "comments": [
                "classifier divinity (Sothis) : spd.t"
            ]
        },
        {
            "codepoint": "13900",
            "name": "EGYPTIAN HIEROGLYPH-13900",
            "comments": [
                "logogram (Seshat) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "13901",
            "name": "EGYPTIAN HIEROGLYPH-13901"
        },
        {
            "codepoint": "13902",
            "name": "EGYPTIAN HIEROGLYPH-13902",
            "comments": [
                "logogram (Seshat) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "13903",
            "name": "EGYPTIAN HIEROGLYPH-13903",
            "comments": [
                "logogram (Seshat) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "13904",
            "name": "EGYPTIAN HIEROGLYPH-13904",
            "comments": [
                "logogram (stretching the rope) : pḏ-šsr"
            ]
        },
        {
            "codepoint": "13905",
            "name": "EGYPTIAN HIEROGLYPH-13905",
            "comments": [
                "phonemogram : sbꜣ"
            ]
        },
        {
            "codepoint": "13906",
            "name": "EGYPTIAN HIEROGLYPH-13906"
        },
        {
            "codepoint": "13907",
            "name": "EGYPTIAN HIEROGLYPH-13907",
            "comments": [
                "classifier Bovid divinity : ḥsꜣ.t"
            ]
        },
        {
            "codepoint": "13908",
            "name": "EGYPTIAN HIEROGLYPH-13908",
            "comments": [
                "logogram/phonemogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13909",
            "name": "EGYPTIAN HIEROGLYPH-13909",
            "comments": [
                "logogram (the throne (Edfu)) : wṯs.t"
            ]
        },
        {
            "codepoint": "1390A",
            "name": "EGYPTIAN HIEROGLYPH-1390A",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "1390B",
            "name": "EGYPTIAN HIEROGLYPH-1390B",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "1390C",
            "name": "EGYPTIAN HIEROGLYPH-1390C",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "1390D",
            "name": "EGYPTIAN HIEROGLYPH-1390D",
            "comments": [
                "logogram (ruler) : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "1390E",
            "name": "EGYPTIAN HIEROGLYPH-1390E",
            "comments": [
                "logogram (sovereign) : ꞽt.yt"
            ]
        },
        {
            "codepoint": "1390F",
            "name": "EGYPTIAN HIEROGLYPH-1390F",
            "comments": [
                "logogram (ruler) : ḥḳꜣ.t"
            ]
        },
        {
            "codepoint": "13910",
            "name": "EGYPTIAN HIEROGLYPH-13910",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13911",
            "name": "EGYPTIAN HIEROGLYPH-13911",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13912",
            "name": "EGYPTIAN HIEROGLYPH-13912",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13913",
            "name": "EGYPTIAN HIEROGLYPH-13913",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13914",
            "name": "EGYPTIAN HIEROGLYPH-13914",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13915",
            "name": "EGYPTIAN HIEROGLYPH-13915",
            "comments": [
                "classifier divinity : ꜥnṯ"
            ]
        },
        {
            "codepoint": "13916",
            "name": "EGYPTIAN HIEROGLYPH-13916",
            "comments": [
                "logogram : ḥꜣ.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13917",
            "name": "EGYPTIAN HIEROGLYPH-13917",
            "comments": [
                "classifier divinity : ḥꜣ.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13918",
            "name": "EGYPTIAN HIEROGLYPH-13918",
            "comments": [
                "classifier Hekat : ḥḳ.t"
            ]
        },
        {
            "codepoint": "13919",
            "name": "EGYPTIAN HIEROGLYPH-13919",
            "comments": [
                "logogram (Keku) : kk.w"
            ]
        },
        {
            "codepoint": "1391A",
            "name": "EGYPTIAN HIEROGLYPH-1391A",
            "comments": [
                "logogram (the west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "1391B",
            "name": "EGYPTIAN HIEROGLYPH-1391B",
            "comments": [
                "logogram (Serqet) : srḳ.t"
            ]
        },
        {
            "codepoint": "1391C",
            "name": "EGYPTIAN HIEROGLYPH-1391C",
            "comments": [
                "logogram (Thebes) : wꜣs.t"
            ]
        },
        {
            "codepoint": "1391D",
            "name": "EGYPTIAN HIEROGLYPH-1391D",
            "comments": [
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "1391E",
            "name": "EGYPTIAN HIEROGLYPH-1391E",
            "comments": [
                "logogram (moon)? : ꞽꜥḥ"
            ]
        },
        {
            "codepoint": "1391F",
            "name": "EGYPTIAN HIEROGLYPH-1391F",
            "comments": [
                "classifier (Sekhet, goddes of the marshlands) : sḫ.t"
            ]
        },
        {
            "codepoint": "13920",
            "name": "EGYPTIAN HIEROGLYPH-13920",
            "comments": [
                "classifier divinity : ḏd.t"
            ]
        },
        {
            "codepoint": "13921",
            "name": "EGYPTIAN HIEROGLYPH-13921",
            "comments": [
                "classifier divinity : wr.t-šꜥ.t"
            ]
        },
        {
            "codepoint": "13922",
            "name": "EGYPTIAN HIEROGLYPH-13922",
            "comments": [
                "logogram (perception/knowledge) : sꞽꜣ.t"
            ]
        },
        {
            "codepoint": "13923",
            "name": "EGYPTIAN HIEROGLYPH-13923",
            "comments": [
                "logogram (morning) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "13924",
            "name": "EGYPTIAN HIEROGLYPH-13924"
        },
        {
            "codepoint": "13925",
            "name": "EGYPTIAN HIEROGLYPH-13925",
            "comments": [
                "logogram (morning) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "13926",
            "name": "EGYPTIAN HIEROGLYPH-13926",
            "comments": [
                "logogram (morning) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "13927",
            "name": "EGYPTIAN HIEROGLYPH-13927",
            "comments": [
                "logogram (morning) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "13928",
            "name": "EGYPTIAN HIEROGLYPH-13928",
            "comments": [
                "logogram (morning) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "13929",
            "name": "EGYPTIAN HIEROGLYPH-13929",
            "comments": [
                "logogram (the two of the horizon) : ꜣḫty.ty"
            ]
        },
        {
            "codepoint": "1392A",
            "name": "EGYPTIAN HIEROGLYPH-1392A",
            "comments": [
                "logogram (the (four) supports) : sḫn.wt"
            ]
        },
        {
            "codepoint": "1392B",
            "name": "EGYPTIAN HIEROGLYPH-1392B",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "1392C",
            "name": "EGYPTIAN HIEROGLYPH-1392C",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "1392D",
            "name": "EGYPTIAN HIEROGLYPH-1392D",
            "comments": [
                "classifier female : mnꞽ.t"
            ]
        },
        {
            "codepoint": "1392E",
            "name": "EGYPTIAN HIEROGLYPH-1392E",
            "comments": [
                "logogram (head) : tp"
            ]
        },
        {
            "codepoint": "1392F",
            "name": "EGYPTIAN HIEROGLYPH-1392F",
            "comments": [
                "classifier to laugh : nṯḥṯḥ"
            ]
        },
        {
            "codepoint": "13930",
            "name": "EGYPTIAN HIEROGLYPH-13930",
            "comments": [
                "classifier spit : ꞽsd"
            ]
        },
        {
            "codepoint": "13931",
            "name": "EGYPTIAN HIEROGLYPH-13931",
            "comments": [
                "classifier birthplace : msḫn.t"
            ]
        },
        {
            "codepoint": "13932",
            "name": "EGYPTIAN HIEROGLYPH-13932",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13933",
            "name": "EGYPTIAN HIEROGLYPH-13933",
            "comments": [
                "classifier staff"
            ]
        },
        {
            "codepoint": "13934",
            "name": "EGYPTIAN HIEROGLYPH-13934",
            "comments": [
                "phonemogram : ḥr.y-tp"
            ]
        },
        {
            "codepoint": "13935",
            "name": "EGYPTIAN HIEROGLYPH-13935",
            "comments": [
                "logogram (face) : ḥr"
            ]
        },
        {
            "codepoint": "13936",
            "name": "EGYPTIAN HIEROGLYPH-13936",
            "comments": [
                "logogram (face) : ḥr"
            ]
        },
        {
            "codepoint": "13937",
            "name": "EGYPTIAN HIEROGLYPH-13937",
            "comments": [
                "classifier human being : tm.yw"
            ]
        },
        {
            "codepoint": "13938",
            "name": "EGYPTIAN HIEROGLYPH-13938",
            "comments": [
                "classifier occupation : sr"
            ]
        },
        {
            "codepoint": "13939",
            "name": "EGYPTIAN HIEROGLYPH-13939",
            "comments": [
                "classifier calling : nꞽs"
            ]
        },
        {
            "codepoint": "1393A",
            "name": "EGYPTIAN HIEROGLYPH-1393A",
            "comments": [
                "classifier calling : ḏsw"
            ]
        },
        {
            "codepoint": "1393B",
            "name": "EGYPTIAN HIEROGLYPH-1393B"
        },
        {
            "codepoint": "1393C",
            "name": "EGYPTIAN HIEROGLYPH-1393C"
        },
        {
            "codepoint": "1393D",
            "name": "EGYPTIAN HIEROGLYPH-1393D",
            "comments": [
                "classifier eating : wnm"
            ]
        },
        {
            "codepoint": "1393E",
            "name": "EGYPTIAN HIEROGLYPH-1393E",
            "comments": [
                "classifier child : ḫrd/nḫn"
            ]
        },
        {
            "codepoint": "1393F",
            "name": "EGYPTIAN HIEROGLYPH-1393F",
            "comments": [
                "classifier child/small one : ḥwn"
            ]
        },
        {
            "codepoint": "13940",
            "name": "EGYPTIAN HIEROGLYPH-13940",
            "comments": [
                "classifier nursing : mnꜥ"
            ]
        },
        {
            "codepoint": "13941",
            "name": "EGYPTIAN HIEROGLYPH-13941",
            "comments": [
                "classifier dwarf/pigmy : dng"
            ]
        },
        {
            "codepoint": "13942",
            "name": "EGYPTIAN HIEROGLYPH-13942",
            "comments": [
                "classsifier (to bow, to attack) : ꞽkꞽ"
            ]
        },
        {
            "codepoint": "13943",
            "name": "EGYPTIAN HIEROGLYPH-13943",
            "comments": [
                "classifier to fall : sḫr"
            ]
        },
        {
            "codepoint": "13944",
            "name": "EGYPTIAN HIEROGLYPH-13944",
            "comments": [
                "classifier to call : nꞽs"
            ]
        },
        {
            "codepoint": "13945",
            "name": "EGYPTIAN HIEROGLYPH-13945",
            "comments": [
                "classifier to rejoice : hnꞽ"
            ]
        },
        {
            "codepoint": "13946",
            "name": "EGYPTIAN HIEROGLYPH-13946",
            "comments": [
                "classifier turning around : nꜥw"
            ]
        },
        {
            "codepoint": "13947",
            "name": "EGYPTIAN HIEROGLYPH-13947"
        },
        {
            "codepoint": "13948",
            "name": "EGYPTIAN HIEROGLYPH-13948",
            "comments": [
                "classifier to rejoice : ḥꜥꞽ"
            ]
        },
        {
            "codepoint": "13949",
            "name": "EGYPTIAN HIEROGLYPH-13949",
            "comments": [
                "logogram (Heh, divinity) : ḥḥ"
            ]
        },
        {
            "codepoint": "1394A",
            "name": "EGYPTIAN HIEROGLYPH-1394A",
            "comments": [
                "classifier upside down : sḫdḫd"
            ]
        },
        {
            "codepoint": "1394B",
            "name": "EGYPTIAN HIEROGLYPH-1394B",
            "comments": [
                "classifier to swim : mḥꞽ"
            ]
        },
        {
            "codepoint": "1394C",
            "name": "EGYPTIAN HIEROGLYPH-1394C"
        },
        {
            "codepoint": "1394D",
            "name": "EGYPTIAN HIEROGLYPH-1394D",
            "comments": [
                "classifier swimming : nbꞽ"
            ]
        },
        {
            "codepoint": "1394E",
            "name": "EGYPTIAN HIEROGLYPH-1394E"
        },
        {
            "codepoint": "1394F",
            "name": "EGYPTIAN HIEROGLYPH-1394F",
            "comments": [
                "logogram (to be great) : wr"
            ]
        },
        {
            "codepoint": "13950",
            "name": "EGYPTIAN HIEROGLYPH-13950",
            "comments": [
                "classifier herald : ḥww.ty"
            ]
        },
        {
            "codepoint": "13951",
            "name": "EGYPTIAN HIEROGLYPH-13951",
            "comments": [
                "classifier to carry away, to take : ḫn(f)"
            ]
        },
        {
            "codepoint": "13952",
            "name": "EGYPTIAN HIEROGLYPH-13952",
            "comments": [
                "classifier herald : ḥww.ty"
            ]
        },
        {
            "codepoint": "13953",
            "name": "EGYPTIAN HIEROGLYPH-13953"
        },
        {
            "codepoint": "13954",
            "name": "EGYPTIAN HIEROGLYPH-13954",
            "comments": [
                "classifier elder/official : sr"
            ]
        },
        {
            "codepoint": "13955",
            "name": "EGYPTIAN HIEROGLYPH-13955",
            "comments": [
                "classifier Orion : sꜣḥ"
            ]
        },
        {
            "codepoint": "13956",
            "name": "EGYPTIAN HIEROGLYPH-13956",
            "comments": [
                "classifier to spit, to spew : bšꞽ"
            ]
        },
        {
            "codepoint": "13957",
            "name": "EGYPTIAN HIEROGLYPH-13957",
            "comments": [
                "classifier to lift, to carry : fꜣꞽ"
            ]
        },
        {
            "codepoint": "13958",
            "name": "EGYPTIAN HIEROGLYPH-13958",
            "comments": [
                "classifier to drive away : ḫsr"
            ]
        },
        {
            "codepoint": "13959",
            "name": "EGYPTIAN HIEROGLYPH-13959",
            "comments": [
                "classifier to oppose, to rebel : ḫsbꞽ"
            ]
        },
        {
            "codepoint": "1395A",
            "name": "EGYPTIAN HIEROGLYPH-1395A",
            "comments": [
                "classifier to extend : sꜣwꞽ"
            ]
        },
        {
            "codepoint": "1395B",
            "name": "EGYPTIAN HIEROGLYPH-1395B",
            "comments": [
                "classifier to scatter : sṯꞽ"
            ]
        },
        {
            "codepoint": "1395C",
            "name": "EGYPTIAN HIEROGLYPH-1395C"
        },
        {
            "codepoint": "1395D",
            "name": "EGYPTIAN HIEROGLYPH-1395D",
            "comments": [
                "classifier dancing : rw.t"
            ]
        },
        {
            "codepoint": "1395E",
            "name": "EGYPTIAN HIEROGLYPH-1395E",
            "comments": [
                "classifier guarding, protecting : sꜣw"
            ]
        },
        {
            "codepoint": "1395F",
            "name": "EGYPTIAN HIEROGLYPH-1395F",
            "comments": [
                "classifier drinking : swr"
            ]
        },
        {
            "codepoint": "13960",
            "name": "EGYPTIAN HIEROGLYPH-13960",
            "comments": [
                "classifier to uproot : fdꞽ"
            ]
        },
        {
            "codepoint": "13961",
            "name": "EGYPTIAN HIEROGLYPH-13961"
        },
        {
            "codepoint": "13962",
            "name": "EGYPTIAN HIEROGLYPH-13962",
            "comments": [
                "classifier to churn up : ꜥḏ"
            ]
        },
        {
            "codepoint": "13963",
            "name": "EGYPTIAN HIEROGLYPH-13963",
            "comments": [
                "classifier breaking/destroying : sḏ dšr.t"
            ]
        },
        {
            "codepoint": "13964",
            "name": "EGYPTIAN HIEROGLYPH-13964",
            "comments": [
                "classifier to expel, to drive of : rwꞽ"
            ]
        },
        {
            "codepoint": "13965",
            "name": "EGYPTIAN HIEROGLYPH-13965",
            "comments": [
                "classifier potter : ḳd.w"
            ]
        },
        {
            "codepoint": "13966",
            "name": "EGYPTIAN HIEROGLYPH-13966",
            "comments": [
                "classifier to climb, to fly : ḥfdꞽ"
            ]
        },
        {
            "codepoint": "13967",
            "name": "EGYPTIAN HIEROGLYPH-13967",
            "comments": [
                "classifier (to melt, to cast) : nbꞽ"
            ]
        },
        {
            "codepoint": "13968",
            "name": "EGYPTIAN HIEROGLYPH-13968"
        },
        {
            "codepoint": "13969",
            "name": "EGYPTIAN HIEROGLYPH-13969",
            "comments": [
                "classifier to drive away : ḫs(r)"
            ]
        },
        {
            "codepoint": "1396A",
            "name": "EGYPTIAN HIEROGLYPH-1396A",
            "comments": [
                "logogram (lifetime) : ꜥḥꜥ.w"
            ]
        },
        {
            "codepoint": "1396B",
            "name": "EGYPTIAN HIEROGLYPH-1396B",
            "comments": [
                "logogram (evil one) : nbḏ"
            ]
        },
        {
            "codepoint": "1396C",
            "name": "EGYPTIAN HIEROGLYPH-1396C"
        },
        {
            "codepoint": "1396D",
            "name": "EGYPTIAN HIEROGLYPH-1396D",
            "comments": [
                "logogram (evil one) : nbḏ"
            ]
        },
        {
            "codepoint": "1396E",
            "name": "EGYPTIAN HIEROGLYPH-1396E",
            "comments": [
                "classifier tresses : nꜣb.t"
            ]
        },
        {
            "codepoint": "1396F",
            "name": "EGYPTIAN HIEROGLYPH-1396F",
            "comments": [
                "classifier tresses : nꜣb.t"
            ]
        },
        {
            "codepoint": "13970",
            "name": "EGYPTIAN HIEROGLYPH-13970",
            "comments": [
                "logogram (head covering (braid of hair?)) : (ꞽ)ꜣr.t"
            ]
        },
        {
            "codepoint": "13971",
            "name": "EGYPTIAN HIEROGLYPH-13971",
            "comments": [
                "classifier scalp, temple : smꜣ"
            ]
        },
        {
            "codepoint": "13972",
            "name": "EGYPTIAN HIEROGLYPH-13972",
            "comments": [
                "classifier hairlock : ḥnsk.t"
            ]
        },
        {
            "codepoint": "13973",
            "name": "EGYPTIAN HIEROGLYPH-13973",
            "comments": [
                "logogram (to see) : Mꜥꜥ"
            ]
        },
        {
            "codepoint": "13974",
            "name": "EGYPTIAN HIEROGLYPH-13974",
            "comments": [
                "classifier eye-paint : smd.t"
            ]
        },
        {
            "codepoint": "13975",
            "name": "EGYPTIAN HIEROGLYPH-13975",
            "comments": [
                "phonemogram : ꞽrꞽ-ẖr"
            ]
        },
        {
            "codepoint": "13976",
            "name": "EGYPTIAN HIEROGLYPH-13976",
            "comments": [
                "classifier eye related actions : dgꞽ"
            ]
        },
        {
            "codepoint": "13977",
            "name": "EGYPTIAN HIEROGLYPH-13977",
            "comments": [
                "classifier eye related actions : dgꞽ"
            ]
        },
        {
            "codepoint": "13978",
            "name": "EGYPTIAN HIEROGLYPH-13978",
            "comments": [
                "classifier eye related actions : ḫf"
            ]
        },
        {
            "codepoint": "13979",
            "name": "EGYPTIAN HIEROGLYPH-13979",
            "comments": [
                "classifier eye related actions : ptr"
            ]
        },
        {
            "codepoint": "1397A",
            "name": "EGYPTIAN HIEROGLYPH-1397A",
            "comments": [
                "logogram (to see, to behold) : ptr"
            ]
        },
        {
            "codepoint": "1397B",
            "name": "EGYPTIAN HIEROGLYPH-1397B",
            "comments": [
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "1397C",
            "name": "EGYPTIAN HIEROGLYPH-1397C",
            "comments": [
                "classifier sleep : ḳd"
            ]
        },
        {
            "codepoint": "1397D",
            "name": "EGYPTIAN HIEROGLYPH-1397D",
            "comments": [
                "phonemogram : ꜥntyw"
            ]
        },
        {
            "codepoint": "1397E",
            "name": "EGYPTIAN HIEROGLYPH-1397E",
            "comments": [
                "classifier adornment/beauty"
            ]
        },
        {
            "codepoint": "1397F",
            "name": "EGYPTIAN HIEROGLYPH-1397F",
            "comments": [
                "classifier (to sleep) : ḳdd"
            ]
        },
        {
            "codepoint": "13980",
            "name": "EGYPTIAN HIEROGLYPH-13980",
            "comments": [
                "classifier eye related actions : ptr"
            ]
        },
        {
            "codepoint": "13981",
            "name": "EGYPTIAN HIEROGLYPH-13981"
        },
        {
            "codepoint": "13982",
            "name": "EGYPTIAN HIEROGLYPH-13982",
            "comments": [
                "phonemogram : ꜥn"
            ]
        },
        {
            "codepoint": "13983",
            "name": "EGYPTIAN HIEROGLYPH-13983"
        },
        {
            "codepoint": "13984",
            "name": "EGYPTIAN HIEROGLYPH-13984",
            "comments": [
                "phonemogram : ꜥn"
            ]
        },
        {
            "codepoint": "13985",
            "name": "EGYPTIAN HIEROGLYPH-13985",
            "comments": [
                "logogram (to wake) : rs"
            ]
        },
        {
            "codepoint": "13986",
            "name": "EGYPTIAN HIEROGLYPH-13986",
            "comments": [
                "logogram (to weep) : rmꞽ"
            ]
        },
        {
            "codepoint": "13987",
            "name": "EGYPTIAN HIEROGLYPH-13987",
            "comments": [
                "classifier weeping/crying : rmꞽ"
            ]
        },
        {
            "codepoint": "13988",
            "name": "EGYPTIAN HIEROGLYPH-13988",
            "comments": [
                "phonemogram : rm"
            ]
        },
        {
            "codepoint": "13989",
            "name": "EGYPTIAN HIEROGLYPH-13989",
            "comments": [
                "logogram (to weep) : rmꞽ"
            ]
        },
        {
            "codepoint": "1398A",
            "name": "EGYPTIAN HIEROGLYPH-1398A",
            "comments": [
                "classifier weeping/crying : rmꞽ"
            ]
        },
        {
            "codepoint": "1398B",
            "name": "EGYPTIAN HIEROGLYPH-1398B",
            "comments": [
                "classifier eye related actions : dgꞽ"
            ]
        },
        {
            "codepoint": "1398C",
            "name": "EGYPTIAN HIEROGLYPH-1398C",
            "comments": [
                "logogram (The dazzling eye (=Egypt)) : bꜣḳ.t"
            ]
        },
        {
            "codepoint": "1398D",
            "name": "EGYPTIAN HIEROGLYPH-1398D",
            "comments": [
                "logogram (eye) : ꞽr.t"
            ]
        },
        {
            "codepoint": "1398E",
            "name": "EGYPTIAN HIEROGLYPH-1398E",
            "comments": [
                "logogram (the eye of Re) : ꞽr.t-rꜥ"
            ]
        },
        {
            "codepoint": "1398F",
            "name": "EGYPTIAN HIEROGLYPH-1398F",
            "comments": [
                "logogram (to see) : mꜣꜣ"
            ]
        },
        {
            "codepoint": "13990",
            "name": "EGYPTIAN HIEROGLYPH-13990",
            "comments": [
                "classifier backside : mḥꜣ"
            ]
        },
        {
            "codepoint": "13991",
            "name": "EGYPTIAN HIEROGLYPH-13991",
            "comments": [
                "classifier nose : šr.t"
            ]
        },
        {
            "codepoint": "13992",
            "name": "EGYPTIAN HIEROGLYPH-13992",
            "comments": [
                "classifier to suckle : snḳ"
            ]
        },
        {
            "codepoint": "13993",
            "name": "EGYPTIAN HIEROGLYPH-13993"
        },
        {
            "codepoint": "13994",
            "name": "EGYPTIAN HIEROGLYPH-13994",
            "comments": [
                "logogram 1/3"
            ]
        },
        {
            "codepoint": "13995",
            "name": "EGYPTIAN HIEROGLYPH-13995",
            "comments": [
                "logogram (2/3) : r.wy"
            ]
        },
        {
            "codepoint": "13996",
            "name": "EGYPTIAN HIEROGLYPH-13996",
            "comments": [
                "interpretant : r"
            ]
        },
        {
            "codepoint": "13997",
            "name": "EGYPTIAN HIEROGLYPH-13997",
            "comments": [
                "logogram (lip, border, edge) : sp.t"
            ]
        },
        {
            "codepoint": "13998",
            "name": "EGYPTIAN HIEROGLYPH-13998",
            "comments": [
                "logogram (lips) : sp.ty"
            ]
        },
        {
            "codepoint": "13999",
            "name": "EGYPTIAN HIEROGLYPH-13999",
            "comments": [
                "classifier spit : ꞽšš"
            ]
        },
        {
            "codepoint": "1399A",
            "name": "EGYPTIAN HIEROGLYPH-1399A",
            "comments": [
                "logogram (breakfast (washing the mouth)) : ꞽꜥ.w-r"
            ]
        },
        {
            "codepoint": "1399B",
            "name": "EGYPTIAN HIEROGLYPH-1399B",
            "comments": [
                "classifier spit : nš/nẖ"
            ]
        },
        {
            "codepoint": "1399C",
            "name": "EGYPTIAN HIEROGLYPH-1399C",
            "comments": [
                "phonemogram : p"
            ]
        },
        {
            "codepoint": "1399D",
            "name": "EGYPTIAN HIEROGLYPH-1399D",
            "comments": [
                "phonemogram : p"
            ]
        },
        {
            "codepoint": "1399E",
            "name": "EGYPTIAN HIEROGLYPH-1399E",
            "comments": [
                "classifier beard or Classifier hair : ḫꜣbs | ḥnsk.t"
            ]
        },
        {
            "codepoint": "1399F",
            "name": "EGYPTIAN HIEROGLYPH-1399F",
            "comments": [
                "logogram (to sit) : ḥmsꞽ"
            ]
        },
        {
            "codepoint": "139A0",
            "name": "EGYPTIAN HIEROGLYPH-139A0",
            "comments": [
                "logogram (spirit, essence) : kꜣ"
            ]
        },
        {
            "codepoint": "139A1",
            "name": "EGYPTIAN HIEROGLYPH-139A1"
        },
        {
            "codepoint": "139A2",
            "name": "EGYPTIAN HIEROGLYPH-139A2",
            "comments": [
                "logogram (spirit, essence) : kꜣ"
            ]
        },
        {
            "codepoint": "139A3",
            "name": "EGYPTIAN HIEROGLYPH-139A3",
            "comments": [
                "logogram (royal spirit/essence) : kꜣ-n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "139A4",
            "name": "EGYPTIAN HIEROGLYPH-139A4",
            "comments": [
                "logogram (food, provisions) : kꜣ"
            ]
        },
        {
            "codepoint": "139A5",
            "name": "EGYPTIAN HIEROGLYPH-139A5",
            "comments": [
                "logogram (food, provisions) : kꜣ"
            ]
        },
        {
            "codepoint": "139A6",
            "name": "EGYPTIAN HIEROGLYPH-139A6",
            "comments": [
                "logogram (negative relative adjective) : ꞽw.ty"
            ]
        },
        {
            "codepoint": "139A7",
            "name": "EGYPTIAN HIEROGLYPH-139A7",
            "comments": [
                "phonemogram : ḫm"
            ]
        },
        {
            "codepoint": "139A8",
            "name": "EGYPTIAN HIEROGLYPH-139A8"
        },
        {
            "codepoint": "139A9",
            "name": "EGYPTIAN HIEROGLYPH-139A9",
            "comments": [
                "phono-repeater : ḫm"
            ]
        },
        {
            "codepoint": "139AA",
            "name": "EGYPTIAN HIEROGLYPH-139AA",
            "comments": [
                "phono-repeater (kidney) : sḫn"
            ]
        },
        {
            "codepoint": "139AB",
            "name": "EGYPTIAN HIEROGLYPH-139AB",
            "comments": [
                "classifier to embrace : ḥpt"
            ]
        },
        {
            "codepoint": "139AC",
            "name": "EGYPTIAN HIEROGLYPH-139AC",
            "comments": [
                "logogram (to embrace) : ḥpt"
            ]
        },
        {
            "codepoint": "139AD",
            "name": "EGYPTIAN HIEROGLYPH-139AD",
            "comments": [
                "classifier (in ẖꜣm-(ꞽ)ḫ.t) : ẖꜥm"
            ]
        },
        {
            "codepoint": "139AE",
            "name": "EGYPTIAN HIEROGLYPH-139AE",
            "comments": [
                "logogram (mortuary priest) : ḥm-kꜣ"
            ]
        },
        {
            "codepoint": "139AF",
            "name": "EGYPTIAN HIEROGLYPH-139AF"
        },
        {
            "codepoint": "139B0",
            "name": "EGYPTIAN HIEROGLYPH-139B0",
            "comments": [
                "logogram (to row, to convey by water) : ẖnꞽ"
            ]
        },
        {
            "codepoint": "139B1",
            "name": "EGYPTIAN HIEROGLYPH-139B1",
            "comments": [
                "classifier movement by boat : sḳdꞽ"
            ]
        },
        {
            "codepoint": "139B2",
            "name": "EGYPTIAN HIEROGLYPH-139B2",
            "comments": [
                "logogram (to row, to convey by water) : ẖnꞽ"
            ]
        },
        {
            "codepoint": "139B3",
            "name": "EGYPTIAN HIEROGLYPH-139B3",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "139B4",
            "name": "EGYPTIAN HIEROGLYPH-139B4",
            "comments": [
                "classifier grasping the oar : ḫmꜥ.w-ḥmw"
            ]
        },
        {
            "codepoint": "139B5",
            "name": "EGYPTIAN HIEROGLYPH-139B5",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "139B6",
            "name": "EGYPTIAN HIEROGLYPH-139B6",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "139B7",
            "name": "EGYPTIAN HIEROGLYPH-139B7",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139B8",
            "name": "EGYPTIAN HIEROGLYPH-139B8",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139B9",
            "name": "EGYPTIAN HIEROGLYPH-139B9",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139BA",
            "name": "EGYPTIAN HIEROGLYPH-139BA",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139BB",
            "name": "EGYPTIAN HIEROGLYPH-139BB"
        },
        {
            "codepoint": "139BC",
            "name": "EGYPTIAN HIEROGLYPH-139BC",
            "comments": [
                "logogram (to fight) (in ꜥḥꜣ.t (fighter (female)) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139BD",
            "name": "EGYPTIAN HIEROGLYPH-139BD"
        },
        {
            "codepoint": "139BE",
            "name": "EGYPTIAN HIEROGLYPH-139BE",
            "comments": [
                "logogram (to fight) (in ꜥḥꜣ.t (fighter (female)) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139BF",
            "name": "EGYPTIAN HIEROGLYPH-139BF",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139C0",
            "name": "EGYPTIAN HIEROGLYPH-139C0",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139C1",
            "name": "EGYPTIAN HIEROGLYPH-139C1",
            "comments": [
                "logogram (to fight) : ꜥḥꜣ"
            ]
        },
        {
            "codepoint": "139C2",
            "name": "EGYPTIAN HIEROGLYPH-139C2",
            "comments": [
                "logogram (negative particle) : n"
            ]
        },
        {
            "codepoint": "139C3",
            "name": "EGYPTIAN HIEROGLYPH-139C3",
            "comments": [
                "classifier arm related movements or actions : rmn"
            ]
        },
        {
            "codepoint": "139C4",
            "name": "EGYPTIAN HIEROGLYPH-139C4",
            "comments": [
                "logogram (arm, hand) : ꜥ"
            ]
        },
        {
            "codepoint": "139C5",
            "name": "EGYPTIAN HIEROGLYPH-139C5",
            "comments": [
                "phonemogram : dd"
            ]
        },
        {
            "codepoint": "139C6",
            "name": "EGYPTIAN HIEROGLYPH-139C6",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "139C7",
            "name": "EGYPTIAN HIEROGLYPH-139C7",
            "comments": [
                "classifier supporting/carrying : rmn"
            ]
        },
        {
            "codepoint": "139C8",
            "name": "EGYPTIAN HIEROGLYPH-139C8",
            "comments": [
                "classifier enveloping : ꜥtḫ"
            ]
        },
        {
            "codepoint": "139C9",
            "name": "EGYPTIAN HIEROGLYPH-139C9",
            "comments": [
                "logogram (arm, shoulder) : rmn"
            ]
        },
        {
            "codepoint": "139CA",
            "name": "EGYPTIAN HIEROGLYPH-139CA",
            "comments": [
                "classifier shoulder/arm : rmn"
            ]
        },
        {
            "codepoint": "139CB",
            "name": "EGYPTIAN HIEROGLYPH-139CB",
            "comments": [
                "logogram (to offer, to present) or Phonemogram : ḥnk | (r)dꞽ"
            ]
        },
        {
            "codepoint": "139CC",
            "name": "EGYPTIAN HIEROGLYPH-139CC",
            "comments": [
                "phonemogram : mk"
            ]
        },
        {
            "codepoint": "139CD",
            "name": "EGYPTIAN HIEROGLYPH-139CD",
            "comments": [
                "logogram (to receive) : šsp"
            ]
        },
        {
            "codepoint": "139CE",
            "name": "EGYPTIAN HIEROGLYPH-139CE",
            "comments": [
                "logogram (course (of the day); daily requirements) : ẖr.t-hrw"
            ]
        },
        {
            "codepoint": "139CF",
            "name": "EGYPTIAN HIEROGLYPH-139CF",
            "comments": [
                "logogram (course (of the day); daily requirements) : ẖr.t-hrw"
            ]
        },
        {
            "codepoint": "139D0",
            "name": "EGYPTIAN HIEROGLYPH-139D0",
            "comments": [
                "classifier strength, power : wsr"
            ]
        },
        {
            "codepoint": "139D1",
            "name": "EGYPTIAN HIEROGLYPH-139D1",
            "comments": [
                "logogram (offering Maat) : ḥnk-mꜣꜥ.t"
            ]
        },
        {
            "codepoint": "139D2",
            "name": "EGYPTIAN HIEROGLYPH-139D2"
        },
        {
            "codepoint": "139D3",
            "name": "EGYPTIAN HIEROGLYPH-139D3",
            "comments": [
                "classifier force, effort : dndn, ḏsr"
            ]
        },
        {
            "codepoint": "139D4",
            "name": "EGYPTIAN HIEROGLYPH-139D4"
        },
        {
            "codepoint": "139D5",
            "name": "EGYPTIAN HIEROGLYPH-139D5",
            "comments": [
                "logogram (to wash) : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "139D6",
            "name": "EGYPTIAN HIEROGLYPH-139D6",
            "comments": [
                "logogram (to wash) : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "139D7",
            "name": "EGYPTIAN HIEROGLYPH-139D7",
            "comments": [
                "logogram (to wash) : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "139D8",
            "name": "EGYPTIAN HIEROGLYPH-139D8"
        },
        {
            "codepoint": "139D9",
            "name": "EGYPTIAN HIEROGLYPH-139D9"
        },
        {
            "codepoint": "139DA",
            "name": "EGYPTIAN HIEROGLYPH-139DA",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "139DB",
            "name": "EGYPTIAN HIEROGLYPH-139DB",
            "comments": [
                "classifier washing : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "139DC",
            "name": "EGYPTIAN HIEROGLYPH-139DC",
            "comments": [
                "logogram (to wash) : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "139DD",
            "name": "EGYPTIAN HIEROGLYPH-139DD",
            "comments": [
                "classifier stretching out : hn"
            ]
        },
        {
            "codepoint": "139DE",
            "name": "EGYPTIAN HIEROGLYPH-139DE",
            "comments": [
                "classifier negative action : ḫb"
            ]
        },
        {
            "codepoint": "139DF",
            "name": "EGYPTIAN HIEROGLYPH-139DF",
            "comments": [
                "classifier to rejoice : nḥrḥr"
            ]
        },
        {
            "codepoint": "139E0",
            "name": "EGYPTIAN HIEROGLYPH-139E0",
            "comments": [
                "classifier to call : nꞽs"
            ]
        },
        {
            "codepoint": "139E1",
            "name": "EGYPTIAN HIEROGLYPH-139E1",
            "comments": [
                "logogram (to protect) : ḫwꞽ"
            ]
        },
        {
            "codepoint": "139E2",
            "name": "EGYPTIAN HIEROGLYPH-139E2",
            "comments": [
                "logogram (to make holy) : ḏsr"
            ]
        },
        {
            "codepoint": "139E3",
            "name": "EGYPTIAN HIEROGLYPH-139E3"
        },
        {
            "codepoint": "139E4",
            "name": "EGYPTIAN HIEROGLYPH-139E4"
        },
        {
            "codepoint": "139E5",
            "name": "EGYPTIAN HIEROGLYPH-139E5"
        },
        {
            "codepoint": "139E6",
            "name": "EGYPTIAN HIEROGLYPH-139E6",
            "comments": [
                "classifier to govern/to control : ḫrp"
            ]
        },
        {
            "codepoint": "139E7",
            "name": "EGYPTIAN HIEROGLYPH-139E7",
            "comments": [
                "classifier messenger : ḥw(w).t(y)"
            ]
        },
        {
            "codepoint": "139E8",
            "name": "EGYPTIAN HIEROGLYPH-139E8",
            "comments": [
                "logogram (to make holy, to be holy, to be splendid) : ḏsr"
            ]
        },
        {
            "codepoint": "139E9",
            "name": "EGYPTIAN HIEROGLYPH-139E9",
            "comments": [
                "phonemogram : dꞽ"
            ]
        },
        {
            "codepoint": "139EA",
            "name": "EGYPTIAN HIEROGLYPH-139EA",
            "comments": [
                "classifier netherworld : dwꜣ.t"
            ]
        },
        {
            "codepoint": "139EB",
            "name": "EGYPTIAN HIEROGLYPH-139EB",
            "comments": [
                "phonemogram : ḏsr"
            ]
        },
        {
            "codepoint": "139EC",
            "name": "EGYPTIAN HIEROGLYPH-139EC",
            "comments": [
                "classifier to write, to inscribe : spẖr"
            ]
        },
        {
            "codepoint": "139ED",
            "name": "EGYPTIAN HIEROGLYPH-139ED",
            "comments": [
                "logogram (to write, to inscribe) : spẖr"
            ]
        },
        {
            "codepoint": "139EE",
            "name": "EGYPTIAN HIEROGLYPH-139EE",
            "comments": [
                "classifier to destroy, to overthrow : ḫmꞽ"
            ]
        },
        {
            "codepoint": "139EF",
            "name": "EGYPTIAN HIEROGLYPH-139EF",
            "comments": [
                "classifier elder/official : sr"
            ]
        },
        {
            "codepoint": "139F0",
            "name": "EGYPTIAN HIEROGLYPH-139F0",
            "comments": [
                "classifier adoration : dwꜣ"
            ]
        },
        {
            "codepoint": "139F1",
            "name": "EGYPTIAN HIEROGLYPH-139F1",
            "comments": [
                "logogram (to make holy) : ḏsr"
            ]
        },
        {
            "codepoint": "139F2",
            "name": "EGYPTIAN HIEROGLYPH-139F2",
            "comments": [
                "logogram (to make holy/to be sacred) : ḏsr"
            ]
        },
        {
            "codepoint": "139F3",
            "name": "EGYPTIAN HIEROGLYPH-139F3",
            "comments": [
                "phonemogram : ḏsr"
            ]
        },
        {
            "codepoint": "139F4",
            "name": "EGYPTIAN HIEROGLYPH-139F4",
            "comments": [
                "logogram (to repel) : ḫsr"
            ]
        },
        {
            "codepoint": "139F5",
            "name": "EGYPTIAN HIEROGLYPH-139F5",
            "comments": [
                "logogram (to make holy/to be sacred) : ḏsr"
            ]
        },
        {
            "codepoint": "139F6",
            "name": "EGYPTIAN HIEROGLYPH-139F6",
            "comments": [
                "classifier fighting : ẖnn.w"
            ]
        },
        {
            "codepoint": "139F7",
            "name": "EGYPTIAN HIEROGLYPH-139F7",
            "comments": [
                "phonemogram : d"
            ]
        },
        {
            "codepoint": "139F8",
            "name": "EGYPTIAN HIEROGLYPH-139F8",
            "comments": [
                "logogram (scent, perfume, dew) : ꞽd.t"
            ]
        },
        {
            "codepoint": "139F9",
            "name": "EGYPTIAN HIEROGLYPH-139F9",
            "comments": [
                "phonemogram : wd"
            ]
        },
        {
            "codepoint": "139FA",
            "name": "EGYPTIAN HIEROGLYPH-139FA",
            "comments": [
                "phonemogram : šp"
            ]
        },
        {
            "codepoint": "139FB",
            "name": "EGYPTIAN HIEROGLYPH-139FB",
            "comments": [
                "logogram (scent, perfume, dew) : ꞽd.t"
            ]
        },
        {
            "codepoint": "139FC",
            "name": "EGYPTIAN HIEROGLYPH-139FC",
            "comments": [
                "classifier cut of hand : kp"
            ]
        },
        {
            "codepoint": "139FD",
            "name": "EGYPTIAN HIEROGLYPH-139FD",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "139FE",
            "name": "EGYPTIAN HIEROGLYPH-139FE",
            "comments": [
                "phonemogram : ḥnt"
            ]
        },
        {
            "codepoint": "139FF",
            "name": "EGYPTIAN HIEROGLYPH-139FF",
            "comments": [
                "phono-repeater : ḥnt"
            ]
        },
        {
            "codepoint": "13A00",
            "name": "EGYPTIAN HIEROGLYPH-13A00",
            "comments": [
                "classifier : ḥmꜣg"
            ]
        },
        {
            "codepoint": "13A01",
            "name": "EGYPTIAN HIEROGLYPH-13A01",
            "comments": [
                "classifier to hold fast/to seize : nḏrꞽ"
            ]
        },
        {
            "codepoint": "13A02",
            "name": "EGYPTIAN HIEROGLYPH-13A02",
            "comments": [
                "logogram (to seize, to grasp) : ḫfꜥ"
            ]
        },
        {
            "codepoint": "13A03",
            "name": "EGYPTIAN HIEROGLYPH-13A03",
            "comments": [
                "classifier to squeeze, to enclose, to tie up : ꜥrf"
            ]
        },
        {
            "codepoint": "13A04",
            "name": "EGYPTIAN HIEROGLYPH-13A04",
            "comments": [
                "classifier : ḥmꜣg"
            ]
        },
        {
            "codepoint": "13A05",
            "name": "EGYPTIAN HIEROGLYPH-13A05",
            "comments": [
                "phono-repeater : fꜥg"
            ]
        },
        {
            "codepoint": "13A06",
            "name": "EGYPTIAN HIEROGLYPH-13A06",
            "comments": [
                "logogram (Prospopite nome) : mtr"
            ]
        },
        {
            "codepoint": "13A07",
            "name": "EGYPTIAN HIEROGLYPH-13A07",
            "comments": [
                "classifier copulating : nk"
            ]
        },
        {
            "codepoint": "13A08",
            "name": "EGYPTIAN HIEROGLYPH-13A08",
            "comments": [
                "phonemogram : bꜣḥ"
            ]
        },
        {
            "codepoint": "13A09",
            "name": "EGYPTIAN HIEROGLYPH-13A09",
            "comments": [
                "classifier copulation : nk"
            ]
        },
        {
            "codepoint": "13A0A",
            "name": "EGYPTIAN HIEROGLYPH-13A0A",
            "comments": [
                "logogram (the two testicles) : ꞽs.wy"
            ]
        },
        {
            "codepoint": "13A0B",
            "name": "EGYPTIAN HIEROGLYPH-13A0B",
            "comments": [
                "classifier testicles : ẖr.wy"
            ]
        },
        {
            "codepoint": "13A0C",
            "name": "EGYPTIAN HIEROGLYPH-13A0C",
            "comments": [
                "classifier testicles : ẖr.wy"
            ]
        },
        {
            "codepoint": "13A0D",
            "name": "EGYPTIAN HIEROGLYPH-13A0D",
            "comments": [
                "logogram/Phonemogram (cow) : ꞽd.t"
            ]
        },
        {
            "codepoint": "13A0E",
            "name": "EGYPTIAN HIEROGLYPH-13A0E"
        },
        {
            "codepoint": "13A0F",
            "name": "EGYPTIAN HIEROGLYPH-13A0F",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "13A10",
            "name": "EGYPTIAN HIEROGLYPH-13A10",
            "comments": [
                "phonemogram : wr"
            ]
        },
        {
            "codepoint": "13A11",
            "name": "EGYPTIAN HIEROGLYPH-13A11",
            "comments": [
                "phonemogram : wr(.t)"
            ]
        },
        {
            "codepoint": "13A12",
            "name": "EGYPTIAN HIEROGLYPH-13A12",
            "comments": [
                "classifier to run : bṯ"
            ]
        },
        {
            "codepoint": "13A13",
            "name": "EGYPTIAN HIEROGLYPH-13A13",
            "comments": [
                "classifier to fall : ḫr"
            ]
        },
        {
            "codepoint": "13A14",
            "name": "EGYPTIAN HIEROGLYPH-13A14",
            "comments": [
                "classifier turning back : šnꜥ"
            ]
        },
        {
            "codepoint": "13A15",
            "name": "EGYPTIAN HIEROGLYPH-13A15",
            "comments": [
                "classifier to spread : pšš"
            ]
        },
        {
            "codepoint": "13A16",
            "name": "EGYPTIAN HIEROGLYPH-13A16",
            "comments": [
                "classifier to be upside down : sḫd"
            ]
        },
        {
            "codepoint": "13A17",
            "name": "EGYPTIAN HIEROGLYPH-13A17",
            "comments": [
                "interpretant r and classifier movement : prꞽ"
            ]
        },
        {
            "codepoint": "13A18",
            "name": "EGYPTIAN HIEROGLYPH-13A18",
            "comments": [
                "phonemogram (dental) and classifier movement : t & sḳdꞽ"
            ]
        },
        {
            "codepoint": "13A19",
            "name": "EGYPTIAN HIEROGLYPH-13A19",
            "comments": [
                "phonemogram : wꜥr"
            ]
        },
        {
            "codepoint": "13A1A",
            "name": "EGYPTIAN HIEROGLYPH-13A1A",
            "comments": [
                "logogram (to transgress) : thꞽ"
            ]
        },
        {
            "codepoint": "13A1B",
            "name": "EGYPTIAN HIEROGLYPH-13A1B",
            "comments": [
                "classifier to disappear : snk"
            ]
        },
        {
            "codepoint": "13A1C",
            "name": "EGYPTIAN HIEROGLYPH-13A1C",
            "comments": [
                "logogram (transgression) : th"
            ]
        },
        {
            "codepoint": "13A1D",
            "name": "EGYPTIAN HIEROGLYPH-13A1D",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13A1E",
            "name": "EGYPTIAN HIEROGLYPH-13A1E",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13A1F",
            "name": "EGYPTIAN HIEROGLYPH-13A1F",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "13A20",
            "name": "EGYPTIAN HIEROGLYPH-13A20",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "13A21",
            "name": "EGYPTIAN HIEROGLYPH-13A21",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A22",
            "name": "EGYPTIAN HIEROGLYPH-13A22",
            "comments": [
                "phonemogram (Orion) : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A23",
            "name": "EGYPTIAN HIEROGLYPH-13A23",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A24",
            "name": "EGYPTIAN HIEROGLYPH-13A24",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A25",
            "name": "EGYPTIAN HIEROGLYPH-13A25"
        },
        {
            "codepoint": "13A26",
            "name": "EGYPTIAN HIEROGLYPH-13A26",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A27",
            "name": "EGYPTIAN HIEROGLYPH-13A27",
            "comments": [
                "phonemogram : gn"
            ]
        },
        {
            "codepoint": "13A28",
            "name": "EGYPTIAN HIEROGLYPH-13A28",
            "comments": [
                "phonemogram : gn"
            ]
        },
        {
            "codepoint": "13A29",
            "name": "EGYPTIAN HIEROGLYPH-13A29",
            "comments": [
                "logogram (Orion) : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A2A",
            "name": "EGYPTIAN HIEROGLYPH-13A2A",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A2B",
            "name": "EGYPTIAN HIEROGLYPH-13A2B",
            "comments": [
                "phonemogram/logogram (annals) : gn.wt"
            ]
        },
        {
            "codepoint": "13A2C",
            "name": "EGYPTIAN HIEROGLYPH-13A2C"
        },
        {
            "codepoint": "13A2D",
            "name": "EGYPTIAN HIEROGLYPH-13A2D",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A2E",
            "name": "EGYPTIAN HIEROGLYPH-13A2E"
        },
        {
            "codepoint": "13A2F",
            "name": "EGYPTIAN HIEROGLYPH-13A2F",
            "comments": [
                "phonemogram : sꜣḥ"
            ]
        },
        {
            "codepoint": "13A30",
            "name": "EGYPTIAN HIEROGLYPH-13A30"
        },
        {
            "codepoint": "13A31",
            "name": "EGYPTIAN HIEROGLYPH-13A31"
        },
        {
            "codepoint": "13A32",
            "name": "EGYPTIAN HIEROGLYPH-13A32",
            "comments": [
                "classifier throat : nḥb.t"
            ]
        },
        {
            "codepoint": "13A33",
            "name": "EGYPTIAN HIEROGLYPH-13A33",
            "comments": [
                "classifier cheeks/eyebrows : mnḏ.ty"
            ]
        },
        {
            "codepoint": "13A34",
            "name": "EGYPTIAN HIEROGLYPH-13A34",
            "comments": [
                "classifier throat : nḥb.t"
            ]
        },
        {
            "codepoint": "13A35",
            "name": "EGYPTIAN HIEROGLYPH-13A35",
            "comments": [
                "classifier pupil : ꞽm"
            ]
        },
        {
            "codepoint": "13A36",
            "name": "EGYPTIAN HIEROGLYPH-13A36",
            "comments": [
                "classifier taking/carrying : šdꞽ"
            ]
        },
        {
            "codepoint": "13A37",
            "name": "EGYPTIAN HIEROGLYPH-13A37",
            "comments": [
                "classifier violent one : mds"
            ]
        },
        {
            "codepoint": "13A38",
            "name": "EGYPTIAN HIEROGLYPH-13A38",
            "comments": [
                "classifier enemy : ẖꜣ.tyw"
            ]
        },
        {
            "codepoint": "13A39",
            "name": "EGYPTIAN HIEROGLYPH-13A39",
            "comments": [
                "classifier rage, anger : nšn"
            ]
        },
        {
            "codepoint": "13A3A",
            "name": "EGYPTIAN HIEROGLYPH-13A3A"
        },
        {
            "codepoint": "13A3B",
            "name": "EGYPTIAN HIEROGLYPH-13A3B",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A3C",
            "name": "EGYPTIAN HIEROGLYPH-13A3C",
            "comments": [
                "classifier Seth : nhs"
            ]
        },
        {
            "codepoint": "13A3D",
            "name": "EGYPTIAN HIEROGLYPH-13A3D",
            "comments": [
                "classifier fighting : bꜥr"
            ]
        },
        {
            "codepoint": "13A3E",
            "name": "EGYPTIAN HIEROGLYPH-13A3E",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A3F",
            "name": "EGYPTIAN HIEROGLYPH-13A3F",
            "comments": [
                "classifier Seth : stš"
            ]
        },
        {
            "codepoint": "13A40",
            "name": "EGYPTIAN HIEROGLYPH-13A40",
            "comments": [
                "classifier Seth : nhs"
            ]
        },
        {
            "codepoint": "13A41",
            "name": "EGYPTIAN HIEROGLYPH-13A41",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A42",
            "name": "EGYPTIAN HIEROGLYPH-13A42",
            "comments": [
                "classifier Seth : nhs"
            ]
        },
        {
            "codepoint": "13A43",
            "name": "EGYPTIAN HIEROGLYPH-13A43",
            "comments": [
                "classifier Seth : stš"
            ]
        },
        {
            "codepoint": "13A44",
            "name": "EGYPTIAN HIEROGLYPH-13A44",
            "comments": [
                "logogram (11th nome of Upper Egypt) : šꜣ/stẖ/stš"
            ]
        },
        {
            "codepoint": "13A45",
            "name": "EGYPTIAN HIEROGLYPH-13A45",
            "comments": [
                "classifier Seth : nhs"
            ]
        },
        {
            "codepoint": "13A46",
            "name": "EGYPTIAN HIEROGLYPH-13A46"
        },
        {
            "codepoint": "13A47",
            "name": "EGYPTIAN HIEROGLYPH-13A47",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A48",
            "name": "EGYPTIAN HIEROGLYPH-13A48"
        },
        {
            "codepoint": "13A49",
            "name": "EGYPTIAN HIEROGLYPH-13A49",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A4A",
            "name": "EGYPTIAN HIEROGLYPH-13A4A"
        },
        {
            "codepoint": "13A4B",
            "name": "EGYPTIAN HIEROGLYPH-13A4B"
        },
        {
            "codepoint": "13A4C",
            "name": "EGYPTIAN HIEROGLYPH-13A4C",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A4D",
            "name": "EGYPTIAN HIEROGLYPH-13A4D"
        },
        {
            "codepoint": "13A4E",
            "name": "EGYPTIAN HIEROGLYPH-13A4E",
            "comments": [
                "logogram/Phonemogram (lord, in nb.ty, the two lords Horus and Seth) : nb"
            ]
        },
        {
            "codepoint": "13A4F",
            "name": "EGYPTIAN HIEROGLYPH-13A4F",
            "comments": [
                "logogram/Phonemogram (lord, in nb.wy, the two lords Horus and Seth) : nb"
            ]
        },
        {
            "codepoint": "13A50",
            "name": "EGYPTIAN HIEROGLYPH-13A50",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A51",
            "name": "EGYPTIAN HIEROGLYPH-13A51"
        },
        {
            "codepoint": "13A52",
            "name": "EGYPTIAN HIEROGLYPH-13A52"
        },
        {
            "codepoint": "13A53",
            "name": "EGYPTIAN HIEROGLYPH-13A53"
        },
        {
            "codepoint": "13A54",
            "name": "EGYPTIAN HIEROGLYPH-13A54",
            "comments": [
                "logogram (Seth) : stš/stẖ"
            ]
        },
        {
            "codepoint": "13A55",
            "name": "EGYPTIAN HIEROGLYPH-13A55",
            "comments": [
                "classifier storm : ḳr.y"
            ]
        },
        {
            "codepoint": "13A56",
            "name": "EGYPTIAN HIEROGLYPH-13A56",
            "comments": [
                "classifier storm : sšn"
            ]
        },
        {
            "codepoint": "13A57",
            "name": "EGYPTIAN HIEROGLYPH-13A57",
            "comments": [
                "logogram/Phonemogram (lord, in nb.wy, the two lords Horus and Seth) : nb"
            ]
        },
        {
            "codepoint": "13A58",
            "name": "EGYPTIAN HIEROGLYPH-13A58",
            "comments": [
                "classifier storm, storm cloud : ḳrr"
            ]
        },
        {
            "codepoint": "13A59",
            "name": "EGYPTIAN HIEROGLYPH-13A59",
            "comments": [
                "classifier storm, storm cloud : ḳrr"
            ]
        },
        {
            "codepoint": "13A5A",
            "name": "EGYPTIAN HIEROGLYPH-13A5A",
            "comments": [
                "logogram/Phonemogram (Hebenu, capital of the 16th nome of Upper Egypt) : ḥbn.w"
            ]
        },
        {
            "codepoint": "13A5B",
            "name": "EGYPTIAN HIEROGLYPH-13A5B",
            "comments": [
                "logogram (Oryx nome, 16th nome of Upper Egypt) : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13A5C",
            "name": "EGYPTIAN HIEROGLYPH-13A5C",
            "comments": [
                "logogram (Oryx nome, 16th nome of Upper Egypt) : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13A5D",
            "name": "EGYPTIAN HIEROGLYPH-13A5D",
            "comments": [
                "logogram (Oryx nome, 16th nome of Upper Egypt : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13A5E",
            "name": "EGYPTIAN HIEROGLYPH-13A5E",
            "comments": [
                "classifier oryx : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13A5F",
            "name": "EGYPTIAN HIEROGLYPH-13A5F",
            "comments": [
                "phonemogram : ꞽw"
            ]
        },
        {
            "codepoint": "13A60",
            "name": "EGYPTIAN HIEROGLYPH-13A60",
            "comments": [
                "phonemogram : ꞽw"
            ]
        },
        {
            "codepoint": "13A61",
            "name": "EGYPTIAN HIEROGLYPH-13A61"
        },
        {
            "codepoint": "13A62",
            "name": "EGYPTIAN HIEROGLYPH-13A62",
            "comments": [
                "classifier (Oryx) : mꜣ-ḥḏ"
            ]
        },
        {
            "codepoint": "13A63",
            "name": "EGYPTIAN HIEROGLYPH-13A63",
            "comments": [
                "classifier roarer : hmhm.t(y)"
            ]
        },
        {
            "codepoint": "13A64",
            "name": "EGYPTIAN HIEROGLYPH-13A64",
            "comments": [
                "logogram (herd, flock) : ꜥw.t"
            ]
        },
        {
            "codepoint": "13A65",
            "name": "EGYPTIAN HIEROGLYPH-13A65",
            "comments": [
                "classifier noble/dignity/rank : sꜥḥ"
            ]
        },
        {
            "codepoint": "13A66",
            "name": "EGYPTIAN HIEROGLYPH-13A66",
            "comments": [
                "logogram (gazelle) : gḥs"
            ]
        },
        {
            "codepoint": "13A67",
            "name": "EGYPTIAN HIEROGLYPH-13A67",
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "13A68",
            "name": "EGYPTIAN HIEROGLYPH-13A68",
            "comments": [
                "logogram (rams) : bꜣ.w"
            ]
        },
        {
            "codepoint": "13A69",
            "name": "EGYPTIAN HIEROGLYPH-13A69",
            "comments": [
                "logogram (Son of Re) : sꜣ-rꜥ"
            ]
        },
        {
            "codepoint": "13A6A",
            "name": "EGYPTIAN HIEROGLYPH-13A6A",
            "comments": [
                "logogram (he of Edfu) : bḥd.ty"
            ]
        },
        {
            "codepoint": "13A6B",
            "name": "EGYPTIAN HIEROGLYPH-13A6B",
            "comments": [
                "phonemogram (in bꜣ-n-rꜥ-mr.y-ꞽmn) : bꜣ"
            ]
        },
        {
            "codepoint": "13A6C",
            "name": "EGYPTIAN HIEROGLYPH-13A6C",
            "comments": [
                "phonemogram : sḥḏ"
            ]
        },
        {
            "codepoint": "13A6D",
            "name": "EGYPTIAN HIEROGLYPH-13A6D",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "13A6E",
            "name": "EGYPTIAN HIEROGLYPH-13A6E",
            "comments": [
                "logogram (to the north of) : mḥ"
            ]
        },
        {
            "codepoint": "13A6F",
            "name": "EGYPTIAN HIEROGLYPH-13A6F"
        },
        {
            "codepoint": "13A70",
            "name": "EGYPTIAN HIEROGLYPH-13A70",
            "comments": [
                "classifier ram divinity : bt"
            ]
        },
        {
            "codepoint": "13A71",
            "name": "EGYPTIAN HIEROGLYPH-13A71",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "13A72",
            "name": "EGYPTIAN HIEROGLYPH-13A72",
            "comments": [
                "phonemogram : nb"
            ]
        },
        {
            "codepoint": "13A73",
            "name": "EGYPTIAN HIEROGLYPH-13A73"
        },
        {
            "codepoint": "13A74",
            "name": "EGYPTIAN HIEROGLYPH-13A74",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13A75",
            "name": "EGYPTIAN HIEROGLYPH-13A75",
            "comments": [
                "phonemogram : ꜣms"
            ]
        },
        {
            "codepoint": "13A76",
            "name": "EGYPTIAN HIEROGLYPH-13A76",
            "comments": [
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "13A77",
            "name": "EGYPTIAN HIEROGLYPH-13A77",
            "comments": [
                "phonemogram : šsr"
            ]
        },
        {
            "codepoint": "13A78",
            "name": "EGYPTIAN HIEROGLYPH-13A78",
            "comments": [
                "logogram/Phonemogram (to make glad, to be glad) : ꜣms-ꞽb"
            ]
        },
        {
            "codepoint": "13A79",
            "name": "EGYPTIAN HIEROGLYPH-13A79"
        },
        {
            "codepoint": "13A7A",
            "name": "EGYPTIAN HIEROGLYPH-13A7A",
            "comments": [
                "phonemogram : ꞽw"
            ]
        },
        {
            "codepoint": "13A7B",
            "name": "EGYPTIAN HIEROGLYPH-13A7B",
            "comments": [
                "phonemogram : ꞽw"
            ]
        },
        {
            "codepoint": "13A7C",
            "name": "EGYPTIAN HIEROGLYPH-13A7C",
            "comments": [
                "classifier jackal : wnš.w"
            ]
        },
        {
            "codepoint": "13A7D",
            "name": "EGYPTIAN HIEROGLYPH-13A7D",
            "comments": [
                "phonemogram/logogram (those that conduct) : sb.yw"
            ]
        },
        {
            "codepoint": "13A7E",
            "name": "EGYPTIAN HIEROGLYPH-13A7E",
            "comments": [
                "phonemogram : ꞽmn.t"
            ]
        },
        {
            "codepoint": "13A7F",
            "name": "EGYPTIAN HIEROGLYPH-13A7F",
            "comments": [
                "phonemogram/logogram (many-coloured of plumage) : sꜣb-šw.t"
            ]
        },
        {
            "codepoint": "13A80",
            "name": "EGYPTIAN HIEROGLYPH-13A80",
            "comments": [
                "logogram (jackal of Upper Egypt) : sꜣb šmꜥ.w"
            ]
        },
        {
            "codepoint": "13A81",
            "name": "EGYPTIAN HIEROGLYPH-13A81",
            "comments": [
                "logogram (Wepwawet of Upper Egypt) : wp-wꜣ.wt-šmꜥ.w"
            ]
        },
        {
            "codepoint": "13A82",
            "name": "EGYPTIAN HIEROGLYPH-13A82"
        },
        {
            "codepoint": "13A83",
            "name": "EGYPTIAN HIEROGLYPH-13A83",
            "comments": [
                "phonemogram : sṯꜣ"
            ]
        },
        {
            "codepoint": "13A84",
            "name": "EGYPTIAN HIEROGLYPH-13A84",
            "comments": [
                "logogram (Wepwawet)? : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "13A85",
            "name": "EGYPTIAN HIEROGLYPH-13A85",
            "comments": [
                "logogram (those who conduct the bark of Re) : sb.yw-wꞽꜣ-n-rꜥ"
            ]
        },
        {
            "codepoint": "13A86",
            "name": "EGYPTIAN HIEROGLYPH-13A86",
            "comments": [
                "phonemogram : ṯsm"
            ]
        },
        {
            "codepoint": "13A87",
            "name": "EGYPTIAN HIEROGLYPH-13A87",
            "comments": [
                "logogram ((secret) image (of a god)) : sštꜣ"
            ]
        },
        {
            "codepoint": "13A88",
            "name": "EGYPTIAN HIEROGLYPH-13A88",
            "comments": [
                "logogram (to make secret) : sštꜣ"
            ]
        },
        {
            "codepoint": "13A89",
            "name": "EGYPTIAN HIEROGLYPH-13A89",
            "comments": [
                "logogram (the primary (secret) image (of a god)) : sštꜣ-tp(.y)"
            ]
        },
        {
            "codepoint": "13A8A",
            "name": "EGYPTIAN HIEROGLYPH-13A8A",
            "comments": [
                "logogram ((secret) image (of a god)) : sštꜣ"
            ]
        },
        {
            "codepoint": "13A8B",
            "name": "EGYPTIAN HIEROGLYPH-13A8B",
            "comments": [
                "classifier divinity : ꞽnp.w"
            ]
        },
        {
            "codepoint": "13A8C",
            "name": "EGYPTIAN HIEROGLYPH-13A8C",
            "comments": [
                "logogram (Anubis) : ꞽnp.w"
            ]
        },
        {
            "codepoint": "13A8D",
            "name": "EGYPTIAN HIEROGLYPH-13A8D",
            "comments": [
                "logogram (Anubis) : ꞽnp.w"
            ]
        },
        {
            "codepoint": "13A8E",
            "name": "EGYPTIAN HIEROGLYPH-13A8E",
            "comments": [
                "logogram (Anubis) : ꞽnp.w"
            ]
        },
        {
            "codepoint": "13A8F",
            "name": "EGYPTIAN HIEROGLYPH-13A8F",
            "comments": [
                "classifier canine divinity : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "13A90",
            "name": "EGYPTIAN HIEROGLYPH-13A90"
        },
        {
            "codepoint": "13A91",
            "name": "EGYPTIAN HIEROGLYPH-13A91",
            "comments": [
                "classifier canine divinity : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "13A92",
            "name": "EGYPTIAN HIEROGLYPH-13A92",
            "comments": [
                "classifier canine divinity : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "13A93",
            "name": "EGYPTIAN HIEROGLYPH-13A93",
            "comments": [
                "classifier canine divinity : wp-wꜣ.wt"
            ]
        },
        {
            "codepoint": "13A94",
            "name": "EGYPTIAN HIEROGLYPH-13A94",
            "comments": [
                "logogram (Anubis nome (17th nome of Upper Egypt)) : ꞽnpw.t"
            ]
        },
        {
            "codepoint": "13A95",
            "name": "EGYPTIAN HIEROGLYPH-13A95",
            "comments": [
                "logogram (Anubis nome (17th nome of Upper Egypt)) : ꞽnpw.t"
            ]
        },
        {
            "codepoint": "13A96",
            "name": "EGYPTIAN HIEROGLYPH-13A96"
        },
        {
            "codepoint": "13A97",
            "name": "EGYPTIAN HIEROGLYPH-13A97",
            "comments": [
                "logogram (privy to the secrets) : ḥr.y-sštꜣ"
            ]
        },
        {
            "codepoint": "13A98",
            "name": "EGYPTIAN HIEROGLYPH-13A98",
            "comments": [
                "logogram (Anubis) : ꞽnp.w"
            ]
        },
        {
            "codepoint": "13A99",
            "name": "EGYPTIAN HIEROGLYPH-13A99",
            "comments": [
                "logogram (cat) : mꞽw.t"
            ]
        },
        {
            "codepoint": "13A9A",
            "name": "EGYPTIAN HIEROGLYPH-13A9A",
            "comments": [
                "logogram (like Re) : mꞽ-rꜥ"
            ]
        },
        {
            "codepoint": "13A9B",
            "name": "EGYPTIAN HIEROGLYPH-13A9B",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "13A9C",
            "name": "EGYPTIAN HIEROGLYPH-13A9C",
            "comments": [
                "logogram (given life like Re) : dꞽ-ꜥnḫ-mꞽ-rꜥ"
            ]
        },
        {
            "codepoint": "13A9D",
            "name": "EGYPTIAN HIEROGLYPH-13A9D"
        },
        {
            "codepoint": "13A9E",
            "name": "EGYPTIAN HIEROGLYPH-13A9E",
            "comments": [
                "logogram (young lioness) : ḥwn.t"
            ]
        },
        {
            "codepoint": "13A9F",
            "name": "EGYPTIAN HIEROGLYPH-13A9F",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "13AA0",
            "name": "EGYPTIAN HIEROGLYPH-13AA0",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "13AA1",
            "name": "EGYPTIAN HIEROGLYPH-13AA1",
            "comments": [
                "phonemogram : ḫft-ḥr"
            ]
        },
        {
            "codepoint": "13AA2",
            "name": "EGYPTIAN HIEROGLYPH-13AA2",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13AA3",
            "name": "EGYPTIAN HIEROGLYPH-13AA3"
        },
        {
            "codepoint": "13AA4",
            "name": "EGYPTIAN HIEROGLYPH-13AA4",
            "comments": [
                "phonemogram : m rw.t(y)"
            ]
        },
        {
            "codepoint": "13AA5",
            "name": "EGYPTIAN HIEROGLYPH-13AA5",
            "comments": [
                "classifier horse : smsm (=ssm.t)"
            ]
        },
        {
            "codepoint": "13AA6",
            "name": "EGYPTIAN HIEROGLYPH-13AA6",
            "comments": [
                "classifier horse : ssm.t"
            ]
        },
        {
            "codepoint": "13AA7",
            "name": "EGYPTIAN HIEROGLYPH-13AA7",
            "comments": [
                "logogram (span (of horses)/horse) : ḥtr"
            ]
        },
        {
            "codepoint": "13AA8",
            "name": "EGYPTIAN HIEROGLYPH-13AA8",
            "comments": [
                "logogram (span (of horses)/horse) : ḥtr"
            ]
        },
        {
            "codepoint": "13AA9",
            "name": "EGYPTIAN HIEROGLYPH-13AA9"
        },
        {
            "codepoint": "13AAA",
            "name": "EGYPTIAN HIEROGLYPH-13AAA",
            "comments": [
                "classifier cattle : ꜥw.t"
            ]
        },
        {
            "codepoint": "13AAB",
            "name": "EGYPTIAN HIEROGLYPH-13AAB",
            "comments": [
                "logogram (rank, diginity) : sꜥḥ"
            ]
        },
        {
            "codepoint": "13AAC",
            "name": "EGYPTIAN HIEROGLYPH-13AAC"
        },
        {
            "codepoint": "13AAD",
            "name": "EGYPTIAN HIEROGLYPH-13AAD"
        },
        {
            "codepoint": "13AAE",
            "name": "EGYPTIAN HIEROGLYPH-13AAE",
            "comments": [
                "logogram (griffin) : ꜥḫḫ"
            ]
        },
        {
            "codepoint": "13AAF",
            "name": "EGYPTIAN HIEROGLYPH-13AAF",
            "comments": [
                "classifier griffin : ꜥḫḫ"
            ]
        },
        {
            "codepoint": "13AB0",
            "name": "EGYPTIAN HIEROGLYPH-13AB0",
            "comments": [
                "logogram (triomphator) : dwn.ty"
            ]
        },
        {
            "codepoint": "13AB1",
            "name": "EGYPTIAN HIEROGLYPH-13AB1",
            "comments": [
                "classifier hippopotamus goddess : ḥḏ.t"
            ]
        },
        {
            "codepoint": "13AB2",
            "name": "EGYPTIAN HIEROGLYPH-13AB2"
        },
        {
            "codepoint": "13AB3",
            "name": "EGYPTIAN HIEROGLYPH-13AB3",
            "comments": [
                "classifier hippopotamus : ḫꜣb"
            ]
        },
        {
            "codepoint": "13AB4",
            "name": "EGYPTIAN HIEROGLYPH-13AB4",
            "comments": [
                "classifier animal in water : ꞽm.yw-mw"
            ]
        },
        {
            "codepoint": "13AB5",
            "name": "EGYPTIAN HIEROGLYPH-13AB5",
            "comments": [
                "logogram/phonemogram (Ipet) : ꞽp.t"
            ]
        },
        {
            "codepoint": "13AB6",
            "name": "EGYPTIAN HIEROGLYPH-13AB6",
            "comments": [
                "phonemogram/logogram (in ꞽp.t-sw.t) : ꞽp.t"
            ]
        },
        {
            "codepoint": "13AB7",
            "name": "EGYPTIAN HIEROGLYPH-13AB7",
            "comments": [
                "logogram/Phonemogram (great one (female)) : wr.t"
            ]
        },
        {
            "codepoint": "13AB8",
            "name": "EGYPTIAN HIEROGLYPH-13AB8",
            "comments": [
                "logogram/Phonemogram (great one (female)) : wr.t"
            ]
        },
        {
            "codepoint": "13AB9",
            "name": "EGYPTIAN HIEROGLYPH-13AB9",
            "comments": [
                "logogram (to rejoice) : bnhm"
            ]
        },
        {
            "codepoint": "13ABA",
            "name": "EGYPTIAN HIEROGLYPH-13ABA",
            "comments": [
                "logogram (first person signular, referring to Nut) : ꞽ"
            ]
        },
        {
            "codepoint": "13ABB",
            "name": "EGYPTIAN HIEROGLYPH-13ABB",
            "comments": [
                "classifier jackal : wnš.w"
            ]
        },
        {
            "codepoint": "13ABC",
            "name": "EGYPTIAN HIEROGLYPH-13ABC"
        },
        {
            "codepoint": "13ABD",
            "name": "EGYPTIAN HIEROGLYPH-13ABD",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13ABE",
            "name": "EGYPTIAN HIEROGLYPH-13ABE",
            "comments": [
                "phonemogram : wn"
            ]
        },
        {
            "codepoint": "13ABF",
            "name": "EGYPTIAN HIEROGLYPH-13ABF",
            "comments": [
                "logogram (Hermopolis magna, 15th nome of UE) : wnw.t"
            ]
        },
        {
            "codepoint": "13AC0",
            "name": "EGYPTIAN HIEROGLYPH-13AC0"
        },
        {
            "codepoint": "13AC1",
            "name": "EGYPTIAN HIEROGLYPH-13AC1",
            "comments": [
                "logogram (lord of the two lands) : nb tꜣ.wy"
            ]
        },
        {
            "codepoint": "13AC2",
            "name": "EGYPTIAN HIEROGLYPH-13AC2",
            "comments": [
                "classifier (lion) : mꜣꞽ"
            ]
        },
        {
            "codepoint": "13AC3",
            "name": "EGYPTIAN HIEROGLYPH-13AC3",
            "comments": [
                "logogram (lion) : mꜣꞽ/rw/pḥ.tꞽ"
            ]
        },
        {
            "codepoint": "13AC4",
            "name": "EGYPTIAN HIEROGLYPH-13AC4",
            "comments": [
                "phonemogram : rw"
            ]
        },
        {
            "codepoint": "13AC5",
            "name": "EGYPTIAN HIEROGLYPH-13AC5",
            "comments": [
                "classifier divinity (lioness) : mḥ(.y)t"
            ]
        },
        {
            "codepoint": "13AC6",
            "name": "EGYPTIAN HIEROGLYPH-13AC6"
        },
        {
            "codepoint": "13AC7",
            "name": "EGYPTIAN HIEROGLYPH-13AC7",
            "comments": [
                "logogram (throne dais) : ṯnṯꜣ.t"
            ]
        },
        {
            "codepoint": "13AC8",
            "name": "EGYPTIAN HIEROGLYPH-13AC8",
            "comments": [
                "logogram (lion) : mꜣꞽ"
            ]
        },
        {
            "codepoint": "13AC9",
            "name": "EGYPTIAN HIEROGLYPH-13AC9"
        },
        {
            "codepoint": "13ACA",
            "name": "EGYPTIAN HIEROGLYPH-13ACA",
            "comments": [
                "logogram (living lion) : mꜣꞽ-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13ACB",
            "name": "EGYPTIAN HIEROGLYPH-13ACB",
            "comments": [
                "logogram (living lion) : mꜣꞽ-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13ACC",
            "name": "EGYPTIAN HIEROGLYPH-13ACC",
            "comments": [
                "phonemogram : mds"
            ]
        },
        {
            "codepoint": "13ACD",
            "name": "EGYPTIAN HIEROGLYPH-13ACD",
            "comments": [
                "phonemogram : ḥsꜣ-šnꜥ"
            ]
        },
        {
            "codepoint": "13ACE",
            "name": "EGYPTIAN HIEROGLYPH-13ACE",
            "comments": [
                "phonemogram : pẖr"
            ]
        },
        {
            "codepoint": "13ACF",
            "name": "EGYPTIAN HIEROGLYPH-13ACF",
            "comments": [
                "logogram (to present) : šms"
            ]
        },
        {
            "codepoint": "13AD0",
            "name": "EGYPTIAN HIEROGLYPH-13AD0",
            "comments": [
                "logogram/phonemogram (King of UE and LE, lord) : n(.y)-sw.t-bꞽ.ty nb"
            ]
        },
        {
            "codepoint": "13AD1",
            "name": "EGYPTIAN HIEROGLYPH-13AD1",
            "comments": [
                "logogram (in the construction sꜣ-rꜥ nb ḫꜥ.w) : rꜥ + nb"
            ]
        },
        {
            "codepoint": "13AD2",
            "name": "EGYPTIAN HIEROGLYPH-13AD2",
            "comments": [
                "logogram (Mehyt, divinity) : mḥ.yt"
            ]
        },
        {
            "codepoint": "13AD3",
            "name": "EGYPTIAN HIEROGLYPH-13AD3",
            "comments": [
                "logogram (Pachet) : pꜣḫ.t"
            ]
        },
        {
            "codepoint": "13AD4",
            "name": "EGYPTIAN HIEROGLYPH-13AD4",
            "comments": [
                "phonemogram tf and phonemogram r : tf & r"
            ]
        },
        {
            "codepoint": "13AD5",
            "name": "EGYPTIAN HIEROGLYPH-13AD5",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "13AD6",
            "name": "EGYPTIAN HIEROGLYPH-13AD6",
            "comments": [
                "classifier divinity : twtw"
            ]
        },
        {
            "codepoint": "13AD7",
            "name": "EGYPTIAN HIEROGLYPH-13AD7",
            "comments": [
                "logogram (to give, to place) : rdꞽ"
            ]
        },
        {
            "codepoint": "13AD8",
            "name": "EGYPTIAN HIEROGLYPH-13AD8",
            "comments": [
                "phonemogram : ḏsr"
            ]
        },
        {
            "codepoint": "13AD9",
            "name": "EGYPTIAN HIEROGLYPH-13AD9",
            "comments": [
                "phonemogram : ršw"
            ]
        },
        {
            "codepoint": "13ADA",
            "name": "EGYPTIAN HIEROGLYPH-13ADA",
            "comments": [
                "phonemogram (in ꜣwtwkrtr) : kr"
            ]
        },
        {
            "codepoint": "13ADB",
            "name": "EGYPTIAN HIEROGLYPH-13ADB",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "13ADC",
            "name": "EGYPTIAN HIEROGLYPH-13ADC"
        },
        {
            "codepoint": "13ADD",
            "name": "EGYPTIAN HIEROGLYPH-13ADD",
            "comments": [
                "logogram (Matit, Goddess of 12th nome of Upper Egypt) : mꜣt.yt"
            ]
        },
        {
            "codepoint": "13ADE",
            "name": "EGYPTIAN HIEROGLYPH-13ADE",
            "comments": [
                "logogram (door-bolt) : ḥkn"
            ]
        },
        {
            "codepoint": "13ADF",
            "name": "EGYPTIAN HIEROGLYPH-13ADF",
            "comments": [
                "logogram (every day) : rꜥ-nb"
            ]
        },
        {
            "codepoint": "13AE0",
            "name": "EGYPTIAN HIEROGLYPH-13AE0",
            "comments": [
                "logogram (Pachet) : pꜣḫ.t"
            ]
        },
        {
            "codepoint": "13AE1",
            "name": "EGYPTIAN HIEROGLYPH-13AE1",
            "comments": [
                "phonemogram : nb-ḫpš"
            ]
        },
        {
            "codepoint": "13AE2",
            "name": "EGYPTIAN HIEROGLYPH-13AE2",
            "comments": [
                "phonemogram : rdꞽ"
            ]
        },
        {
            "codepoint": "13AE3",
            "name": "EGYPTIAN HIEROGLYPH-13AE3",
            "comments": [
                "logogram (to make holy) : ḏsr"
            ]
        },
        {
            "codepoint": "13AE4",
            "name": "EGYPTIAN HIEROGLYPH-13AE4",
            "comments": [
                "classifier aggressive like a lion : tkn"
            ]
        },
        {
            "codepoint": "13AE5",
            "name": "EGYPTIAN HIEROGLYPH-13AE5",
            "comments": [
                "classifier leopard : ꜣby"
            ]
        },
        {
            "codepoint": "13AE6",
            "name": "EGYPTIAN HIEROGLYPH-13AE6",
            "comments": [
                "phonemogram/logogram (rage, anger) : ḳnd"
            ]
        },
        {
            "codepoint": "13AE7",
            "name": "EGYPTIAN HIEROGLYPH-13AE7",
            "comments": [
                "logogram (Tefrer, geographical location) : tfrr"
            ]
        },
        {
            "codepoint": "13AE8",
            "name": "EGYPTIAN HIEROGLYPH-13AE8",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13AE9",
            "name": "EGYPTIAN HIEROGLYPH-13AE9",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13AEA",
            "name": "EGYPTIAN HIEROGLYPH-13AEA",
            "comments": [
                "logogram (King (of UE)) : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13AEB",
            "name": "EGYPTIAN HIEROGLYPH-13AEB",
            "comments": [
                "phonemogram : bsꜣ"
            ]
        },
        {
            "codepoint": "13AEC",
            "name": "EGYPTIAN HIEROGLYPH-13AEC",
            "comments": [
                "phonemogram : bsꜣ"
            ]
        },
        {
            "codepoint": "13AED",
            "name": "EGYPTIAN HIEROGLYPH-13AED",
            "comments": [
                "logogram (scribe) : sš"
            ]
        },
        {
            "codepoint": "13AEE",
            "name": "EGYPTIAN HIEROGLYPH-13AEE",
            "comments": [
                "logogram (to write, to inscribe) : spẖr"
            ]
        },
        {
            "codepoint": "13AEF",
            "name": "EGYPTIAN HIEROGLYPH-13AEF",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "13AF0",
            "name": "EGYPTIAN HIEROGLYPH-13AF0",
            "comments": [
                "logogram (to speak words, to recite) : ḏd-mdw"
            ]
        },
        {
            "codepoint": "13AF1",
            "name": "EGYPTIAN HIEROGLYPH-13AF1",
            "comments": [
                "logogram (recitation by) : ḏd-mdw-ꞽn"
            ]
        },
        {
            "codepoint": "13AF2",
            "name": "EGYPTIAN HIEROGLYPH-13AF2"
        },
        {
            "codepoint": "13AF3",
            "name": "EGYPTIAN HIEROGLYPH-13AF3"
        },
        {
            "codepoint": "13AF4",
            "name": "EGYPTIAN HIEROGLYPH-13AF4",
            "comments": [
                "phonemogram : sꜣ=f"
            ]
        },
        {
            "codepoint": "13AF5",
            "name": "EGYPTIAN HIEROGLYPH-13AF5",
            "comments": [
                "phonemogram : n-sꜣ"
            ]
        },
        {
            "codepoint": "13AF6",
            "name": "EGYPTIAN HIEROGLYPH-13AF6"
        },
        {
            "codepoint": "13AF7",
            "name": "EGYPTIAN HIEROGLYPH-13AF7",
            "comments": [
                "classifier ritual object : šb.t"
            ]
        },
        {
            "codepoint": "13AF8",
            "name": "EGYPTIAN HIEROGLYPH-13AF8",
            "comments": [
                "logogram (symbol of the cycle of time) : wnšb"
            ]
        },
        {
            "codepoint": "13AF9",
            "name": "EGYPTIAN HIEROGLYPH-13AF9",
            "comments": [
                "logogram (symbol of the cycle of time) : wnšb"
            ]
        },
        {
            "codepoint": "13AFA",
            "name": "EGYPTIAN HIEROGLYPH-13AFA",
            "comments": [
                "phonemogram : ꞽn"
            ]
        },
        {
            "codepoint": "13AFB",
            "name": "EGYPTIAN HIEROGLYPH-13AFB",
            "comments": [
                "phonemogram : ꞽn"
            ]
        },
        {
            "codepoint": "13AFC",
            "name": "EGYPTIAN HIEROGLYPH-13AFC"
        },
        {
            "codepoint": "13AFD",
            "name": "EGYPTIAN HIEROGLYPH-13AFD"
        },
        {
            "codepoint": "13AFE",
            "name": "EGYPTIAN HIEROGLYPH-13AFE",
            "comments": [
                "logogram (lady of writing) : nb.t-sš"
            ]
        },
        {
            "codepoint": "13AFF",
            "name": "EGYPTIAN HIEROGLYPH-13AFF",
            "comments": [
                "phonemogram : t"
            ]
        },
        {
            "codepoint": "13B00",
            "name": "EGYPTIAN HIEROGLYPH-13B00",
            "comments": [
                "logogram (to be good) : nfr"
            ]
        },
        {
            "codepoint": "13B01",
            "name": "EGYPTIAN HIEROGLYPH-13B01",
            "comments": [
                "logogram (to be good) : nfr"
            ]
        },
        {
            "codepoint": "13B02",
            "name": "EGYPTIAN HIEROGLYPH-13B02",
            "comments": [
                "classifier baboon : bꜣ.w-ꞽꜣb.tyw"
            ]
        },
        {
            "codepoint": "13B03",
            "name": "EGYPTIAN HIEROGLYPH-13B03",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13B04",
            "name": "EGYPTIAN HIEROGLYPH-13B04"
        },
        {
            "codepoint": "13B05",
            "name": "EGYPTIAN HIEROGLYPH-13B05",
            "comments": [
                "classifier monkey : ꞽwf"
            ]
        },
        {
            "codepoint": "13B06",
            "name": "EGYPTIAN HIEROGLYPH-13B06"
        },
        {
            "codepoint": "13B07",
            "name": "EGYPTIAN HIEROGLYPH-13B07",
            "comments": [
                "logogram/phonemogram (beautiful of face) : nfr(.t)-ḥr"
            ]
        },
        {
            "codepoint": "13B08",
            "name": "EGYPTIAN HIEROGLYPH-13B08",
            "comments": [
                "logogram (good year) : rnp.t-nfr.t"
            ]
        },
        {
            "codepoint": "13B09",
            "name": "EGYPTIAN HIEROGLYPH-13B09"
        },
        {
            "codepoint": "13B0A",
            "name": "EGYPTIAN HIEROGLYPH-13B0A",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "13B0B",
            "name": "EGYPTIAN HIEROGLYPH-13B0B",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13B0C",
            "name": "EGYPTIAN HIEROGLYPH-13B0C",
            "comments": [
                "phonemogram : nfr.w"
            ]
        },
        {
            "codepoint": "13B0D",
            "name": "EGYPTIAN HIEROGLYPH-13B0D",
            "comments": [
                "phonemogram : nfr.w"
            ]
        },
        {
            "codepoint": "13B0E",
            "name": "EGYPTIAN HIEROGLYPH-13B0E",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13B0F",
            "name": "EGYPTIAN HIEROGLYPH-13B0F",
            "comments": [
                "logogram/phonemogram (the beautiful lotus flower) : nḫb nfr"
            ]
        },
        {
            "codepoint": "13B10",
            "name": "EGYPTIAN HIEROGLYPH-13B10"
        },
        {
            "codepoint": "13B11",
            "name": "EGYPTIAN HIEROGLYPH-13B11",
            "comments": [
                "phonemogram : ḏd + s + r"
            ]
        },
        {
            "codepoint": "13B12",
            "name": "EGYPTIAN HIEROGLYPH-13B12",
            "comments": [
                "logogram (to adorn) or Logogram (to be friendly) : sẖkr | ꞽmꜣ"
            ]
        },
        {
            "codepoint": "13B13",
            "name": "EGYPTIAN HIEROGLYPH-13B13",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13B14",
            "name": "EGYPTIAN HIEROGLYPH-13B14",
            "comments": [
                "classifier mouse : pnw"
            ]
        },
        {
            "codepoint": "13B15",
            "name": "EGYPTIAN HIEROGLYPH-13B15",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13B16",
            "name": "EGYPTIAN HIEROGLYPH-13B16",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13B17",
            "name": "EGYPTIAN HIEROGLYPH-13B17",
            "comments": [
                "logogram rꜥ and nb (in sꜣ-rꜥ nb ḫꜥ.w) : rꜥ nb"
            ]
        },
        {
            "codepoint": "13B18",
            "name": "EGYPTIAN HIEROGLYPH-13B18",
            "comments": [
                "logogram (King of UE and LE, lord) : n(.y)-sw.t-bꞽ.ty-nb"
            ]
        },
        {
            "codepoint": "13B19",
            "name": "EGYPTIAN HIEROGLYPH-13B19",
            "comments": [
                "logogram (lord of the two lands) : nb-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13B1A",
            "name": "EGYPTIAN HIEROGLYPH-13B1A",
            "comments": [
                "logogram (living image) : šsp-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13B1B",
            "name": "EGYPTIAN HIEROGLYPH-13B1B",
            "comments": [
                "logogram (living image) : šsp-ꜥnḫ"
            ]
        },
        {
            "codepoint": "13B1C",
            "name": "EGYPTIAN HIEROGLYPH-13B1C",
            "comments": [
                "logogram (the sole/unique lord) : nb-wꜥ"
            ]
        },
        {
            "codepoint": "13B1D",
            "name": "EGYPTIAN HIEROGLYPH-13B1D",
            "comments": [
                "logogram (the sole/unique lord) : nb-wꜥ"
            ]
        },
        {
            "codepoint": "13B1E",
            "name": "EGYPTIAN HIEROGLYPH-13B1E",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13B1F",
            "name": "EGYPTIAN HIEROGLYPH-13B1F"
        },
        {
            "codepoint": "13B20",
            "name": "EGYPTIAN HIEROGLYPH-13B20",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13B21",
            "name": "EGYPTIAN HIEROGLYPH-13B21",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13B22",
            "name": "EGYPTIAN HIEROGLYPH-13B22",
            "comments": [
                "logogram (presenting myrrh) : šms ꜥntyw"
            ]
        },
        {
            "codepoint": "13B23",
            "name": "EGYPTIAN HIEROGLYPH-13B23",
            "comments": [
                "logogram (image, refering to the king) : šsp"
            ]
        },
        {
            "codepoint": "13B24",
            "name": "EGYPTIAN HIEROGLYPH-13B24"
        },
        {
            "codepoint": "13B25",
            "name": "EGYPTIAN HIEROGLYPH-13B25",
            "comments": [
                "logogram (image) : šsp"
            ]
        },
        {
            "codepoint": "13B26",
            "name": "EGYPTIAN HIEROGLYPH-13B26",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13B27",
            "name": "EGYPTIAN HIEROGLYPH-13B27",
            "comments": [
                "classifier Divinity Aker : ꜣkr"
            ]
        },
        {
            "codepoint": "13B28",
            "name": "EGYPTIAN HIEROGLYPH-13B28",
            "comments": [
                "classifier Divinity Aker : ꜣkr"
            ]
        },
        {
            "codepoint": "13B29",
            "name": "EGYPTIAN HIEROGLYPH-13B29"
        },
        {
            "codepoint": "13B2A",
            "name": "EGYPTIAN HIEROGLYPH-13B2A"
        },
        {
            "codepoint": "13B2B",
            "name": "EGYPTIAN HIEROGLYPH-13B2B",
            "comments": [
                "classifier Hapy : ḥp"
            ]
        },
        {
            "codepoint": "13B2C",
            "name": "EGYPTIAN HIEROGLYPH-13B2C",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13B2D",
            "name": "EGYPTIAN HIEROGLYPH-13B2D",
            "comments": [
                "logogram (yoke of oxen) : ḥtr"
            ]
        },
        {
            "codepoint": "13B2E",
            "name": "EGYPTIAN HIEROGLYPH-13B2E",
            "comments": [
                "phonemogram : n-nb"
            ]
        },
        {
            "codepoint": "13B2F",
            "name": "EGYPTIAN HIEROGLYPH-13B2F",
            "comments": [
                "classifier bull (specifically in kꜣ-ḥḏ (the (sacred) white bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B30",
            "name": "EGYPTIAN HIEROGLYPH-13B30",
            "comments": [
                "classifier bovid (steer, ox, cattle, male animal) : ꞽwꜣ"
            ]
        },
        {
            "codepoint": "13B31",
            "name": "EGYPTIAN HIEROGLYPH-13B31",
            "comments": [
                "classifier glad, pleased : ꜣms"
            ]
        },
        {
            "codepoint": "13B32",
            "name": "EGYPTIAN HIEROGLYPH-13B32",
            "comments": [
                "classifier bovid (steer, ox, cattle, male animal) : ꞽwꜣ"
            ]
        },
        {
            "codepoint": "13B33",
            "name": "EGYPTIAN HIEROGLYPH-13B33",
            "comments": [
                "logogram (cow) : ꞽḥ.t"
            ]
        },
        {
            "codepoint": "13B34",
            "name": "EGYPTIAN HIEROGLYPH-13B34",
            "comments": [
                "logogram (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B35",
            "name": "EGYPTIAN HIEROGLYPH-13B35",
            "comments": [
                "logogram (sacrificial steer) : smꜣ"
            ]
        },
        {
            "codepoint": "13B36",
            "name": "EGYPTIAN HIEROGLYPH-13B36",
            "comments": [
                "logogram (sacrificial steer) : smꜣ"
            ]
        },
        {
            "codepoint": "13B37",
            "name": "EGYPTIAN HIEROGLYPH-13B37",
            "comments": [
                "classifier (Seth) : tbh"
            ]
        },
        {
            "codepoint": "13B38",
            "name": "EGYPTIAN HIEROGLYPH-13B38",
            "comments": [
                "logogram (sacrificial steer) : smꜣ"
            ]
        },
        {
            "codepoint": "13B39",
            "name": "EGYPTIAN HIEROGLYPH-13B39",
            "comments": [
                "classifier (to fall) : ḫr"
            ]
        },
        {
            "codepoint": "13B3A",
            "name": "EGYPTIAN HIEROGLYPH-13B3A"
        },
        {
            "codepoint": "13B3B",
            "name": "EGYPTIAN HIEROGLYPH-13B3B",
            "comments": [
                "classifier slaughter? : sꞽd-tꜣ"
            ]
        },
        {
            "codepoint": "13B3C",
            "name": "EGYPTIAN HIEROGLYPH-13B3C",
            "comments": [
                "classifier prepare to attack : ṯwn"
            ]
        },
        {
            "codepoint": "13B3D",
            "name": "EGYPTIAN HIEROGLYPH-13B3D"
        },
        {
            "codepoint": "13B3E",
            "name": "EGYPTIAN HIEROGLYPH-13B3E",
            "comments": [
                "logogram (11th nome of LE) : ḥsbw"
            ]
        },
        {
            "codepoint": "13B3F",
            "name": "EGYPTIAN HIEROGLYPH-13B3F",
            "comments": [
                "logogram (6th nome of LE) : ḫꜣsw.w"
            ]
        },
        {
            "codepoint": "13B40",
            "name": "EGYPTIAN HIEROGLYPH-13B40",
            "comments": [
                "logogram (6th nome of LE) : ḫꜣsw.w"
            ]
        },
        {
            "codepoint": "13B41",
            "name": "EGYPTIAN HIEROGLYPH-13B41",
            "comments": [
                "logogram (Cynopolis nome) : sꜣkꜣ"
            ]
        },
        {
            "codepoint": "13B42",
            "name": "EGYPTIAN HIEROGLYPH-13B42",
            "comments": [
                "logogram (12th nome of LE) : ṯb-nṯr"
            ]
        },
        {
            "codepoint": "13B43",
            "name": "EGYPTIAN HIEROGLYPH-13B43",
            "comments": [
                "classifier divinity : nsr-msr"
            ]
        },
        {
            "codepoint": "13B44",
            "name": "EGYPTIAN HIEROGLYPH-13B44",
            "comments": [
                "phonemogram (in ꜣms-ꞽb (to rejoice)) : ꜣms"
            ]
        },
        {
            "codepoint": "13B45",
            "name": "EGYPTIAN HIEROGLYPH-13B45",
            "comments": [
                "phonemogram : bꜣẖ"
            ]
        },
        {
            "codepoint": "13B46",
            "name": "EGYPTIAN HIEROGLYPH-13B46",
            "comments": [
                "classifier cow divinity : ḥs(ꜣ).t"
            ]
        },
        {
            "codepoint": "13B47",
            "name": "EGYPTIAN HIEROGLYPH-13B47",
            "comments": [
                "phonemogram (in ꜣms-ꞽb) : ꜣms"
            ]
        },
        {
            "codepoint": "13B48",
            "name": "EGYPTIAN HIEROGLYPH-13B48",
            "comments": [
                "phonemogram : wbn"
            ]
        },
        {
            "codepoint": "13B49",
            "name": "EGYPTIAN HIEROGLYPH-13B49",
            "comments": [
                "logogram (lady) : nb.t"
            ]
        },
        {
            "codepoint": "13B4A",
            "name": "EGYPTIAN HIEROGLYPH-13B4A",
            "comments": [
                "logogram (Re and lord (in sꜣ-rꜥ nb ḫꜥ.w)) : rꜥ nb"
            ]
        },
        {
            "codepoint": "13B4B",
            "name": "EGYPTIAN HIEROGLYPH-13B4B"
        },
        {
            "codepoint": "13B4C",
            "name": "EGYPTIAN HIEROGLYPH-13B4C",
            "comments": [
                "logogram (cattle) : wnḏw"
            ]
        },
        {
            "codepoint": "13B4D",
            "name": "EGYPTIAN HIEROGLYPH-13B4D",
            "comments": [
                "logogram (King of UE and LE, lord) : n(.y)-sw.t bꞽ.ty nb"
            ]
        },
        {
            "codepoint": "13B4E",
            "name": "EGYPTIAN HIEROGLYPH-13B4E",
            "comments": [
                "classifier cow divinity : ḥs(ꜣ).t"
            ]
        },
        {
            "codepoint": "13B4F",
            "name": "EGYPTIAN HIEROGLYPH-13B4F",
            "comments": [
                "logogram (Re and lord (in sꜣ-rꜥ nb ḫꜥ.w)) : rꜥ nb"
            ]
        },
        {
            "codepoint": "13B50",
            "name": "EGYPTIAN HIEROGLYPH-13B50",
            "comments": [
                "classifier cow divinity : ꞽh.t"
            ]
        },
        {
            "codepoint": "13B51",
            "name": "EGYPTIAN HIEROGLYPH-13B51",
            "comments": [
                "classifier cow divinity : ḥs(ꜣ).t"
            ]
        },
        {
            "codepoint": "13B52",
            "name": "EGYPTIAN HIEROGLYPH-13B52"
        },
        {
            "codepoint": "13B53",
            "name": "EGYPTIAN HIEROGLYPH-13B53",
            "comments": [
                "phonemogram (in km-wr) : wr"
            ]
        },
        {
            "codepoint": "13B54",
            "name": "EGYPTIAN HIEROGLYPH-13B54",
            "comments": [
                "logogram (10th nome of LE) : km-wr"
            ]
        },
        {
            "codepoint": "13B55",
            "name": "EGYPTIAN HIEROGLYPH-13B55"
        },
        {
            "codepoint": "13B56",
            "name": "EGYPTIAN HIEROGLYPH-13B56",
            "comments": [
                "logogram (12th nome of LE) : ṯb-nṯr"
            ]
        },
        {
            "codepoint": "13B57",
            "name": "EGYPTIAN HIEROGLYPH-13B57",
            "comments": [
                "classifier (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B58",
            "name": "EGYPTIAN HIEROGLYPH-13B58",
            "comments": [
                "logogram (bull, beef) : Kꜥ/ꞽḥ"
            ]
        },
        {
            "codepoint": "13B59",
            "name": "EGYPTIAN HIEROGLYPH-13B59",
            "comments": [
                "classifier divinity (Ash-spitter) : ꜣš-ssf"
            ]
        },
        {
            "codepoint": "13B5A",
            "name": "EGYPTIAN HIEROGLYPH-13B5A",
            "comments": [
                "classifier Ammet : ꜥmm.t"
            ]
        },
        {
            "codepoint": "13B5B",
            "name": "EGYPTIAN HIEROGLYPH-13B5B",
            "comments": [
                "classifier rhinoceros : šḳb"
            ]
        },
        {
            "codepoint": "13B5C",
            "name": "EGYPTIAN HIEROGLYPH-13B5C",
            "comments": [
                "phonemogram : hrw"
            ]
        },
        {
            "codepoint": "13B5D",
            "name": "EGYPTIAN HIEROGLYPH-13B5D",
            "comments": [
                "phonemogram : sš"
            ]
        },
        {
            "codepoint": "13B5E",
            "name": "EGYPTIAN HIEROGLYPH-13B5E"
        },
        {
            "codepoint": "13B5F",
            "name": "EGYPTIAN HIEROGLYPH-13B5F",
            "comments": [
                "phonemogram : hrw"
            ]
        },
        {
            "codepoint": "13B60",
            "name": "EGYPTIAN HIEROGLYPH-13B60",
            "comments": [
                "logogram (worth, dignity, renown) : šf.yt"
            ]
        },
        {
            "codepoint": "13B61",
            "name": "EGYPTIAN HIEROGLYPH-13B61",
            "comments": [
                "classifier ram : rhny"
            ]
        },
        {
            "codepoint": "13B62",
            "name": "EGYPTIAN HIEROGLYPH-13B62",
            "comments": [
                "classifier worth, dignity, renown : šf.yt"
            ]
        },
        {
            "codepoint": "13B63",
            "name": "EGYPTIAN HIEROGLYPH-13B63",
            "comments": [
                "classifier worth, dignity, renown : šf.y"
            ]
        },
        {
            "codepoint": "13B64",
            "name": "EGYPTIAN HIEROGLYPH-13B64",
            "comments": [
                "logogram (worth, dignity, renown) : šf.yt"
            ]
        },
        {
            "codepoint": "13B65",
            "name": "EGYPTIAN HIEROGLYPH-13B65",
            "comments": [
                "classifier (atef crown) : ꜣtf"
            ]
        },
        {
            "codepoint": "13B66",
            "name": "EGYPTIAN HIEROGLYPH-13B66",
            "comments": [
                "logogram (worth, dignity, renown) : šf.yt"
            ]
        },
        {
            "codepoint": "13B67",
            "name": "EGYPTIAN HIEROGLYPH-13B67",
            "comments": [
                "logogram (worth, dignity, renown) : šf.yt"
            ]
        },
        {
            "codepoint": "13B68",
            "name": "EGYPTIAN HIEROGLYPH-13B68",
            "comments": [
                "classifier worth, dignity, renown : šf.yt"
            ]
        },
        {
            "codepoint": "13B69",
            "name": "EGYPTIAN HIEROGLYPH-13B69",
            "comments": [
                "logogram (the eight primordial gods) : ẖnmwy"
            ]
        },
        {
            "codepoint": "13B6A",
            "name": "EGYPTIAN HIEROGLYPH-13B6A",
            "comments": [
                "logogram (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B6B",
            "name": "EGYPTIAN HIEROGLYPH-13B6B",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13B6C",
            "name": "EGYPTIAN HIEROGLYPH-13B6C",
            "comments": [
                "classifier rage/aggression : ḏnd"
            ]
        },
        {
            "codepoint": "13B6D",
            "name": "EGYPTIAN HIEROGLYPH-13B6D",
            "comments": [
                "phonemogram : šsmw"
            ]
        },
        {
            "codepoint": "13B6E",
            "name": "EGYPTIAN HIEROGLYPH-13B6E",
            "comments": [
                "logogram (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B6F",
            "name": "EGYPTIAN HIEROGLYPH-13B6F",
            "comments": [
                "classifier : ḫtn"
            ]
        },
        {
            "codepoint": "13B70",
            "name": "EGYPTIAN HIEROGLYPH-13B70",
            "comments": [
                "classifier Ursa Major constelation : msḫt.yw"
            ]
        },
        {
            "codepoint": "13B71",
            "name": "EGYPTIAN HIEROGLYPH-13B71",
            "comments": [
                "logogram (bull) : kꜣ"
            ]
        },
        {
            "codepoint": "13B72",
            "name": "EGYPTIAN HIEROGLYPH-13B72",
            "comments": [
                "classifier nose : fnḏ"
            ]
        },
        {
            "codepoint": "13B73",
            "name": "EGYPTIAN HIEROGLYPH-13B73",
            "comments": [
                "classifier kissing : sn"
            ]
        },
        {
            "codepoint": "13B74",
            "name": "EGYPTIAN HIEROGLYPH-13B74",
            "comments": [
                "classifier double doors : ḫns"
            ]
        },
        {
            "codepoint": "13B75",
            "name": "EGYPTIAN HIEROGLYPH-13B75",
            "comments": [
                "logogram (double doors) : ḫns"
            ]
        },
        {
            "codepoint": "13B76",
            "name": "EGYPTIAN HIEROGLYPH-13B76",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B77",
            "name": "EGYPTIAN HIEROGLYPH-13B77",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B78",
            "name": "EGYPTIAN HIEROGLYPH-13B78",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B79",
            "name": "EGYPTIAN HIEROGLYPH-13B79",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B7A",
            "name": "EGYPTIAN HIEROGLYPH-13B7A"
        },
        {
            "codepoint": "13B7B",
            "name": "EGYPTIAN HIEROGLYPH-13B7B",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B7C",
            "name": "EGYPTIAN HIEROGLYPH-13B7C",
            "comments": [
                "phonemogram : stꜣ"
            ]
        },
        {
            "codepoint": "13B7D",
            "name": "EGYPTIAN HIEROGLYPH-13B7D",
            "comments": [
                "logogram (jackal) : sꜣb"
            ]
        },
        {
            "codepoint": "13B7E",
            "name": "EGYPTIAN HIEROGLYPH-13B7E"
        },
        {
            "codepoint": "13B7F",
            "name": "EGYPTIAN HIEROGLYPH-13B7F",
            "comments": [
                "logogram (Ennead) : psḏ.t"
            ]
        },
        {
            "codepoint": "13B80",
            "name": "EGYPTIAN HIEROGLYPH-13B80"
        },
        {
            "codepoint": "13B81",
            "name": "EGYPTIAN HIEROGLYPH-13B81",
            "comments": [
                "phonemogram : wsr"
            ]
        },
        {
            "codepoint": "13B82",
            "name": "EGYPTIAN HIEROGLYPH-13B82",
            "comments": [
                "logogram (throat) : ḥt.yt"
            ]
        },
        {
            "codepoint": "13B83",
            "name": "EGYPTIAN HIEROGLYPH-13B83",
            "comments": [
                "logogram (throat) : ḥt.yt"
            ]
        },
        {
            "codepoint": "13B84",
            "name": "EGYPTIAN HIEROGLYPH-13B84"
        },
        {
            "codepoint": "13B85",
            "name": "EGYPTIAN HIEROGLYPH-13B85",
            "comments": [
                "phonemogram : wsr"
            ]
        },
        {
            "codepoint": "13B86",
            "name": "EGYPTIAN HIEROGLYPH-13B86",
            "comments": [
                "phonemogram : wsr"
            ]
        },
        {
            "codepoint": "13B87",
            "name": "EGYPTIAN HIEROGLYPH-13B87",
            "comments": [
                "logogram (gazelle) : gḥs"
            ]
        },
        {
            "codepoint": "13B88",
            "name": "EGYPTIAN HIEROGLYPH-13B88",
            "comments": [
                "phonemogram : šsr"
            ]
        },
        {
            "codepoint": "13B89",
            "name": "EGYPTIAN HIEROGLYPH-13B89",
            "comments": [
                "phonemogram : šsm"
            ]
        },
        {
            "codepoint": "13B8A",
            "name": "EGYPTIAN HIEROGLYPH-13B8A",
            "comments": [
                "logogram (antilope) : mꜣ"
            ]
        },
        {
            "codepoint": "13B8B",
            "name": "EGYPTIAN HIEROGLYPH-13B8B",
            "comments": [
                "phonemogram : šsr"
            ]
        },
        {
            "codepoint": "13B8C",
            "name": "EGYPTIAN HIEROGLYPH-13B8C",
            "comments": [
                "logogram (ibex) : n(ꞽ)ꜣw"
            ]
        },
        {
            "codepoint": "13B8D",
            "name": "EGYPTIAN HIEROGLYPH-13B8D"
        },
        {
            "codepoint": "13B8E",
            "name": "EGYPTIAN HIEROGLYPH-13B8E",
            "comments": [
                "phonemogram : dn"
            ]
        },
        {
            "codepoint": "13B8F",
            "name": "EGYPTIAN HIEROGLYPH-13B8F",
            "comments": [
                "phonemogram : ꜣt"
            ]
        },
        {
            "codepoint": "13B90",
            "name": "EGYPTIAN HIEROGLYPH-13B90",
            "comments": [
                "phonemogram : pꜣḫt"
            ]
        },
        {
            "codepoint": "13B91",
            "name": "EGYPTIAN HIEROGLYPH-13B91",
            "comments": [
                "logogram (to distinguish) and  (beginning, front) : ṯnꞽ ḥꜣ.t"
            ]
        },
        {
            "codepoint": "13B92",
            "name": "EGYPTIAN HIEROGLYPH-13B92",
            "comments": [
                "logogram (beginning, front) : ḥꜣ.t"
            ]
        },
        {
            "codepoint": "13B93",
            "name": "EGYPTIAN HIEROGLYPH-13B93",
            "comments": [
                "classifier Haker festival : hꜣkr"
            ]
        },
        {
            "codepoint": "13B94",
            "name": "EGYPTIAN HIEROGLYPH-13B94",
            "comments": [
                "logogram (Khonsu) : ḫnsw"
            ]
        },
        {
            "codepoint": "13B95",
            "name": "EGYPTIAN HIEROGLYPH-13B95",
            "comments": [
                "classifier strength : ꜣ.t"
            ]
        },
        {
            "codepoint": "13B96",
            "name": "EGYPTIAN HIEROGLYPH-13B96"
        },
        {
            "codepoint": "13B97",
            "name": "EGYPTIAN HIEROGLYPH-13B97",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B98",
            "name": "EGYPTIAN HIEROGLYPH-13B98",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B99",
            "name": "EGYPTIAN HIEROGLYPH-13B99"
        },
        {
            "codepoint": "13B9A",
            "name": "EGYPTIAN HIEROGLYPH-13B9A",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B9B",
            "name": "EGYPTIAN HIEROGLYPH-13B9B",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B9C",
            "name": "EGYPTIAN HIEROGLYPH-13B9C",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B9D",
            "name": "EGYPTIAN HIEROGLYPH-13B9D",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13B9E",
            "name": "EGYPTIAN HIEROGLYPH-13B9E"
        },
        {
            "codepoint": "13B9F",
            "name": "EGYPTIAN HIEROGLYPH-13B9F",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13BA0",
            "name": "EGYPTIAN HIEROGLYPH-13BA0",
            "comments": [
                "phono-repeater : ḫntš"
            ]
        },
        {
            "codepoint": "13BA1",
            "name": "EGYPTIAN HIEROGLYPH-13BA1",
            "comments": [
                "phonemogram : ꜣbw"
            ]
        },
        {
            "codepoint": "13BA2",
            "name": "EGYPTIAN HIEROGLYPH-13BA2",
            "comments": [
                "classifier hyena : ḥṯ.t"
            ]
        },
        {
            "codepoint": "13BA3",
            "name": "EGYPTIAN HIEROGLYPH-13BA3",
            "comments": [
                "logogram (rage) : nšn"
            ]
        },
        {
            "codepoint": "13BA4",
            "name": "EGYPTIAN HIEROGLYPH-13BA4",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "13BA5",
            "name": "EGYPTIAN HIEROGLYPH-13BA5",
            "comments": [
                "logogram (new years day) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "13BA6",
            "name": "EGYPTIAN HIEROGLYPH-13BA6",
            "comments": [
                "phonemogram (commonly in wp-rnp.t) : wp"
            ]
        },
        {
            "codepoint": "13BA7",
            "name": "EGYPTIAN HIEROGLYPH-13BA7"
        },
        {
            "codepoint": "13BA8",
            "name": "EGYPTIAN HIEROGLYPH-13BA8"
        },
        {
            "codepoint": "13BA9",
            "name": "EGYPTIAN HIEROGLYPH-13BA9",
            "comments": [
                "logogram (the one who awakes whole) : rs-wḏꜣ"
            ]
        },
        {
            "codepoint": "13BAA",
            "name": "EGYPTIAN HIEROGLYPH-13BAA",
            "comments": [
                "phonemogram : dmḏ"
            ]
        },
        {
            "codepoint": "13BAB",
            "name": "EGYPTIAN HIEROGLYPH-13BAB",
            "comments": [
                "phonemogram : dmḏ"
            ]
        },
        {
            "codepoint": "13BAC",
            "name": "EGYPTIAN HIEROGLYPH-13BAC"
        },
        {
            "codepoint": "13BAD",
            "name": "EGYPTIAN HIEROGLYPH-13BAD"
        },
        {
            "codepoint": "13BAE",
            "name": "EGYPTIAN HIEROGLYPH-13BAE",
            "comments": [
                "logogram (to be true) : mꜣꜥ"
            ]
        },
        {
            "codepoint": "13BAF",
            "name": "EGYPTIAN HIEROGLYPH-13BAF"
        },
        {
            "codepoint": "13BB0",
            "name": "EGYPTIAN HIEROGLYPH-13BB0"
        },
        {
            "codepoint": "13BB1",
            "name": "EGYPTIAN HIEROGLYPH-13BB1"
        },
        {
            "codepoint": "13BB2",
            "name": "EGYPTIAN HIEROGLYPH-13BB2",
            "comments": [
                "classifier jaw : ꜥr"
            ]
        },
        {
            "codepoint": "13BB3",
            "name": "EGYPTIAN HIEROGLYPH-13BB3",
            "comments": [
                "phonemogram : ns"
            ]
        },
        {
            "codepoint": "13BB4",
            "name": "EGYPTIAN HIEROGLYPH-13BB4",
            "comments": [
                "phonemogram : ns"
            ]
        },
        {
            "codepoint": "13BB5",
            "name": "EGYPTIAN HIEROGLYPH-13BB5",
            "comments": [
                "phonemogram : ns"
            ]
        },
        {
            "codepoint": "13BB6",
            "name": "EGYPTIAN HIEROGLYPH-13BB6",
            "comments": [
                "logogram to hear, to listen"
            ]
        },
        {
            "codepoint": "13BB7",
            "name": "EGYPTIAN HIEROGLYPH-13BB7",
            "comments": [
                "logogram (magic) : ḥkꜣ.w"
            ]
        },
        {
            "codepoint": "13BB8",
            "name": "EGYPTIAN HIEROGLYPH-13BB8",
            "comments": [
                "phonemogram : sḳr"
            ]
        },
        {
            "codepoint": "13BB9",
            "name": "EGYPTIAN HIEROGLYPH-13BB9",
            "comments": [
                "classifier thigh : mn.t"
            ]
        },
        {
            "codepoint": "13BBA",
            "name": "EGYPTIAN HIEROGLYPH-13BBA"
        },
        {
            "codepoint": "13BBB",
            "name": "EGYPTIAN HIEROGLYPH-13BBB"
        },
        {
            "codepoint": "13BBC",
            "name": "EGYPTIAN HIEROGLYPH-13BBC",
            "comments": [
                "phonemogram : sḳr"
            ]
        },
        {
            "codepoint": "13BBD",
            "name": "EGYPTIAN HIEROGLYPH-13BBD",
            "comments": [
                "logogram (to repeat) : wḥm"
            ]
        },
        {
            "codepoint": "13BBE",
            "name": "EGYPTIAN HIEROGLYPH-13BBE",
            "comments": [
                "phonemogram : nm"
            ]
        },
        {
            "codepoint": "13BBF",
            "name": "EGYPTIAN HIEROGLYPH-13BBF",
            "comments": [
                "phonemogram : nm"
            ]
        },
        {
            "codepoint": "13BC0",
            "name": "EGYPTIAN HIEROGLYPH-13BC0",
            "comments": [
                "phonemogram : kꜣp (gb)"
            ]
        },
        {
            "codepoint": "13BC1",
            "name": "EGYPTIAN HIEROGLYPH-13BC1"
        },
        {
            "codepoint": "13BC2",
            "name": "EGYPTIAN HIEROGLYPH-13BC2",
            "comments": [
                "phonemogram : kꜣp"
            ]
        },
        {
            "codepoint": "13BC3",
            "name": "EGYPTIAN HIEROGLYPH-13BC3",
            "comments": [
                "phonemogram : kꜣp"
            ]
        },
        {
            "codepoint": "13BC4",
            "name": "EGYPTIAN HIEROGLYPH-13BC4",
            "comments": [
                "logogram (Letopolis) : ḫm"
            ]
        },
        {
            "codepoint": "13BC5",
            "name": "EGYPTIAN HIEROGLYPH-13BC5",
            "comments": [
                "phonemogram : bḫ"
            ]
        },
        {
            "codepoint": "13BC6",
            "name": "EGYPTIAN HIEROGLYPH-13BC6",
            "comments": [
                "phonemogram : bḫn"
            ]
        },
        {
            "codepoint": "13BC7",
            "name": "EGYPTIAN HIEROGLYPH-13BC7",
            "comments": [
                "classifier animal : pꜣ-mꞽw"
            ]
        },
        {
            "codepoint": "13BC8",
            "name": "EGYPTIAN HIEROGLYPH-13BC8",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13BC9",
            "name": "EGYPTIAN HIEROGLYPH-13BC9",
            "comments": [
                "classifier animal : ꜥw.t"
            ]
        },
        {
            "codepoint": "13BCA",
            "name": "EGYPTIAN HIEROGLYPH-13BCA",
            "comments": [
                "classifier leopard skin : bꜣ"
            ]
        },
        {
            "codepoint": "13BCB",
            "name": "EGYPTIAN HIEROGLYPH-13BCB",
            "comments": [
                "classifier hoof : ꜥꜣg.t"
            ]
        },
        {
            "codepoint": "13BCC",
            "name": "EGYPTIAN HIEROGLYPH-13BCC",
            "comments": [
                "phonemogram : st"
            ]
        },
        {
            "codepoint": "13BCD",
            "name": "EGYPTIAN HIEROGLYPH-13BCD",
            "comments": [
                "phonemogram : st"
            ]
        },
        {
            "codepoint": "13BCE",
            "name": "EGYPTIAN HIEROGLYPH-13BCE",
            "comments": [
                "phonemogram : wt"
            ]
        },
        {
            "codepoint": "13BCF",
            "name": "EGYPTIAN HIEROGLYPH-13BCF",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "13BD0",
            "name": "EGYPTIAN HIEROGLYPH-13BD0",
            "comments": [
                "phonemogram : šd"
            ]
        },
        {
            "codepoint": "13BD1",
            "name": "EGYPTIAN HIEROGLYPH-13BD1",
            "comments": [
                "phonemogram : šd"
            ]
        },
        {
            "codepoint": "13BD2",
            "name": "EGYPTIAN HIEROGLYPH-13BD2",
            "comments": [
                "logogram (skin, water skin) : šd.w"
            ]
        },
        {
            "codepoint": "13BD3",
            "name": "EGYPTIAN HIEROGLYPH-13BD3",
            "comments": [
                "phonemogram : ms"
            ]
        },
        {
            "codepoint": "13BD4",
            "name": "EGYPTIAN HIEROGLYPH-13BD4",
            "comments": [
                "classifier back/end : pḥ.wy"
            ]
        },
        {
            "codepoint": "13BD5",
            "name": "EGYPTIAN HIEROGLYPH-13BD5",
            "comments": [
                "phonemogram : ẖr"
            ]
        },
        {
            "codepoint": "13BD6",
            "name": "EGYPTIAN HIEROGLYPH-13BD6",
            "comments": [
                "phono-repeater : sd"
            ]
        },
        {
            "codepoint": "13BD7",
            "name": "EGYPTIAN HIEROGLYPH-13BD7",
            "comments": [
                "phonemogram : ꜣbw"
            ]
        },
        {
            "codepoint": "13BD8",
            "name": "EGYPTIAN HIEROGLYPH-13BD8",
            "comments": [
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "13BD9",
            "name": "EGYPTIAN HIEROGLYPH-13BD9"
        },
        {
            "codepoint": "13BDA",
            "name": "EGYPTIAN HIEROGLYPH-13BDA",
            "comments": [
                "phonemogram : mꜣṯ"
            ]
        },
        {
            "codepoint": "13BDB",
            "name": "EGYPTIAN HIEROGLYPH-13BDB",
            "comments": [
                "phonemogram : ꜣbw"
            ]
        },
        {
            "codepoint": "13BDC",
            "name": "EGYPTIAN HIEROGLYPH-13BDC",
            "comments": [
                "phonemogram : mꜣṯ"
            ]
        },
        {
            "codepoint": "13BDD",
            "name": "EGYPTIAN HIEROGLYPH-13BDD",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13BDE",
            "name": "EGYPTIAN HIEROGLYPH-13BDE",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13BDF",
            "name": "EGYPTIAN HIEROGLYPH-13BDF",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13BE0",
            "name": "EGYPTIAN HIEROGLYPH-13BE0",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13BE1",
            "name": "EGYPTIAN HIEROGLYPH-13BE1",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "13BE2",
            "name": "EGYPTIAN HIEROGLYPH-13BE2",
            "comments": [
                "logogram (who unites the two lands) : smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13BE3",
            "name": "EGYPTIAN HIEROGLYPH-13BE3",
            "comments": [
                "classifier (backbone) : psḏ"
            ]
        },
        {
            "codepoint": "13BE4",
            "name": "EGYPTIAN HIEROGLYPH-13BE4",
            "comments": [
                "classifier back, backbone : psḏ"
            ]
        },
        {
            "codepoint": "13BE5",
            "name": "EGYPTIAN HIEROGLYPH-13BE5",
            "comments": [
                "classifier back, backbone : psḏ"
            ]
        },
        {
            "codepoint": "13BE6",
            "name": "EGYPTIAN HIEROGLYPH-13BE6",
            "comments": [
                "classifier cutting/slaughter : ꜥḏy.t"
            ]
        },
        {
            "codepoint": "13BE7",
            "name": "EGYPTIAN HIEROGLYPH-13BE7",
            "comments": [
                "phono-repeater : mḥ"
            ]
        },
        {
            "codepoint": "13BE8",
            "name": "EGYPTIAN HIEROGLYPH-13BE8",
            "comments": [
                "classifier cutting : šꜥd"
            ]
        },
        {
            "codepoint": "13BE9",
            "name": "EGYPTIAN HIEROGLYPH-13BE9",
            "comments": [
                "classifier shreds, pieces : spꞽ"
            ]
        },
        {
            "codepoint": "13BEA",
            "name": "EGYPTIAN HIEROGLYPH-13BEA",
            "comments": [
                "phono-repeater : mḥ"
            ]
        },
        {
            "codepoint": "13BEB",
            "name": "EGYPTIAN HIEROGLYPH-13BEB",
            "comments": [
                "phonemogram : tꜣy"
            ]
        },
        {
            "codepoint": "13BEC",
            "name": "EGYPTIAN HIEROGLYPH-13BEC",
            "comments": [
                "phonemogram : ꞽmꜣḫ"
            ]
        },
        {
            "codepoint": "13BED",
            "name": "EGYPTIAN HIEROGLYPH-13BED"
        },
        {
            "codepoint": "13BEE",
            "name": "EGYPTIAN HIEROGLYPH-13BEE",
            "comments": [
                "logogram (to be long, to stretch out) : ꜣwꞽ"
            ]
        },
        {
            "codepoint": "13BEF",
            "name": "EGYPTIAN HIEROGLYPH-13BEF",
            "comments": [
                "logogram (to be long, to stretch out) : ꜣwꞽ"
            ]
        },
        {
            "codepoint": "13BF0",
            "name": "EGYPTIAN HIEROGLYPH-13BF0",
            "comments": [
                "classifier rib (offering) : spr"
            ]
        },
        {
            "codepoint": "13BF1",
            "name": "EGYPTIAN HIEROGLYPH-13BF1",
            "comments": [
                "logogram (slaughter, evil) : šꜥ.t"
            ]
        },
        {
            "codepoint": "13BF2",
            "name": "EGYPTIAN HIEROGLYPH-13BF2",
            "comments": [
                "logogram (slaughter, evil) : šꜥ.t"
            ]
        },
        {
            "codepoint": "13BF3",
            "name": "EGYPTIAN HIEROGLYPH-13BF3",
            "comments": [
                "classifier rib (offering) : spr"
            ]
        },
        {
            "codepoint": "13BF4",
            "name": "EGYPTIAN HIEROGLYPH-13BF4"
        },
        {
            "codepoint": "13BF5",
            "name": "EGYPTIAN HIEROGLYPH-13BF5",
            "comments": [
                "logogram (to bring, present, offer, go) : ms"
            ]
        },
        {
            "codepoint": "13BF6",
            "name": "EGYPTIAN HIEROGLYPH-13BF6",
            "comments": [
                "phonemogram and classifier movement (in thm (to tread, to penetrate)) : m"
            ]
        },
        {
            "codepoint": "13BF7",
            "name": "EGYPTIAN HIEROGLYPH-13BF7",
            "comments": [
                "phono-repeater : ꞽwꜥ"
            ]
        },
        {
            "codepoint": "13BF8",
            "name": "EGYPTIAN HIEROGLYPH-13BF8",
            "comments": [
                "classifier meat : mḏ-nfr"
            ]
        },
        {
            "codepoint": "13BF9",
            "name": "EGYPTIAN HIEROGLYPH-13BF9"
        },
        {
            "codepoint": "13BFA",
            "name": "EGYPTIAN HIEROGLYPH-13BFA",
            "comments": [
                "classifier offering meat : sḫn"
            ]
        },
        {
            "codepoint": "13BFB",
            "name": "EGYPTIAN HIEROGLYPH-13BFB",
            "comments": [
                "phonemogram : ꞽ(w)n"
            ]
        },
        {
            "codepoint": "13BFC",
            "name": "EGYPTIAN HIEROGLYPH-13BFC",
            "comments": [
                "logogram (limb) : ꜥ.t"
            ]
        },
        {
            "codepoint": "13BFD",
            "name": "EGYPTIAN HIEROGLYPH-13BFD",
            "comments": [
                "phonemogram : dbn"
            ]
        },
        {
            "codepoint": "13BFE",
            "name": "EGYPTIAN HIEROGLYPH-13BFE",
            "comments": [
                "phonemogram (in m-pẖr) : pẖr"
            ]
        },
        {
            "codepoint": "13BFF",
            "name": "EGYPTIAN HIEROGLYPH-13BFF",
            "comments": [
                "logogram (to go round, to turn round) : pẖr"
            ]
        },
        {
            "codepoint": "13C00",
            "name": "EGYPTIAN HIEROGLYPH-13C00",
            "comments": [
                "logogram (to go round, to turn round) : pẖr"
            ]
        },
        {
            "codepoint": "13C01",
            "name": "EGYPTIAN HIEROGLYPH-13C01",
            "comments": [
                "classifier scent : stꞽ"
            ]
        },
        {
            "codepoint": "13C02",
            "name": "EGYPTIAN HIEROGLYPH-13C02",
            "comments": [
                "classifier scent : stꞽ"
            ]
        },
        {
            "codepoint": "13C03",
            "name": "EGYPTIAN HIEROGLYPH-13C03",
            "comments": [
                "phonemogram : ḫ"
            ]
        },
        {
            "codepoint": "13C04",
            "name": "EGYPTIAN HIEROGLYPH-13C04",
            "comments": [
                "phonemogram or Classifier enemy : ḫ | ḫfty"
            ]
        },
        {
            "codepoint": "13C05",
            "name": "EGYPTIAN HIEROGLYPH-13C05",
            "comments": [
                "classifier liver : mꞽs.t"
            ]
        },
        {
            "codepoint": "13C06",
            "name": "EGYPTIAN HIEROGLYPH-13C06"
        },
        {
            "codepoint": "13C07",
            "name": "EGYPTIAN HIEROGLYPH-13C07",
            "comments": [
                "classifier (talons or fangs) : wḫꜣ.w"
            ]
        },
        {
            "codepoint": "13C08",
            "name": "EGYPTIAN HIEROGLYPH-13C08",
            "comments": [
                "classifier spine : bḳs.w"
            ]
        },
        {
            "codepoint": "13C09",
            "name": "EGYPTIAN HIEROGLYPH-13C09",
            "comments": [
                "phonemogram : tmꜣ"
            ]
        },
        {
            "codepoint": "13C0A",
            "name": "EGYPTIAN HIEROGLYPH-13C0A",
            "comments": [
                "phonemogram : tm"
            ]
        },
        {
            "codepoint": "13C0B",
            "name": "EGYPTIAN HIEROGLYPH-13C0B",
            "comments": [
                "logogram (ostrich) : nꞽw"
            ]
        },
        {
            "codepoint": "13C0C",
            "name": "EGYPTIAN HIEROGLYPH-13C0C"
        },
        {
            "codepoint": "13C0D",
            "name": "EGYPTIAN HIEROGLYPH-13C0D"
        },
        {
            "codepoint": "13C0E",
            "name": "EGYPTIAN HIEROGLYPH-13C0E",
            "comments": [
                "logogram (to tremble : sdꜣ"
            ]
        },
        {
            "codepoint": "13C0F",
            "name": "EGYPTIAN HIEROGLYPH-13C0F",
            "comments": [
                "classifier to tremble : sd(ꜣ)d(ꜣ)"
            ]
        },
        {
            "codepoint": "13C10",
            "name": "EGYPTIAN HIEROGLYPH-13C10",
            "comments": [
                "phonemogram (like in ḫsbd lapis-lazuli) : b"
            ]
        },
        {
            "codepoint": "13C11",
            "name": "EGYPTIAN HIEROGLYPH-13C11",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13C12",
            "name": "EGYPTIAN HIEROGLYPH-13C12"
        },
        {
            "codepoint": "13C13",
            "name": "EGYPTIAN HIEROGLYPH-13C13",
            "comments": [
                "phono-repeater : ḥtm"
            ]
        },
        {
            "codepoint": "13C14",
            "name": "EGYPTIAN HIEROGLYPH-13C14",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13C15",
            "name": "EGYPTIAN HIEROGLYPH-13C15",
            "comments": [
                "logogram (Sepa) : spꜣ"
            ]
        },
        {
            "codepoint": "13C16",
            "name": "EGYPTIAN HIEROGLYPH-13C16",
            "comments": [
                "phonemogram : pꜣ(.yw)"
            ]
        },
        {
            "codepoint": "13C17",
            "name": "EGYPTIAN HIEROGLYPH-13C17",
            "comments": [
                "logogram (to tremble) : sdꜣ(dꜣ)"
            ]
        },
        {
            "codepoint": "13C18",
            "name": "EGYPTIAN HIEROGLYPH-13C18",
            "comments": [
                "phonemogram : pꜣ"
            ]
        },
        {
            "codepoint": "13C19",
            "name": "EGYPTIAN HIEROGLYPH-13C19",
            "comments": [
                "logogram (to destroy) : ḥtm"
            ]
        },
        {
            "codepoint": "13C1A",
            "name": "EGYPTIAN HIEROGLYPH-13C1A",
            "comments": [
                "classifier : ḥtm"
            ]
        },
        {
            "codepoint": "13C1B",
            "name": "EGYPTIAN HIEROGLYPH-13C1B",
            "comments": [
                "phonemogram : ḫn"
            ]
        },
        {
            "codepoint": "13C1C",
            "name": "EGYPTIAN HIEROGLYPH-13C1C",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13C1D",
            "name": "EGYPTIAN HIEROGLYPH-13C1D",
            "comments": [
                "phonemogram : ḫntš"
            ]
        },
        {
            "codepoint": "13C1E",
            "name": "EGYPTIAN HIEROGLYPH-13C1E"
        },
        {
            "codepoint": "13C1F",
            "name": "EGYPTIAN HIEROGLYPH-13C1F",
            "comments": [
                "phonemogram : ḥtr"
            ]
        },
        {
            "codepoint": "13C20",
            "name": "EGYPTIAN HIEROGLYPH-13C20",
            "comments": [
                "phonemogram : ḥtr"
            ]
        },
        {
            "codepoint": "13C21",
            "name": "EGYPTIAN HIEROGLYPH-13C21",
            "comments": [
                "phonemogram : ḳmꜣ"
            ]
        },
        {
            "codepoint": "13C22",
            "name": "EGYPTIAN HIEROGLYPH-13C22",
            "comments": [
                "phonemogram : ḳmꜣ"
            ]
        },
        {
            "codepoint": "13C23",
            "name": "EGYPTIAN HIEROGLYPH-13C23",
            "comments": [
                "phonemogram : ḳmꜣ"
            ]
        },
        {
            "codepoint": "13C24",
            "name": "EGYPTIAN HIEROGLYPH-13C24"
        },
        {
            "codepoint": "13C25",
            "name": "EGYPTIAN HIEROGLYPH-13C25",
            "comments": [
                "phonemogram : ḏfꜣ"
            ]
        },
        {
            "codepoint": "13C26",
            "name": "EGYPTIAN HIEROGLYPH-13C26"
        },
        {
            "codepoint": "13C27",
            "name": "EGYPTIAN HIEROGLYPH-13C27",
            "comments": [
                "phonemogram : smn"
            ]
        },
        {
            "codepoint": "13C28",
            "name": "EGYPTIAN HIEROGLYPH-13C28",
            "comments": [
                "phono-repeater : ḥtm"
            ]
        },
        {
            "codepoint": "13C29",
            "name": "EGYPTIAN HIEROGLYPH-13C29",
            "comments": [
                "phonemogram : ḏb"
            ]
        },
        {
            "codepoint": "13C2A",
            "name": "EGYPTIAN HIEROGLYPH-13C2A",
            "comments": [
                "classifier lying, sleeping, spending the night : sḏr"
            ]
        },
        {
            "codepoint": "13C2B",
            "name": "EGYPTIAN HIEROGLYPH-13C2B",
            "comments": [
                "phonemogram : gm"
            ]
        },
        {
            "codepoint": "13C2C",
            "name": "EGYPTIAN HIEROGLYPH-13C2C"
        },
        {
            "codepoint": "13C2D",
            "name": "EGYPTIAN HIEROGLYPH-13C2D",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13C2E",
            "name": "EGYPTIAN HIEROGLYPH-13C2E",
            "comments": [
                "phonemogram : mr (ꞽm.y-r)"
            ]
        },
        {
            "codepoint": "13C2F",
            "name": "EGYPTIAN HIEROGLYPH-13C2F",
            "comments": [
                "phonemogram : mr (ꞽm.y-r)"
            ]
        },
        {
            "codepoint": "13C30",
            "name": "EGYPTIAN HIEROGLYPH-13C30",
            "comments": [
                "phonemogram/phono-repeater : ꞽb"
            ]
        },
        {
            "codepoint": "13C31",
            "name": "EGYPTIAN HIEROGLYPH-13C31",
            "comments": [
                "phonemogram : ꜥḳ"
            ]
        },
        {
            "codepoint": "13C32",
            "name": "EGYPTIAN HIEROGLYPH-13C32"
        },
        {
            "codepoint": "13C33",
            "name": "EGYPTIAN HIEROGLYPH-13C33",
            "comments": [
                "phonemogram : gm"
            ]
        },
        {
            "codepoint": "13C34",
            "name": "EGYPTIAN HIEROGLYPH-13C34",
            "comments": [
                "phonemogram : bꜣ"
            ]
        },
        {
            "codepoint": "13C35",
            "name": "EGYPTIAN HIEROGLYPH-13C35"
        },
        {
            "codepoint": "13C36",
            "name": "EGYPTIAN HIEROGLYPH-13C36",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "13C37",
            "name": "EGYPTIAN HIEROGLYPH-13C37",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13C38",
            "name": "EGYPTIAN HIEROGLYPH-13C38",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13C39",
            "name": "EGYPTIAN HIEROGLYPH-13C39"
        },
        {
            "codepoint": "13C3A",
            "name": "EGYPTIAN HIEROGLYPH-13C3A",
            "comments": [
                "logogram (might, power) : bꜣ.w"
            ]
        },
        {
            "codepoint": "13C3B",
            "name": "EGYPTIAN HIEROGLYPH-13C3B"
        },
        {
            "codepoint": "13C3C",
            "name": "EGYPTIAN HIEROGLYPH-13C3C",
            "comments": [
                "logogram (to hack up, to open up (the earth)) : bꜣ"
            ]
        },
        {
            "codepoint": "13C3D",
            "name": "EGYPTIAN HIEROGLYPH-13C3D"
        },
        {
            "codepoint": "13C3E",
            "name": "EGYPTIAN HIEROGLYPH-13C3E"
        },
        {
            "codepoint": "13C3F",
            "name": "EGYPTIAN HIEROGLYPH-13C3F"
        },
        {
            "codepoint": "13C40",
            "name": "EGYPTIAN HIEROGLYPH-13C40",
            "comments": [
                "phonemogram : ty"
            ]
        },
        {
            "codepoint": "13C41",
            "name": "EGYPTIAN HIEROGLYPH-13C41"
        },
        {
            "codepoint": "13C42",
            "name": "EGYPTIAN HIEROGLYPH-13C42"
        },
        {
            "codepoint": "13C43",
            "name": "EGYPTIAN HIEROGLYPH-13C43",
            "comments": [
                "phonemogram : yt"
            ]
        },
        {
            "codepoint": "13C44",
            "name": "EGYPTIAN HIEROGLYPH-13C44"
        },
        {
            "codepoint": "13C45",
            "name": "EGYPTIAN HIEROGLYPH-13C45",
            "comments": [
                "phonemogram : ḥꜣm"
            ]
        },
        {
            "codepoint": "13C46",
            "name": "EGYPTIAN HIEROGLYPH-13C46",
            "comments": [
                "phonemogram : gm"
            ]
        },
        {
            "codepoint": "13C47",
            "name": "EGYPTIAN HIEROGLYPH-13C47",
            "comments": [
                "classifier bird offering : nšn"
            ]
        },
        {
            "codepoint": "13C48",
            "name": "EGYPTIAN HIEROGLYPH-13C48",
            "comments": [
                "classifier destroy, to destroy (in this case specifically in ḥtm.yt, place of execution) : ḥtm"
            ]
        },
        {
            "codepoint": "13C49",
            "name": "EGYPTIAN HIEROGLYPH-13C49",
            "comments": [
                "logogram (bird, fowl) : ꜣpd"
            ]
        },
        {
            "codepoint": "13C4A",
            "name": "EGYPTIAN HIEROGLYPH-13C4A",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "13C4B",
            "name": "EGYPTIAN HIEROGLYPH-13C4B",
            "comments": [
                "logogram (might, power) : bꜣ.w"
            ]
        },
        {
            "codepoint": "13C4C",
            "name": "EGYPTIAN HIEROGLYPH-13C4C",
            "comments": [
                "logogram/phonemogram (in ḥw.t-bꜣ.w (room in the Esna temple)) : bꜣ.w"
            ]
        },
        {
            "codepoint": "13C4D",
            "name": "EGYPTIAN HIEROGLYPH-13C4D",
            "comments": [
                "phonemogram : ꜣḫ"
            ]
        },
        {
            "codepoint": "13C4E",
            "name": "EGYPTIAN HIEROGLYPH-13C4E",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C4F",
            "name": "EGYPTIAN HIEROGLYPH-13C4F",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C50",
            "name": "EGYPTIAN HIEROGLYPH-13C50",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C51",
            "name": "EGYPTIAN HIEROGLYPH-13C51",
            "comments": [
                "logogram (to inundate) : bꜥḥ"
            ]
        },
        {
            "codepoint": "13C52",
            "name": "EGYPTIAN HIEROGLYPH-13C52",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13C53",
            "name": "EGYPTIAN HIEROGLYPH-13C53"
        },
        {
            "codepoint": "13C54",
            "name": "EGYPTIAN HIEROGLYPH-13C54",
            "comments": [
                "logogram (to inundate) : bꜥḥ"
            ]
        },
        {
            "codepoint": "13C55",
            "name": "EGYPTIAN HIEROGLYPH-13C55",
            "comments": [
                "logogram (to inundate) : bꜥḥ"
            ]
        },
        {
            "codepoint": "13C56",
            "name": "EGYPTIAN HIEROGLYPH-13C56",
            "comments": [
                "logogram (inundation) : bꜥḥ"
            ]
        },
        {
            "codepoint": "13C57",
            "name": "EGYPTIAN HIEROGLYPH-13C57",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C58",
            "name": "EGYPTIAN HIEROGLYPH-13C58",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "13C59",
            "name": "EGYPTIAN HIEROGLYPH-13C59",
            "comments": [
                "classifier heron : bnw"
            ]
        },
        {
            "codepoint": "13C5A",
            "name": "EGYPTIAN HIEROGLYPH-13C5A",
            "comments": [
                "phonemogram : tꜣ"
            ]
        },
        {
            "codepoint": "13C5B",
            "name": "EGYPTIAN HIEROGLYPH-13C5B",
            "comments": [
                "phonemogram : ꜣḫw"
            ]
        },
        {
            "codepoint": "13C5C",
            "name": "EGYPTIAN HIEROGLYPH-13C5C",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C5D",
            "name": "EGYPTIAN HIEROGLYPH-13C5D",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13C5E",
            "name": "EGYPTIAN HIEROGLYPH-13C5E",
            "comments": [
                "logogram (to be excellent) : ꞽḳr"
            ]
        },
        {
            "codepoint": "13C5F",
            "name": "EGYPTIAN HIEROGLYPH-13C5F",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13C60",
            "name": "EGYPTIAN HIEROGLYPH-13C60",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C61",
            "name": "EGYPTIAN HIEROGLYPH-13C61"
        },
        {
            "codepoint": "13C62",
            "name": "EGYPTIAN HIEROGLYPH-13C62",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13C63",
            "name": "EGYPTIAN HIEROGLYPH-13C63",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13C64",
            "name": "EGYPTIAN HIEROGLYPH-13C64",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C65",
            "name": "EGYPTIAN HIEROGLYPH-13C65",
            "comments": [
                "logogram (Thot) : ḏḥwty"
            ]
        },
        {
            "codepoint": "13C66",
            "name": "EGYPTIAN HIEROGLYPH-13C66",
            "comments": [
                "phonemogram : ṯꜣ"
            ]
        },
        {
            "codepoint": "13C67",
            "name": "EGYPTIAN HIEROGLYPH-13C67",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C68",
            "name": "EGYPTIAN HIEROGLYPH-13C68",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C69",
            "name": "EGYPTIAN HIEROGLYPH-13C69",
            "comments": [
                "classifier Thot : nb ḫmnw"
            ]
        },
        {
            "codepoint": "13C6A",
            "name": "EGYPTIAN HIEROGLYPH-13C6A",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C6B",
            "name": "EGYPTIAN HIEROGLYPH-13C6B"
        },
        {
            "codepoint": "13C6C",
            "name": "EGYPTIAN HIEROGLYPH-13C6C",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13C6D",
            "name": "EGYPTIAN HIEROGLYPH-13C6D",
            "comments": [
                "logogram (Re-Hor (usually in rꜥ-ḥr-ꜣḫ.ty) : rꜥ-ḥr"
            ]
        },
        {
            "codepoint": "13C6E",
            "name": "EGYPTIAN HIEROGLYPH-13C6E",
            "comments": [
                "logogram (Re-Hor (usually in rꜥ-ḥr-ꜣḫ.ty) : rꜥ-ḥr"
            ]
        },
        {
            "codepoint": "13C6F",
            "name": "EGYPTIAN HIEROGLYPH-13C6F",
            "comments": [
                "logogram (Re-Hor (usually in rꜥ-ḥr-ꜣḫ.ty) : rꜥ-ḥr"
            ]
        },
        {
            "codepoint": "13C70",
            "name": "EGYPTIAN HIEROGLYPH-13C70",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13C71",
            "name": "EGYPTIAN HIEROGLYPH-13C71",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13C72",
            "name": "EGYPTIAN HIEROGLYPH-13C72",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13C73",
            "name": "EGYPTIAN HIEROGLYPH-13C73",
            "comments": [
                "classifier king : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13C74",
            "name": "EGYPTIAN HIEROGLYPH-13C74",
            "comments": [
                "phonemogram : pn"
            ]
        },
        {
            "codepoint": "13C75",
            "name": "EGYPTIAN HIEROGLYPH-13C75",
            "comments": [
                "phonemogram : pn"
            ]
        },
        {
            "codepoint": "13C76",
            "name": "EGYPTIAN HIEROGLYPH-13C76",
            "comments": [
                "classifier divinity : ꞽmt.t"
            ]
        },
        {
            "codepoint": "13C77",
            "name": "EGYPTIAN HIEROGLYPH-13C77",
            "comments": [
                "logogram (Sopdu (divinity)) : spd.w"
            ]
        },
        {
            "codepoint": "13C78",
            "name": "EGYPTIAN HIEROGLYPH-13C78",
            "comments": [
                "logogram (the female Horus) : ḥr.t"
            ]
        },
        {
            "codepoint": "13C79",
            "name": "EGYPTIAN HIEROGLYPH-13C79",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13C7A",
            "name": "EGYPTIAN HIEROGLYPH-13C7A",
            "comments": [
                "logogram (the female falcon) : bꞽk.t"
            ]
        },
        {
            "codepoint": "13C7B",
            "name": "EGYPTIAN HIEROGLYPH-13C7B",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13C7C",
            "name": "EGYPTIAN HIEROGLYPH-13C7C",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13C7D",
            "name": "EGYPTIAN HIEROGLYPH-13C7D",
            "comments": [
                "logogram (high quality (red) linen) : ꞽdmꞽ"
            ]
        },
        {
            "codepoint": "13C7E",
            "name": "EGYPTIAN HIEROGLYPH-13C7E"
        },
        {
            "codepoint": "13C7F",
            "name": "EGYPTIAN HIEROGLYPH-13C7F",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "13C80",
            "name": "EGYPTIAN HIEROGLYPH-13C80",
            "comments": [
                "logogram (West, 3rd nome of LE) : ꞽmn.tt"
            ]
        },
        {
            "codepoint": "13C81",
            "name": "EGYPTIAN HIEROGLYPH-13C81",
            "comments": [
                "logogram (high quality (red) linen) : ꞽdmꞽ"
            ]
        },
        {
            "codepoint": "13C82",
            "name": "EGYPTIAN HIEROGLYPH-13C82",
            "comments": [
                "classifier divine beings/divine things"
            ]
        },
        {
            "codepoint": "13C83",
            "name": "EGYPTIAN HIEROGLYPH-13C83",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13C84",
            "name": "EGYPTIAN HIEROGLYPH-13C84",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13C85",
            "name": "EGYPTIAN HIEROGLYPH-13C85",
            "comments": [
                "classifier divinity (Min) : mnw"
            ]
        },
        {
            "codepoint": "13C86",
            "name": "EGYPTIAN HIEROGLYPH-13C86",
            "comments": [
                "logogram (May he live, the god) : ꜥnḫ-nṯr"
            ]
        },
        {
            "codepoint": "13C87",
            "name": "EGYPTIAN HIEROGLYPH-13C87",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "13C88",
            "name": "EGYPTIAN HIEROGLYPH-13C88",
            "comments": [
                "logogram (majesty) : ḥm"
            ]
        },
        {
            "codepoint": "13C89",
            "name": "EGYPTIAN HIEROGLYPH-13C89"
        },
        {
            "codepoint": "13C8A",
            "name": "EGYPTIAN HIEROGLYPH-13C8A",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13C8B",
            "name": "EGYPTIAN HIEROGLYPH-13C8B",
            "comments": [
                "logogram (Harsomtus) : ḥr-smꜣ-tꜣ.wy"
            ]
        },
        {
            "codepoint": "13C8C",
            "name": "EGYPTIAN HIEROGLYPH-13C8C",
            "comments": [
                "logogram (The two gods, 5th nome of UE) : nṯr.wy"
            ]
        },
        {
            "codepoint": "13C8D",
            "name": "EGYPTIAN HIEROGLYPH-13C8D",
            "comments": [
                "logogram (Throne of Horus (Edfu)) : wṯs-ḥr"
            ]
        },
        {
            "codepoint": "13C8E",
            "name": "EGYPTIAN HIEROGLYPH-13C8E",
            "comments": [
                "logogram (Throne of Horus (Edfu)) : wṯs-ḥr"
            ]
        },
        {
            "codepoint": "13C8F",
            "name": "EGYPTIAN HIEROGLYPH-13C8F",
            "comments": [
                "logogram (Throne of Horus (Edfu)) : wṯs-ḥr"
            ]
        },
        {
            "codepoint": "13C90",
            "name": "EGYPTIAN HIEROGLYPH-13C90",
            "comments": [
                "logogram (Throne of Horus (Edfu, 2nd nome of UE)) : wṯs-ḥr"
            ]
        },
        {
            "codepoint": "13C91",
            "name": "EGYPTIAN HIEROGLYPH-13C91",
            "comments": [
                "logogram (Horus who is on the palace façade) : ḥr-ḥr.y-srḫ"
            ]
        },
        {
            "codepoint": "13C92",
            "name": "EGYPTIAN HIEROGLYPH-13C92",
            "comments": [
                "logogram/phonemogram (Horus, who endures on the palace façade) : ḥr mn (ḥr) srḫ"
            ]
        },
        {
            "codepoint": "13C93",
            "name": "EGYPTIAN HIEROGLYPH-13C93",
            "comments": [
                "classifier the one who is on the palace façade : ḥr.y-srḫ"
            ]
        },
        {
            "codepoint": "13C94",
            "name": "EGYPTIAN HIEROGLYPH-13C94",
            "comments": [
                "logogram (The living falcon who is on the palace façade) : bꞽk ꜥnḫ ḥr.y srḫ"
            ]
        },
        {
            "codepoint": "13C95",
            "name": "EGYPTIAN HIEROGLYPH-13C95",
            "comments": [
                "logogram (throne, palace façade) : srḫ"
            ]
        },
        {
            "codepoint": "13C96",
            "name": "EGYPTIAN HIEROGLYPH-13C96",
            "comments": [
                "logogram (west, right side) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "13C97",
            "name": "EGYPTIAN HIEROGLYPH-13C97",
            "comments": [
                "logogram (west, right side) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "13C98",
            "name": "EGYPTIAN HIEROGLYPH-13C98",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "13C99",
            "name": "EGYPTIAN HIEROGLYPH-13C99",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "13C9A",
            "name": "EGYPTIAN HIEROGLYPH-13C9A"
        },
        {
            "codepoint": "13C9B",
            "name": "EGYPTIAN HIEROGLYPH-13C9B",
            "comments": [
                "logogram (Nemty (divinity)) : nmty"
            ]
        },
        {
            "codepoint": "13C9C",
            "name": "EGYPTIAN HIEROGLYPH-13C9C",
            "comments": [
                "logogram (Nemty (divinity)) : nmty"
            ]
        },
        {
            "codepoint": "13C9D",
            "name": "EGYPTIAN HIEROGLYPH-13C9D",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13C9E",
            "name": "EGYPTIAN HIEROGLYPH-13C9E",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13C9F",
            "name": "EGYPTIAN HIEROGLYPH-13C9F",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13CA0",
            "name": "EGYPTIAN HIEROGLYPH-13CA0",
            "comments": [
                "classifier (Sokar) : skr"
            ]
        },
        {
            "codepoint": "13CA1",
            "name": "EGYPTIAN HIEROGLYPH-13CA1",
            "comments": [
                "phonemogram : p & nst"
            ]
        },
        {
            "codepoint": "13CA2",
            "name": "EGYPTIAN HIEROGLYPH-13CA2",
            "comments": [
                "logogram : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "13CA3",
            "name": "EGYPTIAN HIEROGLYPH-13CA3",
            "comments": [
                "logogram (sanctuary of Sokar) : šṯy.t"
            ]
        },
        {
            "codepoint": "13CA4",
            "name": "EGYPTIAN HIEROGLYPH-13CA4",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "13CA5",
            "name": "EGYPTIAN HIEROGLYPH-13CA5",
            "comments": [
                "logogram (in bꞽk-n-nbw.t, falcon of the golden ones) : bꞽk & nbw"
            ]
        },
        {
            "codepoint": "13CA6",
            "name": "EGYPTIAN HIEROGLYPH-13CA6",
            "comments": [
                "logogram (golden Horus) : ḥr-nbw"
            ]
        },
        {
            "codepoint": "13CA7",
            "name": "EGYPTIAN HIEROGLYPH-13CA7",
            "comments": [
                "logogram (Nemty (divinity)) : nmty"
            ]
        },
        {
            "codepoint": "13CA8",
            "name": "EGYPTIAN HIEROGLYPH-13CA8"
        },
        {
            "codepoint": "13CA9",
            "name": "EGYPTIAN HIEROGLYPH-13CA9"
        },
        {
            "codepoint": "13CAA",
            "name": "EGYPTIAN HIEROGLYPH-13CAA",
            "comments": [
                "classifier high quality (red) linen : (ꞽ)dmꞽ"
            ]
        },
        {
            "codepoint": "13CAB",
            "name": "EGYPTIAN HIEROGLYPH-13CAB",
            "comments": [
                "logogram (high quality (red) linen) : ꞽdmꞽ"
            ]
        },
        {
            "codepoint": "13CAC",
            "name": "EGYPTIAN HIEROGLYPH-13CAC",
            "comments": [
                "logogram (high quality (red) linen) : ꞽdmꞽ"
            ]
        },
        {
            "codepoint": "13CAD",
            "name": "EGYPTIAN HIEROGLYPH-13CAD",
            "comments": [
                "logogram (the one who spreads out his wings ((Dewen-anwy) divinity)) : dwn-ꜥn.wy"
            ]
        },
        {
            "codepoint": "13CAE",
            "name": "EGYPTIAN HIEROGLYPH-13CAE"
        },
        {
            "codepoint": "13CAF",
            "name": "EGYPTIAN HIEROGLYPH-13CAF",
            "comments": [
                "phonemogram : ṯꜣ"
            ]
        },
        {
            "codepoint": "13CB0",
            "name": "EGYPTIAN HIEROGLYPH-13CB0",
            "comments": [
                "phonemogram and classifier throne (in ṯnṯꜣ.t) : ṯꜣ"
            ]
        },
        {
            "codepoint": "13CB1",
            "name": "EGYPTIAN HIEROGLYPH-13CB1"
        },
        {
            "codepoint": "13CB2",
            "name": "EGYPTIAN HIEROGLYPH-13CB2",
            "comments": [
                "logogram (many-coloured of plumage) : sꜣb-šw.t"
            ]
        },
        {
            "codepoint": "13CB3",
            "name": "EGYPTIAN HIEROGLYPH-13CB3",
            "comments": [
                "logogram (many-coloured of plumage) : sꜣb-šw.t"
            ]
        },
        {
            "codepoint": "13CB4",
            "name": "EGYPTIAN HIEROGLYPH-13CB4",
            "comments": [
                "logogram (many-coloured of plumage) : sꜣb-šw.t"
            ]
        },
        {
            "codepoint": "13CB5",
            "name": "EGYPTIAN HIEROGLYPH-13CB5",
            "comments": [
                "logogram (many-coloured of plumage) : sꜣb-šw.t"
            ]
        },
        {
            "codepoint": "13CB6",
            "name": "EGYPTIAN HIEROGLYPH-13CB6",
            "comments": [
                "logogram (many-coloured of plumage, who goes forth in/from the horizon) : sꜣb-šw.t-pr-m-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "13CB7",
            "name": "EGYPTIAN HIEROGLYPH-13CB7",
            "comments": [
                "logogram (many-coloured of plumage, who goes forth in/from the horizon) : sꜣb-šw.t-pr-m-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "13CB8",
            "name": "EGYPTIAN HIEROGLYPH-13CB8",
            "comments": [
                "logogram (many-coloured of plumage, who goes forth in/from the horizon) : sꜣb-šw.t-pr-m-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "13CB9",
            "name": "EGYPTIAN HIEROGLYPH-13CB9"
        },
        {
            "codepoint": "13CBA",
            "name": "EGYPTIAN HIEROGLYPH-13CBA",
            "comments": [
                "logogram (to protect) : ḫwꞽ"
            ]
        },
        {
            "codepoint": "13CBB",
            "name": "EGYPTIAN HIEROGLYPH-13CBB"
        },
        {
            "codepoint": "13CBC",
            "name": "EGYPTIAN HIEROGLYPH-13CBC",
            "comments": [
                "logogram (the one who spreads out his wings ((Dewen-anwy) divinity)) : dwn-ꜥn.wy"
            ]
        },
        {
            "codepoint": "13CBD",
            "name": "EGYPTIAN HIEROGLYPH-13CBD"
        },
        {
            "codepoint": "13CBE",
            "name": "EGYPTIAN HIEROGLYPH-13CBE",
            "comments": [
                "logogram (to protect) : mkꞽ/ḫwꞽ"
            ]
        },
        {
            "codepoint": "13CBF",
            "name": "EGYPTIAN HIEROGLYPH-13CBF",
            "comments": [
                "classifier falcon : b(ꞽ)k.t"
            ]
        },
        {
            "codepoint": "13CC0",
            "name": "EGYPTIAN HIEROGLYPH-13CC0",
            "comments": [
                "classifier falcon/bird of prey : gmḥs"
            ]
        },
        {
            "codepoint": "13CC1",
            "name": "EGYPTIAN HIEROGLYPH-13CC1",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13CC2",
            "name": "EGYPTIAN HIEROGLYPH-13CC2",
            "comments": [
                "logogram (god) : nṯr"
            ]
        },
        {
            "codepoint": "13CC3",
            "name": "EGYPTIAN HIEROGLYPH-13CC3",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13CC4",
            "name": "EGYPTIAN HIEROGLYPH-13CC4",
            "comments": [
                "classifier cult image : ꜥẖm"
            ]
        },
        {
            "codepoint": "13CC5",
            "name": "EGYPTIAN HIEROGLYPH-13CC5",
            "comments": [
                "logogram (Horus) : ḥr"
            ]
        },
        {
            "codepoint": "13CC6",
            "name": "EGYPTIAN HIEROGLYPH-13CC6",
            "comments": [
                "logogram (Haroeris) : ḥr-wr"
            ]
        },
        {
            "codepoint": "13CC7",
            "name": "EGYPTIAN HIEROGLYPH-13CC7",
            "comments": [
                "logogram (Haroeris) : ḥr-wr"
            ]
        },
        {
            "codepoint": "13CC8",
            "name": "EGYPTIAN HIEROGLYPH-13CC8",
            "comments": [
                "logogram (Haroeris) : ḥr-wr"
            ]
        },
        {
            "codepoint": "13CC9",
            "name": "EGYPTIAN HIEROGLYPH-13CC9",
            "comments": [
                "logogram (Sopdu (divinity)) : spd.w"
            ]
        },
        {
            "codepoint": "13CCA",
            "name": "EGYPTIAN HIEROGLYPH-13CCA",
            "comments": [
                "classifier cult image : ꜥẖm"
            ]
        },
        {
            "codepoint": "13CCB",
            "name": "EGYPTIAN HIEROGLYPH-13CCB"
        },
        {
            "codepoint": "13CCC",
            "name": "EGYPTIAN HIEROGLYPH-13CCC",
            "comments": [
                "logogram : sḏr"
            ]
        },
        {
            "codepoint": "13CCD",
            "name": "EGYPTIAN HIEROGLYPH-13CCD"
        },
        {
            "codepoint": "13CCE",
            "name": "EGYPTIAN HIEROGLYPH-13CCE"
        },
        {
            "codepoint": "13CCF",
            "name": "EGYPTIAN HIEROGLYPH-13CCF",
            "comments": [
                "classifier (some type of bird) or (Dedwen, divinity) : bn | ddwn"
            ]
        },
        {
            "codepoint": "13CD0",
            "name": "EGYPTIAN HIEROGLYPH-13CD0",
            "comments": [
                "phonemogram : wr"
            ]
        },
        {
            "codepoint": "13CD1",
            "name": "EGYPTIAN HIEROGLYPH-13CD1",
            "comments": [
                "classifier negative, bad : ꞽw.ty"
            ]
        },
        {
            "codepoint": "13CD2",
            "name": "EGYPTIAN HIEROGLYPH-13CD2"
        },
        {
            "codepoint": "13CD3",
            "name": "EGYPTIAN HIEROGLYPH-13CD3",
            "comments": [
                "phonemogram : ḏb"
            ]
        },
        {
            "codepoint": "13CD4",
            "name": "EGYPTIAN HIEROGLYPH-13CD4",
            "comments": [
                "logogram (brick, sheet, ingot) : ḏb.t"
            ]
        },
        {
            "codepoint": "13CD5",
            "name": "EGYPTIAN HIEROGLYPH-13CD5",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13CD6",
            "name": "EGYPTIAN HIEROGLYPH-13CD6",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13CD7",
            "name": "EGYPTIAN HIEROGLYPH-13CD7"
        },
        {
            "codepoint": "13CD8",
            "name": "EGYPTIAN HIEROGLYPH-13CD8"
        },
        {
            "codepoint": "13CD9",
            "name": "EGYPTIAN HIEROGLYPH-13CD9",
            "comments": [
                "phonemogram : b"
            ]
        },
        {
            "codepoint": "13CDA",
            "name": "EGYPTIAN HIEROGLYPH-13CDA",
            "comments": [
                "logogram (He of Edfu) : bḥd.ty"
            ]
        },
        {
            "codepoint": "13CDB",
            "name": "EGYPTIAN HIEROGLYPH-13CDB"
        },
        {
            "codepoint": "13CDC",
            "name": "EGYPTIAN HIEROGLYPH-13CDC",
            "comments": [
                "logogram (the female falcon) : bꞽk.t"
            ]
        },
        {
            "codepoint": "13CDD",
            "name": "EGYPTIAN HIEROGLYPH-13CDD",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13CDE",
            "name": "EGYPTIAN HIEROGLYPH-13CDE",
            "comments": [
                "logogram (soul) : bꜣ"
            ]
        },
        {
            "codepoint": "13CDF",
            "name": "EGYPTIAN HIEROGLYPH-13CDF"
        },
        {
            "codepoint": "13CE0",
            "name": "EGYPTIAN HIEROGLYPH-13CE0",
            "comments": [
                "classifier descendant : ḫr(.y)"
            ]
        },
        {
            "codepoint": "13CE1",
            "name": "EGYPTIAN HIEROGLYPH-13CE1",
            "comments": [
                "phonemogram : ṯꜣ"
            ]
        },
        {
            "codepoint": "13CE2",
            "name": "EGYPTIAN HIEROGLYPH-13CE2",
            "comments": [
                "logogram (water fowl) : rꜣ"
            ]
        },
        {
            "codepoint": "13CE3",
            "name": "EGYPTIAN HIEROGLYPH-13CE3",
            "comments": [
                "classifier nest : sš"
            ]
        },
        {
            "codepoint": "13CE4",
            "name": "EGYPTIAN HIEROGLYPH-13CE4"
        },
        {
            "codepoint": "13CE5",
            "name": "EGYPTIAN HIEROGLYPH-13CE5",
            "comments": [
                "classifier nest : sš"
            ]
        },
        {
            "codepoint": "13CE6",
            "name": "EGYPTIAN HIEROGLYPH-13CE6",
            "comments": [
                "phonemogram : rḫt"
            ]
        },
        {
            "codepoint": "13CE7",
            "name": "EGYPTIAN HIEROGLYPH-13CE7",
            "comments": [
                "phonemogram : rḫt"
            ]
        },
        {
            "codepoint": "13CE8",
            "name": "EGYPTIAN HIEROGLYPH-13CE8"
        },
        {
            "codepoint": "13CE9",
            "name": "EGYPTIAN HIEROGLYPH-13CE9",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13CEA",
            "name": "EGYPTIAN HIEROGLYPH-13CEA",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13CEB",
            "name": "EGYPTIAN HIEROGLYPH-13CEB",
            "comments": [
                "logogram (nest) : sš"
            ]
        },
        {
            "codepoint": "13CEC",
            "name": "EGYPTIAN HIEROGLYPH-13CEC",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "13CED",
            "name": "EGYPTIAN HIEROGLYPH-13CED",
            "comments": [
                "logogram (bird-pool, nest) : sš"
            ]
        },
        {
            "codepoint": "13CEE",
            "name": "EGYPTIAN HIEROGLYPH-13CEE",
            "comments": [
                "logogram (nest) : sš"
            ]
        },
        {
            "codepoint": "13CEF",
            "name": "EGYPTIAN HIEROGLYPH-13CEF",
            "comments": [
                "logogram (bird-pool, nest, marshland) : sš"
            ]
        },
        {
            "codepoint": "13CF0",
            "name": "EGYPTIAN HIEROGLYPH-13CF0",
            "comments": [
                "classifier pelican : ḥn.t"
            ]
        },
        {
            "codepoint": "13CF1",
            "name": "EGYPTIAN HIEROGLYPH-13CF1",
            "comments": [
                "phonemogram : nḥ"
            ]
        },
        {
            "codepoint": "13CF2",
            "name": "EGYPTIAN HIEROGLYPH-13CF2",
            "comments": [
                "phonemogram : nḥ"
            ]
        },
        {
            "codepoint": "13CF3",
            "name": "EGYPTIAN HIEROGLYPH-13CF3",
            "comments": [
                "phonemogram : nḥ"
            ]
        },
        {
            "codepoint": "13CF4",
            "name": "EGYPTIAN HIEROGLYPH-13CF4",
            "comments": [
                "phonemogram : nḥ"
            ]
        },
        {
            "codepoint": "13CF5",
            "name": "EGYPTIAN HIEROGLYPH-13CF5",
            "comments": [
                "phonemogram : ty"
            ]
        },
        {
            "codepoint": "13CF6",
            "name": "EGYPTIAN HIEROGLYPH-13CF6",
            "comments": [
                "phonemogram : ty"
            ]
        },
        {
            "codepoint": "13CF7",
            "name": "EGYPTIAN HIEROGLYPH-13CF7",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "13CF8",
            "name": "EGYPTIAN HIEROGLYPH-13CF8",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "13CF9",
            "name": "EGYPTIAN HIEROGLYPH-13CF9",
            "comments": [
                "phonemogram/Logogram (who everyone knows) : rḫ.t-ḥr-nb"
            ]
        },
        {
            "codepoint": "13CFA",
            "name": "EGYPTIAN HIEROGLYPH-13CFA",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "13CFB",
            "name": "EGYPTIAN HIEROGLYPH-13CFB",
            "comments": [
                "logogram (common folk, subjects, people) : rḫ.yt"
            ]
        },
        {
            "codepoint": "13CFC",
            "name": "EGYPTIAN HIEROGLYPH-13CFC",
            "comments": [
                "phonemogram : tyw"
            ]
        },
        {
            "codepoint": "13CFD",
            "name": "EGYPTIAN HIEROGLYPH-13CFD"
        },
        {
            "codepoint": "13CFE",
            "name": "EGYPTIAN HIEROGLYPH-13CFE",
            "comments": [
                "phonemogram : ty"
            ]
        },
        {
            "codepoint": "13CFF",
            "name": "EGYPTIAN HIEROGLYPH-13CFF"
        },
        {
            "codepoint": "13D00",
            "name": "EGYPTIAN HIEROGLYPH-13D00",
            "comments": [
                "phonemogram : nt"
            ]
        },
        {
            "codepoint": "13D01",
            "name": "EGYPTIAN HIEROGLYPH-13D01"
        },
        {
            "codepoint": "13D02",
            "name": "EGYPTIAN HIEROGLYPH-13D02",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13D03",
            "name": "EGYPTIAN HIEROGLYPH-13D03",
            "comments": [
                "logogram (Nekhbet (divinity)) : nḫb.t"
            ]
        },
        {
            "codepoint": "13D04",
            "name": "EGYPTIAN HIEROGLYPH-13D04",
            "comments": [
                "classifier divinity  (Nekhbet) : nḫb.t"
            ]
        },
        {
            "codepoint": "13D05",
            "name": "EGYPTIAN HIEROGLYPH-13D05",
            "comments": [
                "logogram (Mut (divinity)) : mw.t"
            ]
        },
        {
            "codepoint": "13D06",
            "name": "EGYPTIAN HIEROGLYPH-13D06",
            "comments": [
                "classifier uraeus : wr.t"
            ]
        },
        {
            "codepoint": "13D07",
            "name": "EGYPTIAN HIEROGLYPH-13D07",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D08",
            "name": "EGYPTIAN HIEROGLYPH-13D08",
            "comments": [
                "logogram (new year festival) : wp-rnp.t"
            ]
        },
        {
            "codepoint": "13D09",
            "name": "EGYPTIAN HIEROGLYPH-13D09",
            "comments": [
                "logogram/phonemogram (to protect) : mkꞽ"
            ]
        },
        {
            "codepoint": "13D0A",
            "name": "EGYPTIAN HIEROGLYPH-13D0A",
            "comments": [
                "logogram/phonemogram (to protect) : mkꞽ"
            ]
        },
        {
            "codepoint": "13D0B",
            "name": "EGYPTIAN HIEROGLYPH-13D0B",
            "comments": [
                "logogram/phonemogram (to protect) : mkꞽ"
            ]
        },
        {
            "codepoint": "13D0C",
            "name": "EGYPTIAN HIEROGLYPH-13D0C"
        },
        {
            "codepoint": "13D0D",
            "name": "EGYPTIAN HIEROGLYPH-13D0D"
        },
        {
            "codepoint": "13D0E",
            "name": "EGYPTIAN HIEROGLYPH-13D0E",
            "comments": [
                "phonemogram : ꜣ"
            ]
        },
        {
            "codepoint": "13D0F",
            "name": "EGYPTIAN HIEROGLYPH-13D0F",
            "comments": [
                "logogram (mother of the god, lady of) : mw.t-nṯr-nb"
            ]
        },
        {
            "codepoint": "13D10",
            "name": "EGYPTIAN HIEROGLYPH-13D10",
            "comments": [
                "logogram (staff) : mdw"
            ]
        },
        {
            "codepoint": "13D11",
            "name": "EGYPTIAN HIEROGLYPH-13D11",
            "comments": [
                "classifier staff : mdw"
            ]
        },
        {
            "codepoint": "13D12",
            "name": "EGYPTIAN HIEROGLYPH-13D12",
            "comments": [
                "classifier staff"
            ]
        },
        {
            "codepoint": "13D13",
            "name": "EGYPTIAN HIEROGLYPH-13D13",
            "comments": [
                "classifier staff : mdw"
            ]
        },
        {
            "codepoint": "13D14",
            "name": "EGYPTIAN HIEROGLYPH-13D14",
            "comments": [
                "phonemogram : mdw"
            ]
        },
        {
            "codepoint": "13D15",
            "name": "EGYPTIAN HIEROGLYPH-13D15",
            "comments": [
                "logogram (staff) : mdw"
            ]
        },
        {
            "codepoint": "13D16",
            "name": "EGYPTIAN HIEROGLYPH-13D16",
            "comments": [
                "phonemogram/logogram (end) : nfr.(y)t"
            ]
        },
        {
            "codepoint": "13D17",
            "name": "EGYPTIAN HIEROGLYPH-13D17",
            "comments": [
                "logogram (to see) : mꜣꜣ"
            ]
        },
        {
            "codepoint": "13D18",
            "name": "EGYPTIAN HIEROGLYPH-13D18",
            "comments": [
                "phono-repeater : ꞽmꜣḫ"
            ]
        },
        {
            "codepoint": "13D19",
            "name": "EGYPTIAN HIEROGLYPH-13D19",
            "comments": [
                "logogram (to speak, to say) : ḏd"
            ]
        },
        {
            "codepoint": "13D1A",
            "name": "EGYPTIAN HIEROGLYPH-13D1A",
            "comments": [
                "classifier common crane : ḏꜣ(.t)"
            ]
        },
        {
            "codepoint": "13D1B",
            "name": "EGYPTIAN HIEROGLYPH-13D1B",
            "comments": [
                "logogram (to speak, to say) : ḏd"
            ]
        },
        {
            "codepoint": "13D1C",
            "name": "EGYPTIAN HIEROGLYPH-13D1C",
            "comments": [
                "phonemogram : pg"
            ]
        },
        {
            "codepoint": "13D1D",
            "name": "EGYPTIAN HIEROGLYPH-13D1D",
            "comments": [
                "phonemogram : ꜣḫ"
            ]
        },
        {
            "codepoint": "13D1E",
            "name": "EGYPTIAN HIEROGLYPH-13D1E",
            "comments": [
                "phonemogram/logogram (spirits) : ꜣḫ"
            ]
        },
        {
            "codepoint": "13D1F",
            "name": "EGYPTIAN HIEROGLYPH-13D1F",
            "comments": [
                "phono-repeater : nr"
            ]
        },
        {
            "codepoint": "13D20",
            "name": "EGYPTIAN HIEROGLYPH-13D20"
        },
        {
            "codepoint": "13D21",
            "name": "EGYPTIAN HIEROGLYPH-13D21"
        },
        {
            "codepoint": "13D22",
            "name": "EGYPTIAN HIEROGLYPH-13D22"
        },
        {
            "codepoint": "13D23",
            "name": "EGYPTIAN HIEROGLYPH-13D23",
            "comments": [
                "phonemogram : šps"
            ]
        },
        {
            "codepoint": "13D24",
            "name": "EGYPTIAN HIEROGLYPH-13D24",
            "comments": [
                "phonemogram : tꜣš"
            ]
        },
        {
            "codepoint": "13D25",
            "name": "EGYPTIAN HIEROGLYPH-13D25",
            "comments": [
                "classifier double feather : šw.ty"
            ]
        },
        {
            "codepoint": "13D26",
            "name": "EGYPTIAN HIEROGLYPH-13D26",
            "comments": [
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "13D27",
            "name": "EGYPTIAN HIEROGLYPH-13D27"
        },
        {
            "codepoint": "13D28",
            "name": "EGYPTIAN HIEROGLYPH-13D28",
            "comments": [
                "logogram (claw, talon) : ꜥn.t"
            ]
        },
        {
            "codepoint": "13D29",
            "name": "EGYPTIAN HIEROGLYPH-13D29",
            "comments": [
                "logogram (one who is within an egg) : ꞽm.yw-swḥ.t"
            ]
        },
        {
            "codepoint": "13D2A",
            "name": "EGYPTIAN HIEROGLYPH-13D2A",
            "comments": [
                "logogram (Duau (divinity)) : dwꜣw"
            ]
        },
        {
            "codepoint": "13D2B",
            "name": "EGYPTIAN HIEROGLYPH-13D2B",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13D2C",
            "name": "EGYPTIAN HIEROGLYPH-13D2C",
            "comments": [
                "phonemogram : w"
            ]
        },
        {
            "codepoint": "13D2D",
            "name": "EGYPTIAN HIEROGLYPH-13D2D",
            "comments": [
                "phonemogram : ꜣ"
            ]
        },
        {
            "codepoint": "13D2E",
            "name": "EGYPTIAN HIEROGLYPH-13D2E",
            "comments": [
                "phonemogram : gb"
            ]
        },
        {
            "codepoint": "13D2F",
            "name": "EGYPTIAN HIEROGLYPH-13D2F",
            "comments": [
                "logogram (Nehebkau (divinity)) : nḥb-kꜣ.w"
            ]
        },
        {
            "codepoint": "13D30",
            "name": "EGYPTIAN HIEROGLYPH-13D30",
            "comments": [
                "classifier hardun lizard : ḏnf"
            ]
        },
        {
            "codepoint": "13D31",
            "name": "EGYPTIAN HIEROGLYPH-13D31",
            "comments": [
                "classifier evil : ḏwḏw"
            ]
        },
        {
            "codepoint": "13D32",
            "name": "EGYPTIAN HIEROGLYPH-13D32",
            "comments": [
                "classifier Nun : nꞽw"
            ]
        },
        {
            "codepoint": "13D33",
            "name": "EGYPTIAN HIEROGLYPH-13D33",
            "comments": [
                "logogram (Sobek (divinity)) : sbk"
            ]
        },
        {
            "codepoint": "13D34",
            "name": "EGYPTIAN HIEROGLYPH-13D34",
            "comments": [
                "logogram (Iqer, 6th nome of UE) : ꞽḳr"
            ]
        },
        {
            "codepoint": "13D35",
            "name": "EGYPTIAN HIEROGLYPH-13D35",
            "comments": [
                "classifier divinity (Sobek) : sbk"
            ]
        },
        {
            "codepoint": "13D36",
            "name": "EGYPTIAN HIEROGLYPH-13D36",
            "comments": [
                "logogram (Iqer, 6th nome of UE) : ꞽḳr"
            ]
        },
        {
            "codepoint": "13D37",
            "name": "EGYPTIAN HIEROGLYPH-13D37",
            "comments": [
                "logogram (Medinet Habu) : ṯꜣm.t"
            ]
        },
        {
            "codepoint": "13D38",
            "name": "EGYPTIAN HIEROGLYPH-13D38",
            "comments": [
                "logogram (Iqer, 6th nome of UE) : ꞽḳr"
            ]
        },
        {
            "codepoint": "13D39",
            "name": "EGYPTIAN HIEROGLYPH-13D39",
            "comments": [
                "classifier water animal : ꞽm.yw-mw"
            ]
        },
        {
            "codepoint": "13D3A",
            "name": "EGYPTIAN HIEROGLYPH-13D3A",
            "comments": [
                "classifier enemy in crocodile form : ḫꜥw"
            ]
        },
        {
            "codepoint": "13D3B",
            "name": "EGYPTIAN HIEROGLYPH-13D3B",
            "comments": [
                "logogram (crocodile) : ꜥfꜥ"
            ]
        },
        {
            "codepoint": "13D3C",
            "name": "EGYPTIAN HIEROGLYPH-13D3C",
            "comments": [
                "classifier enemy in crocodile form : ḥnt.y"
            ]
        },
        {
            "codepoint": "13D3D",
            "name": "EGYPTIAN HIEROGLYPH-13D3D",
            "comments": [
                "classifier enemy in crocodile form : mg(ꜣ)"
            ]
        },
        {
            "codepoint": "13D3E",
            "name": "EGYPTIAN HIEROGLYPH-13D3E",
            "comments": [
                "classifier crocodile : ḥnt.y"
            ]
        },
        {
            "codepoint": "13D3F",
            "name": "EGYPTIAN HIEROGLYPH-13D3F",
            "comments": [
                "logogram (crocodile) : mg(ꜣ)"
            ]
        },
        {
            "codepoint": "13D40",
            "name": "EGYPTIAN HIEROGLYPH-13D40",
            "comments": [
                "logogram (Sobek (divinity)) : sbk"
            ]
        },
        {
            "codepoint": "13D41",
            "name": "EGYPTIAN HIEROGLYPH-13D41",
            "comments": [
                "logogram (to gather) : sꜣḳ"
            ]
        },
        {
            "codepoint": "13D42",
            "name": "EGYPTIAN HIEROGLYPH-13D42",
            "comments": [
                "logogram (Sobek (divinity)) : sbk"
            ]
        },
        {
            "codepoint": "13D43",
            "name": "EGYPTIAN HIEROGLYPH-13D43",
            "comments": [
                "logogram (Sobek-Re (divinity)) : sbk-rꜥ"
            ]
        },
        {
            "codepoint": "13D44",
            "name": "EGYPTIAN HIEROGLYPH-13D44",
            "comments": [
                "logogram (sovereign) : ꞽty"
            ]
        },
        {
            "codepoint": "13D45",
            "name": "EGYPTIAN HIEROGLYPH-13D45",
            "comments": [
                "logogram (Sobek (divinity)) : sbk"
            ]
        },
        {
            "codepoint": "13D46",
            "name": "EGYPTIAN HIEROGLYPH-13D46",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13D47",
            "name": "EGYPTIAN HIEROGLYPH-13D47",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13D48",
            "name": "EGYPTIAN HIEROGLYPH-13D48",
            "comments": [
                "logogram (Sobek-Re (divinity)) : sbk-rꜥ"
            ]
        },
        {
            "codepoint": "13D49",
            "name": "EGYPTIAN HIEROGLYPH-13D49",
            "comments": [
                "classifier the two crocodiles : sbk.wy"
            ]
        },
        {
            "codepoint": "13D4A",
            "name": "EGYPTIAN HIEROGLYPH-13D4A",
            "comments": [
                "logogram (moment of attack) : ꜣ.t"
            ]
        },
        {
            "codepoint": "13D4B",
            "name": "EGYPTIAN HIEROGLYPH-13D4B",
            "comments": [
                "logogram (Egypt) : km.t"
            ]
        },
        {
            "codepoint": "13D4C",
            "name": "EGYPTIAN HIEROGLYPH-13D4C",
            "comments": [
                "phonemogram : km"
            ]
        },
        {
            "codepoint": "13D4D",
            "name": "EGYPTIAN HIEROGLYPH-13D4D",
            "comments": [
                "phonemogram : km"
            ]
        },
        {
            "codepoint": "13D4E",
            "name": "EGYPTIAN HIEROGLYPH-13D4E",
            "comments": [
                "phonemogram : km"
            ]
        },
        {
            "codepoint": "13D4F",
            "name": "EGYPTIAN HIEROGLYPH-13D4F"
        },
        {
            "codepoint": "13D50",
            "name": "EGYPTIAN HIEROGLYPH-13D50"
        },
        {
            "codepoint": "13D51",
            "name": "EGYPTIAN HIEROGLYPH-13D51",
            "comments": [
                "logogram Hfn (one hundred thousand)"
            ]
        },
        {
            "codepoint": "13D52",
            "name": "EGYPTIAN HIEROGLYPH-13D52",
            "comments": [
                "logogram (Heqet (divinity)) : ḥḳ.t"
            ]
        },
        {
            "codepoint": "13D53",
            "name": "EGYPTIAN HIEROGLYPH-13D53",
            "comments": [
                "logogram (one hundred thousand) : ḥfn"
            ]
        },
        {
            "codepoint": "13D54",
            "name": "EGYPTIAN HIEROGLYPH-13D54",
            "comments": [
                "classifier snake : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "13D55",
            "name": "EGYPTIAN HIEROGLYPH-13D55",
            "comments": [
                "logogram (to enter) : ꜥḳ"
            ]
        },
        {
            "codepoint": "13D56",
            "name": "EGYPTIAN HIEROGLYPH-13D56",
            "comments": [
                "logogram (to enter) : ꜥḳ"
            ]
        },
        {
            "codepoint": "13D57",
            "name": "EGYPTIAN HIEROGLYPH-13D57",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13D58",
            "name": "EGYPTIAN HIEROGLYPH-13D58",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13D59",
            "name": "EGYPTIAN HIEROGLYPH-13D59",
            "comments": [
                "classifier snake : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "13D5A",
            "name": "EGYPTIAN HIEROGLYPH-13D5A",
            "comments": [
                "logogram (lifetime) : ꜥḥꜥ.w"
            ]
        },
        {
            "codepoint": "13D5B",
            "name": "EGYPTIAN HIEROGLYPH-13D5B",
            "comments": [
                "phonemogram : ꞽnḏ"
            ]
        },
        {
            "codepoint": "13D5C",
            "name": "EGYPTIAN HIEROGLYPH-13D5C",
            "comments": [
                "phonemogram : nf"
            ]
        },
        {
            "codepoint": "13D5D",
            "name": "EGYPTIAN HIEROGLYPH-13D5D",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13D5E",
            "name": "EGYPTIAN HIEROGLYPH-13D5E",
            "comments": [
                "logogram (father) : ꞽt"
            ]
        },
        {
            "codepoint": "13D5F",
            "name": "EGYPTIAN HIEROGLYPH-13D5F",
            "comments": [
                "phonemogram : py"
            ]
        },
        {
            "codepoint": "13D60",
            "name": "EGYPTIAN HIEROGLYPH-13D60"
        },
        {
            "codepoint": "13D61",
            "name": "EGYPTIAN HIEROGLYPH-13D61",
            "comments": [
                "phonemogram/logogram (his name) : rn=f"
            ]
        },
        {
            "codepoint": "13D62",
            "name": "EGYPTIAN HIEROGLYPH-13D62",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13D63",
            "name": "EGYPTIAN HIEROGLYPH-13D63",
            "comments": [
                "phonemogram : ꞽnḏ"
            ]
        },
        {
            "codepoint": "13D64",
            "name": "EGYPTIAN HIEROGLYPH-13D64",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13D65",
            "name": "EGYPTIAN HIEROGLYPH-13D65",
            "comments": [
                "logogram (divinity) : wr-ḥkꜣ.w"
            ]
        },
        {
            "codepoint": "13D66",
            "name": "EGYPTIAN HIEROGLYPH-13D66"
        },
        {
            "codepoint": "13D67",
            "name": "EGYPTIAN HIEROGLYPH-13D67",
            "comments": [
                "phonemogram/logogram (eternity) : ḏ.t"
            ]
        },
        {
            "codepoint": "13D68",
            "name": "EGYPTIAN HIEROGLYPH-13D68",
            "comments": [
                "logogram (eternity) : ḏ.t"
            ]
        },
        {
            "codepoint": "13D69",
            "name": "EGYPTIAN HIEROGLYPH-13D69",
            "comments": [
                "classifier divinity : ḳbḥ.wt"
            ]
        },
        {
            "codepoint": "13D6A",
            "name": "EGYPTIAN HIEROGLYPH-13D6A",
            "comments": [
                "logogram/phonemogram (boundry, cliff) : ṯn.w"
            ]
        },
        {
            "codepoint": "13D6B",
            "name": "EGYPTIAN HIEROGLYPH-13D6B",
            "comments": [
                "logogram (boundry, cliff) : ṯn.w"
            ]
        },
        {
            "codepoint": "13D6C",
            "name": "EGYPTIAN HIEROGLYPH-13D6C",
            "comments": [
                "classifier divinity : ḳbḥ.wt"
            ]
        },
        {
            "codepoint": "13D6D",
            "name": "EGYPTIAN HIEROGLYPH-13D6D",
            "comments": [
                "logogram (the two mountain ranges of the Nile valley) : ṯn.wy"
            ]
        },
        {
            "codepoint": "13D6E",
            "name": "EGYPTIAN HIEROGLYPH-13D6E",
            "comments": [
                "logogram (the two mountain ranges of the Nile valley) : ṯn.wy"
            ]
        },
        {
            "codepoint": "13D6F",
            "name": "EGYPTIAN HIEROGLYPH-13D6F",
            "comments": [
                "logogram (eternity) : ḏ.t"
            ]
        },
        {
            "codepoint": "13D70",
            "name": "EGYPTIAN HIEROGLYPH-13D70",
            "comments": [
                "phonemogram : nt"
            ]
        },
        {
            "codepoint": "13D71",
            "name": "EGYPTIAN HIEROGLYPH-13D71",
            "comments": [
                "phonemogram : mḏ"
            ]
        },
        {
            "codepoint": "13D72",
            "name": "EGYPTIAN HIEROGLYPH-13D72",
            "comments": [
                "phonemogram (in ḥḏ-tꜣ, dawn, daybreak) : ḥḏ"
            ]
        },
        {
            "codepoint": "13D73",
            "name": "EGYPTIAN HIEROGLYPH-13D73",
            "comments": [
                "logogram (cavern) : ḳr.t"
            ]
        },
        {
            "codepoint": "13D74",
            "name": "EGYPTIAN HIEROGLYPH-13D74",
            "comments": [
                "logogram (cavern) : ḳr.t"
            ]
        },
        {
            "codepoint": "13D75",
            "name": "EGYPTIAN HIEROGLYPH-13D75",
            "comments": [
                "logogram (cavern) : ḳr.t"
            ]
        },
        {
            "codepoint": "13D76",
            "name": "EGYPTIAN HIEROGLYPH-13D76",
            "comments": [
                "logogram (cavern) : ḳr.t"
            ]
        },
        {
            "codepoint": "13D77",
            "name": "EGYPTIAN HIEROGLYPH-13D77",
            "comments": [
                "logogram (cavern) : ḳr.t"
            ]
        },
        {
            "codepoint": "13D78",
            "name": "EGYPTIAN HIEROGLYPH-13D78",
            "comments": [
                "logogram (the two holes, the two caverns) : ḳr.ty"
            ]
        },
        {
            "codepoint": "13D79",
            "name": "EGYPTIAN HIEROGLYPH-13D79",
            "comments": [
                "classifier female divinity"
            ]
        },
        {
            "codepoint": "13D7A",
            "name": "EGYPTIAN HIEROGLYPH-13D7A",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D7B",
            "name": "EGYPTIAN HIEROGLYPH-13D7B",
            "comments": [
                "logogram (fire, flame) : nsr.t"
            ]
        },
        {
            "codepoint": "13D7C",
            "name": "EGYPTIAN HIEROGLYPH-13D7C",
            "comments": [
                "logogram (fire, flame) : nsr.t"
            ]
        },
        {
            "codepoint": "13D7D",
            "name": "EGYPTIAN HIEROGLYPH-13D7D",
            "comments": [
                "classifier the two Udjat eyes : wḏꜣ.ty"
            ]
        },
        {
            "codepoint": "13D7E",
            "name": "EGYPTIAN HIEROGLYPH-13D7E",
            "comments": [
                "logogram (goddesses) : nṯr.wt"
            ]
        },
        {
            "codepoint": "13D7F",
            "name": "EGYPTIAN HIEROGLYPH-13D7F",
            "comments": [
                "classifier Ennead : psḏ.t"
            ]
        },
        {
            "codepoint": "13D80",
            "name": "EGYPTIAN HIEROGLYPH-13D80"
        },
        {
            "codepoint": "13D81",
            "name": "EGYPTIAN HIEROGLYPH-13D81"
        },
        {
            "codepoint": "13D82",
            "name": "EGYPTIAN HIEROGLYPH-13D82",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13D83",
            "name": "EGYPTIAN HIEROGLYPH-13D83",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13D84",
            "name": "EGYPTIAN HIEROGLYPH-13D84",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13D85",
            "name": "EGYPTIAN HIEROGLYPH-13D85"
        },
        {
            "codepoint": "13D86",
            "name": "EGYPTIAN HIEROGLYPH-13D86"
        },
        {
            "codepoint": "13D87",
            "name": "EGYPTIAN HIEROGLYPH-13D87",
            "comments": [
                "logogram (goddesses) : nṯr.wt"
            ]
        },
        {
            "codepoint": "13D88",
            "name": "EGYPTIAN HIEROGLYPH-13D88",
            "comments": [
                "classifier uraeus snake : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13D89",
            "name": "EGYPTIAN HIEROGLYPH-13D89",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D8A",
            "name": "EGYPTIAN HIEROGLYPH-13D8A",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "13D8B",
            "name": "EGYPTIAN HIEROGLYPH-13D8B",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D8C",
            "name": "EGYPTIAN HIEROGLYPH-13D8C",
            "comments": [
                "classifier the two uraeus snakes : wꜣḏ.ty"
            ]
        },
        {
            "codepoint": "13D8D",
            "name": "EGYPTIAN HIEROGLYPH-13D8D",
            "comments": [
                "logogram (Hathor) : ḥw.t-ḥr"
            ]
        },
        {
            "codepoint": "13D8E",
            "name": "EGYPTIAN HIEROGLYPH-13D8E",
            "comments": [
                "logogram (goddess) : nṯr.t"
            ]
        },
        {
            "codepoint": "13D8F",
            "name": "EGYPTIAN HIEROGLYPH-13D8F",
            "comments": [
                "logogram (Renenoutet) : rnn.wtt"
            ]
        },
        {
            "codepoint": "13D90",
            "name": "EGYPTIAN HIEROGLYPH-13D90",
            "comments": [
                "phonemogram/logogram (to encircle with) : mḥn"
            ]
        },
        {
            "codepoint": "13D91",
            "name": "EGYPTIAN HIEROGLYPH-13D91",
            "comments": [
                "classifier snake, uraeus : ꞽꜥr.ty"
            ]
        },
        {
            "codepoint": "13D92",
            "name": "EGYPTIAN HIEROGLYPH-13D92",
            "comments": [
                "logogram (Wadjet (divinity) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13D93",
            "name": "EGYPTIAN HIEROGLYPH-13D93",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D94",
            "name": "EGYPTIAN HIEROGLYPH-13D94",
            "comments": [
                "classifier uraeus : wr.t"
            ]
        },
        {
            "codepoint": "13D95",
            "name": "EGYPTIAN HIEROGLYPH-13D95",
            "comments": [
                "logogram (lady (in nb.ty)) : nb.t"
            ]
        },
        {
            "codepoint": "13D96",
            "name": "EGYPTIAN HIEROGLYPH-13D96",
            "comments": [
                "logogram (Renenoutet) : rnn.wtt"
            ]
        },
        {
            "codepoint": "13D97",
            "name": "EGYPTIAN HIEROGLYPH-13D97",
            "comments": [
                "logogram (uraeus) : mḥn.t"
            ]
        },
        {
            "codepoint": "13D98",
            "name": "EGYPTIAN HIEROGLYPH-13D98",
            "comments": [
                "classifier coil (of a snake) : mḥn"
            ]
        },
        {
            "codepoint": "13D99",
            "name": "EGYPTIAN HIEROGLYPH-13D99",
            "comments": [
                "logogram (uraeus) : mḥn.t"
            ]
        },
        {
            "codepoint": "13D9A",
            "name": "EGYPTIAN HIEROGLYPH-13D9A",
            "comments": [
                "logogram (uraeus) : mḥn.t"
            ]
        },
        {
            "codepoint": "13D9B",
            "name": "EGYPTIAN HIEROGLYPH-13D9B",
            "comments": [
                "logogram (uraeus) : mḥn.t"
            ]
        },
        {
            "codepoint": "13D9C",
            "name": "EGYPTIAN HIEROGLYPH-13D9C"
        },
        {
            "codepoint": "13D9D",
            "name": "EGYPTIAN HIEROGLYPH-13D9D",
            "comments": [
                "logogram (uraeus) : mḥn.t"
            ]
        },
        {
            "codepoint": "13D9E",
            "name": "EGYPTIAN HIEROGLYPH-13D9E"
        },
        {
            "codepoint": "13D9F",
            "name": "EGYPTIAN HIEROGLYPH-13D9F"
        },
        {
            "codepoint": "13DA0",
            "name": "EGYPTIAN HIEROGLYPH-13DA0",
            "comments": [
                "logogram (lady of Dendera) : nb.t ꞽwn.t"
            ]
        },
        {
            "codepoint": "13DA1",
            "name": "EGYPTIAN HIEROGLYPH-13DA1",
            "comments": [
                "logogram (lady of Dendera) : nb.t ꞽwn.t"
            ]
        },
        {
            "codepoint": "13DA2",
            "name": "EGYPTIAN HIEROGLYPH-13DA2",
            "comments": [
                "phonemogram/logogram (to not know) : n rḫ"
            ]
        },
        {
            "codepoint": "13DA3",
            "name": "EGYPTIAN HIEROGLYPH-13DA3",
            "comments": [
                "phonemogram/logogram (to not know) : n rḫ"
            ]
        },
        {
            "codepoint": "13DA4",
            "name": "EGYPTIAN HIEROGLYPH-13DA4",
            "comments": [
                "phono-repeater : n rḫ"
            ]
        },
        {
            "codepoint": "13DA5",
            "name": "EGYPTIAN HIEROGLYPH-13DA5",
            "comments": [
                "phonemogram/logogram (to not know) : n rḫ"
            ]
        },
        {
            "codepoint": "13DA6",
            "name": "EGYPTIAN HIEROGLYPH-13DA6"
        },
        {
            "codepoint": "13DA7",
            "name": "EGYPTIAN HIEROGLYPH-13DA7",
            "comments": [
                "logogram (Renenoutet) : rnn.wtt"
            ]
        },
        {
            "codepoint": "13DA8",
            "name": "EGYPTIAN HIEROGLYPH-13DA8",
            "comments": [
                "phonemogram : (ꞽ)ḫr"
            ]
        },
        {
            "codepoint": "13DA9",
            "name": "EGYPTIAN HIEROGLYPH-13DA9",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "13DAA",
            "name": "EGYPTIAN HIEROGLYPH-13DAA",
            "comments": [
                "logogram (the two caverns) : ḳr.ty"
            ]
        },
        {
            "codepoint": "13DAB",
            "name": "EGYPTIAN HIEROGLYPH-13DAB",
            "comments": [
                "classifier snake"
            ]
        },
        {
            "codepoint": "13DAC",
            "name": "EGYPTIAN HIEROGLYPH-13DAC"
        },
        {
            "codepoint": "13DAD",
            "name": "EGYPTIAN HIEROGLYPH-13DAD",
            "comments": [
                "classifier snake"
            ]
        },
        {
            "codepoint": "13DAE",
            "name": "EGYPTIAN HIEROGLYPH-13DAE",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13DAF",
            "name": "EGYPTIAN HIEROGLYPH-13DAF",
            "comments": [
                "classifier snake, serpent : nḥꜣ-ḥr"
            ]
        },
        {
            "codepoint": "13DB0",
            "name": "EGYPTIAN HIEROGLYPH-13DB0"
        },
        {
            "codepoint": "13DB1",
            "name": "EGYPTIAN HIEROGLYPH-13DB1",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13DB2",
            "name": "EGYPTIAN HIEROGLYPH-13DB2",
            "comments": [
                "phonemogram : f"
            ]
        },
        {
            "codepoint": "13DB3",
            "name": "EGYPTIAN HIEROGLYPH-13DB3",
            "comments": [
                "phonemogram n and logogram bꜣ (soul) : n & bꜣ"
            ]
        },
        {
            "codepoint": "13DB4",
            "name": "EGYPTIAN HIEROGLYPH-13DB4",
            "comments": [
                "classifier snake : ꜥꜣpp"
            ]
        },
        {
            "codepoint": "13DB5",
            "name": "EGYPTIAN HIEROGLYPH-13DB5"
        },
        {
            "codepoint": "13DB6",
            "name": "EGYPTIAN HIEROGLYPH-13DB6",
            "comments": [
                "phonemogram : ꜥ"
            ]
        },
        {
            "codepoint": "13DB7",
            "name": "EGYPTIAN HIEROGLYPH-13DB7",
            "comments": [
                "logogram (Shai (divinity)) : šꜣw"
            ]
        },
        {
            "codepoint": "13DB8",
            "name": "EGYPTIAN HIEROGLYPH-13DB8",
            "comments": [
                "classifier snake, serpent : ḥfꜣw"
            ]
        },
        {
            "codepoint": "13DB9",
            "name": "EGYPTIAN HIEROGLYPH-13DB9",
            "comments": [
                "classifier snake, serpent : pẖr-ḥr"
            ]
        },
        {
            "codepoint": "13DBA",
            "name": "EGYPTIAN HIEROGLYPH-13DBA"
        },
        {
            "codepoint": "13DBB",
            "name": "EGYPTIAN HIEROGLYPH-13DBB",
            "comments": [
                "classifier snake : ꜥꜣpp"
            ]
        },
        {
            "codepoint": "13DBC",
            "name": "EGYPTIAN HIEROGLYPH-13DBC",
            "comments": [
                "classifier snake : ḥf(ꜣ).t"
            ]
        },
        {
            "codepoint": "13DBD",
            "name": "EGYPTIAN HIEROGLYPH-13DBD",
            "comments": [
                "classifier snake/enemy : bṯw"
            ]
        },
        {
            "codepoint": "13DBE",
            "name": "EGYPTIAN HIEROGLYPH-13DBE",
            "comments": [
                "classifier snake/enemy (Apophis) : ꜥꜣpp"
            ]
        },
        {
            "codepoint": "13DBF",
            "name": "EGYPTIAN HIEROGLYPH-13DBF",
            "comments": [
                "classifier snake/enemy (Apophis) : ꜥꜣpp"
            ]
        },
        {
            "codepoint": "13DC0",
            "name": "EGYPTIAN HIEROGLYPH-13DC0",
            "comments": [
                "classifier snake : ḏw-ḳd"
            ]
        },
        {
            "codepoint": "13DC1",
            "name": "EGYPTIAN HIEROGLYPH-13DC1",
            "comments": [
                "classifier snake/enemy (Apophis) : ꜥꜣpp"
            ]
        },
        {
            "codepoint": "13DC2",
            "name": "EGYPTIAN HIEROGLYPH-13DC2"
        },
        {
            "codepoint": "13DC3",
            "name": "EGYPTIAN HIEROGLYPH-13DC3",
            "comments": [
                "classifier snake/enemy (Apophis) : ꜥ(ꜣ)pp"
            ]
        },
        {
            "codepoint": "13DC4",
            "name": "EGYPTIAN HIEROGLYPH-13DC4",
            "comments": [
                "classifier snake/divinity : km-ꜣ.t=f"
            ]
        },
        {
            "codepoint": "13DC5",
            "name": "EGYPTIAN HIEROGLYPH-13DC5"
        },
        {
            "codepoint": "13DC6",
            "name": "EGYPTIAN HIEROGLYPH-13DC6"
        },
        {
            "codepoint": "13DC7",
            "name": "EGYPTIAN HIEROGLYPH-13DC7"
        },
        {
            "codepoint": "13DC8",
            "name": "EGYPTIAN HIEROGLYPH-13DC8"
        },
        {
            "codepoint": "13DC9",
            "name": "EGYPTIAN HIEROGLYPH-13DC9"
        },
        {
            "codepoint": "13DCA",
            "name": "EGYPTIAN HIEROGLYPH-13DCA",
            "comments": [
                "logogram (the north wind) : mḥy.t"
            ]
        },
        {
            "codepoint": "13DCB",
            "name": "EGYPTIAN HIEROGLYPH-13DCB",
            "comments": [
                "phonemogram rr and classifier geographical location : rr"
            ]
        },
        {
            "codepoint": "13DCC",
            "name": "EGYPTIAN HIEROGLYPH-13DCC",
            "comments": [
                "logogram (fish) : rm"
            ]
        },
        {
            "codepoint": "13DCD",
            "name": "EGYPTIAN HIEROGLYPH-13DCD",
            "comments": [
                "phonemogram : ẖꜣ"
            ]
        },
        {
            "codepoint": "13DCE",
            "name": "EGYPTIAN HIEROGLYPH-13DCE",
            "comments": [
                "logogram (canal of the two fishes (in the second nome of UE)) : ꜥꜣḏ.wy"
            ]
        },
        {
            "codepoint": "13DCF",
            "name": "EGYPTIAN HIEROGLYPH-13DCF",
            "comments": [
                "phonemogram : ꞽn"
            ]
        },
        {
            "codepoint": "13DD0",
            "name": "EGYPTIAN HIEROGLYPH-13DD0",
            "comments": [
                "phonemogram/logogram (Shenes (geographical location)) : šns"
            ]
        },
        {
            "codepoint": "13DD1",
            "name": "EGYPTIAN HIEROGLYPH-13DD1",
            "comments": [
                "logogram (Re) : rꜥ"
            ]
        },
        {
            "codepoint": "13DD2",
            "name": "EGYPTIAN HIEROGLYPH-13DD2",
            "comments": [
                "phonemogram : rꜥ"
            ]
        },
        {
            "codepoint": "13DD3",
            "name": "EGYPTIAN HIEROGLYPH-13DD3",
            "comments": [
                "phonemogram : ẖꜣ"
            ]
        },
        {
            "codepoint": "13DD4",
            "name": "EGYPTIAN HIEROGLYPH-13DD4",
            "comments": [
                "logogram (First-of-fishes nome (16th nome of LE)) : ḥꜣ.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "13DD5",
            "name": "EGYPTIAN HIEROGLYPH-13DD5",
            "comments": [
                "phonemogram : ẖꜣ"
            ]
        },
        {
            "codepoint": "13DD6",
            "name": "EGYPTIAN HIEROGLYPH-13DD6",
            "comments": [
                "logogram/phonemogram (to flood out, to emerge) : bsꞽ"
            ]
        },
        {
            "codepoint": "13DD7",
            "name": "EGYPTIAN HIEROGLYPH-13DD7",
            "comments": [
                "logogram/phonemogram (to flood out, to emerge) : bsꞽ"
            ]
        },
        {
            "codepoint": "13DD8",
            "name": "EGYPTIAN HIEROGLYPH-13DD8",
            "comments": [
                "logogram/phonemogram (to flood out, to emerge) : bsꞽ"
            ]
        },
        {
            "codepoint": "13DD9",
            "name": "EGYPTIAN HIEROGLYPH-13DD9",
            "comments": [
                "logogram/phonemogram (to flood out, to emerge) : bsꞽ"
            ]
        },
        {
            "codepoint": "13DDA",
            "name": "EGYPTIAN HIEROGLYPH-13DDA",
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "13DDB",
            "name": "EGYPTIAN HIEROGLYPH-13DDB"
        },
        {
            "codepoint": "13DDC",
            "name": "EGYPTIAN HIEROGLYPH-13DDC",
            "comments": [
                "logogram (anger, discontent) : špt"
            ]
        },
        {
            "codepoint": "13DDD",
            "name": "EGYPTIAN HIEROGLYPH-13DDD",
            "comments": [
                "logogram (to be angry) : špt"
            ]
        },
        {
            "codepoint": "13DDE",
            "name": "EGYPTIAN HIEROGLYPH-13DDE"
        },
        {
            "codepoint": "13DDF",
            "name": "EGYPTIAN HIEROGLYPH-13DDF",
            "comments": [
                "logogram (to be angry) : špt"
            ]
        },
        {
            "codepoint": "13DE0",
            "name": "EGYPTIAN HIEROGLYPH-13DE0"
        },
        {
            "codepoint": "13DE1",
            "name": "EGYPTIAN HIEROGLYPH-13DE1",
            "comments": [
                "logogram (to become) : ḫpr"
            ]
        },
        {
            "codepoint": "13DE2",
            "name": "EGYPTIAN HIEROGLYPH-13DE2",
            "comments": [
                "logogram/Phonemogram (life to) : ꜥnḫ-n"
            ]
        },
        {
            "codepoint": "13DE3",
            "name": "EGYPTIAN HIEROGLYPH-13DE3",
            "comments": [
                "logogram (to illuminate) : sḥḏ"
            ]
        },
        {
            "codepoint": "13DE4",
            "name": "EGYPTIAN HIEROGLYPH-13DE4",
            "comments": [
                "classifier winged scarab : ꜥpy"
            ]
        },
        {
            "codepoint": "13DE5",
            "name": "EGYPTIAN HIEROGLYPH-13DE5",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13DE6",
            "name": "EGYPTIAN HIEROGLYPH-13DE6",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13DE7",
            "name": "EGYPTIAN HIEROGLYPH-13DE7",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13DE8",
            "name": "EGYPTIAN HIEROGLYPH-13DE8"
        },
        {
            "codepoint": "13DE9",
            "name": "EGYPTIAN HIEROGLYPH-13DE9",
            "comments": [
                "logogram (who goes forth from the horizon) : pr-m-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "13DEA",
            "name": "EGYPTIAN HIEROGLYPH-13DEA",
            "comments": [
                "logogram (the winged scarab) : ꜥpy"
            ]
        },
        {
            "codepoint": "13DEB",
            "name": "EGYPTIAN HIEROGLYPH-13DEB",
            "comments": [
                "logogram (scarab (amulet)) : ḫprr"
            ]
        },
        {
            "codepoint": "13DEC",
            "name": "EGYPTIAN HIEROGLYPH-13DEC",
            "comments": [
                "phonemogram : nt"
            ]
        },
        {
            "codepoint": "13DED",
            "name": "EGYPTIAN HIEROGLYPH-13DED",
            "comments": [
                "logogram (beginning) : ḥꜣ.t"
            ]
        },
        {
            "codepoint": "13DEE",
            "name": "EGYPTIAN HIEROGLYPH-13DEE",
            "crossReferences": [
                "(egyptian hieroglyph l003 - 131A6)"
            ],
            "comments": [
                "classifier fly/insect : ꜥff"
            ]
        },
        {
            "codepoint": "13DEF",
            "name": "EGYPTIAN HIEROGLYPH-13DEF",
            "comments": [
                "classifier wasp : tkk.t"
            ]
        },
        {
            "codepoint": "13DF0",
            "name": "EGYPTIAN HIEROGLYPH-13DF0",
            "comments": [
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "13DF1",
            "name": "EGYPTIAN HIEROGLYPH-13DF1",
            "comments": [
                "logogram (mantis) : ḳd.t"
            ]
        },
        {
            "codepoint": "13DF2",
            "name": "EGYPTIAN HIEROGLYPH-13DF2",
            "comments": [
                "classifier scorpion : srḳ.t"
            ]
        },
        {
            "codepoint": "13DF3",
            "name": "EGYPTIAN HIEROGLYPH-13DF3"
        },
        {
            "codepoint": "13DF4",
            "name": "EGYPTIAN HIEROGLYPH-13DF4",
            "comments": [
                "classifier Serket/Selkis : srḳ.t"
            ]
        },
        {
            "codepoint": "13DF5",
            "name": "EGYPTIAN HIEROGLYPH-13DF5",
            "comments": [
                "logogram (Serket/Selkis (divinity) : srḳ.t"
            ]
        },
        {
            "codepoint": "13DF6",
            "name": "EGYPTIAN HIEROGLYPH-13DF6",
            "comments": [
                "logogram (Serket/Selkis (divinity) : srḳ.t"
            ]
        },
        {
            "codepoint": "13DF7",
            "name": "EGYPTIAN HIEROGLYPH-13DF7",
            "comments": [
                "classifier tiny insect : ꜥpšꜣy.t"
            ]
        },
        {
            "codepoint": "13DF8",
            "name": "EGYPTIAN HIEROGLYPH-13DF8",
            "comments": [
                "classifier to open : sꜣš"
            ]
        },
        {
            "codepoint": "13DF9",
            "name": "EGYPTIAN HIEROGLYPH-13DF9",
            "comments": [
                "classifier beetle : ꜥnḫ"
            ]
        },
        {
            "codepoint": "13DFA",
            "name": "EGYPTIAN HIEROGLYPH-13DFA",
            "comments": [
                "phonemogram : ꞽmꜣ"
            ]
        },
        {
            "codepoint": "13DFB",
            "name": "EGYPTIAN HIEROGLYPH-13DFB",
            "comments": [
                "logogram (sycamore) : nh.t"
            ]
        },
        {
            "codepoint": "13DFC",
            "name": "EGYPTIAN HIEROGLYPH-13DFC"
        },
        {
            "codepoint": "13DFD",
            "name": "EGYPTIAN HIEROGLYPH-13DFD",
            "comments": [
                "logogram (rain (divinity)) : ḥw.t"
            ]
        },
        {
            "codepoint": "13DFE",
            "name": "EGYPTIAN HIEROGLYPH-13DFE",
            "comments": [
                "logogram (Neith, 4-5th nome of LE) : n.t"
            ]
        },
        {
            "codepoint": "13DFF",
            "name": "EGYPTIAN HIEROGLYPH-13DFF",
            "comments": [
                "logogram (14th nome of UE) : nḏf.t-pḥ.t"
            ]
        },
        {
            "codepoint": "13E00",
            "name": "EGYPTIAN HIEROGLYPH-13E00",
            "comments": [
                "logogram (20-21st nome of UE) : nꜥr.t"
            ]
        },
        {
            "codepoint": "13E01",
            "name": "EGYPTIAN HIEROGLYPH-13E01",
            "comments": [
                "logogram (20-21st nome of UE) : nꜥr.t"
            ]
        },
        {
            "codepoint": "13E02",
            "name": "EGYPTIAN HIEROGLYPH-13E02",
            "comments": [
                "logogram (13th nome of UE) : nḏf.t-ḫnt.t"
            ]
        },
        {
            "codepoint": "13E03",
            "name": "EGYPTIAN HIEROGLYPH-13E03",
            "comments": [
                "classifier tamarisk wood : ꞽsr.t"
            ]
        },
        {
            "codepoint": "13E04",
            "name": "EGYPTIAN HIEROGLYPH-13E04"
        },
        {
            "codepoint": "13E05",
            "name": "EGYPTIAN HIEROGLYPH-13E05",
            "comments": [
                "phono-repeater : bꜣḳ"
            ]
        },
        {
            "codepoint": "13E06",
            "name": "EGYPTIAN HIEROGLYPH-13E06",
            "comments": [
                "classifier wood : mr.t"
            ]
        },
        {
            "codepoint": "13E07",
            "name": "EGYPTIAN HIEROGLYPH-13E07",
            "comments": [
                "classifier wood : ꜥš"
            ]
        },
        {
            "codepoint": "13E08",
            "name": "EGYPTIAN HIEROGLYPH-13E08",
            "comments": [
                "classifier costly wood : s(s)ḏ(m)"
            ]
        },
        {
            "codepoint": "13E09",
            "name": "EGYPTIAN HIEROGLYPH-13E09",
            "comments": [
                "classifier dom-palm : mꜣmꜣ"
            ]
        },
        {
            "codepoint": "13E0A",
            "name": "EGYPTIAN HIEROGLYPH-13E0A",
            "comments": [
                "classifier dom-palm : mꜣmꜣ"
            ]
        },
        {
            "codepoint": "13E0B",
            "name": "EGYPTIAN HIEROGLYPH-13E0B",
            "comments": [
                "logogram (true of voice) : mꜣꜥ-ḫrw"
            ]
        },
        {
            "codepoint": "13E0C",
            "name": "EGYPTIAN HIEROGLYPH-13E0C"
        },
        {
            "codepoint": "13E0D",
            "name": "EGYPTIAN HIEROGLYPH-13E0D",
            "comments": [
                "logogram (to be justified) : mꜣꜥ-ḫrw"
            ]
        },
        {
            "codepoint": "13E0E",
            "name": "EGYPTIAN HIEROGLYPH-13E0E"
        },
        {
            "codepoint": "13E0F",
            "name": "EGYPTIAN HIEROGLYPH-13E0F",
            "comments": [
                "phono-repeater : ḏꜥ"
            ]
        },
        {
            "codepoint": "13E10",
            "name": "EGYPTIAN HIEROGLYPH-13E10",
            "comments": [
                "phonemogram : ḫr"
            ]
        },
        {
            "codepoint": "13E11",
            "name": "EGYPTIAN HIEROGLYPH-13E11",
            "comments": [
                "phonemogram : ḫt"
            ]
        },
        {
            "codepoint": "13E12",
            "name": "EGYPTIAN HIEROGLYPH-13E12"
        },
        {
            "codepoint": "13E13",
            "name": "EGYPTIAN HIEROGLYPH-13E13",
            "comments": [
                "phonemogram : ḫt"
            ]
        },
        {
            "codepoint": "13E14",
            "name": "EGYPTIAN HIEROGLYPH-13E14",
            "comments": [
                "classifier plant : twr"
            ]
        },
        {
            "codepoint": "13E15",
            "name": "EGYPTIAN HIEROGLYPH-13E15",
            "comments": [
                "classifier oil : sfṯ/ḥꜣ.tt-ꜥš"
            ]
        },
        {
            "codepoint": "13E16",
            "name": "EGYPTIAN HIEROGLYPH-13E16",
            "comments": [
                "classifier plant? : ꞽw.t"
            ]
        },
        {
            "codepoint": "13E17",
            "name": "EGYPTIAN HIEROGLYPH-13E17",
            "comments": [
                "classifier plant : twn"
            ]
        },
        {
            "codepoint": "13E18",
            "name": "EGYPTIAN HIEROGLYPH-13E18"
        },
        {
            "codepoint": "13E19",
            "name": "EGYPTIAN HIEROGLYPH-13E19",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E1A",
            "name": "EGYPTIAN HIEROGLYPH-13E1A",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E1B",
            "name": "EGYPTIAN HIEROGLYPH-13E1B",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E1C",
            "name": "EGYPTIAN HIEROGLYPH-13E1C",
            "comments": [
                "phono-repeater : tr"
            ]
        },
        {
            "codepoint": "13E1D",
            "name": "EGYPTIAN HIEROGLYPH-13E1D",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E1E",
            "name": "EGYPTIAN HIEROGLYPH-13E1E",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E1F",
            "name": "EGYPTIAN HIEROGLYPH-13E1F",
            "comments": [
                "logogram (time/season) : tr"
            ]
        },
        {
            "codepoint": "13E20",
            "name": "EGYPTIAN HIEROGLYPH-13E20",
            "comments": [
                "logogram (to be young, to rejuvenate) : rnpꞽ"
            ]
        },
        {
            "codepoint": "13E21",
            "name": "EGYPTIAN HIEROGLYPH-13E21",
            "comments": [
                "logogram (to be young, to rejuvenate) : rnpꞽ"
            ]
        },
        {
            "codepoint": "13E22",
            "name": "EGYPTIAN HIEROGLYPH-13E22",
            "comments": [
                "classifier/phono-repeater : tr"
            ]
        },
        {
            "codepoint": "13E23",
            "name": "EGYPTIAN HIEROGLYPH-13E23",
            "comments": [
                "logogram (time/season) : tr"
            ]
        },
        {
            "codepoint": "13E24",
            "name": "EGYPTIAN HIEROGLYPH-13E24"
        },
        {
            "codepoint": "13E25",
            "name": "EGYPTIAN HIEROGLYPH-13E25"
        },
        {
            "codepoint": "13E26",
            "name": "EGYPTIAN HIEROGLYPH-13E26",
            "comments": [
                "logogram (year) : rnp.t"
            ]
        },
        {
            "codepoint": "13E27",
            "name": "EGYPTIAN HIEROGLYPH-13E27",
            "comments": [
                "logogram (to be young, to rejuvenate) : rnpꞽ"
            ]
        },
        {
            "codepoint": "13E28",
            "name": "EGYPTIAN HIEROGLYPH-13E28"
        },
        {
            "codepoint": "13E29",
            "name": "EGYPTIAN HIEROGLYPH-13E29"
        },
        {
            "codepoint": "13E2A",
            "name": "EGYPTIAN HIEROGLYPH-13E2A",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13E2B",
            "name": "EGYPTIAN HIEROGLYPH-13E2B"
        },
        {
            "codepoint": "13E2C",
            "name": "EGYPTIAN HIEROGLYPH-13E2C"
        },
        {
            "codepoint": "13E2D",
            "name": "EGYPTIAN HIEROGLYPH-13E2D",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E2E",
            "name": "EGYPTIAN HIEROGLYPH-13E2E",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E2F",
            "name": "EGYPTIAN HIEROGLYPH-13E2F",
            "comments": [
                "logogram (marsh, meadow) : šꜣ"
            ]
        },
        {
            "codepoint": "13E30",
            "name": "EGYPTIAN HIEROGLYPH-13E30",
            "comments": [
                "classifier flower : ms"
            ]
        },
        {
            "codepoint": "13E31",
            "name": "EGYPTIAN HIEROGLYPH-13E31",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E32",
            "name": "EGYPTIAN HIEROGLYPH-13E32",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E33",
            "name": "EGYPTIAN HIEROGLYPH-13E33",
            "comments": [
                "phonemogram : ḫ"
            ]
        },
        {
            "codepoint": "13E34",
            "name": "EGYPTIAN HIEROGLYPH-13E34",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E35",
            "name": "EGYPTIAN HIEROGLYPH-13E35",
            "comments": [
                "phonemogram : šꜣ"
            ]
        },
        {
            "codepoint": "13E36",
            "name": "EGYPTIAN HIEROGLYPH-13E36",
            "comments": [
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "13E37",
            "name": "EGYPTIAN HIEROGLYPH-13E37"
        },
        {
            "codepoint": "13E38",
            "name": "EGYPTIAN HIEROGLYPH-13E38",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13E39",
            "name": "EGYPTIAN HIEROGLYPH-13E39",
            "comments": [
                "classifier offering : wdn"
            ]
        },
        {
            "codepoint": "13E3A",
            "name": "EGYPTIAN HIEROGLYPH-13E3A",
            "comments": [
                "classifier lettuce : ꜥb(w)"
            ]
        },
        {
            "codepoint": "13E3B",
            "name": "EGYPTIAN HIEROGLYPH-13E3B"
        },
        {
            "codepoint": "13E3C",
            "name": "EGYPTIAN HIEROGLYPH-13E3C",
            "comments": [
                "classifier growing : srd"
            ]
        },
        {
            "codepoint": "13E3D",
            "name": "EGYPTIAN HIEROGLYPH-13E3D"
        },
        {
            "codepoint": "13E3E",
            "name": "EGYPTIAN HIEROGLYPH-13E3E"
        },
        {
            "codepoint": "13E3F",
            "name": "EGYPTIAN HIEROGLYPH-13E3F",
            "comments": [
                "logogram (to be good) : nfr"
            ]
        },
        {
            "codepoint": "13E40",
            "name": "EGYPTIAN HIEROGLYPH-13E40",
            "comments": [
                "classifier flower : nḥb.t"
            ]
        },
        {
            "codepoint": "13E41",
            "name": "EGYPTIAN HIEROGLYPH-13E41",
            "comments": [
                "classifier plants/flowers : ḫꜣ.w"
            ]
        },
        {
            "codepoint": "13E42",
            "name": "EGYPTIAN HIEROGLYPH-13E42",
            "comments": [
                "classifier joy : ꜣw-ꞽb"
            ]
        },
        {
            "codepoint": "13E43",
            "name": "EGYPTIAN HIEROGLYPH-13E43",
            "comments": [
                "classifier plant/phono-repeater : hdn"
            ]
        },
        {
            "codepoint": "13E44",
            "name": "EGYPTIAN HIEROGLYPH-13E44",
            "comments": [
                "classifier joy : rš(.w)"
            ]
        },
        {
            "codepoint": "13E45",
            "name": "EGYPTIAN HIEROGLYPH-13E45",
            "comments": [
                "classifier joy : ꜣw-ꞽb"
            ]
        },
        {
            "codepoint": "13E46",
            "name": "EGYPTIAN HIEROGLYPH-13E46"
        },
        {
            "codepoint": "13E47",
            "name": "EGYPTIAN HIEROGLYPH-13E47",
            "comments": [
                "classifier joy : rš(.w)"
            ]
        },
        {
            "codepoint": "13E48",
            "name": "EGYPTIAN HIEROGLYPH-13E48",
            "comments": [
                "classifier flower : ḥrr(.t)"
            ]
        },
        {
            "codepoint": "13E49",
            "name": "EGYPTIAN HIEROGLYPH-13E49"
        },
        {
            "codepoint": "13E4A",
            "name": "EGYPTIAN HIEROGLYPH-13E4A",
            "comments": [
                "classifier flower : ḥrr(.t)"
            ]
        },
        {
            "codepoint": "13E4B",
            "name": "EGYPTIAN HIEROGLYPH-13E4B",
            "comments": [
                "logogram (flower) : sbtt"
            ]
        },
        {
            "codepoint": "13E4C",
            "name": "EGYPTIAN HIEROGLYPH-13E4C",
            "comments": [
                "classifier flower : ḥrr(.t)"
            ]
        },
        {
            "codepoint": "13E4D",
            "name": "EGYPTIAN HIEROGLYPH-13E4D",
            "comments": [
                "logogram (Wennefer, title of Osiris) : wnn-nfr"
            ]
        },
        {
            "codepoint": "13E4E",
            "name": "EGYPTIAN HIEROGLYPH-13E4E",
            "comments": [
                "classifier plants, vegetables : sm.w"
            ]
        },
        {
            "codepoint": "13E4F",
            "name": "EGYPTIAN HIEROGLYPH-13E4F",
            "comments": [
                "logogram (lotus) : nḫb"
            ]
        },
        {
            "codepoint": "13E50",
            "name": "EGYPTIAN HIEROGLYPH-13E50"
        },
        {
            "codepoint": "13E51",
            "name": "EGYPTIAN HIEROGLYPH-13E51",
            "comments": [
                "logogram (lotus) : nḫb"
            ]
        },
        {
            "codepoint": "13E52",
            "name": "EGYPTIAN HIEROGLYPH-13E52",
            "comments": [
                "classifier reed/rush : ꞽꜣr"
            ]
        },
        {
            "codepoint": "13E53",
            "name": "EGYPTIAN HIEROGLYPH-13E53",
            "comments": [
                "classifier reed/rush : ꞽꜣr"
            ]
        },
        {
            "codepoint": "13E54",
            "name": "EGYPTIAN HIEROGLYPH-13E54",
            "comments": [
                "classifier floral offering : ms(w)"
            ]
        },
        {
            "codepoint": "13E55",
            "name": "EGYPTIAN HIEROGLYPH-13E55",
            "comments": [
                "classifier floral offering : ms(w)"
            ]
        },
        {
            "codepoint": "13E56",
            "name": "EGYPTIAN HIEROGLYPH-13E56"
        },
        {
            "codepoint": "13E57",
            "name": "EGYPTIAN HIEROGLYPH-13E57"
        },
        {
            "codepoint": "13E58",
            "name": "EGYPTIAN HIEROGLYPH-13E58",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "13E59",
            "name": "EGYPTIAN HIEROGLYPH-13E59",
            "comments": [
                "logogram (to offer) : wdn"
            ]
        },
        {
            "codepoint": "13E5A",
            "name": "EGYPTIAN HIEROGLYPH-13E5A",
            "comments": [
                "logogram (to offer) : wdn"
            ]
        },
        {
            "codepoint": "13E5B",
            "name": "EGYPTIAN HIEROGLYPH-13E5B",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "13E5C",
            "name": "EGYPTIAN HIEROGLYPH-13E5C",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E5D",
            "name": "EGYPTIAN HIEROGLYPH-13E5D",
            "comments": [
                "phonemogram ḫꜣ? (in the verb ḫꜣḫꜣ, to winnow, to scatter) : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E5E",
            "name": "EGYPTIAN HIEROGLYPH-13E5E",
            "comments": [
                "phonemogram : ḫ"
            ]
        },
        {
            "codepoint": "13E5F",
            "name": "EGYPTIAN HIEROGLYPH-13E5F",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E60",
            "name": "EGYPTIAN HIEROGLYPH-13E60",
            "comments": [
                "logogram (\\1000) : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E61",
            "name": "EGYPTIAN HIEROGLYPH-13E61",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "13E62",
            "name": "EGYPTIAN HIEROGLYPH-13E62",
            "comments": [
                "logogram (\\1000) : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E63",
            "name": "EGYPTIAN HIEROGLYPH-13E63",
            "comments": [
                "classifier lotus leaf : sp(ꜣ).t"
            ]
        },
        {
            "codepoint": "13E64",
            "name": "EGYPTIAN HIEROGLYPH-13E64",
            "comments": [
                "phonemogram : ḫꜣ"
            ]
        },
        {
            "codepoint": "13E65",
            "name": "EGYPTIAN HIEROGLYPH-13E65",
            "comments": [
                "\\4000"
            ]
        },
        {
            "codepoint": "13E66",
            "name": "EGYPTIAN HIEROGLYPH-13E66",
            "comments": [
                "phonemogram : wꜣḏ"
            ]
        },
        {
            "codepoint": "13E67",
            "name": "EGYPTIAN HIEROGLYPH-13E67",
            "comments": [
                "phonemogram : wꜣḏ"
            ]
        },
        {
            "codepoint": "13E68",
            "name": "EGYPTIAN HIEROGLYPH-13E68"
        },
        {
            "codepoint": "13E69",
            "name": "EGYPTIAN HIEROGLYPH-13E69"
        },
        {
            "codepoint": "13E6A",
            "name": "EGYPTIAN HIEROGLYPH-13E6A",
            "comments": [
                "logogram (lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "13E6B",
            "name": "EGYPTIAN HIEROGLYPH-13E6B",
            "comments": [
                "phonemogram : ḥs"
            ]
        },
        {
            "codepoint": "13E6C",
            "name": "EGYPTIAN HIEROGLYPH-13E6C",
            "comments": [
                "logogram (uraeus) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13E6D",
            "name": "EGYPTIAN HIEROGLYPH-13E6D",
            "comments": [
                "logogram (uraeus) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13E6E",
            "name": "EGYPTIAN HIEROGLYPH-13E6E",
            "comments": [
                "logogram (uraeus) : wꜣḏ.t"
            ]
        },
        {
            "codepoint": "13E6F",
            "name": "EGYPTIAN HIEROGLYPH-13E6F",
            "comments": [
                "logogram (to gleam, to be bright, to dazzle) : ṯḥn"
            ]
        },
        {
            "codepoint": "13E70",
            "name": "EGYPTIAN HIEROGLYPH-13E70",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E71",
            "name": "EGYPTIAN HIEROGLYPH-13E71"
        },
        {
            "codepoint": "13E72",
            "name": "EGYPTIAN HIEROGLYPH-13E72"
        },
        {
            "codepoint": "13E73",
            "name": "EGYPTIAN HIEROGLYPH-13E73",
            "comments": [
                "phonemogram : ḥꜣ"
            ]
        },
        {
            "codepoint": "13E74",
            "name": "EGYPTIAN HIEROGLYPH-13E74",
            "comments": [
                "classifier marsh/swamp : mḥ.t"
            ]
        },
        {
            "codepoint": "13E75",
            "name": "EGYPTIAN HIEROGLYPH-13E75",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "13E76",
            "name": "EGYPTIAN HIEROGLYPH-13E76",
            "comments": [
                "phonemogram : ꜣḫ"
            ]
        },
        {
            "codepoint": "13E77",
            "name": "EGYPTIAN HIEROGLYPH-13E77",
            "comments": [
                "logogram (Lower Egypt) : tꜣ-mḥ.w"
            ]
        },
        {
            "codepoint": "13E78",
            "name": "EGYPTIAN HIEROGLYPH-13E78",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E79",
            "name": "EGYPTIAN HIEROGLYPH-13E79",
            "comments": [
                "phonemogram : ḥꜣ"
            ]
        },
        {
            "codepoint": "13E7A",
            "name": "EGYPTIAN HIEROGLYPH-13E7A",
            "comments": [
                "radicogram (grain of LE) : mḥ.w"
            ]
        },
        {
            "codepoint": "13E7B",
            "name": "EGYPTIAN HIEROGLYPH-13E7B",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E7C",
            "name": "EGYPTIAN HIEROGLYPH-13E7C",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E7D",
            "name": "EGYPTIAN HIEROGLYPH-13E7D",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E7E",
            "name": "EGYPTIAN HIEROGLYPH-13E7E",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E7F",
            "name": "EGYPTIAN HIEROGLYPH-13E7F"
        },
        {
            "codepoint": "13E80",
            "name": "EGYPTIAN HIEROGLYPH-13E80",
            "comments": [
                "phonemogram : ḥꜣ"
            ]
        },
        {
            "codepoint": "13E81",
            "name": "EGYPTIAN HIEROGLYPH-13E81",
            "comments": [
                "classifier plants : rnp.wt"
            ]
        },
        {
            "codepoint": "13E82",
            "name": "EGYPTIAN HIEROGLYPH-13E82",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "13E83",
            "name": "EGYPTIAN HIEROGLYPH-13E83",
            "comments": [
                "classifier floral offering : ms(w)"
            ]
        },
        {
            "codepoint": "13E84",
            "name": "EGYPTIAN HIEROGLYPH-13E84",
            "comments": [
                "phonemogram : ꞽ"
            ]
        },
        {
            "codepoint": "13E85",
            "name": "EGYPTIAN HIEROGLYPH-13E85",
            "comments": [
                "phonemogram : ꞽ"
            ]
        },
        {
            "codepoint": "13E86",
            "name": "EGYPTIAN HIEROGLYPH-13E86",
            "comments": [
                "phonemogram : ꜥꜣb"
            ]
        },
        {
            "codepoint": "13E87",
            "name": "EGYPTIAN HIEROGLYPH-13E87",
            "comments": [
                "logogram offering : ꜥꜣb.t"
            ]
        },
        {
            "codepoint": "13E88",
            "name": "EGYPTIAN HIEROGLYPH-13E88",
            "comments": [
                "logogram offering : ꜥꜣb.t"
            ]
        },
        {
            "codepoint": "13E89",
            "name": "EGYPTIAN HIEROGLYPH-13E89",
            "comments": [
                "logogram offering : ꜥꜣb.t"
            ]
        },
        {
            "codepoint": "13E8A",
            "name": "EGYPTIAN HIEROGLYPH-13E8A",
            "comments": [
                "logogram (marshland, country) : sḫ.t"
            ]
        },
        {
            "codepoint": "13E8B",
            "name": "EGYPTIAN HIEROGLYPH-13E8B",
            "comments": [
                "classifier reeds/rushes : ꞽꜣr.w"
            ]
        },
        {
            "codepoint": "13E8C",
            "name": "EGYPTIAN HIEROGLYPH-13E8C",
            "comments": [
                "phonemogram : n/rs.y"
            ]
        },
        {
            "codepoint": "13E8D",
            "name": "EGYPTIAN HIEROGLYPH-13E8D"
        },
        {
            "codepoint": "13E8E",
            "name": "EGYPTIAN HIEROGLYPH-13E8E",
            "comments": [
                "phonemogram : nḫb"
            ]
        },
        {
            "codepoint": "13E8F",
            "name": "EGYPTIAN HIEROGLYPH-13E8F",
            "comments": [
                "phonemogram : rsw/rsy"
            ]
        },
        {
            "codepoint": "13E90",
            "name": "EGYPTIAN HIEROGLYPH-13E90",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E91",
            "name": "EGYPTIAN HIEROGLYPH-13E91",
            "comments": [
                "phonemogram : šmꜥ"
            ]
        },
        {
            "codepoint": "13E92",
            "name": "EGYPTIAN HIEROGLYPH-13E92",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E93",
            "name": "EGYPTIAN HIEROGLYPH-13E93",
            "comments": [
                "phonemogram : rsw/rsy"
            ]
        },
        {
            "codepoint": "13E94",
            "name": "EGYPTIAN HIEROGLYPH-13E94"
        },
        {
            "codepoint": "13E95",
            "name": "EGYPTIAN HIEROGLYPH-13E95",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E96",
            "name": "EGYPTIAN HIEROGLYPH-13E96",
            "comments": [
                "logogram (custodian of the property of the king) : ꞽr.y-(ꞽ)ḫ.t-n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13E97",
            "name": "EGYPTIAN HIEROGLYPH-13E97",
            "comments": [
                "classifier plants : sr{r}.wy"
            ]
        },
        {
            "codepoint": "13E98",
            "name": "EGYPTIAN HIEROGLYPH-13E98",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "13E99",
            "name": "EGYPTIAN HIEROGLYPH-13E99",
            "comments": [
                "phonemogram : nḫb"
            ]
        },
        {
            "codepoint": "13E9A",
            "name": "EGYPTIAN HIEROGLYPH-13E9A",
            "comments": [
                "logogram (King of UE) : n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "13E9B",
            "name": "EGYPTIAN HIEROGLYPH-13E9B",
            "comments": [
                "phonemogram : šmꜥ"
            ]
        },
        {
            "codepoint": "13E9C",
            "name": "EGYPTIAN HIEROGLYPH-13E9C"
        },
        {
            "codepoint": "13E9D",
            "name": "EGYPTIAN HIEROGLYPH-13E9D",
            "comments": [
                "logogram (to follow, to accompany) : šms"
            ]
        },
        {
            "codepoint": "13E9E",
            "name": "EGYPTIAN HIEROGLYPH-13E9E",
            "comments": [
                "classifier braided lock of hair : ḥnsk.t"
            ]
        },
        {
            "codepoint": "13E9F",
            "name": "EGYPTIAN HIEROGLYPH-13E9F",
            "comments": [
                "classifier succesfull, fortunate : mꜥr"
            ]
        },
        {
            "codepoint": "13EA0",
            "name": "EGYPTIAN HIEROGLYPH-13EA0",
            "comments": [
                "logogram (succesful, fortunate) : mꜥr"
            ]
        },
        {
            "codepoint": "13EA1",
            "name": "EGYPTIAN HIEROGLYPH-13EA1",
            "comments": [
                "logogram (to be sweet) : bnr/bnꞽ"
            ]
        },
        {
            "codepoint": "13EA2",
            "name": "EGYPTIAN HIEROGLYPH-13EA2",
            "comments": [
                "logogram (to be sweet) : bnr/bnꞽ"
            ]
        },
        {
            "codepoint": "13EA3",
            "name": "EGYPTIAN HIEROGLYPH-13EA3",
            "comments": [
                "classifier plants : rd"
            ]
        },
        {
            "codepoint": "13EA4",
            "name": "EGYPTIAN HIEROGLYPH-13EA4"
        },
        {
            "codepoint": "13EA5",
            "name": "EGYPTIAN HIEROGLYPH-13EA5",
            "comments": [
                "classifier grain, barley, corn : sw.t"
            ]
        },
        {
            "codepoint": "13EA6",
            "name": "EGYPTIAN HIEROGLYPH-13EA6",
            "comments": [
                "logogram (emmer) : bd.t"
            ]
        },
        {
            "codepoint": "13EA7",
            "name": "EGYPTIAN HIEROGLYPH-13EA7"
        },
        {
            "codepoint": "13EA8",
            "name": "EGYPTIAN HIEROGLYPH-13EA8",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "13EA9",
            "name": "EGYPTIAN HIEROGLYPH-13EA9",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "13EAA",
            "name": "EGYPTIAN HIEROGLYPH-13EAA",
            "comments": [
                "classifier tying, binding : dmꜣ"
            ]
        },
        {
            "codepoint": "13EAB",
            "name": "EGYPTIAN HIEROGLYPH-13EAB",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "13EAC",
            "name": "EGYPTIAN HIEROGLYPH-13EAC",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "13EAD",
            "name": "EGYPTIAN HIEROGLYPH-13EAD"
        },
        {
            "codepoint": "13EAE",
            "name": "EGYPTIAN HIEROGLYPH-13EAE"
        },
        {
            "codepoint": "13EAF",
            "name": "EGYPTIAN HIEROGLYPH-13EAF",
            "comments": [
                "phonemogram : ḏr"
            ]
        },
        {
            "codepoint": "13EB0",
            "name": "EGYPTIAN HIEROGLYPH-13EB0",
            "comments": [
                "classifier tying, binding : dmꜣ"
            ]
        },
        {
            "codepoint": "13EB1",
            "name": "EGYPTIAN HIEROGLYPH-13EB1",
            "comments": [
                "classifier vegetable, fruit, plant : rnp.wt"
            ]
        },
        {
            "codepoint": "13EB2",
            "name": "EGYPTIAN HIEROGLYPH-13EB2",
            "comments": [
                "logogram ((a vessel) with faience) : ṯḥn.t"
            ]
        },
        {
            "codepoint": "13EB3",
            "name": "EGYPTIAN HIEROGLYPH-13EB3",
            "comments": [
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "13EB4",
            "name": "EGYPTIAN HIEROGLYPH-13EB4",
            "comments": [
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "13EB5",
            "name": "EGYPTIAN HIEROGLYPH-13EB5",
            "comments": [
                "phonemogram : ꞽs"
            ]
        },
        {
            "codepoint": "13EB6",
            "name": "EGYPTIAN HIEROGLYPH-13EB6"
        },
        {
            "codepoint": "13EB7",
            "name": "EGYPTIAN HIEROGLYPH-13EB7",
            "comments": [
                "logogram (gardiner, vinter) : kꜣn.y"
            ]
        },
        {
            "codepoint": "13EB8",
            "name": "EGYPTIAN HIEROGLYPH-13EB8",
            "comments": [
                "classifier wine : ꞽrp"
            ]
        },
        {
            "codepoint": "13EB9",
            "name": "EGYPTIAN HIEROGLYPH-13EB9",
            "comments": [
                "classifier fig : dꜣb"
            ]
        },
        {
            "codepoint": "13EBA",
            "name": "EGYPTIAN HIEROGLYPH-13EBA",
            "comments": [
                "classifier Min (mnw) or logogram ꜥbw (lettuce) : mnw | ꜥbw"
            ]
        },
        {
            "codepoint": "13EBB",
            "name": "EGYPTIAN HIEROGLYPH-13EBB",
            "comments": [
                "classifier unions : ḥḏ(.w)"
            ]
        },
        {
            "codepoint": "13EBC",
            "name": "EGYPTIAN HIEROGLYPH-13EBC",
            "comments": [
                "classifier plants : sm"
            ]
        },
        {
            "codepoint": "13EBD",
            "name": "EGYPTIAN HIEROGLYPH-13EBD"
        },
        {
            "codepoint": "13EBE",
            "name": "EGYPTIAN HIEROGLYPH-13EBE",
            "comments": [
                "classifier lettuce : ꜥb.w"
            ]
        },
        {
            "codepoint": "13EBF",
            "name": "EGYPTIAN HIEROGLYPH-13EBF"
        },
        {
            "codepoint": "13EC0",
            "name": "EGYPTIAN HIEROGLYPH-13EC0",
            "comments": [
                "logogram (fig) : dꜣb"
            ]
        },
        {
            "codepoint": "13EC1",
            "name": "EGYPTIAN HIEROGLYPH-13EC1"
        },
        {
            "codepoint": "13EC2",
            "name": "EGYPTIAN HIEROGLYPH-13EC2",
            "comments": [
                "classifier lower sky : nn.t"
            ]
        },
        {
            "codepoint": "13EC3",
            "name": "EGYPTIAN HIEROGLYPH-13EC3",
            "comments": [
                "logogram (granary) : šnw.t"
            ]
        },
        {
            "codepoint": "13EC4",
            "name": "EGYPTIAN HIEROGLYPH-13EC4",
            "comments": [
                "classifier affliction : nḳm.t"
            ]
        },
        {
            "codepoint": "13EC5",
            "name": "EGYPTIAN HIEROGLYPH-13EC5",
            "comments": [
                "classifier cavern : tpḥ.t"
            ]
        },
        {
            "codepoint": "13EC6",
            "name": "EGYPTIAN HIEROGLYPH-13EC6",
            "comments": [
                "logogram (primeval waters) : nw.w"
            ]
        },
        {
            "codepoint": "13EC7",
            "name": "EGYPTIAN HIEROGLYPH-13EC7",
            "comments": [
                "classifier dark/darkness : snk"
            ]
        },
        {
            "codepoint": "13EC8",
            "name": "EGYPTIAN HIEROGLYPH-13EC8",
            "comments": [
                "classifier darkness (in divinity Keket (kk.t)) : kk.t"
            ]
        },
        {
            "codepoint": "13EC9",
            "name": "EGYPTIAN HIEROGLYPH-13EC9",
            "comments": [
                "classifier darkness : wḫ"
            ]
        },
        {
            "codepoint": "13ECA",
            "name": "EGYPTIAN HIEROGLYPH-13ECA",
            "comments": [
                "classifier darkness : wḫꜣ"
            ]
        },
        {
            "codepoint": "13ECB",
            "name": "EGYPTIAN HIEROGLYPH-13ECB",
            "comments": [
                "logogram (night) : grḥ"
            ]
        },
        {
            "codepoint": "13ECC",
            "name": "EGYPTIAN HIEROGLYPH-13ECC",
            "comments": [
                "classifier night : grḥ"
            ]
        },
        {
            "codepoint": "13ECD",
            "name": "EGYPTIAN HIEROGLYPH-13ECD",
            "comments": [
                "phonemogram : ḥr.y"
            ]
        },
        {
            "codepoint": "13ECE",
            "name": "EGYPTIAN HIEROGLYPH-13ECE",
            "comments": [
                "classifier dawn : ꜥnḏ"
            ]
        },
        {
            "codepoint": "13ECF",
            "name": "EGYPTIAN HIEROGLYPH-13ECF",
            "comments": [
                "logogram (dew, scent, rain) : ꞽꜣd.t"
            ]
        },
        {
            "codepoint": "13ED0",
            "name": "EGYPTIAN HIEROGLYPH-13ED0",
            "comments": [
                "classifier cloud/storm/moisture/rain : ꞽgp"
            ]
        },
        {
            "codepoint": "13ED1",
            "name": "EGYPTIAN HIEROGLYPH-13ED1",
            "comments": [
                "classifier cloudiness : ḥꜣty"
            ]
        },
        {
            "codepoint": "13ED2",
            "name": "EGYPTIAN HIEROGLYPH-13ED2",
            "comments": [
                "classifier time : nḥḥ"
            ]
        },
        {
            "codepoint": "13ED3",
            "name": "EGYPTIAN HIEROGLYPH-13ED3",
            "comments": [
                "classifier divinity : ḥr"
            ]
        },
        {
            "codepoint": "13ED4",
            "name": "EGYPTIAN HIEROGLYPH-13ED4",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13ED5",
            "name": "EGYPTIAN HIEROGLYPH-13ED5",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13ED6",
            "name": "EGYPTIAN HIEROGLYPH-13ED6",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13ED7",
            "name": "EGYPTIAN HIEROGLYPH-13ED7",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13ED8",
            "name": "EGYPTIAN HIEROGLYPH-13ED8",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13ED9",
            "name": "EGYPTIAN HIEROGLYPH-13ED9",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13EDA",
            "name": "EGYPTIAN HIEROGLYPH-13EDA",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13EDB",
            "name": "EGYPTIAN HIEROGLYPH-13EDB",
            "comments": [
                "classifier to scatter light, to illuminate : wpš"
            ]
        },
        {
            "codepoint": "13EDC",
            "name": "EGYPTIAN HIEROGLYPH-13EDC"
        },
        {
            "codepoint": "13EDD",
            "name": "EGYPTIAN HIEROGLYPH-13EDD",
            "comments": [
                "classifier to scatter light, to illuminate : wpš"
            ]
        },
        {
            "codepoint": "13EDE",
            "name": "EGYPTIAN HIEROGLYPH-13EDE",
            "comments": [
                "classifier light, shining, rising : ꞽꜣḫ.w"
            ]
        },
        {
            "codepoint": "13EDF",
            "name": "EGYPTIAN HIEROGLYPH-13EDF",
            "comments": [
                "classifier light, shining, rising : ḥḏḏ.wt"
            ]
        },
        {
            "codepoint": "13EE0",
            "name": "EGYPTIAN HIEROGLYPH-13EE0",
            "comments": [
                "classifier sunfolk : ḥnmm.t"
            ]
        },
        {
            "codepoint": "13EE1",
            "name": "EGYPTIAN HIEROGLYPH-13EE1",
            "comments": [
                "classifier to shine : wbn"
            ]
        },
        {
            "codepoint": "13EE2",
            "name": "EGYPTIAN HIEROGLYPH-13EE2",
            "comments": [
                "classifier light, shining, rising : sḥḏ"
            ]
        },
        {
            "codepoint": "13EE3",
            "name": "EGYPTIAN HIEROGLYPH-13EE3",
            "comments": [
                "classifier to scatter light, to illuminate : wpš"
            ]
        },
        {
            "codepoint": "13EE4",
            "name": "EGYPTIAN HIEROGLYPH-13EE4",
            "comments": [
                "classifier solar period : rnp.t"
            ]
        },
        {
            "codepoint": "13EE5",
            "name": "EGYPTIAN HIEROGLYPH-13EE5"
        },
        {
            "codepoint": "13EE6",
            "name": "EGYPTIAN HIEROGLYPH-13EE6",
            "comments": [
                "classifier solar period : dwꜣw"
            ]
        },
        {
            "codepoint": "13EE7",
            "name": "EGYPTIAN HIEROGLYPH-13EE7",
            "comments": [
                "classifier to spread out : ḥdy"
            ]
        },
        {
            "codepoint": "13EE8",
            "name": "EGYPTIAN HIEROGLYPH-13EE8",
            "comments": [
                "logogram (the winged scarab/sundisk) : ꜥpy"
            ]
        },
        {
            "codepoint": "13EE9",
            "name": "EGYPTIAN HIEROGLYPH-13EE9",
            "comments": [
                "classifier Horus of Edfu : bḥd.ty"
            ]
        },
        {
            "codepoint": "13EEA",
            "name": "EGYPTIAN HIEROGLYPH-13EEA",
            "comments": [
                "logogram (to go forth) : prꞽ"
            ]
        },
        {
            "codepoint": "13EEB",
            "name": "EGYPTIAN HIEROGLYPH-13EEB",
            "comments": [
                "classsifier divinity : ḏḥwty"
            ]
        },
        {
            "codepoint": "13EEC",
            "name": "EGYPTIAN HIEROGLYPH-13EEC",
            "comments": [
                "classsifier divinity : ḏḥwty"
            ]
        },
        {
            "codepoint": "13EED",
            "name": "EGYPTIAN HIEROGLYPH-13EED",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13EEE",
            "name": "EGYPTIAN HIEROGLYPH-13EEE",
            "comments": [
                "logogram (King of UE and LE) : n(.y)-sw.t-bꞽ.ty"
            ]
        },
        {
            "codepoint": "13EEF",
            "name": "EGYPTIAN HIEROGLYPH-13EEF",
            "comments": [
                "logogram (to rise, to shine) : wbn"
            ]
        },
        {
            "codepoint": "13EF0",
            "name": "EGYPTIAN HIEROGLYPH-13EF0",
            "comments": [
                "classifier winged sun-disk : ꜥpy"
            ]
        },
        {
            "codepoint": "13EF1",
            "name": "EGYPTIAN HIEROGLYPH-13EF1",
            "comments": [
                "logogram (to rise, to shine) : wbn"
            ]
        },
        {
            "codepoint": "13EF2",
            "name": "EGYPTIAN HIEROGLYPH-13EF2",
            "comments": [
                "logogram (to rise, to shine) : wbn"
            ]
        },
        {
            "codepoint": "13EF3",
            "name": "EGYPTIAN HIEROGLYPH-13EF3",
            "comments": [
                "logogram (in rꜥ-nb) : ꞽꜥḥ"
            ]
        },
        {
            "codepoint": "13EF4",
            "name": "EGYPTIAN HIEROGLYPH-13EF4"
        },
        {
            "codepoint": "13EF5",
            "name": "EGYPTIAN HIEROGLYPH-13EF5",
            "comments": [
                "logogram (half-month (festival)) : smd.t"
            ]
        },
        {
            "codepoint": "13EF6",
            "name": "EGYPTIAN HIEROGLYPH-13EF6",
            "comments": [
                "logogram (month) : ꜣbd"
            ]
        },
        {
            "codepoint": "13EF7",
            "name": "EGYPTIAN HIEROGLYPH-13EF7"
        },
        {
            "codepoint": "13EF8",
            "name": "EGYPTIAN HIEROGLYPH-13EF8",
            "comments": [
                "logogram (to gleam, to be bright, to dazzle) : ṯḥn"
            ]
        },
        {
            "codepoint": "13EF9",
            "name": "EGYPTIAN HIEROGLYPH-13EF9",
            "comments": [
                "logogram (Upper Egypt) : tꜣ-šmꜥ.w"
            ]
        },
        {
            "codepoint": "13EFA",
            "name": "EGYPTIAN HIEROGLYPH-13EFA",
            "comments": [
                "logogram (Lower Egypt) : tꜣ-mḥ.w"
            ]
        },
        {
            "codepoint": "13EFB",
            "name": "EGYPTIAN HIEROGLYPH-13EFB",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13EFC",
            "name": "EGYPTIAN HIEROGLYPH-13EFC",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13EFD",
            "name": "EGYPTIAN HIEROGLYPH-13EFD",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13EFE",
            "name": "EGYPTIAN HIEROGLYPH-13EFE",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13EFF",
            "name": "EGYPTIAN HIEROGLYPH-13EFF",
            "comments": [
                "logogram (land) : tꜣ"
            ]
        },
        {
            "codepoint": "13F00",
            "name": "EGYPTIAN HIEROGLYPH-13F00",
            "comments": [
                "logogram (Dendera) : ꞽꜣ.t-dꞽ"
            ]
        },
        {
            "codepoint": "13F01",
            "name": "EGYPTIAN HIEROGLYPH-13F01",
            "comments": [
                "classifier great water/basin : wrr"
            ]
        },
        {
            "codepoint": "13F02",
            "name": "EGYPTIAN HIEROGLYPH-13F02",
            "comments": [
                "classifier geographical location : tꜣ"
            ]
        },
        {
            "codepoint": "13F03",
            "name": "EGYPTIAN HIEROGLYPH-13F03",
            "comments": [
                "classifier garden : ḥsp"
            ]
        },
        {
            "codepoint": "13F04",
            "name": "EGYPTIAN HIEROGLYPH-13F04",
            "comments": [
                "logogram (nome, district) : spꜣ.t"
            ]
        },
        {
            "codepoint": "13F05",
            "name": "EGYPTIAN HIEROGLYPH-13F05",
            "comments": [
                "logogram (nome, district) : spꜣ.t"
            ]
        },
        {
            "codepoint": "13F06",
            "name": "EGYPTIAN HIEROGLYPH-13F06",
            "comments": [
                "logogram (nome, district) : spꜣ.t"
            ]
        },
        {
            "codepoint": "13F07",
            "name": "EGYPTIAN HIEROGLYPH-13F07"
        },
        {
            "codepoint": "13F08",
            "name": "EGYPTIAN HIEROGLYPH-13F08",
            "comments": [
                "logogram (9th nome of LE) : wꜥ-m-ḥww"
            ]
        },
        {
            "codepoint": "13F09",
            "name": "EGYPTIAN HIEROGLYPH-13F09"
        },
        {
            "codepoint": "13F0A",
            "name": "EGYPTIAN HIEROGLYPH-13F0A",
            "comments": [
                "classifier garden : ḥsp"
            ]
        },
        {
            "codepoint": "13F0B",
            "name": "EGYPTIAN HIEROGLYPH-13F0B"
        },
        {
            "codepoint": "13F0C",
            "name": "EGYPTIAN HIEROGLYPH-13F0C",
            "comments": [
                "logogram (Prosopite Nome) : mtr"
            ]
        },
        {
            "codepoint": "13F0D",
            "name": "EGYPTIAN HIEROGLYPH-13F0D",
            "comments": [
                "logogram (9th nome of UE) : ꜥnḏ.ty"
            ]
        },
        {
            "codepoint": "13F0E",
            "name": "EGYPTIAN HIEROGLYPH-13F0E",
            "comments": [
                "logogram (20-21st nome of UE) : nꜥr.t"
            ]
        },
        {
            "codepoint": "13F0F",
            "name": "EGYPTIAN HIEROGLYPH-13F0F",
            "comments": [
                "logogram (14th Upper Egyptian nome) : nḏf.t-pḥ.t"
            ]
        },
        {
            "codepoint": "13F10",
            "name": "EGYPTIAN HIEROGLYPH-13F10",
            "comments": [
                "logogram (21th Upper Egyptian nome) : nꜥr.t-pḥ.t"
            ]
        },
        {
            "codepoint": "13F11",
            "name": "EGYPTIAN HIEROGLYPH-13F11",
            "comments": [
                "logogram (14th Upper Egyptian nome) : nḏf.t-pḥ.t"
            ]
        },
        {
            "codepoint": "13F12",
            "name": "EGYPTIAN HIEROGLYPH-13F12",
            "comments": [
                "logogram (14th upper Egyptian nome) : ḫnt.y-ꞽꜣb.ty"
            ]
        },
        {
            "codepoint": "13F13",
            "name": "EGYPTIAN HIEROGLYPH-13F13",
            "comments": [
                "logogram (18th Lower Egyptain nome (Pelusium)) : ꞽm.ty-ḫnt.y"
            ]
        },
        {
            "codepoint": "13F14",
            "name": "EGYPTIAN HIEROGLYPH-13F14",
            "comments": [
                "logogram (12th Upper Egyptian nome) : ꜣtf.t"
            ]
        },
        {
            "codepoint": "13F15",
            "name": "EGYPTIAN HIEROGLYPH-13F15",
            "comments": [
                "logogram (Ha (divinity)) : ḥꜣ"
            ]
        },
        {
            "codepoint": "13F16",
            "name": "EGYPTIAN HIEROGLYPH-13F16",
            "comments": [
                "logogram (foreign land/desert) : ḫꜣs.t"
            ]
        },
        {
            "codepoint": "13F17",
            "name": "EGYPTIAN HIEROGLYPH-13F17",
            "comments": [
                "classifier location : ty"
            ]
        },
        {
            "codepoint": "13F18",
            "name": "EGYPTIAN HIEROGLYPH-13F18",
            "comments": [
                "logogram (place of life (i.e., the west)) : ꜥnḫ.t"
            ]
        },
        {
            "codepoint": "13F19",
            "name": "EGYPTIAN HIEROGLYPH-13F19",
            "comments": [
                "logogram (place of life (i.e., the west)) : ꜥnḫ.t"
            ]
        },
        {
            "codepoint": "13F1A",
            "name": "EGYPTIAN HIEROGLYPH-13F1A",
            "comments": [
                "classifier foreign land : sṯ.t"
            ]
        },
        {
            "codepoint": "13F1B",
            "name": "EGYPTIAN HIEROGLYPH-13F1B",
            "comments": [
                "logogram (the evil one) : ḏw-ḳd"
            ]
        },
        {
            "codepoint": "13F1C",
            "name": "EGYPTIAN HIEROGLYPH-13F1C",
            "comments": [
                "logogram (12th Upper Egyptian nome) : ꜣtf.t"
            ]
        },
        {
            "codepoint": "13F1D",
            "name": "EGYPTIAN HIEROGLYPH-13F1D",
            "comments": [
                "logogram (12th Upper Egyptian nome) : ꜣtf.t"
            ]
        },
        {
            "codepoint": "13F1E",
            "name": "EGYPTIAN HIEROGLYPH-13F1E",
            "comments": [
                "logogram (Ha (divinity)) : ḥꜣ"
            ]
        },
        {
            "codepoint": "13F1F",
            "name": "EGYPTIAN HIEROGLYPH-13F1F",
            "comments": [
                "classifier medicaments, incense, oil : snṯr"
            ]
        },
        {
            "codepoint": "13F20",
            "name": "EGYPTIAN HIEROGLYPH-13F20",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "13F21",
            "name": "EGYPTIAN HIEROGLYPH-13F21",
            "comments": [
                "logogram (place of execution/slaughter) : ḫb.t/nm.t"
            ]
        },
        {
            "codepoint": "13F22",
            "name": "EGYPTIAN HIEROGLYPH-13F22"
        },
        {
            "codepoint": "13F23",
            "name": "EGYPTIAN HIEROGLYPH-13F23",
            "comments": [
                "logogram (eternity) : nḥḥ"
            ]
        },
        {
            "codepoint": "13F24",
            "name": "EGYPTIAN HIEROGLYPH-13F24",
            "comments": [
                "logogram (to appear, to be shining) : ḫꜥꞽ"
            ]
        },
        {
            "codepoint": "13F25",
            "name": "EGYPTIAN HIEROGLYPH-13F25",
            "comments": [
                "logogram hill, mound : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "13F26",
            "name": "EGYPTIAN HIEROGLYPH-13F26",
            "comments": [
                "logogram hill, mound : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "13F27",
            "name": "EGYPTIAN HIEROGLYPH-13F27"
        },
        {
            "codepoint": "13F28",
            "name": "EGYPTIAN HIEROGLYPH-13F28",
            "comments": [
                "logogram (Dendera) : ꞽꜣ.t-dꞽ"
            ]
        },
        {
            "codepoint": "13F29",
            "name": "EGYPTIAN HIEROGLYPH-13F29",
            "comments": [
                "phonemogram : ḥr"
            ]
        },
        {
            "codepoint": "13F2A",
            "name": "EGYPTIAN HIEROGLYPH-13F2A",
            "comments": [
                "classifier entirely, quite, at all : rsꞽ"
            ]
        },
        {
            "codepoint": "13F2B",
            "name": "EGYPTIAN HIEROGLYPH-13F2B"
        },
        {
            "codepoint": "13F2C",
            "name": "EGYPTIAN HIEROGLYPH-13F2C",
            "comments": [
                "classifier window : wsy"
            ]
        },
        {
            "codepoint": "13F2D",
            "name": "EGYPTIAN HIEROGLYPH-13F2D",
            "comments": [
                "logogram (road) : wꜣ.t"
            ]
        },
        {
            "codepoint": "13F2E",
            "name": "EGYPTIAN HIEROGLYPH-13F2E",
            "comments": [
                "classifier road, path : wꜣ.t"
            ]
        },
        {
            "codepoint": "13F2F",
            "name": "EGYPTIAN HIEROGLYPH-13F2F",
            "comments": [
                "logogram (time) : hꜣw"
            ]
        },
        {
            "codepoint": "13F30",
            "name": "EGYPTIAN HIEROGLYPH-13F30",
            "comments": [
                "classifier decay, rot : ꜥwꜣ"
            ]
        },
        {
            "codepoint": "13F31",
            "name": "EGYPTIAN HIEROGLYPH-13F31",
            "comments": [
                "phonemogram : n"
            ]
        },
        {
            "codepoint": "13F32",
            "name": "EGYPTIAN HIEROGLYPH-13F32",
            "comments": [
                "logogram (island (in ꞽw-ḏsḏs (el-Bahriya oasis)) : ꞽw"
            ]
        },
        {
            "codepoint": "13F33",
            "name": "EGYPTIAN HIEROGLYPH-13F33",
            "comments": [
                "logogram (Dendera) : ꞽꜣ.t-dꞽ"
            ]
        },
        {
            "codepoint": "13F34",
            "name": "EGYPTIAN HIEROGLYPH-13F34",
            "comments": [
                "phonemogram : m"
            ]
        },
        {
            "codepoint": "13F35",
            "name": "EGYPTIAN HIEROGLYPH-13F35"
        },
        {
            "codepoint": "13F36",
            "name": "EGYPTIAN HIEROGLYPH-13F36",
            "comments": [
                "classifier time : ꜥḥꜥ.w"
            ]
        },
        {
            "codepoint": "13F37",
            "name": "EGYPTIAN HIEROGLYPH-13F37",
            "comments": [
                "classifier bank (river, fortress : ꞽḫm.t)"
            ]
        },
        {
            "codepoint": "13F38",
            "name": "EGYPTIAN HIEROGLYPH-13F38",
            "comments": [
                "classifier waters, rivers, lakes : mr-n-ḫꜣ"
            ]
        },
        {
            "codepoint": "13F39",
            "name": "EGYPTIAN HIEROGLYPH-13F39",
            "comments": [
                "classifier to dam, to revet : ḏnꞽ"
            ]
        },
        {
            "codepoint": "13F3A",
            "name": "EGYPTIAN HIEROGLYPH-13F3A",
            "comments": [
                "logogram (to wade) : rhnꞽ"
            ]
        },
        {
            "codepoint": "13F3B",
            "name": "EGYPTIAN HIEROGLYPH-13F3B",
            "comments": [
                "phonemogram : s-m"
            ]
        },
        {
            "codepoint": "13F3C",
            "name": "EGYPTIAN HIEROGLYPH-13F3C",
            "comments": [
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "13F3D",
            "name": "EGYPTIAN HIEROGLYPH-13F3D"
        },
        {
            "codepoint": "13F3E",
            "name": "EGYPTIAN HIEROGLYPH-13F3E",
            "comments": [
                "phonemogram : š"
            ]
        },
        {
            "codepoint": "13F3F",
            "name": "EGYPTIAN HIEROGLYPH-13F3F",
            "comments": [
                "logogram (Hierakonpolis) : nḫn"
            ]
        },
        {
            "codepoint": "13F40",
            "name": "EGYPTIAN HIEROGLYPH-13F40",
            "comments": [
                "logogram (island) : ꞽw"
            ]
        },
        {
            "codepoint": "13F41",
            "name": "EGYPTIAN HIEROGLYPH-13F41",
            "comments": [
                "logogram (to go) : šm"
            ]
        },
        {
            "codepoint": "13F42",
            "name": "EGYPTIAN HIEROGLYPH-13F42"
        },
        {
            "codepoint": "13F43",
            "name": "EGYPTIAN HIEROGLYPH-13F43",
            "comments": [
                "logogram (Dendera) : ꞽꜣ.t-dꞽ"
            ]
        },
        {
            "codepoint": "13F44",
            "name": "EGYPTIAN HIEROGLYPH-13F44",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "13F45",
            "name": "EGYPTIAN HIEROGLYPH-13F45",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "13F46",
            "name": "EGYPTIAN HIEROGLYPH-13F46",
            "comments": [
                "logogram (copper) : ḥmt"
            ]
        },
        {
            "codepoint": "13F47",
            "name": "EGYPTIAN HIEROGLYPH-13F47",
            "comments": [
                "classifier metal : bꞽꜣ"
            ]
        },
        {
            "codepoint": "13F48",
            "name": "EGYPTIAN HIEROGLYPH-13F48",
            "comments": [
                "phonemogram : mry"
            ]
        },
        {
            "codepoint": "13F49",
            "name": "EGYPTIAN HIEROGLYPH-13F49"
        },
        {
            "codepoint": "13F4A",
            "name": "EGYPTIAN HIEROGLYPH-13F4A",
            "comments": [
                "classifier (lightning bolt) : ḥnb.w"
            ]
        },
        {
            "codepoint": "13F4B",
            "name": "EGYPTIAN HIEROGLYPH-13F4B"
        },
        {
            "codepoint": "13F4C",
            "name": "EGYPTIAN HIEROGLYPH-13F4C",
            "comments": [
                "classifier two tombs : ꞽs.wy"
            ]
        },
        {
            "codepoint": "13F4D",
            "name": "EGYPTIAN HIEROGLYPH-13F4D",
            "comments": [
                "logogram (invocation offering) : pr.t-ḫrw"
            ]
        },
        {
            "codepoint": "13F4E",
            "name": "EGYPTIAN HIEROGLYPH-13F4E"
        },
        {
            "codepoint": "13F4F",
            "name": "EGYPTIAN HIEROGLYPH-13F4F",
            "comments": [
                "logogram (temple) : gs-pr"
            ]
        },
        {
            "codepoint": "13F50",
            "name": "EGYPTIAN HIEROGLYPH-13F50",
            "comments": [
                "logogram temple) : gs.w-pr.w"
            ]
        },
        {
            "codepoint": "13F51",
            "name": "EGYPTIAN HIEROGLYPH-13F51",
            "comments": [
                "logogram (temple) : gs.w-pr.w"
            ]
        },
        {
            "codepoint": "13F52",
            "name": "EGYPTIAN HIEROGLYPH-13F52",
            "comments": [
                "logogram (houses, domains) : pr.w"
            ]
        },
        {
            "codepoint": "13F53",
            "name": "EGYPTIAN HIEROGLYPH-13F53",
            "comments": [
                "logogram (court) : wsḫ.t"
            ]
        },
        {
            "codepoint": "13F54",
            "name": "EGYPTIAN HIEROGLYPH-13F54",
            "comments": [
                "classifier place, building : s.t"
            ]
        },
        {
            "codepoint": "13F55",
            "name": "EGYPTIAN HIEROGLYPH-13F55"
        },
        {
            "codepoint": "13F56",
            "name": "EGYPTIAN HIEROGLYPH-13F56",
            "comments": [
                "logogram (temple, mansion, estate) : ḥw.t"
            ]
        },
        {
            "codepoint": "13F57",
            "name": "EGYPTIAN HIEROGLYPH-13F57",
            "comments": [
                "logogram (temples, mansions, estates) : ḥw.wt"
            ]
        },
        {
            "codepoint": "13F58",
            "name": "EGYPTIAN HIEROGLYPH-13F58"
        },
        {
            "codepoint": "13F59",
            "name": "EGYPTIAN HIEROGLYPH-13F59",
            "comments": [
                "logogram (temple, mansion, estate) : ḥw.t"
            ]
        },
        {
            "codepoint": "13F5A",
            "name": "EGYPTIAN HIEROGLYPH-13F5A"
        },
        {
            "codepoint": "13F5B",
            "name": "EGYPTIAN HIEROGLYPH-13F5B",
            "comments": [
                "logogram (temples, mansions, estates) : ḥw.wt"
            ]
        },
        {
            "codepoint": "13F5C",
            "name": "EGYPTIAN HIEROGLYPH-13F5C",
            "comments": [
                "logogram (temples, mansions, estates) : ḥw.wt"
            ]
        },
        {
            "codepoint": "13F5D",
            "name": "EGYPTIAN HIEROGLYPH-13F5D",
            "comments": [
                "logogram (Hathor, lady (of)) : ḥw.t-ḥr-nb.t"
            ]
        },
        {
            "codepoint": "13F5E",
            "name": "EGYPTIAN HIEROGLYPH-13F5E"
        },
        {
            "codepoint": "13F5F",
            "name": "EGYPTIAN HIEROGLYPH-13F5F"
        },
        {
            "codepoint": "13F60",
            "name": "EGYPTIAN HIEROGLYPH-13F60",
            "comments": [
                "logogram (Nephthys (divinity)) : nb.t-ḥw.t"
            ]
        },
        {
            "codepoint": "13F61",
            "name": "EGYPTIAN HIEROGLYPH-13F61",
            "comments": [
                "logogram (Nephthys (divinity)) : nb.t-ḥw.t"
            ]
        },
        {
            "codepoint": "13F62",
            "name": "EGYPTIAN HIEROGLYPH-13F62",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13F63",
            "name": "EGYPTIAN HIEROGLYPH-13F63",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13F64",
            "name": "EGYPTIAN HIEROGLYPH-13F64"
        },
        {
            "codepoint": "13F65",
            "name": "EGYPTIAN HIEROGLYPH-13F65",
            "comments": [
                "classifier palace : ꜥḥ"
            ]
        },
        {
            "codepoint": "13F66",
            "name": "EGYPTIAN HIEROGLYPH-13F66"
        },
        {
            "codepoint": "13F67",
            "name": "EGYPTIAN HIEROGLYPH-13F67",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13F68",
            "name": "EGYPTIAN HIEROGLYPH-13F68"
        },
        {
            "codepoint": "13F69",
            "name": "EGYPTIAN HIEROGLYPH-13F69",
            "comments": [
                "classifier divine : nṯrꞽ"
            ]
        },
        {
            "codepoint": "13F6A",
            "name": "EGYPTIAN HIEROGLYPH-13F6A",
            "comments": [
                "phonemogram : wsḫ"
            ]
        },
        {
            "codepoint": "13F6B",
            "name": "EGYPTIAN HIEROGLYPH-13F6B",
            "comments": [
                "phonemogram : wsḫ"
            ]
        },
        {
            "codepoint": "13F6C",
            "name": "EGYPTIAN HIEROGLYPH-13F6C",
            "comments": [
                "phonemogram : wsḫ"
            ]
        },
        {
            "codepoint": "13F6D",
            "name": "EGYPTIAN HIEROGLYPH-13F6D",
            "comments": [
                "phonemogram : wsḫ"
            ]
        },
        {
            "codepoint": "13F6E",
            "name": "EGYPTIAN HIEROGLYPH-13F6E",
            "comments": [
                "logogram (court of offerings) : wsḫ.t-ḥtp"
            ]
        },
        {
            "codepoint": "13F6F",
            "name": "EGYPTIAN HIEROGLYPH-13F6F"
        },
        {
            "codepoint": "13F70",
            "name": "EGYPTIAN HIEROGLYPH-13F70"
        },
        {
            "codepoint": "13F71",
            "name": "EGYPTIAN HIEROGLYPH-13F71"
        },
        {
            "codepoint": "13F72",
            "name": "EGYPTIAN HIEROGLYPH-13F72",
            "comments": [
                "logogram (wall) : ꞽnb"
            ]
        },
        {
            "codepoint": "13F73",
            "name": "EGYPTIAN HIEROGLYPH-13F73",
            "comments": [
                "classifier overthrow, demolish : snb"
            ]
        },
        {
            "codepoint": "13F74",
            "name": "EGYPTIAN HIEROGLYPH-13F74",
            "comments": [
                "classifier overthrow, demolish : sšn"
            ]
        },
        {
            "codepoint": "13F75",
            "name": "EGYPTIAN HIEROGLYPH-13F75",
            "comments": [
                "classifier geographical location : km-wr"
            ]
        },
        {
            "codepoint": "13F76",
            "name": "EGYPTIAN HIEROGLYPH-13F76",
            "comments": [
                "classifier geographical location (Elephantine) : ꜣbw"
            ]
        },
        {
            "codepoint": "13F77",
            "name": "EGYPTIAN HIEROGLYPH-13F77"
        },
        {
            "codepoint": "13F78",
            "name": "EGYPTIAN HIEROGLYPH-13F78",
            "comments": [
                "classifier wall : sbty"
            ]
        },
        {
            "codepoint": "13F79",
            "name": "EGYPTIAN HIEROGLYPH-13F79",
            "comments": [
                "logogram i(Memphis (the white wall)) : nb-ḥḏ"
            ]
        },
        {
            "codepoint": "13F7A",
            "name": "EGYPTIAN HIEROGLYPH-13F7A"
        },
        {
            "codepoint": "13F7B",
            "name": "EGYPTIAN HIEROGLYPH-13F7B",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F7C",
            "name": "EGYPTIAN HIEROGLYPH-13F7C",
            "comments": [
                "classifier palace façade : srḫ"
            ]
        },
        {
            "codepoint": "13F7D",
            "name": "EGYPTIAN HIEROGLYPH-13F7D"
        },
        {
            "codepoint": "13F7E",
            "name": "EGYPTIAN HIEROGLYPH-13F7E"
        },
        {
            "codepoint": "13F7F",
            "name": "EGYPTIAN HIEROGLYPH-13F7F",
            "comments": [
                "classifier palace façade : srḫ"
            ]
        },
        {
            "codepoint": "13F80",
            "name": "EGYPTIAN HIEROGLYPH-13F80",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F81",
            "name": "EGYPTIAN HIEROGLYPH-13F81",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F82",
            "name": "EGYPTIAN HIEROGLYPH-13F82",
            "comments": [
                "logogram (chapel) : ḥḏ"
            ]
        },
        {
            "codepoint": "13F83",
            "name": "EGYPTIAN HIEROGLYPH-13F83",
            "comments": [
                "logogram (chapel) : ḥḏ"
            ]
        },
        {
            "codepoint": "13F84",
            "name": "EGYPTIAN HIEROGLYPH-13F84",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F85",
            "name": "EGYPTIAN HIEROGLYPH-13F85",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F86",
            "name": "EGYPTIAN HIEROGLYPH-13F86",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F87",
            "name": "EGYPTIAN HIEROGLYPH-13F87",
            "comments": [
                "logogram (serekh (palace) façade) : srḫ"
            ]
        },
        {
            "codepoint": "13F88",
            "name": "EGYPTIAN HIEROGLYPH-13F88",
            "comments": [
                "classifier pylon/gateway : bḫny"
            ]
        },
        {
            "codepoint": "13F89",
            "name": "EGYPTIAN HIEROGLYPH-13F89"
        },
        {
            "codepoint": "13F8A",
            "name": "EGYPTIAN HIEROGLYPH-13F8A",
            "comments": [
                "logogram (sanctuary of Upper Egypt) : pr-wr"
            ]
        },
        {
            "codepoint": "13F8B",
            "name": "EGYPTIAN HIEROGLYPH-13F8B",
            "comments": [
                "classifier doorway/gateway : mꜣh.t"
            ]
        },
        {
            "codepoint": "13F8C",
            "name": "EGYPTIAN HIEROGLYPH-13F8C",
            "comments": [
                "logogram : ḥw.t"
            ]
        },
        {
            "codepoint": "13F8D",
            "name": "EGYPTIAN HIEROGLYPH-13F8D",
            "comments": [
                "logogram (chapel) : kꜣr"
            ]
        },
        {
            "codepoint": "13F8E",
            "name": "EGYPTIAN HIEROGLYPH-13F8E",
            "comments": [
                "logogram (chapel)"
            ]
        },
        {
            "codepoint": "13F8F",
            "name": "EGYPTIAN HIEROGLYPH-13F8F",
            "comments": [
                "phonemogram (in r-rw.t (outside)) : rw.t"
            ]
        },
        {
            "codepoint": "13F90",
            "name": "EGYPTIAN HIEROGLYPH-13F90",
            "comments": [
                "logogram (palace) : ꜥḥ"
            ]
        },
        {
            "codepoint": "13F91",
            "name": "EGYPTIAN HIEROGLYPH-13F91",
            "comments": [
                "logogram (portal, portico) : sbḫ.t"
            ]
        },
        {
            "codepoint": "13F92",
            "name": "EGYPTIAN HIEROGLYPH-13F92",
            "comments": [
                "classifier doorway : sbꜣ"
            ]
        },
        {
            "codepoint": "13F93",
            "name": "EGYPTIAN HIEROGLYPH-13F93",
            "comments": [
                "phonemogram (in r-rw.t (outside)) : rw.t"
            ]
        },
        {
            "codepoint": "13F94",
            "name": "EGYPTIAN HIEROGLYPH-13F94",
            "comments": [
                "logogram (doorway) : sbꜣ"
            ]
        },
        {
            "codepoint": "13F95",
            "name": "EGYPTIAN HIEROGLYPH-13F95",
            "comments": [
                "classifier portal, portico : sbḫ.t"
            ]
        },
        {
            "codepoint": "13F96",
            "name": "EGYPTIAN HIEROGLYPH-13F96",
            "comments": [
                "classifier tomb : ꞽs"
            ]
        },
        {
            "codepoint": "13F97",
            "name": "EGYPTIAN HIEROGLYPH-13F97"
        },
        {
            "codepoint": "13F98",
            "name": "EGYPTIAN HIEROGLYPH-13F98",
            "comments": [
                "classifier portal, portico : sbḫ.t"
            ]
        },
        {
            "codepoint": "13F99",
            "name": "EGYPTIAN HIEROGLYPH-13F99",
            "comments": [
                "logogram (main gate of a temple) : tꜣy.t"
            ]
        },
        {
            "codepoint": "13F9A",
            "name": "EGYPTIAN HIEROGLYPH-13F9A",
            "comments": [
                "classifier curtain : tꜣy.ty"
            ]
        },
        {
            "codepoint": "13F9B",
            "name": "EGYPTIAN HIEROGLYPH-13F9B"
        },
        {
            "codepoint": "13F9C",
            "name": "EGYPTIAN HIEROGLYPH-13F9C",
            "comments": [
                "classifier funerary chapel, cenotaph : mꜥḥꜥ.t"
            ]
        },
        {
            "codepoint": "13F9D",
            "name": "EGYPTIAN HIEROGLYPH-13F9D",
            "comments": [
                "classifier chapel : ḥḏ"
            ]
        },
        {
            "codepoint": "13F9E",
            "name": "EGYPTIAN HIEROGLYPH-13F9E",
            "comments": [
                "logogram (sanctuary of Upper Egypt) : pr-wr"
            ]
        },
        {
            "codepoint": "13F9F",
            "name": "EGYPTIAN HIEROGLYPH-13F9F",
            "comments": [
                "logogram (to be divine) : nṯrꞽ"
            ]
        },
        {
            "codepoint": "13FA0",
            "name": "EGYPTIAN HIEROGLYPH-13FA0"
        },
        {
            "codepoint": "13FA1",
            "name": "EGYPTIAN HIEROGLYPH-13FA1",
            "comments": [
                "classifier shrine : pr-wr"
            ]
        },
        {
            "codepoint": "13FA2",
            "name": "EGYPTIAN HIEROGLYPH-13FA2",
            "comments": [
                "logogram (sanctuary of Upper Egypt) : pr-wr"
            ]
        },
        {
            "codepoint": "13FA3",
            "name": "EGYPTIAN HIEROGLYPH-13FA3",
            "comments": [
                "logogram (sanctuary of Upper Egypt) : pr-wr"
            ]
        },
        {
            "codepoint": "13FA4",
            "name": "EGYPTIAN HIEROGLYPH-13FA4"
        },
        {
            "codepoint": "13FA5",
            "name": "EGYPTIAN HIEROGLYPH-13FA5",
            "comments": [
                "classifier shrine : ḥḏ-šps"
            ]
        },
        {
            "codepoint": "13FA6",
            "name": "EGYPTIAN HIEROGLYPH-13FA6",
            "comments": [
                "classifier shrine : pr-wr"
            ]
        },
        {
            "codepoint": "13FA7",
            "name": "EGYPTIAN HIEROGLYPH-13FA7",
            "comments": [
                "classifier chapel (associated with Min) : sḥn"
            ]
        },
        {
            "codepoint": "13FA8",
            "name": "EGYPTIAN HIEROGLYPH-13FA8",
            "comments": [
                "logogram (Ennead) : psḏ.t"
            ]
        },
        {
            "codepoint": "13FA9",
            "name": "EGYPTIAN HIEROGLYPH-13FA9",
            "comments": [
                "classifier shrine : s.t=f-wr.t"
            ]
        },
        {
            "codepoint": "13FAA",
            "name": "EGYPTIAN HIEROGLYPH-13FAA"
        },
        {
            "codepoint": "13FAB",
            "name": "EGYPTIAN HIEROGLYPH-13FAB",
            "comments": [
                "logogram (sanctuary of Sokar) : šṯy.t"
            ]
        },
        {
            "codepoint": "13FAC",
            "name": "EGYPTIAN HIEROGLYPH-13FAC",
            "comments": [
                "classifier sanctuary, shrine : pr-nsr"
            ]
        },
        {
            "codepoint": "13FAD",
            "name": "EGYPTIAN HIEROGLYPH-13FAD",
            "comments": [
                "logogram (shrine, row of shrines) : ꞽtr.t"
            ]
        },
        {
            "codepoint": "13FAE",
            "name": "EGYPTIAN HIEROGLYPH-13FAE",
            "comments": [
                "logogram (Dendera) : ꞽwn.t"
            ]
        },
        {
            "codepoint": "13FAF",
            "name": "EGYPTIAN HIEROGLYPH-13FAF"
        },
        {
            "codepoint": "13FB0",
            "name": "EGYPTIAN HIEROGLYPH-13FB0"
        },
        {
            "codepoint": "13FB1",
            "name": "EGYPTIAN HIEROGLYPH-13FB1",
            "comments": [
                "logogram (sanctuary of Upper Egypt) : pr-wr"
            ]
        },
        {
            "codepoint": "13FB2",
            "name": "EGYPTIAN HIEROGLYPH-13FB2"
        },
        {
            "codepoint": "13FB3",
            "name": "EGYPTIAN HIEROGLYPH-13FB3",
            "comments": [
                "logogram (portal, portico) : hꜣy,t"
            ]
        },
        {
            "codepoint": "13FB4",
            "name": "EGYPTIAN HIEROGLYPH-13FB4",
            "comments": [
                "logogram (ceiling, heaven) : hꜣy.t"
            ]
        },
        {
            "codepoint": "13FB5",
            "name": "EGYPTIAN HIEROGLYPH-13FB5",
            "comments": [
                "logogram (portal, portico) : hꜣy,t"
            ]
        },
        {
            "codepoint": "13FB6",
            "name": "EGYPTIAN HIEROGLYPH-13FB6",
            "comments": [
                "?Logogram (shrine?) : sḥ"
            ]
        },
        {
            "codepoint": "13FB7",
            "name": "EGYPTIAN HIEROGLYPH-13FB7",
            "comments": [
                "logogram (pavilion, hall, booth) : sḥ"
            ]
        },
        {
            "codepoint": "13FB8",
            "name": "EGYPTIAN HIEROGLYPH-13FB8",
            "comments": [
                "logogram (to tie on, to don) : ꜥrḳ"
            ]
        },
        {
            "codepoint": "13FB9",
            "name": "EGYPTIAN HIEROGLYPH-13FB9"
        },
        {
            "codepoint": "13FBA",
            "name": "EGYPTIAN HIEROGLYPH-13FBA"
        },
        {
            "codepoint": "13FBB",
            "name": "EGYPTIAN HIEROGLYPH-13FBB",
            "comments": [
                "logogram (divine booth) : sḥ-nṯr"
            ]
        },
        {
            "codepoint": "13FBC",
            "name": "EGYPTIAN HIEROGLYPH-13FBC",
            "comments": [
                "logogram (booth) : sḥ"
            ]
        },
        {
            "codepoint": "13FBD",
            "name": "EGYPTIAN HIEROGLYPH-13FBD",
            "comments": [
                "phonemogram : ꜥrḳ"
            ]
        },
        {
            "codepoint": "13FBE",
            "name": "EGYPTIAN HIEROGLYPH-13FBE",
            "comments": [
                "phonemogram (in ꜥrḳ-wr) : ꜥrḳ"
            ]
        },
        {
            "codepoint": "13FBF",
            "name": "EGYPTIAN HIEROGLYPH-13FBF",
            "comments": [
                "phonemogram : ꜥrḳ"
            ]
        },
        {
            "codepoint": "13FC0",
            "name": "EGYPTIAN HIEROGLYPH-13FC0",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FC1",
            "name": "EGYPTIAN HIEROGLYPH-13FC1",
            "comments": [
                "classifier throne dais : ṯnṯꜣ.t"
            ]
        },
        {
            "codepoint": "13FC2",
            "name": "EGYPTIAN HIEROGLYPH-13FC2"
        },
        {
            "codepoint": "13FC3",
            "name": "EGYPTIAN HIEROGLYPH-13FC3",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FC4",
            "name": "EGYPTIAN HIEROGLYPH-13FC4",
            "comments": [
                "logogram (four) : (ꞽ)fd.w"
            ]
        },
        {
            "codepoint": "13FC5",
            "name": "EGYPTIAN HIEROGLYPH-13FC5",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FC6",
            "name": "EGYPTIAN HIEROGLYPH-13FC6",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FC7",
            "name": "EGYPTIAN HIEROGLYPH-13FC7"
        },
        {
            "codepoint": "13FC8",
            "name": "EGYPTIAN HIEROGLYPH-13FC8"
        },
        {
            "codepoint": "13FC9",
            "name": "EGYPTIAN HIEROGLYPH-13FC9",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FCA",
            "name": "EGYPTIAN HIEROGLYPH-13FCA",
            "comments": [
                "classifier jubilee, sed-festival : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FCB",
            "name": "EGYPTIAN HIEROGLYPH-13FCB",
            "comments": [
                "classifier jubilee, sed-festival : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FCC",
            "name": "EGYPTIAN HIEROGLYPH-13FCC",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FCD",
            "name": "EGYPTIAN HIEROGLYPH-13FCD",
            "comments": [
                "logogram (festival) : ḥb"
            ]
        },
        {
            "codepoint": "13FCE",
            "name": "EGYPTIAN HIEROGLYPH-13FCE",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FCF",
            "name": "EGYPTIAN HIEROGLYPH-13FCF",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FD0",
            "name": "EGYPTIAN HIEROGLYPH-13FD0",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FD1",
            "name": "EGYPTIAN HIEROGLYPH-13FD1"
        },
        {
            "codepoint": "13FD2",
            "name": "EGYPTIAN HIEROGLYPH-13FD2",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FD3",
            "name": "EGYPTIAN HIEROGLYPH-13FD3",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FD4",
            "name": "EGYPTIAN HIEROGLYPH-13FD4",
            "comments": [
                "logogram (jubilee, sed-festival) : ḥb-sd"
            ]
        },
        {
            "codepoint": "13FD5",
            "name": "EGYPTIAN HIEROGLYPH-13FD5",
            "comments": [
                "logogram (festival) : h(ꜣ)b"
            ]
        },
        {
            "codepoint": "13FD6",
            "name": "EGYPTIAN HIEROGLYPH-13FD6",
            "comments": [
                "logogram (ceiling, heaven) : hꜣy.t"
            ]
        },
        {
            "codepoint": "13FD7",
            "name": "EGYPTIAN HIEROGLYPH-13FD7",
            "comments": [
                "phonemogram/Logogram : ḥꜣy.t n bꜣ"
            ]
        },
        {
            "codepoint": "13FD8",
            "name": "EGYPTIAN HIEROGLYPH-13FD8",
            "comments": [
                "classifier to ascend, to mount up : sꞽꜥ"
            ]
        },
        {
            "codepoint": "13FD9",
            "name": "EGYPTIAN HIEROGLYPH-13FD9",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "13FDA",
            "name": "EGYPTIAN HIEROGLYPH-13FDA",
            "comments": [
                "classifier obelisk : tḫn"
            ]
        },
        {
            "codepoint": "13FDB",
            "name": "EGYPTIAN HIEROGLYPH-13FDB",
            "comments": [
                "phonemogram/logogram (to beget, to ejaculate, to create) : bnbn"
            ]
        },
        {
            "codepoint": "13FDC",
            "name": "EGYPTIAN HIEROGLYPH-13FDC",
            "comments": [
                "classifier solar temple : s.t-ꞽb-rꜥ"
            ]
        },
        {
            "codepoint": "13FDD",
            "name": "EGYPTIAN HIEROGLYPH-13FDD",
            "comments": [
                "classifier shrine/chapel : ꞽtr.t"
            ]
        },
        {
            "codepoint": "13FDE",
            "name": "EGYPTIAN HIEROGLYPH-13FDE",
            "comments": [
                "logogram (shrine, row of shrines) : ꞽtr.t"
            ]
        },
        {
            "codepoint": "13FDF",
            "name": "EGYPTIAN HIEROGLYPH-13FDF",
            "comments": [
                "phonemogram : ꞽwn"
            ]
        },
        {
            "codepoint": "13FE0",
            "name": "EGYPTIAN HIEROGLYPH-13FE0",
            "comments": [
                "phonemogram : wṯs"
            ]
        },
        {
            "codepoint": "13FE1",
            "name": "EGYPTIAN HIEROGLYPH-13FE1",
            "comments": [
                "phonemogram : ꞽwn"
            ]
        },
        {
            "codepoint": "13FE2",
            "name": "EGYPTIAN HIEROGLYPH-13FE2",
            "comments": [
                "phonemogram : ꞽwn"
            ]
        },
        {
            "codepoint": "13FE3",
            "name": "EGYPTIAN HIEROGLYPH-13FE3"
        },
        {
            "codepoint": "13FE4",
            "name": "EGYPTIAN HIEROGLYPH-13FE4",
            "comments": [
                "logogram (papyriform column) : wꜣḏ"
            ]
        },
        {
            "codepoint": "13FE5",
            "name": "EGYPTIAN HIEROGLYPH-13FE5",
            "comments": [
                "classifier column (columned hall) : wḫꜣ"
            ]
        },
        {
            "codepoint": "13FE6",
            "name": "EGYPTIAN HIEROGLYPH-13FE6"
        },
        {
            "codepoint": "13FE7",
            "name": "EGYPTIAN HIEROGLYPH-13FE7",
            "comments": [
                "classifier column (columned hall) : wḫꜣ"
            ]
        },
        {
            "codepoint": "13FE8",
            "name": "EGYPTIAN HIEROGLYPH-13FE8"
        },
        {
            "codepoint": "13FE9",
            "name": "EGYPTIAN HIEROGLYPH-13FE9"
        },
        {
            "codepoint": "13FEA",
            "name": "EGYPTIAN HIEROGLYPH-13FEA",
            "comments": [
                "phonemogram : šnꜥ"
            ]
        },
        {
            "codepoint": "13FEB",
            "name": "EGYPTIAN HIEROGLYPH-13FEB",
            "comments": [
                "classifier Pillar : ꞽwn"
            ]
        },
        {
            "codepoint": "13FEC",
            "name": "EGYPTIAN HIEROGLYPH-13FEC",
            "comments": [
                "logogram (face, sight) : ḥr"
            ]
        },
        {
            "codepoint": "13FED",
            "name": "EGYPTIAN HIEROGLYPH-13FED"
        },
        {
            "codepoint": "13FEE",
            "name": "EGYPTIAN HIEROGLYPH-13FEE",
            "comments": [
                "classifier door-bolt : ḥkn"
            ]
        },
        {
            "codepoint": "13FEF",
            "name": "EGYPTIAN HIEROGLYPH-13FEF",
            "comments": [
                "classifier door-bolt : kfꜣ/pḥ-ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "13FF0",
            "name": "EGYPTIAN HIEROGLYPH-13FF0",
            "comments": [
                "classifier door bolt : ḳꜣn"
            ]
        },
        {
            "codepoint": "13FF1",
            "name": "EGYPTIAN HIEROGLYPH-13FF1",
            "comments": [
                "phonemogram : sn"
            ]
        },
        {
            "codepoint": "13FF2",
            "name": "EGYPTIAN HIEROGLYPH-13FF2",
            "comments": [
                "phonemogram : sbb"
            ]
        },
        {
            "codepoint": "13FF3",
            "name": "EGYPTIAN HIEROGLYPH-13FF3",
            "comments": [
                "classifier gateway : sbḫ.t"
            ]
        },
        {
            "codepoint": "13FF4",
            "name": "EGYPTIAN HIEROGLYPH-13FF4",
            "comments": [
                "classifier dais, terrace, platform : ḫt(.w)"
            ]
        },
        {
            "codepoint": "13FF5",
            "name": "EGYPTIAN HIEROGLYPH-13FF5",
            "comments": [
                "phonemogram : sšp"
            ]
        },
        {
            "codepoint": "13FF6",
            "name": "EGYPTIAN HIEROGLYPH-13FF6",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13FF7",
            "name": "EGYPTIAN HIEROGLYPH-13FF7",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13FF8",
            "name": "EGYPTIAN HIEROGLYPH-13FF8"
        },
        {
            "codepoint": "13FF9",
            "name": "EGYPTIAN HIEROGLYPH-13FF9"
        },
        {
            "codepoint": "13FFA",
            "name": "EGYPTIAN HIEROGLYPH-13FFA",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13FFB",
            "name": "EGYPTIAN HIEROGLYPH-13FFB",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13FFC",
            "name": "EGYPTIAN HIEROGLYPH-13FFC"
        },
        {
            "codepoint": "13FFD",
            "name": "EGYPTIAN HIEROGLYPH-13FFD",
            "comments": [
                "logogram (field, arable land) : ꜣḥ.t"
            ]
        },
        {
            "codepoint": "13FFE",
            "name": "EGYPTIAN HIEROGLYPH-13FFE",
            "comments": [
                "phonemogram : šsp"
            ]
        },
        {
            "codepoint": "13FFF",
            "name": "EGYPTIAN HIEROGLYPH-13FFF"
        },
        {
            "codepoint": "14000",
            "name": "EGYPTIAN HIEROGLYPH-14000",
            "comments": [
                "classifier granary : šnw.wt"
            ]
        },
        {
            "codepoint": "14001",
            "name": "EGYPTIAN HIEROGLYPH-14001"
        },
        {
            "codepoint": "14002",
            "name": "EGYPTIAN HIEROGLYPH-14002",
            "comments": [
                "logogram (granary) : šnw.t"
            ]
        },
        {
            "codepoint": "14003",
            "name": "EGYPTIAN HIEROGLYPH-14003",
            "comments": [
                "logogram (granary) : šnw.t"
            ]
        },
        {
            "codepoint": "14004",
            "name": "EGYPTIAN HIEROGLYPH-14004"
        },
        {
            "codepoint": "14005",
            "name": "EGYPTIAN HIEROGLYPH-14005",
            "comments": [
                "logogram (granary) : šnw.t"
            ]
        },
        {
            "codepoint": "14006",
            "name": "EGYPTIAN HIEROGLYPH-14006",
            "comments": [
                "logogram (ornament) : ẖkr"
            ]
        },
        {
            "codepoint": "14007",
            "name": "EGYPTIAN HIEROGLYPH-14007",
            "comments": [
                "logogram (ornament) : ẖkr"
            ]
        },
        {
            "codepoint": "14008",
            "name": "EGYPTIAN HIEROGLYPH-14008",
            "comments": [
                "classifier tower : swn.w"
            ]
        },
        {
            "codepoint": "14009",
            "name": "EGYPTIAN HIEROGLYPH-14009",
            "comments": [
                "classifier to ascend, to mount up : sꞽꜥ"
            ]
        },
        {
            "codepoint": "1400A",
            "name": "EGYPTIAN HIEROGLYPH-1400A",
            "comments": [
                "logogram (the emblem of the cult of Min) : ꞽꜣw.t"
            ]
        },
        {
            "codepoint": "1400B",
            "name": "EGYPTIAN HIEROGLYPH-1400B",
            "comments": [
                "logogram (office, rank, function) : ꞽꜣw.t"
            ]
        },
        {
            "codepoint": "1400C",
            "name": "EGYPTIAN HIEROGLYPH-1400C",
            "comments": [
                "logogram (office, rank, function) : ꞽꜣw.t"
            ]
        },
        {
            "codepoint": "1400D",
            "name": "EGYPTIAN HIEROGLYPH-1400D",
            "comments": [
                "classifier Harim, inner chamber : ꞽp.t"
            ]
        },
        {
            "codepoint": "1400E",
            "name": "EGYPTIAN HIEROGLYPH-1400E",
            "comments": [
                "phonemogram : ꞽp.t"
            ]
        },
        {
            "codepoint": "1400F",
            "name": "EGYPTIAN HIEROGLYPH-1400F",
            "comments": [
                "phonemogram : ꞽp.t"
            ]
        },
        {
            "codepoint": "14010",
            "name": "EGYPTIAN HIEROGLYPH-14010",
            "comments": [
                "phonemogram : nḫn"
            ]
        },
        {
            "codepoint": "14011",
            "name": "EGYPTIAN HIEROGLYPH-14011",
            "comments": [
                "logogram (Hierakonpolis) : nḫn"
            ]
        },
        {
            "codepoint": "14012",
            "name": "EGYPTIAN HIEROGLYPH-14012",
            "comments": [
                "logogram (Hierakonpolis) : nḫn"
            ]
        },
        {
            "codepoint": "14013",
            "name": "EGYPTIAN HIEROGLYPH-14013"
        },
        {
            "codepoint": "14014",
            "name": "EGYPTIAN HIEROGLYPH-14014",
            "comments": [
                "classifier part of a building : sꜣw"
            ]
        },
        {
            "codepoint": "14015",
            "name": "EGYPTIAN HIEROGLYPH-14015"
        },
        {
            "codepoint": "14016",
            "name": "EGYPTIAN HIEROGLYPH-14016"
        },
        {
            "codepoint": "14017",
            "name": "EGYPTIAN HIEROGLYPH-14017",
            "comments": [
                "classifier conflagration : snsn.t"
            ]
        },
        {
            "codepoint": "14018",
            "name": "EGYPTIAN HIEROGLYPH-14018",
            "comments": [
                "logogram (fortress) : mn(n).w"
            ]
        },
        {
            "codepoint": "14019",
            "name": "EGYPTIAN HIEROGLYPH-14019",
            "comments": [
                "classifier stair"
            ]
        },
        {
            "codepoint": "1401A",
            "name": "EGYPTIAN HIEROGLYPH-1401A",
            "comments": [
                "classifier movement : nmꞽ"
            ]
        },
        {
            "codepoint": "1401B",
            "name": "EGYPTIAN HIEROGLYPH-1401B",
            "comments": [
                "classifier boat/ship/bark : ḥnw"
            ]
        },
        {
            "codepoint": "1401C",
            "name": "EGYPTIAN HIEROGLYPH-1401C",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1401D",
            "name": "EGYPTIAN HIEROGLYPH-1401D",
            "comments": [
                "classifier movement : ḫns"
            ]
        },
        {
            "codepoint": "1401E",
            "name": "EGYPTIAN HIEROGLYPH-1401E",
            "comments": [
                "classifier movement : ḫns"
            ]
        },
        {
            "codepoint": "1401F",
            "name": "EGYPTIAN HIEROGLYPH-1401F",
            "comments": [
                "classifier movement : ḏꜣ"
            ]
        },
        {
            "codepoint": "14020",
            "name": "EGYPTIAN HIEROGLYPH-14020",
            "comments": [
                "classifier to upset, to overturn : pnꜥ"
            ]
        },
        {
            "codepoint": "14021",
            "name": "EGYPTIAN HIEROGLYPH-14021",
            "comments": [
                "classifier movement : ḫd"
            ]
        },
        {
            "codepoint": "14022",
            "name": "EGYPTIAN HIEROGLYPH-14022",
            "comments": [
                "classifier boat/ship : mẖn.t"
            ]
        },
        {
            "codepoint": "14023",
            "name": "EGYPTIAN HIEROGLYPH-14023",
            "comments": [
                "classifier movement : ẖn"
            ]
        },
        {
            "codepoint": "14024",
            "name": "EGYPTIAN HIEROGLYPH-14024",
            "comments": [
                "phonemogram : ꞽm"
            ]
        },
        {
            "codepoint": "14025",
            "name": "EGYPTIAN HIEROGLYPH-14025",
            "comments": [
                "classifier (to capsize) : ꜥḳw"
            ]
        },
        {
            "codepoint": "14026",
            "name": "EGYPTIAN HIEROGLYPH-14026",
            "comments": [
                "phonemogram : ꞽm"
            ]
        },
        {
            "codepoint": "14027",
            "name": "EGYPTIAN HIEROGLYPH-14027",
            "comments": [
                "classifier mooring : mnꞽ"
            ]
        },
        {
            "codepoint": "14028",
            "name": "EGYPTIAN HIEROGLYPH-14028",
            "comments": [
                "classifier boat/ship : ꞽm(w)"
            ]
        },
        {
            "codepoint": "14029",
            "name": "EGYPTIAN HIEROGLYPH-14029",
            "comments": [
                "classifier death : smꜣ(-tꜣ)"
            ]
        },
        {
            "codepoint": "1402A",
            "name": "EGYPTIAN HIEROGLYPH-1402A"
        },
        {
            "codepoint": "1402B",
            "name": "EGYPTIAN HIEROGLYPH-1402B",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1402C",
            "name": "EGYPTIAN HIEROGLYPH-1402C"
        },
        {
            "codepoint": "1402D",
            "name": "EGYPTIAN HIEROGLYPH-1402D"
        },
        {
            "codepoint": "1402E",
            "name": "EGYPTIAN HIEROGLYPH-1402E"
        },
        {
            "codepoint": "1402F",
            "name": "EGYPTIAN HIEROGLYPH-1402F",
            "comments": [
                "classifier bark/boat : (m)skt.t"
            ]
        },
        {
            "codepoint": "14030",
            "name": "EGYPTIAN HIEROGLYPH-14030",
            "comments": [
                "classifier bark/boat : ꜥnḏ(.t)"
            ]
        },
        {
            "codepoint": "14031",
            "name": "EGYPTIAN HIEROGLYPH-14031",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "14032",
            "name": "EGYPTIAN HIEROGLYPH-14032",
            "comments": [
                "classifier bark/boat : nšm.t"
            ]
        },
        {
            "codepoint": "14033",
            "name": "EGYPTIAN HIEROGLYPH-14033",
            "comments": [
                "classifier bark/boat : (m)skt.t"
            ]
        },
        {
            "codepoint": "14034",
            "name": "EGYPTIAN HIEROGLYPH-14034",
            "comments": [
                "classifier bark/boat : (m)sk.t"
            ]
        },
        {
            "codepoint": "14035",
            "name": "EGYPTIAN HIEROGLYPH-14035",
            "comments": [
                "classifier bark/boat : mskt.t"
            ]
        },
        {
            "codepoint": "14036",
            "name": "EGYPTIAN HIEROGLYPH-14036",
            "comments": [
                "classifier bark/boat : ḥbꜣ"
            ]
        },
        {
            "codepoint": "14037",
            "name": "EGYPTIAN HIEROGLYPH-14037",
            "comments": [
                "classifier papyrus float : ḥnk"
            ]
        },
        {
            "codepoint": "14038",
            "name": "EGYPTIAN HIEROGLYPH-14038",
            "comments": [
                "classifier movement : ḫnt.yt"
            ]
        },
        {
            "codepoint": "14039",
            "name": "EGYPTIAN HIEROGLYPH-14039",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1403A",
            "name": "EGYPTIAN HIEROGLYPH-1403A",
            "comments": [
                "logogram (bark of the king/royal bark) : wꞽꜣ-n(.y)-sw.t"
            ]
        },
        {
            "codepoint": "1403B",
            "name": "EGYPTIAN HIEROGLYPH-1403B"
        },
        {
            "codepoint": "1403C",
            "name": "EGYPTIAN HIEROGLYPH-1403C",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1403D",
            "name": "EGYPTIAN HIEROGLYPH-1403D"
        },
        {
            "codepoint": "1403E",
            "name": "EGYPTIAN HIEROGLYPH-1403E"
        },
        {
            "codepoint": "1403F",
            "name": "EGYPTIAN HIEROGLYPH-1403F",
            "comments": [
                "logogram (to go south (sailing upstream)) : ḫntꞽ"
            ]
        },
        {
            "codepoint": "14040",
            "name": "EGYPTIAN HIEROGLYPH-14040",
            "comments": [
                "classifier sailing upstream/going south : ḫnt(ꞽ)"
            ]
        },
        {
            "codepoint": "14041",
            "name": "EGYPTIAN HIEROGLYPH-14041",
            "comments": [
                "logogram (to go south (sailing upstream)) : ḫntꞽ"
            ]
        },
        {
            "codepoint": "14042",
            "name": "EGYPTIAN HIEROGLYPH-14042",
            "comments": [
                "classifier sailing upstream/going south : ḫnt(ꞽ)"
            ]
        },
        {
            "codepoint": "14043",
            "name": "EGYPTIAN HIEROGLYPH-14043",
            "comments": [
                "classifier boat/ship : sꜣṯ"
            ]
        },
        {
            "codepoint": "14044",
            "name": "EGYPTIAN HIEROGLYPH-14044",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "14045",
            "name": "EGYPTIAN HIEROGLYPH-14045",
            "comments": [
                "classifier bark/boat : nšm.t"
            ]
        },
        {
            "codepoint": "14046",
            "name": "EGYPTIAN HIEROGLYPH-14046",
            "comments": [
                "logogram/classifier (bark/boat) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "14047",
            "name": "EGYPTIAN HIEROGLYPH-14047"
        },
        {
            "codepoint": "14048",
            "name": "EGYPTIAN HIEROGLYPH-14048",
            "comments": [
                "classifier boat/ship : wṯs-nfr.w"
            ]
        },
        {
            "codepoint": "14049",
            "name": "EGYPTIAN HIEROGLYPH-14049",
            "comments": [
                "classifier boat/ship : wṯs-nfr(.w)"
            ]
        },
        {
            "codepoint": "1404A",
            "name": "EGYPTIAN HIEROGLYPH-1404A"
        },
        {
            "codepoint": "1404B",
            "name": "EGYPTIAN HIEROGLYPH-1404B",
            "comments": [
                "classifier boat/ship : wṯs-nfr.w"
            ]
        },
        {
            "codepoint": "1404C",
            "name": "EGYPTIAN HIEROGLYPH-1404C",
            "comments": [
                "classifier boat/ship : wṯs-nfr.w"
            ]
        },
        {
            "codepoint": "1404D",
            "name": "EGYPTIAN HIEROGLYPH-1404D",
            "comments": [
                "logogram wiA(ship, boat, bark) : wṯs-nfr.w"
            ]
        },
        {
            "codepoint": "1404E",
            "name": "EGYPTIAN HIEROGLYPH-1404E",
            "comments": [
                "logogram (ship, boat, bark) : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1404F",
            "name": "EGYPTIAN HIEROGLYPH-1404F",
            "comments": [
                "logogram (Amon-Re) : ꞽmn-rꜥ"
            ]
        },
        {
            "codepoint": "14050",
            "name": "EGYPTIAN HIEROGLYPH-14050",
            "comments": [
                "phonemogram : wḥꜥ"
            ]
        },
        {
            "codepoint": "14051",
            "name": "EGYPTIAN HIEROGLYPH-14051",
            "comments": [
                "logogram : wꞽꜣ"
            ]
        },
        {
            "codepoint": "14052",
            "name": "EGYPTIAN HIEROGLYPH-14052",
            "comments": [
                "classifier boat/ship : (m)ꜥnḏ.t"
            ]
        },
        {
            "codepoint": "14053",
            "name": "EGYPTIAN HIEROGLYPH-14053"
        },
        {
            "codepoint": "14054",
            "name": "EGYPTIAN HIEROGLYPH-14054",
            "comments": [
                "classifier bark/boat : (m)skt.t"
            ]
        },
        {
            "codepoint": "14055",
            "name": "EGYPTIAN HIEROGLYPH-14055"
        },
        {
            "codepoint": "14056",
            "name": "EGYPTIAN HIEROGLYPH-14056",
            "comments": [
                "logogram (Bark of the two divine falcons) : nṯr.wy"
            ]
        },
        {
            "codepoint": "14057",
            "name": "EGYPTIAN HIEROGLYPH-14057",
            "comments": [
                "classifier bark : skt.t"
            ]
        },
        {
            "codepoint": "14058",
            "name": "EGYPTIAN HIEROGLYPH-14058",
            "comments": [
                "classifier bark : mskt.t"
            ]
        },
        {
            "codepoint": "14059",
            "name": "EGYPTIAN HIEROGLYPH-14059",
            "comments": [
                "logogram (Sothis) : spd.t"
            ]
        },
        {
            "codepoint": "1405A",
            "name": "EGYPTIAN HIEROGLYPH-1405A",
            "comments": [
                "logogram (Orion (constellation)) : sꜣḥ"
            ]
        },
        {
            "codepoint": "1405B",
            "name": "EGYPTIAN HIEROGLYPH-1405B"
        },
        {
            "codepoint": "1405C",
            "name": "EGYPTIAN HIEROGLYPH-1405C",
            "comments": [
                "classifier bark : wꞽꜣ"
            ]
        },
        {
            "codepoint": "1405D",
            "name": "EGYPTIAN HIEROGLYPH-1405D"
        },
        {
            "codepoint": "1405E",
            "name": "EGYPTIAN HIEROGLYPH-1405E",
            "comments": [
                "logogram (protection) : gs-dp.t"
            ]
        },
        {
            "codepoint": "1405F",
            "name": "EGYPTIAN HIEROGLYPH-1405F",
            "comments": [
                "logogram (protection) : gs-dp.t"
            ]
        },
        {
            "codepoint": "14060",
            "name": "EGYPTIAN HIEROGLYPH-14060"
        },
        {
            "codepoint": "14061",
            "name": "EGYPTIAN HIEROGLYPH-14061",
            "comments": [
                "phonemogram : mnḫ.t"
            ]
        },
        {
            "codepoint": "14062",
            "name": "EGYPTIAN HIEROGLYPH-14062",
            "comments": [
                "logogram (cloth, clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "14063",
            "name": "EGYPTIAN HIEROGLYPH-14063",
            "comments": [
                "logogram (cloth, clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "14064",
            "name": "EGYPTIAN HIEROGLYPH-14064"
        },
        {
            "codepoint": "14065",
            "name": "EGYPTIAN HIEROGLYPH-14065",
            "comments": [
                "logogram ḥnw (Henu-bark of Sokar) or phonemogram skr : ḥnw | skr"
            ]
        },
        {
            "codepoint": "14066",
            "name": "EGYPTIAN HIEROGLYPH-14066",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "14067",
            "name": "EGYPTIAN HIEROGLYPH-14067",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "14068",
            "name": "EGYPTIAN HIEROGLYPH-14068",
            "comments": [
                "classifier bark of Sokar : ḥny"
            ]
        },
        {
            "codepoint": "14069",
            "name": "EGYPTIAN HIEROGLYPH-14069",
            "comments": [
                "classifier bark of Sokar : ḥnw"
            ]
        },
        {
            "codepoint": "1406A",
            "name": "EGYPTIAN HIEROGLYPH-1406A",
            "comments": [
                "classifier bark of Sokar : ḥnw"
            ]
        },
        {
            "codepoint": "1406B",
            "name": "EGYPTIAN HIEROGLYPH-1406B",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "1406C",
            "name": "EGYPTIAN HIEROGLYPH-1406C",
            "comments": [
                "classifier bark of Sokar : ḥnw"
            ]
        },
        {
            "codepoint": "1406D",
            "name": "EGYPTIAN HIEROGLYPH-1406D",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "1406E",
            "name": "EGYPTIAN HIEROGLYPH-1406E",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "1406F",
            "name": "EGYPTIAN HIEROGLYPH-1406F",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "14070",
            "name": "EGYPTIAN HIEROGLYPH-14070",
            "comments": [
                "logogram (Sokar) : skr"
            ]
        },
        {
            "codepoint": "14071",
            "name": "EGYPTIAN HIEROGLYPH-14071",
            "comments": [
                "logogram (Sokar) : skr"
            ]
        },
        {
            "codepoint": "14072",
            "name": "EGYPTIAN HIEROGLYPH-14072"
        },
        {
            "codepoint": "14073",
            "name": "EGYPTIAN HIEROGLYPH-14073",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "14074",
            "name": "EGYPTIAN HIEROGLYPH-14074",
            "comments": [
                "logogram (Henu-bark of Sokar) : ḥnw"
            ]
        },
        {
            "codepoint": "14075",
            "name": "EGYPTIAN HIEROGLYPH-14075",
            "comments": [
                "logogram (Sokar) : skr"
            ]
        },
        {
            "codepoint": "14076",
            "name": "EGYPTIAN HIEROGLYPH-14076",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "14077",
            "name": "EGYPTIAN HIEROGLYPH-14077",
            "comments": [
                "phonemogram : wḥꜥ"
            ]
        },
        {
            "codepoint": "14078",
            "name": "EGYPTIAN HIEROGLYPH-14078",
            "comments": [
                "logogram (to loosen, to explain) : wḥꜥ"
            ]
        },
        {
            "codepoint": "14079",
            "name": "EGYPTIAN HIEROGLYPH-14079",
            "comments": [
                "classifier boat/ship : mnš"
            ]
        },
        {
            "codepoint": "1407A",
            "name": "EGYPTIAN HIEROGLYPH-1407A",
            "comments": [
                "classifier boat/ship : mnš"
            ]
        },
        {
            "codepoint": "1407B",
            "name": "EGYPTIAN HIEROGLYPH-1407B"
        },
        {
            "codepoint": "1407C",
            "name": "EGYPTIAN HIEROGLYPH-1407C",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "1407D",
            "name": "EGYPTIAN HIEROGLYPH-1407D",
            "comments": [
                "classifier wind, breath, air : mḥy.t"
            ]
        },
        {
            "codepoint": "1407E",
            "name": "EGYPTIAN HIEROGLYPH-1407E",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "1407F",
            "name": "EGYPTIAN HIEROGLYPH-1407F"
        },
        {
            "codepoint": "14080",
            "name": "EGYPTIAN HIEROGLYPH-14080",
            "comments": [
                "classifier wind, breath, air : mꜣꜥ"
            ]
        },
        {
            "codepoint": "14081",
            "name": "EGYPTIAN HIEROGLYPH-14081",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "14082",
            "name": "EGYPTIAN HIEROGLYPH-14082",
            "comments": [
                "classifier wind, breath, air : nfw/y"
            ]
        },
        {
            "codepoint": "14083",
            "name": "EGYPTIAN HIEROGLYPH-14083"
        },
        {
            "codepoint": "14084",
            "name": "EGYPTIAN HIEROGLYPH-14084",
            "comments": [
                "classifier wind, breath, air : ꞽwn"
            ]
        },
        {
            "codepoint": "14085",
            "name": "EGYPTIAN HIEROGLYPH-14085",
            "comments": [
                "classifier wind, breath, air : nfw/y"
            ]
        },
        {
            "codepoint": "14086",
            "name": "EGYPTIAN HIEROGLYPH-14086",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "14087",
            "name": "EGYPTIAN HIEROGLYPH-14087"
        },
        {
            "codepoint": "14088",
            "name": "EGYPTIAN HIEROGLYPH-14088",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "14089",
            "name": "EGYPTIAN HIEROGLYPH-14089",
            "comments": [
                "classifier wind, breath, air : mḥy.t"
            ]
        },
        {
            "codepoint": "1408A",
            "name": "EGYPTIAN HIEROGLYPH-1408A",
            "comments": [
                "logogram (wind, breath, air) : ṯꜣw"
            ]
        },
        {
            "codepoint": "1408B",
            "name": "EGYPTIAN HIEROGLYPH-1408B",
            "comments": [
                "phonemogram : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "1408C",
            "name": "EGYPTIAN HIEROGLYPH-1408C",
            "comments": [
                "phonemogram : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "1408D",
            "name": "EGYPTIAN HIEROGLYPH-1408D",
            "comments": [
                "phonemogram : ꜥḥꜥ"
            ]
        },
        {
            "codepoint": "1408E",
            "name": "EGYPTIAN HIEROGLYPH-1408E"
        },
        {
            "codepoint": "1408F",
            "name": "EGYPTIAN HIEROGLYPH-1408F"
        },
        {
            "codepoint": "14090",
            "name": "EGYPTIAN HIEROGLYPH-14090",
            "comments": [
                "logogram (snake divinity) : ꜥḥꜥ.w"
            ]
        },
        {
            "codepoint": "14091",
            "name": "EGYPTIAN HIEROGLYPH-14091"
        },
        {
            "codepoint": "14092",
            "name": "EGYPTIAN HIEROGLYPH-14092"
        },
        {
            "codepoint": "14093",
            "name": "EGYPTIAN HIEROGLYPH-14093",
            "comments": [
                "phonemogram : ẖn"
            ]
        },
        {
            "codepoint": "14094",
            "name": "EGYPTIAN HIEROGLYPH-14094",
            "comments": [
                "classifier (ferries/bridges) : mꜣḏw"
            ]
        },
        {
            "codepoint": "14095",
            "name": "EGYPTIAN HIEROGLYPH-14095",
            "comments": [
                "phonemogram : ḥp"
            ]
        },
        {
            "codepoint": "14096",
            "name": "EGYPTIAN HIEROGLYPH-14096"
        },
        {
            "codepoint": "14097",
            "name": "EGYPTIAN HIEROGLYPH-14097",
            "comments": [
                "phonemogram : ḥp"
            ]
        },
        {
            "codepoint": "14098",
            "name": "EGYPTIAN HIEROGLYPH-14098"
        },
        {
            "codepoint": "14099",
            "name": "EGYPTIAN HIEROGLYPH-14099",
            "comments": [
                "phonemogram : ꜣs.t"
            ]
        },
        {
            "codepoint": "1409A",
            "name": "EGYPTIAN HIEROGLYPH-1409A",
            "comments": [
                "phonemogram : ws"
            ]
        },
        {
            "codepoint": "1409B",
            "name": "EGYPTIAN HIEROGLYPH-1409B",
            "comments": [
                "phonemogram : ḥtm"
            ]
        },
        {
            "codepoint": "1409C",
            "name": "EGYPTIAN HIEROGLYPH-1409C",
            "comments": [
                "classifier throne : ns.t"
            ]
        },
        {
            "codepoint": "1409D",
            "name": "EGYPTIAN HIEROGLYPH-1409D"
        },
        {
            "codepoint": "1409E",
            "name": "EGYPTIAN HIEROGLYPH-1409E",
            "comments": [
                "classifier seat, chair, throne : ꞽsb.t"
            ]
        },
        {
            "codepoint": "1409F",
            "name": "EGYPTIAN HIEROGLYPH-1409F",
            "comments": [
                "classifier seat/chair : ḫndw"
            ]
        },
        {
            "codepoint": "140A0",
            "name": "EGYPTIAN HIEROGLYPH-140A0",
            "comments": [
                "classifier carrying chair : spꜣ"
            ]
        },
        {
            "codepoint": "140A1",
            "name": "EGYPTIAN HIEROGLYPH-140A1",
            "comments": [
                "logogram (seat, throne, place) : s.t"
            ]
        },
        {
            "codepoint": "140A2",
            "name": "EGYPTIAN HIEROGLYPH-140A2"
        },
        {
            "codepoint": "140A3",
            "name": "EGYPTIAN HIEROGLYPH-140A3",
            "comments": [
                "phonemogram : p"
            ]
        },
        {
            "codepoint": "140A4",
            "name": "EGYPTIAN HIEROGLYPH-140A4",
            "comments": [
                "classifier (sedan chair) : wr-ꜥ"
            ]
        },
        {
            "codepoint": "140A5",
            "name": "EGYPTIAN HIEROGLYPH-140A5",
            "comments": [
                "classifier (seat with backrest?) : pḥḏ.w"
            ]
        },
        {
            "codepoint": "140A6",
            "name": "EGYPTIAN HIEROGLYPH-140A6",
            "comments": [
                "classifier headrest : wrs"
            ]
        },
        {
            "codepoint": "140A7",
            "name": "EGYPTIAN HIEROGLYPH-140A7"
        },
        {
            "codepoint": "140A8",
            "name": "EGYPTIAN HIEROGLYPH-140A8",
            "comments": [
                "classifier to rest : sḏr"
            ]
        },
        {
            "codepoint": "140A9",
            "name": "EGYPTIAN HIEROGLYPH-140A9",
            "comments": [
                "classifier inclined bed : gsꜣ.t"
            ]
        },
        {
            "codepoint": "140AA",
            "name": "EGYPTIAN HIEROGLYPH-140AA",
            "comments": [
                "classifier seat/chair : ḫnd"
            ]
        },
        {
            "codepoint": "140AB",
            "name": "EGYPTIAN HIEROGLYPH-140AB",
            "comments": [
                "classifier bed : ꜣṯ.t"
            ]
        },
        {
            "codepoint": "140AC",
            "name": "EGYPTIAN HIEROGLYPH-140AC",
            "comments": [
                "classifier to sleep/to spend the night : sḏr"
            ]
        },
        {
            "codepoint": "140AD",
            "name": "EGYPTIAN HIEROGLYPH-140AD",
            "comments": [
                "classifier bed : ḥnk(.yt)"
            ]
        },
        {
            "codepoint": "140AE",
            "name": "EGYPTIAN HIEROGLYPH-140AE"
        },
        {
            "codepoint": "140AF",
            "name": "EGYPTIAN HIEROGLYPH-140AF",
            "comments": [
                "logogram (throne dais) : ṯnṯꜣ.t"
            ]
        },
        {
            "codepoint": "140B0",
            "name": "EGYPTIAN HIEROGLYPH-140B0",
            "comments": [
                "logogram (mirror) : wn-ḥr"
            ]
        },
        {
            "codepoint": "140B1",
            "name": "EGYPTIAN HIEROGLYPH-140B1",
            "comments": [
                "classifier mirror : mꜣw-ḥr"
            ]
        },
        {
            "codepoint": "140B2",
            "name": "EGYPTIAN HIEROGLYPH-140B2",
            "comments": [
                "classifier box : hn(w)"
            ]
        },
        {
            "codepoint": "140B3",
            "name": "EGYPTIAN HIEROGLYPH-140B3",
            "comments": [
                "logogram (requirements, needs) : dbḥ.w"
            ]
        },
        {
            "codepoint": "140B4",
            "name": "EGYPTIAN HIEROGLYPH-140B4",
            "comments": [
                "logogram (requirements, needs) : dbḥ.w"
            ]
        },
        {
            "codepoint": "140B5",
            "name": "EGYPTIAN HIEROGLYPH-140B5",
            "comments": [
                "logogram (requirements, needs) : dbḥ.w"
            ]
        },
        {
            "codepoint": "140B6",
            "name": "EGYPTIAN HIEROGLYPH-140B6",
            "comments": [
                "classifier box/chest : mr.t"
            ]
        },
        {
            "codepoint": "140B7",
            "name": "EGYPTIAN HIEROGLYPH-140B7",
            "comments": [
                "logogram (box/chest) : mr.t"
            ]
        },
        {
            "codepoint": "140B8",
            "name": "EGYPTIAN HIEROGLYPH-140B8",
            "comments": [
                "classifier offering table : ꜥbꜣ"
            ]
        },
        {
            "codepoint": "140B9",
            "name": "EGYPTIAN HIEROGLYPH-140B9",
            "comments": [
                "classifier shrine/chapel : kꜣr"
            ]
        },
        {
            "codepoint": "140BA",
            "name": "EGYPTIAN HIEROGLYPH-140BA",
            "comments": [
                "classifier to raise : ṯs"
            ]
        },
        {
            "codepoint": "140BB",
            "name": "EGYPTIAN HIEROGLYPH-140BB",
            "comments": [
                "classifier to bury : ḳrs"
            ]
        },
        {
            "codepoint": "140BC",
            "name": "EGYPTIAN HIEROGLYPH-140BC",
            "comments": [
                "classifier burial : ḳrs.t"
            ]
        },
        {
            "codepoint": "140BD",
            "name": "EGYPTIAN HIEROGLYPH-140BD",
            "comments": [
                "classifier box : hn(w)"
            ]
        },
        {
            "codepoint": "140BE",
            "name": "EGYPTIAN HIEROGLYPH-140BE"
        },
        {
            "codepoint": "140BF",
            "name": "EGYPTIAN HIEROGLYPH-140BF",
            "comments": [
                "logogram (crocodopolis) : šd.t"
            ]
        },
        {
            "codepoint": "140C0",
            "name": "EGYPTIAN HIEROGLYPH-140C0"
        },
        {
            "codepoint": "140C1",
            "name": "EGYPTIAN HIEROGLYPH-140C1",
            "comments": [
                "classifier burial : ḳrs"
            ]
        },
        {
            "codepoint": "140C2",
            "name": "EGYPTIAN HIEROGLYPH-140C2",
            "comments": [
                "classifier coffin : ḳrs.w"
            ]
        },
        {
            "codepoint": "140C3",
            "name": "EGYPTIAN HIEROGLYPH-140C3",
            "comments": [
                "classifier burial : ḳrs"
            ]
        },
        {
            "codepoint": "140C4",
            "name": "EGYPTIAN HIEROGLYPH-140C4",
            "comments": [
                "logogram (to bind) : mḏḥ"
            ]
        },
        {
            "codepoint": "140C5",
            "name": "EGYPTIAN HIEROGLYPH-140C5",
            "comments": [
                "classifier burial : ḳrs"
            ]
        },
        {
            "codepoint": "140C6",
            "name": "EGYPTIAN HIEROGLYPH-140C6",
            "comments": [
                "logogram (temperature, temperament) : srf"
            ]
        },
        {
            "codepoint": "140C7",
            "name": "EGYPTIAN HIEROGLYPH-140C7",
            "comments": [
                "logogram (fire) : nsrsr"
            ]
        },
        {
            "codepoint": "140C8",
            "name": "EGYPTIAN HIEROGLYPH-140C8",
            "comments": [
                "classifier fire associated action : nbꞽ"
            ]
        },
        {
            "codepoint": "140C9",
            "name": "EGYPTIAN HIEROGLYPH-140C9"
        },
        {
            "codepoint": "140CA",
            "name": "EGYPTIAN HIEROGLYPH-140CA",
            "comments": [
                "classifier brazier : ꜥḫ"
            ]
        },
        {
            "codepoint": "140CB",
            "name": "EGYPTIAN HIEROGLYPH-140CB",
            "comments": [
                "classifier (burning festival) : rkḥ"
            ]
        },
        {
            "codepoint": "140CC",
            "name": "EGYPTIAN HIEROGLYPH-140CC",
            "comments": [
                "classifier hearthstones : kt.ꞽt"
            ]
        },
        {
            "codepoint": "140CD",
            "name": "EGYPTIAN HIEROGLYPH-140CD",
            "comments": [
                "classifier hearthstones : kt.ꞽt"
            ]
        },
        {
            "codepoint": "140CE",
            "name": "EGYPTIAN HIEROGLYPH-140CE",
            "comments": [
                "classifier ladder : mꜣḳ.t"
            ]
        },
        {
            "codepoint": "140CF",
            "name": "EGYPTIAN HIEROGLYPH-140CF",
            "comments": [
                "classifier altar : ḫꜣ(w).t"
            ]
        },
        {
            "codepoint": "140D0",
            "name": "EGYPTIAN HIEROGLYPH-140D0",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140D1",
            "name": "EGYPTIAN HIEROGLYPH-140D1"
        },
        {
            "codepoint": "140D2",
            "name": "EGYPTIAN HIEROGLYPH-140D2"
        },
        {
            "codepoint": "140D3",
            "name": "EGYPTIAN HIEROGLYPH-140D3"
        },
        {
            "codepoint": "140D4",
            "name": "EGYPTIAN HIEROGLYPH-140D4"
        },
        {
            "codepoint": "140D5",
            "name": "EGYPTIAN HIEROGLYPH-140D5"
        },
        {
            "codepoint": "140D6",
            "name": "EGYPTIAN HIEROGLYPH-140D6",
            "comments": [
                "classifier supplies, provisions : wꜣg"
            ]
        },
        {
            "codepoint": "140D7",
            "name": "EGYPTIAN HIEROGLYPH-140D7"
        },
        {
            "codepoint": "140D8",
            "name": "EGYPTIAN HIEROGLYPH-140D8",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140D9",
            "name": "EGYPTIAN HIEROGLYPH-140D9"
        },
        {
            "codepoint": "140DA",
            "name": "EGYPTIAN HIEROGLYPH-140DA",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140DB",
            "name": "EGYPTIAN HIEROGLYPH-140DB",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140DC",
            "name": "EGYPTIAN HIEROGLYPH-140DC",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140DD",
            "name": "EGYPTIAN HIEROGLYPH-140DD",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140DE",
            "name": "EGYPTIAN HIEROGLYPH-140DE",
            "comments": [
                "classifier table : ṯ.t"
            ]
        },
        {
            "codepoint": "140DF",
            "name": "EGYPTIAN HIEROGLYPH-140DF"
        },
        {
            "codepoint": "140E0",
            "name": "EGYPTIAN HIEROGLYPH-140E0"
        },
        {
            "codepoint": "140E1",
            "name": "EGYPTIAN HIEROGLYPH-140E1",
            "comments": [
                "classifier altar : wḏḥ.w"
            ]
        },
        {
            "codepoint": "140E2",
            "name": "EGYPTIAN HIEROGLYPH-140E2",
            "comments": [
                "classifier offering table : ḥtp"
            ]
        },
        {
            "codepoint": "140E3",
            "name": "EGYPTIAN HIEROGLYPH-140E3",
            "comments": [
                "classifier altar, offering table : wdḥ.w"
            ]
        },
        {
            "codepoint": "140E4",
            "name": "EGYPTIAN HIEROGLYPH-140E4",
            "comments": [
                "logogram (altar of offerings) : wdḥ.w"
            ]
        },
        {
            "codepoint": "140E5",
            "name": "EGYPTIAN HIEROGLYPH-140E5",
            "comments": [
                "logogram (jar-stand, sideboard) : ḫnt"
            ]
        },
        {
            "codepoint": "140E6",
            "name": "EGYPTIAN HIEROGLYPH-140E6",
            "comments": [
                "logogram (offerings) : ḥtp(.w)"
            ]
        },
        {
            "codepoint": "140E7",
            "name": "EGYPTIAN HIEROGLYPH-140E7",
            "comments": [
                "classifier altar : ḫꜣw(.t)"
            ]
        },
        {
            "codepoint": "140E8",
            "name": "EGYPTIAN HIEROGLYPH-140E8"
        },
        {
            "codepoint": "140E9",
            "name": "EGYPTIAN HIEROGLYPH-140E9"
        },
        {
            "codepoint": "140EA",
            "name": "EGYPTIAN HIEROGLYPH-140EA",
            "comments": [
                "classifier altar : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140EB",
            "name": "EGYPTIAN HIEROGLYPH-140EB"
        },
        {
            "codepoint": "140EC",
            "name": "EGYPTIAN HIEROGLYPH-140EC",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140ED",
            "name": "EGYPTIAN HIEROGLYPH-140ED",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140EE",
            "name": "EGYPTIAN HIEROGLYPH-140EE",
            "comments": [
                "classifier altar : ḳdf"
            ]
        },
        {
            "codepoint": "140EF",
            "name": "EGYPTIAN HIEROGLYPH-140EF",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140F0",
            "name": "EGYPTIAN HIEROGLYPH-140F0",
            "comments": [
                "classifier altar : ḳdf"
            ]
        },
        {
            "codepoint": "140F1",
            "name": "EGYPTIAN HIEROGLYPH-140F1",
            "comments": [
                "logogram (altar) : ḫꜣw.t"
            ]
        },
        {
            "codepoint": "140F2",
            "name": "EGYPTIAN HIEROGLYPH-140F2"
        },
        {
            "codepoint": "140F3",
            "name": "EGYPTIAN HIEROGLYPH-140F3",
            "comments": [
                "classifier fumigation/censing : kꜣp"
            ]
        },
        {
            "codepoint": "140F4",
            "name": "EGYPTIAN HIEROGLYPH-140F4",
            "comments": [
                "classifier incense fire : snṯr-sḏ.t"
            ]
        },
        {
            "codepoint": "140F5",
            "name": "EGYPTIAN HIEROGLYPH-140F5"
        },
        {
            "codepoint": "140F6",
            "name": "EGYPTIAN HIEROGLYPH-140F6",
            "comments": [
                "phonemogram/logogram (to satisfy) : (s)ḥtp"
            ]
        },
        {
            "codepoint": "140F7",
            "name": "EGYPTIAN HIEROGLYPH-140F7"
        },
        {
            "codepoint": "140F8",
            "name": "EGYPTIAN HIEROGLYPH-140F8"
        },
        {
            "codepoint": "140F9",
            "name": "EGYPTIAN HIEROGLYPH-140F9",
            "comments": [
                "logogram (incense) : snṯr"
            ]
        },
        {
            "codepoint": "140FA",
            "name": "EGYPTIAN HIEROGLYPH-140FA"
        },
        {
            "codepoint": "140FB",
            "name": "EGYPTIAN HIEROGLYPH-140FB"
        },
        {
            "codepoint": "140FC",
            "name": "EGYPTIAN HIEROGLYPH-140FC",
            "comments": [
                "logogram (gods) : nṯr.w"
            ]
        },
        {
            "codepoint": "140FD",
            "name": "EGYPTIAN HIEROGLYPH-140FD",
            "comments": [
                "logogram (all the gods) : nṯr.w-nb.w"
            ]
        },
        {
            "codepoint": "140FE",
            "name": "EGYPTIAN HIEROGLYPH-140FE",
            "comments": [
                "logogram (Ennead) : psḏ.t"
            ]
        },
        {
            "codepoint": "140FF",
            "name": "EGYPTIAN HIEROGLYPH-140FF",
            "comments": [
                "logogram (god and goddess) : nṯr-nṯr.t"
            ]
        },
        {
            "codepoint": "14100",
            "name": "EGYPTIAN HIEROGLYPH-14100",
            "comments": [
                "logogram (gods and goddesses) : nṯr.w-nṯr.wt"
            ]
        },
        {
            "codepoint": "14101",
            "name": "EGYPTIAN HIEROGLYPH-14101",
            "comments": [
                "logogram (gods and goddesses) : nṯr.w-nṯr.wt"
            ]
        },
        {
            "codepoint": "14102",
            "name": "EGYPTIAN HIEROGLYPH-14102",
            "comments": [
                "logogram (god and goddess) : nṯr-nṯr.t"
            ]
        },
        {
            "codepoint": "14103",
            "name": "EGYPTIAN HIEROGLYPH-14103"
        },
        {
            "codepoint": "14104",
            "name": "EGYPTIAN HIEROGLYPH-14104",
            "comments": [
                "logogram (Natron) : ḥsmn"
            ]
        },
        {
            "codepoint": "14105",
            "name": "EGYPTIAN HIEROGLYPH-14105",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "14106",
            "name": "EGYPTIAN HIEROGLYPH-14106",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "14107",
            "name": "EGYPTIAN HIEROGLYPH-14107",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "14108",
            "name": "EGYPTIAN HIEROGLYPH-14108"
        },
        {
            "codepoint": "14109",
            "name": "EGYPTIAN HIEROGLYPH-14109",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410A",
            "name": "EGYPTIAN HIEROGLYPH-1410A",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410B",
            "name": "EGYPTIAN HIEROGLYPH-1410B",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410C",
            "name": "EGYPTIAN HIEROGLYPH-1410C",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410D",
            "name": "EGYPTIAN HIEROGLYPH-1410D",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410E",
            "name": "EGYPTIAN HIEROGLYPH-1410E",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "1410F",
            "name": "EGYPTIAN HIEROGLYPH-1410F"
        },
        {
            "codepoint": "14110",
            "name": "EGYPTIAN HIEROGLYPH-14110",
            "comments": [
                "logogram (necropolis) : ẖr.t-nṯr"
            ]
        },
        {
            "codepoint": "14111",
            "name": "EGYPTIAN HIEROGLYPH-14111",
            "comments": [
                "logogram (18th UE nome) : nmt.y"
            ]
        },
        {
            "codepoint": "14112",
            "name": "EGYPTIAN HIEROGLYPH-14112",
            "comments": [
                "phonemogram : ḏd-kꜣ-ꞽmn"
            ]
        },
        {
            "codepoint": "14113",
            "name": "EGYPTIAN HIEROGLYPH-14113",
            "comments": [
                "phonemogram : psḏ"
            ]
        },
        {
            "codepoint": "14114",
            "name": "EGYPTIAN HIEROGLYPH-14114",
            "comments": [
                "phonemogram : ḏd"
            ]
        },
        {
            "codepoint": "14115",
            "name": "EGYPTIAN HIEROGLYPH-14115",
            "comments": [
                "classifier standard : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "14116",
            "name": "EGYPTIAN HIEROGLYPH-14116",
            "comments": [
                "classifier pole : snw.t"
            ]
        },
        {
            "codepoint": "14117",
            "name": "EGYPTIAN HIEROGLYPH-14117",
            "comments": [
                "logogram (standard) : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "14118",
            "name": "EGYPTIAN HIEROGLYPH-14118",
            "comments": [
                "classifier standard : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "14119",
            "name": "EGYPTIAN HIEROGLYPH-14119",
            "comments": [
                "classifier mirror : ꜥnḫ"
            ]
        },
        {
            "codepoint": "1411A",
            "name": "EGYPTIAN HIEROGLYPH-1411A"
        },
        {
            "codepoint": "1411B",
            "name": "EGYPTIAN HIEROGLYPH-1411B",
            "comments": [
                "logogram (Duau (divinity)) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "1411C",
            "name": "EGYPTIAN HIEROGLYPH-1411C",
            "comments": [
                "logogram spd.t (Sothis) or ẖn.ty ꞽꜣb.t (foremost of the east) : spd.t | ẖn.ty ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1411D",
            "name": "EGYPTIAN HIEROGLYPH-1411D",
            "comments": [
                "logogram (Duau (divinity)) : dwꜣ.w"
            ]
        },
        {
            "codepoint": "1411E",
            "name": "EGYPTIAN HIEROGLYPH-1411E",
            "comments": [
                "logogram (border, boundry) : ṯnw"
            ]
        },
        {
            "codepoint": "1411F",
            "name": "EGYPTIAN HIEROGLYPH-1411F",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "14120",
            "name": "EGYPTIAN HIEROGLYPH-14120",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "14121",
            "name": "EGYPTIAN HIEROGLYPH-14121",
            "comments": [
                "logogram (right, right side) : wnm.y"
            ]
        },
        {
            "codepoint": "14122",
            "name": "EGYPTIAN HIEROGLYPH-14122",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "14123",
            "name": "EGYPTIAN HIEROGLYPH-14123"
        },
        {
            "codepoint": "14124",
            "name": "EGYPTIAN HIEROGLYPH-14124",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "14125",
            "name": "EGYPTIAN HIEROGLYPH-14125"
        },
        {
            "codepoint": "14126",
            "name": "EGYPTIAN HIEROGLYPH-14126",
            "comments": [
                "logogram (west) : ꞽmn.t"
            ]
        },
        {
            "codepoint": "14127",
            "name": "EGYPTIAN HIEROGLYPH-14127"
        },
        {
            "codepoint": "14128",
            "name": "EGYPTIAN HIEROGLYPH-14128",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "14129",
            "name": "EGYPTIAN HIEROGLYPH-14129",
            "comments": [
                "logogram (east) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1412A",
            "name": "EGYPTIAN HIEROGLYPH-1412A",
            "comments": [
                "radicogram (left eye) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1412B",
            "name": "EGYPTIAN HIEROGLYPH-1412B",
            "comments": [
                "logogram (east) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1412C",
            "name": "EGYPTIAN HIEROGLYPH-1412C",
            "comments": [
                "logogram (east) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1412D",
            "name": "EGYPTIAN HIEROGLYPH-1412D",
            "comments": [
                "logogram (east) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "1412E",
            "name": "EGYPTIAN HIEROGLYPH-1412E"
        },
        {
            "codepoint": "1412F",
            "name": "EGYPTIAN HIEROGLYPH-1412F",
            "comments": [
                "logogram (east) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "14130",
            "name": "EGYPTIAN HIEROGLYPH-14130"
        },
        {
            "codepoint": "14131",
            "name": "EGYPTIAN HIEROGLYPH-14131",
            "comments": [
                "phonemogram : ꞽꜣb"
            ]
        },
        {
            "codepoint": "14132",
            "name": "EGYPTIAN HIEROGLYPH-14132",
            "comments": [
                "radicogram (left eye) : ꞽꜣb.t"
            ]
        },
        {
            "codepoint": "14133",
            "name": "EGYPTIAN HIEROGLYPH-14133"
        },
        {
            "codepoint": "14134",
            "name": "EGYPTIAN HIEROGLYPH-14134"
        },
        {
            "codepoint": "14135",
            "name": "EGYPTIAN HIEROGLYPH-14135"
        },
        {
            "codepoint": "14136",
            "name": "EGYPTIAN HIEROGLYPH-14136",
            "comments": [
                "logogram (8th nome of Upper Egypt) : tꜣ-wr"
            ]
        },
        {
            "codepoint": "14137",
            "name": "EGYPTIAN HIEROGLYPH-14137",
            "comments": [
                "logogram (8th nome of Upper Egypt) : tꜣ-wr"
            ]
        },
        {
            "codepoint": "14138",
            "name": "EGYPTIAN HIEROGLYPH-14138",
            "comments": [
                "logogram (Abydos) : ꜣbḏw"
            ]
        },
        {
            "codepoint": "14139",
            "name": "EGYPTIAN HIEROGLYPH-14139"
        },
        {
            "codepoint": "1413A",
            "name": "EGYPTIAN HIEROGLYPH-1413A",
            "comments": [
                "logogram (Abydos) : ꜣbḏw"
            ]
        },
        {
            "codepoint": "1413B",
            "name": "EGYPTIAN HIEROGLYPH-1413B",
            "comments": [
                "logogram (Abydos) : ꜣbḏw"
            ]
        },
        {
            "codepoint": "1413C",
            "name": "EGYPTIAN HIEROGLYPH-1413C",
            "comments": [
                "logogram (Abydos) : ꜣbḏw"
            ]
        },
        {
            "codepoint": "1413D",
            "name": "EGYPTIAN HIEROGLYPH-1413D"
        },
        {
            "codepoint": "1413E",
            "name": "EGYPTIAN HIEROGLYPH-1413E",
            "comments": [
                "phonemogram : nfr"
            ]
        },
        {
            "codepoint": "1413F",
            "name": "EGYPTIAN HIEROGLYPH-1413F",
            "comments": [
                "logogram (Nefertem) : nfr-tm"
            ]
        },
        {
            "codepoint": "14140",
            "name": "EGYPTIAN HIEROGLYPH-14140",
            "comments": [
                "logogram (Nefertem) : nfr-tm"
            ]
        },
        {
            "codepoint": "14141",
            "name": "EGYPTIAN HIEROGLYPH-14141",
            "comments": [
                "logogram (Thebes) : wꜣs.t"
            ]
        },
        {
            "codepoint": "14142",
            "name": "EGYPTIAN HIEROGLYPH-14142",
            "comments": [
                "logogram (Thebes) : wꜣs.t"
            ]
        },
        {
            "codepoint": "14143",
            "name": "EGYPTIAN HIEROGLYPH-14143"
        },
        {
            "codepoint": "14144",
            "name": "EGYPTIAN HIEROGLYPH-14144",
            "comments": [
                "logogram (Seshat (divinity)) : sšꜣ.t"
            ]
        },
        {
            "codepoint": "14145",
            "name": "EGYPTIAN HIEROGLYPH-14145",
            "comments": [
                "logogram (Letopolis) : ḫm"
            ]
        },
        {
            "codepoint": "14146",
            "name": "EGYPTIAN HIEROGLYPH-14146"
        },
        {
            "codepoint": "14147",
            "name": "EGYPTIAN HIEROGLYPH-14147",
            "comments": [
                "logogram (Min (divinity)) : mnw"
            ]
        },
        {
            "codepoint": "14148",
            "name": "EGYPTIAN HIEROGLYPH-14148",
            "comments": [
                "classifier document holder : mks"
            ]
        },
        {
            "codepoint": "14149",
            "name": "EGYPTIAN HIEROGLYPH-14149",
            "comments": [
                "logogram/Classifier (the one of Shedet (i.e., Sobek) : šd.ty"
            ]
        },
        {
            "codepoint": "1414A",
            "name": "EGYPTIAN HIEROGLYPH-1414A"
        },
        {
            "codepoint": "1414B",
            "name": "EGYPTIAN HIEROGLYPH-1414B"
        },
        {
            "codepoint": "1414C",
            "name": "EGYPTIAN HIEROGLYPH-1414C",
            "comments": [
                "classifier (base, pedestal, plinth (of a shrine)) : ḏbꜣ.t"
            ]
        },
        {
            "codepoint": "1414D",
            "name": "EGYPTIAN HIEROGLYPH-1414D",
            "comments": [
                "classifier crown : ḥḏ.t"
            ]
        },
        {
            "codepoint": "1414E",
            "name": "EGYPTIAN HIEROGLYPH-1414E",
            "comments": [
                "logogram (the white crown) : ḥḏ.t"
            ]
        },
        {
            "codepoint": "1414F",
            "name": "EGYPTIAN HIEROGLYPH-1414F",
            "comments": [
                "logogram (wearer of the sash (priest)) : ꜥrḳ-ꞽns"
            ]
        },
        {
            "codepoint": "14150",
            "name": "EGYPTIAN HIEROGLYPH-14150",
            "comments": [
                "logogram (the white crown) : wrr.t"
            ]
        },
        {
            "codepoint": "14151",
            "name": "EGYPTIAN HIEROGLYPH-14151",
            "comments": [
                "logogram (Tatenen (divinity)) : tꜣ-ṯnn"
            ]
        },
        {
            "codepoint": "14152",
            "name": "EGYPTIAN HIEROGLYPH-14152",
            "comments": [
                "logogram (Baby (divinity)) : bꜣby"
            ]
        },
        {
            "codepoint": "14153",
            "name": "EGYPTIAN HIEROGLYPH-14153",
            "comments": [
                "logogram (Upper Egypt) : šmꜥ.w"
            ]
        },
        {
            "codepoint": "14154",
            "name": "EGYPTIAN HIEROGLYPH-14154",
            "comments": [
                "classifier crown : wrr.t"
            ]
        },
        {
            "codepoint": "14155",
            "name": "EGYPTIAN HIEROGLYPH-14155",
            "comments": [
                "classifier crown : wrr.t"
            ]
        },
        {
            "codepoint": "14156",
            "name": "EGYPTIAN HIEROGLYPH-14156",
            "comments": [
                "logogram (to be divine) : nṯrꞽ"
            ]
        },
        {
            "codepoint": "14157",
            "name": "EGYPTIAN HIEROGLYPH-14157",
            "comments": [
                "logogram (Lower Egypt) : mḥ.w"
            ]
        },
        {
            "codepoint": "14158",
            "name": "EGYPTIAN HIEROGLYPH-14158",
            "comments": [
                "classifier crown : dšr.t/n.t"
            ]
        },
        {
            "codepoint": "14159",
            "name": "EGYPTIAN HIEROGLYPH-14159",
            "comments": [
                "phonemogram : wnn"
            ]
        },
        {
            "codepoint": "1415A",
            "name": "EGYPTIAN HIEROGLYPH-1415A",
            "comments": [
                "classifier the red crown : dšr.t"
            ]
        },
        {
            "codepoint": "1415B",
            "name": "EGYPTIAN HIEROGLYPH-1415B",
            "comments": [
                "classifier double crown : sḫm.ty"
            ]
        },
        {
            "codepoint": "1415C",
            "name": "EGYPTIAN HIEROGLYPH-1415C",
            "comments": [
                "logogram (cap, crown) : mḏꜣ.t"
            ]
        },
        {
            "codepoint": "1415D",
            "name": "EGYPTIAN HIEROGLYPH-1415D",
            "comments": [
                "logogram/phonemogram (carpenter) : mḏḥw"
            ]
        },
        {
            "codepoint": "1415E",
            "name": "EGYPTIAN HIEROGLYPH-1415E",
            "comments": [
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "1415F",
            "name": "EGYPTIAN HIEROGLYPH-1415F",
            "comments": [
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "14160",
            "name": "EGYPTIAN HIEROGLYPH-14160",
            "comments": [
                "classifier headcloth : ꜥfn(.t)"
            ]
        },
        {
            "codepoint": "14161",
            "name": "EGYPTIAN HIEROGLYPH-14161",
            "comments": [
                "classifier headcloth : ꞽbs"
            ]
        },
        {
            "codepoint": "14162",
            "name": "EGYPTIAN HIEROGLYPH-14162",
            "comments": [
                "classifier headcloth : ꜥfn.t"
            ]
        },
        {
            "codepoint": "14163",
            "name": "EGYPTIAN HIEROGLYPH-14163"
        },
        {
            "codepoint": "14164",
            "name": "EGYPTIAN HIEROGLYPH-14164",
            "comments": [
                "logogram (to bind, to wind around) : mḏḥ"
            ]
        },
        {
            "codepoint": "14165",
            "name": "EGYPTIAN HIEROGLYPH-14165",
            "comments": [
                "logogram (to bind, to wind around) : mḏḥ"
            ]
        },
        {
            "codepoint": "14166",
            "name": "EGYPTIAN HIEROGLYPH-14166",
            "comments": [
                "classifier crown : ḫꜥ.w"
            ]
        },
        {
            "codepoint": "14167",
            "name": "EGYPTIAN HIEROGLYPH-14167"
        },
        {
            "codepoint": "14168",
            "name": "EGYPTIAN HIEROGLYPH-14168",
            "comments": [
                "logogram (Atef-crown) : ꜣtf"
            ]
        },
        {
            "codepoint": "14169",
            "name": "EGYPTIAN HIEROGLYPH-14169",
            "comments": [
                "logogram (Atef-crown) : ꜣtf"
            ]
        },
        {
            "codepoint": "1416A",
            "name": "EGYPTIAN HIEROGLYPH-1416A"
        },
        {
            "codepoint": "1416B",
            "name": "EGYPTIAN HIEROGLYPH-1416B",
            "comments": [
                "logogram (Hemhem-crown) : hmhm"
            ]
        },
        {
            "codepoint": "1416C",
            "name": "EGYPTIAN HIEROGLYPH-1416C",
            "comments": [
                "logogram (Hemhem-crown) : hmhm"
            ]
        },
        {
            "codepoint": "1416D",
            "name": "EGYPTIAN HIEROGLYPH-1416D",
            "comments": [
                "logogram (Hemhem-crown) : hmhm"
            ]
        },
        {
            "codepoint": "1416E",
            "name": "EGYPTIAN HIEROGLYPH-1416E",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "1416F",
            "name": "EGYPTIAN HIEROGLYPH-1416F",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14170",
            "name": "EGYPTIAN HIEROGLYPH-14170",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14171",
            "name": "EGYPTIAN HIEROGLYPH-14171"
        },
        {
            "codepoint": "14172",
            "name": "EGYPTIAN HIEROGLYPH-14172"
        },
        {
            "codepoint": "14173",
            "name": "EGYPTIAN HIEROGLYPH-14173",
            "comments": [
                "logogram (the four feather crown) : ?"
            ]
        },
        {
            "codepoint": "14174",
            "name": "EGYPTIAN HIEROGLYPH-14174",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14175",
            "name": "EGYPTIAN HIEROGLYPH-14175",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14176",
            "name": "EGYPTIAN HIEROGLYPH-14176",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14177",
            "name": "EGYPTIAN HIEROGLYPH-14177",
            "comments": [
                "logogram (double plumes/two feather crown) : šw.ty"
            ]
        },
        {
            "codepoint": "14178",
            "name": "EGYPTIAN HIEROGLYPH-14178",
            "comments": [
                "phonemogram : ṯn"
            ]
        },
        {
            "codepoint": "14179",
            "name": "EGYPTIAN HIEROGLYPH-14179",
            "comments": [
                "logogram (Elkab) : nḫb"
            ]
        },
        {
            "codepoint": "1417A",
            "name": "EGYPTIAN HIEROGLYPH-1417A",
            "comments": [
                "phonemogram : ṯn"
            ]
        },
        {
            "codepoint": "1417B",
            "name": "EGYPTIAN HIEROGLYPH-1417B",
            "comments": [
                "classifier crown : ḥp.t"
            ]
        },
        {
            "codepoint": "1417C",
            "name": "EGYPTIAN HIEROGLYPH-1417C",
            "comments": [
                "phonemogram : ṯn"
            ]
        },
        {
            "codepoint": "1417D",
            "name": "EGYPTIAN HIEROGLYPH-1417D",
            "comments": [
                "logogram (3rd nome of Upper Egypt) : nḫn"
            ]
        },
        {
            "codepoint": "1417E",
            "name": "EGYPTIAN HIEROGLYPH-1417E",
            "comments": [
                "classifier two halfs : p(s)š.ty"
            ]
        },
        {
            "codepoint": "1417F",
            "name": "EGYPTIAN HIEROGLYPH-1417F",
            "comments": [
                "phonemogram : ṯn"
            ]
        },
        {
            "codepoint": "14180",
            "name": "EGYPTIAN HIEROGLYPH-14180",
            "comments": [
                "logogram (the horizon) : ꜣḫ.t"
            ]
        },
        {
            "codepoint": "14181",
            "name": "EGYPTIAN HIEROGLYPH-14181",
            "comments": [
                "logogram (who goes forth from the horizon) : pr-m-ꜣḫ.t"
            ]
        },
        {
            "codepoint": "14182",
            "name": "EGYPTIAN HIEROGLYPH-14182",
            "comments": [
                "logogram (wreath, garland) : mꜣḥ"
            ]
        },
        {
            "codepoint": "14183",
            "name": "EGYPTIAN HIEROGLYPH-14183",
            "comments": [
                "logogram (wreath, garland) : mꜣḥ"
            ]
        },
        {
            "codepoint": "14184",
            "name": "EGYPTIAN HIEROGLYPH-14184",
            "comments": [
                "logogram (wreath, garland) : mꜣḥ"
            ]
        },
        {
            "codepoint": "14185",
            "name": "EGYPTIAN HIEROGLYPH-14185",
            "comments": [
                "logogram (wreath, garland) : mꜣḥ"
            ]
        },
        {
            "codepoint": "14186",
            "name": "EGYPTIAN HIEROGLYPH-14186",
            "comments": [
                "logogram (wreath, garland) : mꜣḥ"
            ]
        },
        {
            "codepoint": "14187",
            "name": "EGYPTIAN HIEROGLYPH-14187",
            "comments": [
                "classifier collar : wsḫ"
            ]
        },
        {
            "codepoint": "14188",
            "name": "EGYPTIAN HIEROGLYPH-14188"
        },
        {
            "codepoint": "14189",
            "name": "EGYPTIAN HIEROGLYPH-14189",
            "comments": [
                "classifier collar : bb"
            ]
        },
        {
            "codepoint": "1418A",
            "name": "EGYPTIAN HIEROGLYPH-1418A",
            "comments": [
                "classifier collar : bb.t"
            ]
        },
        {
            "codepoint": "1418B",
            "name": "EGYPTIAN HIEROGLYPH-1418B",
            "comments": [
                "classifier collar : bb"
            ]
        },
        {
            "codepoint": "1418C",
            "name": "EGYPTIAN HIEROGLYPH-1418C",
            "comments": [
                "logogram collar : bb"
            ]
        },
        {
            "codepoint": "1418D",
            "name": "EGYPTIAN HIEROGLYPH-1418D",
            "comments": [
                "classifier collar : bb"
            ]
        },
        {
            "codepoint": "1418E",
            "name": "EGYPTIAN HIEROGLYPH-1418E",
            "comments": [
                "classifier collar : bb"
            ]
        },
        {
            "codepoint": "1418F",
            "name": "EGYPTIAN HIEROGLYPH-1418F"
        },
        {
            "codepoint": "14190",
            "name": "EGYPTIAN HIEROGLYPH-14190",
            "comments": [
                "logogram (necklace, collar) : wsḫ"
            ]
        },
        {
            "codepoint": "14191",
            "name": "EGYPTIAN HIEROGLYPH-14191",
            "comments": [
                "logogram (necklace, collar) : wsḫ"
            ]
        },
        {
            "codepoint": "14192",
            "name": "EGYPTIAN HIEROGLYPH-14192",
            "comments": [
                "classifier vessel (twin vases for myrrh) : rrm"
            ]
        },
        {
            "codepoint": "14193",
            "name": "EGYPTIAN HIEROGLYPH-14193"
        },
        {
            "codepoint": "14194",
            "name": "EGYPTIAN HIEROGLYPH-14194",
            "comments": [
                "classifier wreath, garland : m(ꜣ)ḥ"
            ]
        },
        {
            "codepoint": "14195",
            "name": "EGYPTIAN HIEROGLYPH-14195",
            "comments": [
                "logogram (necklace) : nb"
            ]
        },
        {
            "codepoint": "14196",
            "name": "EGYPTIAN HIEROGLYPH-14196",
            "comments": [
                "logogram (to be bright) : ṯḥn"
            ]
        },
        {
            "codepoint": "14197",
            "name": "EGYPTIAN HIEROGLYPH-14197",
            "comments": [
                "logogram (to be bright) or Classifier dew/scent/rain : ṯḥn | ꞽꜣd.t"
            ]
        },
        {
            "codepoint": "14198",
            "name": "EGYPTIAN HIEROGLYPH-14198"
        },
        {
            "codepoint": "14199",
            "name": "EGYPTIAN HIEROGLYPH-14199",
            "comments": [
                "logogram (brightness) : ṯḥn"
            ]
        },
        {
            "codepoint": "1419A",
            "name": "EGYPTIAN HIEROGLYPH-1419A",
            "comments": [
                "logogram (to be bright) : ṯḥn"
            ]
        },
        {
            "codepoint": "1419B",
            "name": "EGYPTIAN HIEROGLYPH-1419B"
        },
        {
            "codepoint": "1419C",
            "name": "EGYPTIAN HIEROGLYPH-1419C",
            "comments": [
                "logogram (to be bright) : ṯḥn"
            ]
        },
        {
            "codepoint": "1419D",
            "name": "EGYPTIAN HIEROGLYPH-1419D",
            "comments": [
                "logogram (faience) : ṯḥn.t"
            ]
        },
        {
            "codepoint": "1419E",
            "name": "EGYPTIAN HIEROGLYPH-1419E",
            "comments": [
                "classifier place/divinity : šsm.t"
            ]
        },
        {
            "codepoint": "1419F",
            "name": "EGYPTIAN HIEROGLYPH-1419F",
            "comments": [
                "logogram (menit necklace) : mnꞽ.t"
            ]
        },
        {
            "codepoint": "141A0",
            "name": "EGYPTIAN HIEROGLYPH-141A0"
        },
        {
            "codepoint": "141A1",
            "name": "EGYPTIAN HIEROGLYPH-141A1",
            "comments": [
                "logogram (menit necklace) : mnꞽ.t"
            ]
        },
        {
            "codepoint": "141A2",
            "name": "EGYPTIAN HIEROGLYPH-141A2",
            "comments": [
                "classifier necklace : mnꞽ.t"
            ]
        },
        {
            "codepoint": "141A3",
            "name": "EGYPTIAN HIEROGLYPH-141A3"
        },
        {
            "codepoint": "141A4",
            "name": "EGYPTIAN HIEROGLYPH-141A4",
            "comments": [
                "classifier pectoral : ꜣw(.t)-ꞽb"
            ]
        },
        {
            "codepoint": "141A5",
            "name": "EGYPTIAN HIEROGLYPH-141A5",
            "comments": [
                "classifier amulet : wḏꜣ(.w)"
            ]
        },
        {
            "codepoint": "141A6",
            "name": "EGYPTIAN HIEROGLYPH-141A6",
            "comments": [
                "classifier amulet : wḏꜣ.(w)"
            ]
        },
        {
            "codepoint": "141A7",
            "name": "EGYPTIAN HIEROGLYPH-141A7",
            "comments": [
                "classifier amulet (Logogram in line 3)? : wḏꜣ.w"
            ]
        },
        {
            "codepoint": "141A8",
            "name": "EGYPTIAN HIEROGLYPH-141A8",
            "comments": [
                "phonemogram : ḫtm"
            ]
        },
        {
            "codepoint": "141A9",
            "name": "EGYPTIAN HIEROGLYPH-141A9",
            "comments": [
                "phonemogram : sꜥḥ"
            ]
        },
        {
            "codepoint": "141AA",
            "name": "EGYPTIAN HIEROGLYPH-141AA",
            "comments": [
                "phonemogram : st"
            ]
        },
        {
            "codepoint": "141AB",
            "name": "EGYPTIAN HIEROGLYPH-141AB",
            "comments": [
                "phonemogram : st"
            ]
        },
        {
            "codepoint": "141AC",
            "name": "EGYPTIAN HIEROGLYPH-141AC",
            "comments": [
                "classifier cloth/garment : nfr.t"
            ]
        },
        {
            "codepoint": "141AD",
            "name": "EGYPTIAN HIEROGLYPH-141AD",
            "comments": [
                "classifier bracelet, anklet : mnf(r).ty"
            ]
        },
        {
            "codepoint": "141AE",
            "name": "EGYPTIAN HIEROGLYPH-141AE"
        },
        {
            "codepoint": "141AF",
            "name": "EGYPTIAN HIEROGLYPH-141AF",
            "comments": [
                "logogram (kilt, royal apron) : šnḏ.wt"
            ]
        },
        {
            "codepoint": "141B0",
            "name": "EGYPTIAN HIEROGLYPH-141B0",
            "comments": [
                "classifier garment : nṯstn"
            ]
        },
        {
            "codepoint": "141B1",
            "name": "EGYPTIAN HIEROGLYPH-141B1",
            "comments": [
                "logogram (clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "141B2",
            "name": "EGYPTIAN HIEROGLYPH-141B2",
            "comments": [
                "classifier cloth : šsr.w"
            ]
        },
        {
            "codepoint": "141B3",
            "name": "EGYPTIAN HIEROGLYPH-141B3",
            "comments": [
                "logogram (clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "141B4",
            "name": "EGYPTIAN HIEROGLYPH-141B4",
            "comments": [
                "logogram (clothing) : mnḫ.t"
            ]
        },
        {
            "codepoint": "141B5",
            "name": "EGYPTIAN HIEROGLYPH-141B5",
            "comments": [
                "classifier cloth : šsr.w"
            ]
        },
        {
            "codepoint": "141B6",
            "name": "EGYPTIAN HIEROGLYPH-141B6",
            "comments": [
                "logogram (six-weave linen) : sꞽs"
            ]
        },
        {
            "codepoint": "141B7",
            "name": "EGYPTIAN HIEROGLYPH-141B7",
            "comments": [
                "logogram (linen) : sšr"
            ]
        },
        {
            "codepoint": "141B8",
            "name": "EGYPTIAN HIEROGLYPH-141B8",
            "comments": [
                "phonemogram : dr"
            ]
        },
        {
            "codepoint": "141B9",
            "name": "EGYPTIAN HIEROGLYPH-141B9",
            "comments": [
                "classifier clothing : ḥbs"
            ]
        },
        {
            "codepoint": "141BA",
            "name": "EGYPTIAN HIEROGLYPH-141BA",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "141BB",
            "name": "EGYPTIAN HIEROGLYPH-141BB"
        },
        {
            "codepoint": "141BC",
            "name": "EGYPTIAN HIEROGLYPH-141BC"
        },
        {
            "codepoint": "141BD",
            "name": "EGYPTIAN HIEROGLYPH-141BD",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "141BE",
            "name": "EGYPTIAN HIEROGLYPH-141BE",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "141BF",
            "name": "EGYPTIAN HIEROGLYPH-141BF",
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "141C0",
            "name": "EGYPTIAN HIEROGLYPH-141C0",
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "141C1",
            "name": "EGYPTIAN HIEROGLYPH-141C1",
            "comments": [
                "phonemogram : sꞽꜣ"
            ]
        },
        {
            "codepoint": "141C2",
            "name": "EGYPTIAN HIEROGLYPH-141C2",
            "comments": [
                "classifier cloth : sšr"
            ]
        },
        {
            "codepoint": "141C3",
            "name": "EGYPTIAN HIEROGLYPH-141C3",
            "comments": [
                "classifier cloth : npnp.t"
            ]
        },
        {
            "codepoint": "141C4",
            "name": "EGYPTIAN HIEROGLYPH-141C4"
        },
        {
            "codepoint": "141C5",
            "name": "EGYPTIAN HIEROGLYPH-141C5",
            "comments": [
                "classifier time : nḥḥ"
            ]
        },
        {
            "codepoint": "141C6",
            "name": "EGYPTIAN HIEROGLYPH-141C6",
            "comments": [
                "classifier Ankh vessel : ꜥnḫ"
            ]
        },
        {
            "codepoint": "141C7",
            "name": "EGYPTIAN HIEROGLYPH-141C7",
            "comments": [
                "logogram (stability and life) : ḏd-ꜥnḫ"
            ]
        },
        {
            "codepoint": "141C8",
            "name": "EGYPTIAN HIEROGLYPH-141C8",
            "comments": [
                "logogram (all life, stability and dominion) : ꜥnḫ-ḏd-wꜣs-nb"
            ]
        },
        {
            "codepoint": "141C9",
            "name": "EGYPTIAN HIEROGLYPH-141C9",
            "comments": [
                "logogram (all life and dominion) : ꜥnḫ-wꜣs-nb"
            ]
        },
        {
            "codepoint": "141CA",
            "name": "EGYPTIAN HIEROGLYPH-141CA"
        },
        {
            "codepoint": "141CB",
            "name": "EGYPTIAN HIEROGLYPH-141CB",
            "comments": [
                "phonemogram : ḥb"
            ]
        },
        {
            "codepoint": "141CC",
            "name": "EGYPTIAN HIEROGLYPH-141CC",
            "comments": [
                "logogram (shadow, shade) : šw.t"
            ]
        },
        {
            "codepoint": "141CD",
            "name": "EGYPTIAN HIEROGLYPH-141CD",
            "comments": [
                "phono-repeater/classifier (in ḥp.ty (extreme limits)) : ḥp"
            ]
        },
        {
            "codepoint": "141CE",
            "name": "EGYPTIAN HIEROGLYPH-141CE",
            "comments": [
                "phonemogram : ḥb"
            ]
        },
        {
            "codepoint": "141CF",
            "name": "EGYPTIAN HIEROGLYPH-141CF",
            "comments": [
                "phonemogram : ḫw"
            ]
        },
        {
            "codepoint": "141D0",
            "name": "EGYPTIAN HIEROGLYPH-141D0",
            "comments": [
                "phonemogram : ḫw"
            ]
        },
        {
            "codepoint": "141D1",
            "name": "EGYPTIAN HIEROGLYPH-141D1"
        },
        {
            "codepoint": "141D2",
            "name": "EGYPTIAN HIEROGLYPH-141D2",
            "comments": [
                "logogram (fan) : ḫw"
            ]
        },
        {
            "codepoint": "141D3",
            "name": "EGYPTIAN HIEROGLYPH-141D3"
        },
        {
            "codepoint": "141D4",
            "name": "EGYPTIAN HIEROGLYPH-141D4",
            "comments": [
                "logogram (Igai (divinity)) : ꞽgꜣꞽ"
            ]
        },
        {
            "codepoint": "141D5",
            "name": "EGYPTIAN HIEROGLYPH-141D5",
            "comments": [
                "phonemogram/Logogram (iatet drink) : ꞽꜣ.t(yt)"
            ]
        },
        {
            "codepoint": "141D6",
            "name": "EGYPTIAN HIEROGLYPH-141D6",
            "comments": [
                "phonemogram/Logogram (iatet drink) : ꞽꜣ.t(yt)"
            ]
        },
        {
            "codepoint": "141D7",
            "name": "EGYPTIAN HIEROGLYPH-141D7",
            "comments": [
                "logogram (Iat (divinity) : ꞽꜣ.t"
            ]
        },
        {
            "codepoint": "141D8",
            "name": "EGYPTIAN HIEROGLYPH-141D8",
            "comments": [
                "logogram (district, region) : w"
            ]
        },
        {
            "codepoint": "141D9",
            "name": "EGYPTIAN HIEROGLYPH-141D9"
        },
        {
            "codepoint": "141DA",
            "name": "EGYPTIAN HIEROGLYPH-141DA",
            "comments": [
                "phonemogram : ꜣms"
            ]
        },
        {
            "codepoint": "141DB",
            "name": "EGYPTIAN HIEROGLYPH-141DB",
            "comments": [
                "phonemogram : md(w)"
            ]
        },
        {
            "codepoint": "141DC",
            "name": "EGYPTIAN HIEROGLYPH-141DC",
            "comments": [
                "phonemogram : md(w)"
            ]
        },
        {
            "codepoint": "141DD",
            "name": "EGYPTIAN HIEROGLYPH-141DD",
            "comments": [
                "classifier sceptre : nḥb.t"
            ]
        },
        {
            "codepoint": "141DE",
            "name": "EGYPTIAN HIEROGLYPH-141DE",
            "comments": [
                "logogram (Hetes-staff, baton) : ḥts"
            ]
        },
        {
            "codepoint": "141DF",
            "name": "EGYPTIAN HIEROGLYPH-141DF",
            "comments": [
                "logogram (ames-sceptre) : ꜣms"
            ]
        },
        {
            "codepoint": "141E0",
            "name": "EGYPTIAN HIEROGLYPH-141E0",
            "comments": [
                "classifier staff, sceptre : ꜣms"
            ]
        },
        {
            "codepoint": "141E1",
            "name": "EGYPTIAN HIEROGLYPH-141E1",
            "comments": [
                "classifier clothing : nṯstn"
            ]
        },
        {
            "codepoint": "141E2",
            "name": "EGYPTIAN HIEROGLYPH-141E2",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "141E3",
            "name": "EGYPTIAN HIEROGLYPH-141E3",
            "comments": [
                "phonemogram : ḫb"
            ]
        },
        {
            "codepoint": "141E4",
            "name": "EGYPTIAN HIEROGLYPH-141E4",
            "comments": [
                "phonemogram : ḫb"
            ]
        },
        {
            "codepoint": "141E5",
            "name": "EGYPTIAN HIEROGLYPH-141E5",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ]
        },
        {
            "codepoint": "141E6",
            "name": "EGYPTIAN HIEROGLYPH-141E6",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ]
        },
        {
            "codepoint": "141E7",
            "name": "EGYPTIAN HIEROGLYPH-141E7",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ]
        },
        {
            "codepoint": "141E8",
            "name": "EGYPTIAN HIEROGLYPH-141E8",
            "comments": [
                "logogram (to judge, to separate) : wḏꜥ"
            ]
        },
        {
            "codepoint": "141E9",
            "name": "EGYPTIAN HIEROGLYPH-141E9",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "141EA",
            "name": "EGYPTIAN HIEROGLYPH-141EA",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "141EB",
            "name": "EGYPTIAN HIEROGLYPH-141EB",
            "comments": [
                "logogram (counterweight) : mꜥnḫ.t"
            ]
        },
        {
            "codepoint": "141EC",
            "name": "EGYPTIAN HIEROGLYPH-141EC",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "141ED",
            "name": "EGYPTIAN HIEROGLYPH-141ED",
            "comments": [
                "classifier to spit, to expel : nšꞽ/nẖꞽ"
            ]
        },
        {
            "codepoint": "141EE",
            "name": "EGYPTIAN HIEROGLYPH-141EE",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "141EF",
            "name": "EGYPTIAN HIEROGLYPH-141EF"
        },
        {
            "codepoint": "141F0",
            "name": "EGYPTIAN HIEROGLYPH-141F0",
            "comments": [
                "phonemogram : ꜥpr"
            ]
        },
        {
            "codepoint": "141F1",
            "name": "EGYPTIAN HIEROGLYPH-141F1",
            "comments": [
                "classifier (curl) : ḥmꜣṯṯ"
            ]
        },
        {
            "codepoint": "141F2",
            "name": "EGYPTIAN HIEROGLYPH-141F2",
            "comments": [
                "classifier (bracelet) : msktw"
            ]
        },
        {
            "codepoint": "141F3",
            "name": "EGYPTIAN HIEROGLYPH-141F3",
            "comments": [
                "classifier cloth/garment : mḥ"
            ]
        },
        {
            "codepoint": "141F4",
            "name": "EGYPTIAN HIEROGLYPH-141F4",
            "comments": [
                "classifier cloth : wnḫ.wy"
            ]
        },
        {
            "codepoint": "141F5",
            "name": "EGYPTIAN HIEROGLYPH-141F5",
            "comments": [
                "classifier dignity, rank : sꜥḥ"
            ]
        },
        {
            "codepoint": "141F6",
            "name": "EGYPTIAN HIEROGLYPH-141F6",
            "comments": [
                "logogram (abode, birth place, birthing brick) : msḫn.t"
            ]
        },
        {
            "codepoint": "141F7",
            "name": "EGYPTIAN HIEROGLYPH-141F7",
            "comments": [
                "logogram (mace) : ḥḏ"
            ]
        },
        {
            "codepoint": "141F8",
            "name": "EGYPTIAN HIEROGLYPH-141F8"
        },
        {
            "codepoint": "141F9",
            "name": "EGYPTIAN HIEROGLYPH-141F9"
        },
        {
            "codepoint": "141FA",
            "name": "EGYPTIAN HIEROGLYPH-141FA"
        },
        {
            "codepoint": "141FB",
            "name": "EGYPTIAN HIEROGLYPH-141FB",
            "comments": [
                "phonemogram : wḏ"
            ]
        },
        {
            "codepoint": "141FC",
            "name": "EGYPTIAN HIEROGLYPH-141FC",
            "comments": [
                "phonemogram : wḏ"
            ]
        },
        {
            "codepoint": "141FD",
            "name": "EGYPTIAN HIEROGLYPH-141FD",
            "comments": [
                "phonemogram : wḏ"
            ]
        },
        {
            "codepoint": "141FE",
            "name": "EGYPTIAN HIEROGLYPH-141FE",
            "comments": [
                "phonemogram/logogram (white crown) : ḥḏ.t"
            ]
        },
        {
            "codepoint": "141FF",
            "name": "EGYPTIAN HIEROGLYPH-141FF",
            "comments": [
                "logogram (silver) : ḥḏ"
            ]
        },
        {
            "codepoint": "14200",
            "name": "EGYPTIAN HIEROGLYPH-14200",
            "comments": [
                "phonemogram (in (tꜣ)-ṯnn (divinity)) : ṯnn"
            ]
        },
        {
            "codepoint": "14201",
            "name": "EGYPTIAN HIEROGLYPH-14201",
            "comments": [
                "classifier shield : ꞽkm"
            ]
        },
        {
            "codepoint": "14202",
            "name": "EGYPTIAN HIEROGLYPH-14202",
            "comments": [
                "classifier shield : ꞽkm"
            ]
        },
        {
            "codepoint": "14203",
            "name": "EGYPTIAN HIEROGLYPH-14203",
            "comments": [
                "logogram (shield) : ꞽkm"
            ]
        },
        {
            "codepoint": "14204",
            "name": "EGYPTIAN HIEROGLYPH-14204",
            "comments": [
                "logogram (carpenter, shipwright) : mḏḥ.w"
            ]
        },
        {
            "codepoint": "14205",
            "name": "EGYPTIAN HIEROGLYPH-14205",
            "comments": [
                "classifier (strainer, colander) : ẖnm.t-wr.t"
            ]
        },
        {
            "codepoint": "14206",
            "name": "EGYPTIAN HIEROGLYPH-14206",
            "comments": [
                "logogram (metal) : bꞽꜣ"
            ]
        },
        {
            "codepoint": "14207",
            "name": "EGYPTIAN HIEROGLYPH-14207",
            "comments": [
                "phonemogram : mn"
            ]
        },
        {
            "codepoint": "14208",
            "name": "EGYPTIAN HIEROGLYPH-14208",
            "comments": [
                "phonemogram : pḏ"
            ]
        },
        {
            "codepoint": "14209",
            "name": "EGYPTIAN HIEROGLYPH-14209",
            "comments": [
                "logogram/phonemogram (to stretch out) : pḏ"
            ]
        },
        {
            "codepoint": "1420A",
            "name": "EGYPTIAN HIEROGLYPH-1420A",
            "comments": [
                "classifier beyond, outside : m-rwt"
            ]
        },
        {
            "codepoint": "1420B",
            "name": "EGYPTIAN HIEROGLYPH-1420B",
            "comments": [
                "phonemogram/logogram : wpš"
            ]
        },
        {
            "codepoint": "1420C",
            "name": "EGYPTIAN HIEROGLYPH-1420C",
            "comments": [
                "classifier (arrow) : šsr"
            ]
        },
        {
            "codepoint": "1420D",
            "name": "EGYPTIAN HIEROGLYPH-1420D",
            "comments": [
                "phonemogram : swn"
            ]
        },
        {
            "codepoint": "1420E",
            "name": "EGYPTIAN HIEROGLYPH-1420E",
            "comments": [
                "logogram (Synene (Aswan)) : swn.w"
            ]
        },
        {
            "codepoint": "1420F",
            "name": "EGYPTIAN HIEROGLYPH-1420F",
            "comments": [
                "phono-repeater : swn"
            ]
        },
        {
            "codepoint": "14210",
            "name": "EGYPTIAN HIEROGLYPH-14210",
            "comments": [
                "phonemogram : sṯ/st"
            ]
        },
        {
            "codepoint": "14211",
            "name": "EGYPTIAN HIEROGLYPH-14211",
            "comments": [
                "phonemogram : sṯ/st"
            ]
        },
        {
            "codepoint": "14212",
            "name": "EGYPTIAN HIEROGLYPH-14212"
        },
        {
            "codepoint": "14213",
            "name": "EGYPTIAN HIEROGLYPH-14213",
            "comments": [
                "logogram (Neith) : n.t"
            ]
        },
        {
            "codepoint": "14214",
            "name": "EGYPTIAN HIEROGLYPH-14214",
            "comments": [
                "logogram (Neith, 4-5th nome of LE) : n.t"
            ]
        },
        {
            "codepoint": "14215",
            "name": "EGYPTIAN HIEROGLYPH-14215",
            "comments": [
                "logogram (Neith, 4-5th nome of LE) : n.t"
            ]
        },
        {
            "codepoint": "14216",
            "name": "EGYPTIAN HIEROGLYPH-14216",
            "comments": [
                "logogram (Neith, 4-5th nome of LE) : n.t"
            ]
        },
        {
            "codepoint": "14217",
            "name": "EGYPTIAN HIEROGLYPH-14217",
            "comments": [
                "logogram (Neith, 4-5th nome of LE) : n.t"
            ]
        },
        {
            "codepoint": "14218",
            "name": "EGYPTIAN HIEROGLYPH-14218",
            "comments": [
                "logogram (Neith-north, 5th nome of LE) : n.t-mḥ.yt"
            ]
        },
        {
            "codepoint": "14219",
            "name": "EGYPTIAN HIEROGLYPH-14219",
            "comments": [
                "logogram (Neith-south, 4th nome LE) : n.t-rs.yt"
            ]
        },
        {
            "codepoint": "1421A",
            "name": "EGYPTIAN HIEROGLYPH-1421A"
        },
        {
            "codepoint": "1421B",
            "name": "EGYPTIAN HIEROGLYPH-1421B",
            "comments": [
                "logogram (Neith-south, 4th nome LE) : n.t-rs.yt"
            ]
        },
        {
            "codepoint": "1421C",
            "name": "EGYPTIAN HIEROGLYPH-1421C",
            "comments": [
                "logogram (Neith-south, 4th nome LE) : n.t-rs.yt"
            ]
        },
        {
            "codepoint": "1421D",
            "name": "EGYPTIAN HIEROGLYPH-1421D",
            "comments": [
                "phonemogram : ḥms.t"
            ]
        },
        {
            "codepoint": "1421E",
            "name": "EGYPTIAN HIEROGLYPH-1421E"
        },
        {
            "codepoint": "1421F",
            "name": "EGYPTIAN HIEROGLYPH-1421F",
            "comments": [
                "classifier feminine life force : ḥms.t"
            ]
        },
        {
            "codepoint": "14220",
            "name": "EGYPTIAN HIEROGLYPH-14220",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "14221",
            "name": "EGYPTIAN HIEROGLYPH-14221",
            "comments": [
                "logogram (back) : sꜣ"
            ]
        },
        {
            "codepoint": "14222",
            "name": "EGYPTIAN HIEROGLYPH-14222",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "14223",
            "name": "EGYPTIAN HIEROGLYPH-14223",
            "comments": [
                "phonemogram : s"
            ]
        },
        {
            "codepoint": "14224",
            "name": "EGYPTIAN HIEROGLYPH-14224",
            "comments": [
                "phonemogram : dmꜣ"
            ]
        },
        {
            "codepoint": "14225",
            "name": "EGYPTIAN HIEROGLYPH-14225",
            "comments": [
                "phonemogram/logogram (mother) : tmꜣ(.t)"
            ]
        },
        {
            "codepoint": "14226",
            "name": "EGYPTIAN HIEROGLYPH-14226",
            "comments": [
                "phonemogram : rwḏ"
            ]
        },
        {
            "codepoint": "14227",
            "name": "EGYPTIAN HIEROGLYPH-14227",
            "comments": [
                "phonemogram : rwḏ"
            ]
        },
        {
            "codepoint": "14228",
            "name": "EGYPTIAN HIEROGLYPH-14228",
            "comments": [
                "phono-repeater : rd"
            ]
        },
        {
            "codepoint": "14229",
            "name": "EGYPTIAN HIEROGLYPH-14229",
            "comments": [
                "phonemogram : rs"
            ]
        },
        {
            "codepoint": "1422A",
            "name": "EGYPTIAN HIEROGLYPH-1422A",
            "comments": [
                "phono-repeater : rs"
            ]
        },
        {
            "codepoint": "1422B",
            "name": "EGYPTIAN HIEROGLYPH-1422B",
            "comments": [
                "phonemogram/logogram (strife) : šnt.t"
            ]
        },
        {
            "codepoint": "1422C",
            "name": "EGYPTIAN HIEROGLYPH-1422C"
        },
        {
            "codepoint": "1422D",
            "name": "EGYPTIAN HIEROGLYPH-1422D",
            "comments": [
                "logogram/phonemogram (meter canal) : mtr"
            ]
        },
        {
            "codepoint": "1422E",
            "name": "EGYPTIAN HIEROGLYPH-1422E",
            "comments": [
                "phonemogram : rs-wḏꜣ"
            ]
        },
        {
            "codepoint": "1422F",
            "name": "EGYPTIAN HIEROGLYPH-1422F",
            "comments": [
                "logogram (to be strong, brave, capable) : ḳnꞽ"
            ]
        },
        {
            "codepoint": "14230",
            "name": "EGYPTIAN HIEROGLYPH-14230",
            "comments": [
                "logogram (valour, strength) : ḳn.t"
            ]
        },
        {
            "codepoint": "14231",
            "name": "EGYPTIAN HIEROGLYPH-14231",
            "comments": [
                "logogram (Khopesh sword/scimitar) : ḫpš"
            ]
        },
        {
            "codepoint": "14232",
            "name": "EGYPTIAN HIEROGLYPH-14232",
            "comments": [
                "classifier to be strong, brave, capable : ḳn"
            ]
        },
        {
            "codepoint": "14233",
            "name": "EGYPTIAN HIEROGLYPH-14233",
            "comments": [
                "logogram (Khopesh sword/scimitar) : ḫpš"
            ]
        },
        {
            "codepoint": "14234",
            "name": "EGYPTIAN HIEROGLYPH-14234",
            "comments": [
                "logogram (to be strong, brave, capable) : ḳnꞽ"
            ]
        },
        {
            "codepoint": "14235",
            "name": "EGYPTIAN HIEROGLYPH-14235",
            "comments": [
                "logogram (to follow) : šms"
            ]
        },
        {
            "codepoint": "14236",
            "name": "EGYPTIAN HIEROGLYPH-14236",
            "comments": [
                "logogram (follower, retainer) : šms.w"
            ]
        },
        {
            "codepoint": "14237",
            "name": "EGYPTIAN HIEROGLYPH-14237",
            "comments": [
                "logogram (to follow) : šms"
            ]
        },
        {
            "codepoint": "14238",
            "name": "EGYPTIAN HIEROGLYPH-14238",
            "comments": [
                "classifier stalk, reed"
            ]
        },
        {
            "codepoint": "14239",
            "name": "EGYPTIAN HIEROGLYPH-14239"
        },
        {
            "codepoint": "1423A",
            "name": "EGYPTIAN HIEROGLYPH-1423A",
            "comments": [
                "phono-repeater : twr"
            ]
        },
        {
            "codepoint": "1423B",
            "name": "EGYPTIAN HIEROGLYPH-1423B",
            "comments": [
                "phonemogram : tr"
            ]
        },
        {
            "codepoint": "1423C",
            "name": "EGYPTIAN HIEROGLYPH-1423C",
            "comments": [
                "phono-repeater : twr"
            ]
        },
        {
            "codepoint": "1423D",
            "name": "EGYPTIAN HIEROGLYPH-1423D",
            "comments": [
                "phonemogram : msn"
            ]
        },
        {
            "codepoint": "1423E",
            "name": "EGYPTIAN HIEROGLYPH-1423E",
            "comments": [
                "phonemogram : tr"
            ]
        },
        {
            "codepoint": "1423F",
            "name": "EGYPTIAN HIEROGLYPH-1423F",
            "comments": [
                "phonemogram : ḳs"
            ]
        },
        {
            "codepoint": "14240",
            "name": "EGYPTIAN HIEROGLYPH-14240",
            "comments": [
                "phonemogram : tr"
            ]
        },
        {
            "codepoint": "14241",
            "name": "EGYPTIAN HIEROGLYPH-14241",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14242",
            "name": "EGYPTIAN HIEROGLYPH-14242",
            "comments": [
                "logogram (one, sole) : wꜥ.t"
            ]
        },
        {
            "codepoint": "14243",
            "name": "EGYPTIAN HIEROGLYPH-14243",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14244",
            "name": "EGYPTIAN HIEROGLYPH-14244"
        },
        {
            "codepoint": "14245",
            "name": "EGYPTIAN HIEROGLYPH-14245",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14246",
            "name": "EGYPTIAN HIEROGLYPH-14246",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14247",
            "name": "EGYPTIAN HIEROGLYPH-14247",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14248",
            "name": "EGYPTIAN HIEROGLYPH-14248",
            "comments": [
                "logogram (one, sole) : wꜥ"
            ]
        },
        {
            "codepoint": "14249",
            "name": "EGYPTIAN HIEROGLYPH-14249",
            "comments": [
                "classifier lance, spear : nꞽw.y"
            ]
        },
        {
            "codepoint": "1424A",
            "name": "EGYPTIAN HIEROGLYPH-1424A",
            "comments": [
                "phonemogram : sn"
            ]
        },
        {
            "codepoint": "1424B",
            "name": "EGYPTIAN HIEROGLYPH-1424B",
            "comments": [
                "phonemogram : sn"
            ]
        },
        {
            "codepoint": "1424C",
            "name": "EGYPTIAN HIEROGLYPH-1424C",
            "comments": [
                "phonemogram : sn"
            ]
        },
        {
            "codepoint": "1424D",
            "name": "EGYPTIAN HIEROGLYPH-1424D",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "1424E",
            "name": "EGYPTIAN HIEROGLYPH-1424E"
        },
        {
            "codepoint": "1424F",
            "name": "EGYPTIAN HIEROGLYPH-1424F"
        },
        {
            "codepoint": "14250",
            "name": "EGYPTIAN HIEROGLYPH-14250",
            "comments": [
                "logogram (7-8th nome of Lower Egypt) : wꜥ-m-ḥww"
            ]
        },
        {
            "codepoint": "14251",
            "name": "EGYPTIAN HIEROGLYPH-14251",
            "comments": [
                "logogram (7-8th nome of Lower Egypt) : wꜥ-m-ḥww"
            ]
        },
        {
            "codepoint": "14252",
            "name": "EGYPTIAN HIEROGLYPH-14252"
        },
        {
            "codepoint": "14253",
            "name": "EGYPTIAN HIEROGLYPH-14253",
            "comments": [
                "logogram (7th nome of Lower Egypt) : wꜥ-m-ḥww-ꞽmn.ty"
            ]
        },
        {
            "codepoint": "14254",
            "name": "EGYPTIAN HIEROGLYPH-14254"
        },
        {
            "codepoint": "14255",
            "name": "EGYPTIAN HIEROGLYPH-14255"
        },
        {
            "codepoint": "14256",
            "name": "EGYPTIAN HIEROGLYPH-14256",
            "comments": [
                "logogram (7th nome of Lower Egypt) : wꜥ-m-ḥww-ꞽmn.ty"
            ]
        },
        {
            "codepoint": "14257",
            "name": "EGYPTIAN HIEROGLYPH-14257"
        },
        {
            "codepoint": "14258",
            "name": "EGYPTIAN HIEROGLYPH-14258"
        },
        {
            "codepoint": "14259",
            "name": "EGYPTIAN HIEROGLYPH-14259",
            "comments": [
                "phonemogram : ꞽh"
            ]
        },
        {
            "codepoint": "1425A",
            "name": "EGYPTIAN HIEROGLYPH-1425A",
            "comments": [
                "logogram (net) : ꜥḥ"
            ]
        },
        {
            "codepoint": "1425B",
            "name": "EGYPTIAN HIEROGLYPH-1425B",
            "comments": [
                "classifier catching, netting : ꞽḥ"
            ]
        },
        {
            "codepoint": "1425C",
            "name": "EGYPTIAN HIEROGLYPH-1425C",
            "comments": [
                "classifier catching, netting : ꞽḥ"
            ]
        },
        {
            "codepoint": "1425D",
            "name": "EGYPTIAN HIEROGLYPH-1425D",
            "comments": [
                "logogram (net) : ꜥḥ/ꞽḥ"
            ]
        },
        {
            "codepoint": "1425E",
            "name": "EGYPTIAN HIEROGLYPH-1425E",
            "comments": [
                "classifier net : ꞽḥ.y"
            ]
        },
        {
            "codepoint": "1425F",
            "name": "EGYPTIAN HIEROGLYPH-1425F",
            "comments": [
                "classifier catching, netting : ꞽḥ.t"
            ]
        },
        {
            "codepoint": "14260",
            "name": "EGYPTIAN HIEROGLYPH-14260",
            "comments": [
                "classifier fish-trap : ḥꜥd"
            ]
        },
        {
            "codepoint": "14261",
            "name": "EGYPTIAN HIEROGLYPH-14261",
            "comments": [
                "phonemogram : ḏbꜣ"
            ]
        },
        {
            "codepoint": "14262",
            "name": "EGYPTIAN HIEROGLYPH-14262",
            "comments": [
                "phonemogram : ḏbꜣ"
            ]
        },
        {
            "codepoint": "14263",
            "name": "EGYPTIAN HIEROGLYPH-14263",
            "comments": [
                "phonemogram : ḏbꜣ"
            ]
        },
        {
            "codepoint": "14264",
            "name": "EGYPTIAN HIEROGLYPH-14264"
        },
        {
            "codepoint": "14265",
            "name": "EGYPTIAN HIEROGLYPH-14265",
            "comments": [
                "phonemogram : ḏbꜣ"
            ]
        },
        {
            "codepoint": "14266",
            "name": "EGYPTIAN HIEROGLYPH-14266"
        },
        {
            "codepoint": "14267",
            "name": "EGYPTIAN HIEROGLYPH-14267"
        },
        {
            "codepoint": "14268",
            "name": "EGYPTIAN HIEROGLYPH-14268",
            "comments": [
                "phonemogram : sḫt"
            ]
        },
        {
            "codepoint": "14269",
            "name": "EGYPTIAN HIEROGLYPH-14269",
            "comments": [
                "phonemogram : sḫt"
            ]
        },
        {
            "codepoint": "1426A",
            "name": "EGYPTIAN HIEROGLYPH-1426A",
            "comments": [
                "phonemogram : sḫt"
            ]
        },
        {
            "codepoint": "1426B",
            "name": "EGYPTIAN HIEROGLYPH-1426B",
            "comments": [
                "logogram (to weave, to trap) : sḫt"
            ]
        },
        {
            "codepoint": "1426C",
            "name": "EGYPTIAN HIEROGLYPH-1426C",
            "comments": [
                "phono-repeater : sḫt"
            ]
        },
        {
            "codepoint": "1426D",
            "name": "EGYPTIAN HIEROGLYPH-1426D",
            "comments": [
                "phonemogram : sḫt"
            ]
        },
        {
            "codepoint": "1426E",
            "name": "EGYPTIAN HIEROGLYPH-1426E",
            "comments": [
                "classifier catching, netting : sḫt"
            ]
        },
        {
            "codepoint": "1426F",
            "name": "EGYPTIAN HIEROGLYPH-1426F",
            "comments": [
                "classifier shelter : kꜣp"
            ]
        },
        {
            "codepoint": "14270",
            "name": "EGYPTIAN HIEROGLYPH-14270",
            "comments": [
                "classifier net : ꞽꜣd.t"
            ]
        },
        {
            "codepoint": "14271",
            "name": "EGYPTIAN HIEROGLYPH-14271",
            "comments": [
                "classifier net : (ꞽ)ꜣd(.t)"
            ]
        },
        {
            "codepoint": "14272",
            "name": "EGYPTIAN HIEROGLYPH-14272",
            "comments": [
                "logogram (net) : ꞽꜣd.t"
            ]
        },
        {
            "codepoint": "14273",
            "name": "EGYPTIAN HIEROGLYPH-14273",
            "comments": [
                "classifier fish-trap : sḳ.t"
            ]
        },
        {
            "codepoint": "14274",
            "name": "EGYPTIAN HIEROGLYPH-14274",
            "comments": [
                "classifier cutting, slaughter : mds"
            ]
        },
        {
            "codepoint": "14275",
            "name": "EGYPTIAN HIEROGLYPH-14275",
            "comments": [
                "logogram (flint, in ds-km, obsidian) : ds"
            ]
        },
        {
            "codepoint": "14276",
            "name": "EGYPTIAN HIEROGLYPH-14276",
            "comments": [
                "logogram (to carve, to enscribe, to engrave) : ḫtꞽ"
            ]
        },
        {
            "codepoint": "14277",
            "name": "EGYPTIAN HIEROGLYPH-14277",
            "comments": [
                "logogram (to carve, to enscribe, to engrave) : ḫtꞽ"
            ]
        },
        {
            "codepoint": "14278",
            "name": "EGYPTIAN HIEROGLYPH-14278",
            "comments": [
                "logogram (to carve, to enscribe, to engrave) : ḫtꞽ"
            ]
        },
        {
            "codepoint": "14279",
            "name": "EGYPTIAN HIEROGLYPH-14279"
        },
        {
            "codepoint": "1427A",
            "name": "EGYPTIAN HIEROGLYPH-1427A",
            "comments": [
                "classifier place of execution : ḫb.t"
            ]
        },
        {
            "codepoint": "1427B",
            "name": "EGYPTIAN HIEROGLYPH-1427B",
            "comments": [
                "logogram (place of execution) : ḫb.t"
            ]
        },
        {
            "codepoint": "1427C",
            "name": "EGYPTIAN HIEROGLYPH-1427C",
            "comments": [
                "logogram (place of slaughter) : nm.t"
            ]
        },
        {
            "codepoint": "1427D",
            "name": "EGYPTIAN HIEROGLYPH-1427D",
            "comments": [
                "logogram (butchery, slaughter) : šꜥt"
            ]
        },
        {
            "codepoint": "1427E",
            "name": "EGYPTIAN HIEROGLYPH-1427E",
            "comments": [
                "logogram (butchery, slaughter) : šꜥt"
            ]
        },
        {
            "codepoint": "1427F",
            "name": "EGYPTIAN HIEROGLYPH-1427F",
            "comments": [
                "logogram (place of execution) : nm.t/ḫb.t"
            ]
        },
        {
            "codepoint": "14280",
            "name": "EGYPTIAN HIEROGLYPH-14280",
            "comments": [
                "logogram (to carve, to enscribe, to engrave) : ḫtꞽ"
            ]
        },
        {
            "codepoint": "14281",
            "name": "EGYPTIAN HIEROGLYPH-14281"
        },
        {
            "codepoint": "14282",
            "name": "EGYPTIAN HIEROGLYPH-14282",
            "comments": [
                "classifier stench : sṯ"
            ]
        },
        {
            "codepoint": "14283",
            "name": "EGYPTIAN HIEROGLYPH-14283",
            "comments": [
                "logogram (place of slaughter) : nm.t"
            ]
        },
        {
            "codepoint": "14284",
            "name": "EGYPTIAN HIEROGLYPH-14284"
        },
        {
            "codepoint": "14285",
            "name": "EGYPTIAN HIEROGLYPH-14285",
            "comments": [
                "phonemogram : ds"
            ]
        },
        {
            "codepoint": "14286",
            "name": "EGYPTIAN HIEROGLYPH-14286"
        },
        {
            "codepoint": "14287",
            "name": "EGYPTIAN HIEROGLYPH-14287",
            "comments": [
                "phonemogram : sšm"
            ]
        },
        {
            "codepoint": "14288",
            "name": "EGYPTIAN HIEROGLYPH-14288"
        },
        {
            "codepoint": "14289",
            "name": "EGYPTIAN HIEROGLYPH-14289",
            "comments": [
                "classifier to spread (in psš-kf (a type of flint knife)) : psš"
            ]
        },
        {
            "codepoint": "1428A",
            "name": "EGYPTIAN HIEROGLYPH-1428A",
            "comments": [
                "classifier to cause to breathe : srḳ.t"
            ]
        },
        {
            "codepoint": "1428B",
            "name": "EGYPTIAN HIEROGLYPH-1428B",
            "comments": [
                "classifier points (of a harpoon) : bwn"
            ]
        },
        {
            "codepoint": "1428C",
            "name": "EGYPTIAN HIEROGLYPH-1428C",
            "comments": [
                "classifier hooks : snꜥḥ.t"
            ]
        },
        {
            "codepoint": "1428D",
            "name": "EGYPTIAN HIEROGLYPH-1428D",
            "comments": [
                "classifier circumcision : sb"
            ]
        },
        {
            "codepoint": "1428E",
            "name": "EGYPTIAN HIEROGLYPH-1428E"
        },
        {
            "codepoint": "1428F",
            "name": "EGYPTIAN HIEROGLYPH-1428F",
            "comments": [
                "phonemogram : mꜣ"
            ]
        },
        {
            "codepoint": "14290",
            "name": "EGYPTIAN HIEROGLYPH-14290",
            "comments": [
                "classifier hacking : ḫbss"
            ]
        },
        {
            "codepoint": "14291",
            "name": "EGYPTIAN HIEROGLYPH-14291",
            "comments": [
                "classifier hacking : ḫbss"
            ]
        },
        {
            "codepoint": "14292",
            "name": "EGYPTIAN HIEROGLYPH-14292",
            "comments": [
                "logogram (to hack the land) : ḫbs-tꜣ"
            ]
        },
        {
            "codepoint": "14293",
            "name": "EGYPTIAN HIEROGLYPH-14293",
            "comments": [
                "classifier hacking : ḫbss"
            ]
        },
        {
            "codepoint": "14294",
            "name": "EGYPTIAN HIEROGLYPH-14294",
            "comments": [
                "phonemogram : mr"
            ]
        },
        {
            "codepoint": "14295",
            "name": "EGYPTIAN HIEROGLYPH-14295"
        },
        {
            "codepoint": "14296",
            "name": "EGYPTIAN HIEROGLYPH-14296",
            "comments": [
                "classifier harvest, crop : šm(.w)"
            ]
        },
        {
            "codepoint": "14297",
            "name": "EGYPTIAN HIEROGLYPH-14297",
            "comments": [
                "classifier grain/barley : npt"
            ]
        },
        {
            "codepoint": "14298",
            "name": "EGYPTIAN HIEROGLYPH-14298",
            "comments": [
                "classifier grain : Mh.w"
            ]
        },
        {
            "codepoint": "14299",
            "name": "EGYPTIAN HIEROGLYPH-14299",
            "comments": [
                "classifier grain : Mh.w | šmꜥ.w | wꜣḥ.yt"
            ]
        },
        {
            "codepoint": "1429A",
            "name": "EGYPTIAN HIEROGLYPH-1429A",
            "comments": [
                "classifier grain : np(r)"
            ]
        },
        {
            "codepoint": "1429B",
            "name": "EGYPTIAN HIEROGLYPH-1429B"
        },
        {
            "codepoint": "1429C",
            "name": "EGYPTIAN HIEROGLYPH-1429C",
            "comments": [
                "phonemogram : hb"
            ]
        },
        {
            "codepoint": "1429D",
            "name": "EGYPTIAN HIEROGLYPH-1429D",
            "comments": [
                "phono-repeater : hb"
            ]
        },
        {
            "codepoint": "1429E",
            "name": "EGYPTIAN HIEROGLYPH-1429E"
        },
        {
            "codepoint": "1429F",
            "name": "EGYPTIAN HIEROGLYPH-1429F",
            "comments": [
                "phono-repeater : hb"
            ]
        },
        {
            "codepoint": "142A0",
            "name": "EGYPTIAN HIEROGLYPH-142A0"
        },
        {
            "codepoint": "142A1",
            "name": "EGYPTIAN HIEROGLYPH-142A1",
            "comments": [
                "logogram (fruit) : pr.t"
            ]
        },
        {
            "codepoint": "142A2",
            "name": "EGYPTIAN HIEROGLYPH-142A2",
            "comments": [
                "logogram (fruit) : pr.t"
            ]
        },
        {
            "codepoint": "142A3",
            "name": "EGYPTIAN HIEROGLYPH-142A3",
            "comments": [
                "phonemogram : tm"
            ]
        },
        {
            "codepoint": "142A4",
            "name": "EGYPTIAN HIEROGLYPH-142A4",
            "comments": [
                "phonemogram : tm"
            ]
        },
        {
            "codepoint": "142A5",
            "name": "EGYPTIAN HIEROGLYPH-142A5"
        },
        {
            "codepoint": "142A6",
            "name": "EGYPTIAN HIEROGLYPH-142A6",
            "comments": [
                "phonemogram : bꞽꜣ"
            ]
        },
        {
            "codepoint": "142A7",
            "name": "EGYPTIAN HIEROGLYPH-142A7",
            "comments": [
                "classifier burial : ḳrs.t"
            ]
        },
        {
            "codepoint": "142A8",
            "name": "EGYPTIAN HIEROGLYPH-142A8",
            "comments": [
                "logogram (Re-Atoum) : rꜥ-ꞽtm.w"
            ]
        },
        {
            "codepoint": "142A9",
            "name": "EGYPTIAN HIEROGLYPH-142A9",
            "comments": [
                "logogram (to found, to establish, to hunt, to lay (a trap)) : grg"
            ]
        },
        {
            "codepoint": "142AA",
            "name": "EGYPTIAN HIEROGLYPH-142AA",
            "comments": [
                "logogram (to found, to establish, to hunt, to lay (a trap)) : grg"
            ]
        },
        {
            "codepoint": "142AB",
            "name": "EGYPTIAN HIEROGLYPH-142AB",
            "comments": [
                "classifier claw, nail : ꜥn.t"
            ]
        },
        {
            "codepoint": "142AC",
            "name": "EGYPTIAN HIEROGLYPH-142AC",
            "comments": [
                "phonemogram : nw"
            ]
        },
        {
            "codepoint": "142AD",
            "name": "EGYPTIAN HIEROGLYPH-142AD",
            "comments": [
                "logogram (nail) : ꜥn.t"
            ]
        },
        {
            "codepoint": "142AE",
            "name": "EGYPTIAN HIEROGLYPH-142AE",
            "comments": [
                "phonemogram : stp"
            ]
        },
        {
            "codepoint": "142AF",
            "name": "EGYPTIAN HIEROGLYPH-142AF",
            "comments": [
                "classifier claw, nail : ꜥn.t"
            ]
        },
        {
            "codepoint": "142B0",
            "name": "EGYPTIAN HIEROGLYPH-142B0",
            "comments": [
                "phonemogram : stp"
            ]
        },
        {
            "codepoint": "142B1",
            "name": "EGYPTIAN HIEROGLYPH-142B1",
            "comments": [
                "phonemogram : mnḫ"
            ]
        },
        {
            "codepoint": "142B2",
            "name": "EGYPTIAN HIEROGLYPH-142B2",
            "comments": [
                "phonemogram : mnḫ"
            ]
        },
        {
            "codepoint": "142B3",
            "name": "EGYPTIAN HIEROGLYPH-142B3",
            "comments": [
                "phonemogram : wbꜣ"
            ]
        },
        {
            "codepoint": "142B4",
            "name": "EGYPTIAN HIEROGLYPH-142B4",
            "comments": [
                "classifier chisel : ḥr.y-ṯꜣ.y-mḏꜣ.t"
            ]
        },
        {
            "codepoint": "142B5",
            "name": "EGYPTIAN HIEROGLYPH-142B5",
            "comments": [
                "phonemogram : w"
            ]
        },
        {
            "codepoint": "142B6",
            "name": "EGYPTIAN HIEROGLYPH-142B6"
        },
        {
            "codepoint": "142B7",
            "name": "EGYPTIAN HIEROGLYPH-142B7",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "142B8",
            "name": "EGYPTIAN HIEROGLYPH-142B8",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "142B9",
            "name": "EGYPTIAN HIEROGLYPH-142B9",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "142BA",
            "name": "EGYPTIAN HIEROGLYPH-142BA",
            "comments": [
                "phonemogram : mr"
            ]
        },
        {
            "codepoint": "142BB",
            "name": "EGYPTIAN HIEROGLYPH-142BB",
            "comments": [
                "classifier drilling : htꞽ"
            ]
        },
        {
            "codepoint": "142BC",
            "name": "EGYPTIAN HIEROGLYPH-142BC",
            "comments": [
                "phonemogram : wb"
            ]
        },
        {
            "codepoint": "142BD",
            "name": "EGYPTIAN HIEROGLYPH-142BD",
            "comments": [
                "phonemogram : wb"
            ]
        },
        {
            "codepoint": "142BE",
            "name": "EGYPTIAN HIEROGLYPH-142BE",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142BF",
            "name": "EGYPTIAN HIEROGLYPH-142BF",
            "comments": [
                "phonemogram : wb(n)"
            ]
        },
        {
            "codepoint": "142C0",
            "name": "EGYPTIAN HIEROGLYPH-142C0"
        },
        {
            "codepoint": "142C1",
            "name": "EGYPTIAN HIEROGLYPH-142C1",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142C2",
            "name": "EGYPTIAN HIEROGLYPH-142C2",
            "comments": [
                "phonemogram : wḏ"
            ]
        },
        {
            "codepoint": "142C3",
            "name": "EGYPTIAN HIEROGLYPH-142C3"
        },
        {
            "codepoint": "142C4",
            "name": "EGYPTIAN HIEROGLYPH-142C4",
            "comments": [
                "phonemogram : wbꜣ"
            ]
        },
        {
            "codepoint": "142C5",
            "name": "EGYPTIAN HIEROGLYPH-142C5",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142C6",
            "name": "EGYPTIAN HIEROGLYPH-142C6",
            "comments": [
                "phonemogram : wb"
            ]
        },
        {
            "codepoint": "142C7",
            "name": "EGYPTIAN HIEROGLYPH-142C7",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142C8",
            "name": "EGYPTIAN HIEROGLYPH-142C8",
            "comments": [
                "phonemogram : wb"
            ]
        },
        {
            "codepoint": "142C9",
            "name": "EGYPTIAN HIEROGLYPH-142C9",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142CA",
            "name": "EGYPTIAN HIEROGLYPH-142CA",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142CB",
            "name": "EGYPTIAN HIEROGLYPH-142CB",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142CC",
            "name": "EGYPTIAN HIEROGLYPH-142CC"
        },
        {
            "codepoint": "142CD",
            "name": "EGYPTIAN HIEROGLYPH-142CD",
            "comments": [
                "logogram (skilled) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142CE",
            "name": "EGYPTIAN HIEROGLYPH-142CE",
            "comments": [
                "logogram (craft) : ḥmw.t"
            ]
        },
        {
            "codepoint": "142CF",
            "name": "EGYPTIAN HIEROGLYPH-142CF"
        },
        {
            "codepoint": "142D0",
            "name": "EGYPTIAN HIEROGLYPH-142D0",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142D1",
            "name": "EGYPTIAN HIEROGLYPH-142D1",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142D2",
            "name": "EGYPTIAN HIEROGLYPH-142D2"
        },
        {
            "codepoint": "142D3",
            "name": "EGYPTIAN HIEROGLYPH-142D3",
            "comments": [
                "logogram (craftsman) : ḥmw.w"
            ]
        },
        {
            "codepoint": "142D4",
            "name": "EGYPTIAN HIEROGLYPH-142D4",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142D5",
            "name": "EGYPTIAN HIEROGLYPH-142D5",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142D6",
            "name": "EGYPTIAN HIEROGLYPH-142D6",
            "comments": [
                "logogram (to open) : wbꜣ"
            ]
        },
        {
            "codepoint": "142D7",
            "name": "EGYPTIAN HIEROGLYPH-142D7",
            "comments": [
                "phonemogram : wb"
            ]
        },
        {
            "codepoint": "142D8",
            "name": "EGYPTIAN HIEROGLYPH-142D8",
            "comments": [
                "phonemogram : tꜣ"
            ]
        },
        {
            "codepoint": "142D9",
            "name": "EGYPTIAN HIEROGLYPH-142D9",
            "comments": [
                "phonemogram : tꜣ"
            ]
        },
        {
            "codepoint": "142DA",
            "name": "EGYPTIAN HIEROGLYPH-142DA",
            "comments": [
                "phonemogram : mn"
            ]
        },
        {
            "codepoint": "142DB",
            "name": "EGYPTIAN HIEROGLYPH-142DB",
            "comments": [
                "phono-repeater : smn"
            ]
        },
        {
            "codepoint": "142DC",
            "name": "EGYPTIAN HIEROGLYPH-142DC",
            "comments": [
                "phonemogram : smn"
            ]
        },
        {
            "codepoint": "142DD",
            "name": "EGYPTIAN HIEROGLYPH-142DD",
            "comments": [
                "phonemogram : t(ꞽ)"
            ]
        },
        {
            "codepoint": "142DE",
            "name": "EGYPTIAN HIEROGLYPH-142DE",
            "comments": [
                "phonemogram : ḫsf"
            ]
        },
        {
            "codepoint": "142DF",
            "name": "EGYPTIAN HIEROGLYPH-142DF",
            "comments": [
                "classifier shaving : ẖꜥḳ"
            ]
        },
        {
            "codepoint": "142E0",
            "name": "EGYPTIAN HIEROGLYPH-142E0",
            "comments": [
                "logogram (to shave) : ẖꜥḳ"
            ]
        },
        {
            "codepoint": "142E1",
            "name": "EGYPTIAN HIEROGLYPH-142E1"
        },
        {
            "codepoint": "142E2",
            "name": "EGYPTIAN HIEROGLYPH-142E2",
            "comments": [
                "classifier balance, scale : mḫꜣ.t"
            ]
        },
        {
            "codepoint": "142E3",
            "name": "EGYPTIAN HIEROGLYPH-142E3",
            "comments": [
                "logogram (balance; in mḫꜣ.t-tꜣ.wy) : mḫꜣ.t"
            ]
        },
        {
            "codepoint": "142E4",
            "name": "EGYPTIAN HIEROGLYPH-142E4",
            "comments": [
                "classifier balance, scale : mḫꜣ.t"
            ]
        },
        {
            "codepoint": "142E5",
            "name": "EGYPTIAN HIEROGLYPH-142E5",
            "comments": [
                "logogram (to lift, to raise) : ṯsꞽ"
            ]
        },
        {
            "codepoint": "142E6",
            "name": "EGYPTIAN HIEROGLYPH-142E6"
        },
        {
            "codepoint": "142E7",
            "name": "EGYPTIAN HIEROGLYPH-142E7"
        },
        {
            "codepoint": "142E8",
            "name": "EGYPTIAN HIEROGLYPH-142E8",
            "comments": [
                "classifier lifting, carrying : wṯs"
            ]
        },
        {
            "codepoint": "142E9",
            "name": "EGYPTIAN HIEROGLYPH-142E9",
            "comments": [
                "logogram (to lift, to carry) : wṯs"
            ]
        },
        {
            "codepoint": "142EA",
            "name": "EGYPTIAN HIEROGLYPH-142EA",
            "comments": [
                "logogram (to lift, to carry) : wṯs"
            ]
        },
        {
            "codepoint": "142EB",
            "name": "EGYPTIAN HIEROGLYPH-142EB",
            "comments": [
                "logogram (to lift, to carry) : wṯs"
            ]
        },
        {
            "codepoint": "142EC",
            "name": "EGYPTIAN HIEROGLYPH-142EC",
            "comments": [
                "classifier lifting, carrying : ṯs"
            ]
        },
        {
            "codepoint": "142ED",
            "name": "EGYPTIAN HIEROGLYPH-142ED"
        },
        {
            "codepoint": "142EE",
            "name": "EGYPTIAN HIEROGLYPH-142EE",
            "comments": [
                "classifier to raise to lift up : sṯsꞽ"
            ]
        },
        {
            "codepoint": "142EF",
            "name": "EGYPTIAN HIEROGLYPH-142EF",
            "comments": [
                "classifier measuring tool? : ḫꜥ.y"
            ]
        },
        {
            "codepoint": "142F0",
            "name": "EGYPTIAN HIEROGLYPH-142F0",
            "comments": [
                "classifier lifting, carrying : wṯs"
            ]
        },
        {
            "codepoint": "142F1",
            "name": "EGYPTIAN HIEROGLYPH-142F1",
            "comments": [
                "classifier lifting, carrying : ṯs"
            ]
        },
        {
            "codepoint": "142F2",
            "name": "EGYPTIAN HIEROGLYPH-142F2",
            "comments": [
                "phonemogram (ꞽn wṯs-ḥr) : wṯs"
            ]
        },
        {
            "codepoint": "142F3",
            "name": "EGYPTIAN HIEROGLYPH-142F3",
            "comments": [
                "classifier service, task : wnw.t"
            ]
        },
        {
            "codepoint": "142F4",
            "name": "EGYPTIAN HIEROGLYPH-142F4",
            "comments": [
                "logogram (service, task) : wnw.t"
            ]
        },
        {
            "codepoint": "142F5",
            "name": "EGYPTIAN HIEROGLYPH-142F5"
        },
        {
            "codepoint": "142F6",
            "name": "EGYPTIAN HIEROGLYPH-142F6",
            "comments": [
                "logogram (service, task) : wnw.t"
            ]
        },
        {
            "codepoint": "142F7",
            "name": "EGYPTIAN HIEROGLYPH-142F7",
            "comments": [
                "classifier astronomical instrument : mrḫ.t"
            ]
        },
        {
            "codepoint": "142F8",
            "name": "EGYPTIAN HIEROGLYPH-142F8",
            "comments": [
                "logogram (service, task) : wnw.t"
            ]
        },
        {
            "codepoint": "142F9",
            "name": "EGYPTIAN HIEROGLYPH-142F9",
            "comments": [
                "classifier length, width : sḫḫ"
            ]
        },
        {
            "codepoint": "142FA",
            "name": "EGYPTIAN HIEROGLYPH-142FA",
            "comments": [
                "phonemogram : sḫḫ"
            ]
        },
        {
            "codepoint": "142FB",
            "name": "EGYPTIAN HIEROGLYPH-142FB",
            "comments": [
                "classifier to shape, to create : nḥp"
            ]
        },
        {
            "codepoint": "142FC",
            "name": "EGYPTIAN HIEROGLYPH-142FC",
            "comments": [
                "logogram (life) : ꜥnḫ"
            ]
        },
        {
            "codepoint": "142FD",
            "name": "EGYPTIAN HIEROGLYPH-142FD",
            "comments": [
                "classifier potter's wheel : nḥp"
            ]
        },
        {
            "codepoint": "142FE",
            "name": "EGYPTIAN HIEROGLYPH-142FE",
            "comments": [
                "classifier potter : ḳd.w"
            ]
        },
        {
            "codepoint": "142FF",
            "name": "EGYPTIAN HIEROGLYPH-142FF",
            "comments": [
                "logogram (potter's wheel) : nḥp"
            ]
        },
        {
            "codepoint": "14300",
            "name": "EGYPTIAN HIEROGLYPH-14300",
            "comments": [
                "classifier potters wheel : nḥb"
            ]
        },
        {
            "codepoint": "14301",
            "name": "EGYPTIAN HIEROGLYPH-14301"
        },
        {
            "codepoint": "14302",
            "name": "EGYPTIAN HIEROGLYPH-14302"
        },
        {
            "codepoint": "14303",
            "name": "EGYPTIAN HIEROGLYPH-14303",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "14304",
            "name": "EGYPTIAN HIEROGLYPH-14304",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "14305",
            "name": "EGYPTIAN HIEROGLYPH-14305"
        },
        {
            "codepoint": "14306",
            "name": "EGYPTIAN HIEROGLYPH-14306",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "14307",
            "name": "EGYPTIAN HIEROGLYPH-14307",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "14308",
            "name": "EGYPTIAN HIEROGLYPH-14308",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "14309",
            "name": "EGYPTIAN HIEROGLYPH-14309"
        },
        {
            "codepoint": "1430A",
            "name": "EGYPTIAN HIEROGLYPH-1430A"
        },
        {
            "codepoint": "1430B",
            "name": "EGYPTIAN HIEROGLYPH-1430B",
            "comments": [
                "logogram (Chesemu (divinity)) : šsmw"
            ]
        },
        {
            "codepoint": "1430C",
            "name": "EGYPTIAN HIEROGLYPH-1430C"
        },
        {
            "codepoint": "1430D",
            "name": "EGYPTIAN HIEROGLYPH-1430D"
        },
        {
            "codepoint": "1430E",
            "name": "EGYPTIAN HIEROGLYPH-1430E"
        },
        {
            "codepoint": "1430F",
            "name": "EGYPTIAN HIEROGLYPH-1430F",
            "comments": [
                "logogram (to press, to cling (to)) : mḏd"
            ]
        },
        {
            "codepoint": "14310",
            "name": "EGYPTIAN HIEROGLYPH-14310",
            "comments": [
                "classifier pressing, hitting : mḏd"
            ]
        },
        {
            "codepoint": "14311",
            "name": "EGYPTIAN HIEROGLYPH-14311"
        },
        {
            "codepoint": "14312",
            "name": "EGYPTIAN HIEROGLYPH-14312",
            "comments": [
                "phonemogram : sš"
            ]
        },
        {
            "codepoint": "14313",
            "name": "EGYPTIAN HIEROGLYPH-14313",
            "comments": [
                "classifier gold-dust : nḳr"
            ]
        },
        {
            "codepoint": "14314",
            "name": "EGYPTIAN HIEROGLYPH-14314",
            "comments": [
                "classifier cage : štb"
            ]
        },
        {
            "codepoint": "14315",
            "name": "EGYPTIAN HIEROGLYPH-14315",
            "comments": [
                "classifier cauldron : ḏsf.w"
            ]
        },
        {
            "codepoint": "14316",
            "name": "EGYPTIAN HIEROGLYPH-14316"
        },
        {
            "codepoint": "14317",
            "name": "EGYPTIAN HIEROGLYPH-14317",
            "comments": [
                "phonemogram : nd"
            ]
        },
        {
            "codepoint": "14318",
            "name": "EGYPTIAN HIEROGLYPH-14318",
            "comments": [
                "phonemogram : nḏ"
            ]
        },
        {
            "codepoint": "14319",
            "name": "EGYPTIAN HIEROGLYPH-14319",
            "comments": [
                "classifier flame"
            ]
        },
        {
            "codepoint": "1431A",
            "name": "EGYPTIAN HIEROGLYPH-1431A",
            "comments": [
                "classifier sweeping, wiping : sk"
            ]
        },
        {
            "codepoint": "1431B",
            "name": "EGYPTIAN HIEROGLYPH-1431B",
            "comments": [
                "classifier saw : tfꜣ"
            ]
        },
        {
            "codepoint": "1431C",
            "name": "EGYPTIAN HIEROGLYPH-1431C",
            "comments": [
                "classifier (upright of an ladder) : mꜥꜣꜥ"
            ]
        },
        {
            "codepoint": "1431D",
            "name": "EGYPTIAN HIEROGLYPH-1431D",
            "comments": [
                "phonemogram : ḳd"
            ]
        },
        {
            "codepoint": "1431E",
            "name": "EGYPTIAN HIEROGLYPH-1431E"
        },
        {
            "codepoint": "1431F",
            "name": "EGYPTIAN HIEROGLYPH-1431F",
            "comments": [
                "logogram (field, arable land) : ꜣḥ.t"
            ]
        },
        {
            "codepoint": "14320",
            "name": "EGYPTIAN HIEROGLYPH-14320",
            "comments": [
                "phono-repeater sṯꜣ and classifier movement sṯꜣ& : sṯꜣ & sṯꜣ"
            ]
        },
        {
            "codepoint": "14321",
            "name": "EGYPTIAN HIEROGLYPH-14321",
            "comments": [
                "phono-repeater : šn"
            ]
        },
        {
            "codepoint": "14322",
            "name": "EGYPTIAN HIEROGLYPH-14322",
            "comments": [
                "classifier clothing : ḥbs"
            ]
        },
        {
            "codepoint": "14323",
            "name": "EGYPTIAN HIEROGLYPH-14323",
            "comments": [
                "phonemogram : šn"
            ]
        },
        {
            "codepoint": "14324",
            "name": "EGYPTIAN HIEROGLYPH-14324",
            "comments": [
                "logogram (cult image?) : dmꞽ/ḫꜣdb"
            ]
        },
        {
            "codepoint": "14325",
            "name": "EGYPTIAN HIEROGLYPH-14325",
            "comments": [
                "logogram (name) : rn"
            ]
        },
        {
            "codepoint": "14326",
            "name": "EGYPTIAN HIEROGLYPH-14326"
        },
        {
            "codepoint": "14327",
            "name": "EGYPTIAN HIEROGLYPH-14327",
            "comments": [
                "logogram (float? (part of the hunting equipment for hunting hippos)) : bb"
            ]
        },
        {
            "codepoint": "14328",
            "name": "EGYPTIAN HIEROGLYPH-14328"
        },
        {
            "codepoint": "14329",
            "name": "EGYPTIAN HIEROGLYPH-14329",
            "comments": [
                "phonemogram : dn"
            ]
        },
        {
            "codepoint": "1432A",
            "name": "EGYPTIAN HIEROGLYPH-1432A",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "1432B",
            "name": "EGYPTIAN HIEROGLYPH-1432B",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "1432C",
            "name": "EGYPTIAN HIEROGLYPH-1432C",
            "comments": [
                "phonemogram : sꜣ"
            ]
        },
        {
            "codepoint": "1432D",
            "name": "EGYPTIAN HIEROGLYPH-1432D",
            "comments": [
                "logogram (protection) : sꜣ"
            ]
        },
        {
            "codepoint": "1432E",
            "name": "EGYPTIAN HIEROGLYPH-1432E",
            "comments": [
                "logogram (protection) : sꜣ"
            ]
        },
        {
            "codepoint": "1432F",
            "name": "EGYPTIAN HIEROGLYPH-1432F",
            "comments": [
                "phonemogram : mḏ"
            ]
        },
        {
            "codepoint": "14330",
            "name": "EGYPTIAN HIEROGLYPH-14330"
        },
        {
            "codepoint": "14331",
            "name": "EGYPTIAN HIEROGLYPH-14331",
            "comments": [
                "logogram (19th nome of Upper Egypt) : brbr"
            ]
        },
        {
            "codepoint": "14332",
            "name": "EGYPTIAN HIEROGLYPH-14332",
            "comments": [
                "logogram (19th nome of Upper Egypt) : brbr"
            ]
        },
        {
            "codepoint": "14333",
            "name": "EGYPTIAN HIEROGLYPH-14333",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "14334",
            "name": "EGYPTIAN HIEROGLYPH-14334",
            "comments": [
                "phonemogram : mḥ"
            ]
        },
        {
            "codepoint": "14335",
            "name": "EGYPTIAN HIEROGLYPH-14335"
        },
        {
            "codepoint": "14336",
            "name": "EGYPTIAN HIEROGLYPH-14336",
            "comments": [
                "phonemogram : ꜥḏ"
            ]
        },
        {
            "codepoint": "14337",
            "name": "EGYPTIAN HIEROGLYPH-14337",
            "comments": [
                "interpretant : ḥ"
            ]
        },
        {
            "codepoint": "14338",
            "name": "EGYPTIAN HIEROGLYPH-14338",
            "comments": [
                "interpretant : ḥ"
            ]
        },
        {
            "codepoint": "14339",
            "name": "EGYPTIAN HIEROGLYPH-14339",
            "comments": [
                "interpretant : ḥ"
            ]
        },
        {
            "codepoint": "1433A",
            "name": "EGYPTIAN HIEROGLYPH-1433A"
        },
        {
            "codepoint": "1433B",
            "name": "EGYPTIAN HIEROGLYPH-1433B",
            "comments": [
                "phonemogram : sk"
            ]
        },
        {
            "codepoint": "1433C",
            "name": "EGYPTIAN HIEROGLYPH-1433C",
            "comments": [
                "classifier to dispel, to drive away : ḫsr"
            ]
        },
        {
            "codepoint": "1433D",
            "name": "EGYPTIAN HIEROGLYPH-1433D",
            "comments": [
                "logogram (to strike, to drive) : ḥwꞽ"
            ]
        },
        {
            "codepoint": "1433E",
            "name": "EGYPTIAN HIEROGLYPH-1433E",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "1433F",
            "name": "EGYPTIAN HIEROGLYPH-1433F",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "14340",
            "name": "EGYPTIAN HIEROGLYPH-14340",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "14341",
            "name": "EGYPTIAN HIEROGLYPH-14341",
            "comments": [
                "phonemogram : wꜣḥ"
            ]
        },
        {
            "codepoint": "14342",
            "name": "EGYPTIAN HIEROGLYPH-14342",
            "comments": [
                "classifier (wick) : ḥꜥ.t"
            ]
        },
        {
            "codepoint": "14343",
            "name": "EGYPTIAN HIEROGLYPH-14343",
            "comments": [
                "phonemogram : k"
            ]
        },
        {
            "codepoint": "14344",
            "name": "EGYPTIAN HIEROGLYPH-14344",
            "comments": [
                "phonemogram : gꜣ"
            ]
        },
        {
            "codepoint": "14345",
            "name": "EGYPTIAN HIEROGLYPH-14345",
            "comments": [
                "phonemogram : sḫr(.w)"
            ]
        },
        {
            "codepoint": "14346",
            "name": "EGYPTIAN HIEROGLYPH-14346",
            "comments": [
                "classifier (offering) : dbḥ.t-ḥtp"
            ]
        },
        {
            "codepoint": "14347",
            "name": "EGYPTIAN HIEROGLYPH-14347"
        },
        {
            "codepoint": "14348",
            "name": "EGYPTIAN HIEROGLYPH-14348",
            "comments": [
                "phonemogram : msn"
            ]
        },
        {
            "codepoint": "14349",
            "name": "EGYPTIAN HIEROGLYPH-14349",
            "comments": [
                "phonemogram : gꜣw"
            ]
        },
        {
            "codepoint": "1434A",
            "name": "EGYPTIAN HIEROGLYPH-1434A",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "1434B",
            "name": "EGYPTIAN HIEROGLYPH-1434B",
            "comments": [
                "phono-repeater : ḥn"
            ]
        },
        {
            "codepoint": "1434C",
            "name": "EGYPTIAN HIEROGLYPH-1434C",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "1434D",
            "name": "EGYPTIAN HIEROGLYPH-1434D",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "1434E",
            "name": "EGYPTIAN HIEROGLYPH-1434E",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "1434F",
            "name": "EGYPTIAN HIEROGLYPH-1434F",
            "comments": [
                "phonemogram : ḥn"
            ]
        },
        {
            "codepoint": "14350",
            "name": "EGYPTIAN HIEROGLYPH-14350",
            "comments": [
                "phono-repeater : ḥn"
            ]
        },
        {
            "codepoint": "14351",
            "name": "EGYPTIAN HIEROGLYPH-14351"
        },
        {
            "codepoint": "14352",
            "name": "EGYPTIAN HIEROGLYPH-14352",
            "comments": [
                "phonemogram : sṯꞽ"
            ]
        },
        {
            "codepoint": "14353",
            "name": "EGYPTIAN HIEROGLYPH-14353",
            "comments": [
                "phonemogram : ḫnm"
            ]
        },
        {
            "codepoint": "14354",
            "name": "EGYPTIAN HIEROGLYPH-14354",
            "comments": [
                "phonemogram : ḥm"
            ]
        },
        {
            "codepoint": "14355",
            "name": "EGYPTIAN HIEROGLYPH-14355",
            "comments": [
                "logogram/phonemogram (womb) : kꜣ.t"
            ]
        },
        {
            "codepoint": "14356",
            "name": "EGYPTIAN HIEROGLYPH-14356",
            "comments": [
                "phonemogram : šd"
            ]
        },
        {
            "codepoint": "14357",
            "name": "EGYPTIAN HIEROGLYPH-14357",
            "comments": [
                "logogram (net) : ꞽḥ/ꜥḥ"
            ]
        },
        {
            "codepoint": "14358",
            "name": "EGYPTIAN HIEROGLYPH-14358",
            "comments": [
                "logogram (net) : ꞽꜣd.t"
            ]
        },
        {
            "codepoint": "14359",
            "name": "EGYPTIAN HIEROGLYPH-14359",
            "comments": [
                "classifier oil, unguent : ḥkn(w)"
            ]
        },
        {
            "codepoint": "1435A",
            "name": "EGYPTIAN HIEROGLYPH-1435A",
            "comments": [
                "phonemogram : bꜣs"
            ]
        },
        {
            "codepoint": "1435B",
            "name": "EGYPTIAN HIEROGLYPH-1435B",
            "comments": [
                "phonemogram : bꜣs"
            ]
        },
        {
            "codepoint": "1435C",
            "name": "EGYPTIAN HIEROGLYPH-1435C",
            "comments": [
                "classifier oil, unguent : ꞽbr"
            ]
        },
        {
            "codepoint": "1435D",
            "name": "EGYPTIAN HIEROGLYPH-1435D",
            "comments": [
                "classifier oil, unguent : mḏ.t"
            ]
        },
        {
            "codepoint": "1435E",
            "name": "EGYPTIAN HIEROGLYPH-1435E",
            "comments": [
                "classifier liquid, fluid : (ꞽ)ḫ.t bnꞽ(.t)"
            ]
        },
        {
            "codepoint": "1435F",
            "name": "EGYPTIAN HIEROGLYPH-1435F",
            "comments": [
                "classifier oil, unguent : sgn"
            ]
        },
        {
            "codepoint": "14360",
            "name": "EGYPTIAN HIEROGLYPH-14360",
            "comments": [
                "classifier oil, unguent : ḥꜣ.t(y)t"
            ]
        },
        {
            "codepoint": "14361",
            "name": "EGYPTIAN HIEROGLYPH-14361",
            "comments": [
                "classifier/logogram oil, unguent : mr(ḥ.t)"
            ]
        },
        {
            "codepoint": "14362",
            "name": "EGYPTIAN HIEROGLYPH-14362",
            "comments": [
                "logogram/Phonemogram (oil, unguent) : mḏ.t(y)"
            ]
        },
        {
            "codepoint": "14363",
            "name": "EGYPTIAN HIEROGLYPH-14363",
            "comments": [
                "logogram (lord) : nb"
            ]
        },
        {
            "codepoint": "14364",
            "name": "EGYPTIAN HIEROGLYPH-14364",
            "comments": [
                "logogram (lector priest) : ẖr.y-ḥ(ꜣ)b.t"
            ]
        },
        {
            "codepoint": "14365",
            "name": "EGYPTIAN HIEROGLYPH-14365"
        },
        {
            "codepoint": "14366",
            "name": "EGYPTIAN HIEROGLYPH-14366",
            "comments": [
                "phonemogram : kꜣw"
            ]
        },
        {
            "codepoint": "14367",
            "name": "EGYPTIAN HIEROGLYPH-14367",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "14368",
            "name": "EGYPTIAN HIEROGLYPH-14368"
        },
        {
            "codepoint": "14369",
            "name": "EGYPTIAN HIEROGLYPH-14369",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "1436A",
            "name": "EGYPTIAN HIEROGLYPH-1436A",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "1436B",
            "name": "EGYPTIAN HIEROGLYPH-1436B",
            "comments": [
                "phonemogram : ẖnm"
            ]
        },
        {
            "codepoint": "1436C",
            "name": "EGYPTIAN HIEROGLYPH-1436C",
            "comments": [
                "logogram (cup) : ꜥ"
            ]
        },
        {
            "codepoint": "1436D",
            "name": "EGYPTIAN HIEROGLYPH-1436D",
            "comments": [
                "phonemogram : g"
            ]
        },
        {
            "codepoint": "1436E",
            "name": "EGYPTIAN HIEROGLYPH-1436E",
            "comments": [
                "classifier jar, vessel : snb.t"
            ]
        },
        {
            "codepoint": "1436F",
            "name": "EGYPTIAN HIEROGLYPH-1436F",
            "comments": [
                "classifier cool : ḳb"
            ]
        },
        {
            "codepoint": "14370",
            "name": "EGYPTIAN HIEROGLYPH-14370",
            "comments": [
                "classifier to be cool, to cool : ḳbḥ"
            ]
        },
        {
            "codepoint": "14371",
            "name": "EGYPTIAN HIEROGLYPH-14371",
            "comments": [
                "logogram (cool water/libation water) : ḳbḥ.w"
            ]
        },
        {
            "codepoint": "14372",
            "name": "EGYPTIAN HIEROGLYPH-14372",
            "comments": [
                "classifier to pour, to sprinkle : sṯ(ꞽ)"
            ]
        },
        {
            "codepoint": "14373",
            "name": "EGYPTIAN HIEROGLYPH-14373",
            "comments": [
                "logogram (to be cool, to cool) : ḳbḥ"
            ]
        },
        {
            "codepoint": "14374",
            "name": "EGYPTIAN HIEROGLYPH-14374",
            "comments": [
                "logogram (cool water/libation water) : ḳbḥ.w"
            ]
        },
        {
            "codepoint": "14375",
            "name": "EGYPTIAN HIEROGLYPH-14375",
            "comments": [
                "logogram (the (first) cataract) : ḳbḥ.w"
            ]
        },
        {
            "codepoint": "14376",
            "name": "EGYPTIAN HIEROGLYPH-14376",
            "comments": [
                "phonemogram/logogram (in ḳbḥ.wy (the two sources, i.e., Egypt)) : ḳbḥ"
            ]
        },
        {
            "codepoint": "14377",
            "name": "EGYPTIAN HIEROGLYPH-14377",
            "comments": [
                "logogram (the two sources, i.e. Egypt) : ḳbḥ.wy"
            ]
        },
        {
            "codepoint": "14378",
            "name": "EGYPTIAN HIEROGLYPH-14378",
            "comments": [
                "logogram (cool water/libation water) : ḳbḥ.w"
            ]
        },
        {
            "codepoint": "14379",
            "name": "EGYPTIAN HIEROGLYPH-14379",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "1437A",
            "name": "EGYPTIAN HIEROGLYPH-1437A",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "1437B",
            "name": "EGYPTIAN HIEROGLYPH-1437B",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "1437C",
            "name": "EGYPTIAN HIEROGLYPH-1437C",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "1437D",
            "name": "EGYPTIAN HIEROGLYPH-1437D",
            "comments": [
                "phonemogram : ḫnt"
            ]
        },
        {
            "codepoint": "1437E",
            "name": "EGYPTIAN HIEROGLYPH-1437E"
        },
        {
            "codepoint": "1437F",
            "name": "EGYPTIAN HIEROGLYPH-1437F",
            "comments": [
                "phonemogram : mꞽ"
            ]
        },
        {
            "codepoint": "14380",
            "name": "EGYPTIAN HIEROGLYPH-14380",
            "comments": [
                "classifier milk : ꞽrṯ(.t)"
            ]
        },
        {
            "codepoint": "14381",
            "name": "EGYPTIAN HIEROGLYPH-14381",
            "comments": [
                "classifier milk : ꞽrṯ.t"
            ]
        },
        {
            "codepoint": "14382",
            "name": "EGYPTIAN HIEROGLYPH-14382"
        },
        {
            "codepoint": "14383",
            "name": "EGYPTIAN HIEROGLYPH-14383"
        },
        {
            "codepoint": "14384",
            "name": "EGYPTIAN HIEROGLYPH-14384",
            "comments": [
                "phonemogram : mꞽ"
            ]
        },
        {
            "codepoint": "14385",
            "name": "EGYPTIAN HIEROGLYPH-14385",
            "comments": [
                "classifier vessel (situla?) : wšb"
            ]
        },
        {
            "codepoint": "14386",
            "name": "EGYPTIAN HIEROGLYPH-14386",
            "comments": [
                "logogram (to be pure, to be clean) : wꜥb"
            ]
        },
        {
            "codepoint": "14387",
            "name": "EGYPTIAN HIEROGLYPH-14387",
            "comments": [
                "classifier to pour out, to empty : pnḳ"
            ]
        },
        {
            "codepoint": "14388",
            "name": "EGYPTIAN HIEROGLYPH-14388",
            "comments": [
                "phonemogram : rd"
            ]
        },
        {
            "codepoint": "14389",
            "name": "EGYPTIAN HIEROGLYPH-14389",
            "comments": [
                "classifier beer-jug : nb.ty"
            ]
        },
        {
            "codepoint": "1438A",
            "name": "EGYPTIAN HIEROGLYPH-1438A"
        },
        {
            "codepoint": "1438B",
            "name": "EGYPTIAN HIEROGLYPH-1438B",
            "comments": [
                "classifier drunkenness : tḫ.t"
            ]
        },
        {
            "codepoint": "1438C",
            "name": "EGYPTIAN HIEROGLYPH-1438C",
            "comments": [
                "classifier wine : ꞽrp"
            ]
        },
        {
            "codepoint": "1438D",
            "name": "EGYPTIAN HIEROGLYPH-1438D"
        },
        {
            "codepoint": "1438E",
            "name": "EGYPTIAN HIEROGLYPH-1438E"
        },
        {
            "codepoint": "1438F",
            "name": "EGYPTIAN HIEROGLYPH-1438F",
            "comments": [
                "classifier liquid, fluid : ꞽrp"
            ]
        },
        {
            "codepoint": "14390",
            "name": "EGYPTIAN HIEROGLYPH-14390",
            "comments": [
                "classifier jar : ḥn(.w)"
            ]
        },
        {
            "codepoint": "14391",
            "name": "EGYPTIAN HIEROGLYPH-14391",
            "comments": [
                "classifier oil, unguent : mrḥ(.t)"
            ]
        },
        {
            "codepoint": "14392",
            "name": "EGYPTIAN HIEROGLYPH-14392",
            "comments": [
                "logogram diw-(the five pellets) : ṯꜣ.w"
            ]
        },
        {
            "codepoint": "14393",
            "name": "EGYPTIAN HIEROGLYPH-14393",
            "comments": [
                "classifier jug : nms.t"
            ]
        },
        {
            "codepoint": "14394",
            "name": "EGYPTIAN HIEROGLYPH-14394"
        },
        {
            "codepoint": "14395",
            "name": "EGYPTIAN HIEROGLYPH-14395",
            "comments": [
                "phonemogram : ꞽn-ḥr"
            ]
        },
        {
            "codepoint": "14396",
            "name": "EGYPTIAN HIEROGLYPH-14396",
            "comments": [
                "phonemogram : r"
            ]
        },
        {
            "codepoint": "14397",
            "name": "EGYPTIAN HIEROGLYPH-14397",
            "comments": [
                "logogram (Elephantine) : ꜣbw"
            ]
        },
        {
            "codepoint": "14398",
            "name": "EGYPTIAN HIEROGLYPH-14398"
        },
        {
            "codepoint": "14399",
            "name": "EGYPTIAN HIEROGLYPH-14399",
            "comments": [
                "classifier liquid, fluid : ḥḏ.t"
            ]
        },
        {
            "codepoint": "1439A",
            "name": "EGYPTIAN HIEROGLYPH-1439A",
            "comments": [
                "classifier jar, vessel : dšr.yt"
            ]
        },
        {
            "codepoint": "1439B",
            "name": "EGYPTIAN HIEROGLYPH-1439B",
            "comments": [
                "classifier breaking, destroying : sḏ"
            ]
        },
        {
            "codepoint": "1439C",
            "name": "EGYPTIAN HIEROGLYPH-1439C",
            "comments": [
                "classifier alcoholic beverage : tḫ"
            ]
        },
        {
            "codepoint": "1439D",
            "name": "EGYPTIAN HIEROGLYPH-1439D",
            "comments": [
                "logogram (libation vase) : šps.y"
            ]
        },
        {
            "codepoint": "1439E",
            "name": "EGYPTIAN HIEROGLYPH-1439E",
            "comments": [
                "classifier to fill : ꜥḥb.t"
            ]
        },
        {
            "codepoint": "1439F",
            "name": "EGYPTIAN HIEROGLYPH-1439F",
            "comments": [
                "classifier vessel : dšr.t"
            ]
        },
        {
            "codepoint": "143A0",
            "name": "EGYPTIAN HIEROGLYPH-143A0",
            "comments": [
                "classifier jar, vessel : nms.t"
            ]
        },
        {
            "codepoint": "143A1",
            "name": "EGYPTIAN HIEROGLYPH-143A1",
            "comments": [
                "classifier jar, vessel : nms.t"
            ]
        },
        {
            "codepoint": "143A2",
            "name": "EGYPTIAN HIEROGLYPH-143A2",
            "comments": [
                "classifier (to wash) : ꞽꜥꞽ"
            ]
        },
        {
            "codepoint": "143A3",
            "name": "EGYPTIAN HIEROGLYPH-143A3",
            "comments": [
                "logogram (Nemset vase) : nms.t"
            ]
        },
        {
            "codepoint": "143A4",
            "name": "EGYPTIAN HIEROGLYPH-143A4",
            "comments": [
                "classifier vessel : ḏwj.w"
            ]
        },
        {
            "codepoint": "143A5",
            "name": "EGYPTIAN HIEROGLYPH-143A5",
            "comments": [
                "classifier vessel, jar : ṯꜣb"
            ]
        },
        {
            "codepoint": "143A6",
            "name": "EGYPTIAN HIEROGLYPH-143A6"
        },
        {
            "codepoint": "143A7",
            "name": "EGYPTIAN HIEROGLYPH-143A7",
            "comments": [
                "classifier jar, vessel : nms.t"
            ]
        },
        {
            "codepoint": "143A8",
            "name": "EGYPTIAN HIEROGLYPH-143A8",
            "comments": [
                "classifier drinking vessel : swr"
            ]
        },
        {
            "codepoint": "143A9",
            "name": "EGYPTIAN HIEROGLYPH-143A9",
            "comments": [
                "classifier drinking vessel : ḫꜣw & (ṯ)nꞽw"
            ]
        },
        {
            "codepoint": "143AA",
            "name": "EGYPTIAN HIEROGLYPH-143AA"
        },
        {
            "codepoint": "143AB",
            "name": "EGYPTIAN HIEROGLYPH-143AB",
            "comments": [
                "classifier dish : dd.t"
            ]
        },
        {
            "codepoint": "143AC",
            "name": "EGYPTIAN HIEROGLYPH-143AC"
        },
        {
            "codepoint": "143AD",
            "name": "EGYPTIAN HIEROGLYPH-143AD"
        },
        {
            "codepoint": "143AE",
            "name": "EGYPTIAN HIEROGLYPH-143AE",
            "comments": [
                "logogram (some type of vessel) : ḏwꞽ.w"
            ]
        },
        {
            "codepoint": "143AF",
            "name": "EGYPTIAN HIEROGLYPH-143AF",
            "comments": [
                "classifier milk : ꞽrṯ.t"
            ]
        },
        {
            "codepoint": "143B0",
            "name": "EGYPTIAN HIEROGLYPH-143B0",
            "comments": [
                "classifier vessel (which might be some type of oil) : bꜥ/bꜥꜥ"
            ]
        },
        {
            "codepoint": "143B1",
            "name": "EGYPTIAN HIEROGLYPH-143B1"
        },
        {
            "codepoint": "143B2",
            "name": "EGYPTIAN HIEROGLYPH-143B2"
        },
        {
            "codepoint": "143B3",
            "name": "EGYPTIAN HIEROGLYPH-143B3",
            "comments": [
                "logogram (beer) : ḥnḳ.t"
            ]
        },
        {
            "codepoint": "143B4",
            "name": "EGYPTIAN HIEROGLYPH-143B4",
            "comments": [
                "logogram (gold vase for myrrh) : rrm"
            ]
        },
        {
            "codepoint": "143B5",
            "name": "EGYPTIAN HIEROGLYPH-143B5",
            "comments": [
                "classifier oven : kꜣp.t"
            ]
        },
        {
            "codepoint": "143B6",
            "name": "EGYPTIAN HIEROGLYPH-143B6"
        },
        {
            "codepoint": "143B7",
            "name": "EGYPTIAN HIEROGLYPH-143B7",
            "comments": [
                "?"
            ]
        },
        {
            "codepoint": "143B8",
            "name": "EGYPTIAN HIEROGLYPH-143B8",
            "comments": [
                "classifier granite : mꜣṯ"
            ]
        },
        {
            "codepoint": "143B9",
            "name": "EGYPTIAN HIEROGLYPH-143B9",
            "comments": [
                "phonemogram : ꜣw"
            ]
        },
        {
            "codepoint": "143BA",
            "name": "EGYPTIAN HIEROGLYPH-143BA",
            "comments": [
                "logogram (a nw-vase, representing an amulet of lapis-lazuli) : nw"
            ]
        },
        {
            "codepoint": "143BB",
            "name": "EGYPTIAN HIEROGLYPH-143BB",
            "comments": [
                "classifier basin for washing feet : mꜥ"
            ]
        },
        {
            "codepoint": "143BC",
            "name": "EGYPTIAN HIEROGLYPH-143BC",
            "comments": [
                "logogram (father) : ꞽt"
            ]
        },
        {
            "codepoint": "143BD",
            "name": "EGYPTIAN HIEROGLYPH-143BD",
            "comments": [
                "logogram (father) : ꞽt"
            ]
        },
        {
            "codepoint": "143BE",
            "name": "EGYPTIAN HIEROGLYPH-143BE",
            "comments": [
                "logogram (father) : ꞽt"
            ]
        },
        {
            "codepoint": "143BF",
            "name": "EGYPTIAN HIEROGLYPH-143BF"
        },
        {
            "codepoint": "143C0",
            "name": "EGYPTIAN HIEROGLYPH-143C0",
            "comments": [
                "classifier bread : t"
            ]
        },
        {
            "codepoint": "143C1",
            "name": "EGYPTIAN HIEROGLYPH-143C1",
            "comments": [
                "classifier bread : t-ḥḏ"
            ]
        },
        {
            "codepoint": "143C2",
            "name": "EGYPTIAN HIEROGLYPH-143C2",
            "comments": [
                "classifier bread/food : t"
            ]
        },
        {
            "codepoint": "143C3",
            "name": "EGYPTIAN HIEROGLYPH-143C3"
        },
        {
            "codepoint": "143C4",
            "name": "EGYPTIAN HIEROGLYPH-143C4",
            "comments": [
                "classifier food : t ḥnḳ.t kꜣ ꜣpd"
            ]
        },
        {
            "codepoint": "143C5",
            "name": "EGYPTIAN HIEROGLYPH-143C5",
            "comments": [
                "classifier festival : ꜣbd"
            ]
        },
        {
            "codepoint": "143C6",
            "name": "EGYPTIAN HIEROGLYPH-143C6",
            "comments": [
                "classifier food : kꜣ.w"
            ]
        },
        {
            "codepoint": "143C7",
            "name": "EGYPTIAN HIEROGLYPH-143C7",
            "comments": [
                "classifier offering : drp"
            ]
        },
        {
            "codepoint": "143C8",
            "name": "EGYPTIAN HIEROGLYPH-143C8",
            "comments": [
                "logogram (type of bread) : šns"
            ]
        },
        {
            "codepoint": "143C9",
            "name": "EGYPTIAN HIEROGLYPH-143C9",
            "comments": [
                "logogram (to pass by) : sn"
            ]
        },
        {
            "codepoint": "143CA",
            "name": "EGYPTIAN HIEROGLYPH-143CA"
        },
        {
            "codepoint": "143CB",
            "name": "EGYPTIAN HIEROGLYPH-143CB",
            "comments": [
                "phonemogram : pꜣ.t"
            ]
        },
        {
            "codepoint": "143CC",
            "name": "EGYPTIAN HIEROGLYPH-143CC",
            "comments": [
                "classifier offering, cake, loaf : ḥn.w(t)"
            ]
        },
        {
            "codepoint": "143CD",
            "name": "EGYPTIAN HIEROGLYPH-143CD"
        },
        {
            "codepoint": "143CE",
            "name": "EGYPTIAN HIEROGLYPH-143CE",
            "comments": [
                "classifier bread : t-ꞽm.y-tꜣ"
            ]
        },
        {
            "codepoint": "143CF",
            "name": "EGYPTIAN HIEROGLYPH-143CF",
            "comments": [
                "classifier abstract words : gr"
            ]
        },
        {
            "codepoint": "143D0",
            "name": "EGYPTIAN HIEROGLYPH-143D0",
            "comments": [
                "classifier double flute : mꜣ.t"
            ]
        },
        {
            "codepoint": "143D1",
            "name": "EGYPTIAN HIEROGLYPH-143D1",
            "comments": [
                "logogram (to write, to draw) : sš"
            ]
        },
        {
            "codepoint": "143D2",
            "name": "EGYPTIAN HIEROGLYPH-143D2",
            "comments": [
                "logogram (scribe) : sš"
            ]
        },
        {
            "codepoint": "143D3",
            "name": "EGYPTIAN HIEROGLYPH-143D3",
            "comments": [
                "classifier red : ṯ(m)s"
            ]
        },
        {
            "codepoint": "143D4",
            "name": "EGYPTIAN HIEROGLYPH-143D4",
            "comments": [
                "classifier scribal pallet : gsty"
            ]
        },
        {
            "codepoint": "143D5",
            "name": "EGYPTIAN HIEROGLYPH-143D5",
            "comments": [
                "classifier (scribal water pot)"
            ]
        },
        {
            "codepoint": "143D6",
            "name": "EGYPTIAN HIEROGLYPH-143D6"
        },
        {
            "codepoint": "143D7",
            "name": "EGYPTIAN HIEROGLYPH-143D7",
            "comments": [
                "classifier writing tablet : ꜥn"
            ]
        },
        {
            "codepoint": "143D8",
            "name": "EGYPTIAN HIEROGLYPH-143D8",
            "comments": [
                "classifier snake-game : mḥn"
            ]
        },
        {
            "codepoint": "143D9",
            "name": "EGYPTIAN HIEROGLYPH-143D9",
            "comments": [
                "phonemogram : ḏꜣ"
            ]
        },
        {
            "codepoint": "143DA",
            "name": "EGYPTIAN HIEROGLYPH-143DA",
            "comments": [
                "phonemogram : ṯt"
            ]
        },
        {
            "codepoint": "143DB",
            "name": "EGYPTIAN HIEROGLYPH-143DB",
            "comments": [
                "logogram (to say, to speak) : ḏd"
            ]
        },
        {
            "codepoint": "143DC",
            "name": "EGYPTIAN HIEROGLYPH-143DC",
            "comments": [
                "logogram (to say, to speak) : ḏd"
            ]
        },
        {
            "codepoint": "143DD",
            "name": "EGYPTIAN HIEROGLYPH-143DD",
            "comments": [
                "logogram (to say, to speak) : ḏd"
            ]
        },
        {
            "codepoint": "143DE",
            "name": "EGYPTIAN HIEROGLYPH-143DE",
            "comments": [
                "classifier tambourine : sr"
            ]
        },
        {
            "codepoint": "143DF",
            "name": "EGYPTIAN HIEROGLYPH-143DF",
            "comments": [
                "classifier tambourine : sr"
            ]
        },
        {
            "codepoint": "143E0",
            "name": "EGYPTIAN HIEROGLYPH-143E0",
            "comments": [
                "logogram (ball) : ḥmꜣ"
            ]
        },
        {
            "codepoint": "143E1",
            "name": "EGYPTIAN HIEROGLYPH-143E1",
            "comments": [
                "classifier sistrum : sšš(.t)"
            ]
        },
        {
            "codepoint": "143E2",
            "name": "EGYPTIAN HIEROGLYPH-143E2",
            "comments": [
                "logogram (sistrum) : sḫm"
            ]
        },
        {
            "codepoint": "143E3",
            "name": "EGYPTIAN HIEROGLYPH-143E3",
            "comments": [
                "classifier sistrum : sḫm"
            ]
        },
        {
            "codepoint": "143E4",
            "name": "EGYPTIAN HIEROGLYPH-143E4",
            "comments": [
                "logogram (sistrum) : sšš.t"
            ]
        },
        {
            "codepoint": "143E5",
            "name": "EGYPTIAN HIEROGLYPH-143E5",
            "comments": [
                "logogram (sistrum) : sšš.t"
            ]
        },
        {
            "codepoint": "143E6",
            "name": "EGYPTIAN HIEROGLYPH-143E6",
            "comments": [
                "classifier head-piece of a sistrum : bḫn"
            ]
        },
        {
            "codepoint": "143E7",
            "name": "EGYPTIAN HIEROGLYPH-143E7",
            "comments": [
                "classifier plural"
            ]
        },
        {
            "codepoint": "143E8",
            "name": "EGYPTIAN HIEROGLYPH-143E8"
        },
        {
            "codepoint": "143E9",
            "name": "EGYPTIAN HIEROGLYPH-143E9",
            "comments": [
                "phonemogram : ꞽm.y"
            ]
        },
        {
            "codepoint": "143EA",
            "name": "EGYPTIAN HIEROGLYPH-143EA",
            "comments": [
                "phonemogram : ꞽm.y"
            ]
        },
        {
            "codepoint": "143EB",
            "name": "EGYPTIAN HIEROGLYPH-143EB"
        },
        {
            "codepoint": "143EC",
            "name": "EGYPTIAN HIEROGLYPH-143EC"
        },
        {
            "codepoint": "143ED",
            "name": "EGYPTIAN HIEROGLYPH-143ED"
        },
        {
            "codepoint": "143EE",
            "name": "EGYPTIAN HIEROGLYPH-143EE",
            "comments": [
                "logogram (1/2 aroura) : rmn"
            ]
        },
        {
            "codepoint": "143EF",
            "name": "EGYPTIAN HIEROGLYPH-143EF",
            "comments": [
                "classifier writing tablet : ꜥn"
            ]
        },
        {
            "codepoint": "143F0",
            "name": "EGYPTIAN HIEROGLYPH-143F0",
            "comments": [
                "classifier enemy, opponent : pꜣ tꜣ-r"
            ]
        },
        {
            "codepoint": "143F1",
            "name": "EGYPTIAN HIEROGLYPH-143F1"
        },
        {
            "codepoint": "143F2",
            "name": "EGYPTIAN HIEROGLYPH-143F2"
        },
        {
            "codepoint": "143F3",
            "name": "EGYPTIAN HIEROGLYPH-143F3"
        },
        {
            "codepoint": "143F4",
            "name": "EGYPTIAN HIEROGLYPH-143F4"
        },
        {
            "codepoint": "143F5",
            "name": "EGYPTIAN HIEROGLYPH-143F5"
        },
        {
            "codepoint": "143F6",
            "name": "EGYPTIAN HIEROGLYPH-143F6"
        },
        {
            "codepoint": "143F7",
            "name": "EGYPTIAN HIEROGLYPH-143F7",
            "comments": [
                "logogram : ḏd-mdw"
            ]
        },
        {
            "codepoint": "143F8",
            "name": "EGYPTIAN HIEROGLYPH-143F8",
            "comments": [
                "phonemogram : smꜣ"
            ]
        },
        {
            "codepoint": "143F9",
            "name": "EGYPTIAN HIEROGLYPH-143F9"
        },
        {
            "codepoint": "143FA",
            "name": "EGYPTIAN HIEROGLYPH-143FA",
            "comments": [
                "phonemogram : ꜣb"
            ]
        },
        {
            "codepoint": "14400",
            "name": "ANATOLIAN HIEROGLYPH A001",
            "aliases": [
                "ego"
            ]
        },
        {
            "codepoint": "14401",
            "name": "ANATOLIAN HIEROGLYPH A002",
            "aliases": [
                "ego2"
            ]
        },
        {
            "codepoint": "14402",
            "name": "ANATOLIAN HIEROGLYPH A003"
        },
        {
            "codepoint": "14403",
            "name": "ANATOLIAN HIEROGLYPH A004",
            "aliases": [
                "mons2"
            ]
        },
        {
            "codepoint": "14404",
            "name": "ANATOLIAN HIEROGLYPH A005"
        },
        {
            "codepoint": "14405",
            "name": "ANATOLIAN HIEROGLYPH A006",
            "aliases": [
                "adorare"
            ]
        },
        {
            "codepoint": "14406",
            "name": "ANATOLIAN HIEROGLYPH A007",
            "aliases": [
                "edere"
            ]
        },
        {
            "codepoint": "14407",
            "name": "ANATOLIAN HIEROGLYPH A008",
            "aliases": [
                "bibere"
            ]
        },
        {
            "codepoint": "14408",
            "name": "ANATOLIAN HIEROGLYPH A009",
            "aliases": [
                "amplecti"
            ]
        },
        {
            "codepoint": "14409",
            "name": "ANATOLIAN HIEROGLYPH A010",
            "aliases": [
                "caput"
            ]
        },
        {
            "codepoint": "1440A",
            "name": "ANATOLIAN HIEROGLYPH A010A",
            "aliases": [
                "caput+scalprum"
            ]
        },
        {
            "codepoint": "1440B",
            "name": "ANATOLIAN HIEROGLYPH A011"
        },
        {
            "codepoint": "1440C",
            "name": "ANATOLIAN HIEROGLYPH A012",
            "aliases": [
                "statua"
            ]
        },
        {
            "codepoint": "1440D",
            "name": "ANATOLIAN HIEROGLYPH A013"
        },
        {
            "codepoint": "1440E",
            "name": "ANATOLIAN HIEROGLYPH A014",
            "aliases": [
                "prae",
                "logosyllabic pari"
            ]
        },
        {
            "codepoint": "1440F",
            "name": "ANATOLIAN HIEROGLYPH A015",
            "aliases": [
                "domina"
            ]
        },
        {
            "codepoint": "14410",
            "name": "ANATOLIAN HIEROGLYPH A016",
            "aliases": [
                "magnus.domina"
            ]
        },
        {
            "codepoint": "14411",
            "name": "ANATOLIAN HIEROGLYPH A017",
            "aliases": [
                "rex"
            ]
        },
        {
            "codepoint": "14412",
            "name": "ANATOLIAN HIEROGLYPH A018",
            "aliases": [
                "magnus.rex"
            ]
        },
        {
            "codepoint": "14413",
            "name": "ANATOLIAN HIEROGLYPH A019",
            "aliases": [
                "syllabic á"
            ]
        },
        {
            "codepoint": "14414",
            "name": "ANATOLIAN HIEROGLYPH A020"
        },
        {
            "codepoint": "14415",
            "name": "ANATOLIAN HIEROGLYPH A021",
            "aliases": [
                "heros"
            ]
        },
        {
            "codepoint": "14416",
            "name": "ANATOLIAN HIEROGLYPH A022",
            "aliases": [
                "loqui"
            ]
        },
        {
            "codepoint": "14417",
            "name": "ANATOLIAN HIEROGLYPH A023"
        },
        {
            "codepoint": "14418",
            "name": "ANATOLIAN HIEROGLYPH A024",
            "aliases": [
                "lis"
            ]
        },
        {
            "codepoint": "14419",
            "name": "ANATOLIAN HIEROGLYPH A025",
            "aliases": [
                "oculus"
            ]
        },
        {
            "codepoint": "1441A",
            "name": "ANATOLIAN HIEROGLYPH A026",
            "aliases": [
                "frons"
            ]
        },
        {
            "codepoint": "1441B",
            "name": "ANATOLIAN HIEROGLYPH A026A",
            "aliases": [
                "versus"
            ]
        },
        {
            "codepoint": "1441C",
            "name": "ANATOLIAN HIEROGLYPH A027",
            "aliases": [
                "libare"
            ]
        },
        {
            "codepoint": "1441D",
            "name": "ANATOLIAN HIEROGLYPH A028",
            "aliases": [
                "fortis"
            ]
        },
        {
            "codepoint": "1441E",
            "name": "ANATOLIAN HIEROGLYPH A029",
            "aliases": [
                "syllabic tá"
            ]
        },
        {
            "codepoint": "1441F",
            "name": "ANATOLIAN HIEROGLYPH A030"
        },
        {
            "codepoint": "14420",
            "name": "ANATOLIAN HIEROGLYPH A031",
            "aliases": [
                "ligare, pugnus+pugnus"
            ]
        },
        {
            "codepoint": "14421",
            "name": "ANATOLIAN HIEROGLYPH A032",
            "aliases": [
                "bracchium"
            ]
        },
        {
            "codepoint": "14422",
            "name": "ANATOLIAN HIEROGLYPH A033"
        },
        {
            "codepoint": "14423",
            "name": "ANATOLIAN HIEROGLYPH A034",
            "aliases": [
                "post"
            ]
        },
        {
            "codepoint": "14424",
            "name": "ANATOLIAN HIEROGLYPH A035",
            "aliases": [
                "syllabic na"
            ]
        },
        {
            "codepoint": "14425",
            "name": "ANATOLIAN HIEROGLYPH A036",
            "aliases": [
                "lituus+na"
            ]
        },
        {
            "codepoint": "14426",
            "name": "ANATOLIAN HIEROGLYPH A037"
        },
        {
            "codepoint": "14427",
            "name": "ANATOLIAN HIEROGLYPH A038"
        },
        {
            "codepoint": "14428",
            "name": "ANATOLIAN HIEROGLYPH A039",
            "aliases": [
                "pugnus"
            ]
        },
        {
            "codepoint": "14429",
            "name": "ANATOLIAN HIEROGLYPH A039A",
            "aliases": [
                "pugnus+x"
            ]
        },
        {
            "codepoint": "1442A",
            "name": "ANATOLIAN HIEROGLYPH A040"
        },
        {
            "codepoint": "1442B",
            "name": "ANATOLIAN HIEROGLYPH A041",
            "aliases": [
                "capere",
                "syllabic tà"
            ]
        },
        {
            "codepoint": "1442C",
            "name": "ANATOLIAN HIEROGLYPH A041A",
            "aliases": [
                "syllabic tà"
            ]
        },
        {
            "codepoint": "1442D",
            "name": "ANATOLIAN HIEROGLYPH A042",
            "aliases": [
                "capere2.capere2",
                "syllabic ta-x?"
            ]
        },
        {
            "codepoint": "1442E",
            "name": "ANATOLIAN HIEROGLYPH A043",
            "aliases": [
                "capere2"
            ]
        },
        {
            "codepoint": "1442F",
            "name": "ANATOLIAN HIEROGLYPH A044"
        },
        {
            "codepoint": "14430",
            "name": "ANATOLIAN HIEROGLYPH A045",
            "aliases": [
                "infans, filius, frater"
            ]
        },
        {
            "codepoint": "14431",
            "name": "ANATOLIAN HIEROGLYPH A045A",
            "aliases": [
                "filia"
            ]
        },
        {
            "codepoint": "14432",
            "name": "ANATOLIAN HIEROGLYPH A046",
            "aliases": [
                "rex.infans, rex.filius"
            ]
        },
        {
            "codepoint": "14433",
            "name": "ANATOLIAN HIEROGLYPH A046A",
            "aliases": [
                "rex.filia"
            ]
        },
        {
            "codepoint": "14434",
            "name": "ANATOLIAN HIEROGLYPH A046B",
            "aliases": [
                "magnus.filia"
            ]
        },
        {
            "codepoint": "14435",
            "name": "ANATOLIAN HIEROGLYPH A047"
        },
        {
            "codepoint": "14436",
            "name": "ANATOLIAN HIEROGLYPH A048"
        },
        {
            "codepoint": "14437",
            "name": "ANATOLIAN HIEROGLYPH A049",
            "aliases": [
                "syllabic a+tá"
            ]
        },
        {
            "codepoint": "14438",
            "name": "ANATOLIAN HIEROGLYPH A050"
        },
        {
            "codepoint": "14439",
            "name": "ANATOLIAN HIEROGLYPH A051"
        },
        {
            "codepoint": "1443A",
            "name": "ANATOLIAN HIEROGLYPH A052",
            "aliases": [
                "manus.culter"
            ]
        },
        {
            "codepoint": "1443B",
            "name": "ANATOLIAN HIEROGLYPH A053",
            "aliases": [
                "manus+culter, ensis"
            ]
        },
        {
            "codepoint": "1443C",
            "name": "ANATOLIAN HIEROGLYPH A054"
        },
        {
            "codepoint": "1443D",
            "name": "ANATOLIAN HIEROGLYPH A055",
            "aliases": [
                "syllabic nì"
            ]
        },
        {
            "codepoint": "1443E",
            "name": "ANATOLIAN HIEROGLYPH A056",
            "aliases": [
                "syllabic ká"
            ]
        },
        {
            "codepoint": "1443F",
            "name": "ANATOLIAN HIEROGLYPH A057",
            "aliases": [
                "infra, sub",
                "syllabic ká"
            ]
        },
        {
            "codepoint": "14440",
            "name": "ANATOLIAN HIEROGLYPH A058",
            "aliases": [
                "cum"
            ]
        },
        {
            "codepoint": "14441",
            "name": "ANATOLIAN HIEROGLYPH A059",
            "aliases": [
                "manus"
            ]
        },
        {
            "codepoint": "14442",
            "name": "ANATOLIAN HIEROGLYPH A060"
        },
        {
            "codepoint": "14443",
            "name": "ANATOLIAN HIEROGLYPH A061"
        },
        {
            "codepoint": "14444",
            "name": "ANATOLIAN HIEROGLYPH A062",
            "aliases": [
                "longus, manus+minus?"
            ]
        },
        {
            "codepoint": "14445",
            "name": "ANATOLIAN HIEROGLYPH A063"
        },
        {
            "codepoint": "14446",
            "name": "ANATOLIAN HIEROGLYPH A064"
        },
        {
            "codepoint": "14447",
            "name": "ANATOLIAN HIEROGLYPH A065",
            "aliases": [
                "ponere"
            ]
        },
        {
            "codepoint": "14448",
            "name": "ANATOLIAN HIEROGLYPH A066",
            "aliases": [
                "dare",
                "syllabic pi"
            ]
        },
        {
            "codepoint": "14449",
            "name": "ANATOLIAN HIEROGLYPH A066A",
            "aliases": [
                "syllabic pi"
            ]
        },
        {
            "codepoint": "1444A",
            "name": "ANATOLIAN HIEROGLYPH A066B",
            "aliases": [
                "mandare, dare.dare"
            ]
        },
        {
            "codepoint": "1444B",
            "name": "ANATOLIAN HIEROGLYPH A066C",
            "aliases": [
                "mandare2"
            ]
        },
        {
            "codepoint": "1444C",
            "name": "ANATOLIAN HIEROGLYPH A067"
        },
        {
            "codepoint": "1444D",
            "name": "ANATOLIAN HIEROGLYPH A068"
        },
        {
            "codepoint": "1444E",
            "name": "ANATOLIAN HIEROGLYPH A069"
        },
        {
            "codepoint": "1444F",
            "name": "ANATOLIAN HIEROGLYPH A070",
            "aliases": [
                "super",
                "logosyllabic sara/i"
            ]
        },
        {
            "codepoint": "14450",
            "name": "ANATOLIAN HIEROGLYPH A071"
        },
        {
            "codepoint": "14451",
            "name": "ANATOLIAN HIEROGLYPH A072"
        },
        {
            "codepoint": "14452",
            "name": "ANATOLIAN HIEROGLYPH A073",
            "aliases": [
                "audire, auris+tu+mi"
            ]
        },
        {
            "codepoint": "14453",
            "name": "ANATOLIAN HIEROGLYPH A074"
        },
        {
            "codepoint": "14454",
            "name": "ANATOLIAN HIEROGLYPH A075"
        },
        {
            "codepoint": "14455",
            "name": "ANATOLIAN HIEROGLYPH A076"
        },
        {
            "codepoint": "14456",
            "name": "ANATOLIAN HIEROGLYPH A077"
        },
        {
            "codepoint": "14457",
            "name": "ANATOLIAN HIEROGLYPH A078",
            "aliases": [
                "ala"
            ]
        },
        {
            "codepoint": "14458",
            "name": "ANATOLIAN HIEROGLYPH A079",
            "aliases": [
                "femina, mater"
            ]
        },
        {
            "codepoint": "14459",
            "name": "ANATOLIAN HIEROGLYPH A080",
            "aliases": [
                "Sarma"
            ]
        },
        {
            "codepoint": "1445A",
            "name": "ANATOLIAN HIEROGLYPH A081",
            "aliases": [
                "Sarma2"
            ]
        },
        {
            "codepoint": "1445B",
            "name": "ANATOLIAN HIEROGLYPH A082",
            "aliases": [
                "crus",
                "syllabic ta6"
            ]
        },
        {
            "codepoint": "1445C",
            "name": "ANATOLIAN HIEROGLYPH A083",
            "aliases": [
                "crus+flumen"
            ]
        },
        {
            "codepoint": "1445D",
            "name": "ANATOLIAN HIEROGLYPH A084",
            "aliases": [
                "crus2",
                "syllabic nà"
            ]
        },
        {
            "codepoint": "1445E",
            "name": "ANATOLIAN HIEROGLYPH A085",
            "aliases": [
                "genuflectere"
            ]
        },
        {
            "codepoint": "1445F",
            "name": "ANATOLIAN HIEROGLYPH A086",
            "aliases": [
                "crus.crus"
            ]
        },
        {
            "codepoint": "14460",
            "name": "ANATOLIAN HIEROGLYPH A087"
        },
        {
            "codepoint": "14461",
            "name": "ANATOLIAN HIEROGLYPH A088"
        },
        {
            "codepoint": "14462",
            "name": "ANATOLIAN HIEROGLYPH A089",
            "aliases": [
                "syllabic tu"
            ]
        },
        {
            "codepoint": "14463",
            "name": "ANATOLIAN HIEROGLYPH A090",
            "aliases": [
                "pes",
                "syllabic ti"
            ]
        },
        {
            "codepoint": "14464",
            "name": "ANATOLIAN HIEROGLYPH A091",
            "aliases": [
                "pes.scala.rotae"
            ]
        },
        {
            "codepoint": "14465",
            "name": "ANATOLIAN HIEROGLYPH A092"
        },
        {
            "codepoint": "14466",
            "name": "ANATOLIAN HIEROGLYPH A093",
            "aliases": [
                "pes2"
            ]
        },
        {
            "codepoint": "14467",
            "name": "ANATOLIAN HIEROGLYPH A094"
        },
        {
            "codepoint": "14468",
            "name": "ANATOLIAN HIEROGLYPH A095",
            "aliases": [
                "pes2.pes2"
            ]
        },
        {
            "codepoint": "14469",
            "name": "ANATOLIAN HIEROGLYPH A096",
            "aliases": [
                "pes2.pes"
            ]
        },
        {
            "codepoint": "1446A",
            "name": "ANATOLIAN HIEROGLYPH A097",
            "aliases": [
                "leo, bestia"
            ]
        },
        {
            "codepoint": "1446B",
            "name": "ANATOLIAN HIEROGLYPH A097A",
            "aliases": [
                "leo2"
            ]
        },
        {
            "codepoint": "1446C",
            "name": "ANATOLIAN HIEROGLYPH A098",
            "aliases": [
                "canis"
            ]
        },
        {
            "codepoint": "1446D",
            "name": "ANATOLIAN HIEROGLYPH A098A",
            "aliases": [
                "canis2"
            ]
        },
        {
            "codepoint": "1446E",
            "name": "ANATOLIAN HIEROGLYPH A099",
            "aliases": [
                "equus"
            ]
        },
        {
            "codepoint": "1446F",
            "name": "ANATOLIAN HIEROGLYPH A100",
            "aliases": [
                "asinus",
                "syllabic ta"
            ]
        },
        {
            "codepoint": "14470",
            "name": "ANATOLIAN HIEROGLYPH A100A",
            "aliases": [
                "syllabic ta"
            ]
        },
        {
            "codepoint": "14471",
            "name": "ANATOLIAN HIEROGLYPH A101",
            "aliases": [
                "asinus2"
            ]
        },
        {
            "codepoint": "14472",
            "name": "ANATOLIAN HIEROGLYPH A101A",
            "aliases": [
                "asinus2a"
            ]
        },
        {
            "codepoint": "14473",
            "name": "ANATOLIAN HIEROGLYPH A102",
            "aliases": [
                "cervus",
                "syllabic rú"
            ]
        },
        {
            "codepoint": "14474",
            "name": "ANATOLIAN HIEROGLYPH A102A",
            "aliases": [
                "cervus2",
                "syllabic rú"
            ]
        },
        {
            "codepoint": "14475",
            "name": "ANATOLIAN HIEROGLYPH A103",
            "aliases": [
                "cervus3",
                "syllabic rú"
            ]
        },
        {
            "codepoint": "14476",
            "name": "ANATOLIAN HIEROGLYPH A104",
            "aliases": [
                "capra",
                "syllabic sà"
            ]
        },
        {
            "codepoint": "14477",
            "name": "ANATOLIAN HIEROGLYPH A104A",
            "aliases": [
                "syllabic sà"
            ]
        },
        {
            "codepoint": "14478",
            "name": "ANATOLIAN HIEROGLYPH A104B",
            "aliases": [
                "capra2",
                "syllabic sà"
            ]
        },
        {
            "codepoint": "14479",
            "name": "ANATOLIAN HIEROGLYPH A104C",
            "aliases": [
                "capra2a",
                "syllabic sà"
            ]
        },
        {
            "codepoint": "1447A",
            "name": "ANATOLIAN HIEROGLYPH A105",
            "aliases": [
                "bos",
                "syllabic u"
            ]
        },
        {
            "codepoint": "1447B",
            "name": "ANATOLIAN HIEROGLYPH A105A",
            "aliases": [
                "bos",
                "syllabic u"
            ]
        },
        {
            "codepoint": "1447C",
            "name": "ANATOLIAN HIEROGLYPH A105B",
            "aliases": [
                "bos2",
                "syllabic u"
            ]
        },
        {
            "codepoint": "1447D",
            "name": "ANATOLIAN HIEROGLYPH A106"
        },
        {
            "codepoint": "1447E",
            "name": "ANATOLIAN HIEROGLYPH A107",
            "aliases": [
                "bos+mi",
                "syllabic mu",
                "logosyllabic muwa"
            ]
        },
        {
            "codepoint": "1447F",
            "name": "ANATOLIAN HIEROGLYPH A107A",
            "aliases": [
                "syllabic mu",
                "logosyllabic muwa"
            ]
        },
        {
            "codepoint": "14480",
            "name": "ANATOLIAN HIEROGLYPH A107B",
            "aliases": [
                "bos.mi",
                "syllabic mu",
                "logosyllabic muwa"
            ]
        },
        {
            "codepoint": "14481",
            "name": "ANATOLIAN HIEROGLYPH A107C",
            "aliases": [
                "bos2.mi",
                "syllabic mu",
                "logosyllabic muwa"
            ]
        },
        {
            "codepoint": "14482",
            "name": "ANATOLIAN HIEROGLYPH A108",
            "aliases": [
                "cornu",
                "sú"
            ]
        },
        {
            "codepoint": "14483",
            "name": "ANATOLIAN HIEROGLYPH A109",
            "aliases": [
                "vitellus",
                "syllabic ma-x"
            ]
        },
        {
            "codepoint": "14484",
            "name": "ANATOLIAN HIEROGLYPH A110",
            "aliases": [
                "ovis",
                "syllabic ma"
            ]
        },
        {
            "codepoint": "14485",
            "name": "ANATOLIAN HIEROGLYPH A110A",
            "aliases": [
                "syllabic ma"
            ]
        },
        {
            "codepoint": "14486",
            "name": "ANATOLIAN HIEROGLYPH A110B",
            "aliases": [
                "ovis2",
                "syllabic ma"
            ]
        },
        {
            "codepoint": "14487",
            "name": "ANATOLIAN HIEROGLYPH A111",
            "aliases": [
                "ovis3"
            ]
        },
        {
            "codepoint": "14488",
            "name": "ANATOLIAN HIEROGLYPH A112",
            "aliases": [
                "lingere",
                "syllabic za4"
            ]
        },
        {
            "codepoint": "14489",
            "name": "ANATOLIAN HIEROGLYPH A113"
        },
        {
            "codepoint": "1448A",
            "name": "ANATOLIAN HIEROGLYPH A114",
            "aliases": [
                "lituus+u"
            ]
        },
        {
            "codepoint": "1448B",
            "name": "ANATOLIAN HIEROGLYPH A115",
            "aliases": [
                "lepus",
                "logosyllabic tapa"
            ]
        },
        {
            "codepoint": "1448C",
            "name": "ANATOLIAN HIEROGLYPH A115A",
            "aliases": [
                "lepus2",
                "logosyllabic tapa"
            ]
        },
        {
            "codepoint": "1448D",
            "name": "ANATOLIAN HIEROGLYPH A116"
        },
        {
            "codepoint": "1448E",
            "name": "ANATOLIAN HIEROGLYPH A117"
        },
        {
            "codepoint": "1448F",
            "name": "ANATOLIAN HIEROGLYPH A118"
        },
        {
            "codepoint": "14490",
            "name": "ANATOLIAN HIEROGLYPH A119"
        },
        {
            "codepoint": "14491",
            "name": "ANATOLIAN HIEROGLYPH A120",
            "aliases": [
                "gryllus"
            ]
        },
        {
            "codepoint": "14492",
            "name": "ANATOLIAN HIEROGLYPH A121",
            "aliases": [
                "sphinx"
            ]
        },
        {
            "codepoint": "14493",
            "name": "ANATOLIAN HIEROGLYPH A122"
        },
        {
            "codepoint": "14494",
            "name": "ANATOLIAN HIEROGLYPH A123"
        },
        {
            "codepoint": "14495",
            "name": "ANATOLIAN HIEROGLYPH A124"
        },
        {
            "codepoint": "14496",
            "name": "ANATOLIAN HIEROGLYPH A125",
            "aliases": [
                "syllabic lí"
            ]
        },
        {
            "codepoint": "14497",
            "name": "ANATOLIAN HIEROGLYPH A125A",
            "aliases": [
                "ungula",
                "syllabic li-x"
            ]
        },
        {
            "codepoint": "14498",
            "name": "ANATOLIAN HIEROGLYPH A126"
        },
        {
            "codepoint": "14499",
            "name": "ANATOLIAN HIEROGLYPH A127"
        },
        {
            "codepoint": "1449A",
            "name": "ANATOLIAN HIEROGLYPH A128",
            "aliases": [
                "avis",
                "zi4"
            ]
        },
        {
            "codepoint": "1449B",
            "name": "ANATOLIAN HIEROGLYPH A129"
        },
        {
            "codepoint": "1449C",
            "name": "ANATOLIAN HIEROGLYPH A130",
            "aliases": [
                "avis3"
            ]
        },
        {
            "codepoint": "1449D",
            "name": "ANATOLIAN HIEROGLYPH A131",
            "aliases": [
                "avis5"
            ]
        },
        {
            "codepoint": "1449E",
            "name": "ANATOLIAN HIEROGLYPH A132",
            "aliases": [
                "avis2"
            ]
        },
        {
            "codepoint": "1449F",
            "name": "ANATOLIAN HIEROGLYPH A133",
            "aliases": [
                "aquila, avis4",
                "syllabic ara/i"
            ]
        },
        {
            "codepoint": "144A0",
            "name": "ANATOLIAN HIEROGLYPH A134",
            "aliases": [
                "syllabic ara/i"
            ],
            "comments": [
                "1449F anatolian hieroglyph a133 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "144A1",
            "name": "ANATOLIAN HIEROGLYPH A135",
            "aliases": [
                "avis-x"
            ]
        },
        {
            "codepoint": "144A2",
            "name": "ANATOLIAN HIEROGLYPH A135A"
        },
        {
            "codepoint": "144A3",
            "name": "ANATOLIAN HIEROGLYPH A136"
        },
        {
            "codepoint": "144A4",
            "name": "ANATOLIAN HIEROGLYPH A137",
            "aliases": [
                "libatio"
            ]
        },
        {
            "codepoint": "144A5",
            "name": "ANATOLIAN HIEROGLYPH A138",
            "aliases": [
                "piscis"
            ]
        },
        {
            "codepoint": "144A6",
            "name": "ANATOLIAN HIEROGLYPH A139"
        },
        {
            "codepoint": "144A7",
            "name": "ANATOLIAN HIEROGLYPH A140"
        },
        {
            "codepoint": "144A8",
            "name": "ANATOLIAN HIEROGLYPH A141"
        },
        {
            "codepoint": "144A9",
            "name": "ANATOLIAN HIEROGLYPH A142"
        },
        {
            "codepoint": "144AA",
            "name": "ANATOLIAN HIEROGLYPH A143"
        },
        {
            "codepoint": "144AB",
            "name": "ANATOLIAN HIEROGLYPH A144"
        },
        {
            "codepoint": "144AC",
            "name": "ANATOLIAN HIEROGLYPH A145"
        },
        {
            "codepoint": "144AD",
            "name": "ANATOLIAN HIEROGLYPH A146"
        },
        {
            "codepoint": "144AE",
            "name": "ANATOLIAN HIEROGLYPH A147"
        },
        {
            "codepoint": "144AF",
            "name": "ANATOLIAN HIEROGLYPH A148",
            "aliases": [
                "Janus"
            ]
        },
        {
            "codepoint": "144B0",
            "name": "ANATOLIAN HIEROGLYPH A149"
        },
        {
            "codepoint": "144B1",
            "name": "ANATOLIAN HIEROGLYPH A150"
        },
        {
            "codepoint": "144B2",
            "name": "ANATOLIAN HIEROGLYPH A151",
            "aliases": [
                "Telipinu"
            ]
        },
        {
            "codepoint": "144B3",
            "name": "ANATOLIAN HIEROGLYPH A152"
        },
        {
            "codepoint": "144B4",
            "name": "ANATOLIAN HIEROGLYPH A153",
            "aliases": [
                "syllabic nu"
            ]
        },
        {
            "codepoint": "144B5",
            "name": "ANATOLIAN HIEROGLYPH A154"
        },
        {
            "codepoint": "144B6",
            "name": "ANATOLIAN HIEROGLYPH A155"
        },
        {
            "codepoint": "144B7",
            "name": "ANATOLIAN HIEROGLYPH A156"
        },
        {
            "codepoint": "144B8",
            "name": "ANATOLIAN HIEROGLYPH A157"
        },
        {
            "codepoint": "144B9",
            "name": "ANATOLIAN HIEROGLYPH A158"
        },
        {
            "codepoint": "144BA",
            "name": "ANATOLIAN HIEROGLYPH A159"
        },
        {
            "codepoint": "144BB",
            "name": "ANATOLIAN HIEROGLYPH A160",
            "aliases": [
                "vitis",
                "syllabic wi(ya)"
            ]
        },
        {
            "codepoint": "144BC",
            "name": "ANATOLIAN HIEROGLYPH A161"
        },
        {
            "codepoint": "144BD",
            "name": "ANATOLIAN HIEROGLYPH A162"
        },
        {
            "codepoint": "144BE",
            "name": "ANATOLIAN HIEROGLYPH A163"
        },
        {
            "codepoint": "144BF",
            "name": "ANATOLIAN HIEROGLYPH A164"
        },
        {
            "codepoint": "144C0",
            "name": "ANATOLIAN HIEROGLYPH A165",
            "aliases": [
                "bonus",
                "syllabic wà/ì"
            ]
        },
        {
            "codepoint": "144C1",
            "name": "ANATOLIAN HIEROGLYPH A166",
            "aliases": [
                "syllabic wá/í"
            ]
        },
        {
            "codepoint": "144C2",
            "name": "ANATOLIAN HIEROGLYPH A167"
        },
        {
            "codepoint": "144C3",
            "name": "ANATOLIAN HIEROGLYPH A168"
        },
        {
            "codepoint": "144C4",
            "name": "ANATOLIAN HIEROGLYPH A169"
        },
        {
            "codepoint": "144C5",
            "name": "ANATOLIAN HIEROGLYPH A170"
        },
        {
            "codepoint": "144C6",
            "name": "ANATOLIAN HIEROGLYPH A171"
        },
        {
            "codepoint": "144C7",
            "name": "ANATOLIAN HIEROGLYPH A172",
            "aliases": [
                "syllabic ta/i5, lá/í"
            ]
        },
        {
            "codepoint": "144C8",
            "name": "ANATOLIAN HIEROGLYPH A173",
            "aliases": [
                "hastarius"
            ]
        },
        {
            "codepoint": "144C9",
            "name": "ANATOLIAN HIEROGLYPH A174",
            "aliases": [
                "syllabic si"
            ]
        },
        {
            "codepoint": "144CA",
            "name": "ANATOLIAN HIEROGLYPH A175",
            "aliases": [
                "lingua",
                "syllabic la"
            ]
        },
        {
            "codepoint": "144CB",
            "name": "ANATOLIAN HIEROGLYPH A176",
            "aliases": [
                "syllabic la+la"
            ]
        },
        {
            "codepoint": "144CC",
            "name": "ANATOLIAN HIEROGLYPH A177",
            "aliases": [
                "lingua+clavus"
            ]
        },
        {
            "codepoint": "144CD",
            "name": "ANATOLIAN HIEROGLYPH A178",
            "aliases": [
                "syllabic la+ra+a"
            ]
        },
        {
            "codepoint": "144CE",
            "name": "ANATOLIAN HIEROGLYPH A179",
            "aliases": [
                "hordeum",
                "syllabic hwi-x"
            ]
        },
        {
            "codepoint": "144CF",
            "name": "ANATOLIAN HIEROGLYPH A180"
        },
        {
            "codepoint": "144D0",
            "name": "ANATOLIAN HIEROGLYPH A181",
            "aliases": [
                "panis",
                "syllabic pa-x"
            ]
        },
        {
            "codepoint": "144D1",
            "name": "ANATOLIAN HIEROGLYPH A182",
            "aliases": [
                "caelum"
            ]
        },
        {
            "codepoint": "144D2",
            "name": "ANATOLIAN HIEROGLYPH A183"
        },
        {
            "codepoint": "144D3",
            "name": "ANATOLIAN HIEROGLYPH A184"
        },
        {
            "codepoint": "144D4",
            "name": "ANATOLIAN HIEROGLYPH A185"
        },
        {
            "codepoint": "144D5",
            "name": "ANATOLIAN HIEROGLYPH A186"
        },
        {
            "codepoint": "144D6",
            "name": "ANATOLIAN HIEROGLYPH A187"
        },
        {
            "codepoint": "144D7",
            "name": "ANATOLIAN HIEROGLYPH A188"
        },
        {
            "codepoint": "144D8",
            "name": "ANATOLIAN HIEROGLYPH A189"
        },
        {
            "codepoint": "144D9",
            "name": "ANATOLIAN HIEROGLYPH A190",
            "aliases": [
                "sol2"
            ]
        },
        {
            "codepoint": "144DA",
            "name": "ANATOLIAN HIEROGLYPH A191",
            "aliases": [
                "sol"
            ]
        },
        {
            "codepoint": "144DB",
            "name": "ANATOLIAN HIEROGLYPH A192",
            "aliases": [
                "oriens"
            ]
        },
        {
            "codepoint": "144DC",
            "name": "ANATOLIAN HIEROGLYPH A193",
            "aliases": [
                "luna"
            ]
        },
        {
            "codepoint": "144DD",
            "name": "ANATOLIAN HIEROGLYPH A194"
        },
        {
            "codepoint": "144DE",
            "name": "ANATOLIAN HIEROGLYPH A195"
        },
        {
            "codepoint": "144DF",
            "name": "ANATOLIAN HIEROGLYPH A196",
            "aliases": [
                "Hatti",
                "syllabic há"
            ]
        },
        {
            "codepoint": "144E0",
            "name": "ANATOLIAN HIEROGLYPH A197",
            "aliases": [
                "Hatti+li, Hattusili",
                "logosyllabic há-li"
            ]
        },
        {
            "codepoint": "144E1",
            "name": "ANATOLIAN HIEROGLYPH A198"
        },
        {
            "codepoint": "144E2",
            "name": "ANATOLIAN HIEROGLYPH A199",
            "aliases": [
                "tonitrus"
            ]
        },
        {
            "codepoint": "144E3",
            "name": "ANATOLIAN HIEROGLYPH A200",
            "aliases": [
                "fulgur"
            ]
        },
        {
            "codepoint": "144E4",
            "name": "ANATOLIAN HIEROGLYPH A201",
            "aliases": [
                "terra, locus",
                "syllabic wa/i6"
            ]
        },
        {
            "codepoint": "144E5",
            "name": "ANATOLIAN HIEROGLYPH A202",
            "aliases": [
                "via+terra.scalprum"
            ]
        },
        {
            "codepoint": "144E6",
            "name": "ANATOLIAN HIEROGLYPH A202A",
            "aliases": [
                "via+terra+scalprum"
            ]
        },
        {
            "codepoint": "144E7",
            "name": "ANATOLIAN HIEROGLYPH A202B",
            "aliases": [
                "(deus)via+terra"
            ]
        },
        {
            "codepoint": "144E8",
            "name": "ANATOLIAN HIEROGLYPH A203"
        },
        {
            "codepoint": "144E9",
            "name": "ANATOLIAN HIEROGLYPH A204",
            "aliases": [
                "syllabic wa/i5"
            ]
        },
        {
            "codepoint": "144EA",
            "name": "ANATOLIAN HIEROGLYPH A205"
        },
        {
            "codepoint": "144EB",
            "name": "ANATOLIAN HIEROGLYPH A206"
        },
        {
            "codepoint": "144EC",
            "name": "ANATOLIAN HIEROGLYPH A207",
            "aliases": [
                "mons",
                "syllabic wa/i5"
            ]
        },
        {
            "codepoint": "144ED",
            "name": "ANATOLIAN HIEROGLYPH A207A",
            "aliases": [
                "leo+mons.tu+leo"
            ]
        },
        {
            "codepoint": "144EE",
            "name": "ANATOLIAN HIEROGLYPH A208"
        },
        {
            "codepoint": "144EF",
            "name": "ANATOLIAN HIEROGLYPH A209",
            "aliases": [
                "syllabic i, i(a)"
            ]
        },
        {
            "codepoint": "144F0",
            "name": "ANATOLIAN HIEROGLYPH A209A",
            "aliases": [
                "syllabic i+ra/i, ri+i"
            ],
            "comments": [
                "144EF anatolian hieroglyph a209 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "144F1",
            "name": "ANATOLIAN HIEROGLYPH A210",
            "aliases": [
                "syllabic ia"
            ]
        },
        {
            "codepoint": "144F2",
            "name": "ANATOLIAN HIEROGLYPH A211"
        },
        {
            "codepoint": "144F3",
            "name": "ANATOLIAN HIEROGLYPH A212",
            "aliases": [
                "flumen"
            ]
        },
        {
            "codepoint": "144F4",
            "name": "ANATOLIAN HIEROGLYPH A213"
        },
        {
            "codepoint": "144F5",
            "name": "ANATOLIAN HIEROGLYPH A214",
            "aliases": [
                "syllabic ní"
            ]
        },
        {
            "codepoint": "144F6",
            "name": "ANATOLIAN HIEROGLYPH A215",
            "aliases": [
                "fons"
            ]
        },
        {
            "codepoint": "144F7",
            "name": "ANATOLIAN HIEROGLYPH A215A",
            "aliases": [
                "syllabic ha"
            ]
        },
        {
            "codepoint": "144F8",
            "name": "ANATOLIAN HIEROGLYPH A216",
            "aliases": [
                "fines",
                "syllabic arha"
            ]
        },
        {
            "codepoint": "144F9",
            "name": "ANATOLIAN HIEROGLYPH A216A",
            "aliases": [
                "fines+ha, arha"
            ]
        },
        {
            "codepoint": "144FA",
            "name": "ANATOLIAN HIEROGLYPH A217"
        },
        {
            "codepoint": "144FB",
            "name": "ANATOLIAN HIEROGLYPH A218"
        },
        {
            "codepoint": "144FC",
            "name": "ANATOLIAN HIEROGLYPH A219"
        },
        {
            "codepoint": "144FD",
            "name": "ANATOLIAN HIEROGLYPH A220"
        },
        {
            "codepoint": "144FE",
            "name": "ANATOLIAN HIEROGLYPH A221",
            "aliases": [
                "via"
            ]
        },
        {
            "codepoint": "144FF",
            "name": "ANATOLIAN HIEROGLYPH A222"
        },
        {
            "codepoint": "14500",
            "name": "ANATOLIAN HIEROGLYPH A223",
            "aliases": [
                "syllabic sa6"
            ]
        },
        {
            "codepoint": "14501",
            "name": "ANATOLIAN HIEROGLYPH A224",
            "aliases": [
                "syllabic ha? pa?"
            ]
        },
        {
            "codepoint": "14502",
            "name": "ANATOLIAN HIEROGLYPH A225",
            "aliases": [
                "urbs"
            ]
        },
        {
            "codepoint": "14503",
            "name": "ANATOLIAN HIEROGLYPH A226",
            "aliases": [
                "Ishuwa"
            ]
        },
        {
            "codepoint": "14504",
            "name": "ANATOLIAN HIEROGLYPH A227",
            "aliases": [
                "urbs+ra/i?+li, urbs+ra/i?-li"
            ]
        },
        {
            "codepoint": "14505",
            "name": "ANATOLIAN HIEROGLYPH A227A",
            "aliases": [
                "urbs+li, urbs-li, Mursili"
            ]
        },
        {
            "codepoint": "14506",
            "name": "ANATOLIAN HIEROGLYPH A228",
            "aliases": [
                "regio",
                "syllabic tu4"
            ]
        },
        {
            "codepoint": "14507",
            "name": "ANATOLIAN HIEROGLYPH A229",
            "aliases": [
                "syllabic mí.regio"
            ]
        },
        {
            "codepoint": "14508",
            "name": "ANATOLIAN HIEROGLYPH A230"
        },
        {
            "codepoint": "14509",
            "name": "ANATOLIAN HIEROGLYPH A231",
            "aliases": [
                "castrum"
            ]
        },
        {
            "codepoint": "1450A",
            "name": "ANATOLIAN HIEROGLYPH A232"
        },
        {
            "codepoint": "1450B",
            "name": "ANATOLIAN HIEROGLYPH A233"
        },
        {
            "codepoint": "1450C",
            "name": "ANATOLIAN HIEROGLYPH A234"
        },
        {
            "codepoint": "1450D",
            "name": "ANATOLIAN HIEROGLYPH A235",
            "aliases": [
                "turris?"
            ]
        },
        {
            "codepoint": "1450E",
            "name": "ANATOLIAN HIEROGLYPH A236",
            "aliases": [
                "murus?"
            ]
        },
        {
            "codepoint": "1450F",
            "name": "ANATOLIAN HIEROGLYPH A237",
            "aliases": [
                "porta"
            ]
        },
        {
            "codepoint": "14510",
            "name": "ANATOLIAN HIEROGLYPH A238"
        },
        {
            "codepoint": "14511",
            "name": "ANATOLIAN HIEROGLYPH A239",
            "aliases": [
                "porta2"
            ]
        },
        {
            "codepoint": "14512",
            "name": "ANATOLIAN HIEROGLYPH A240"
        },
        {
            "codepoint": "14513",
            "name": "ANATOLIAN HIEROGLYPH A241",
            "aliases": [
                "syllabic ki-x"
            ]
        },
        {
            "codepoint": "14514",
            "name": "ANATOLIAN HIEROGLYPH A242"
        },
        {
            "codepoint": "14515",
            "name": "ANATOLIAN HIEROGLYPH A243",
            "aliases": [
                "cubitum"
            ]
        },
        {
            "codepoint": "14516",
            "name": "ANATOLIAN HIEROGLYPH A244",
            "aliases": [
                "aedificium"
            ]
        },
        {
            "codepoint": "14517",
            "name": "ANATOLIAN HIEROGLYPH A245",
            "aliases": [
                "vacuus, aedificium+minus"
            ]
        },
        {
            "codepoint": "14518",
            "name": "ANATOLIAN HIEROGLYPH A246",
            "aliases": [
                "aedificare, aedificium.ponere"
            ]
        },
        {
            "codepoint": "14519",
            "name": "ANATOLIAN HIEROGLYPH A247",
            "aliases": [
                "domus"
            ]
        },
        {
            "codepoint": "1451A",
            "name": "ANATOLIAN HIEROGLYPH A248",
            "aliases": [
                "delere, domus+minus"
            ]
        },
        {
            "codepoint": "1451B",
            "name": "ANATOLIAN HIEROGLYPH A249",
            "aliases": [
                "deus.domus"
            ]
        },
        {
            "codepoint": "1451C",
            "name": "ANATOLIAN HIEROGLYPH A250",
            "aliases": [
                "magnus.domus"
            ]
        },
        {
            "codepoint": "1451D",
            "name": "ANATOLIAN HIEROGLYPH A251",
            "aliases": [
                "domus+x"
            ]
        },
        {
            "codepoint": "1451E",
            "name": "ANATOLIAN HIEROGLYPH A252",
            "aliases": [
                "domus+scala"
            ]
        },
        {
            "codepoint": "1451F",
            "name": "ANATOLIAN HIEROGLYPH A253"
        },
        {
            "codepoint": "14520",
            "name": "ANATOLIAN HIEROGLYPH A254",
            "aliases": [
                "eunuchus2"
            ]
        },
        {
            "codepoint": "14521",
            "name": "ANATOLIAN HIEROGLYPH A255",
            "aliases": [
                "horreum"
            ]
        },
        {
            "codepoint": "14522",
            "name": "ANATOLIAN HIEROGLYPH A256"
        },
        {
            "codepoint": "14523",
            "name": "ANATOLIAN HIEROGLYPH A257",
            "aliases": [
                "argentum"
            ]
        },
        {
            "codepoint": "14524",
            "name": "ANATOLIAN HIEROGLYPH A258"
        },
        {
            "codepoint": "14525",
            "name": "ANATOLIAN HIEROGLYPH A259"
        },
        {
            "codepoint": "14526",
            "name": "ANATOLIAN HIEROGLYPH A260"
        },
        {
            "codepoint": "14527",
            "name": "ANATOLIAN HIEROGLYPH A261"
        },
        {
            "codepoint": "14528",
            "name": "ANATOLIAN HIEROGLYPH A262"
        },
        {
            "codepoint": "14529",
            "name": "ANATOLIAN HIEROGLYPH A263"
        },
        {
            "codepoint": "1452A",
            "name": "ANATOLIAN HIEROGLYPH A264",
            "aliases": [
                "podium"
            ]
        },
        {
            "codepoint": "1452B",
            "name": "ANATOLIAN HIEROGLYPH A265"
        },
        {
            "codepoint": "1452C",
            "name": "ANATOLIAN HIEROGLYPH A266",
            "aliases": [
                "pes.regio"
            ]
        },
        {
            "codepoint": "1452D",
            "name": "ANATOLIAN HIEROGLYPH A267",
            "aliases": [
                "stele, lapis+scalprum"
            ]
        },
        {
            "codepoint": "1452E",
            "name": "ANATOLIAN HIEROGLYPH A267A",
            "aliases": [
                "lapis"
            ]
        },
        {
            "codepoint": "1452F",
            "name": "ANATOLIAN HIEROGLYPH A268",
            "aliases": [
                "scalprum"
            ]
        },
        {
            "codepoint": "14530",
            "name": "ANATOLIAN HIEROGLYPH A269",
            "aliases": [
                "exercitus"
            ]
        },
        {
            "codepoint": "14531",
            "name": "ANATOLIAN HIEROGLYPH A270"
        },
        {
            "codepoint": "14532",
            "name": "ANATOLIAN HIEROGLYPH A271"
        },
        {
            "codepoint": "14533",
            "name": "ANATOLIAN HIEROGLYPH A272",
            "aliases": [
                "scutum"
            ]
        },
        {
            "codepoint": "14534",
            "name": "ANATOLIAN HIEROGLYPH A273"
        },
        {
            "codepoint": "14535",
            "name": "ANATOLIAN HIEROGLYPH A274"
        },
        {
            "codepoint": "14536",
            "name": "ANATOLIAN HIEROGLYPH A275"
        },
        {
            "codepoint": "14537",
            "name": "ANATOLIAN HIEROGLYPH A276",
            "aliases": [
                "frater2"
            ]
        },
        {
            "codepoint": "14538",
            "name": "ANATOLIAN HIEROGLYPH A277",
            "aliases": [
                "iudex.la, iudex+la"
            ]
        },
        {
            "codepoint": "14539",
            "name": "ANATOLIAN HIEROGLYPH A278",
            "aliases": [
                "syllabic li"
            ]
        },
        {
            "codepoint": "1453A",
            "name": "ANATOLIAN HIEROGLYPH A279"
        },
        {
            "codepoint": "1453B",
            "name": "ANATOLIAN HIEROGLYPH A280",
            "aliases": [
                "malleus",
                "syllabic wa/i9"
            ]
        },
        {
            "codepoint": "1453C",
            "name": "ANATOLIAN HIEROGLYPH A281",
            "aliases": [
                "ascia"
            ]
        },
        {
            "codepoint": "1453D",
            "name": "ANATOLIAN HIEROGLYPH A282"
        },
        {
            "codepoint": "1453E",
            "name": "ANATOLIAN HIEROGLYPH A283",
            "aliases": [
                "logosyllabic tuzzi"
            ]
        },
        {
            "codepoint": "1453F",
            "name": "ANATOLIAN HIEROGLYPH A284"
        },
        {
            "codepoint": "14540",
            "name": "ANATOLIAN HIEROGLYPH A285",
            "aliases": [
                "iaculum",
                "syllabic zu?",
                "logosyllabic zuwa"
            ]
        },
        {
            "codepoint": "14541",
            "name": "ANATOLIAN HIEROGLYPH A286",
            "aliases": [
                "syllabic wa/i7"
            ]
        },
        {
            "codepoint": "14542",
            "name": "ANATOLIAN HIEROGLYPH A287"
        },
        {
            "codepoint": "14543",
            "name": "ANATOLIAN HIEROGLYPH A288",
            "aliases": [
                "currus"
            ]
        },
        {
            "codepoint": "14544",
            "name": "ANATOLIAN HIEROGLYPH A289",
            "aliases": [
                "auriga"
            ]
        },
        {
            "codepoint": "14545",
            "name": "ANATOLIAN HIEROGLYPH A289A",
            "aliases": [
                "auriga2"
            ]
        },
        {
            "codepoint": "14546",
            "name": "ANATOLIAN HIEROGLYPH A290",
            "aliases": [
                "syllabic hara/i"
            ],
            "comments": [
                "14548 anatolian hieroglyph a292 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "14547",
            "name": "ANATOLIAN HIEROGLYPH A291",
            "aliases": [
                "syllabic lì"
            ]
        },
        {
            "codepoint": "14548",
            "name": "ANATOLIAN HIEROGLYPH A292",
            "aliases": [
                "rota",
                "logosyllabic hala/i"
            ]
        },
        {
            "codepoint": "14549",
            "name": "ANATOLIAN HIEROGLYPH A293"
        },
        {
            "codepoint": "1454A",
            "name": "ANATOLIAN HIEROGLYPH A294",
            "aliases": [
                "thronus, mensa"
            ]
        },
        {
            "codepoint": "1454B",
            "name": "ANATOLIAN HIEROGLYPH A294A",
            "aliases": [
                "thronus, mensa2",
                "Sarpa"
            ]
        },
        {
            "codepoint": "1454C",
            "name": "ANATOLIAN HIEROGLYPH A295",
            "aliases": [
                "sol2.thronus/mensa"
            ]
        },
        {
            "codepoint": "1454D",
            "name": "ANATOLIAN HIEROGLYPH A296",
            "aliases": [
                "(deus)mons.Sarpa, (deus)mons.mensa",
                "thronus"
            ]
        },
        {
            "codepoint": "1454E",
            "name": "ANATOLIAN HIEROGLYPH A297"
        },
        {
            "codepoint": "1454F",
            "name": "ANATOLIAN HIEROGLYPH A298",
            "aliases": [
                "thronus2"
            ]
        },
        {
            "codepoint": "14550",
            "name": "ANATOLIAN HIEROGLYPH A299",
            "aliases": [
                "solium",
                "syllabic í"
            ]
        },
        {
            "codepoint": "14551",
            "name": "ANATOLIAN HIEROGLYPH A299A",
            "aliases": [
                "syllabic iá"
            ]
        },
        {
            "codepoint": "14552",
            "name": "ANATOLIAN HIEROGLYPH A300",
            "aliases": [
                "nepos"
            ]
        },
        {
            "codepoint": "14553",
            "name": "ANATOLIAN HIEROGLYPH A301",
            "aliases": [
                "lectus"
            ]
        },
        {
            "codepoint": "14554",
            "name": "ANATOLIAN HIEROGLYPH A302"
        },
        {
            "codepoint": "14555",
            "name": "ANATOLIAN HIEROGLYPH A303",
            "aliases": [
                "syllabic sara/i"
            ],
            "comments": [
                "1456E anatolian hieroglyph a327 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "14556",
            "name": "ANATOLIAN HIEROGLYPH A304",
            "aliases": [
                "syllabic mà"
            ]
        },
        {
            "codepoint": "14557",
            "name": "ANATOLIAN HIEROGLYPH A305",
            "aliases": [
                "fusus"
            ]
        },
        {
            "codepoint": "14558",
            "name": "ANATOLIAN HIEROGLYPH A306",
            "aliases": [
                "syllabic hí"
            ]
        },
        {
            "codepoint": "14559",
            "name": "ANATOLIAN HIEROGLYPH A307",
            "aliases": [
                "syllabic hu"
            ]
        },
        {
            "codepoint": "1455A",
            "name": "ANATOLIAN HIEROGLYPH A308"
        },
        {
            "codepoint": "1455B",
            "name": "ANATOLIAN HIEROGLYPH A309",
            "aliases": [
                "crux"
            ]
        },
        {
            "codepoint": "1455C",
            "name": "ANATOLIAN HIEROGLYPH A309A",
            "aliases": [
                "crux2"
            ]
        },
        {
            "codepoint": "1455D",
            "name": "ANATOLIAN HIEROGLYPH A310"
        },
        {
            "codepoint": "1455E",
            "name": "ANATOLIAN HIEROGLYPH A311"
        },
        {
            "codepoint": "1455F",
            "name": "ANATOLIAN HIEROGLYPH A312"
        },
        {
            "codepoint": "14560",
            "name": "ANATOLIAN HIEROGLYPH A313",
            "aliases": [
                "vir",
                "syllabic zí"
            ]
        },
        {
            "codepoint": "14561",
            "name": "ANATOLIAN HIEROGLYPH A314",
            "aliases": [
                "syllabic ha-x"
            ]
        },
        {
            "codepoint": "14562",
            "name": "ANATOLIAN HIEROGLYPH A315",
            "aliases": [
                "syllabic kar"
            ],
            "comments": [
                "14561 anatolian hieroglyph a314 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "14563",
            "name": "ANATOLIAN HIEROGLYPH A316",
            "aliases": [
                "syllabic sa7"
            ]
        },
        {
            "codepoint": "14564",
            "name": "ANATOLIAN HIEROGLYPH A317"
        },
        {
            "codepoint": "14565",
            "name": "ANATOLIAN HIEROGLYPH A318",
            "aliases": [
                "Teshub"
            ]
        },
        {
            "codepoint": "14566",
            "name": "ANATOLIAN HIEROGLYPH A319",
            "aliases": [
                "syllabic ta/i4, la/i"
            ]
        },
        {
            "codepoint": "14567",
            "name": "ANATOLIAN HIEROGLYPH A320"
        },
        {
            "codepoint": "14568",
            "name": "ANATOLIAN HIEROGLYPH A321"
        },
        {
            "codepoint": "14569",
            "name": "ANATOLIAN HIEROGLYPH A322",
            "aliases": [
                "purus"
            ]
        },
        {
            "codepoint": "1456A",
            "name": "ANATOLIAN HIEROGLYPH A323"
        },
        {
            "codepoint": "1456B",
            "name": "ANATOLIAN HIEROGLYPH A324"
        },
        {
            "codepoint": "1456C",
            "name": "ANATOLIAN HIEROGLYPH A325",
            "aliases": [
                "syllabic tú"
            ]
        },
        {
            "codepoint": "1456D",
            "name": "ANATOLIAN HIEROGLYPH A326",
            "aliases": [
                "scriba",
                "syllabic tù"
            ]
        },
        {
            "codepoint": "1456E",
            "name": "ANATOLIAN HIEROGLYPH A327",
            "aliases": [
                "sigillum",
                "syllabic sa5"
            ]
        },
        {
            "codepoint": "1456F",
            "name": "ANATOLIAN HIEROGLYPH A328",
            "aliases": [
                "syllabic pu"
            ]
        },
        {
            "codepoint": "14570",
            "name": "ANATOLIAN HIEROGLYPH A329",
            "aliases": [
                "relative",
                "syllabic kwi/a"
            ]
        },
        {
            "codepoint": "14571",
            "name": "ANATOLIAN HIEROGLYPH A329A"
        },
        {
            "codepoint": "14572",
            "name": "ANATOLIAN HIEROGLYPH A330",
            "aliases": [
                "capere+scalprum"
            ]
        },
        {
            "codepoint": "14573",
            "name": "ANATOLIAN HIEROGLYPH A331",
            "aliases": [
                "avus"
            ]
        },
        {
            "codepoint": "14574",
            "name": "ANATOLIAN HIEROGLYPH A332A",
            "aliases": [
                "negative"
            ]
        },
        {
            "codepoint": "14575",
            "name": "ANATOLIAN HIEROGLYPH A332B",
            "aliases": [
                "negative2",
                "syllabic ná"
            ]
        },
        {
            "codepoint": "14576",
            "name": "ANATOLIAN HIEROGLYPH A332C",
            "aliases": [
                "negative3"
            ]
        },
        {
            "codepoint": "14577",
            "name": "ANATOLIAN HIEROGLYPH A333"
        },
        {
            "codepoint": "14578",
            "name": "ANATOLIAN HIEROGLYPH A334",
            "aliases": [
                "syllabic pa"
            ]
        },
        {
            "codepoint": "14579",
            "name": "ANATOLIAN HIEROGLYPH A335",
            "aliases": [
                "syllabic zá"
            ]
        },
        {
            "codepoint": "1457A",
            "name": "ANATOLIAN HIEROGLYPH A336",
            "aliases": [
                "annus, pithos.scutella, pithos",
                "syllabic zì"
            ]
        },
        {
            "codepoint": "1457B",
            "name": "ANATOLIAN HIEROGLYPH A336A",
            "aliases": [
                "syllabic zì"
            ]
        },
        {
            "codepoint": "1457C",
            "name": "ANATOLIAN HIEROGLYPH A336B",
            "aliases": [
                "syllabic zà"
            ]
        },
        {
            "codepoint": "1457D",
            "name": "ANATOLIAN HIEROGLYPH A336C",
            "aliases": [
                "syllabic za-x"
            ]
        },
        {
            "codepoint": "1457E",
            "name": "ANATOLIAN HIEROGLYPH A337",
            "aliases": [
                "pithos"
            ]
        },
        {
            "codepoint": "1457F",
            "name": "ANATOLIAN HIEROGLYPH A338",
            "aliases": [
                "culter"
            ]
        },
        {
            "codepoint": "14580",
            "name": "ANATOLIAN HIEROGLYPH A339"
        },
        {
            "codepoint": "14581",
            "name": "ANATOLIAN HIEROGLYPH A340",
            "aliases": [
                "annus+annus"
            ]
        },
        {
            "codepoint": "14582",
            "name": "ANATOLIAN HIEROGLYPH A341",
            "aliases": [
                "vas"
            ]
        },
        {
            "codepoint": "14583",
            "name": "ANATOLIAN HIEROGLYPH A342"
        },
        {
            "codepoint": "14584",
            "name": "ANATOLIAN HIEROGLYPH A343",
            "aliases": [
                "pithos"
            ]
        },
        {
            "codepoint": "14585",
            "name": "ANATOLIAN HIEROGLYPH A344",
            "aliases": [
                "contractus"
            ]
        },
        {
            "codepoint": "14586",
            "name": "ANATOLIAN HIEROGLYPH A345",
            "aliases": [
                "urceus"
            ]
        },
        {
            "codepoint": "14587",
            "name": "ANATOLIAN HIEROGLYPH A346",
            "aliases": [
                "poculum"
            ]
        },
        {
            "codepoint": "14588",
            "name": "ANATOLIAN HIEROGLYPH A347",
            "aliases": [
                "syllabic hú"
            ]
        },
        {
            "codepoint": "14589",
            "name": "ANATOLIAN HIEROGLYPH A348"
        },
        {
            "codepoint": "1458A",
            "name": "ANATOLIAN HIEROGLYPH A349"
        },
        {
            "codepoint": "1458B",
            "name": "ANATOLIAN HIEROGLYPH A350"
        },
        {
            "codepoint": "1458C",
            "name": "ANATOLIAN HIEROGLYPH A351"
        },
        {
            "codepoint": "1458D",
            "name": "ANATOLIAN HIEROGLYPH A352"
        },
        {
            "codepoint": "1458E",
            "name": "ANATOLIAN HIEROGLYPH A353"
        },
        {
            "codepoint": "1458F",
            "name": "ANATOLIAN HIEROGLYPH A354"
        },
        {
            "codepoint": "14590",
            "name": "ANATOLIAN HIEROGLYPH A355",
            "aliases": [
                "sacerdos"
            ]
        },
        {
            "codepoint": "14591",
            "name": "ANATOLIAN HIEROGLYPH A356"
        },
        {
            "codepoint": "14592",
            "name": "ANATOLIAN HIEROGLYPH A357"
        },
        {
            "codepoint": "14593",
            "name": "ANATOLIAN HIEROGLYPH A358",
            "aliases": [
                "dies"
            ]
        },
        {
            "codepoint": "14594",
            "name": "ANATOLIAN HIEROGLYPH A359"
        },
        {
            "codepoint": "14595",
            "name": "ANATOLIAN HIEROGLYPH A359A"
        },
        {
            "codepoint": "14596",
            "name": "ANATOLIAN HIEROGLYPH A360",
            "aliases": [
                "deus"
            ]
        },
        {
            "codepoint": "14597",
            "name": "ANATOLIAN HIEROGLYPH A361"
        },
        {
            "codepoint": "14598",
            "name": "ANATOLIAN HIEROGLYPH A362",
            "aliases": [
                "syllabic má"
            ]
        },
        {
            "codepoint": "14599",
            "name": "ANATOLIAN HIEROGLYPH A363",
            "aliases": [
                "magnus",
                "syllabic ur"
            ]
        },
        {
            "codepoint": "1459A",
            "name": "ANATOLIAN HIEROGLYPH A364",
            "aliases": [
                "syllabic u"
            ]
        },
        {
            "codepoint": "1459B",
            "name": "ANATOLIAN HIEROGLYPH A364A",
            "aliases": [
                "syllabic mu"
            ]
        },
        {
            "codepoint": "1459C",
            "name": "ANATOLIAN HIEROGLYPH A365"
        },
        {
            "codepoint": "1459D",
            "name": "ANATOLIAN HIEROGLYPH A366",
            "aliases": [
                "omnis(+mi)"
            ]
        },
        {
            "codepoint": "1459E",
            "name": "ANATOLIAN HIEROGLYPH A367",
            "aliases": [
                "logosyllabic tala"
            ]
        },
        {
            "codepoint": "1459F",
            "name": "ANATOLIAN HIEROGLYPH A368",
            "aliases": [
                "malus"
            ]
        },
        {
            "codepoint": "145A0",
            "name": "ANATOLIAN HIEROGLYPH A368A",
            "aliases": [
                "malus2"
            ]
        },
        {
            "codepoint": "145A1",
            "name": "ANATOLIAN HIEROGLYPH A369",
            "aliases": [
                "vita"
            ]
        },
        {
            "codepoint": "145A2",
            "name": "ANATOLIAN HIEROGLYPH A370",
            "aliases": [
                "bonus2",
                "syllabic su"
            ]
        },
        {
            "codepoint": "145A3",
            "name": "ANATOLIAN HIEROGLYPH A371",
            "aliases": [
                "iustitia, iudex"
            ]
        },
        {
            "codepoint": "145A4",
            "name": "ANATOLIAN HIEROGLYPH A371A",
            "aliases": [
                "iudex+ra/i, tara/i-x"
            ],
            "comments": [
                "145A3 anatolian hieroglyph a371 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "145A5",
            "name": "ANATOLIAN HIEROGLYPH A372",
            "aliases": [
                "sacerdos2"
            ]
        },
        {
            "codepoint": "145A6",
            "name": "ANATOLIAN HIEROGLYPH A373"
        },
        {
            "codepoint": "145A7",
            "name": "ANATOLIAN HIEROGLYPH A374"
        },
        {
            "codepoint": "145A8",
            "name": "ANATOLIAN HIEROGLYPH A375"
        },
        {
            "codepoint": "145A9",
            "name": "ANATOLIAN HIEROGLYPH A376",
            "aliases": [
                "syllabic zi, zi/a"
            ]
        },
        {
            "codepoint": "145AA",
            "name": "ANATOLIAN HIEROGLYPH A377",
            "aliases": [
                "syllabic za"
            ]
        },
        {
            "codepoint": "145AB",
            "name": "ANATOLIAN HIEROGLYPH A378",
            "aliases": [
                "lituus"
            ]
        },
        {
            "codepoint": "145AC",
            "name": "ANATOLIAN HIEROGLYPH A379",
            "aliases": [
                "occidens",
                "syllabic ià"
            ]
        },
        {
            "codepoint": "145AD",
            "name": "ANATOLIAN HIEROGLYPH A380",
            "aliases": [
                "one",
                "unus",
                "syllabic sa8"
            ]
        },
        {
            "codepoint": "145AE",
            "name": "ANATOLIAN HIEROGLYPH A381",
            "aliases": [
                "minus"
            ]
        },
        {
            "codepoint": "145AF",
            "name": "ANATOLIAN HIEROGLYPH A381A",
            "aliases": [
                "mori, vir2.minus"
            ]
        },
        {
            "codepoint": "145B0",
            "name": "ANATOLIAN HIEROGLYPH A382",
            "aliases": [
                "lignum"
            ]
        },
        {
            "codepoint": "145B1",
            "name": "ANATOLIAN HIEROGLYPH A383 RA OR RI",
            "crossReferences": [
                "(anatolian hieroglyph a134 - 144A0)",
                "(anatolian hieroglyph a209a - 144F0)",
                "(anatolian hieroglyph a290 - 14546)",
                "(anatolian hieroglyph a303 - 14555)",
                "(anatolian hieroglyph a315 - 14562)",
                "(anatolian hieroglyph a371a - 145A4)",
                "(anatolian hieroglyph a389 - 145B9)",
                "(anatolian hieroglyph a450a - 145F8)"
            ]
        },
        {
            "codepoint": "145B2",
            "name": "ANATOLIAN HIEROGLYPH A383A",
            "aliases": [
                "personal determinative"
            ]
        },
        {
            "codepoint": "145B3",
            "name": "ANATOLIAN HIEROGLYPH A384",
            "aliases": [
                "two"
            ]
        },
        {
            "codepoint": "145B4",
            "name": "ANATOLIAN HIEROGLYPH A385",
            "aliases": [
                "two"
            ]
        },
        {
            "codepoint": "145B5",
            "name": "ANATOLIAN HIEROGLYPH A386",
            "aliases": [
                "vir2",
                "word divider"
            ]
        },
        {
            "codepoint": "145B6",
            "name": "ANATOLIAN HIEROGLYPH A386A",
            "aliases": [
                "vir2a"
            ]
        },
        {
            "codepoint": "145B7",
            "name": "ANATOLIAN HIEROGLYPH A387",
            "aliases": [
                "servus",
                "syllabic mì"
            ]
        },
        {
            "codepoint": "145B8",
            "name": "ANATOLIAN HIEROGLYPH A388",
            "aliases": [
                "three",
                "tara/i"
            ]
        },
        {
            "codepoint": "145B9",
            "name": "ANATOLIAN HIEROGLYPH A389",
            "aliases": [
                "tara/i"
            ],
            "comments": [
                "145B8 anatolian hieroglyph a388 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "145BA",
            "name": "ANATOLIAN HIEROGLYPH A390",
            "aliases": [
                "dominus"
            ]
        },
        {
            "codepoint": "145BB",
            "name": "ANATOLIAN HIEROGLYPH A391",
            "aliases": [
                "four",
                "syllabic mi"
            ]
        },
        {
            "codepoint": "145BC",
            "name": "ANATOLIAN HIEROGLYPH A392",
            "aliases": [
                "five"
            ]
        },
        {
            "codepoint": "145BD",
            "name": "ANATOLIAN HIEROGLYPH A393 EIGHT",
            "aliases": [
                "eight"
            ],
            "comments": [
                "the occurrence of \"EIGHT\" in the name of this character is a known anomaly"
            ]
        },
        {
            "codepoint": "145BE",
            "name": "ANATOLIAN HIEROGLYPH A394"
        },
        {
            "codepoint": "145BF",
            "name": "ANATOLIAN HIEROGLYPH A395",
            "aliases": [
                "nine",
                "syllabic nú"
            ]
        },
        {
            "codepoint": "145C0",
            "name": "ANATOLIAN HIEROGLYPH A396"
        },
        {
            "codepoint": "145C1",
            "name": "ANATOLIAN HIEROGLYPH A397",
            "aliases": [
                "ten",
                "decem"
            ]
        },
        {
            "codepoint": "145C2",
            "name": "ANATOLIAN HIEROGLYPH A398"
        },
        {
            "codepoint": "145C3",
            "name": "ANATOLIAN HIEROGLYPH A399",
            "aliases": [
                "hundred",
                "centum"
            ]
        },
        {
            "codepoint": "145C4",
            "name": "ANATOLIAN HIEROGLYPH A400",
            "aliases": [
                "thousand",
                "mille"
            ]
        },
        {
            "codepoint": "145C5",
            "name": "ANATOLIAN HIEROGLYPH A401"
        },
        {
            "codepoint": "145C6",
            "name": "ANATOLIAN HIEROGLYPH A402",
            "aliases": [
                "scutella",
                "syllabic sa4"
            ]
        },
        {
            "codepoint": "145C7",
            "name": "ANATOLIAN HIEROGLYPH A403"
        },
        {
            "codepoint": "145C8",
            "name": "ANATOLIAN HIEROGLYPH A404",
            "aliases": [
                "animal"
            ]
        },
        {
            "codepoint": "145C9",
            "name": "ANATOLIAN HIEROGLYPH A405"
        },
        {
            "codepoint": "145CA",
            "name": "ANATOLIAN HIEROGLYPH A406"
        },
        {
            "codepoint": "145CB",
            "name": "ANATOLIAN HIEROGLYPH A407"
        },
        {
            "codepoint": "145CC",
            "name": "ANATOLIAN HIEROGLYPH A408"
        },
        {
            "codepoint": "145CD",
            "name": "ANATOLIAN HIEROGLYPH A409"
        },
        {
            "codepoint": "145CE",
            "name": "ANATOLIAN HIEROGLYPH A410 BEGIN LOGOGRAM MARK"
        },
        {
            "codepoint": "145CF",
            "name": "ANATOLIAN HIEROGLYPH A410A END LOGOGRAM MARK"
        },
        {
            "codepoint": "145D0",
            "name": "ANATOLIAN HIEROGLYPH A411",
            "aliases": [
                "syllabic ni"
            ]
        },
        {
            "codepoint": "145D1",
            "name": "ANATOLIAN HIEROGLYPH A412",
            "aliases": [
                "syllabic ru"
            ]
        },
        {
            "codepoint": "145D2",
            "name": "ANATOLIAN HIEROGLYPH A413",
            "aliases": [
                "syllabic hi"
            ]
        },
        {
            "codepoint": "145D3",
            "name": "ANATOLIAN HIEROGLYPH A414"
        },
        {
            "codepoint": "145D4",
            "name": "ANATOLIAN HIEROGLYPH A415",
            "aliases": [
                "syllabic sa"
            ]
        },
        {
            "codepoint": "145D5",
            "name": "ANATOLIAN HIEROGLYPH A416"
        },
        {
            "codepoint": "145D6",
            "name": "ANATOLIAN HIEROGLYPH A417",
            "aliases": [
                "syllabic sa-x"
            ]
        },
        {
            "codepoint": "145D7",
            "name": "ANATOLIAN HIEROGLYPH A418"
        },
        {
            "codepoint": "145D8",
            "name": "ANATOLIAN HIEROGLYPH A419",
            "aliases": [
                "syllabic mí",
                "logosyllabic urhi"
            ]
        },
        {
            "codepoint": "145D9",
            "name": "ANATOLIAN HIEROGLYPH A420"
        },
        {
            "codepoint": "145DA",
            "name": "ANATOLIAN HIEROGLYPH A421",
            "aliases": [
                "syllabic us"
            ]
        },
        {
            "codepoint": "145DB",
            "name": "ANATOLIAN HIEROGLYPH A422",
            "aliases": [
                "panis.scutella"
            ]
        },
        {
            "codepoint": "145DC",
            "name": "ANATOLIAN HIEROGLYPH A423",
            "aliases": [
                "syllabic ku"
            ]
        },
        {
            "codepoint": "145DD",
            "name": "ANATOLIAN HIEROGLYPH A424"
        },
        {
            "codepoint": "145DE",
            "name": "ANATOLIAN HIEROGLYPH A425"
        },
        {
            "codepoint": "145DF",
            "name": "ANATOLIAN HIEROGLYPH A426"
        },
        {
            "codepoint": "145E0",
            "name": "ANATOLIAN HIEROGLYPH A427"
        },
        {
            "codepoint": "145E1",
            "name": "ANATOLIAN HIEROGLYPH A428"
        },
        {
            "codepoint": "145E2",
            "name": "ANATOLIAN HIEROGLYPH A429",
            "aliases": [
                "syllabic tana"
            ]
        },
        {
            "codepoint": "145E3",
            "name": "ANATOLIAN HIEROGLYPH A430",
            "aliases": [
                "omnis2",
                "syllabic pú"
            ]
        },
        {
            "codepoint": "145E4",
            "name": "ANATOLIAN HIEROGLYPH A431"
        },
        {
            "codepoint": "145E5",
            "name": "ANATOLIAN HIEROGLYPH A432",
            "aliases": [
                "syllabic zu?"
            ]
        },
        {
            "codepoint": "145E6",
            "name": "ANATOLIAN HIEROGLYPH A433",
            "aliases": [
                "syllabic sá"
            ]
        },
        {
            "codepoint": "145E7",
            "name": "ANATOLIAN HIEROGLYPH A434",
            "aliases": [
                "syllabic ka"
            ]
        },
        {
            "codepoint": "145E8",
            "name": "ANATOLIAN HIEROGLYPH A435",
            "aliases": [
                "syllabic a-x?"
            ]
        },
        {
            "codepoint": "145E9",
            "name": "ANATOLIAN HIEROGLYPH A436"
        },
        {
            "codepoint": "145EA",
            "name": "ANATOLIAN HIEROGLYPH A437"
        },
        {
            "codepoint": "145EB",
            "name": "ANATOLIAN HIEROGLYPH A438",
            "aliases": [
                "pastor"
            ]
        },
        {
            "codepoint": "145EC",
            "name": "ANATOLIAN HIEROGLYPH A439",
            "aliases": [
                "syllabic wa/i"
            ]
        },
        {
            "codepoint": "145ED",
            "name": "ANATOLIAN HIEROGLYPH A440"
        },
        {
            "codepoint": "145EE",
            "name": "ANATOLIAN HIEROGLYPH A441"
        },
        {
            "codepoint": "145EF",
            "name": "ANATOLIAN HIEROGLYPH A442"
        },
        {
            "codepoint": "145F0",
            "name": "ANATOLIAN HIEROGLYPH A443"
        },
        {
            "codepoint": "145F1",
            "name": "ANATOLIAN HIEROGLYPH A444"
        },
        {
            "codepoint": "145F2",
            "name": "ANATOLIAN HIEROGLYPH A445",
            "aliases": [
                "syllabic la, li, lu"
            ]
        },
        {
            "codepoint": "145F3",
            "name": "ANATOLIAN HIEROGLYPH A446",
            "aliases": [
                "syllabic ki"
            ]
        },
        {
            "codepoint": "145F4",
            "name": "ANATOLIAN HIEROGLYPH A447",
            "aliases": [
                "syllabic ni-x"
            ]
        },
        {
            "codepoint": "145F5",
            "name": "ANATOLIAN HIEROGLYPH A448",
            "aliases": [
                "syllabic sù?, zú?"
            ]
        },
        {
            "codepoint": "145F6",
            "name": "ANATOLIAN HIEROGLYPH A449"
        },
        {
            "codepoint": "145F7",
            "name": "ANATOLIAN HIEROGLYPH A450",
            "aliases": [
                "syllabic a",
                "end of a word"
            ]
        },
        {
            "codepoint": "145F8",
            "name": "ANATOLIAN HIEROGLYPH A450A",
            "aliases": [
                "a+ra/i, ra+a"
            ],
            "comments": [
                "145F7 anatolian hieroglyph a450 + 145B1 anatolian hieroglyph a383 ra or ri"
            ]
        },
        {
            "codepoint": "145F9",
            "name": "ANATOLIAN HIEROGLYPH A451",
            "aliases": [
                "logosyllabic huru"
            ]
        },
        {
            "codepoint": "145FA",
            "name": "ANATOLIAN HIEROGLYPH A452"
        },
        {
            "codepoint": "145FB",
            "name": "ANATOLIAN HIEROGLYPH A453"
        },
        {
            "codepoint": "145FC",
            "name": "ANATOLIAN HIEROGLYPH A454"
        },
        {
            "codepoint": "145FD",
            "name": "ANATOLIAN HIEROGLYPH A455",
            "aliases": [
                "syllabic la-x"
            ]
        },
        {
            "codepoint": "145FE",
            "name": "ANATOLIAN HIEROGLYPH A456",
            "aliases": [
                "syllabic sí?"
            ]
        },
        {
            "codepoint": "145FF",
            "name": "ANATOLIAN HIEROGLYPH A457"
        },
        {
            "codepoint": "14600",
            "name": "ANATOLIAN HIEROGLYPH A457A"
        },
        {
            "codepoint": "14601",
            "name": "ANATOLIAN HIEROGLYPH A458"
        },
        {
            "codepoint": "14602",
            "name": "ANATOLIAN HIEROGLYPH A459"
        },
        {
            "codepoint": "14603",
            "name": "ANATOLIAN HIEROGLYPH A460"
        },
        {
            "codepoint": "14604",
            "name": "ANATOLIAN HIEROGLYPH A461"
        },
        {
            "codepoint": "14605",
            "name": "ANATOLIAN HIEROGLYPH A462",
            "aliases": [
                "syllabic ma-x?"
            ]
        },
        {
            "codepoint": "14606",
            "name": "ANATOLIAN HIEROGLYPH A463"
        },
        {
            "codepoint": "14607",
            "name": "ANATOLIAN HIEROGLYPH A464"
        },
        {
            "codepoint": "14608",
            "name": "ANATOLIAN HIEROGLYPH A465"
        },
        {
            "codepoint": "14609",
            "name": "ANATOLIAN HIEROGLYPH A466"
        },
        {
            "codepoint": "1460A",
            "name": "ANATOLIAN HIEROGLYPH A467"
        },
        {
            "codepoint": "1460B",
            "name": "ANATOLIAN HIEROGLYPH A468"
        },
        {
            "codepoint": "1460C",
            "name": "ANATOLIAN HIEROGLYPH A469"
        },
        {
            "codepoint": "1460D",
            "name": "ANATOLIAN HIEROGLYPH A470",
            "aliases": [
                "twelve"
            ]
        },
        {
            "codepoint": "1460E",
            "name": "ANATOLIAN HIEROGLYPH A471"
        },
        {
            "codepoint": "1460F",
            "name": "ANATOLIAN HIEROGLYPH A472"
        },
        {
            "codepoint": "14610",
            "name": "ANATOLIAN HIEROGLYPH A473"
        },
        {
            "codepoint": "14611",
            "name": "ANATOLIAN HIEROGLYPH A474",
            "aliases": [
                "eunuchus"
            ]
        },
        {
            "codepoint": "14612",
            "name": "ANATOLIAN HIEROGLYPH A475"
        },
        {
            "codepoint": "14613",
            "name": "ANATOLIAN HIEROGLYPH A476"
        },
        {
            "codepoint": "14614",
            "name": "ANATOLIAN HIEROGLYPH A477",
            "aliases": [
                "flammae?"
            ]
        },
        {
            "codepoint": "14615",
            "name": "ANATOLIAN HIEROGLYPH A478"
        },
        {
            "codepoint": "14616",
            "name": "ANATOLIAN HIEROGLYPH A479"
        },
        {
            "codepoint": "14617",
            "name": "ANATOLIAN HIEROGLYPH A480"
        },
        {
            "codepoint": "14618",
            "name": "ANATOLIAN HIEROGLYPH A481"
        },
        {
            "codepoint": "14619",
            "name": "ANATOLIAN HIEROGLYPH A482"
        },
        {
            "codepoint": "1461A",
            "name": "ANATOLIAN HIEROGLYPH A483"
        },
        {
            "codepoint": "1461B",
            "name": "ANATOLIAN HIEROGLYPH A484"
        },
        {
            "codepoint": "1461C",
            "name": "ANATOLIAN HIEROGLYPH A485"
        },
        {
            "codepoint": "1461D",
            "name": "ANATOLIAN HIEROGLYPH A486",
            "aliases": [
                "falx?"
            ]
        },
        {
            "codepoint": "1461E",
            "name": "ANATOLIAN HIEROGLYPH A487"
        },
        {
            "codepoint": "1461F",
            "name": "ANATOLIAN HIEROGLYPH A488",
            "aliases": [
                "syllabic tí"
            ]
        },
        {
            "codepoint": "14620",
            "name": "ANATOLIAN HIEROGLYPH A489"
        },
        {
            "codepoint": "14621",
            "name": "ANATOLIAN HIEROGLYPH A490"
        },
        {
            "codepoint": "14622",
            "name": "ANATOLIAN HIEROGLYPH A491"
        },
        {
            "codepoint": "14623",
            "name": "ANATOLIAN HIEROGLYPH A492"
        },
        {
            "codepoint": "14624",
            "name": "ANATOLIAN HIEROGLYPH A493"
        },
        {
            "codepoint": "14625",
            "name": "ANATOLIAN HIEROGLYPH A494"
        },
        {
            "codepoint": "14626",
            "name": "ANATOLIAN HIEROGLYPH A495"
        },
        {
            "codepoint": "14627",
            "name": "ANATOLIAN HIEROGLYPH A496"
        },
        {
            "codepoint": "14628",
            "name": "ANATOLIAN HIEROGLYPH A497"
        },
        {
            "codepoint": "14629",
            "name": "ANATOLIAN HIEROGLYPH A501"
        },
        {
            "codepoint": "1462A",
            "name": "ANATOLIAN HIEROGLYPH A502"
        },
        {
            "codepoint": "1462B",
            "name": "ANATOLIAN HIEROGLYPH A503"
        },
        {
            "codepoint": "1462C",
            "name": "ANATOLIAN HIEROGLYPH A504"
        },
        {
            "codepoint": "1462D",
            "name": "ANATOLIAN HIEROGLYPH A505"
        },
        {
            "codepoint": "1462E",
            "name": "ANATOLIAN HIEROGLYPH A506",
            "aliases": [
                "syllabic hana"
            ]
        },
        {
            "codepoint": "1462F",
            "name": "ANATOLIAN HIEROGLYPH A507"
        },
        {
            "codepoint": "14630",
            "name": "ANATOLIAN HIEROGLYPH A508",
            "aliases": [
                "currere",
                "syllabic hwi/a"
            ]
        },
        {
            "codepoint": "14631",
            "name": "ANATOLIAN HIEROGLYPH A509"
        },
        {
            "codepoint": "14632",
            "name": "ANATOLIAN HIEROGLYPH A510"
        },
        {
            "codepoint": "14633",
            "name": "ANATOLIAN HIEROGLYPH A511"
        },
        {
            "codepoint": "14634",
            "name": "ANATOLIAN HIEROGLYPH A512"
        },
        {
            "codepoint": "14635",
            "name": "ANATOLIAN HIEROGLYPH A513"
        },
        {
            "codepoint": "14636",
            "name": "ANATOLIAN HIEROGLYPH A514"
        },
        {
            "codepoint": "14637",
            "name": "ANATOLIAN HIEROGLYPH A515"
        },
        {
            "codepoint": "14638",
            "name": "ANATOLIAN HIEROGLYPH A516"
        },
        {
            "codepoint": "14639",
            "name": "ANATOLIAN HIEROGLYPH A517"
        },
        {
            "codepoint": "1463A",
            "name": "ANATOLIAN HIEROGLYPH A518"
        },
        {
            "codepoint": "1463B",
            "name": "ANATOLIAN HIEROGLYPH A519"
        },
        {
            "codepoint": "1463C",
            "name": "ANATOLIAN HIEROGLYPH A520"
        },
        {
            "codepoint": "1463D",
            "name": "ANATOLIAN HIEROGLYPH A521"
        },
        {
            "codepoint": "1463E",
            "name": "ANATOLIAN HIEROGLYPH A522"
        },
        {
            "codepoint": "1463F",
            "name": "ANATOLIAN HIEROGLYPH A523"
        },
        {
            "codepoint": "14640",
            "name": "ANATOLIAN HIEROGLYPH A524",
            "aliases": [
                "propheta?, cornu+caput"
            ]
        },
        {
            "codepoint": "14641",
            "name": "ANATOLIAN HIEROGLYPH A525",
            "aliases": [
                "princeps"
            ]
        },
        {
            "codepoint": "14642",
            "name": "ANATOLIAN HIEROGLYPH A526",
            "aliases": [
                "Güterbock G195"
            ]
        },
        {
            "codepoint": "14643",
            "name": "ANATOLIAN HIEROGLYPH A527",
            "aliases": [
                "aper"
            ]
        },
        {
            "codepoint": "14644",
            "name": "ANATOLIAN HIEROGLYPH A528",
            "aliases": [
                "tì"
            ]
        },
        {
            "codepoint": "14645",
            "name": "ANATOLIAN HIEROGLYPH A529",
            "aliases": [
                "lingua+x"
            ]
        },
        {
            "codepoint": "14646",
            "name": "ANATOLIAN HIEROGLYPH A530"
        },
        {
            "codepoint": "16100",
            "name": "GURUNG KHEMA LETTER A"
        },
        {
            "codepoint": "16101",
            "name": "GURUNG KHEMA LETTER KA"
        },
        {
            "codepoint": "16102",
            "name": "GURUNG KHEMA LETTER KHA"
        },
        {
            "codepoint": "16103",
            "name": "GURUNG KHEMA LETTER GA"
        },
        {
            "codepoint": "16104",
            "name": "GURUNG KHEMA LETTER GHA"
        },
        {
            "codepoint": "16105",
            "name": "GURUNG KHEMA LETTER NGA"
        },
        {
            "codepoint": "16106",
            "name": "GURUNG KHEMA LETTER CA"
        },
        {
            "codepoint": "16107",
            "name": "GURUNG KHEMA LETTER CHA"
        },
        {
            "codepoint": "16108",
            "name": "GURUNG KHEMA LETTER JA"
        },
        {
            "codepoint": "16109",
            "name": "GURUNG KHEMA LETTER JHA"
        },
        {
            "codepoint": "1610A",
            "name": "GURUNG KHEMA LETTER HA"
        },
        {
            "codepoint": "1610B",
            "name": "GURUNG KHEMA LETTER TTA"
        },
        {
            "codepoint": "1610C",
            "name": "GURUNG KHEMA LETTER TTHA"
        },
        {
            "codepoint": "1610D",
            "name": "GURUNG KHEMA LETTER DDA"
        },
        {
            "codepoint": "1610E",
            "name": "GURUNG KHEMA LETTER DDHA"
        },
        {
            "codepoint": "1610F",
            "name": "GURUNG KHEMA LETTER VA"
        },
        {
            "codepoint": "16110",
            "name": "GURUNG KHEMA LETTER TA"
        },
        {
            "codepoint": "16111",
            "name": "GURUNG KHEMA LETTER THA"
        },
        {
            "codepoint": "16112",
            "name": "GURUNG KHEMA LETTER DA"
        },
        {
            "codepoint": "16113",
            "name": "GURUNG KHEMA LETTER DHA"
        },
        {
            "codepoint": "16114",
            "name": "GURUNG KHEMA LETTER NA"
        },
        {
            "codepoint": "16115",
            "name": "GURUNG KHEMA LETTER PA"
        },
        {
            "codepoint": "16116",
            "name": "GURUNG KHEMA LETTER PHA"
        },
        {
            "codepoint": "16117",
            "name": "GURUNG KHEMA LETTER BA"
        },
        {
            "codepoint": "16118",
            "name": "GURUNG KHEMA LETTER BHA"
        },
        {
            "codepoint": "16119",
            "name": "GURUNG KHEMA LETTER MA"
        },
        {
            "codepoint": "1611A",
            "name": "GURUNG KHEMA LETTER YA"
        },
        {
            "codepoint": "1611B",
            "name": "GURUNG KHEMA LETTER RA"
        },
        {
            "codepoint": "1611C",
            "name": "GURUNG KHEMA LETTER LA"
        },
        {
            "codepoint": "1611D",
            "name": "GURUNG KHEMA LETTER SA"
        },
        {
            "codepoint": "1611E",
            "name": "GURUNG KHEMA VOWEL SIGN AA"
        },
        {
            "codepoint": "1611F",
            "name": "GURUNG KHEMA VOWEL SIGN I"
        },
        {
            "codepoint": "16120",
            "name": "GURUNG KHEMA VOWEL SIGN II"
        },
        {
            "codepoint": "16121",
            "name": "GURUNG KHEMA VOWEL SIGN U",
            "decompositions": [
                [
                    "1611E",
                    "1611E"
                ]
            ]
        },
        {
            "codepoint": "16122",
            "name": "GURUNG KHEMA VOWEL SIGN UU",
            "decompositions": [
                [
                    "1611E",
                    "16129"
                ]
            ]
        },
        {
            "codepoint": "16123",
            "name": "GURUNG KHEMA VOWEL SIGN E",
            "decompositions": [
                [
                    "1611E",
                    "1611F"
                ]
            ]
        },
        {
            "codepoint": "16124",
            "name": "GURUNG KHEMA VOWEL SIGN EE",
            "decompositions": [
                [
                    "16129",
                    "1611F"
                ]
            ]
        },
        {
            "codepoint": "16125",
            "name": "GURUNG KHEMA VOWEL SIGN AI",
            "decompositions": [
                [
                    "1611E",
                    "16120"
                ]
            ]
        },
        {
            "codepoint": "16126",
            "name": "GURUNG KHEMA VOWEL SIGN O",
            "decompositions": [
                [
                    "16121",
                    "1611F"
                ]
            ]
        },
        {
            "codepoint": "16127",
            "name": "GURUNG KHEMA VOWEL SIGN OO",
            "decompositions": [
                [
                    "16122",
                    "1611F"
                ]
            ]
        },
        {
            "codepoint": "16128",
            "name": "GURUNG KHEMA VOWEL SIGN AU",
            "decompositions": [
                [
                    "16121",
                    "16120"
                ]
            ]
        },
        {
            "codepoint": "16129",
            "name": "GURUNG KHEMA VOWEL LENGTH MARK"
        },
        {
            "codepoint": "1612A",
            "name": "GURUNG KHEMA CONSONANT SIGN MEDIAL YA"
        },
        {
            "codepoint": "1612B",
            "name": "GURUNG KHEMA CONSONANT SIGN MEDIAL VA"
        },
        {
            "codepoint": "1612C",
            "name": "GURUNG KHEMA CONSONANT SIGN MEDIAL HA"
        },
        {
            "codepoint": "1612D",
            "name": "GURUNG KHEMA SIGN ANUSVARA"
        },
        {
            "codepoint": "1612E",
            "name": "GURUNG KHEMA CONSONANT SIGN MEDIAL RA"
        },
        {
            "codepoint": "1612F",
            "name": "GURUNG KHEMA SIGN THOLHOMA"
        },
        {
            "codepoint": "16130",
            "name": "GURUNG KHEMA DIGIT ZERO"
        },
        {
            "codepoint": "16131",
            "name": "GURUNG KHEMA DIGIT ONE"
        },
        {
            "codepoint": "16132",
            "name": "GURUNG KHEMA DIGIT TWO"
        },
        {
            "codepoint": "16133",
            "name": "GURUNG KHEMA DIGIT THREE"
        },
        {
            "codepoint": "16134",
            "name": "GURUNG KHEMA DIGIT FOUR"
        },
        {
            "codepoint": "16135",
            "name": "GURUNG KHEMA DIGIT FIVE"
        },
        {
            "codepoint": "16136",
            "name": "GURUNG KHEMA DIGIT SIX"
        },
        {
            "codepoint": "16137",
            "name": "GURUNG KHEMA DIGIT SEVEN"
        },
        {
            "codepoint": "16138",
            "name": "GURUNG KHEMA DIGIT EIGHT"
        },
        {
            "codepoint": "16139",
            "name": "GURUNG KHEMA DIGIT NINE"
        },
        {
            "codepoint": "16800",
            "name": "BAMUM LETTER PHASE-A NGKUE MFON"
        },
        {
            "codepoint": "16801",
            "name": "BAMUM LETTER PHASE-A GBIEE FON"
        },
        {
            "codepoint": "16802",
            "name": "BAMUM LETTER PHASE-A PON MFON PIPAEMGBIEE"
        },
        {
            "codepoint": "16803",
            "name": "BAMUM LETTER PHASE-A PON MFON PIPAEMBA"
        },
        {
            "codepoint": "16804",
            "name": "BAMUM LETTER PHASE-A NAA MFON"
        },
        {
            "codepoint": "16805",
            "name": "BAMUM LETTER PHASE-A SHUENSHUET"
        },
        {
            "codepoint": "16806",
            "name": "BAMUM LETTER PHASE-A TITA MFON"
        },
        {
            "codepoint": "16807",
            "name": "BAMUM LETTER PHASE-A NZA MFON"
        },
        {
            "codepoint": "16808",
            "name": "BAMUM LETTER PHASE-A SHINDA PA NJI"
        },
        {
            "codepoint": "16809",
            "name": "BAMUM LETTER PHASE-A PON PA NJI PIPAEMGBIEE"
        },
        {
            "codepoint": "1680A",
            "name": "BAMUM LETTER PHASE-A PON PA NJI PIPAEMBA"
        },
        {
            "codepoint": "1680B",
            "name": "BAMUM LETTER PHASE-A MAEMBGBIEE",
            "other": [
                "BAMUM LETTER PHASE-A MAEMGBIEE"
            ]
        },
        {
            "codepoint": "1680C",
            "name": "BAMUM LETTER PHASE-A TU MAEMBA"
        },
        {
            "codepoint": "1680D",
            "name": "BAMUM LETTER PHASE-A NGANGU"
        },
        {
            "codepoint": "1680E",
            "name": "BAMUM LETTER PHASE-A MAEMVEUX"
        },
        {
            "codepoint": "1680F",
            "name": "BAMUM LETTER PHASE-A MANSUAE"
        },
        {
            "codepoint": "16810",
            "name": "BAMUM LETTER PHASE-A MVEUAENGAM"
        },
        {
            "codepoint": "16811",
            "name": "BAMUM LETTER PHASE-A SEUNYAM"
        },
        {
            "codepoint": "16812",
            "name": "BAMUM LETTER PHASE-A NTOQPEN"
        },
        {
            "codepoint": "16813",
            "name": "BAMUM LETTER PHASE-A KEUKEUTNDA"
        },
        {
            "codepoint": "16814",
            "name": "BAMUM LETTER PHASE-A NKINDI"
        },
        {
            "codepoint": "16815",
            "name": "BAMUM LETTER PHASE-A SUU"
        },
        {
            "codepoint": "16816",
            "name": "BAMUM LETTER PHASE-A NGKUENZEUM"
        },
        {
            "codepoint": "16817",
            "name": "BAMUM LETTER PHASE-A LAPAQ"
        },
        {
            "codepoint": "16818",
            "name": "BAMUM LETTER PHASE-A LET KUT"
        },
        {
            "codepoint": "16819",
            "name": "BAMUM LETTER PHASE-A NTAP MFAA"
        },
        {
            "codepoint": "1681A",
            "name": "BAMUM LETTER PHASE-A MAEKEUP"
        },
        {
            "codepoint": "1681B",
            "name": "BAMUM LETTER PHASE-A PASHAE"
        },
        {
            "codepoint": "1681C",
            "name": "BAMUM LETTER PHASE-A GHEUAERAE"
        },
        {
            "codepoint": "1681D",
            "name": "BAMUM LETTER PHASE-A PAMSHAE"
        },
        {
            "codepoint": "1681E",
            "name": "BAMUM LETTER PHASE-A MON NGGEUAET"
        },
        {
            "codepoint": "1681F",
            "name": "BAMUM LETTER PHASE-A NZUN MEUT"
        },
        {
            "codepoint": "16820",
            "name": "BAMUM LETTER PHASE-A U YUQ NAE"
        },
        {
            "codepoint": "16821",
            "name": "BAMUM LETTER PHASE-A GHEUAEGHEUAE"
        },
        {
            "codepoint": "16822",
            "name": "BAMUM LETTER PHASE-A NTAP NTAA"
        },
        {
            "codepoint": "16823",
            "name": "BAMUM LETTER PHASE-A SISA"
        },
        {
            "codepoint": "16824",
            "name": "BAMUM LETTER PHASE-A MGBASA"
        },
        {
            "codepoint": "16825",
            "name": "BAMUM LETTER PHASE-A MEUNJOMNDEUQ"
        },
        {
            "codepoint": "16826",
            "name": "BAMUM LETTER PHASE-A MOOMPUQ"
        },
        {
            "codepoint": "16827",
            "name": "BAMUM LETTER PHASE-A KAFA"
        },
        {
            "codepoint": "16828",
            "name": "BAMUM LETTER PHASE-A PA LEERAEWA"
        },
        {
            "codepoint": "16829",
            "name": "BAMUM LETTER PHASE-A NDA LEERAEWA"
        },
        {
            "codepoint": "1682A",
            "name": "BAMUM LETTER PHASE-A PET"
        },
        {
            "codepoint": "1682B",
            "name": "BAMUM LETTER PHASE-A MAEMKPEN"
        },
        {
            "codepoint": "1682C",
            "name": "BAMUM LETTER PHASE-A NIKA"
        },
        {
            "codepoint": "1682D",
            "name": "BAMUM LETTER PHASE-A PUP"
        },
        {
            "codepoint": "1682E",
            "name": "BAMUM LETTER PHASE-A TUAEP"
        },
        {
            "codepoint": "1682F",
            "name": "BAMUM LETTER PHASE-A LUAEP"
        },
        {
            "codepoint": "16830",
            "name": "BAMUM LETTER PHASE-A SONJAM"
        },
        {
            "codepoint": "16831",
            "name": "BAMUM LETTER PHASE-A TEUTEUWEN"
        },
        {
            "codepoint": "16832",
            "name": "BAMUM LETTER PHASE-A MAENYI"
        },
        {
            "codepoint": "16833",
            "name": "BAMUM LETTER PHASE-A KET"
        },
        {
            "codepoint": "16834",
            "name": "BAMUM LETTER PHASE-A NDAANGGEUAET"
        },
        {
            "codepoint": "16835",
            "name": "BAMUM LETTER PHASE-A KUOQ"
        },
        {
            "codepoint": "16836",
            "name": "BAMUM LETTER PHASE-A MOOMEUT"
        },
        {
            "codepoint": "16837",
            "name": "BAMUM LETTER PHASE-A SHUM"
        },
        {
            "codepoint": "16838",
            "name": "BAMUM LETTER PHASE-A LOMMAE"
        },
        {
            "codepoint": "16839",
            "name": "BAMUM LETTER PHASE-A FIRI"
        },
        {
            "codepoint": "1683A",
            "name": "BAMUM LETTER PHASE-A ROM"
        },
        {
            "codepoint": "1683B",
            "name": "BAMUM LETTER PHASE-A KPOQ"
        },
        {
            "codepoint": "1683C",
            "name": "BAMUM LETTER PHASE-A SOQ"
        },
        {
            "codepoint": "1683D",
            "name": "BAMUM LETTER PHASE-A MAP PIEET"
        },
        {
            "codepoint": "1683E",
            "name": "BAMUM LETTER PHASE-A SHIRAE"
        },
        {
            "codepoint": "1683F",
            "name": "BAMUM LETTER PHASE-A NTAP"
        },
        {
            "codepoint": "16840",
            "name": "BAMUM LETTER PHASE-A SHOQ NSHUT YUM"
        },
        {
            "codepoint": "16841",
            "name": "BAMUM LETTER PHASE-A NYIT MONGKEUAEQ"
        },
        {
            "codepoint": "16842",
            "name": "BAMUM LETTER PHASE-A PAARAE"
        },
        {
            "codepoint": "16843",
            "name": "BAMUM LETTER PHASE-A NKAARAE"
        },
        {
            "codepoint": "16844",
            "name": "BAMUM LETTER PHASE-A UNKNOWN"
        },
        {
            "codepoint": "16845",
            "name": "BAMUM LETTER PHASE-A NGGEN"
        },
        {
            "codepoint": "16846",
            "name": "BAMUM LETTER PHASE-A MAESI"
        },
        {
            "codepoint": "16847",
            "name": "BAMUM LETTER PHASE-A NJAM"
        },
        {
            "codepoint": "16848",
            "name": "BAMUM LETTER PHASE-A MBANYI"
        },
        {
            "codepoint": "16849",
            "name": "BAMUM LETTER PHASE-A NYET"
        },
        {
            "codepoint": "1684A",
            "name": "BAMUM LETTER PHASE-A TEUAEN"
        },
        {
            "codepoint": "1684B",
            "name": "BAMUM LETTER PHASE-A SOT"
        },
        {
            "codepoint": "1684C",
            "name": "BAMUM LETTER PHASE-A PAAM"
        },
        {
            "codepoint": "1684D",
            "name": "BAMUM LETTER PHASE-A NSHIEE"
        },
        {
            "codepoint": "1684E",
            "name": "BAMUM LETTER PHASE-A MAEM"
        },
        {
            "codepoint": "1684F",
            "name": "BAMUM LETTER PHASE-A NYI"
        },
        {
            "codepoint": "16850",
            "name": "BAMUM LETTER PHASE-A KAQ"
        },
        {
            "codepoint": "16851",
            "name": "BAMUM LETTER PHASE-A NSHA"
        },
        {
            "codepoint": "16852",
            "name": "BAMUM LETTER PHASE-A VEE"
        },
        {
            "codepoint": "16853",
            "name": "BAMUM LETTER PHASE-A LU"
        },
        {
            "codepoint": "16854",
            "name": "BAMUM LETTER PHASE-A NEN"
        },
        {
            "codepoint": "16855",
            "name": "BAMUM LETTER PHASE-A NAQ"
        },
        {
            "codepoint": "16856",
            "name": "BAMUM LETTER PHASE-A MBAQ"
        },
        {
            "codepoint": "16857",
            "name": "BAMUM LETTER PHASE-B NSHUET"
        },
        {
            "codepoint": "16858",
            "name": "BAMUM LETTER PHASE-B TU MAEMGBIEE"
        },
        {
            "codepoint": "16859",
            "name": "BAMUM LETTER PHASE-B SIEE"
        },
        {
            "codepoint": "1685A",
            "name": "BAMUM LETTER PHASE-B SET TU"
        },
        {
            "codepoint": "1685B",
            "name": "BAMUM LETTER PHASE-B LOM NTEUM"
        },
        {
            "codepoint": "1685C",
            "name": "BAMUM LETTER PHASE-B MBA MAELEE"
        },
        {
            "codepoint": "1685D",
            "name": "BAMUM LETTER PHASE-B KIEEM"
        },
        {
            "codepoint": "1685E",
            "name": "BAMUM LETTER PHASE-B YEURAE"
        },
        {
            "codepoint": "1685F",
            "name": "BAMUM LETTER PHASE-B MBAARAE"
        },
        {
            "codepoint": "16860",
            "name": "BAMUM LETTER PHASE-B KAM"
        },
        {
            "codepoint": "16861",
            "name": "BAMUM LETTER PHASE-B PEESHI"
        },
        {
            "codepoint": "16862",
            "name": "BAMUM LETTER PHASE-B YAFU LEERAEWA"
        },
        {
            "codepoint": "16863",
            "name": "BAMUM LETTER PHASE-B LAM NSHUT NYAM"
        },
        {
            "codepoint": "16864",
            "name": "BAMUM LETTER PHASE-B NTIEE SHEUOQ"
        },
        {
            "codepoint": "16865",
            "name": "BAMUM LETTER PHASE-B NDU NJAA"
        },
        {
            "codepoint": "16866",
            "name": "BAMUM LETTER PHASE-B GHEUGHEUAEM"
        },
        {
            "codepoint": "16867",
            "name": "BAMUM LETTER PHASE-B PIT"
        },
        {
            "codepoint": "16868",
            "name": "BAMUM LETTER PHASE-B TU NSIEE"
        },
        {
            "codepoint": "16869",
            "name": "BAMUM LETTER PHASE-B SHET NJAQ"
        },
        {
            "codepoint": "1686A",
            "name": "BAMUM LETTER PHASE-B SHEUAEQTU"
        },
        {
            "codepoint": "1686B",
            "name": "BAMUM LETTER PHASE-B MFON TEUAEQ"
        },
        {
            "codepoint": "1686C",
            "name": "BAMUM LETTER PHASE-B MBIT MBAAKET"
        },
        {
            "codepoint": "1686D",
            "name": "BAMUM LETTER PHASE-B NYI NTEUM"
        },
        {
            "codepoint": "1686E",
            "name": "BAMUM LETTER PHASE-B KEUPUQ"
        },
        {
            "codepoint": "1686F",
            "name": "BAMUM LETTER PHASE-B GHEUGHEN"
        },
        {
            "codepoint": "16870",
            "name": "BAMUM LETTER PHASE-B KEUYEUX"
        },
        {
            "codepoint": "16871",
            "name": "BAMUM LETTER PHASE-B LAANAE"
        },
        {
            "codepoint": "16872",
            "name": "BAMUM LETTER PHASE-B PARUM",
            "comments": [
                "nsen in Phases C-E"
            ]
        },
        {
            "codepoint": "16873",
            "name": "BAMUM LETTER PHASE-B VEUM"
        },
        {
            "codepoint": "16874",
            "name": "BAMUM LETTER PHASE-B NGKINDI MVOP"
        },
        {
            "codepoint": "16875",
            "name": "BAMUM LETTER PHASE-B NGGEU MBU"
        },
        {
            "codepoint": "16876",
            "name": "BAMUM LETTER PHASE-B WUAET"
        },
        {
            "codepoint": "16877",
            "name": "BAMUM LETTER PHASE-B SAKEUAE"
        },
        {
            "codepoint": "16878",
            "name": "BAMUM LETTER PHASE-B TAAM"
        },
        {
            "codepoint": "16879",
            "name": "BAMUM LETTER PHASE-B MEUQ"
        },
        {
            "codepoint": "1687A",
            "name": "BAMUM LETTER PHASE-B NGGUOQ"
        },
        {
            "codepoint": "1687B",
            "name": "BAMUM LETTER PHASE-B NGGUOQ LARGE"
        },
        {
            "codepoint": "1687C",
            "name": "BAMUM LETTER PHASE-B MFIYAQ"
        },
        {
            "codepoint": "1687D",
            "name": "BAMUM LETTER PHASE-B SUE"
        },
        {
            "codepoint": "1687E",
            "name": "BAMUM LETTER PHASE-B MBEURI"
        },
        {
            "codepoint": "1687F",
            "name": "BAMUM LETTER PHASE-B MONTIEEN"
        },
        {
            "codepoint": "16880",
            "name": "BAMUM LETTER PHASE-B NYAEMAE"
        },
        {
            "codepoint": "16881",
            "name": "BAMUM LETTER PHASE-B PUNGAAM"
        },
        {
            "codepoint": "16882",
            "name": "BAMUM LETTER PHASE-B MEUT NGGEET"
        },
        {
            "codepoint": "16883",
            "name": "BAMUM LETTER PHASE-B FEUX"
        },
        {
            "codepoint": "16884",
            "name": "BAMUM LETTER PHASE-B MBUOQ"
        },
        {
            "codepoint": "16885",
            "name": "BAMUM LETTER PHASE-B FEE"
        },
        {
            "codepoint": "16886",
            "name": "BAMUM LETTER PHASE-B KEUAEM"
        },
        {
            "codepoint": "16887",
            "name": "BAMUM LETTER PHASE-B MA NJEUAENA"
        },
        {
            "codepoint": "16888",
            "name": "BAMUM LETTER PHASE-B MA NJUQA"
        },
        {
            "codepoint": "16889",
            "name": "BAMUM LETTER PHASE-B LET"
        },
        {
            "codepoint": "1688A",
            "name": "BAMUM LETTER PHASE-B NGGAAM"
        },
        {
            "codepoint": "1688B",
            "name": "BAMUM LETTER PHASE-B NSEN"
        },
        {
            "codepoint": "1688C",
            "name": "BAMUM LETTER PHASE-B MA"
        },
        {
            "codepoint": "1688D",
            "name": "BAMUM LETTER PHASE-B KIQ"
        },
        {
            "codepoint": "1688E",
            "name": "BAMUM LETTER PHASE-B NGOM"
        },
        {
            "codepoint": "1688F",
            "name": "BAMUM LETTER PHASE-C NGKUE MAEMBA"
        },
        {
            "codepoint": "16890",
            "name": "BAMUM LETTER PHASE-C NZA"
        },
        {
            "codepoint": "16891",
            "name": "BAMUM LETTER PHASE-C YUM"
        },
        {
            "codepoint": "16892",
            "name": "BAMUM LETTER PHASE-C WANGKUOQ"
        },
        {
            "codepoint": "16893",
            "name": "BAMUM LETTER PHASE-C NGGEN"
        },
        {
            "codepoint": "16894",
            "name": "BAMUM LETTER PHASE-C NDEUAEREE"
        },
        {
            "codepoint": "16895",
            "name": "BAMUM LETTER PHASE-C NGKAQ"
        },
        {
            "codepoint": "16896",
            "name": "BAMUM LETTER PHASE-C GHARAE"
        },
        {
            "codepoint": "16897",
            "name": "BAMUM LETTER PHASE-C MBEEKEET"
        },
        {
            "codepoint": "16898",
            "name": "BAMUM LETTER PHASE-C GBAYI"
        },
        {
            "codepoint": "16899",
            "name": "BAMUM LETTER PHASE-C NYIR MKPARAQ MEUN"
        },
        {
            "codepoint": "1689A",
            "name": "BAMUM LETTER PHASE-C NTU MBIT"
        },
        {
            "codepoint": "1689B",
            "name": "BAMUM LETTER PHASE-C MBEUM"
        },
        {
            "codepoint": "1689C",
            "name": "BAMUM LETTER PHASE-C PIRIEEN"
        },
        {
            "codepoint": "1689D",
            "name": "BAMUM LETTER PHASE-C NDOMBU"
        },
        {
            "codepoint": "1689E",
            "name": "BAMUM LETTER PHASE-C MBAA CABBAGE-TREE"
        },
        {
            "codepoint": "1689F",
            "name": "BAMUM LETTER PHASE-C KEUSHEUAEP"
        },
        {
            "codepoint": "168A0",
            "name": "BAMUM LETTER PHASE-C GHAP"
        },
        {
            "codepoint": "168A1",
            "name": "BAMUM LETTER PHASE-C KEUKAQ"
        },
        {
            "codepoint": "168A2",
            "name": "BAMUM LETTER PHASE-C YU MUOMAE"
        },
        {
            "codepoint": "168A3",
            "name": "BAMUM LETTER PHASE-C NZEUM"
        },
        {
            "codepoint": "168A4",
            "name": "BAMUM LETTER PHASE-C MBUE"
        },
        {
            "codepoint": "168A5",
            "name": "BAMUM LETTER PHASE-C NSEUAEN"
        },
        {
            "codepoint": "168A6",
            "name": "BAMUM LETTER PHASE-C MBIT"
        },
        {
            "codepoint": "168A7",
            "name": "BAMUM LETTER PHASE-C YEUQ"
        },
        {
            "codepoint": "168A8",
            "name": "BAMUM LETTER PHASE-C KPARAQ"
        },
        {
            "codepoint": "168A9",
            "name": "BAMUM LETTER PHASE-C KAA"
        },
        {
            "codepoint": "168AA",
            "name": "BAMUM LETTER PHASE-C SEUX"
        },
        {
            "codepoint": "168AB",
            "name": "BAMUM LETTER PHASE-C NDIDA"
        },
        {
            "codepoint": "168AC",
            "name": "BAMUM LETTER PHASE-C TAASHAE"
        },
        {
            "codepoint": "168AD",
            "name": "BAMUM LETTER PHASE-C NJUEQ"
        },
        {
            "codepoint": "168AE",
            "name": "BAMUM LETTER PHASE-C TITA YUE"
        },
        {
            "codepoint": "168AF",
            "name": "BAMUM LETTER PHASE-C SUAET"
        },
        {
            "codepoint": "168B0",
            "name": "BAMUM LETTER PHASE-C NGGUAEN NYAM"
        },
        {
            "codepoint": "168B1",
            "name": "BAMUM LETTER PHASE-C VEUX"
        },
        {
            "codepoint": "168B2",
            "name": "BAMUM LETTER PHASE-C NANSANAQ"
        },
        {
            "codepoint": "168B3",
            "name": "BAMUM LETTER PHASE-C MA KEUAERI"
        },
        {
            "codepoint": "168B4",
            "name": "BAMUM LETTER PHASE-C NTAA"
        },
        {
            "codepoint": "168B5",
            "name": "BAMUM LETTER PHASE-C NGGUON"
        },
        {
            "codepoint": "168B6",
            "name": "BAMUM LETTER PHASE-C LAP"
        },
        {
            "codepoint": "168B7",
            "name": "BAMUM LETTER PHASE-C MBIRIEEN"
        },
        {
            "codepoint": "168B8",
            "name": "BAMUM LETTER PHASE-C MGBASAQ"
        },
        {
            "codepoint": "168B9",
            "name": "BAMUM LETTER PHASE-C NTEUNGBA"
        },
        {
            "codepoint": "168BA",
            "name": "BAMUM LETTER PHASE-C TEUTEUX"
        },
        {
            "codepoint": "168BB",
            "name": "BAMUM LETTER PHASE-C NGGUM"
        },
        {
            "codepoint": "168BC",
            "name": "BAMUM LETTER PHASE-C FUE"
        },
        {
            "codepoint": "168BD",
            "name": "BAMUM LETTER PHASE-C NDEUT"
        },
        {
            "codepoint": "168BE",
            "name": "BAMUM LETTER PHASE-C NSA"
        },
        {
            "codepoint": "168BF",
            "name": "BAMUM LETTER PHASE-C NSHAQ"
        },
        {
            "codepoint": "168C0",
            "name": "BAMUM LETTER PHASE-C BUNG"
        },
        {
            "codepoint": "168C1",
            "name": "BAMUM LETTER PHASE-C VEUAEPEN"
        },
        {
            "codepoint": "168C2",
            "name": "BAMUM LETTER PHASE-C MBERAE"
        },
        {
            "codepoint": "168C3",
            "name": "BAMUM LETTER PHASE-C RU"
        },
        {
            "codepoint": "168C4",
            "name": "BAMUM LETTER PHASE-C NJAEM"
        },
        {
            "codepoint": "168C5",
            "name": "BAMUM LETTER PHASE-C LAM"
        },
        {
            "codepoint": "168C6",
            "name": "BAMUM LETTER PHASE-C TITUAEP"
        },
        {
            "codepoint": "168C7",
            "name": "BAMUM LETTER PHASE-C NSUOT NGOM"
        },
        {
            "codepoint": "168C8",
            "name": "BAMUM LETTER PHASE-C NJEEEE"
        },
        {
            "codepoint": "168C9",
            "name": "BAMUM LETTER PHASE-C KET"
        },
        {
            "codepoint": "168CA",
            "name": "BAMUM LETTER PHASE-C NGGU"
        },
        {
            "codepoint": "168CB",
            "name": "BAMUM LETTER PHASE-C MAESI"
        },
        {
            "codepoint": "168CC",
            "name": "BAMUM LETTER PHASE-C MBUAEM"
        },
        {
            "codepoint": "168CD",
            "name": "BAMUM LETTER PHASE-C LU"
        },
        {
            "codepoint": "168CE",
            "name": "BAMUM LETTER PHASE-C KUT"
        },
        {
            "codepoint": "168CF",
            "name": "BAMUM LETTER PHASE-C NJAM"
        },
        {
            "codepoint": "168D0",
            "name": "BAMUM LETTER PHASE-C NGOM"
        },
        {
            "codepoint": "168D1",
            "name": "BAMUM LETTER PHASE-C WUP"
        },
        {
            "codepoint": "168D2",
            "name": "BAMUM LETTER PHASE-C NGGUEET"
        },
        {
            "codepoint": "168D3",
            "name": "BAMUM LETTER PHASE-C NSOM"
        },
        {
            "codepoint": "168D4",
            "name": "BAMUM LETTER PHASE-C NTEN"
        },
        {
            "codepoint": "168D5",
            "name": "BAMUM LETTER PHASE-C KUOP NKAARAE"
        },
        {
            "codepoint": "168D6",
            "name": "BAMUM LETTER PHASE-C NSUN"
        },
        {
            "codepoint": "168D7",
            "name": "BAMUM LETTER PHASE-C NDAM",
            "comments": [
                "pen in Phase D"
            ]
        },
        {
            "codepoint": "168D8",
            "name": "BAMUM LETTER PHASE-C MA NSIEE"
        },
        {
            "codepoint": "168D9",
            "name": "BAMUM LETTER PHASE-C YAA"
        },
        {
            "codepoint": "168DA",
            "name": "BAMUM LETTER PHASE-C NDAP"
        },
        {
            "codepoint": "168DB",
            "name": "BAMUM LETTER PHASE-C SHUEQ"
        },
        {
            "codepoint": "168DC",
            "name": "BAMUM LETTER PHASE-C SETFON"
        },
        {
            "codepoint": "168DD",
            "name": "BAMUM LETTER PHASE-C MBI"
        },
        {
            "codepoint": "168DE",
            "name": "BAMUM LETTER PHASE-C MAEMBA"
        },
        {
            "codepoint": "168DF",
            "name": "BAMUM LETTER PHASE-C MBANYI"
        },
        {
            "codepoint": "168E0",
            "name": "BAMUM LETTER PHASE-C KEUSEUX"
        },
        {
            "codepoint": "168E1",
            "name": "BAMUM LETTER PHASE-C MBEUX"
        },
        {
            "codepoint": "168E2",
            "name": "BAMUM LETTER PHASE-C KEUM"
        },
        {
            "codepoint": "168E3",
            "name": "BAMUM LETTER PHASE-C MBAA PICKET"
        },
        {
            "codepoint": "168E4",
            "name": "BAMUM LETTER PHASE-C YUWOQ"
        },
        {
            "codepoint": "168E5",
            "name": "BAMUM LETTER PHASE-C NJEUX"
        },
        {
            "codepoint": "168E6",
            "name": "BAMUM LETTER PHASE-C MIEE"
        },
        {
            "codepoint": "168E7",
            "name": "BAMUM LETTER PHASE-C MUAE"
        },
        {
            "codepoint": "168E8",
            "name": "BAMUM LETTER PHASE-C SHIQ"
        },
        {
            "codepoint": "168E9",
            "name": "BAMUM LETTER PHASE-C KEN LAW"
        },
        {
            "codepoint": "168EA",
            "name": "BAMUM LETTER PHASE-C KEN FATIGUE"
        },
        {
            "codepoint": "168EB",
            "name": "BAMUM LETTER PHASE-C NGAQ"
        },
        {
            "codepoint": "168EC",
            "name": "BAMUM LETTER PHASE-C NAQ"
        },
        {
            "codepoint": "168ED",
            "name": "BAMUM LETTER PHASE-C LIQ"
        },
        {
            "codepoint": "168EE",
            "name": "BAMUM LETTER PHASE-C PIN"
        },
        {
            "codepoint": "168EF",
            "name": "BAMUM LETTER PHASE-C PEN"
        },
        {
            "codepoint": "168F0",
            "name": "BAMUM LETTER PHASE-C TET"
        },
        {
            "codepoint": "168F1",
            "name": "BAMUM LETTER PHASE-D MBUO"
        },
        {
            "codepoint": "168F2",
            "name": "BAMUM LETTER PHASE-D WAP"
        },
        {
            "codepoint": "168F3",
            "name": "BAMUM LETTER PHASE-D NJI"
        },
        {
            "codepoint": "168F4",
            "name": "BAMUM LETTER PHASE-D MFON"
        },
        {
            "codepoint": "168F5",
            "name": "BAMUM LETTER PHASE-D NJIEE"
        },
        {
            "codepoint": "168F6",
            "name": "BAMUM LETTER PHASE-D LIEE"
        },
        {
            "codepoint": "168F7",
            "name": "BAMUM LETTER PHASE-D NJEUT"
        },
        {
            "codepoint": "168F8",
            "name": "BAMUM LETTER PHASE-D NSHEE"
        },
        {
            "codepoint": "168F9",
            "name": "BAMUM LETTER PHASE-D NGGAAMAE"
        },
        {
            "codepoint": "168FA",
            "name": "BAMUM LETTER PHASE-D NYAM"
        },
        {
            "codepoint": "168FB",
            "name": "BAMUM LETTER PHASE-D WUAEN",
            "comments": [
                "ti in Phases E-F"
            ]
        },
        {
            "codepoint": "168FC",
            "name": "BAMUM LETTER PHASE-D NGKUN"
        },
        {
            "codepoint": "168FD",
            "name": "BAMUM LETTER PHASE-D SHEE"
        },
        {
            "codepoint": "168FE",
            "name": "BAMUM LETTER PHASE-D NGKAP"
        },
        {
            "codepoint": "168FF",
            "name": "BAMUM LETTER PHASE-D KEUAETMEUN"
        },
        {
            "codepoint": "16900",
            "name": "BAMUM LETTER PHASE-D TEUT"
        },
        {
            "codepoint": "16901",
            "name": "BAMUM LETTER PHASE-D SHEUAE"
        },
        {
            "codepoint": "16902",
            "name": "BAMUM LETTER PHASE-D NJAP"
        },
        {
            "codepoint": "16903",
            "name": "BAMUM LETTER PHASE-D SUE"
        },
        {
            "codepoint": "16904",
            "name": "BAMUM LETTER PHASE-D KET"
        },
        {
            "codepoint": "16905",
            "name": "BAMUM LETTER PHASE-D YAEMMAE"
        },
        {
            "codepoint": "16906",
            "name": "BAMUM LETTER PHASE-D KUOM"
        },
        {
            "codepoint": "16907",
            "name": "BAMUM LETTER PHASE-D SAP"
        },
        {
            "codepoint": "16908",
            "name": "BAMUM LETTER PHASE-D MFEUT"
        },
        {
            "codepoint": "16909",
            "name": "BAMUM LETTER PHASE-D NDEUX"
        },
        {
            "codepoint": "1690A",
            "name": "BAMUM LETTER PHASE-D MALEERI"
        },
        {
            "codepoint": "1690B",
            "name": "BAMUM LETTER PHASE-D MEUT"
        },
        {
            "codepoint": "1690C",
            "name": "BAMUM LETTER PHASE-D SEUAEQ"
        },
        {
            "codepoint": "1690D",
            "name": "BAMUM LETTER PHASE-D YEN"
        },
        {
            "codepoint": "1690E",
            "name": "BAMUM LETTER PHASE-D NJEUAEM"
        },
        {
            "codepoint": "1690F",
            "name": "BAMUM LETTER PHASE-D KEUOT MBUAE"
        },
        {
            "codepoint": "16910",
            "name": "BAMUM LETTER PHASE-D NGKEURI"
        },
        {
            "codepoint": "16911",
            "name": "BAMUM LETTER PHASE-D TU"
        },
        {
            "codepoint": "16912",
            "name": "BAMUM LETTER PHASE-D GHAA"
        },
        {
            "codepoint": "16913",
            "name": "BAMUM LETTER PHASE-D NGKYEE"
        },
        {
            "codepoint": "16914",
            "name": "BAMUM LETTER PHASE-D FEUFEUAET"
        },
        {
            "codepoint": "16915",
            "name": "BAMUM LETTER PHASE-D NDEE"
        },
        {
            "codepoint": "16916",
            "name": "BAMUM LETTER PHASE-D MGBOFUM"
        },
        {
            "codepoint": "16917",
            "name": "BAMUM LETTER PHASE-D LEUAEP"
        },
        {
            "codepoint": "16918",
            "name": "BAMUM LETTER PHASE-D NDON"
        },
        {
            "codepoint": "16919",
            "name": "BAMUM LETTER PHASE-D MONI"
        },
        {
            "codepoint": "1691A",
            "name": "BAMUM LETTER PHASE-D MGBEUN"
        },
        {
            "codepoint": "1691B",
            "name": "BAMUM LETTER PHASE-D PUUT"
        },
        {
            "codepoint": "1691C",
            "name": "BAMUM LETTER PHASE-D MGBIEE"
        },
        {
            "codepoint": "1691D",
            "name": "BAMUM LETTER PHASE-D MFO"
        },
        {
            "codepoint": "1691E",
            "name": "BAMUM LETTER PHASE-D LUM"
        },
        {
            "codepoint": "1691F",
            "name": "BAMUM LETTER PHASE-D NSIEEP"
        },
        {
            "codepoint": "16920",
            "name": "BAMUM LETTER PHASE-D MBAA"
        },
        {
            "codepoint": "16921",
            "name": "BAMUM LETTER PHASE-D KWAET"
        },
        {
            "codepoint": "16922",
            "name": "BAMUM LETTER PHASE-D NYET"
        },
        {
            "codepoint": "16923",
            "name": "BAMUM LETTER PHASE-D TEUAEN"
        },
        {
            "codepoint": "16924",
            "name": "BAMUM LETTER PHASE-D SOT"
        },
        {
            "codepoint": "16925",
            "name": "BAMUM LETTER PHASE-D YUWOQ"
        },
        {
            "codepoint": "16926",
            "name": "BAMUM LETTER PHASE-D KEUM"
        },
        {
            "codepoint": "16927",
            "name": "BAMUM LETTER PHASE-D RAEM"
        },
        {
            "codepoint": "16928",
            "name": "BAMUM LETTER PHASE-D TEEEE"
        },
        {
            "codepoint": "16929",
            "name": "BAMUM LETTER PHASE-D NGKEUAEQ",
            "comments": [
                "faamae '8' in Phase F"
            ]
        },
        {
            "codepoint": "1692A",
            "name": "BAMUM LETTER PHASE-D MFEUAE"
        },
        {
            "codepoint": "1692B",
            "name": "BAMUM LETTER PHASE-D NSIEET"
        },
        {
            "codepoint": "1692C",
            "name": "BAMUM LETTER PHASE-D KEUP"
        },
        {
            "codepoint": "1692D",
            "name": "BAMUM LETTER PHASE-D PIP"
        },
        {
            "codepoint": "1692E",
            "name": "BAMUM LETTER PHASE-D PEUTAE"
        },
        {
            "codepoint": "1692F",
            "name": "BAMUM LETTER PHASE-D NYUE"
        },
        {
            "codepoint": "16930",
            "name": "BAMUM LETTER PHASE-D LET",
            "comments": [
                "lee in Phases E-F"
            ]
        },
        {
            "codepoint": "16931",
            "name": "BAMUM LETTER PHASE-D NGGAAM",
            "comments": [
                "mu in Phases E-F"
            ]
        },
        {
            "codepoint": "16932",
            "name": "BAMUM LETTER PHASE-D MFIEE"
        },
        {
            "codepoint": "16933",
            "name": "BAMUM LETTER PHASE-D NGGWAEN"
        },
        {
            "codepoint": "16934",
            "name": "BAMUM LETTER PHASE-D YUOM"
        },
        {
            "codepoint": "16935",
            "name": "BAMUM LETTER PHASE-D PAP"
        },
        {
            "codepoint": "16936",
            "name": "BAMUM LETTER PHASE-D YUOP"
        },
        {
            "codepoint": "16937",
            "name": "BAMUM LETTER PHASE-D NDAM"
        },
        {
            "codepoint": "16938",
            "name": "BAMUM LETTER PHASE-D NTEUM"
        },
        {
            "codepoint": "16939",
            "name": "BAMUM LETTER PHASE-D SUAE"
        },
        {
            "codepoint": "1693A",
            "name": "BAMUM LETTER PHASE-D KUN"
        },
        {
            "codepoint": "1693B",
            "name": "BAMUM LETTER PHASE-D NGGEUX"
        },
        {
            "codepoint": "1693C",
            "name": "BAMUM LETTER PHASE-D NGKIEE"
        },
        {
            "codepoint": "1693D",
            "name": "BAMUM LETTER PHASE-D TUOT"
        },
        {
            "codepoint": "1693E",
            "name": "BAMUM LETTER PHASE-D MEUN"
        },
        {
            "codepoint": "1693F",
            "name": "BAMUM LETTER PHASE-D KUQ"
        },
        {
            "codepoint": "16940",
            "name": "BAMUM LETTER PHASE-D NSUM"
        },
        {
            "codepoint": "16941",
            "name": "BAMUM LETTER PHASE-D TEUN"
        },
        {
            "codepoint": "16942",
            "name": "BAMUM LETTER PHASE-D MAENJET"
        },
        {
            "codepoint": "16943",
            "name": "BAMUM LETTER PHASE-D NGGAP"
        },
        {
            "codepoint": "16944",
            "name": "BAMUM LETTER PHASE-D LEUM"
        },
        {
            "codepoint": "16945",
            "name": "BAMUM LETTER PHASE-D NGGUOM"
        },
        {
            "codepoint": "16946",
            "name": "BAMUM LETTER PHASE-D NSHUT"
        },
        {
            "codepoint": "16947",
            "name": "BAMUM LETTER PHASE-D NJUEQ"
        },
        {
            "codepoint": "16948",
            "name": "BAMUM LETTER PHASE-D GHEUAE"
        },
        {
            "codepoint": "16949",
            "name": "BAMUM LETTER PHASE-D KU"
        },
        {
            "codepoint": "1694A",
            "name": "BAMUM LETTER PHASE-D REN OLD"
        },
        {
            "codepoint": "1694B",
            "name": "BAMUM LETTER PHASE-D TAE"
        },
        {
            "codepoint": "1694C",
            "name": "BAMUM LETTER PHASE-D TOQ"
        },
        {
            "codepoint": "1694D",
            "name": "BAMUM LETTER PHASE-D NYI"
        },
        {
            "codepoint": "1694E",
            "name": "BAMUM LETTER PHASE-D RII"
        },
        {
            "codepoint": "1694F",
            "name": "BAMUM LETTER PHASE-D LEEEE"
        },
        {
            "codepoint": "16950",
            "name": "BAMUM LETTER PHASE-D MEEEE",
            "comments": [
                "meq in Phase E"
            ]
        },
        {
            "codepoint": "16951",
            "name": "BAMUM LETTER PHASE-D M"
        },
        {
            "codepoint": "16952",
            "name": "BAMUM LETTER PHASE-D SUU"
        },
        {
            "codepoint": "16953",
            "name": "BAMUM LETTER PHASE-D MU"
        },
        {
            "codepoint": "16954",
            "name": "BAMUM LETTER PHASE-D SHII"
        },
        {
            "codepoint": "16955",
            "name": "BAMUM LETTER PHASE-D SHEUX"
        },
        {
            "codepoint": "16956",
            "name": "BAMUM LETTER PHASE-D KYEE"
        },
        {
            "codepoint": "16957",
            "name": "BAMUM LETTER PHASE-D NU"
        },
        {
            "codepoint": "16958",
            "name": "BAMUM LETTER PHASE-D SHU"
        },
        {
            "codepoint": "16959",
            "name": "BAMUM LETTER PHASE-D NTEE"
        },
        {
            "codepoint": "1695A",
            "name": "BAMUM LETTER PHASE-D PEE"
        },
        {
            "codepoint": "1695B",
            "name": "BAMUM LETTER PHASE-D NI"
        },
        {
            "codepoint": "1695C",
            "name": "BAMUM LETTER PHASE-D SHOQ"
        },
        {
            "codepoint": "1695D",
            "name": "BAMUM LETTER PHASE-D PUQ"
        },
        {
            "codepoint": "1695E",
            "name": "BAMUM LETTER PHASE-D MVOP"
        },
        {
            "codepoint": "1695F",
            "name": "BAMUM LETTER PHASE-D LOQ"
        },
        {
            "codepoint": "16960",
            "name": "BAMUM LETTER PHASE-D REN MUCH"
        },
        {
            "codepoint": "16961",
            "name": "BAMUM LETTER PHASE-D TI"
        },
        {
            "codepoint": "16962",
            "name": "BAMUM LETTER PHASE-D NTUU"
        },
        {
            "codepoint": "16963",
            "name": "BAMUM LETTER PHASE-D MBAA SEVEN",
            "comments": [
                "used after 16985 for samba '7' in Phases A-D"
            ]
        },
        {
            "codepoint": "16964",
            "name": "BAMUM LETTER PHASE-D SAQ"
        },
        {
            "codepoint": "16965",
            "name": "BAMUM LETTER PHASE-D FAA",
            "comments": [
                "used before 169B8 for faamae '8' in Phases A-D"
            ]
        },
        {
            "codepoint": "16966",
            "name": "BAMUM LETTER PHASE-E NDAP",
            "comments": [
                "i in Phase F"
            ]
        },
        {
            "codepoint": "16967",
            "name": "BAMUM LETTER PHASE-E TOON"
        },
        {
            "codepoint": "16968",
            "name": "BAMUM LETTER PHASE-E MBEUM"
        },
        {
            "codepoint": "16969",
            "name": "BAMUM LETTER PHASE-E LAP",
            "comments": [
                "men in Phase F"
            ]
        },
        {
            "codepoint": "1696A",
            "name": "BAMUM LETTER PHASE-E VOM"
        },
        {
            "codepoint": "1696B",
            "name": "BAMUM LETTER PHASE-E LOON"
        },
        {
            "codepoint": "1696C",
            "name": "BAMUM LETTER PHASE-E PAA"
        },
        {
            "codepoint": "1696D",
            "name": "BAMUM LETTER PHASE-E SOM"
        },
        {
            "codepoint": "1696E",
            "name": "BAMUM LETTER PHASE-E RAQ",
            "comments": [
                "nga in Phase F"
            ]
        },
        {
            "codepoint": "1696F",
            "name": "BAMUM LETTER PHASE-E NSHUOP",
            "comments": [
                "pa in Phase F"
            ]
        },
        {
            "codepoint": "16970",
            "name": "BAMUM LETTER PHASE-E NDUN",
            "comments": [
                "pue in Phase F"
            ]
        },
        {
            "codepoint": "16971",
            "name": "BAMUM LETTER PHASE-E PUAE",
            "comments": [
                "fae in Phase F"
            ]
        },
        {
            "codepoint": "16972",
            "name": "BAMUM LETTER PHASE-E TAM"
        },
        {
            "codepoint": "16973",
            "name": "BAMUM LETTER PHASE-E NGKA"
        },
        {
            "codepoint": "16974",
            "name": "BAMUM LETTER PHASE-E KPEUX"
        },
        {
            "codepoint": "16975",
            "name": "BAMUM LETTER PHASE-E WUO"
        },
        {
            "codepoint": "16976",
            "name": "BAMUM LETTER PHASE-E SEE"
        },
        {
            "codepoint": "16977",
            "name": "BAMUM LETTER PHASE-E NGGEUAET"
        },
        {
            "codepoint": "16978",
            "name": "BAMUM LETTER PHASE-E PAAM"
        },
        {
            "codepoint": "16979",
            "name": "BAMUM LETTER PHASE-E TOO"
        },
        {
            "codepoint": "1697A",
            "name": "BAMUM LETTER PHASE-E KUOP"
        },
        {
            "codepoint": "1697B",
            "name": "BAMUM LETTER PHASE-E LOM"
        },
        {
            "codepoint": "1697C",
            "name": "BAMUM LETTER PHASE-E NSHIEE"
        },
        {
            "codepoint": "1697D",
            "name": "BAMUM LETTER PHASE-E NGOP"
        },
        {
            "codepoint": "1697E",
            "name": "BAMUM LETTER PHASE-E MAEM"
        },
        {
            "codepoint": "1697F",
            "name": "BAMUM LETTER PHASE-E NGKEUX"
        },
        {
            "codepoint": "16980",
            "name": "BAMUM LETTER PHASE-E NGOQ"
        },
        {
            "codepoint": "16981",
            "name": "BAMUM LETTER PHASE-E NSHUE"
        },
        {
            "codepoint": "16982",
            "name": "BAMUM LETTER PHASE-E RIMGBA"
        },
        {
            "codepoint": "16983",
            "name": "BAMUM LETTER PHASE-E NJEUX"
        },
        {
            "codepoint": "16984",
            "name": "BAMUM LETTER PHASE-E PEEM"
        },
        {
            "codepoint": "16985",
            "name": "BAMUM LETTER PHASE-E SAA",
            "comments": [
                "used before 16963 for samba '7' in Phases A-D"
            ]
        },
        {
            "codepoint": "16986",
            "name": "BAMUM LETTER PHASE-E NGGURAE"
        },
        {
            "codepoint": "16987",
            "name": "BAMUM LETTER PHASE-E MGBA"
        },
        {
            "codepoint": "16988",
            "name": "BAMUM LETTER PHASE-E GHEUX"
        },
        {
            "codepoint": "16989",
            "name": "BAMUM LETTER PHASE-E NGKEUAEM"
        },
        {
            "codepoint": "1698A",
            "name": "BAMUM LETTER PHASE-E NJAEMLI"
        },
        {
            "codepoint": "1698B",
            "name": "BAMUM LETTER PHASE-E MAP"
        },
        {
            "codepoint": "1698C",
            "name": "BAMUM LETTER PHASE-E LOOT"
        },
        {
            "codepoint": "1698D",
            "name": "BAMUM LETTER PHASE-E NGGEEEE"
        },
        {
            "codepoint": "1698E",
            "name": "BAMUM LETTER PHASE-E NDIQ"
        },
        {
            "codepoint": "1698F",
            "name": "BAMUM LETTER PHASE-E TAEN NTEUM"
        },
        {
            "codepoint": "16990",
            "name": "BAMUM LETTER PHASE-E SET"
        },
        {
            "codepoint": "16991",
            "name": "BAMUM LETTER PHASE-E PUM",
            "comments": [
                "o in Phase F"
            ]
        },
        {
            "codepoint": "16992",
            "name": "BAMUM LETTER PHASE-E NDAA SOFTNESS"
        },
        {
            "codepoint": "16993",
            "name": "BAMUM LETTER PHASE-E NGGUAESHAE NYAM",
            "comments": [
                "fee in Phase F"
            ]
        },
        {
            "codepoint": "16994",
            "name": "BAMUM LETTER PHASE-E YIEE"
        },
        {
            "codepoint": "16995",
            "name": "BAMUM LETTER PHASE-E GHEUN"
        },
        {
            "codepoint": "16996",
            "name": "BAMUM LETTER PHASE-E TUAE"
        },
        {
            "codepoint": "16997",
            "name": "BAMUM LETTER PHASE-E YEUAE"
        },
        {
            "codepoint": "16998",
            "name": "BAMUM LETTER PHASE-E PO"
        },
        {
            "codepoint": "16999",
            "name": "BAMUM LETTER PHASE-E TUMAE"
        },
        {
            "codepoint": "1699A",
            "name": "BAMUM LETTER PHASE-E KEUAE"
        },
        {
            "codepoint": "1699B",
            "name": "BAMUM LETTER PHASE-E SUAEN"
        },
        {
            "codepoint": "1699C",
            "name": "BAMUM LETTER PHASE-E TEUAEQ"
        },
        {
            "codepoint": "1699D",
            "name": "BAMUM LETTER PHASE-E VEUAE"
        },
        {
            "codepoint": "1699E",
            "name": "BAMUM LETTER PHASE-E WEUX"
        },
        {
            "codepoint": "1699F",
            "name": "BAMUM LETTER PHASE-E LAAM"
        },
        {
            "codepoint": "169A0",
            "name": "BAMUM LETTER PHASE-E PU",
            "comments": [
                "also puq in Phase E"
            ]
        },
        {
            "codepoint": "169A1",
            "name": "BAMUM LETTER PHASE-E TAAQ"
        },
        {
            "codepoint": "169A2",
            "name": "BAMUM LETTER PHASE-E GHAAMAE"
        },
        {
            "codepoint": "169A3",
            "name": "BAMUM LETTER PHASE-E NGEUREUT"
        },
        {
            "codepoint": "169A4",
            "name": "BAMUM LETTER PHASE-E SHEUAEQ"
        },
        {
            "codepoint": "169A5",
            "name": "BAMUM LETTER PHASE-E MGBEN"
        },
        {
            "codepoint": "169A6",
            "name": "BAMUM LETTER PHASE-E MBEE"
        },
        {
            "codepoint": "169A7",
            "name": "BAMUM LETTER PHASE-E NZAQ"
        },
        {
            "codepoint": "169A8",
            "name": "BAMUM LETTER PHASE-E NKOM",
            "comments": [
                "ten in Phase F"
            ]
        },
        {
            "codepoint": "169A9",
            "name": "BAMUM LETTER PHASE-E GBET"
        },
        {
            "codepoint": "169AA",
            "name": "BAMUM LETTER PHASE-E TUM"
        },
        {
            "codepoint": "169AB",
            "name": "BAMUM LETTER PHASE-E KUET"
        },
        {
            "codepoint": "169AC",
            "name": "BAMUM LETTER PHASE-E YAP"
        },
        {
            "codepoint": "169AD",
            "name": "BAMUM LETTER PHASE-E NYI CLEAVER"
        },
        {
            "codepoint": "169AE",
            "name": "BAMUM LETTER PHASE-E YIT"
        },
        {
            "codepoint": "169AF",
            "name": "BAMUM LETTER PHASE-E MFEUQ"
        },
        {
            "codepoint": "169B0",
            "name": "BAMUM LETTER PHASE-E NDIAQ"
        },
        {
            "codepoint": "169B1",
            "name": "BAMUM LETTER PHASE-E PIEEQ"
        },
        {
            "codepoint": "169B2",
            "name": "BAMUM LETTER PHASE-E YUEQ"
        },
        {
            "codepoint": "169B3",
            "name": "BAMUM LETTER PHASE-E LEUAEM"
        },
        {
            "codepoint": "169B4",
            "name": "BAMUM LETTER PHASE-E FUE"
        },
        {
            "codepoint": "169B5",
            "name": "BAMUM LETTER PHASE-E GBEUX"
        },
        {
            "codepoint": "169B6",
            "name": "BAMUM LETTER PHASE-E NGKUP"
        },
        {
            "codepoint": "169B7",
            "name": "BAMUM LETTER PHASE-E KET"
        },
        {
            "codepoint": "169B8",
            "name": "BAMUM LETTER PHASE-E MAE",
            "comments": [
                "used after 16965 for faamae '8' in Phases A-D"
            ]
        },
        {
            "codepoint": "169B9",
            "name": "BAMUM LETTER PHASE-E NGKAAMI"
        },
        {
            "codepoint": "169BA",
            "name": "BAMUM LETTER PHASE-E GHET"
        },
        {
            "codepoint": "169BB",
            "name": "BAMUM LETTER PHASE-E FA"
        },
        {
            "codepoint": "169BC",
            "name": "BAMUM LETTER PHASE-E NTUM"
        },
        {
            "codepoint": "169BD",
            "name": "BAMUM LETTER PHASE-E PEUT"
        },
        {
            "codepoint": "169BE",
            "name": "BAMUM LETTER PHASE-E YEUM"
        },
        {
            "codepoint": "169BF",
            "name": "BAMUM LETTER PHASE-E NGGEUAE"
        },
        {
            "codepoint": "169C0",
            "name": "BAMUM LETTER PHASE-E NYI BETWEEN"
        },
        {
            "codepoint": "169C1",
            "name": "BAMUM LETTER PHASE-E NZUQ"
        },
        {
            "codepoint": "169C2",
            "name": "BAMUM LETTER PHASE-E POON"
        },
        {
            "codepoint": "169C3",
            "name": "BAMUM LETTER PHASE-E MIEE"
        },
        {
            "codepoint": "169C4",
            "name": "BAMUM LETTER PHASE-E FUET"
        },
        {
            "codepoint": "169C5",
            "name": "BAMUM LETTER PHASE-E NAE"
        },
        {
            "codepoint": "169C6",
            "name": "BAMUM LETTER PHASE-E MUAE"
        },
        {
            "codepoint": "169C7",
            "name": "BAMUM LETTER PHASE-E GHEUAE"
        },
        {
            "codepoint": "169C8",
            "name": "BAMUM LETTER PHASE-E FU I"
        },
        {
            "codepoint": "169C9",
            "name": "BAMUM LETTER PHASE-E MVI"
        },
        {
            "codepoint": "169CA",
            "name": "BAMUM LETTER PHASE-E PUAQ"
        },
        {
            "codepoint": "169CB",
            "name": "BAMUM LETTER PHASE-E NGKUM"
        },
        {
            "codepoint": "169CC",
            "name": "BAMUM LETTER PHASE-E KUT"
        },
        {
            "codepoint": "169CD",
            "name": "BAMUM LETTER PHASE-E PIET"
        },
        {
            "codepoint": "169CE",
            "name": "BAMUM LETTER PHASE-E NTAP"
        },
        {
            "codepoint": "169CF",
            "name": "BAMUM LETTER PHASE-E YEUAET"
        },
        {
            "codepoint": "169D0",
            "name": "BAMUM LETTER PHASE-E NGGUP"
        },
        {
            "codepoint": "169D1",
            "name": "BAMUM LETTER PHASE-E PA PEOPLE"
        },
        {
            "codepoint": "169D2",
            "name": "BAMUM LETTER PHASE-E FU CALL"
        },
        {
            "codepoint": "169D3",
            "name": "BAMUM LETTER PHASE-E FOM"
        },
        {
            "codepoint": "169D4",
            "name": "BAMUM LETTER PHASE-E NJEE"
        },
        {
            "codepoint": "169D5",
            "name": "BAMUM LETTER PHASE-E A"
        },
        {
            "codepoint": "169D6",
            "name": "BAMUM LETTER PHASE-E TOQ"
        },
        {
            "codepoint": "169D7",
            "name": "BAMUM LETTER PHASE-E O"
        },
        {
            "codepoint": "169D8",
            "name": "BAMUM LETTER PHASE-E I"
        },
        {
            "codepoint": "169D9",
            "name": "BAMUM LETTER PHASE-E LAQ"
        },
        {
            "codepoint": "169DA",
            "name": "BAMUM LETTER PHASE-E PA PLURAL"
        },
        {
            "codepoint": "169DB",
            "name": "BAMUM LETTER PHASE-E TAA"
        },
        {
            "codepoint": "169DC",
            "name": "BAMUM LETTER PHASE-E TAQ"
        },
        {
            "codepoint": "169DD",
            "name": "BAMUM LETTER PHASE-E NDAA MY HOUSE"
        },
        {
            "codepoint": "169DE",
            "name": "BAMUM LETTER PHASE-E SHIQ"
        },
        {
            "codepoint": "169DF",
            "name": "BAMUM LETTER PHASE-E YEUX"
        },
        {
            "codepoint": "169E0",
            "name": "BAMUM LETTER PHASE-E NGUAE"
        },
        {
            "codepoint": "169E1",
            "name": "BAMUM LETTER PHASE-E YUAEN",
            "comments": [
                "pi in Phase F"
            ]
        },
        {
            "codepoint": "169E2",
            "name": "BAMUM LETTER PHASE-E YOQ SWIMMING"
        },
        {
            "codepoint": "169E3",
            "name": "BAMUM LETTER PHASE-E YOQ COVER"
        },
        {
            "codepoint": "169E4",
            "name": "BAMUM LETTER PHASE-E YUQ"
        },
        {
            "codepoint": "169E5",
            "name": "BAMUM LETTER PHASE-E YUN"
        },
        {
            "codepoint": "169E6",
            "name": "BAMUM LETTER PHASE-E KEUX"
        },
        {
            "codepoint": "169E7",
            "name": "BAMUM LETTER PHASE-E PEUX"
        },
        {
            "codepoint": "169E8",
            "name": "BAMUM LETTER PHASE-E NJEE EPOCH"
        },
        {
            "codepoint": "169E9",
            "name": "BAMUM LETTER PHASE-E PUE"
        },
        {
            "codepoint": "169EA",
            "name": "BAMUM LETTER PHASE-E WUE"
        },
        {
            "codepoint": "169EB",
            "name": "BAMUM LETTER PHASE-E FEE"
        },
        {
            "codepoint": "169EC",
            "name": "BAMUM LETTER PHASE-E VEE"
        },
        {
            "codepoint": "169ED",
            "name": "BAMUM LETTER PHASE-E LU"
        },
        {
            "codepoint": "169EE",
            "name": "BAMUM LETTER PHASE-E MI"
        },
        {
            "codepoint": "169EF",
            "name": "BAMUM LETTER PHASE-E REUX"
        },
        {
            "codepoint": "169F0",
            "name": "BAMUM LETTER PHASE-E RAE"
        },
        {
            "codepoint": "169F1",
            "name": "BAMUM LETTER PHASE-E NGUAET"
        },
        {
            "codepoint": "169F2",
            "name": "BAMUM LETTER PHASE-E NGA"
        },
        {
            "codepoint": "169F3",
            "name": "BAMUM LETTER PHASE-E SHO"
        },
        {
            "codepoint": "169F4",
            "name": "BAMUM LETTER PHASE-E SHOQ"
        },
        {
            "codepoint": "169F5",
            "name": "BAMUM LETTER PHASE-E FU REMEDY"
        },
        {
            "codepoint": "169F6",
            "name": "BAMUM LETTER PHASE-E NA"
        },
        {
            "codepoint": "169F7",
            "name": "BAMUM LETTER PHASE-E PI"
        },
        {
            "codepoint": "169F8",
            "name": "BAMUM LETTER PHASE-E LOQ"
        },
        {
            "codepoint": "169F9",
            "name": "BAMUM LETTER PHASE-E KO",
            "comments": [
                "used before 16A02 for koghom '10' in Phases A-D",
                "used before 16A38 for kovue '9' in Phases A-D"
            ]
        },
        {
            "codepoint": "169FA",
            "name": "BAMUM LETTER PHASE-E MEN"
        },
        {
            "codepoint": "169FB",
            "name": "BAMUM LETTER PHASE-E MA"
        },
        {
            "codepoint": "169FC",
            "name": "BAMUM LETTER PHASE-E MAQ"
        },
        {
            "codepoint": "169FD",
            "name": "BAMUM LETTER PHASE-E TEU"
        },
        {
            "codepoint": "169FE",
            "name": "BAMUM LETTER PHASE-E KI",
            "comments": [
                "koghom in Phase F"
            ]
        },
        {
            "codepoint": "169FF",
            "name": "BAMUM LETTER PHASE-E MON"
        },
        {
            "codepoint": "16A00",
            "name": "BAMUM LETTER PHASE-E TEN"
        },
        {
            "codepoint": "16A01",
            "name": "BAMUM LETTER PHASE-E FAQ"
        },
        {
            "codepoint": "16A02",
            "name": "BAMUM LETTER PHASE-E GHOM",
            "comments": [
                "used after 169F9 for koghom '10' in Phases A-D"
            ]
        },
        {
            "codepoint": "16A03",
            "name": "BAMUM LETTER PHASE-F KA"
        },
        {
            "codepoint": "16A04",
            "name": "BAMUM LETTER PHASE-F U"
        },
        {
            "codepoint": "16A05",
            "name": "BAMUM LETTER PHASE-F KU"
        },
        {
            "codepoint": "16A06",
            "name": "BAMUM LETTER PHASE-F EE"
        },
        {
            "codepoint": "16A07",
            "name": "BAMUM LETTER PHASE-F REE"
        },
        {
            "codepoint": "16A08",
            "name": "BAMUM LETTER PHASE-F TAE"
        },
        {
            "codepoint": "16A09",
            "name": "BAMUM LETTER PHASE-F NYI"
        },
        {
            "codepoint": "16A0A",
            "name": "BAMUM LETTER PHASE-F LA"
        },
        {
            "codepoint": "16A0B",
            "name": "BAMUM LETTER PHASE-F RII"
        },
        {
            "codepoint": "16A0C",
            "name": "BAMUM LETTER PHASE-F RIEE"
        },
        {
            "codepoint": "16A0D",
            "name": "BAMUM LETTER PHASE-F MEEEE"
        },
        {
            "codepoint": "16A0E",
            "name": "BAMUM LETTER PHASE-F TAA"
        },
        {
            "codepoint": "16A0F",
            "name": "BAMUM LETTER PHASE-F NDAA"
        },
        {
            "codepoint": "16A10",
            "name": "BAMUM LETTER PHASE-F NJAEM"
        },
        {
            "codepoint": "16A11",
            "name": "BAMUM LETTER PHASE-F M"
        },
        {
            "codepoint": "16A12",
            "name": "BAMUM LETTER PHASE-F SUU"
        },
        {
            "codepoint": "16A13",
            "name": "BAMUM LETTER PHASE-F SHII"
        },
        {
            "codepoint": "16A14",
            "name": "BAMUM LETTER PHASE-F SI"
        },
        {
            "codepoint": "16A15",
            "name": "BAMUM LETTER PHASE-F SEUX"
        },
        {
            "codepoint": "16A16",
            "name": "BAMUM LETTER PHASE-F KYEE"
        },
        {
            "codepoint": "16A17",
            "name": "BAMUM LETTER PHASE-F KET"
        },
        {
            "codepoint": "16A18",
            "name": "BAMUM LETTER PHASE-F NUAE"
        },
        {
            "codepoint": "16A19",
            "name": "BAMUM LETTER PHASE-F NU"
        },
        {
            "codepoint": "16A1A",
            "name": "BAMUM LETTER PHASE-F NJUAE"
        },
        {
            "codepoint": "16A1B",
            "name": "BAMUM LETTER PHASE-F YOQ"
        },
        {
            "codepoint": "16A1C",
            "name": "BAMUM LETTER PHASE-F SHU"
        },
        {
            "codepoint": "16A1D",
            "name": "BAMUM LETTER PHASE-F YA"
        },
        {
            "codepoint": "16A1E",
            "name": "BAMUM LETTER PHASE-F NSHA"
        },
        {
            "codepoint": "16A1F",
            "name": "BAMUM LETTER PHASE-F PEUX"
        },
        {
            "codepoint": "16A20",
            "name": "BAMUM LETTER PHASE-F NTEE"
        },
        {
            "codepoint": "16A21",
            "name": "BAMUM LETTER PHASE-F WUE"
        },
        {
            "codepoint": "16A22",
            "name": "BAMUM LETTER PHASE-F PEE"
        },
        {
            "codepoint": "16A23",
            "name": "BAMUM LETTER PHASE-F RU"
        },
        {
            "codepoint": "16A24",
            "name": "BAMUM LETTER PHASE-F NI"
        },
        {
            "codepoint": "16A25",
            "name": "BAMUM LETTER PHASE-F REUX"
        },
        {
            "codepoint": "16A26",
            "name": "BAMUM LETTER PHASE-F KEN"
        },
        {
            "codepoint": "16A27",
            "name": "BAMUM LETTER PHASE-F NGKWAEN"
        },
        {
            "codepoint": "16A28",
            "name": "BAMUM LETTER PHASE-F NGGA"
        },
        {
            "codepoint": "16A29",
            "name": "BAMUM LETTER PHASE-F SHO"
        },
        {
            "codepoint": "16A2A",
            "name": "BAMUM LETTER PHASE-F PUAE"
        },
        {
            "codepoint": "16A2B",
            "name": "BAMUM LETTER PHASE-F FOM"
        },
        {
            "codepoint": "16A2C",
            "name": "BAMUM LETTER PHASE-F WA"
        },
        {
            "codepoint": "16A2D",
            "name": "BAMUM LETTER PHASE-F LI"
        },
        {
            "codepoint": "16A2E",
            "name": "BAMUM LETTER PHASE-F LOQ"
        },
        {
            "codepoint": "16A2F",
            "name": "BAMUM LETTER PHASE-F KO"
        },
        {
            "codepoint": "16A30",
            "name": "BAMUM LETTER PHASE-F MBEN"
        },
        {
            "codepoint": "16A31",
            "name": "BAMUM LETTER PHASE-F REN"
        },
        {
            "codepoint": "16A32",
            "name": "BAMUM LETTER PHASE-F MA"
        },
        {
            "codepoint": "16A33",
            "name": "BAMUM LETTER PHASE-F MO"
        },
        {
            "codepoint": "16A34",
            "name": "BAMUM LETTER PHASE-F MBAA"
        },
        {
            "codepoint": "16A35",
            "name": "BAMUM LETTER PHASE-F TET"
        },
        {
            "codepoint": "16A36",
            "name": "BAMUM LETTER PHASE-F KPA"
        },
        {
            "codepoint": "16A37",
            "name": "BAMUM LETTER PHASE-F SAMBA"
        },
        {
            "codepoint": "16A38",
            "name": "BAMUM LETTER PHASE-F VUEQ",
            "comments": [
                "used after 169F9 for kovue '9' in Phases A-D"
            ]
        },
        {
            "codepoint": "16A40",
            "name": "MRO LETTER TA"
        },
        {
            "codepoint": "16A41",
            "name": "MRO LETTER NGI"
        },
        {
            "codepoint": "16A42",
            "name": "MRO LETTER YO"
        },
        {
            "codepoint": "16A43",
            "name": "MRO LETTER MIM"
        },
        {
            "codepoint": "16A44",
            "name": "MRO LETTER BA"
        },
        {
            "codepoint": "16A45",
            "name": "MRO LETTER DA"
        },
        {
            "codepoint": "16A46",
            "name": "MRO LETTER A"
        },
        {
            "codepoint": "16A47",
            "name": "MRO LETTER PHI"
        },
        {
            "codepoint": "16A48",
            "name": "MRO LETTER KHAI"
        },
        {
            "codepoint": "16A49",
            "name": "MRO LETTER HAO"
        },
        {
            "codepoint": "16A4A",
            "name": "MRO LETTER DAI",
            "aliases": [
                "i"
            ]
        },
        {
            "codepoint": "16A4B",
            "name": "MRO LETTER CHU"
        },
        {
            "codepoint": "16A4C",
            "name": "MRO LETTER KEAAE"
        },
        {
            "codepoint": "16A4D",
            "name": "MRO LETTER OL"
        },
        {
            "codepoint": "16A4E",
            "name": "MRO LETTER MAEM"
        },
        {
            "codepoint": "16A4F",
            "name": "MRO LETTER NIN"
        },
        {
            "codepoint": "16A50",
            "name": "MRO LETTER PA"
        },
        {
            "codepoint": "16A51",
            "name": "MRO LETTER OO"
        },
        {
            "codepoint": "16A52",
            "name": "MRO LETTER O"
        },
        {
            "codepoint": "16A53",
            "name": "MRO LETTER RO"
        },
        {
            "codepoint": "16A54",
            "name": "MRO LETTER SHI"
        },
        {
            "codepoint": "16A55",
            "name": "MRO LETTER THEA"
        },
        {
            "codepoint": "16A56",
            "name": "MRO LETTER EA"
        },
        {
            "codepoint": "16A57",
            "name": "MRO LETTER WA"
        },
        {
            "codepoint": "16A58",
            "name": "MRO LETTER E"
        },
        {
            "codepoint": "16A59",
            "name": "MRO LETTER KO"
        },
        {
            "codepoint": "16A5A",
            "name": "MRO LETTER LAN"
        },
        {
            "codepoint": "16A5B",
            "name": "MRO LETTER LA",
            "comments": [
                "symbol for 'month'"
            ]
        },
        {
            "codepoint": "16A5C",
            "name": "MRO LETTER HAI"
        },
        {
            "codepoint": "16A5D",
            "name": "MRO LETTER RI",
            "aliases": [
                "o"
            ]
        },
        {
            "codepoint": "16A5E",
            "name": "MRO LETTER TEK"
        },
        {
            "codepoint": "16A60",
            "name": "MRO DIGIT ZERO"
        },
        {
            "codepoint": "16A61",
            "name": "MRO DIGIT ONE"
        },
        {
            "codepoint": "16A62",
            "name": "MRO DIGIT TWO"
        },
        {
            "codepoint": "16A63",
            "name": "MRO DIGIT THREE"
        },
        {
            "codepoint": "16A64",
            "name": "MRO DIGIT FOUR"
        },
        {
            "codepoint": "16A65",
            "name": "MRO DIGIT FIVE"
        },
        {
            "codepoint": "16A66",
            "name": "MRO DIGIT SIX"
        },
        {
            "codepoint": "16A67",
            "name": "MRO DIGIT SEVEN"
        },
        {
            "codepoint": "16A68",
            "name": "MRO DIGIT EIGHT"
        },
        {
            "codepoint": "16A69",
            "name": "MRO DIGIT NINE"
        },
        {
            "codepoint": "16A6E",
            "name": "MRO DANDA"
        },
        {
            "codepoint": "16A6F",
            "name": "MRO DOUBLE DANDA"
        },
        {
            "codepoint": "16A70",
            "name": "TANGSA LETTER OZ"
        },
        {
            "codepoint": "16A71",
            "name": "TANGSA LETTER OC"
        },
        {
            "codepoint": "16A72",
            "name": "TANGSA LETTER OQ"
        },
        {
            "codepoint": "16A73",
            "name": "TANGSA LETTER OX"
        },
        {
            "codepoint": "16A74",
            "name": "TANGSA LETTER AZ"
        },
        {
            "codepoint": "16A75",
            "name": "TANGSA LETTER AC"
        },
        {
            "codepoint": "16A76",
            "name": "TANGSA LETTER AQ"
        },
        {
            "codepoint": "16A77",
            "name": "TANGSA LETTER AX"
        },
        {
            "codepoint": "16A78",
            "name": "TANGSA LETTER VZ"
        },
        {
            "codepoint": "16A79",
            "name": "TANGSA LETTER VC"
        },
        {
            "codepoint": "16A7A",
            "name": "TANGSA LETTER VQ"
        },
        {
            "codepoint": "16A7B",
            "name": "TANGSA LETTER VX"
        },
        {
            "codepoint": "16A7C",
            "name": "TANGSA LETTER EZ"
        },
        {
            "codepoint": "16A7D",
            "name": "TANGSA LETTER EC"
        },
        {
            "codepoint": "16A7E",
            "name": "TANGSA LETTER EQ"
        },
        {
            "codepoint": "16A7F",
            "name": "TANGSA LETTER EX"
        },
        {
            "codepoint": "16A80",
            "name": "TANGSA LETTER IZ"
        },
        {
            "codepoint": "16A81",
            "name": "TANGSA LETTER IC"
        },
        {
            "codepoint": "16A82",
            "name": "TANGSA LETTER IQ"
        },
        {
            "codepoint": "16A83",
            "name": "TANGSA LETTER IX"
        },
        {
            "codepoint": "16A84",
            "name": "TANGSA LETTER UZ"
        },
        {
            "codepoint": "16A85",
            "name": "TANGSA LETTER UC"
        },
        {
            "codepoint": "16A86",
            "name": "TANGSA LETTER UQ"
        },
        {
            "codepoint": "16A87",
            "name": "TANGSA LETTER UX"
        },
        {
            "codepoint": "16A88",
            "name": "TANGSA LETTER AWZ"
        },
        {
            "codepoint": "16A89",
            "name": "TANGSA LETTER AWC"
        },
        {
            "codepoint": "16A8A",
            "name": "TANGSA LETTER AWQ"
        },
        {
            "codepoint": "16A8B",
            "name": "TANGSA LETTER AWX"
        },
        {
            "codepoint": "16A8C",
            "name": "TANGSA LETTER UIZ"
        },
        {
            "codepoint": "16A8D",
            "name": "TANGSA LETTER UIC"
        },
        {
            "codepoint": "16A8E",
            "name": "TANGSA LETTER UIQ"
        },
        {
            "codepoint": "16A8F",
            "name": "TANGSA LETTER UIX"
        },
        {
            "codepoint": "16A90",
            "name": "TANGSA LETTER FINAL NG"
        },
        {
            "codepoint": "16A91",
            "name": "TANGSA LETTER LONG UEX"
        },
        {
            "codepoint": "16A92",
            "name": "TANGSA LETTER SHORT UEZ"
        },
        {
            "codepoint": "16A93",
            "name": "TANGSA LETTER SHORT AWX"
        },
        {
            "codepoint": "16A94",
            "name": "TANGSA LETTER UEC"
        },
        {
            "codepoint": "16A95",
            "name": "TANGSA LETTER UEZ"
        },
        {
            "codepoint": "16A96",
            "name": "TANGSA LETTER UEQ"
        },
        {
            "codepoint": "16A97",
            "name": "TANGSA LETTER UEX"
        },
        {
            "codepoint": "16A98",
            "name": "TANGSA LETTER UIUZ"
        },
        {
            "codepoint": "16A99",
            "name": "TANGSA LETTER UIUC"
        },
        {
            "codepoint": "16A9A",
            "name": "TANGSA LETTER UIUQ"
        },
        {
            "codepoint": "16A9B",
            "name": "TANGSA LETTER UIUX"
        },
        {
            "codepoint": "16A9C",
            "name": "TANGSA LETTER MZ"
        },
        {
            "codepoint": "16A9D",
            "name": "TANGSA LETTER MC"
        },
        {
            "codepoint": "16A9E",
            "name": "TANGSA LETTER MQ"
        },
        {
            "codepoint": "16A9F",
            "name": "TANGSA LETTER MX"
        },
        {
            "codepoint": "16AA0",
            "name": "TANGSA LETTER KA"
        },
        {
            "codepoint": "16AA1",
            "name": "TANGSA LETTER KHA"
        },
        {
            "codepoint": "16AA2",
            "name": "TANGSA LETTER GA"
        },
        {
            "codepoint": "16AA3",
            "name": "TANGSA LETTER NGA"
        },
        {
            "codepoint": "16AA4",
            "name": "TANGSA LETTER SA"
        },
        {
            "codepoint": "16AA5",
            "name": "TANGSA LETTER YA"
        },
        {
            "codepoint": "16AA6",
            "name": "TANGSA LETTER WA"
        },
        {
            "codepoint": "16AA7",
            "name": "TANGSA LETTER PA"
        },
        {
            "codepoint": "16AA8",
            "name": "TANGSA LETTER NYA"
        },
        {
            "codepoint": "16AA9",
            "name": "TANGSA LETTER PHA"
        },
        {
            "codepoint": "16AAA",
            "name": "TANGSA LETTER BA"
        },
        {
            "codepoint": "16AAB",
            "name": "TANGSA LETTER MA"
        },
        {
            "codepoint": "16AAC",
            "name": "TANGSA LETTER NA"
        },
        {
            "codepoint": "16AAD",
            "name": "TANGSA LETTER HA"
        },
        {
            "codepoint": "16AAE",
            "name": "TANGSA LETTER LA"
        },
        {
            "codepoint": "16AAF",
            "name": "TANGSA LETTER HTA"
        },
        {
            "codepoint": "16AB0",
            "name": "TANGSA LETTER TA"
        },
        {
            "codepoint": "16AB1",
            "name": "TANGSA LETTER DA"
        },
        {
            "codepoint": "16AB2",
            "name": "TANGSA LETTER RA"
        },
        {
            "codepoint": "16AB3",
            "name": "TANGSA LETTER NHA"
        },
        {
            "codepoint": "16AB4",
            "name": "TANGSA LETTER SHA"
        },
        {
            "codepoint": "16AB5",
            "name": "TANGSA LETTER CA"
        },
        {
            "codepoint": "16AB6",
            "name": "TANGSA LETTER TSA"
        },
        {
            "codepoint": "16AB7",
            "name": "TANGSA LETTER GHA"
        },
        {
            "codepoint": "16AB8",
            "name": "TANGSA LETTER HTTA"
        },
        {
            "codepoint": "16AB9",
            "name": "TANGSA LETTER THA"
        },
        {
            "codepoint": "16ABA",
            "name": "TANGSA LETTER XA"
        },
        {
            "codepoint": "16ABB",
            "name": "TANGSA LETTER FA"
        },
        {
            "codepoint": "16ABC",
            "name": "TANGSA LETTER DHA"
        },
        {
            "codepoint": "16ABD",
            "name": "TANGSA LETTER CHA"
        },
        {
            "codepoint": "16ABE",
            "name": "TANGSA LETTER ZA"
        },
        {
            "codepoint": "16AC0",
            "name": "TANGSA DIGIT ZERO"
        },
        {
            "codepoint": "16AC1",
            "name": "TANGSA DIGIT ONE"
        },
        {
            "codepoint": "16AC2",
            "name": "TANGSA DIGIT TWO"
        },
        {
            "codepoint": "16AC3",
            "name": "TANGSA DIGIT THREE"
        },
        {
            "codepoint": "16AC4",
            "name": "TANGSA DIGIT FOUR"
        },
        {
            "codepoint": "16AC5",
            "name": "TANGSA DIGIT FIVE"
        },
        {
            "codepoint": "16AC6",
            "name": "TANGSA DIGIT SIX"
        },
        {
            "codepoint": "16AC7",
            "name": "TANGSA DIGIT SEVEN"
        },
        {
            "codepoint": "16AC8",
            "name": "TANGSA DIGIT EIGHT"
        },
        {
            "codepoint": "16AC9",
            "name": "TANGSA DIGIT NINE"
        },
        {
            "codepoint": "16AD0",
            "name": "BASSA VAH LETTER ENNI"
        },
        {
            "codepoint": "16AD1",
            "name": "BASSA VAH LETTER KA"
        },
        {
            "codepoint": "16AD2",
            "name": "BASSA VAH LETTER SE"
        },
        {
            "codepoint": "16AD3",
            "name": "BASSA VAH LETTER FA"
        },
        {
            "codepoint": "16AD4",
            "name": "BASSA VAH LETTER MBE"
        },
        {
            "codepoint": "16AD5",
            "name": "BASSA VAH LETTER YIE"
        },
        {
            "codepoint": "16AD6",
            "name": "BASSA VAH LETTER GAH"
        },
        {
            "codepoint": "16AD7",
            "name": "BASSA VAH LETTER DHII"
        },
        {
            "codepoint": "16AD8",
            "name": "BASSA VAH LETTER KPAH"
        },
        {
            "codepoint": "16AD9",
            "name": "BASSA VAH LETTER JO"
        },
        {
            "codepoint": "16ADA",
            "name": "BASSA VAH LETTER HWAH"
        },
        {
            "codepoint": "16ADB",
            "name": "BASSA VAH LETTER WA"
        },
        {
            "codepoint": "16ADC",
            "name": "BASSA VAH LETTER ZO"
        },
        {
            "codepoint": "16ADD",
            "name": "BASSA VAH LETTER GBU"
        },
        {
            "codepoint": "16ADE",
            "name": "BASSA VAH LETTER DO"
        },
        {
            "codepoint": "16ADF",
            "name": "BASSA VAH LETTER CE"
        },
        {
            "codepoint": "16AE0",
            "name": "BASSA VAH LETTER UWU"
        },
        {
            "codepoint": "16AE1",
            "name": "BASSA VAH LETTER TO"
        },
        {
            "codepoint": "16AE2",
            "name": "BASSA VAH LETTER BA"
        },
        {
            "codepoint": "16AE3",
            "name": "BASSA VAH LETTER VU"
        },
        {
            "codepoint": "16AE4",
            "name": "BASSA VAH LETTER YEIN"
        },
        {
            "codepoint": "16AE5",
            "name": "BASSA VAH LETTER PA"
        },
        {
            "codepoint": "16AE6",
            "name": "BASSA VAH LETTER WADDA"
        },
        {
            "codepoint": "16AE7",
            "name": "BASSA VAH LETTER A"
        },
        {
            "codepoint": "16AE8",
            "name": "BASSA VAH LETTER O"
        },
        {
            "codepoint": "16AE9",
            "name": "BASSA VAH LETTER OO"
        },
        {
            "codepoint": "16AEA",
            "name": "BASSA VAH LETTER U"
        },
        {
            "codepoint": "16AEB",
            "name": "BASSA VAH LETTER EE"
        },
        {
            "codepoint": "16AEC",
            "name": "BASSA VAH LETTER E"
        },
        {
            "codepoint": "16AED",
            "name": "BASSA VAH LETTER I"
        },
        {
            "codepoint": "16AF0",
            "name": "BASSA VAH COMBINING HIGH TONE"
        },
        {
            "codepoint": "16AF1",
            "name": "BASSA VAH COMBINING LOW TONE"
        },
        {
            "codepoint": "16AF2",
            "name": "BASSA VAH COMBINING MID TONE"
        },
        {
            "codepoint": "16AF3",
            "name": "BASSA VAH COMBINING LOW-MID TONE"
        },
        {
            "codepoint": "16AF4",
            "name": "BASSA VAH COMBINING HIGH-LOW TONE"
        },
        {
            "codepoint": "16AF5",
            "name": "BASSA VAH FULL STOP"
        },
        {
            "codepoint": "16B00",
            "name": "PAHAWH HMONG VOWEL KEEB",
            "aliases": [
                "keem"
            ]
        },
        {
            "codepoint": "16B01",
            "name": "PAHAWH HMONG VOWEL KEEV",
            "aliases": [
                "kee"
            ]
        },
        {
            "codepoint": "16B02",
            "name": "PAHAWH HMONG VOWEL KIB",
            "aliases": [
                "kim"
            ]
        },
        {
            "codepoint": "16B03",
            "name": "PAHAWH HMONG VOWEL KIV",
            "aliases": [
                "ki"
            ]
        },
        {
            "codepoint": "16B04",
            "name": "PAHAWH HMONG VOWEL KAUB",
            "aliases": [
                "kaum"
            ]
        },
        {
            "codepoint": "16B05",
            "name": "PAHAWH HMONG VOWEL KAUV",
            "aliases": [
                "kau"
            ]
        },
        {
            "codepoint": "16B06",
            "name": "PAHAWH HMONG VOWEL KUB",
            "aliases": [
                "kum"
            ]
        },
        {
            "codepoint": "16B07",
            "name": "PAHAWH HMONG VOWEL KUV",
            "aliases": [
                "ke"
            ]
        },
        {
            "codepoint": "16B08",
            "name": "PAHAWH HMONG VOWEL KEB",
            "aliases": [
                "kem"
            ]
        },
        {
            "codepoint": "16B09",
            "name": "PAHAWH HMONG VOWEL KEV"
        },
        {
            "codepoint": "16B0A",
            "name": "PAHAWH HMONG VOWEL KAIB",
            "aliases": [
                "kaim"
            ]
        },
        {
            "codepoint": "16B0B",
            "name": "PAHAWH HMONG VOWEL KAIV",
            "aliases": [
                "kai"
            ]
        },
        {
            "codepoint": "16B0C",
            "name": "PAHAWH HMONG VOWEL KOOB"
        },
        {
            "codepoint": "16B0D",
            "name": "PAHAWH HMONG VOWEL KOOV"
        },
        {
            "codepoint": "16B0E",
            "name": "PAHAWH HMONG VOWEL KAWB"
        },
        {
            "codepoint": "16B0F",
            "name": "PAHAWH HMONG VOWEL KAWV",
            "aliases": [
                "kaw"
            ]
        },
        {
            "codepoint": "16B10",
            "name": "PAHAWH HMONG VOWEL KUAB",
            "aliases": [
                "kuam"
            ]
        },
        {
            "codepoint": "16B11",
            "name": "PAHAWH HMONG VOWEL KUAV",
            "aliases": [
                "kua"
            ]
        },
        {
            "codepoint": "16B12",
            "name": "PAHAWH HMONG VOWEL KOB",
            "aliases": [
                "kom"
            ]
        },
        {
            "codepoint": "16B13",
            "name": "PAHAWH HMONG VOWEL KOV",
            "aliases": [
                "kog"
            ]
        },
        {
            "codepoint": "16B14",
            "name": "PAHAWH HMONG VOWEL KIAB"
        },
        {
            "codepoint": "16B15",
            "name": "PAHAWH HMONG VOWEL KIAV",
            "aliases": [
                "kia"
            ]
        },
        {
            "codepoint": "16B16",
            "name": "PAHAWH HMONG VOWEL KAB",
            "aliases": [
                "kam"
            ]
        },
        {
            "codepoint": "16B17",
            "name": "PAHAWH HMONG VOWEL KAV"
        },
        {
            "codepoint": "16B18",
            "name": "PAHAWH HMONG VOWEL KWB",
            "aliases": [
                "kwm"
            ]
        },
        {
            "codepoint": "16B19",
            "name": "PAHAWH HMONG VOWEL KWV"
        },
        {
            "codepoint": "16B1A",
            "name": "PAHAWH HMONG VOWEL KAAB",
            "aliases": [
                "kaam"
            ]
        },
        {
            "codepoint": "16B1B",
            "name": "PAHAWH HMONG VOWEL KAAV"
        },
        {
            "codepoint": "16B1C",
            "name": "PAHAWH HMONG CONSONANT VAU"
        },
        {
            "codepoint": "16B1D",
            "name": "PAHAWH HMONG CONSONANT NTSAU"
        },
        {
            "codepoint": "16B1E",
            "name": "PAHAWH HMONG CONSONANT LAU"
        },
        {
            "codepoint": "16B1F",
            "name": "PAHAWH HMONG CONSONANT HAU"
        },
        {
            "codepoint": "16B20",
            "name": "PAHAWH HMONG CONSONANT NLAU"
        },
        {
            "codepoint": "16B21",
            "name": "PAHAWH HMONG CONSONANT RAU"
        },
        {
            "codepoint": "16B22",
            "name": "PAHAWH HMONG CONSONANT NKAU"
        },
        {
            "codepoint": "16B23",
            "name": "PAHAWH HMONG CONSONANT QHAU"
        },
        {
            "codepoint": "16B24",
            "name": "PAHAWH HMONG CONSONANT YAU"
        },
        {
            "codepoint": "16B25",
            "name": "PAHAWH HMONG CONSONANT HLAU"
        },
        {
            "codepoint": "16B26",
            "name": "PAHAWH HMONG CONSONANT MAU"
        },
        {
            "codepoint": "16B27",
            "name": "PAHAWH HMONG CONSONANT CHAU"
        },
        {
            "codepoint": "16B28",
            "name": "PAHAWH HMONG CONSONANT NCHAU"
        },
        {
            "codepoint": "16B29",
            "name": "PAHAWH HMONG CONSONANT HNAU"
        },
        {
            "codepoint": "16B2A",
            "name": "PAHAWH HMONG CONSONANT PLHAU"
        },
        {
            "codepoint": "16B2B",
            "name": "PAHAWH HMONG CONSONANT NTHAU"
        },
        {
            "codepoint": "16B2C",
            "name": "PAHAWH HMONG CONSONANT NAU"
        },
        {
            "codepoint": "16B2D",
            "name": "PAHAWH HMONG CONSONANT AU"
        },
        {
            "codepoint": "16B2E",
            "name": "PAHAWH HMONG CONSONANT XAU"
        },
        {
            "codepoint": "16B2F",
            "name": "PAHAWH HMONG CONSONANT CAU"
        },
        {
            "codepoint": "16B30",
            "name": "PAHAWH HMONG MARK CIM TUB"
        },
        {
            "codepoint": "16B31",
            "name": "PAHAWH HMONG MARK CIM SO"
        },
        {
            "codepoint": "16B32",
            "name": "PAHAWH HMONG MARK CIM KES"
        },
        {
            "codepoint": "16B33",
            "name": "PAHAWH HMONG MARK CIM KHAV"
        },
        {
            "codepoint": "16B34",
            "name": "PAHAWH HMONG MARK CIM SUAM"
        },
        {
            "codepoint": "16B35",
            "name": "PAHAWH HMONG MARK CIM HOM"
        },
        {
            "codepoint": "16B36",
            "name": "PAHAWH HMONG MARK CIM TAUM"
        },
        {
            "codepoint": "16B37",
            "name": "PAHAWH HMONG SIGN VOS THOM",
            "comments": [
                "functions as a question mark"
            ]
        },
        {
            "codepoint": "16B38",
            "name": "PAHAWH HMONG SIGN VOS TSHAB CEEB",
            "comments": [
                "functions as an exclamation mark"
            ]
        },
        {
            "codepoint": "16B39",
            "name": "PAHAWH HMONG SIGN CIM CHEEM",
            "comments": [
                "functions as a comma"
            ]
        },
        {
            "codepoint": "16B3A",
            "name": "PAHAWH HMONG SIGN VOS THIAB",
            "comments": [
                "functions as an ampersand"
            ],
            "crossReferences": [
                "(ampersand - 0026)"
            ]
        },
        {
            "codepoint": "16B3B",
            "name": "PAHAWH HMONG SIGN VOS FEEM",
            "comments": [
                "functions as a percent sign"
            ],
            "crossReferences": [
                "(percent sign - 0025)"
            ]
        },
        {
            "codepoint": "16B3C",
            "name": "PAHAWH HMONG SIGN XYEEM NTXIV",
            "comments": [
                "functions as a plus sign"
            ]
        },
        {
            "codepoint": "16B3D",
            "name": "PAHAWH HMONG SIGN XYEEM RHO",
            "comments": [
                "functions as a minus sign"
            ]
        },
        {
            "codepoint": "16B3E",
            "name": "PAHAWH HMONG SIGN XYEEM TOV",
            "comments": [
                "functions as a multiplication sign"
            ]
        },
        {
            "codepoint": "16B3F",
            "name": "PAHAWH HMONG SIGN XYEEM FAIB",
            "comments": [
                "functions as a division sign"
            ]
        },
        {
            "codepoint": "16B40",
            "name": "PAHAWH HMONG SIGN VOS SEEV",
            "comments": [
                "indicates chanting intonation"
            ]
        },
        {
            "codepoint": "16B41",
            "name": "PAHAWH HMONG SIGN MEEJ SUAB",
            "comments": [
                "indicates foreign pronunciation"
            ]
        },
        {
            "codepoint": "16B42",
            "name": "PAHAWH HMONG SIGN VOS NRUA",
            "comments": [
                "reduplication"
            ]
        },
        {
            "codepoint": "16B43",
            "name": "PAHAWH HMONG SIGN IB YAM",
            "comments": [
                "replication, ditto mark"
            ]
        },
        {
            "codepoint": "16B44",
            "name": "PAHAWH HMONG SIGN XAUS",
            "comments": [
                "indicates completion of a section"
            ]
        },
        {
            "codepoint": "16B45",
            "name": "PAHAWH HMONG SIGN CIM TSOV ROG",
            "comments": [
                "indicates military topics"
            ]
        },
        {
            "codepoint": "16B50",
            "name": "PAHAWH HMONG DIGIT ZERO",
            "comments": [
                "some users prefer a circular glyph for this character"
            ]
        },
        {
            "codepoint": "16B51",
            "name": "PAHAWH HMONG DIGIT ONE"
        },
        {
            "codepoint": "16B52",
            "name": "PAHAWH HMONG DIGIT TWO"
        },
        {
            "codepoint": "16B53",
            "name": "PAHAWH HMONG DIGIT THREE"
        },
        {
            "codepoint": "16B54",
            "name": "PAHAWH HMONG DIGIT FOUR"
        },
        {
            "codepoint": "16B55",
            "name": "PAHAWH HMONG DIGIT FIVE"
        },
        {
            "codepoint": "16B56",
            "name": "PAHAWH HMONG DIGIT SIX"
        },
        {
            "codepoint": "16B57",
            "name": "PAHAWH HMONG DIGIT SEVEN"
        },
        {
            "codepoint": "16B58",
            "name": "PAHAWH HMONG DIGIT EIGHT"
        },
        {
            "codepoint": "16B59",
            "name": "PAHAWH HMONG DIGIT NINE"
        },
        {
            "codepoint": "16B5B",
            "name": "PAHAWH HMONG NUMBER TENS",
            "aliases": [
                "caum"
            ],
            "comments": [
                "some users prefer a vertical bar glyph for this character"
            ]
        },
        {
            "codepoint": "16B5C",
            "name": "PAHAWH HMONG NUMBER HUNDREDS",
            "aliases": [
                "pua"
            ]
        },
        {
            "codepoint": "16B5D",
            "name": "PAHAWH HMONG NUMBER TEN THOUSANDS",
            "aliases": [
                "vam"
            ]
        },
        {
            "codepoint": "16B5E",
            "name": "PAHAWH HMONG NUMBER MILLIONS",
            "aliases": [
                "roob"
            ]
        },
        {
            "codepoint": "16B5F",
            "name": "PAHAWH HMONG NUMBER HUNDRED MILLIONS",
            "aliases": [
                "neev"
            ]
        },
        {
            "codepoint": "16B60",
            "name": "PAHAWH HMONG NUMBER TEN BILLIONS",
            "aliases": [
                "ruav"
            ]
        },
        {
            "codepoint": "16B61",
            "name": "PAHAWH HMONG NUMBER TRILLIONS",
            "aliases": [
                "tas"
            ]
        },
        {
            "codepoint": "16B63",
            "name": "PAHAWH HMONG SIGN VOS LUB",
            "comments": [
                "a classifier"
            ]
        },
        {
            "codepoint": "16B64",
            "name": "PAHAWH HMONG SIGN XYOO",
            "aliases": [
                "year"
            ]
        },
        {
            "codepoint": "16B65",
            "name": "PAHAWH HMONG SIGN HLI",
            "aliases": [
                "month"
            ]
        },
        {
            "codepoint": "16B66",
            "name": "PAHAWH HMONG SIGN THIRD-STAGE HLI",
            "aliases": [
                "month"
            ]
        },
        {
            "codepoint": "16B67",
            "name": "PAHAWH HMONG SIGN ZWJ THAJ",
            "aliases": [
                "date"
            ]
        },
        {
            "codepoint": "16B68",
            "name": "PAHAWH HMONG SIGN HNUB",
            "aliases": [
                "day"
            ]
        },
        {
            "codepoint": "16B69",
            "name": "PAHAWH HMONG SIGN NQIG",
            "aliases": [
                "waning moon"
            ]
        },
        {
            "codepoint": "16B6A",
            "name": "PAHAWH HMONG SIGN XIAB",
            "aliases": [
                "waxing moon"
            ]
        },
        {
            "codepoint": "16B6B",
            "name": "PAHAWH HMONG SIGN NTUJ",
            "aliases": [
                "season"
            ]
        },
        {
            "codepoint": "16B6C",
            "name": "PAHAWH HMONG SIGN AV",
            "aliases": [
                "earth"
            ]
        },
        {
            "codepoint": "16B6D",
            "name": "PAHAWH HMONG SIGN TXHEEJ CEEV",
            "aliases": [
                "urgent"
            ]
        },
        {
            "codepoint": "16B6E",
            "name": "PAHAWH HMONG SIGN MEEJ TSEEB",
            "aliases": [
                "facts"
            ]
        },
        {
            "codepoint": "16B6F",
            "name": "PAHAWH HMONG SIGN TAU",
            "aliases": [
                "received"
            ]
        },
        {
            "codepoint": "16B70",
            "name": "PAHAWH HMONG SIGN LOS",
            "aliases": [
                "come"
            ]
        },
        {
            "codepoint": "16B71",
            "name": "PAHAWH HMONG SIGN MUS",
            "aliases": [
                "go"
            ]
        },
        {
            "codepoint": "16B72",
            "name": "PAHAWH HMONG SIGN CIM HAIS LUS NTOG NTOG",
            "aliases": [
                "smooth"
            ]
        },
        {
            "codepoint": "16B73",
            "name": "PAHAWH HMONG SIGN CIM CUAM TSHOOJ",
            "aliases": [
                "fraction"
            ]
        },
        {
            "codepoint": "16B74",
            "name": "PAHAWH HMONG SIGN CIM TXWV",
            "aliases": [
                "do not open"
            ]
        },
        {
            "codepoint": "16B75",
            "name": "PAHAWH HMONG SIGN CIM TXWV CHWV",
            "aliases": [
                "do not touch"
            ]
        },
        {
            "codepoint": "16B76",
            "name": "PAHAWH HMONG SIGN CIM PUB DAWB",
            "aliases": [
                "give freely"
            ]
        },
        {
            "codepoint": "16B77",
            "name": "PAHAWH HMONG SIGN CIM NRES TOS",
            "aliases": [
                "stop"
            ]
        },
        {
            "codepoint": "16B7D",
            "name": "PAHAWH HMONG CLAN SIGN TSHEEJ",
            "aliases": [
                "Cheng"
            ]
        },
        {
            "codepoint": "16B7E",
            "name": "PAHAWH HMONG CLAN SIGN YEEG",
            "aliases": [
                "Yeng"
            ]
        },
        {
            "codepoint": "16B7F",
            "name": "PAHAWH HMONG CLAN SIGN LIS",
            "aliases": [
                "Lee"
            ]
        },
        {
            "codepoint": "16B80",
            "name": "PAHAWH HMONG CLAN SIGN LAUJ",
            "aliases": [
                "Lor"
            ]
        },
        {
            "codepoint": "16B81",
            "name": "PAHAWH HMONG CLAN SIGN XYOOJ",
            "aliases": [
                "Xiong"
            ]
        },
        {
            "codepoint": "16B82",
            "name": "PAHAWH HMONG CLAN SIGN KOO",
            "aliases": [
                "Kong"
            ]
        },
        {
            "codepoint": "16B83",
            "name": "PAHAWH HMONG CLAN SIGN HAWJ",
            "aliases": [
                "Her"
            ]
        },
        {
            "codepoint": "16B84",
            "name": "PAHAWH HMONG CLAN SIGN MUAS",
            "aliases": [
                "Moua"
            ]
        },
        {
            "codepoint": "16B85",
            "name": "PAHAWH HMONG CLAN SIGN THOJ",
            "aliases": [
                "Thao"
            ]
        },
        {
            "codepoint": "16B86",
            "name": "PAHAWH HMONG CLAN SIGN TSAB",
            "aliases": [
                "Chang"
            ]
        },
        {
            "codepoint": "16B87",
            "name": "PAHAWH HMONG CLAN SIGN PHAB",
            "aliases": [
                "Pha"
            ]
        },
        {
            "codepoint": "16B88",
            "name": "PAHAWH HMONG CLAN SIGN KHAB",
            "aliases": [
                "Khang"
            ]
        },
        {
            "codepoint": "16B89",
            "name": "PAHAWH HMONG CLAN SIGN HAM",
            "aliases": [
                "Hang"
            ]
        },
        {
            "codepoint": "16B8A",
            "name": "PAHAWH HMONG CLAN SIGN VAJ",
            "aliases": [
                "Vang"
            ]
        },
        {
            "codepoint": "16B8B",
            "name": "PAHAWH HMONG CLAN SIGN FAJ",
            "aliases": [
                "Fang"
            ]
        },
        {
            "codepoint": "16B8C",
            "name": "PAHAWH HMONG CLAN SIGN YAJ",
            "aliases": [
                "Yang"
            ]
        },
        {
            "codepoint": "16B8D",
            "name": "PAHAWH HMONG CLAN SIGN TSWB",
            "aliases": [
                "Chue"
            ]
        },
        {
            "codepoint": "16B8E",
            "name": "PAHAWH HMONG CLAN SIGN KWM",
            "aliases": [
                "Kw"
            ]
        },
        {
            "codepoint": "16B8F",
            "name": "PAHAWH HMONG CLAN SIGN VWJ",
            "aliases": [
                "Vue"
            ]
        },
        {
            "codepoint": "16D40",
            "name": "KIRAT RAI SIGN ANUSVARA"
        },
        {
            "codepoint": "16D41",
            "name": "KIRAT RAI SIGN TONPI"
        },
        {
            "codepoint": "16D42",
            "name": "KIRAT RAI SIGN VISARGA"
        },
        {
            "codepoint": "16D43",
            "name": "KIRAT RAI LETTER A"
        },
        {
            "codepoint": "16D44",
            "name": "KIRAT RAI LETTER KA"
        },
        {
            "codepoint": "16D45",
            "name": "KIRAT RAI LETTER KHA"
        },
        {
            "codepoint": "16D46",
            "name": "KIRAT RAI LETTER GA"
        },
        {
            "codepoint": "16D47",
            "name": "KIRAT RAI LETTER GHA"
        },
        {
            "codepoint": "16D48",
            "name": "KIRAT RAI LETTER NGA"
        },
        {
            "codepoint": "16D49",
            "name": "KIRAT RAI LETTER CA"
        },
        {
            "codepoint": "16D4A",
            "name": "KIRAT RAI LETTER CHA"
        },
        {
            "codepoint": "16D4B",
            "name": "KIRAT RAI LETTER JA"
        },
        {
            "codepoint": "16D4C",
            "name": "KIRAT RAI LETTER JHA"
        },
        {
            "codepoint": "16D4D",
            "name": "KIRAT RAI LETTER NYA"
        },
        {
            "codepoint": "16D4E",
            "name": "KIRAT RAI LETTER TTA"
        },
        {
            "codepoint": "16D4F",
            "name": "KIRAT RAI LETTER TTHA"
        },
        {
            "codepoint": "16D50",
            "name": "KIRAT RAI LETTER DDA"
        },
        {
            "codepoint": "16D51",
            "name": "KIRAT RAI LETTER DDHA"
        },
        {
            "codepoint": "16D52",
            "name": "KIRAT RAI LETTER TA"
        },
        {
            "codepoint": "16D53",
            "name": "KIRAT RAI LETTER THA"
        },
        {
            "codepoint": "16D54",
            "name": "KIRAT RAI LETTER DA"
        },
        {
            "codepoint": "16D55",
            "name": "KIRAT RAI LETTER DHA"
        },
        {
            "codepoint": "16D56",
            "name": "KIRAT RAI LETTER NA"
        },
        {
            "codepoint": "16D57",
            "name": "KIRAT RAI LETTER PA"
        },
        {
            "codepoint": "16D58",
            "name": "KIRAT RAI LETTER PHA"
        },
        {
            "codepoint": "16D59",
            "name": "KIRAT RAI LETTER BA"
        },
        {
            "codepoint": "16D5A",
            "name": "KIRAT RAI LETTER BHA"
        },
        {
            "codepoint": "16D5B",
            "name": "KIRAT RAI LETTER MA"
        },
        {
            "codepoint": "16D5C",
            "name": "KIRAT RAI LETTER YA"
        },
        {
            "codepoint": "16D5D",
            "name": "KIRAT RAI LETTER RA"
        },
        {
            "codepoint": "16D5E",
            "name": "KIRAT RAI LETTER LA"
        },
        {
            "codepoint": "16D5F",
            "name": "KIRAT RAI LETTER VA"
        },
        {
            "codepoint": "16D60",
            "name": "KIRAT RAI LETTER SA"
        },
        {
            "codepoint": "16D61",
            "name": "KIRAT RAI LETTER SHA"
        },
        {
            "codepoint": "16D62",
            "name": "KIRAT RAI LETTER HA"
        },
        {
            "codepoint": "16D63",
            "name": "KIRAT RAI VOWEL SIGN AA"
        },
        {
            "codepoint": "16D64",
            "name": "KIRAT RAI VOWEL SIGN I"
        },
        {
            "codepoint": "16D65",
            "name": "KIRAT RAI VOWEL SIGN U"
        },
        {
            "codepoint": "16D66",
            "name": "KIRAT RAI VOWEL SIGN UE"
        },
        {
            "codepoint": "16D67",
            "name": "KIRAT RAI VOWEL SIGN E"
        },
        {
            "codepoint": "16D68",
            "name": "KIRAT RAI VOWEL SIGN AI",
            "decompositions": [
                [
                    "16D67",
                    "16D67"
                ]
            ]
        },
        {
            "codepoint": "16D69",
            "name": "KIRAT RAI VOWEL SIGN O",
            "decompositions": [
                [
                    "16D63",
                    "16D67"
                ]
            ]
        },
        {
            "codepoint": "16D6A",
            "name": "KIRAT RAI VOWEL SIGN AU",
            "decompositions": [
                [
                    "16D69",
                    "16D67"
                ]
            ]
        },
        {
            "codepoint": "16D6B",
            "name": "KIRAT RAI SIGN VIRAMA"
        },
        {
            "codepoint": "16D6C",
            "name": "KIRAT RAI SIGN SAAT"
        },
        {
            "codepoint": "16D6D",
            "name": "KIRAT RAI SIGN YUPI"
        },
        {
            "codepoint": "16D6E",
            "name": "KIRAT RAI DANDA"
        },
        {
            "codepoint": "16D6F",
            "name": "KIRAT RAI DOUBLE DANDA"
        },
        {
            "codepoint": "16D70",
            "name": "KIRAT RAI DIGIT ZERO"
        },
        {
            "codepoint": "16D71",
            "name": "KIRAT RAI DIGIT ONE"
        },
        {
            "codepoint": "16D72",
            "name": "KIRAT RAI DIGIT TWO"
        },
        {
            "codepoint": "16D73",
            "name": "KIRAT RAI DIGIT THREE"
        },
        {
            "codepoint": "16D74",
            "name": "KIRAT RAI DIGIT FOUR"
        },
        {
            "codepoint": "16D75",
            "name": "KIRAT RAI DIGIT FIVE"
        },
        {
            "codepoint": "16D76",
            "name": "KIRAT RAI DIGIT SIX"
        },
        {
            "codepoint": "16D77",
            "name": "KIRAT RAI DIGIT SEVEN"
        },
        {
            "codepoint": "16D78",
            "name": "KIRAT RAI DIGIT EIGHT"
        },
        {
            "codepoint": "16D79",
            "name": "KIRAT RAI DIGIT NINE"
        },
        {
            "codepoint": "16E40",
            "name": "MEDEFAIDRIN CAPITAL LETTER M"
        },
        {
            "codepoint": "16E41",
            "name": "MEDEFAIDRIN CAPITAL LETTER S"
        },
        {
            "codepoint": "16E42",
            "name": "MEDEFAIDRIN CAPITAL LETTER V"
        },
        {
            "codepoint": "16E43",
            "name": "MEDEFAIDRIN CAPITAL LETTER W"
        },
        {
            "codepoint": "16E44",
            "name": "MEDEFAIDRIN CAPITAL LETTER ATIU"
        },
        {
            "codepoint": "16E45",
            "name": "MEDEFAIDRIN CAPITAL LETTER Z"
        },
        {
            "codepoint": "16E46",
            "name": "MEDEFAIDRIN CAPITAL LETTER KP"
        },
        {
            "codepoint": "16E47",
            "name": "MEDEFAIDRIN CAPITAL LETTER P"
        },
        {
            "codepoint": "16E48",
            "name": "MEDEFAIDRIN CAPITAL LETTER T"
        },
        {
            "codepoint": "16E49",
            "name": "MEDEFAIDRIN CAPITAL LETTER G"
        },
        {
            "codepoint": "16E4A",
            "name": "MEDEFAIDRIN CAPITAL LETTER F"
        },
        {
            "codepoint": "16E4B",
            "name": "MEDEFAIDRIN CAPITAL LETTER I"
        },
        {
            "codepoint": "16E4C",
            "name": "MEDEFAIDRIN CAPITAL LETTER K"
        },
        {
            "codepoint": "16E4D",
            "name": "MEDEFAIDRIN CAPITAL LETTER A"
        },
        {
            "codepoint": "16E4E",
            "name": "MEDEFAIDRIN CAPITAL LETTER J"
        },
        {
            "codepoint": "16E4F",
            "name": "MEDEFAIDRIN CAPITAL LETTER E"
        },
        {
            "codepoint": "16E50",
            "name": "MEDEFAIDRIN CAPITAL LETTER B"
        },
        {
            "codepoint": "16E51",
            "name": "MEDEFAIDRIN CAPITAL LETTER C"
        },
        {
            "codepoint": "16E52",
            "name": "MEDEFAIDRIN CAPITAL LETTER U"
        },
        {
            "codepoint": "16E53",
            "name": "MEDEFAIDRIN CAPITAL LETTER YU"
        },
        {
            "codepoint": "16E54",
            "name": "MEDEFAIDRIN CAPITAL LETTER L"
        },
        {
            "codepoint": "16E55",
            "name": "MEDEFAIDRIN CAPITAL LETTER Q"
        },
        {
            "codepoint": "16E56",
            "name": "MEDEFAIDRIN CAPITAL LETTER HP",
            "other": [
                "MEDEFAIDRIN CAPITAL LETTER H"
            ]
        },
        {
            "codepoint": "16E57",
            "name": "MEDEFAIDRIN CAPITAL LETTER NY",
            "other": [
                "MEDEFAIDRIN CAPITAL LETTER NG"
            ]
        },
        {
            "codepoint": "16E58",
            "name": "MEDEFAIDRIN CAPITAL LETTER X"
        },
        {
            "codepoint": "16E59",
            "name": "MEDEFAIDRIN CAPITAL LETTER D"
        },
        {
            "codepoint": "16E5A",
            "name": "MEDEFAIDRIN CAPITAL LETTER OE",
            "comments": [
                "represents the open o vowel"
            ]
        },
        {
            "codepoint": "16E5B",
            "name": "MEDEFAIDRIN CAPITAL LETTER N"
        },
        {
            "codepoint": "16E5C",
            "name": "MEDEFAIDRIN CAPITAL LETTER R"
        },
        {
            "codepoint": "16E5D",
            "name": "MEDEFAIDRIN CAPITAL LETTER O"
        },
        {
            "codepoint": "16E5E",
            "name": "MEDEFAIDRIN CAPITAL LETTER AI"
        },
        {
            "codepoint": "16E5F",
            "name": "MEDEFAIDRIN CAPITAL LETTER Y"
        },
        {
            "codepoint": "16E60",
            "name": "MEDEFAIDRIN SMALL LETTER M"
        },
        {
            "codepoint": "16E61",
            "name": "MEDEFAIDRIN SMALL LETTER S"
        },
        {
            "codepoint": "16E62",
            "name": "MEDEFAIDRIN SMALL LETTER V"
        },
        {
            "codepoint": "16E63",
            "name": "MEDEFAIDRIN SMALL LETTER W"
        },
        {
            "codepoint": "16E64",
            "name": "MEDEFAIDRIN SMALL LETTER ATIU"
        },
        {
            "codepoint": "16E65",
            "name": "MEDEFAIDRIN SMALL LETTER Z"
        },
        {
            "codepoint": "16E66",
            "name": "MEDEFAIDRIN SMALL LETTER KP"
        },
        {
            "codepoint": "16E67",
            "name": "MEDEFAIDRIN SMALL LETTER P"
        },
        {
            "codepoint": "16E68",
            "name": "MEDEFAIDRIN SMALL LETTER T"
        },
        {
            "codepoint": "16E69",
            "name": "MEDEFAIDRIN SMALL LETTER G"
        },
        {
            "codepoint": "16E6A",
            "name": "MEDEFAIDRIN SMALL LETTER F"
        },
        {
            "codepoint": "16E6B",
            "name": "MEDEFAIDRIN SMALL LETTER I"
        },
        {
            "codepoint": "16E6C",
            "name": "MEDEFAIDRIN SMALL LETTER K"
        },
        {
            "codepoint": "16E6D",
            "name": "MEDEFAIDRIN SMALL LETTER A"
        },
        {
            "codepoint": "16E6E",
            "name": "MEDEFAIDRIN SMALL LETTER J"
        },
        {
            "codepoint": "16E6F",
            "name": "MEDEFAIDRIN SMALL LETTER E"
        },
        {
            "codepoint": "16E70",
            "name": "MEDEFAIDRIN SMALL LETTER B"
        },
        {
            "codepoint": "16E71",
            "name": "MEDEFAIDRIN SMALL LETTER C"
        },
        {
            "codepoint": "16E72",
            "name": "MEDEFAIDRIN SMALL LETTER U"
        },
        {
            "codepoint": "16E73",
            "name": "MEDEFAIDRIN SMALL LETTER YU"
        },
        {
            "codepoint": "16E74",
            "name": "MEDEFAIDRIN SMALL LETTER L"
        },
        {
            "codepoint": "16E75",
            "name": "MEDEFAIDRIN SMALL LETTER Q"
        },
        {
            "codepoint": "16E76",
            "name": "MEDEFAIDRIN SMALL LETTER HP",
            "other": [
                "MEDEFAIDRIN SMALL LETTER H"
            ]
        },
        {
            "codepoint": "16E77",
            "name": "MEDEFAIDRIN SMALL LETTER NY",
            "other": [
                "MEDEFAIDRIN SMALL LETTER NG"
            ]
        },
        {
            "codepoint": "16E78",
            "name": "MEDEFAIDRIN SMALL LETTER X"
        },
        {
            "codepoint": "16E79",
            "name": "MEDEFAIDRIN SMALL LETTER D"
        },
        {
            "codepoint": "16E7A",
            "name": "MEDEFAIDRIN SMALL LETTER OE",
            "comments": [
                "represents the open o vowel"
            ]
        },
        {
            "codepoint": "16E7B",
            "name": "MEDEFAIDRIN SMALL LETTER N"
        },
        {
            "codepoint": "16E7C",
            "name": "MEDEFAIDRIN SMALL LETTER R"
        },
        {
            "codepoint": "16E7D",
            "name": "MEDEFAIDRIN SMALL LETTER O"
        },
        {
            "codepoint": "16E7E",
            "name": "MEDEFAIDRIN SMALL LETTER AI"
        },
        {
            "codepoint": "16E7F",
            "name": "MEDEFAIDRIN SMALL LETTER Y"
        },
        {
            "codepoint": "16E80",
            "name": "MEDEFAIDRIN DIGIT ZERO"
        },
        {
            "codepoint": "16E81",
            "name": "MEDEFAIDRIN DIGIT ONE"
        },
        {
            "codepoint": "16E82",
            "name": "MEDEFAIDRIN DIGIT TWO"
        },
        {
            "codepoint": "16E83",
            "name": "MEDEFAIDRIN DIGIT THREE"
        },
        {
            "codepoint": "16E84",
            "name": "MEDEFAIDRIN DIGIT FOUR"
        },
        {
            "codepoint": "16E85",
            "name": "MEDEFAIDRIN DIGIT FIVE"
        },
        {
            "codepoint": "16E86",
            "name": "MEDEFAIDRIN DIGIT SIX"
        },
        {
            "codepoint": "16E87",
            "name": "MEDEFAIDRIN DIGIT SEVEN"
        },
        {
            "codepoint": "16E88",
            "name": "MEDEFAIDRIN DIGIT EIGHT"
        },
        {
            "codepoint": "16E89",
            "name": "MEDEFAIDRIN DIGIT NINE"
        },
        {
            "codepoint": "16E8A",
            "name": "MEDEFAIDRIN NUMBER TEN"
        },
        {
            "codepoint": "16E8B",
            "name": "MEDEFAIDRIN NUMBER ELEVEN"
        },
        {
            "codepoint": "16E8C",
            "name": "MEDEFAIDRIN NUMBER TWELVE"
        },
        {
            "codepoint": "16E8D",
            "name": "MEDEFAIDRIN NUMBER THIRTEEN"
        },
        {
            "codepoint": "16E8E",
            "name": "MEDEFAIDRIN NUMBER FOURTEEN"
        },
        {
            "codepoint": "16E8F",
            "name": "MEDEFAIDRIN NUMBER FIFTEEN"
        },
        {
            "codepoint": "16E90",
            "name": "MEDEFAIDRIN NUMBER SIXTEEN"
        },
        {
            "codepoint": "16E91",
            "name": "MEDEFAIDRIN NUMBER SEVENTEEN"
        },
        {
            "codepoint": "16E92",
            "name": "MEDEFAIDRIN NUMBER EIGHTEEN"
        },
        {
            "codepoint": "16E93",
            "name": "MEDEFAIDRIN NUMBER NINETEEN"
        },
        {
            "codepoint": "16E94",
            "name": "MEDEFAIDRIN DIGIT ONE ALTERNATE FORM"
        },
        {
            "codepoint": "16E95",
            "name": "MEDEFAIDRIN DIGIT TWO ALTERNATE FORM"
        },
        {
            "codepoint": "16E96",
            "name": "MEDEFAIDRIN DIGIT THREE ALTERNATE FORM"
        },
        {
            "codepoint": "16E97",
            "name": "MEDEFAIDRIN COMMA"
        },
        {
            "codepoint": "16E98",
            "name": "MEDEFAIDRIN FULL STOP"
        },
        {
            "codepoint": "16E99",
            "name": "MEDEFAIDRIN SYMBOL AIVA",
            "comments": [
                "or"
            ]
        },
        {
            "codepoint": "16E9A",
            "name": "MEDEFAIDRIN EXCLAMATION OH"
        },
        {
            "codepoint": "16F00",
            "name": "MIAO LETTER PA",
            "comments": [
                "used for ba in Gan Yi"
            ]
        },
        {
            "codepoint": "16F01",
            "name": "MIAO LETTER BA"
        },
        {
            "codepoint": "16F02",
            "name": "MIAO LETTER YI PA",
            "comments": [
                "used for pa in Gan Yi"
            ]
        },
        {
            "codepoint": "16F03",
            "name": "MIAO LETTER PLA",
            "comments": [
                "used in Sichuan Hmong"
            ]
        },
        {
            "codepoint": "16F04",
            "name": "MIAO LETTER MA"
        },
        {
            "codepoint": "16F05",
            "name": "MIAO LETTER MHA"
        },
        {
            "codepoint": "16F06",
            "name": "MIAO LETTER ARCHAIC MA",
            "comments": [
                "used in Pollard's early orthography"
            ]
        },
        {
            "codepoint": "16F07",
            "name": "MIAO LETTER FA"
        },
        {
            "codepoint": "16F08",
            "name": "MIAO LETTER VA"
        },
        {
            "codepoint": "16F09",
            "name": "MIAO LETTER VFA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F0A",
            "name": "MIAO LETTER TA",
            "comments": [
                "used for da in Gan Yi"
            ]
        },
        {
            "codepoint": "16F0B",
            "name": "MIAO LETTER DA"
        },
        {
            "codepoint": "16F0C",
            "name": "MIAO LETTER YI TTA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F0D",
            "name": "MIAO LETTER YI TA",
            "comments": [
                "used for ta in Gan Yi"
            ]
        },
        {
            "codepoint": "16F0E",
            "name": "MIAO LETTER TTA"
        },
        {
            "codepoint": "16F0F",
            "name": "MIAO LETTER DDA"
        },
        {
            "codepoint": "16F10",
            "name": "MIAO LETTER NA"
        },
        {
            "codepoint": "16F11",
            "name": "MIAO LETTER NHA"
        },
        {
            "codepoint": "16F12",
            "name": "MIAO LETTER YI NNA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F13",
            "name": "MIAO LETTER ARCHAIC NA",
            "comments": [
                "used in Pollard's early orthography"
            ]
        },
        {
            "codepoint": "16F14",
            "name": "MIAO LETTER NNA"
        },
        {
            "codepoint": "16F15",
            "name": "MIAO LETTER NNHA"
        },
        {
            "codepoint": "16F16",
            "name": "MIAO LETTER LA"
        },
        {
            "codepoint": "16F17",
            "name": "MIAO LETTER LYA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F18",
            "name": "MIAO LETTER LHA"
        },
        {
            "codepoint": "16F19",
            "name": "MIAO LETTER LHYA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F1A",
            "name": "MIAO LETTER TLHA"
        },
        {
            "codepoint": "16F1B",
            "name": "MIAO LETTER DLHA"
        },
        {
            "codepoint": "16F1C",
            "name": "MIAO LETTER TLHYA"
        },
        {
            "codepoint": "16F1D",
            "name": "MIAO LETTER DLHYA"
        },
        {
            "codepoint": "16F1E",
            "name": "MIAO LETTER KA",
            "comments": [
                "used for ga in Gan Yi"
            ]
        },
        {
            "codepoint": "16F1F",
            "name": "MIAO LETTER GA"
        },
        {
            "codepoint": "16F20",
            "name": "MIAO LETTER YI KA",
            "comments": [
                "used for ka in Gan Yi"
            ]
        },
        {
            "codepoint": "16F21",
            "name": "MIAO LETTER QA"
        },
        {
            "codepoint": "16F22",
            "name": "MIAO LETTER QGA"
        },
        {
            "codepoint": "16F23",
            "name": "MIAO LETTER NGA"
        },
        {
            "codepoint": "16F24",
            "name": "MIAO LETTER NGHA"
        },
        {
            "codepoint": "16F25",
            "name": "MIAO LETTER ARCHAIC NGA",
            "comments": [
                "used in Pollard's early orthography"
            ]
        },
        {
            "codepoint": "16F26",
            "name": "MIAO LETTER HA"
        },
        {
            "codepoint": "16F27",
            "name": "MIAO LETTER XA"
        },
        {
            "codepoint": "16F28",
            "name": "MIAO LETTER GHA"
        },
        {
            "codepoint": "16F29",
            "name": "MIAO LETTER GHHA"
        },
        {
            "codepoint": "16F2A",
            "name": "MIAO LETTER TSSA"
        },
        {
            "codepoint": "16F2B",
            "name": "MIAO LETTER DZZA"
        },
        {
            "codepoint": "16F2C",
            "name": "MIAO LETTER NYA"
        },
        {
            "codepoint": "16F2D",
            "name": "MIAO LETTER NYHA",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F2E",
            "name": "MIAO LETTER TSHA"
        },
        {
            "codepoint": "16F2F",
            "name": "MIAO LETTER DZHA"
        },
        {
            "codepoint": "16F30",
            "name": "MIAO LETTER YI TSHA",
            "comments": [
                "used for tsha in Gan Yi"
            ]
        },
        {
            "codepoint": "16F31",
            "name": "MIAO LETTER YI DZHA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F32",
            "name": "MIAO LETTER REFORMED TSHA"
        },
        {
            "codepoint": "16F33",
            "name": "MIAO LETTER SHA"
        },
        {
            "codepoint": "16F34",
            "name": "MIAO LETTER SSA"
        },
        {
            "codepoint": "16F35",
            "name": "MIAO LETTER ZHA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F36",
            "name": "MIAO LETTER ZSHA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F37",
            "name": "MIAO LETTER TSA",
            "comments": [
                "used for dza in Gan Yi"
            ]
        },
        {
            "codepoint": "16F38",
            "name": "MIAO LETTER DZA"
        },
        {
            "codepoint": "16F39",
            "name": "MIAO LETTER YI TSA",
            "comments": [
                "used for tsa in Gan Yi"
            ]
        },
        {
            "codepoint": "16F3A",
            "name": "MIAO LETTER SA"
        },
        {
            "codepoint": "16F3B",
            "name": "MIAO LETTER ZA"
        },
        {
            "codepoint": "16F3C",
            "name": "MIAO LETTER ZSA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F3D",
            "name": "MIAO LETTER ZZA"
        },
        {
            "codepoint": "16F3E",
            "name": "MIAO LETTER ZZSA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F3F",
            "name": "MIAO LETTER ARCHAIC ZZA",
            "comments": [
                "used in Pollard's early orthography"
            ]
        },
        {
            "codepoint": "16F40",
            "name": "MIAO LETTER ZZYA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F41",
            "name": "MIAO LETTER ZZSYA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F42",
            "name": "MIAO LETTER WA"
        },
        {
            "codepoint": "16F43",
            "name": "MIAO LETTER AH",
            "comments": [
                "glottal stop"
            ]
        },
        {
            "codepoint": "16F44",
            "name": "MIAO LETTER HHA",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F45",
            "name": "MIAO LETTER BRI",
            "comments": [
                "used in Xiaohua Miao"
            ]
        },
        {
            "codepoint": "16F46",
            "name": "MIAO LETTER SYI",
            "comments": [
                "used in Xiaohua Miao"
            ]
        },
        {
            "codepoint": "16F47",
            "name": "MIAO LETTER DZYI",
            "comments": [
                "used in Xiaohua Miao"
            ]
        },
        {
            "codepoint": "16F48",
            "name": "MIAO LETTER TE",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F49",
            "name": "MIAO LETTER TSE",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F4A",
            "name": "MIAO LETTER RTE",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F4F",
            "name": "MIAO SIGN CONSONANT MODIFIER BAR",
            "comments": [
                "used in Gan Yi",
                "functions similarly to Indic nuktas"
            ]
        },
        {
            "codepoint": "16F50",
            "name": "MIAO LETTER NASALIZATION"
        },
        {
            "codepoint": "16F51",
            "name": "MIAO SIGN ASPIRATION"
        },
        {
            "codepoint": "16F52",
            "name": "MIAO SIGN REFORMED VOICING"
        },
        {
            "codepoint": "16F53",
            "name": "MIAO SIGN REFORMED ASPIRATION"
        },
        {
            "codepoint": "16F54",
            "name": "MIAO VOWEL SIGN A"
        },
        {
            "codepoint": "16F55",
            "name": "MIAO VOWEL SIGN AA",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F56",
            "name": "MIAO VOWEL SIGN AHH",
            "comments": [
                "used in Gan Yi"
            ]
        },
        {
            "codepoint": "16F57",
            "name": "MIAO VOWEL SIGN AN"
        },
        {
            "codepoint": "16F58",
            "name": "MIAO VOWEL SIGN ANG",
            "comments": [
                "also used for aw"
            ]
        },
        {
            "codepoint": "16F59",
            "name": "MIAO VOWEL SIGN O"
        },
        {
            "codepoint": "16F5A",
            "name": "MIAO VOWEL SIGN OO"
        },
        {
            "codepoint": "16F5B",
            "name": "MIAO VOWEL SIGN WO",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F5C",
            "name": "MIAO VOWEL SIGN W"
        },
        {
            "codepoint": "16F5D",
            "name": "MIAO VOWEL SIGN E"
        },
        {
            "codepoint": "16F5E",
            "name": "MIAO VOWEL SIGN EN"
        },
        {
            "codepoint": "16F5F",
            "name": "MIAO VOWEL SIGN ENG"
        },
        {
            "codepoint": "16F60",
            "name": "MIAO VOWEL SIGN OEY"
        },
        {
            "codepoint": "16F61",
            "name": "MIAO VOWEL SIGN I"
        },
        {
            "codepoint": "16F62",
            "name": "MIAO VOWEL SIGN IA"
        },
        {
            "codepoint": "16F63",
            "name": "MIAO VOWEL SIGN IAN"
        },
        {
            "codepoint": "16F64",
            "name": "MIAO VOWEL SIGN IANG",
            "comments": [
                "also used for iaw"
            ]
        },
        {
            "codepoint": "16F65",
            "name": "MIAO VOWEL SIGN IO"
        },
        {
            "codepoint": "16F66",
            "name": "MIAO VOWEL SIGN IE"
        },
        {
            "codepoint": "16F67",
            "name": "MIAO VOWEL SIGN II",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F68",
            "name": "MIAO VOWEL SIGN IU"
        },
        {
            "codepoint": "16F69",
            "name": "MIAO VOWEL SIGN ING",
            "comments": [
                "also used for in"
            ]
        },
        {
            "codepoint": "16F6A",
            "name": "MIAO VOWEL SIGN U"
        },
        {
            "codepoint": "16F6B",
            "name": "MIAO VOWEL SIGN UA"
        },
        {
            "codepoint": "16F6C",
            "name": "MIAO VOWEL SIGN UAN"
        },
        {
            "codepoint": "16F6D",
            "name": "MIAO VOWEL SIGN UANG",
            "comments": [
                "also used for uaw"
            ]
        },
        {
            "codepoint": "16F6E",
            "name": "MIAO VOWEL SIGN UU",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F6F",
            "name": "MIAO VOWEL SIGN UEI"
        },
        {
            "codepoint": "16F70",
            "name": "MIAO VOWEL SIGN UNG"
        },
        {
            "codepoint": "16F71",
            "name": "MIAO VOWEL SIGN Y"
        },
        {
            "codepoint": "16F72",
            "name": "MIAO VOWEL SIGN YI"
        },
        {
            "codepoint": "16F73",
            "name": "MIAO VOWEL SIGN AE"
        },
        {
            "codepoint": "16F74",
            "name": "MIAO VOWEL SIGN AEE",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F75",
            "name": "MIAO VOWEL SIGN ERR"
        },
        {
            "codepoint": "16F76",
            "name": "MIAO VOWEL SIGN ROUNDED ERR",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F77",
            "name": "MIAO VOWEL SIGN ER"
        },
        {
            "codepoint": "16F78",
            "name": "MIAO VOWEL SIGN ROUNDED ER",
            "comments": [
                "used in Eastern Lisu"
            ]
        },
        {
            "codepoint": "16F79",
            "name": "MIAO VOWEL SIGN AI"
        },
        {
            "codepoint": "16F7A",
            "name": "MIAO VOWEL SIGN EI"
        },
        {
            "codepoint": "16F7B",
            "name": "MIAO VOWEL SIGN AU"
        },
        {
            "codepoint": "16F7C",
            "name": "MIAO VOWEL SIGN OU"
        },
        {
            "codepoint": "16F7D",
            "name": "MIAO VOWEL SIGN N"
        },
        {
            "codepoint": "16F7E",
            "name": "MIAO VOWEL SIGN NG"
        },
        {
            "codepoint": "16F7F",
            "name": "MIAO VOWEL SIGN UOG",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F80",
            "name": "MIAO VOWEL SIGN YUI",
            "comments": [
                "used in Hei Yi"
            ]
        },
        {
            "codepoint": "16F81",
            "name": "MIAO VOWEL SIGN OG",
            "comments": [
                "used in Gan Yi and Bai Yi"
            ]
        },
        {
            "codepoint": "16F82",
            "name": "MIAO VOWEL SIGN OER",
            "comments": [
                "used in Gan Yi and Xiaohua Miao"
            ]
        },
        {
            "codepoint": "16F83",
            "name": "MIAO VOWEL SIGN VW",
            "comments": [
                "used in Xiaohua Miao and Bai Yi"
            ]
        },
        {
            "codepoint": "16F84",
            "name": "MIAO VOWEL SIGN IG",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F85",
            "name": "MIAO VOWEL SIGN EA",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F86",
            "name": "MIAO VOWEL SIGN IONG",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F87",
            "name": "MIAO VOWEL SIGN UI",
            "comments": [
                "used in Bai Yi"
            ]
        },
        {
            "codepoint": "16F8F",
            "name": "MIAO TONE RIGHT"
        },
        {
            "codepoint": "16F90",
            "name": "MIAO TONE TOP RIGHT"
        },
        {
            "codepoint": "16F91",
            "name": "MIAO TONE ABOVE"
        },
        {
            "codepoint": "16F92",
            "name": "MIAO TONE BELOW"
        },
        {
            "codepoint": "16F93",
            "name": "MIAO LETTER TONE-2"
        },
        {
            "codepoint": "16F94",
            "name": "MIAO LETTER TONE-3"
        },
        {
            "codepoint": "16F95",
            "name": "MIAO LETTER TONE-4"
        },
        {
            "codepoint": "16F96",
            "name": "MIAO LETTER TONE-5"
        },
        {
            "codepoint": "16F97",
            "name": "MIAO LETTER TONE-6"
        },
        {
            "codepoint": "16F98",
            "name": "MIAO LETTER TONE-7"
        },
        {
            "codepoint": "16F99",
            "name": "MIAO LETTER TONE-8"
        },
        {
            "codepoint": "16F9A",
            "name": "MIAO LETTER REFORMED TONE-1"
        },
        {
            "codepoint": "16F9B",
            "name": "MIAO LETTER REFORMED TONE-2"
        },
        {
            "codepoint": "16F9C",
            "name": "MIAO LETTER REFORMED TONE-4"
        },
        {
            "codepoint": "16F9D",
            "name": "MIAO LETTER REFORMED TONE-5"
        },
        {
            "codepoint": "16F9E",
            "name": "MIAO LETTER REFORMED TONE-6"
        },
        {
            "codepoint": "16F9F",
            "name": "MIAO LETTER REFORMED TONE-8"
        },
        {
            "codepoint": "16FE0",
            "name": "TANGUT ITERATION MARK",
            "crossReferences": [
                "(ideographic iteration mark - 3005)"
            ]
        },
        {
            "codepoint": "16FE1",
            "name": "NUSHU ITERATION MARK"
        },
        {
            "codepoint": "16FE2",
            "name": "OLD CHINESE HOOK MARK",
            "comments": [
                "indicates a pause or break in the text"
            ]
        },
        {
            "codepoint": "16FE3",
            "name": "OLD CHINESE ITERATION MARK",
            "crossReferences": [
                "(ideographic iteration mark - 3005)",
                "(vertical ideographic iteration mark - 303B)"
            ]
        },
        {
            "codepoint": "16FE4",
            "name": "KHITAN SMALL SCRIPT FILLER"
        },
        {
            "codepoint": "16FF0",
            "name": "VIETNAMESE ALTERNATE READING MARK CA",
            "crossReferences": [
                "4E2A",
                "4E87"
            ]
        },
        {
            "codepoint": "16FF1",
            "name": "VIETNAMESE ALTERNATE READING MARK NHAY",
            "crossReferences": [
                "21FE8"
            ]
        },
        {
            "codepoint": "18800",
            "name": "TANGUT COMPONENT-001"
        },
        {
            "codepoint": "18801",
            "name": "TANGUT COMPONENT-002"
        },
        {
            "codepoint": "18802",
            "name": "TANGUT COMPONENT-003"
        },
        {
            "codepoint": "18803",
            "name": "TANGUT COMPONENT-004"
        },
        {
            "codepoint": "18804",
            "name": "TANGUT COMPONENT-005"
        },
        {
            "codepoint": "18805",
            "name": "TANGUT COMPONENT-006"
        },
        {
            "codepoint": "18806",
            "name": "TANGUT COMPONENT-007"
        },
        {
            "codepoint": "18807",
            "name": "TANGUT COMPONENT-008"
        },
        {
            "codepoint": "18808",
            "name": "TANGUT COMPONENT-009"
        },
        {
            "codepoint": "18809",
            "name": "TANGUT COMPONENT-010"
        },
        {
            "codepoint": "1880A",
            "name": "TANGUT COMPONENT-011"
        },
        {
            "codepoint": "1880B",
            "name": "TANGUT COMPONENT-012"
        },
        {
            "codepoint": "1880C",
            "name": "TANGUT COMPONENT-013"
        },
        {
            "codepoint": "1880D",
            "name": "TANGUT COMPONENT-014"
        },
        {
            "codepoint": "1880E",
            "name": "TANGUT COMPONENT-015"
        },
        {
            "codepoint": "1880F",
            "name": "TANGUT COMPONENT-016"
        },
        {
            "codepoint": "18810",
            "name": "TANGUT COMPONENT-017"
        },
        {
            "codepoint": "18811",
            "name": "TANGUT COMPONENT-018"
        },
        {
            "codepoint": "18812",
            "name": "TANGUT COMPONENT-019"
        },
        {
            "codepoint": "18813",
            "name": "TANGUT COMPONENT-020"
        },
        {
            "codepoint": "18814",
            "name": "TANGUT COMPONENT-021"
        },
        {
            "codepoint": "18815",
            "name": "TANGUT COMPONENT-022"
        },
        {
            "codepoint": "18816",
            "name": "TANGUT COMPONENT-023"
        },
        {
            "codepoint": "18817",
            "name": "TANGUT COMPONENT-024"
        },
        {
            "codepoint": "18818",
            "name": "TANGUT COMPONENT-025"
        },
        {
            "codepoint": "18819",
            "name": "TANGUT COMPONENT-026"
        },
        {
            "codepoint": "1881A",
            "name": "TANGUT COMPONENT-027"
        },
        {
            "codepoint": "1881B",
            "name": "TANGUT COMPONENT-028"
        },
        {
            "codepoint": "1881C",
            "name": "TANGUT COMPONENT-029"
        },
        {
            "codepoint": "1881D",
            "name": "TANGUT COMPONENT-030"
        },
        {
            "codepoint": "1881E",
            "name": "TANGUT COMPONENT-031"
        },
        {
            "codepoint": "1881F",
            "name": "TANGUT COMPONENT-032"
        },
        {
            "codepoint": "18820",
            "name": "TANGUT COMPONENT-033"
        },
        {
            "codepoint": "18821",
            "name": "TANGUT COMPONENT-034"
        },
        {
            "codepoint": "18822",
            "name": "TANGUT COMPONENT-035"
        },
        {
            "codepoint": "18823",
            "name": "TANGUT COMPONENT-036"
        },
        {
            "codepoint": "18824",
            "name": "TANGUT COMPONENT-037"
        },
        {
            "codepoint": "18825",
            "name": "TANGUT COMPONENT-038"
        },
        {
            "codepoint": "18826",
            "name": "TANGUT COMPONENT-039"
        },
        {
            "codepoint": "18827",
            "name": "TANGUT COMPONENT-040"
        },
        {
            "codepoint": "18828",
            "name": "TANGUT COMPONENT-041"
        },
        {
            "codepoint": "18829",
            "name": "TANGUT COMPONENT-042"
        },
        {
            "codepoint": "1882A",
            "name": "TANGUT COMPONENT-043"
        },
        {
            "codepoint": "1882B",
            "name": "TANGUT COMPONENT-044"
        },
        {
            "codepoint": "1882C",
            "name": "TANGUT COMPONENT-045"
        },
        {
            "codepoint": "1882D",
            "name": "TANGUT COMPONENT-046"
        },
        {
            "codepoint": "1882E",
            "name": "TANGUT COMPONENT-047"
        },
        {
            "codepoint": "1882F",
            "name": "TANGUT COMPONENT-048"
        },
        {
            "codepoint": "18830",
            "name": "TANGUT COMPONENT-049"
        },
        {
            "codepoint": "18831",
            "name": "TANGUT COMPONENT-050"
        },
        {
            "codepoint": "18832",
            "name": "TANGUT COMPONENT-051"
        },
        {
            "codepoint": "18833",
            "name": "TANGUT COMPONENT-052"
        },
        {
            "codepoint": "18834",
            "name": "TANGUT COMPONENT-053"
        },
        {
            "codepoint": "18835",
            "name": "TANGUT COMPONENT-054"
        },
        {
            "codepoint": "18836",
            "name": "TANGUT COMPONENT-055"
        },
        {
            "codepoint": "18837",
            "name": "TANGUT COMPONENT-056"
        },
        {
            "codepoint": "18838",
            "name": "TANGUT COMPONENT-057"
        },
        {
            "codepoint": "18839",
            "name": "TANGUT COMPONENT-058"
        },
        {
            "codepoint": "1883A",
            "name": "TANGUT COMPONENT-059"
        },
        {
            "codepoint": "1883B",
            "name": "TANGUT COMPONENT-060"
        },
        {
            "codepoint": "1883C",
            "name": "TANGUT COMPONENT-061"
        },
        {
            "codepoint": "1883D",
            "name": "TANGUT COMPONENT-062"
        },
        {
            "codepoint": "1883E",
            "name": "TANGUT COMPONENT-063"
        },
        {
            "codepoint": "1883F",
            "name": "TANGUT COMPONENT-064"
        },
        {
            "codepoint": "18840",
            "name": "TANGUT COMPONENT-065"
        },
        {
            "codepoint": "18841",
            "name": "TANGUT COMPONENT-066"
        },
        {
            "codepoint": "18842",
            "name": "TANGUT COMPONENT-067"
        },
        {
            "codepoint": "18843",
            "name": "TANGUT COMPONENT-068"
        },
        {
            "codepoint": "18844",
            "name": "TANGUT COMPONENT-069"
        },
        {
            "codepoint": "18845",
            "name": "TANGUT COMPONENT-070"
        },
        {
            "codepoint": "18846",
            "name": "TANGUT COMPONENT-071"
        },
        {
            "codepoint": "18847",
            "name": "TANGUT COMPONENT-072"
        },
        {
            "codepoint": "18848",
            "name": "TANGUT COMPONENT-073"
        },
        {
            "codepoint": "18849",
            "name": "TANGUT COMPONENT-074"
        },
        {
            "codepoint": "1884A",
            "name": "TANGUT COMPONENT-075"
        },
        {
            "codepoint": "1884B",
            "name": "TANGUT COMPONENT-076"
        },
        {
            "codepoint": "1884C",
            "name": "TANGUT COMPONENT-077"
        },
        {
            "codepoint": "1884D",
            "name": "TANGUT COMPONENT-078"
        },
        {
            "codepoint": "1884E",
            "name": "TANGUT COMPONENT-079"
        },
        {
            "codepoint": "1884F",
            "name": "TANGUT COMPONENT-080"
        },
        {
            "codepoint": "18850",
            "name": "TANGUT COMPONENT-081"
        },
        {
            "codepoint": "18851",
            "name": "TANGUT COMPONENT-082"
        },
        {
            "codepoint": "18852",
            "name": "TANGUT COMPONENT-083"
        },
        {
            "codepoint": "18853",
            "name": "TANGUT COMPONENT-084"
        },
        {
            "codepoint": "18854",
            "name": "TANGUT COMPONENT-085"
        },
        {
            "codepoint": "18855",
            "name": "TANGUT COMPONENT-086"
        },
        {
            "codepoint": "18856",
            "name": "TANGUT COMPONENT-087"
        },
        {
            "codepoint": "18857",
            "name": "TANGUT COMPONENT-088"
        },
        {
            "codepoint": "18858",
            "name": "TANGUT COMPONENT-089"
        },
        {
            "codepoint": "18859",
            "name": "TANGUT COMPONENT-090"
        },
        {
            "codepoint": "1885A",
            "name": "TANGUT COMPONENT-091"
        },
        {
            "codepoint": "1885B",
            "name": "TANGUT COMPONENT-092"
        },
        {
            "codepoint": "1885C",
            "name": "TANGUT COMPONENT-093"
        },
        {
            "codepoint": "1885D",
            "name": "TANGUT COMPONENT-094"
        },
        {
            "codepoint": "1885E",
            "name": "TANGUT COMPONENT-095"
        },
        {
            "codepoint": "1885F",
            "name": "TANGUT COMPONENT-096"
        },
        {
            "codepoint": "18860",
            "name": "TANGUT COMPONENT-097"
        },
        {
            "codepoint": "18861",
            "name": "TANGUT COMPONENT-098"
        },
        {
            "codepoint": "18862",
            "name": "TANGUT COMPONENT-099"
        },
        {
            "codepoint": "18863",
            "name": "TANGUT COMPONENT-100"
        },
        {
            "codepoint": "18864",
            "name": "TANGUT COMPONENT-101"
        },
        {
            "codepoint": "18865",
            "name": "TANGUT COMPONENT-102"
        },
        {
            "codepoint": "18866",
            "name": "TANGUT COMPONENT-103"
        },
        {
            "codepoint": "18867",
            "name": "TANGUT COMPONENT-104"
        },
        {
            "codepoint": "18868",
            "name": "TANGUT COMPONENT-105"
        },
        {
            "codepoint": "18869",
            "name": "TANGUT COMPONENT-106"
        },
        {
            "codepoint": "1886A",
            "name": "TANGUT COMPONENT-107"
        },
        {
            "codepoint": "1886B",
            "name": "TANGUT COMPONENT-108"
        },
        {
            "codepoint": "1886C",
            "name": "TANGUT COMPONENT-109"
        },
        {
            "codepoint": "1886D",
            "name": "TANGUT COMPONENT-110"
        },
        {
            "codepoint": "1886E",
            "name": "TANGUT COMPONENT-111"
        },
        {
            "codepoint": "1886F",
            "name": "TANGUT COMPONENT-112"
        },
        {
            "codepoint": "18870",
            "name": "TANGUT COMPONENT-113"
        },
        {
            "codepoint": "18871",
            "name": "TANGUT COMPONENT-114"
        },
        {
            "codepoint": "18872",
            "name": "TANGUT COMPONENT-115"
        },
        {
            "codepoint": "18873",
            "name": "TANGUT COMPONENT-116"
        },
        {
            "codepoint": "18874",
            "name": "TANGUT COMPONENT-117"
        },
        {
            "codepoint": "18875",
            "name": "TANGUT COMPONENT-118"
        },
        {
            "codepoint": "18876",
            "name": "TANGUT COMPONENT-119"
        },
        {
            "codepoint": "18877",
            "name": "TANGUT COMPONENT-120"
        },
        {
            "codepoint": "18878",
            "name": "TANGUT COMPONENT-121"
        },
        {
            "codepoint": "18879",
            "name": "TANGUT COMPONENT-122"
        },
        {
            "codepoint": "1887A",
            "name": "TANGUT COMPONENT-123"
        },
        {
            "codepoint": "1887B",
            "name": "TANGUT COMPONENT-124"
        },
        {
            "codepoint": "1887C",
            "name": "TANGUT COMPONENT-125"
        },
        {
            "codepoint": "1887D",
            "name": "TANGUT COMPONENT-126"
        },
        {
            "codepoint": "1887E",
            "name": "TANGUT COMPONENT-127"
        },
        {
            "codepoint": "1887F",
            "name": "TANGUT COMPONENT-128"
        },
        {
            "codepoint": "18880",
            "name": "TANGUT COMPONENT-129"
        },
        {
            "codepoint": "18881",
            "name": "TANGUT COMPONENT-130"
        },
        {
            "codepoint": "18882",
            "name": "TANGUT COMPONENT-131"
        },
        {
            "codepoint": "18883",
            "name": "TANGUT COMPONENT-132"
        },
        {
            "codepoint": "18884",
            "name": "TANGUT COMPONENT-133"
        },
        {
            "codepoint": "18885",
            "name": "TANGUT COMPONENT-134"
        },
        {
            "codepoint": "18886",
            "name": "TANGUT COMPONENT-135"
        },
        {
            "codepoint": "18887",
            "name": "TANGUT COMPONENT-136"
        },
        {
            "codepoint": "18888",
            "name": "TANGUT COMPONENT-137"
        },
        {
            "codepoint": "18889",
            "name": "TANGUT COMPONENT-138"
        },
        {
            "codepoint": "1888A",
            "name": "TANGUT COMPONENT-139"
        },
        {
            "codepoint": "1888B",
            "name": "TANGUT COMPONENT-140"
        },
        {
            "codepoint": "1888C",
            "name": "TANGUT COMPONENT-141"
        },
        {
            "codepoint": "1888D",
            "name": "TANGUT COMPONENT-142"
        },
        {
            "codepoint": "1888E",
            "name": "TANGUT COMPONENT-143"
        },
        {
            "codepoint": "1888F",
            "name": "TANGUT COMPONENT-144"
        },
        {
            "codepoint": "18890",
            "name": "TANGUT COMPONENT-145"
        },
        {
            "codepoint": "18891",
            "name": "TANGUT COMPONENT-146"
        },
        {
            "codepoint": "18892",
            "name": "TANGUT COMPONENT-147"
        },
        {
            "codepoint": "18893",
            "name": "TANGUT COMPONENT-148"
        },
        {
            "codepoint": "18894",
            "name": "TANGUT COMPONENT-149"
        },
        {
            "codepoint": "18895",
            "name": "TANGUT COMPONENT-150"
        },
        {
            "codepoint": "18896",
            "name": "TANGUT COMPONENT-151"
        },
        {
            "codepoint": "18897",
            "name": "TANGUT COMPONENT-152"
        },
        {
            "codepoint": "18898",
            "name": "TANGUT COMPONENT-153"
        },
        {
            "codepoint": "18899",
            "name": "TANGUT COMPONENT-154"
        },
        {
            "codepoint": "1889A",
            "name": "TANGUT COMPONENT-155"
        },
        {
            "codepoint": "1889B",
            "name": "TANGUT COMPONENT-156"
        },
        {
            "codepoint": "1889C",
            "name": "TANGUT COMPONENT-157"
        },
        {
            "codepoint": "1889D",
            "name": "TANGUT COMPONENT-158"
        },
        {
            "codepoint": "1889E",
            "name": "TANGUT COMPONENT-159"
        },
        {
            "codepoint": "1889F",
            "name": "TANGUT COMPONENT-160"
        },
        {
            "codepoint": "188A0",
            "name": "TANGUT COMPONENT-161"
        },
        {
            "codepoint": "188A1",
            "name": "TANGUT COMPONENT-162"
        },
        {
            "codepoint": "188A2",
            "name": "TANGUT COMPONENT-163"
        },
        {
            "codepoint": "188A3",
            "name": "TANGUT COMPONENT-164"
        },
        {
            "codepoint": "188A4",
            "name": "TANGUT COMPONENT-165"
        },
        {
            "codepoint": "188A5",
            "name": "TANGUT COMPONENT-166"
        },
        {
            "codepoint": "188A6",
            "name": "TANGUT COMPONENT-167"
        },
        {
            "codepoint": "188A7",
            "name": "TANGUT COMPONENT-168"
        },
        {
            "codepoint": "188A8",
            "name": "TANGUT COMPONENT-169"
        },
        {
            "codepoint": "188A9",
            "name": "TANGUT COMPONENT-170"
        },
        {
            "codepoint": "188AA",
            "name": "TANGUT COMPONENT-171"
        },
        {
            "codepoint": "188AB",
            "name": "TANGUT COMPONENT-172"
        },
        {
            "codepoint": "188AC",
            "name": "TANGUT COMPONENT-173"
        },
        {
            "codepoint": "188AD",
            "name": "TANGUT COMPONENT-174"
        },
        {
            "codepoint": "188AE",
            "name": "TANGUT COMPONENT-175"
        },
        {
            "codepoint": "188AF",
            "name": "TANGUT COMPONENT-176"
        },
        {
            "codepoint": "188B0",
            "name": "TANGUT COMPONENT-177"
        },
        {
            "codepoint": "188B1",
            "name": "TANGUT COMPONENT-178"
        },
        {
            "codepoint": "188B2",
            "name": "TANGUT COMPONENT-179"
        },
        {
            "codepoint": "188B3",
            "name": "TANGUT COMPONENT-180"
        },
        {
            "codepoint": "188B4",
            "name": "TANGUT COMPONENT-181"
        },
        {
            "codepoint": "188B5",
            "name": "TANGUT COMPONENT-182"
        },
        {
            "codepoint": "188B6",
            "name": "TANGUT COMPONENT-183"
        },
        {
            "codepoint": "188B7",
            "name": "TANGUT COMPONENT-184"
        },
        {
            "codepoint": "188B8",
            "name": "TANGUT COMPONENT-185"
        },
        {
            "codepoint": "188B9",
            "name": "TANGUT COMPONENT-186"
        },
        {
            "codepoint": "188BA",
            "name": "TANGUT COMPONENT-187"
        },
        {
            "codepoint": "188BB",
            "name": "TANGUT COMPONENT-188"
        },
        {
            "codepoint": "188BC",
            "name": "TANGUT COMPONENT-189"
        },
        {
            "codepoint": "188BD",
            "name": "TANGUT COMPONENT-190"
        },
        {
            "codepoint": "188BE",
            "name": "TANGUT COMPONENT-191"
        },
        {
            "codepoint": "188BF",
            "name": "TANGUT COMPONENT-192"
        },
        {
            "codepoint": "188C0",
            "name": "TANGUT COMPONENT-193"
        },
        {
            "codepoint": "188C1",
            "name": "TANGUT COMPONENT-194"
        },
        {
            "codepoint": "188C2",
            "name": "TANGUT COMPONENT-195"
        },
        {
            "codepoint": "188C3",
            "name": "TANGUT COMPONENT-196"
        },
        {
            "codepoint": "188C4",
            "name": "TANGUT COMPONENT-197"
        },
        {
            "codepoint": "188C5",
            "name": "TANGUT COMPONENT-198"
        },
        {
            "codepoint": "188C6",
            "name": "TANGUT COMPONENT-199"
        },
        {
            "codepoint": "188C7",
            "name": "TANGUT COMPONENT-200"
        },
        {
            "codepoint": "188C8",
            "name": "TANGUT COMPONENT-201"
        },
        {
            "codepoint": "188C9",
            "name": "TANGUT COMPONENT-202"
        },
        {
            "codepoint": "188CA",
            "name": "TANGUT COMPONENT-203"
        },
        {
            "codepoint": "188CB",
            "name": "TANGUT COMPONENT-204"
        },
        {
            "codepoint": "188CC",
            "name": "TANGUT COMPONENT-205"
        },
        {
            "codepoint": "188CD",
            "name": "TANGUT COMPONENT-206"
        },
        {
            "codepoint": "188CE",
            "name": "TANGUT COMPONENT-207"
        },
        {
            "codepoint": "188CF",
            "name": "TANGUT COMPONENT-208"
        },
        {
            "codepoint": "188D0",
            "name": "TANGUT COMPONENT-209"
        },
        {
            "codepoint": "188D1",
            "name": "TANGUT COMPONENT-210"
        },
        {
            "codepoint": "188D2",
            "name": "TANGUT COMPONENT-211"
        },
        {
            "codepoint": "188D3",
            "name": "TANGUT COMPONENT-212"
        },
        {
            "codepoint": "188D4",
            "name": "TANGUT COMPONENT-213"
        },
        {
            "codepoint": "188D5",
            "name": "TANGUT COMPONENT-214"
        },
        {
            "codepoint": "188D6",
            "name": "TANGUT COMPONENT-215"
        },
        {
            "codepoint": "188D7",
            "name": "TANGUT COMPONENT-216"
        },
        {
            "codepoint": "188D8",
            "name": "TANGUT COMPONENT-217"
        },
        {
            "codepoint": "188D9",
            "name": "TANGUT COMPONENT-218"
        },
        {
            "codepoint": "188DA",
            "name": "TANGUT COMPONENT-219"
        },
        {
            "codepoint": "188DB",
            "name": "TANGUT COMPONENT-220"
        },
        {
            "codepoint": "188DC",
            "name": "TANGUT COMPONENT-221"
        },
        {
            "codepoint": "188DD",
            "name": "TANGUT COMPONENT-222"
        },
        {
            "codepoint": "188DE",
            "name": "TANGUT COMPONENT-223"
        },
        {
            "codepoint": "188DF",
            "name": "TANGUT COMPONENT-224"
        },
        {
            "codepoint": "188E0",
            "name": "TANGUT COMPONENT-225"
        },
        {
            "codepoint": "188E1",
            "name": "TANGUT COMPONENT-226"
        },
        {
            "codepoint": "188E2",
            "name": "TANGUT COMPONENT-227"
        },
        {
            "codepoint": "188E3",
            "name": "TANGUT COMPONENT-228"
        },
        {
            "codepoint": "188E4",
            "name": "TANGUT COMPONENT-229"
        },
        {
            "codepoint": "188E5",
            "name": "TANGUT COMPONENT-230"
        },
        {
            "codepoint": "188E6",
            "name": "TANGUT COMPONENT-231"
        },
        {
            "codepoint": "188E7",
            "name": "TANGUT COMPONENT-232"
        },
        {
            "codepoint": "188E8",
            "name": "TANGUT COMPONENT-233"
        },
        {
            "codepoint": "188E9",
            "name": "TANGUT COMPONENT-234"
        },
        {
            "codepoint": "188EA",
            "name": "TANGUT COMPONENT-235"
        },
        {
            "codepoint": "188EB",
            "name": "TANGUT COMPONENT-236"
        },
        {
            "codepoint": "188EC",
            "name": "TANGUT COMPONENT-237"
        },
        {
            "codepoint": "188ED",
            "name": "TANGUT COMPONENT-238"
        },
        {
            "codepoint": "188EE",
            "name": "TANGUT COMPONENT-239"
        },
        {
            "codepoint": "188EF",
            "name": "TANGUT COMPONENT-240"
        },
        {
            "codepoint": "188F0",
            "name": "TANGUT COMPONENT-241"
        },
        {
            "codepoint": "188F1",
            "name": "TANGUT COMPONENT-242"
        },
        {
            "codepoint": "188F2",
            "name": "TANGUT COMPONENT-243"
        },
        {
            "codepoint": "188F3",
            "name": "TANGUT COMPONENT-244"
        },
        {
            "codepoint": "188F4",
            "name": "TANGUT COMPONENT-245"
        },
        {
            "codepoint": "188F5",
            "name": "TANGUT COMPONENT-246"
        },
        {
            "codepoint": "188F6",
            "name": "TANGUT COMPONENT-247"
        },
        {
            "codepoint": "188F7",
            "name": "TANGUT COMPONENT-248"
        },
        {
            "codepoint": "188F8",
            "name": "TANGUT COMPONENT-249"
        },
        {
            "codepoint": "188F9",
            "name": "TANGUT COMPONENT-250"
        },
        {
            "codepoint": "188FA",
            "name": "TANGUT COMPONENT-251"
        },
        {
            "codepoint": "188FB",
            "name": "TANGUT COMPONENT-252"
        },
        {
            "codepoint": "188FC",
            "name": "TANGUT COMPONENT-253"
        },
        {
            "codepoint": "188FD",
            "name": "TANGUT COMPONENT-254"
        },
        {
            "codepoint": "188FE",
            "name": "TANGUT COMPONENT-255"
        },
        {
            "codepoint": "188FF",
            "name": "TANGUT COMPONENT-256"
        },
        {
            "codepoint": "18900",
            "name": "TANGUT COMPONENT-257"
        },
        {
            "codepoint": "18901",
            "name": "TANGUT COMPONENT-258"
        },
        {
            "codepoint": "18902",
            "name": "TANGUT COMPONENT-259"
        },
        {
            "codepoint": "18903",
            "name": "TANGUT COMPONENT-260"
        },
        {
            "codepoint": "18904",
            "name": "TANGUT COMPONENT-261"
        },
        {
            "codepoint": "18905",
            "name": "TANGUT COMPONENT-262"
        },
        {
            "codepoint": "18906",
            "name": "TANGUT COMPONENT-263"
        },
        {
            "codepoint": "18907",
            "name": "TANGUT COMPONENT-264"
        },
        {
            "codepoint": "18908",
            "name": "TANGUT COMPONENT-265"
        },
        {
            "codepoint": "18909",
            "name": "TANGUT COMPONENT-266"
        },
        {
            "codepoint": "1890A",
            "name": "TANGUT COMPONENT-267"
        },
        {
            "codepoint": "1890B",
            "name": "TANGUT COMPONENT-268"
        },
        {
            "codepoint": "1890C",
            "name": "TANGUT COMPONENT-269"
        },
        {
            "codepoint": "1890D",
            "name": "TANGUT COMPONENT-270"
        },
        {
            "codepoint": "1890E",
            "name": "TANGUT COMPONENT-271"
        },
        {
            "codepoint": "1890F",
            "name": "TANGUT COMPONENT-272"
        },
        {
            "codepoint": "18910",
            "name": "TANGUT COMPONENT-273"
        },
        {
            "codepoint": "18911",
            "name": "TANGUT COMPONENT-274"
        },
        {
            "codepoint": "18912",
            "name": "TANGUT COMPONENT-275"
        },
        {
            "codepoint": "18913",
            "name": "TANGUT COMPONENT-276"
        },
        {
            "codepoint": "18914",
            "name": "TANGUT COMPONENT-277"
        },
        {
            "codepoint": "18915",
            "name": "TANGUT COMPONENT-278"
        },
        {
            "codepoint": "18916",
            "name": "TANGUT COMPONENT-279"
        },
        {
            "codepoint": "18917",
            "name": "TANGUT COMPONENT-280"
        },
        {
            "codepoint": "18918",
            "name": "TANGUT COMPONENT-281"
        },
        {
            "codepoint": "18919",
            "name": "TANGUT COMPONENT-282"
        },
        {
            "codepoint": "1891A",
            "name": "TANGUT COMPONENT-283"
        },
        {
            "codepoint": "1891B",
            "name": "TANGUT COMPONENT-284"
        },
        {
            "codepoint": "1891C",
            "name": "TANGUT COMPONENT-285"
        },
        {
            "codepoint": "1891D",
            "name": "TANGUT COMPONENT-286"
        },
        {
            "codepoint": "1891E",
            "name": "TANGUT COMPONENT-287"
        },
        {
            "codepoint": "1891F",
            "name": "TANGUT COMPONENT-288"
        },
        {
            "codepoint": "18920",
            "name": "TANGUT COMPONENT-289"
        },
        {
            "codepoint": "18921",
            "name": "TANGUT COMPONENT-290"
        },
        {
            "codepoint": "18922",
            "name": "TANGUT COMPONENT-291"
        },
        {
            "codepoint": "18923",
            "name": "TANGUT COMPONENT-292"
        },
        {
            "codepoint": "18924",
            "name": "TANGUT COMPONENT-293"
        },
        {
            "codepoint": "18925",
            "name": "TANGUT COMPONENT-294"
        },
        {
            "codepoint": "18926",
            "name": "TANGUT COMPONENT-295"
        },
        {
            "codepoint": "18927",
            "name": "TANGUT COMPONENT-296"
        },
        {
            "codepoint": "18928",
            "name": "TANGUT COMPONENT-297"
        },
        {
            "codepoint": "18929",
            "name": "TANGUT COMPONENT-298"
        },
        {
            "codepoint": "1892A",
            "name": "TANGUT COMPONENT-299"
        },
        {
            "codepoint": "1892B",
            "name": "TANGUT COMPONENT-300"
        },
        {
            "codepoint": "1892C",
            "name": "TANGUT COMPONENT-301"
        },
        {
            "codepoint": "1892D",
            "name": "TANGUT COMPONENT-302"
        },
        {
            "codepoint": "1892E",
            "name": "TANGUT COMPONENT-303"
        },
        {
            "codepoint": "1892F",
            "name": "TANGUT COMPONENT-304"
        },
        {
            "codepoint": "18930",
            "name": "TANGUT COMPONENT-305"
        },
        {
            "codepoint": "18931",
            "name": "TANGUT COMPONENT-306"
        },
        {
            "codepoint": "18932",
            "name": "TANGUT COMPONENT-307"
        },
        {
            "codepoint": "18933",
            "name": "TANGUT COMPONENT-308"
        },
        {
            "codepoint": "18934",
            "name": "TANGUT COMPONENT-309"
        },
        {
            "codepoint": "18935",
            "name": "TANGUT COMPONENT-310"
        },
        {
            "codepoint": "18936",
            "name": "TANGUT COMPONENT-311"
        },
        {
            "codepoint": "18937",
            "name": "TANGUT COMPONENT-312"
        },
        {
            "codepoint": "18938",
            "name": "TANGUT COMPONENT-313"
        },
        {
            "codepoint": "18939",
            "name": "TANGUT COMPONENT-314"
        },
        {
            "codepoint": "1893A",
            "name": "TANGUT COMPONENT-315"
        },
        {
            "codepoint": "1893B",
            "name": "TANGUT COMPONENT-316"
        },
        {
            "codepoint": "1893C",
            "name": "TANGUT COMPONENT-317"
        },
        {
            "codepoint": "1893D",
            "name": "TANGUT COMPONENT-318"
        },
        {
            "codepoint": "1893E",
            "name": "TANGUT COMPONENT-319"
        },
        {
            "codepoint": "1893F",
            "name": "TANGUT COMPONENT-320"
        },
        {
            "codepoint": "18940",
            "name": "TANGUT COMPONENT-321"
        },
        {
            "codepoint": "18941",
            "name": "TANGUT COMPONENT-322"
        },
        {
            "codepoint": "18942",
            "name": "TANGUT COMPONENT-323"
        },
        {
            "codepoint": "18943",
            "name": "TANGUT COMPONENT-324"
        },
        {
            "codepoint": "18944",
            "name": "TANGUT COMPONENT-325"
        },
        {
            "codepoint": "18945",
            "name": "TANGUT COMPONENT-326"
        },
        {
            "codepoint": "18946",
            "name": "TANGUT COMPONENT-327"
        },
        {
            "codepoint": "18947",
            "name": "TANGUT COMPONENT-328"
        },
        {
            "codepoint": "18948",
            "name": "TANGUT COMPONENT-329"
        },
        {
            "codepoint": "18949",
            "name": "TANGUT COMPONENT-330"
        },
        {
            "codepoint": "1894A",
            "name": "TANGUT COMPONENT-331"
        },
        {
            "codepoint": "1894B",
            "name": "TANGUT COMPONENT-332"
        },
        {
            "codepoint": "1894C",
            "name": "TANGUT COMPONENT-333"
        },
        {
            "codepoint": "1894D",
            "name": "TANGUT COMPONENT-334"
        },
        {
            "codepoint": "1894E",
            "name": "TANGUT COMPONENT-335"
        },
        {
            "codepoint": "1894F",
            "name": "TANGUT COMPONENT-336"
        },
        {
            "codepoint": "18950",
            "name": "TANGUT COMPONENT-337"
        },
        {
            "codepoint": "18951",
            "name": "TANGUT COMPONENT-338"
        },
        {
            "codepoint": "18952",
            "name": "TANGUT COMPONENT-339"
        },
        {
            "codepoint": "18953",
            "name": "TANGUT COMPONENT-340"
        },
        {
            "codepoint": "18954",
            "name": "TANGUT COMPONENT-341"
        },
        {
            "codepoint": "18955",
            "name": "TANGUT COMPONENT-342"
        },
        {
            "codepoint": "18956",
            "name": "TANGUT COMPONENT-343"
        },
        {
            "codepoint": "18957",
            "name": "TANGUT COMPONENT-344"
        },
        {
            "codepoint": "18958",
            "name": "TANGUT COMPONENT-345"
        },
        {
            "codepoint": "18959",
            "name": "TANGUT COMPONENT-346"
        },
        {
            "codepoint": "1895A",
            "name": "TANGUT COMPONENT-347"
        },
        {
            "codepoint": "1895B",
            "name": "TANGUT COMPONENT-348"
        },
        {
            "codepoint": "1895C",
            "name": "TANGUT COMPONENT-349"
        },
        {
            "codepoint": "1895D",
            "name": "TANGUT COMPONENT-350"
        },
        {
            "codepoint": "1895E",
            "name": "TANGUT COMPONENT-351"
        },
        {
            "codepoint": "1895F",
            "name": "TANGUT COMPONENT-352"
        },
        {
            "codepoint": "18960",
            "name": "TANGUT COMPONENT-353"
        },
        {
            "codepoint": "18961",
            "name": "TANGUT COMPONENT-354"
        },
        {
            "codepoint": "18962",
            "name": "TANGUT COMPONENT-355"
        },
        {
            "codepoint": "18963",
            "name": "TANGUT COMPONENT-356"
        },
        {
            "codepoint": "18964",
            "name": "TANGUT COMPONENT-357"
        },
        {
            "codepoint": "18965",
            "name": "TANGUT COMPONENT-358"
        },
        {
            "codepoint": "18966",
            "name": "TANGUT COMPONENT-359"
        },
        {
            "codepoint": "18967",
            "name": "TANGUT COMPONENT-360"
        },
        {
            "codepoint": "18968",
            "name": "TANGUT COMPONENT-361"
        },
        {
            "codepoint": "18969",
            "name": "TANGUT COMPONENT-362"
        },
        {
            "codepoint": "1896A",
            "name": "TANGUT COMPONENT-363"
        },
        {
            "codepoint": "1896B",
            "name": "TANGUT COMPONENT-364"
        },
        {
            "codepoint": "1896C",
            "name": "TANGUT COMPONENT-365"
        },
        {
            "codepoint": "1896D",
            "name": "TANGUT COMPONENT-366"
        },
        {
            "codepoint": "1896E",
            "name": "TANGUT COMPONENT-367"
        },
        {
            "codepoint": "1896F",
            "name": "TANGUT COMPONENT-368"
        },
        {
            "codepoint": "18970",
            "name": "TANGUT COMPONENT-369"
        },
        {
            "codepoint": "18971",
            "name": "TANGUT COMPONENT-370"
        },
        {
            "codepoint": "18972",
            "name": "TANGUT COMPONENT-371"
        },
        {
            "codepoint": "18973",
            "name": "TANGUT COMPONENT-372"
        },
        {
            "codepoint": "18974",
            "name": "TANGUT COMPONENT-373"
        },
        {
            "codepoint": "18975",
            "name": "TANGUT COMPONENT-374"
        },
        {
            "codepoint": "18976",
            "name": "TANGUT COMPONENT-375"
        },
        {
            "codepoint": "18977",
            "name": "TANGUT COMPONENT-376"
        },
        {
            "codepoint": "18978",
            "name": "TANGUT COMPONENT-377"
        },
        {
            "codepoint": "18979",
            "name": "TANGUT COMPONENT-378"
        },
        {
            "codepoint": "1897A",
            "name": "TANGUT COMPONENT-379"
        },
        {
            "codepoint": "1897B",
            "name": "TANGUT COMPONENT-380"
        },
        {
            "codepoint": "1897C",
            "name": "TANGUT COMPONENT-381"
        },
        {
            "codepoint": "1897D",
            "name": "TANGUT COMPONENT-382"
        },
        {
            "codepoint": "1897E",
            "name": "TANGUT COMPONENT-383"
        },
        {
            "codepoint": "1897F",
            "name": "TANGUT COMPONENT-384"
        },
        {
            "codepoint": "18980",
            "name": "TANGUT COMPONENT-385"
        },
        {
            "codepoint": "18981",
            "name": "TANGUT COMPONENT-386"
        },
        {
            "codepoint": "18982",
            "name": "TANGUT COMPONENT-387"
        },
        {
            "codepoint": "18983",
            "name": "TANGUT COMPONENT-388"
        },
        {
            "codepoint": "18984",
            "name": "TANGUT COMPONENT-389"
        },
        {
            "codepoint": "18985",
            "name": "TANGUT COMPONENT-390"
        },
        {
            "codepoint": "18986",
            "name": "TANGUT COMPONENT-391"
        },
        {
            "codepoint": "18987",
            "name": "TANGUT COMPONENT-392"
        },
        {
            "codepoint": "18988",
            "name": "TANGUT COMPONENT-393"
        },
        {
            "codepoint": "18989",
            "name": "TANGUT COMPONENT-394"
        },
        {
            "codepoint": "1898A",
            "name": "TANGUT COMPONENT-395"
        },
        {
            "codepoint": "1898B",
            "name": "TANGUT COMPONENT-396"
        },
        {
            "codepoint": "1898C",
            "name": "TANGUT COMPONENT-397"
        },
        {
            "codepoint": "1898D",
            "name": "TANGUT COMPONENT-398"
        },
        {
            "codepoint": "1898E",
            "name": "TANGUT COMPONENT-399"
        },
        {
            "codepoint": "1898F",
            "name": "TANGUT COMPONENT-400"
        },
        {
            "codepoint": "18990",
            "name": "TANGUT COMPONENT-401"
        },
        {
            "codepoint": "18991",
            "name": "TANGUT COMPONENT-402"
        },
        {
            "codepoint": "18992",
            "name": "TANGUT COMPONENT-403"
        },
        {
            "codepoint": "18993",
            "name": "TANGUT COMPONENT-404"
        },
        {
            "codepoint": "18994",
            "name": "TANGUT COMPONENT-405"
        },
        {
            "codepoint": "18995",
            "name": "TANGUT COMPONENT-406"
        },
        {
            "codepoint": "18996",
            "name": "TANGUT COMPONENT-407"
        },
        {
            "codepoint": "18997",
            "name": "TANGUT COMPONENT-408"
        },
        {
            "codepoint": "18998",
            "name": "TANGUT COMPONENT-409"
        },
        {
            "codepoint": "18999",
            "name": "TANGUT COMPONENT-410"
        },
        {
            "codepoint": "1899A",
            "name": "TANGUT COMPONENT-411"
        },
        {
            "codepoint": "1899B",
            "name": "TANGUT COMPONENT-412"
        },
        {
            "codepoint": "1899C",
            "name": "TANGUT COMPONENT-413"
        },
        {
            "codepoint": "1899D",
            "name": "TANGUT COMPONENT-414"
        },
        {
            "codepoint": "1899E",
            "name": "TANGUT COMPONENT-415"
        },
        {
            "codepoint": "1899F",
            "name": "TANGUT COMPONENT-416"
        },
        {
            "codepoint": "189A0",
            "name": "TANGUT COMPONENT-417"
        },
        {
            "codepoint": "189A1",
            "name": "TANGUT COMPONENT-418"
        },
        {
            "codepoint": "189A2",
            "name": "TANGUT COMPONENT-419"
        },
        {
            "codepoint": "189A3",
            "name": "TANGUT COMPONENT-420"
        },
        {
            "codepoint": "189A4",
            "name": "TANGUT COMPONENT-421"
        },
        {
            "codepoint": "189A5",
            "name": "TANGUT COMPONENT-422"
        },
        {
            "codepoint": "189A6",
            "name": "TANGUT COMPONENT-423"
        },
        {
            "codepoint": "189A7",
            "name": "TANGUT COMPONENT-424"
        },
        {
            "codepoint": "189A8",
            "name": "TANGUT COMPONENT-425"
        },
        {
            "codepoint": "189A9",
            "name": "TANGUT COMPONENT-426"
        },
        {
            "codepoint": "189AA",
            "name": "TANGUT COMPONENT-427"
        },
        {
            "codepoint": "189AB",
            "name": "TANGUT COMPONENT-428"
        },
        {
            "codepoint": "189AC",
            "name": "TANGUT COMPONENT-429"
        },
        {
            "codepoint": "189AD",
            "name": "TANGUT COMPONENT-430"
        },
        {
            "codepoint": "189AE",
            "name": "TANGUT COMPONENT-431"
        },
        {
            "codepoint": "189AF",
            "name": "TANGUT COMPONENT-432"
        },
        {
            "codepoint": "189B0",
            "name": "TANGUT COMPONENT-433"
        },
        {
            "codepoint": "189B1",
            "name": "TANGUT COMPONENT-434"
        },
        {
            "codepoint": "189B2",
            "name": "TANGUT COMPONENT-435"
        },
        {
            "codepoint": "189B3",
            "name": "TANGUT COMPONENT-436"
        },
        {
            "codepoint": "189B4",
            "name": "TANGUT COMPONENT-437"
        },
        {
            "codepoint": "189B5",
            "name": "TANGUT COMPONENT-438"
        },
        {
            "codepoint": "189B6",
            "name": "TANGUT COMPONENT-439"
        },
        {
            "codepoint": "189B7",
            "name": "TANGUT COMPONENT-440"
        },
        {
            "codepoint": "189B8",
            "name": "TANGUT COMPONENT-441"
        },
        {
            "codepoint": "189B9",
            "name": "TANGUT COMPONENT-442"
        },
        {
            "codepoint": "189BA",
            "name": "TANGUT COMPONENT-443"
        },
        {
            "codepoint": "189BB",
            "name": "TANGUT COMPONENT-444"
        },
        {
            "codepoint": "189BC",
            "name": "TANGUT COMPONENT-445"
        },
        {
            "codepoint": "189BD",
            "name": "TANGUT COMPONENT-446"
        },
        {
            "codepoint": "189BE",
            "name": "TANGUT COMPONENT-447"
        },
        {
            "codepoint": "189BF",
            "name": "TANGUT COMPONENT-448"
        },
        {
            "codepoint": "189C0",
            "name": "TANGUT COMPONENT-449"
        },
        {
            "codepoint": "189C1",
            "name": "TANGUT COMPONENT-450"
        },
        {
            "codepoint": "189C2",
            "name": "TANGUT COMPONENT-451"
        },
        {
            "codepoint": "189C3",
            "name": "TANGUT COMPONENT-452"
        },
        {
            "codepoint": "189C4",
            "name": "TANGUT COMPONENT-453"
        },
        {
            "codepoint": "189C5",
            "name": "TANGUT COMPONENT-454"
        },
        {
            "codepoint": "189C6",
            "name": "TANGUT COMPONENT-455"
        },
        {
            "codepoint": "189C7",
            "name": "TANGUT COMPONENT-456"
        },
        {
            "codepoint": "189C8",
            "name": "TANGUT COMPONENT-457"
        },
        {
            "codepoint": "189C9",
            "name": "TANGUT COMPONENT-458"
        },
        {
            "codepoint": "189CA",
            "name": "TANGUT COMPONENT-459"
        },
        {
            "codepoint": "189CB",
            "name": "TANGUT COMPONENT-460"
        },
        {
            "codepoint": "189CC",
            "name": "TANGUT COMPONENT-461"
        },
        {
            "codepoint": "189CD",
            "name": "TANGUT COMPONENT-462"
        },
        {
            "codepoint": "189CE",
            "name": "TANGUT COMPONENT-463"
        },
        {
            "codepoint": "189CF",
            "name": "TANGUT COMPONENT-464"
        },
        {
            "codepoint": "189D0",
            "name": "TANGUT COMPONENT-465"
        },
        {
            "codepoint": "189D1",
            "name": "TANGUT COMPONENT-466"
        },
        {
            "codepoint": "189D2",
            "name": "TANGUT COMPONENT-467"
        },
        {
            "codepoint": "189D3",
            "name": "TANGUT COMPONENT-468"
        },
        {
            "codepoint": "189D4",
            "name": "TANGUT COMPONENT-469"
        },
        {
            "codepoint": "189D5",
            "name": "TANGUT COMPONENT-470"
        },
        {
            "codepoint": "189D6",
            "name": "TANGUT COMPONENT-471"
        },
        {
            "codepoint": "189D7",
            "name": "TANGUT COMPONENT-472"
        },
        {
            "codepoint": "189D8",
            "name": "TANGUT COMPONENT-473"
        },
        {
            "codepoint": "189D9",
            "name": "TANGUT COMPONENT-474"
        },
        {
            "codepoint": "189DA",
            "name": "TANGUT COMPONENT-475"
        },
        {
            "codepoint": "189DB",
            "name": "TANGUT COMPONENT-476"
        },
        {
            "codepoint": "189DC",
            "name": "TANGUT COMPONENT-477"
        },
        {
            "codepoint": "189DD",
            "name": "TANGUT COMPONENT-478"
        },
        {
            "codepoint": "189DE",
            "name": "TANGUT COMPONENT-479"
        },
        {
            "codepoint": "189DF",
            "name": "TANGUT COMPONENT-480"
        },
        {
            "codepoint": "189E0",
            "name": "TANGUT COMPONENT-481"
        },
        {
            "codepoint": "189E1",
            "name": "TANGUT COMPONENT-482"
        },
        {
            "codepoint": "189E2",
            "name": "TANGUT COMPONENT-483"
        },
        {
            "codepoint": "189E3",
            "name": "TANGUT COMPONENT-484"
        },
        {
            "codepoint": "189E4",
            "name": "TANGUT COMPONENT-485"
        },
        {
            "codepoint": "189E5",
            "name": "TANGUT COMPONENT-486"
        },
        {
            "codepoint": "189E6",
            "name": "TANGUT COMPONENT-487"
        },
        {
            "codepoint": "189E7",
            "name": "TANGUT COMPONENT-488"
        },
        {
            "codepoint": "189E8",
            "name": "TANGUT COMPONENT-489"
        },
        {
            "codepoint": "189E9",
            "name": "TANGUT COMPONENT-490"
        },
        {
            "codepoint": "189EA",
            "name": "TANGUT COMPONENT-491"
        },
        {
            "codepoint": "189EB",
            "name": "TANGUT COMPONENT-492"
        },
        {
            "codepoint": "189EC",
            "name": "TANGUT COMPONENT-493"
        },
        {
            "codepoint": "189ED",
            "name": "TANGUT COMPONENT-494"
        },
        {
            "codepoint": "189EE",
            "name": "TANGUT COMPONENT-495"
        },
        {
            "codepoint": "189EF",
            "name": "TANGUT COMPONENT-496"
        },
        {
            "codepoint": "189F0",
            "name": "TANGUT COMPONENT-497"
        },
        {
            "codepoint": "189F1",
            "name": "TANGUT COMPONENT-498"
        },
        {
            "codepoint": "189F2",
            "name": "TANGUT COMPONENT-499"
        },
        {
            "codepoint": "189F3",
            "name": "TANGUT COMPONENT-500"
        },
        {
            "codepoint": "189F4",
            "name": "TANGUT COMPONENT-501"
        },
        {
            "codepoint": "189F5",
            "name": "TANGUT COMPONENT-502"
        },
        {
            "codepoint": "189F6",
            "name": "TANGUT COMPONENT-503"
        },
        {
            "codepoint": "189F7",
            "name": "TANGUT COMPONENT-504"
        },
        {
            "codepoint": "189F8",
            "name": "TANGUT COMPONENT-505"
        },
        {
            "codepoint": "189F9",
            "name": "TANGUT COMPONENT-506"
        },
        {
            "codepoint": "189FA",
            "name": "TANGUT COMPONENT-507"
        },
        {
            "codepoint": "189FB",
            "name": "TANGUT COMPONENT-508"
        },
        {
            "codepoint": "189FC",
            "name": "TANGUT COMPONENT-509"
        },
        {
            "codepoint": "189FD",
            "name": "TANGUT COMPONENT-510"
        },
        {
            "codepoint": "189FE",
            "name": "TANGUT COMPONENT-511"
        },
        {
            "codepoint": "189FF",
            "name": "TANGUT COMPONENT-512"
        },
        {
            "codepoint": "18A00",
            "name": "TANGUT COMPONENT-513"
        },
        {
            "codepoint": "18A01",
            "name": "TANGUT COMPONENT-514"
        },
        {
            "codepoint": "18A02",
            "name": "TANGUT COMPONENT-515"
        },
        {
            "codepoint": "18A03",
            "name": "TANGUT COMPONENT-516"
        },
        {
            "codepoint": "18A04",
            "name": "TANGUT COMPONENT-517"
        },
        {
            "codepoint": "18A05",
            "name": "TANGUT COMPONENT-518"
        },
        {
            "codepoint": "18A06",
            "name": "TANGUT COMPONENT-519"
        },
        {
            "codepoint": "18A07",
            "name": "TANGUT COMPONENT-520"
        },
        {
            "codepoint": "18A08",
            "name": "TANGUT COMPONENT-521"
        },
        {
            "codepoint": "18A09",
            "name": "TANGUT COMPONENT-522"
        },
        {
            "codepoint": "18A0A",
            "name": "TANGUT COMPONENT-523"
        },
        {
            "codepoint": "18A0B",
            "name": "TANGUT COMPONENT-524"
        },
        {
            "codepoint": "18A0C",
            "name": "TANGUT COMPONENT-525"
        },
        {
            "codepoint": "18A0D",
            "name": "TANGUT COMPONENT-526"
        },
        {
            "codepoint": "18A0E",
            "name": "TANGUT COMPONENT-527"
        },
        {
            "codepoint": "18A0F",
            "name": "TANGUT COMPONENT-528"
        },
        {
            "codepoint": "18A10",
            "name": "TANGUT COMPONENT-529"
        },
        {
            "codepoint": "18A11",
            "name": "TANGUT COMPONENT-530"
        },
        {
            "codepoint": "18A12",
            "name": "TANGUT COMPONENT-531"
        },
        {
            "codepoint": "18A13",
            "name": "TANGUT COMPONENT-532"
        },
        {
            "codepoint": "18A14",
            "name": "TANGUT COMPONENT-533"
        },
        {
            "codepoint": "18A15",
            "name": "TANGUT COMPONENT-534"
        },
        {
            "codepoint": "18A16",
            "name": "TANGUT COMPONENT-535"
        },
        {
            "codepoint": "18A17",
            "name": "TANGUT COMPONENT-536"
        },
        {
            "codepoint": "18A18",
            "name": "TANGUT COMPONENT-537"
        },
        {
            "codepoint": "18A19",
            "name": "TANGUT COMPONENT-538"
        },
        {
            "codepoint": "18A1A",
            "name": "TANGUT COMPONENT-539"
        },
        {
            "codepoint": "18A1B",
            "name": "TANGUT COMPONENT-540"
        },
        {
            "codepoint": "18A1C",
            "name": "TANGUT COMPONENT-541"
        },
        {
            "codepoint": "18A1D",
            "name": "TANGUT COMPONENT-542"
        },
        {
            "codepoint": "18A1E",
            "name": "TANGUT COMPONENT-543"
        },
        {
            "codepoint": "18A1F",
            "name": "TANGUT COMPONENT-544"
        },
        {
            "codepoint": "18A20",
            "name": "TANGUT COMPONENT-545"
        },
        {
            "codepoint": "18A21",
            "name": "TANGUT COMPONENT-546"
        },
        {
            "codepoint": "18A22",
            "name": "TANGUT COMPONENT-547"
        },
        {
            "codepoint": "18A23",
            "name": "TANGUT COMPONENT-548"
        },
        {
            "codepoint": "18A24",
            "name": "TANGUT COMPONENT-549"
        },
        {
            "codepoint": "18A25",
            "name": "TANGUT COMPONENT-550"
        },
        {
            "codepoint": "18A26",
            "name": "TANGUT COMPONENT-551"
        },
        {
            "codepoint": "18A27",
            "name": "TANGUT COMPONENT-552"
        },
        {
            "codepoint": "18A28",
            "name": "TANGUT COMPONENT-553"
        },
        {
            "codepoint": "18A29",
            "name": "TANGUT COMPONENT-554"
        },
        {
            "codepoint": "18A2A",
            "name": "TANGUT COMPONENT-555"
        },
        {
            "codepoint": "18A2B",
            "name": "TANGUT COMPONENT-556"
        },
        {
            "codepoint": "18A2C",
            "name": "TANGUT COMPONENT-557"
        },
        {
            "codepoint": "18A2D",
            "name": "TANGUT COMPONENT-558"
        },
        {
            "codepoint": "18A2E",
            "name": "TANGUT COMPONENT-559"
        },
        {
            "codepoint": "18A2F",
            "name": "TANGUT COMPONENT-560"
        },
        {
            "codepoint": "18A30",
            "name": "TANGUT COMPONENT-561"
        },
        {
            "codepoint": "18A31",
            "name": "TANGUT COMPONENT-562"
        },
        {
            "codepoint": "18A32",
            "name": "TANGUT COMPONENT-563"
        },
        {
            "codepoint": "18A33",
            "name": "TANGUT COMPONENT-564"
        },
        {
            "codepoint": "18A34",
            "name": "TANGUT COMPONENT-565"
        },
        {
            "codepoint": "18A35",
            "name": "TANGUT COMPONENT-566"
        },
        {
            "codepoint": "18A36",
            "name": "TANGUT COMPONENT-567"
        },
        {
            "codepoint": "18A37",
            "name": "TANGUT COMPONENT-568"
        },
        {
            "codepoint": "18A38",
            "name": "TANGUT COMPONENT-569"
        },
        {
            "codepoint": "18A39",
            "name": "TANGUT COMPONENT-570"
        },
        {
            "codepoint": "18A3A",
            "name": "TANGUT COMPONENT-571"
        },
        {
            "codepoint": "18A3B",
            "name": "TANGUT COMPONENT-572"
        },
        {
            "codepoint": "18A3C",
            "name": "TANGUT COMPONENT-573"
        },
        {
            "codepoint": "18A3D",
            "name": "TANGUT COMPONENT-574"
        },
        {
            "codepoint": "18A3E",
            "name": "TANGUT COMPONENT-575"
        },
        {
            "codepoint": "18A3F",
            "name": "TANGUT COMPONENT-576"
        },
        {
            "codepoint": "18A40",
            "name": "TANGUT COMPONENT-577"
        },
        {
            "codepoint": "18A41",
            "name": "TANGUT COMPONENT-578"
        },
        {
            "codepoint": "18A42",
            "name": "TANGUT COMPONENT-579"
        },
        {
            "codepoint": "18A43",
            "name": "TANGUT COMPONENT-580"
        },
        {
            "codepoint": "18A44",
            "name": "TANGUT COMPONENT-581"
        },
        {
            "codepoint": "18A45",
            "name": "TANGUT COMPONENT-582"
        },
        {
            "codepoint": "18A46",
            "name": "TANGUT COMPONENT-583"
        },
        {
            "codepoint": "18A47",
            "name": "TANGUT COMPONENT-584"
        },
        {
            "codepoint": "18A48",
            "name": "TANGUT COMPONENT-585"
        },
        {
            "codepoint": "18A49",
            "name": "TANGUT COMPONENT-586"
        },
        {
            "codepoint": "18A4A",
            "name": "TANGUT COMPONENT-587"
        },
        {
            "codepoint": "18A4B",
            "name": "TANGUT COMPONENT-588"
        },
        {
            "codepoint": "18A4C",
            "name": "TANGUT COMPONENT-589"
        },
        {
            "codepoint": "18A4D",
            "name": "TANGUT COMPONENT-590"
        },
        {
            "codepoint": "18A4E",
            "name": "TANGUT COMPONENT-591"
        },
        {
            "codepoint": "18A4F",
            "name": "TANGUT COMPONENT-592"
        },
        {
            "codepoint": "18A50",
            "name": "TANGUT COMPONENT-593"
        },
        {
            "codepoint": "18A51",
            "name": "TANGUT COMPONENT-594"
        },
        {
            "codepoint": "18A52",
            "name": "TANGUT COMPONENT-595"
        },
        {
            "codepoint": "18A53",
            "name": "TANGUT COMPONENT-596"
        },
        {
            "codepoint": "18A54",
            "name": "TANGUT COMPONENT-597"
        },
        {
            "codepoint": "18A55",
            "name": "TANGUT COMPONENT-598"
        },
        {
            "codepoint": "18A56",
            "name": "TANGUT COMPONENT-599"
        },
        {
            "codepoint": "18A57",
            "name": "TANGUT COMPONENT-600"
        },
        {
            "codepoint": "18A58",
            "name": "TANGUT COMPONENT-601"
        },
        {
            "codepoint": "18A59",
            "name": "TANGUT COMPONENT-602"
        },
        {
            "codepoint": "18A5A",
            "name": "TANGUT COMPONENT-603"
        },
        {
            "codepoint": "18A5B",
            "name": "TANGUT COMPONENT-604"
        },
        {
            "codepoint": "18A5C",
            "name": "TANGUT COMPONENT-605"
        },
        {
            "codepoint": "18A5D",
            "name": "TANGUT COMPONENT-606"
        },
        {
            "codepoint": "18A5E",
            "name": "TANGUT COMPONENT-607"
        },
        {
            "codepoint": "18A5F",
            "name": "TANGUT COMPONENT-608"
        },
        {
            "codepoint": "18A60",
            "name": "TANGUT COMPONENT-609"
        },
        {
            "codepoint": "18A61",
            "name": "TANGUT COMPONENT-610"
        },
        {
            "codepoint": "18A62",
            "name": "TANGUT COMPONENT-611"
        },
        {
            "codepoint": "18A63",
            "name": "TANGUT COMPONENT-612"
        },
        {
            "codepoint": "18A64",
            "name": "TANGUT COMPONENT-613"
        },
        {
            "codepoint": "18A65",
            "name": "TANGUT COMPONENT-614"
        },
        {
            "codepoint": "18A66",
            "name": "TANGUT COMPONENT-615"
        },
        {
            "codepoint": "18A67",
            "name": "TANGUT COMPONENT-616"
        },
        {
            "codepoint": "18A68",
            "name": "TANGUT COMPONENT-617"
        },
        {
            "codepoint": "18A69",
            "name": "TANGUT COMPONENT-618"
        },
        {
            "codepoint": "18A6A",
            "name": "TANGUT COMPONENT-619"
        },
        {
            "codepoint": "18A6B",
            "name": "TANGUT COMPONENT-620"
        },
        {
            "codepoint": "18A6C",
            "name": "TANGUT COMPONENT-621"
        },
        {
            "codepoint": "18A6D",
            "name": "TANGUT COMPONENT-622"
        },
        {
            "codepoint": "18A6E",
            "name": "TANGUT COMPONENT-623"
        },
        {
            "codepoint": "18A6F",
            "name": "TANGUT COMPONENT-624"
        },
        {
            "codepoint": "18A70",
            "name": "TANGUT COMPONENT-625"
        },
        {
            "codepoint": "18A71",
            "name": "TANGUT COMPONENT-626"
        },
        {
            "codepoint": "18A72",
            "name": "TANGUT COMPONENT-627"
        },
        {
            "codepoint": "18A73",
            "name": "TANGUT COMPONENT-628"
        },
        {
            "codepoint": "18A74",
            "name": "TANGUT COMPONENT-629"
        },
        {
            "codepoint": "18A75",
            "name": "TANGUT COMPONENT-630"
        },
        {
            "codepoint": "18A76",
            "name": "TANGUT COMPONENT-631"
        },
        {
            "codepoint": "18A77",
            "name": "TANGUT COMPONENT-632"
        },
        {
            "codepoint": "18A78",
            "name": "TANGUT COMPONENT-633"
        },
        {
            "codepoint": "18A79",
            "name": "TANGUT COMPONENT-634"
        },
        {
            "codepoint": "18A7A",
            "name": "TANGUT COMPONENT-635"
        },
        {
            "codepoint": "18A7B",
            "name": "TANGUT COMPONENT-636"
        },
        {
            "codepoint": "18A7C",
            "name": "TANGUT COMPONENT-637"
        },
        {
            "codepoint": "18A7D",
            "name": "TANGUT COMPONENT-638"
        },
        {
            "codepoint": "18A7E",
            "name": "TANGUT COMPONENT-639"
        },
        {
            "codepoint": "18A7F",
            "name": "TANGUT COMPONENT-640"
        },
        {
            "codepoint": "18A80",
            "name": "TANGUT COMPONENT-641"
        },
        {
            "codepoint": "18A81",
            "name": "TANGUT COMPONENT-642"
        },
        {
            "codepoint": "18A82",
            "name": "TANGUT COMPONENT-643"
        },
        {
            "codepoint": "18A83",
            "name": "TANGUT COMPONENT-644"
        },
        {
            "codepoint": "18A84",
            "name": "TANGUT COMPONENT-645"
        },
        {
            "codepoint": "18A85",
            "name": "TANGUT COMPONENT-646"
        },
        {
            "codepoint": "18A86",
            "name": "TANGUT COMPONENT-647"
        },
        {
            "codepoint": "18A87",
            "name": "TANGUT COMPONENT-648"
        },
        {
            "codepoint": "18A88",
            "name": "TANGUT COMPONENT-649"
        },
        {
            "codepoint": "18A89",
            "name": "TANGUT COMPONENT-650"
        },
        {
            "codepoint": "18A8A",
            "name": "TANGUT COMPONENT-651"
        },
        {
            "codepoint": "18A8B",
            "name": "TANGUT COMPONENT-652"
        },
        {
            "codepoint": "18A8C",
            "name": "TANGUT COMPONENT-653"
        },
        {
            "codepoint": "18A8D",
            "name": "TANGUT COMPONENT-654"
        },
        {
            "codepoint": "18A8E",
            "name": "TANGUT COMPONENT-655"
        },
        {
            "codepoint": "18A8F",
            "name": "TANGUT COMPONENT-656"
        },
        {
            "codepoint": "18A90",
            "name": "TANGUT COMPONENT-657"
        },
        {
            "codepoint": "18A91",
            "name": "TANGUT COMPONENT-658"
        },
        {
            "codepoint": "18A92",
            "name": "TANGUT COMPONENT-659"
        },
        {
            "codepoint": "18A93",
            "name": "TANGUT COMPONENT-660"
        },
        {
            "codepoint": "18A94",
            "name": "TANGUT COMPONENT-661"
        },
        {
            "codepoint": "18A95",
            "name": "TANGUT COMPONENT-662"
        },
        {
            "codepoint": "18A96",
            "name": "TANGUT COMPONENT-663"
        },
        {
            "codepoint": "18A97",
            "name": "TANGUT COMPONENT-664"
        },
        {
            "codepoint": "18A98",
            "name": "TANGUT COMPONENT-665"
        },
        {
            "codepoint": "18A99",
            "name": "TANGUT COMPONENT-666"
        },
        {
            "codepoint": "18A9A",
            "name": "TANGUT COMPONENT-667"
        },
        {
            "codepoint": "18A9B",
            "name": "TANGUT COMPONENT-668"
        },
        {
            "codepoint": "18A9C",
            "name": "TANGUT COMPONENT-669"
        },
        {
            "codepoint": "18A9D",
            "name": "TANGUT COMPONENT-670"
        },
        {
            "codepoint": "18A9E",
            "name": "TANGUT COMPONENT-671"
        },
        {
            "codepoint": "18A9F",
            "name": "TANGUT COMPONENT-672"
        },
        {
            "codepoint": "18AA0",
            "name": "TANGUT COMPONENT-673"
        },
        {
            "codepoint": "18AA1",
            "name": "TANGUT COMPONENT-674"
        },
        {
            "codepoint": "18AA2",
            "name": "TANGUT COMPONENT-675"
        },
        {
            "codepoint": "18AA3",
            "name": "TANGUT COMPONENT-676"
        },
        {
            "codepoint": "18AA4",
            "name": "TANGUT COMPONENT-677"
        },
        {
            "codepoint": "18AA5",
            "name": "TANGUT COMPONENT-678"
        },
        {
            "codepoint": "18AA6",
            "name": "TANGUT COMPONENT-679"
        },
        {
            "codepoint": "18AA7",
            "name": "TANGUT COMPONENT-680"
        },
        {
            "codepoint": "18AA8",
            "name": "TANGUT COMPONENT-681"
        },
        {
            "codepoint": "18AA9",
            "name": "TANGUT COMPONENT-682"
        },
        {
            "codepoint": "18AAA",
            "name": "TANGUT COMPONENT-683"
        },
        {
            "codepoint": "18AAB",
            "name": "TANGUT COMPONENT-684"
        },
        {
            "codepoint": "18AAC",
            "name": "TANGUT COMPONENT-685"
        },
        {
            "codepoint": "18AAD",
            "name": "TANGUT COMPONENT-686"
        },
        {
            "codepoint": "18AAE",
            "name": "TANGUT COMPONENT-687"
        },
        {
            "codepoint": "18AAF",
            "name": "TANGUT COMPONENT-688"
        },
        {
            "codepoint": "18AB0",
            "name": "TANGUT COMPONENT-689"
        },
        {
            "codepoint": "18AB1",
            "name": "TANGUT COMPONENT-690"
        },
        {
            "codepoint": "18AB2",
            "name": "TANGUT COMPONENT-691"
        },
        {
            "codepoint": "18AB3",
            "name": "TANGUT COMPONENT-692"
        },
        {
            "codepoint": "18AB4",
            "name": "TANGUT COMPONENT-693"
        },
        {
            "codepoint": "18AB5",
            "name": "TANGUT COMPONENT-694"
        },
        {
            "codepoint": "18AB6",
            "name": "TANGUT COMPONENT-695"
        },
        {
            "codepoint": "18AB7",
            "name": "TANGUT COMPONENT-696"
        },
        {
            "codepoint": "18AB8",
            "name": "TANGUT COMPONENT-697"
        },
        {
            "codepoint": "18AB9",
            "name": "TANGUT COMPONENT-698"
        },
        {
            "codepoint": "18ABA",
            "name": "TANGUT COMPONENT-699"
        },
        {
            "codepoint": "18ABB",
            "name": "TANGUT COMPONENT-700"
        },
        {
            "codepoint": "18ABC",
            "name": "TANGUT COMPONENT-701"
        },
        {
            "codepoint": "18ABD",
            "name": "TANGUT COMPONENT-702"
        },
        {
            "codepoint": "18ABE",
            "name": "TANGUT COMPONENT-703"
        },
        {
            "codepoint": "18ABF",
            "name": "TANGUT COMPONENT-704"
        },
        {
            "codepoint": "18AC0",
            "name": "TANGUT COMPONENT-705"
        },
        {
            "codepoint": "18AC1",
            "name": "TANGUT COMPONENT-706"
        },
        {
            "codepoint": "18AC2",
            "name": "TANGUT COMPONENT-707"
        },
        {
            "codepoint": "18AC3",
            "name": "TANGUT COMPONENT-708"
        },
        {
            "codepoint": "18AC4",
            "name": "TANGUT COMPONENT-709"
        },
        {
            "codepoint": "18AC5",
            "name": "TANGUT COMPONENT-710"
        },
        {
            "codepoint": "18AC6",
            "name": "TANGUT COMPONENT-711"
        },
        {
            "codepoint": "18AC7",
            "name": "TANGUT COMPONENT-712"
        },
        {
            "codepoint": "18AC8",
            "name": "TANGUT COMPONENT-713"
        },
        {
            "codepoint": "18AC9",
            "name": "TANGUT COMPONENT-714"
        },
        {
            "codepoint": "18ACA",
            "name": "TANGUT COMPONENT-715"
        },
        {
            "codepoint": "18ACB",
            "name": "TANGUT COMPONENT-716"
        },
        {
            "codepoint": "18ACC",
            "name": "TANGUT COMPONENT-717"
        },
        {
            "codepoint": "18ACD",
            "name": "TANGUT COMPONENT-718"
        },
        {
            "codepoint": "18ACE",
            "name": "TANGUT COMPONENT-719"
        },
        {
            "codepoint": "18ACF",
            "name": "TANGUT COMPONENT-720"
        },
        {
            "codepoint": "18AD0",
            "name": "TANGUT COMPONENT-721"
        },
        {
            "codepoint": "18AD1",
            "name": "TANGUT COMPONENT-722"
        },
        {
            "codepoint": "18AD2",
            "name": "TANGUT COMPONENT-723"
        },
        {
            "codepoint": "18AD3",
            "name": "TANGUT COMPONENT-724"
        },
        {
            "codepoint": "18AD4",
            "name": "TANGUT COMPONENT-725"
        },
        {
            "codepoint": "18AD5",
            "name": "TANGUT COMPONENT-726"
        },
        {
            "codepoint": "18AD6",
            "name": "TANGUT COMPONENT-727"
        },
        {
            "codepoint": "18AD7",
            "name": "TANGUT COMPONENT-728"
        },
        {
            "codepoint": "18AD8",
            "name": "TANGUT COMPONENT-729"
        },
        {
            "codepoint": "18AD9",
            "name": "TANGUT COMPONENT-730"
        },
        {
            "codepoint": "18ADA",
            "name": "TANGUT COMPONENT-731"
        },
        {
            "codepoint": "18ADB",
            "name": "TANGUT COMPONENT-732"
        },
        {
            "codepoint": "18ADC",
            "name": "TANGUT COMPONENT-733"
        },
        {
            "codepoint": "18ADD",
            "name": "TANGUT COMPONENT-734"
        },
        {
            "codepoint": "18ADE",
            "name": "TANGUT COMPONENT-735"
        },
        {
            "codepoint": "18ADF",
            "name": "TANGUT COMPONENT-736"
        },
        {
            "codepoint": "18AE0",
            "name": "TANGUT COMPONENT-737"
        },
        {
            "codepoint": "18AE1",
            "name": "TANGUT COMPONENT-738"
        },
        {
            "codepoint": "18AE2",
            "name": "TANGUT COMPONENT-739"
        },
        {
            "codepoint": "18AE3",
            "name": "TANGUT COMPONENT-740"
        },
        {
            "codepoint": "18AE4",
            "name": "TANGUT COMPONENT-741"
        },
        {
            "codepoint": "18AE5",
            "name": "TANGUT COMPONENT-742"
        },
        {
            "codepoint": "18AE6",
            "name": "TANGUT COMPONENT-743"
        },
        {
            "codepoint": "18AE7",
            "name": "TANGUT COMPONENT-744"
        },
        {
            "codepoint": "18AE8",
            "name": "TANGUT COMPONENT-745"
        },
        {
            "codepoint": "18AE9",
            "name": "TANGUT COMPONENT-746"
        },
        {
            "codepoint": "18AEA",
            "name": "TANGUT COMPONENT-747"
        },
        {
            "codepoint": "18AEB",
            "name": "TANGUT COMPONENT-748"
        },
        {
            "codepoint": "18AEC",
            "name": "TANGUT COMPONENT-749"
        },
        {
            "codepoint": "18AED",
            "name": "TANGUT COMPONENT-750"
        },
        {
            "codepoint": "18AEE",
            "name": "TANGUT COMPONENT-751"
        },
        {
            "codepoint": "18AEF",
            "name": "TANGUT COMPONENT-752"
        },
        {
            "codepoint": "18AF0",
            "name": "TANGUT COMPONENT-753"
        },
        {
            "codepoint": "18AF1",
            "name": "TANGUT COMPONENT-754"
        },
        {
            "codepoint": "18AF2",
            "name": "TANGUT COMPONENT-755"
        },
        {
            "codepoint": "18AF3",
            "name": "TANGUT COMPONENT-756",
            "comments": [
                "two strokes"
            ]
        },
        {
            "codepoint": "18AF4",
            "name": "TANGUT COMPONENT-757",
            "comments": [
                "eight strokes"
            ]
        },
        {
            "codepoint": "18AF5",
            "name": "TANGUT COMPONENT-758",
            "comments": [
                "seven strokes"
            ]
        },
        {
            "codepoint": "18AF6",
            "name": "TANGUT COMPONENT-759",
            "comments": [
                "eight strokes"
            ]
        },
        {
            "codepoint": "18AF7",
            "name": "TANGUT COMPONENT-760",
            "comments": [
                "six strokes"
            ]
        },
        {
            "codepoint": "18AF8",
            "name": "TANGUT COMPONENT-761",
            "comments": [
                "seven strokes"
            ]
        },
        {
            "codepoint": "18AF9",
            "name": "TANGUT COMPONENT-762",
            "comments": [
                "ten strokes"
            ]
        },
        {
            "codepoint": "18AFA",
            "name": "TANGUT COMPONENT-763",
            "comments": [
                "two strokes"
            ]
        },
        {
            "codepoint": "18AFB",
            "name": "TANGUT COMPONENT-764",
            "comments": [
                "two strokes"
            ]
        },
        {
            "codepoint": "18AFC",
            "name": "TANGUT COMPONENT-765",
            "comments": [
                "three strokes"
            ]
        },
        {
            "codepoint": "18AFD",
            "name": "TANGUT COMPONENT-766",
            "comments": [
                "three strokes"
            ]
        },
        {
            "codepoint": "18AFE",
            "name": "TANGUT COMPONENT-767",
            "comments": [
                "four strokes"
            ]
        },
        {
            "codepoint": "18AFF",
            "name": "TANGUT COMPONENT-768",
            "comments": [
                "four strokes"
            ]
        },
        {
            "codepoint": "18B00",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B00"
        },
        {
            "codepoint": "18B01",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B01"
        },
        {
            "codepoint": "18B02",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B02"
        },
        {
            "codepoint": "18B03",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B03"
        },
        {
            "codepoint": "18B04",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B04"
        },
        {
            "codepoint": "18B05",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B05"
        },
        {
            "codepoint": "18B06",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B06"
        },
        {
            "codepoint": "18B07",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B07"
        },
        {
            "codepoint": "18B08",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B08"
        },
        {
            "codepoint": "18B09",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B09"
        },
        {
            "codepoint": "18B0A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0A"
        },
        {
            "codepoint": "18B0B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0B"
        },
        {
            "codepoint": "18B0C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0C"
        },
        {
            "codepoint": "18B0D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0D"
        },
        {
            "codepoint": "18B0E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0E"
        },
        {
            "codepoint": "18B0F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B0F"
        },
        {
            "codepoint": "18B10",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B10"
        },
        {
            "codepoint": "18B11",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B11"
        },
        {
            "codepoint": "18B12",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B12"
        },
        {
            "codepoint": "18B13",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B13"
        },
        {
            "codepoint": "18B14",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B14"
        },
        {
            "codepoint": "18B15",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B15"
        },
        {
            "codepoint": "18B16",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B16"
        },
        {
            "codepoint": "18B17",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B17"
        },
        {
            "codepoint": "18B18",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B18"
        },
        {
            "codepoint": "18B19",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B19"
        },
        {
            "codepoint": "18B1A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1A"
        },
        {
            "codepoint": "18B1B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1B"
        },
        {
            "codepoint": "18B1C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1C"
        },
        {
            "codepoint": "18B1D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1D"
        },
        {
            "codepoint": "18B1E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1E"
        },
        {
            "codepoint": "18B1F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B1F"
        },
        {
            "codepoint": "18B20",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B20"
        },
        {
            "codepoint": "18B21",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B21"
        },
        {
            "codepoint": "18B22",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B22"
        },
        {
            "codepoint": "18B23",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B23"
        },
        {
            "codepoint": "18B24",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B24"
        },
        {
            "codepoint": "18B25",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B25"
        },
        {
            "codepoint": "18B26",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B26"
        },
        {
            "codepoint": "18B27",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B27"
        },
        {
            "codepoint": "18B28",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B28"
        },
        {
            "codepoint": "18B29",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B29"
        },
        {
            "codepoint": "18B2A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2A"
        },
        {
            "codepoint": "18B2B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2B"
        },
        {
            "codepoint": "18B2C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2C"
        },
        {
            "codepoint": "18B2D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2D"
        },
        {
            "codepoint": "18B2E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2E"
        },
        {
            "codepoint": "18B2F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B2F"
        },
        {
            "codepoint": "18B30",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B30"
        },
        {
            "codepoint": "18B31",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B31"
        },
        {
            "codepoint": "18B32",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B32"
        },
        {
            "codepoint": "18B33",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B33"
        },
        {
            "codepoint": "18B34",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B34"
        },
        {
            "codepoint": "18B35",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B35"
        },
        {
            "codepoint": "18B36",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B36"
        },
        {
            "codepoint": "18B37",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B37"
        },
        {
            "codepoint": "18B38",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B38"
        },
        {
            "codepoint": "18B39",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B39"
        },
        {
            "codepoint": "18B3A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3A"
        },
        {
            "codepoint": "18B3B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3B"
        },
        {
            "codepoint": "18B3C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3C"
        },
        {
            "codepoint": "18B3D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3D"
        },
        {
            "codepoint": "18B3E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3E"
        },
        {
            "codepoint": "18B3F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B3F"
        },
        {
            "codepoint": "18B40",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B40"
        },
        {
            "codepoint": "18B41",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B41"
        },
        {
            "codepoint": "18B42",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B42"
        },
        {
            "codepoint": "18B43",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B43"
        },
        {
            "codepoint": "18B44",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B44"
        },
        {
            "codepoint": "18B45",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B45"
        },
        {
            "codepoint": "18B46",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B46"
        },
        {
            "codepoint": "18B47",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B47"
        },
        {
            "codepoint": "18B48",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B48"
        },
        {
            "codepoint": "18B49",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B49"
        },
        {
            "codepoint": "18B4A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4A"
        },
        {
            "codepoint": "18B4B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4B"
        },
        {
            "codepoint": "18B4C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4C"
        },
        {
            "codepoint": "18B4D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4D"
        },
        {
            "codepoint": "18B4E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4E"
        },
        {
            "codepoint": "18B4F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B4F"
        },
        {
            "codepoint": "18B50",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B50"
        },
        {
            "codepoint": "18B51",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B51"
        },
        {
            "codepoint": "18B52",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B52"
        },
        {
            "codepoint": "18B53",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B53"
        },
        {
            "codepoint": "18B54",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B54"
        },
        {
            "codepoint": "18B55",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B55"
        },
        {
            "codepoint": "18B56",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B56"
        },
        {
            "codepoint": "18B57",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B57"
        },
        {
            "codepoint": "18B58",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B58"
        },
        {
            "codepoint": "18B59",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B59"
        },
        {
            "codepoint": "18B5A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5A"
        },
        {
            "codepoint": "18B5B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5B"
        },
        {
            "codepoint": "18B5C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5C"
        },
        {
            "codepoint": "18B5D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5D"
        },
        {
            "codepoint": "18B5E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5E"
        },
        {
            "codepoint": "18B5F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B5F"
        },
        {
            "codepoint": "18B60",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B60"
        },
        {
            "codepoint": "18B61",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B61"
        },
        {
            "codepoint": "18B62",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B62"
        },
        {
            "codepoint": "18B63",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B63"
        },
        {
            "codepoint": "18B64",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B64"
        },
        {
            "codepoint": "18B65",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B65"
        },
        {
            "codepoint": "18B66",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B66"
        },
        {
            "codepoint": "18B67",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B67"
        },
        {
            "codepoint": "18B68",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B68"
        },
        {
            "codepoint": "18B69",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B69"
        },
        {
            "codepoint": "18B6A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6A"
        },
        {
            "codepoint": "18B6B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6B"
        },
        {
            "codepoint": "18B6C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6C"
        },
        {
            "codepoint": "18B6D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6D"
        },
        {
            "codepoint": "18B6E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6E"
        },
        {
            "codepoint": "18B6F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B6F"
        },
        {
            "codepoint": "18B70",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B70"
        },
        {
            "codepoint": "18B71",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B71"
        },
        {
            "codepoint": "18B72",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B72"
        },
        {
            "codepoint": "18B73",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B73"
        },
        {
            "codepoint": "18B74",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B74"
        },
        {
            "codepoint": "18B75",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B75"
        },
        {
            "codepoint": "18B76",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B76"
        },
        {
            "codepoint": "18B77",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B77"
        },
        {
            "codepoint": "18B78",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B78"
        },
        {
            "codepoint": "18B79",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B79"
        },
        {
            "codepoint": "18B7A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7A"
        },
        {
            "codepoint": "18B7B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7B"
        },
        {
            "codepoint": "18B7C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7C"
        },
        {
            "codepoint": "18B7D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7D"
        },
        {
            "codepoint": "18B7E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7E"
        },
        {
            "codepoint": "18B7F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B7F"
        },
        {
            "codepoint": "18B80",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B80"
        },
        {
            "codepoint": "18B81",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B81"
        },
        {
            "codepoint": "18B82",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B82"
        },
        {
            "codepoint": "18B83",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B83"
        },
        {
            "codepoint": "18B84",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B84"
        },
        {
            "codepoint": "18B85",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B85"
        },
        {
            "codepoint": "18B86",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B86"
        },
        {
            "codepoint": "18B87",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B87"
        },
        {
            "codepoint": "18B88",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B88"
        },
        {
            "codepoint": "18B89",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B89"
        },
        {
            "codepoint": "18B8A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8A"
        },
        {
            "codepoint": "18B8B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8B"
        },
        {
            "codepoint": "18B8C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8C"
        },
        {
            "codepoint": "18B8D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8D"
        },
        {
            "codepoint": "18B8E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8E"
        },
        {
            "codepoint": "18B8F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B8F"
        },
        {
            "codepoint": "18B90",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B90"
        },
        {
            "codepoint": "18B91",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B91"
        },
        {
            "codepoint": "18B92",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B92"
        },
        {
            "codepoint": "18B93",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B93"
        },
        {
            "codepoint": "18B94",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B94"
        },
        {
            "codepoint": "18B95",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B95"
        },
        {
            "codepoint": "18B96",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B96"
        },
        {
            "codepoint": "18B97",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B97"
        },
        {
            "codepoint": "18B98",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B98"
        },
        {
            "codepoint": "18B99",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B99"
        },
        {
            "codepoint": "18B9A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9A"
        },
        {
            "codepoint": "18B9B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9B"
        },
        {
            "codepoint": "18B9C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9C"
        },
        {
            "codepoint": "18B9D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9D"
        },
        {
            "codepoint": "18B9E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9E"
        },
        {
            "codepoint": "18B9F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18B9F"
        },
        {
            "codepoint": "18BA0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA0"
        },
        {
            "codepoint": "18BA1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA1"
        },
        {
            "codepoint": "18BA2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA2"
        },
        {
            "codepoint": "18BA3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA3"
        },
        {
            "codepoint": "18BA4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA4"
        },
        {
            "codepoint": "18BA5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA5"
        },
        {
            "codepoint": "18BA6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA6"
        },
        {
            "codepoint": "18BA7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA7"
        },
        {
            "codepoint": "18BA8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA8"
        },
        {
            "codepoint": "18BA9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BA9"
        },
        {
            "codepoint": "18BAA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAA"
        },
        {
            "codepoint": "18BAB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAB"
        },
        {
            "codepoint": "18BAC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAC"
        },
        {
            "codepoint": "18BAD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAD"
        },
        {
            "codepoint": "18BAE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAE"
        },
        {
            "codepoint": "18BAF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BAF"
        },
        {
            "codepoint": "18BB0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB0"
        },
        {
            "codepoint": "18BB1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB1"
        },
        {
            "codepoint": "18BB2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB2"
        },
        {
            "codepoint": "18BB3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB3"
        },
        {
            "codepoint": "18BB4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB4"
        },
        {
            "codepoint": "18BB5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB5"
        },
        {
            "codepoint": "18BB6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB6"
        },
        {
            "codepoint": "18BB7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB7"
        },
        {
            "codepoint": "18BB8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB8"
        },
        {
            "codepoint": "18BB9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BB9"
        },
        {
            "codepoint": "18BBA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBA"
        },
        {
            "codepoint": "18BBB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBB"
        },
        {
            "codepoint": "18BBC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBC"
        },
        {
            "codepoint": "18BBD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBD"
        },
        {
            "codepoint": "18BBE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBE"
        },
        {
            "codepoint": "18BBF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BBF"
        },
        {
            "codepoint": "18BC0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC0"
        },
        {
            "codepoint": "18BC1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC1"
        },
        {
            "codepoint": "18BC2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC2"
        },
        {
            "codepoint": "18BC3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC3"
        },
        {
            "codepoint": "18BC4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC4"
        },
        {
            "codepoint": "18BC5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC5"
        },
        {
            "codepoint": "18BC6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC6"
        },
        {
            "codepoint": "18BC7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC7"
        },
        {
            "codepoint": "18BC8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC8"
        },
        {
            "codepoint": "18BC9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BC9"
        },
        {
            "codepoint": "18BCA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCA"
        },
        {
            "codepoint": "18BCB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCB"
        },
        {
            "codepoint": "18BCC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCC"
        },
        {
            "codepoint": "18BCD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCD"
        },
        {
            "codepoint": "18BCE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCE"
        },
        {
            "codepoint": "18BCF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BCF"
        },
        {
            "codepoint": "18BD0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD0"
        },
        {
            "codepoint": "18BD1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD1"
        },
        {
            "codepoint": "18BD2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD2"
        },
        {
            "codepoint": "18BD3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD3"
        },
        {
            "codepoint": "18BD4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD4"
        },
        {
            "codepoint": "18BD5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD5"
        },
        {
            "codepoint": "18BD6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD6"
        },
        {
            "codepoint": "18BD7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD7"
        },
        {
            "codepoint": "18BD8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD8"
        },
        {
            "codepoint": "18BD9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BD9"
        },
        {
            "codepoint": "18BDA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDA"
        },
        {
            "codepoint": "18BDB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDB"
        },
        {
            "codepoint": "18BDC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDC"
        },
        {
            "codepoint": "18BDD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDD"
        },
        {
            "codepoint": "18BDE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDE",
            "crossReferences": [
                "(khitan small script character-18cca - 18CCA)"
            ]
        },
        {
            "codepoint": "18BDF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BDF"
        },
        {
            "codepoint": "18BE0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE0"
        },
        {
            "codepoint": "18BE1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE1"
        },
        {
            "codepoint": "18BE2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE2"
        },
        {
            "codepoint": "18BE3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE3"
        },
        {
            "codepoint": "18BE4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE4"
        },
        {
            "codepoint": "18BE5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE5"
        },
        {
            "codepoint": "18BE6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE6"
        },
        {
            "codepoint": "18BE7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE7"
        },
        {
            "codepoint": "18BE8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE8"
        },
        {
            "codepoint": "18BE9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BE9"
        },
        {
            "codepoint": "18BEA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BEA"
        },
        {
            "codepoint": "18BEB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BEB"
        },
        {
            "codepoint": "18BEC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BEC"
        },
        {
            "codepoint": "18BED",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BED"
        },
        {
            "codepoint": "18BEE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BEE"
        },
        {
            "codepoint": "18BEF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BEF"
        },
        {
            "codepoint": "18BF0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF0"
        },
        {
            "codepoint": "18BF1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF1"
        },
        {
            "codepoint": "18BF2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF2"
        },
        {
            "codepoint": "18BF3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF3"
        },
        {
            "codepoint": "18BF4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF4"
        },
        {
            "codepoint": "18BF5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF5"
        },
        {
            "codepoint": "18BF6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF6"
        },
        {
            "codepoint": "18BF7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF7"
        },
        {
            "codepoint": "18BF8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF8"
        },
        {
            "codepoint": "18BF9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BF9"
        },
        {
            "codepoint": "18BFA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFA"
        },
        {
            "codepoint": "18BFB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFB"
        },
        {
            "codepoint": "18BFC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFC"
        },
        {
            "codepoint": "18BFD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFD"
        },
        {
            "codepoint": "18BFE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFE"
        },
        {
            "codepoint": "18BFF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18BFF"
        },
        {
            "codepoint": "18C00",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C00"
        },
        {
            "codepoint": "18C01",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C01"
        },
        {
            "codepoint": "18C02",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C02"
        },
        {
            "codepoint": "18C03",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C03"
        },
        {
            "codepoint": "18C04",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C04"
        },
        {
            "codepoint": "18C05",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C05"
        },
        {
            "codepoint": "18C06",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C06"
        },
        {
            "codepoint": "18C07",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C07"
        },
        {
            "codepoint": "18C08",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C08"
        },
        {
            "codepoint": "18C09",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C09"
        },
        {
            "codepoint": "18C0A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0A"
        },
        {
            "codepoint": "18C0B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0B"
        },
        {
            "codepoint": "18C0C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0C"
        },
        {
            "codepoint": "18C0D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0D"
        },
        {
            "codepoint": "18C0E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0E"
        },
        {
            "codepoint": "18C0F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C0F"
        },
        {
            "codepoint": "18C10",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C10"
        },
        {
            "codepoint": "18C11",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C11"
        },
        {
            "codepoint": "18C12",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C12"
        },
        {
            "codepoint": "18C13",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C13"
        },
        {
            "codepoint": "18C14",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C14"
        },
        {
            "codepoint": "18C15",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C15"
        },
        {
            "codepoint": "18C16",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C16"
        },
        {
            "codepoint": "18C17",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C17"
        },
        {
            "codepoint": "18C18",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C18"
        },
        {
            "codepoint": "18C19",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C19"
        },
        {
            "codepoint": "18C1A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1A"
        },
        {
            "codepoint": "18C1B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1B"
        },
        {
            "codepoint": "18C1C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1C"
        },
        {
            "codepoint": "18C1D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1D"
        },
        {
            "codepoint": "18C1E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1E"
        },
        {
            "codepoint": "18C1F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C1F"
        },
        {
            "codepoint": "18C20",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C20"
        },
        {
            "codepoint": "18C21",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C21"
        },
        {
            "codepoint": "18C22",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C22"
        },
        {
            "codepoint": "18C23",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C23"
        },
        {
            "codepoint": "18C24",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C24"
        },
        {
            "codepoint": "18C25",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C25"
        },
        {
            "codepoint": "18C26",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C26"
        },
        {
            "codepoint": "18C27",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C27"
        },
        {
            "codepoint": "18C28",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C28"
        },
        {
            "codepoint": "18C29",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C29"
        },
        {
            "codepoint": "18C2A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2A"
        },
        {
            "codepoint": "18C2B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2B"
        },
        {
            "codepoint": "18C2C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2C"
        },
        {
            "codepoint": "18C2D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2D"
        },
        {
            "codepoint": "18C2E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2E"
        },
        {
            "codepoint": "18C2F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C2F"
        },
        {
            "codepoint": "18C30",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C30"
        },
        {
            "codepoint": "18C31",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C31"
        },
        {
            "codepoint": "18C32",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C32"
        },
        {
            "codepoint": "18C33",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C33"
        },
        {
            "codepoint": "18C34",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C34"
        },
        {
            "codepoint": "18C35",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C35"
        },
        {
            "codepoint": "18C36",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C36"
        },
        {
            "codepoint": "18C37",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C37"
        },
        {
            "codepoint": "18C38",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C38"
        },
        {
            "codepoint": "18C39",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C39"
        },
        {
            "codepoint": "18C3A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3A"
        },
        {
            "codepoint": "18C3B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3B"
        },
        {
            "codepoint": "18C3C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3C"
        },
        {
            "codepoint": "18C3D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3D"
        },
        {
            "codepoint": "18C3E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3E"
        },
        {
            "codepoint": "18C3F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C3F"
        },
        {
            "codepoint": "18C40",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C40"
        },
        {
            "codepoint": "18C41",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C41"
        },
        {
            "codepoint": "18C42",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C42"
        },
        {
            "codepoint": "18C43",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C43"
        },
        {
            "codepoint": "18C44",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C44"
        },
        {
            "codepoint": "18C45",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C45"
        },
        {
            "codepoint": "18C46",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C46"
        },
        {
            "codepoint": "18C47",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C47"
        },
        {
            "codepoint": "18C48",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C48"
        },
        {
            "codepoint": "18C49",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C49"
        },
        {
            "codepoint": "18C4A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4A"
        },
        {
            "codepoint": "18C4B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4B"
        },
        {
            "codepoint": "18C4C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4C"
        },
        {
            "codepoint": "18C4D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4D"
        },
        {
            "codepoint": "18C4E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4E"
        },
        {
            "codepoint": "18C4F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C4F"
        },
        {
            "codepoint": "18C50",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C50"
        },
        {
            "codepoint": "18C51",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C51"
        },
        {
            "codepoint": "18C52",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C52"
        },
        {
            "codepoint": "18C53",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C53"
        },
        {
            "codepoint": "18C54",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C54"
        },
        {
            "codepoint": "18C55",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C55"
        },
        {
            "codepoint": "18C56",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C56"
        },
        {
            "codepoint": "18C57",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C57"
        },
        {
            "codepoint": "18C58",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C58"
        },
        {
            "codepoint": "18C59",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C59"
        },
        {
            "codepoint": "18C5A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5A"
        },
        {
            "codepoint": "18C5B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5B"
        },
        {
            "codepoint": "18C5C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5C"
        },
        {
            "codepoint": "18C5D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5D"
        },
        {
            "codepoint": "18C5E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5E"
        },
        {
            "codepoint": "18C5F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C5F"
        },
        {
            "codepoint": "18C60",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C60"
        },
        {
            "codepoint": "18C61",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C61"
        },
        {
            "codepoint": "18C62",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C62"
        },
        {
            "codepoint": "18C63",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C63"
        },
        {
            "codepoint": "18C64",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C64"
        },
        {
            "codepoint": "18C65",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C65"
        },
        {
            "codepoint": "18C66",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C66"
        },
        {
            "codepoint": "18C67",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C67"
        },
        {
            "codepoint": "18C68",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C68"
        },
        {
            "codepoint": "18C69",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C69"
        },
        {
            "codepoint": "18C6A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6A"
        },
        {
            "codepoint": "18C6B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6B"
        },
        {
            "codepoint": "18C6C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6C"
        },
        {
            "codepoint": "18C6D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6D"
        },
        {
            "codepoint": "18C6E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6E"
        },
        {
            "codepoint": "18C6F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C6F"
        },
        {
            "codepoint": "18C70",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C70"
        },
        {
            "codepoint": "18C71",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C71"
        },
        {
            "codepoint": "18C72",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C72"
        },
        {
            "codepoint": "18C73",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C73"
        },
        {
            "codepoint": "18C74",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C74"
        },
        {
            "codepoint": "18C75",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C75"
        },
        {
            "codepoint": "18C76",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C76"
        },
        {
            "codepoint": "18C77",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C77"
        },
        {
            "codepoint": "18C78",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C78"
        },
        {
            "codepoint": "18C79",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C79"
        },
        {
            "codepoint": "18C7A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7A"
        },
        {
            "codepoint": "18C7B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7B"
        },
        {
            "codepoint": "18C7C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7C"
        },
        {
            "codepoint": "18C7D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7D"
        },
        {
            "codepoint": "18C7E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7E"
        },
        {
            "codepoint": "18C7F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C7F"
        },
        {
            "codepoint": "18C80",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C80"
        },
        {
            "codepoint": "18C81",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C81"
        },
        {
            "codepoint": "18C82",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C82"
        },
        {
            "codepoint": "18C83",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C83"
        },
        {
            "codepoint": "18C84",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C84"
        },
        {
            "codepoint": "18C85",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C85"
        },
        {
            "codepoint": "18C86",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C86"
        },
        {
            "codepoint": "18C87",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C87"
        },
        {
            "codepoint": "18C88",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C88"
        },
        {
            "codepoint": "18C89",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C89"
        },
        {
            "codepoint": "18C8A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8A"
        },
        {
            "codepoint": "18C8B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8B"
        },
        {
            "codepoint": "18C8C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8C"
        },
        {
            "codepoint": "18C8D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8D"
        },
        {
            "codepoint": "18C8E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8E"
        },
        {
            "codepoint": "18C8F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C8F"
        },
        {
            "codepoint": "18C90",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C90"
        },
        {
            "codepoint": "18C91",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C91"
        },
        {
            "codepoint": "18C92",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C92"
        },
        {
            "codepoint": "18C93",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C93"
        },
        {
            "codepoint": "18C94",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C94"
        },
        {
            "codepoint": "18C95",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C95"
        },
        {
            "codepoint": "18C96",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C96"
        },
        {
            "codepoint": "18C97",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C97"
        },
        {
            "codepoint": "18C98",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C98"
        },
        {
            "codepoint": "18C99",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C99"
        },
        {
            "codepoint": "18C9A",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9A"
        },
        {
            "codepoint": "18C9B",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9B"
        },
        {
            "codepoint": "18C9C",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9C"
        },
        {
            "codepoint": "18C9D",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9D"
        },
        {
            "codepoint": "18C9E",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9E"
        },
        {
            "codepoint": "18C9F",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18C9F"
        },
        {
            "codepoint": "18CA0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA0"
        },
        {
            "codepoint": "18CA1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA1"
        },
        {
            "codepoint": "18CA2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA2"
        },
        {
            "codepoint": "18CA3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA3"
        },
        {
            "codepoint": "18CA4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA4"
        },
        {
            "codepoint": "18CA5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA5"
        },
        {
            "codepoint": "18CA6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA6"
        },
        {
            "codepoint": "18CA7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA7"
        },
        {
            "codepoint": "18CA8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA8"
        },
        {
            "codepoint": "18CA9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CA9"
        },
        {
            "codepoint": "18CAA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAA"
        },
        {
            "codepoint": "18CAB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAB"
        },
        {
            "codepoint": "18CAC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAC"
        },
        {
            "codepoint": "18CAD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAD"
        },
        {
            "codepoint": "18CAE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAE"
        },
        {
            "codepoint": "18CAF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CAF"
        },
        {
            "codepoint": "18CB0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB0"
        },
        {
            "codepoint": "18CB1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB1"
        },
        {
            "codepoint": "18CB2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB2"
        },
        {
            "codepoint": "18CB3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB3"
        },
        {
            "codepoint": "18CB4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB4"
        },
        {
            "codepoint": "18CB5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB5"
        },
        {
            "codepoint": "18CB6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB6"
        },
        {
            "codepoint": "18CB7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB7"
        },
        {
            "codepoint": "18CB8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB8"
        },
        {
            "codepoint": "18CB9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CB9"
        },
        {
            "codepoint": "18CBA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBA"
        },
        {
            "codepoint": "18CBB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBB"
        },
        {
            "codepoint": "18CBC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBC"
        },
        {
            "codepoint": "18CBD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBD"
        },
        {
            "codepoint": "18CBE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBE"
        },
        {
            "codepoint": "18CBF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CBF"
        },
        {
            "codepoint": "18CC0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC0"
        },
        {
            "codepoint": "18CC1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC1"
        },
        {
            "codepoint": "18CC2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC2"
        },
        {
            "codepoint": "18CC3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC3"
        },
        {
            "codepoint": "18CC4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC4"
        },
        {
            "codepoint": "18CC5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC5"
        },
        {
            "codepoint": "18CC6",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC6"
        },
        {
            "codepoint": "18CC7",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC7"
        },
        {
            "codepoint": "18CC8",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC8"
        },
        {
            "codepoint": "18CC9",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CC9"
        },
        {
            "codepoint": "18CCA",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCA",
            "crossReferences": [
                "(khitan small script character-18bde - 18BDE)"
            ]
        },
        {
            "codepoint": "18CCB",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCB"
        },
        {
            "codepoint": "18CCC",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCC"
        },
        {
            "codepoint": "18CCD",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCD"
        },
        {
            "codepoint": "18CCE",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCE"
        },
        {
            "codepoint": "18CCF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CCF"
        },
        {
            "codepoint": "18CD0",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD0"
        },
        {
            "codepoint": "18CD1",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD1"
        },
        {
            "codepoint": "18CD2",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD2"
        },
        {
            "codepoint": "18CD3",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD3"
        },
        {
            "codepoint": "18CD4",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD4"
        },
        {
            "codepoint": "18CD5",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CD5"
        },
        {
            "codepoint": "18CFF",
            "name": "KHITAN SMALL SCRIPT CHARACTER-18CFF",
            "comments": [
                "represents a lost or illegible character"
            ]
        },
        {
            "codepoint": "1AFF0",
            "name": "KATAKANA LETTER MINNAN TONE-2"
        },
        {
            "codepoint": "1AFF1",
            "name": "KATAKANA LETTER MINNAN TONE-3"
        },
        {
            "codepoint": "1AFF2",
            "name": "KATAKANA LETTER MINNAN TONE-4"
        },
        {
            "codepoint": "1AFF3",
            "name": "KATAKANA LETTER MINNAN TONE-5"
        },
        {
            "codepoint": "1AFF5",
            "name": "KATAKANA LETTER MINNAN TONE-7"
        },
        {
            "codepoint": "1AFF6",
            "name": "KATAKANA LETTER MINNAN TONE-8"
        },
        {
            "codepoint": "1AFF7",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-1"
        },
        {
            "codepoint": "1AFF8",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-2"
        },
        {
            "codepoint": "1AFF9",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-3"
        },
        {
            "codepoint": "1AFFA",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-4"
        },
        {
            "codepoint": "1AFFB",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-5"
        },
        {
            "codepoint": "1AFFD",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-7"
        },
        {
            "codepoint": "1AFFE",
            "name": "KATAKANA LETTER MINNAN NASALIZED TONE-8"
        },
        {
            "codepoint": "1B000",
            "name": "KATAKANA LETTER ARCHAIC E"
        },
        {
            "codepoint": "1B001",
            "name": "HIRAGANA LETTER ARCHAIC YE",
            "other": [
                "HENTAIGANA LETTER E-1"
            ],
            "comments": [
                "derived from 6C5F"
            ]
        },
        {
            "codepoint": "1B002",
            "name": "HENTAIGANA LETTER A-1",
            "comments": [
                "derived from 5B89"
            ]
        },
        {
            "codepoint": "1B003",
            "name": "HENTAIGANA LETTER A-2",
            "comments": [
                "derived from 611B"
            ]
        },
        {
            "codepoint": "1B004",
            "name": "HENTAIGANA LETTER A-3",
            "comments": [
                "derived from 963F"
            ]
        },
        {
            "codepoint": "1B005",
            "name": "HENTAIGANA LETTER A-WO",
            "comments": [
                "derived from 60E1"
            ]
        },
        {
            "codepoint": "1B006",
            "name": "HENTAIGANA LETTER I-1",
            "comments": [
                "derived from 4EE5"
            ]
        },
        {
            "codepoint": "1B007",
            "name": "HENTAIGANA LETTER I-2",
            "comments": [
                "derived from 4F0A"
            ]
        },
        {
            "codepoint": "1B008",
            "name": "HENTAIGANA LETTER I-3",
            "comments": [
                "derived from 610F"
            ]
        },
        {
            "codepoint": "1B009",
            "name": "HENTAIGANA LETTER I-4",
            "comments": [
                "derived from 79FB"
            ]
        },
        {
            "codepoint": "1B00A",
            "name": "HENTAIGANA LETTER U-1",
            "comments": [
                "derived from 5B87"
            ]
        },
        {
            "codepoint": "1B00B",
            "name": "HENTAIGANA LETTER U-2",
            "comments": [
                "derived from 5B87"
            ]
        },
        {
            "codepoint": "1B00C",
            "name": "HENTAIGANA LETTER U-3",
            "comments": [
                "derived from 6182"
            ]
        },
        {
            "codepoint": "1B00D",
            "name": "HENTAIGANA LETTER U-4",
            "comments": [
                "derived from 6709"
            ]
        },
        {
            "codepoint": "1B00E",
            "name": "HENTAIGANA LETTER U-5",
            "comments": [
                "derived from 96F2"
            ]
        },
        {
            "codepoint": "1B00F",
            "name": "HENTAIGANA LETTER E-2",
            "comments": [
                "derived from 76C8"
            ]
        },
        {
            "codepoint": "1B010",
            "name": "HENTAIGANA LETTER E-3",
            "comments": [
                "derived from 7E01"
            ]
        },
        {
            "codepoint": "1B011",
            "name": "HENTAIGANA LETTER E-4",
            "comments": [
                "derived from 8863"
            ]
        },
        {
            "codepoint": "1B012",
            "name": "HENTAIGANA LETTER E-5",
            "comments": [
                "derived from 8863"
            ]
        },
        {
            "codepoint": "1B013",
            "name": "HENTAIGANA LETTER E-6",
            "comments": [
                "derived from 8981"
            ]
        },
        {
            "codepoint": "1B014",
            "name": "HENTAIGANA LETTER O-1",
            "comments": [
                "derived from 65BC"
            ]
        },
        {
            "codepoint": "1B015",
            "name": "HENTAIGANA LETTER O-2",
            "comments": [
                "derived from 65BC"
            ]
        },
        {
            "codepoint": "1B016",
            "name": "HENTAIGANA LETTER O-3",
            "comments": [
                "derived from 96B1"
            ]
        },
        {
            "codepoint": "1B017",
            "name": "HENTAIGANA LETTER KA-1",
            "comments": [
                "derived from 4F73"
            ]
        },
        {
            "codepoint": "1B018",
            "name": "HENTAIGANA LETTER KA-2",
            "comments": [
                "derived from 52A0"
            ]
        },
        {
            "codepoint": "1B019",
            "name": "HENTAIGANA LETTER KA-3",
            "comments": [
                "derived from 53EF"
            ]
        },
        {
            "codepoint": "1B01A",
            "name": "HENTAIGANA LETTER KA-4",
            "comments": [
                "derived from 53EF"
            ]
        },
        {
            "codepoint": "1B01B",
            "name": "HENTAIGANA LETTER KA-5",
            "comments": [
                "derived from 5609"
            ]
        },
        {
            "codepoint": "1B01C",
            "name": "HENTAIGANA LETTER KA-6",
            "comments": [
                "derived from 6211"
            ]
        },
        {
            "codepoint": "1B01D",
            "name": "HENTAIGANA LETTER KA-7",
            "comments": [
                "derived from 6B5F"
            ]
        },
        {
            "codepoint": "1B01E",
            "name": "HENTAIGANA LETTER KA-8",
            "comments": [
                "derived from 8CC0"
            ]
        },
        {
            "codepoint": "1B01F",
            "name": "HENTAIGANA LETTER KA-9",
            "comments": [
                "derived from 9591"
            ]
        },
        {
            "codepoint": "1B020",
            "name": "HENTAIGANA LETTER KA-10",
            "comments": [
                "derived from 9999"
            ]
        },
        {
            "codepoint": "1B021",
            "name": "HENTAIGANA LETTER KA-11",
            "comments": [
                "derived from 99D5"
            ]
        },
        {
            "codepoint": "1B022",
            "name": "HENTAIGANA LETTER KA-KE",
            "comments": [
                "derived from 5BB6"
            ]
        },
        {
            "codepoint": "1B023",
            "name": "HENTAIGANA LETTER KI-1",
            "comments": [
                "derived from 559C"
            ]
        },
        {
            "codepoint": "1B024",
            "name": "HENTAIGANA LETTER KI-2",
            "comments": [
                "derived from 5E7E"
            ]
        },
        {
            "codepoint": "1B025",
            "name": "HENTAIGANA LETTER KI-3",
            "comments": [
                "derived from 5E7E"
            ]
        },
        {
            "codepoint": "1B026",
            "name": "HENTAIGANA LETTER KI-4",
            "comments": [
                "derived from 652F"
            ]
        },
        {
            "codepoint": "1B027",
            "name": "HENTAIGANA LETTER KI-5",
            "comments": [
                "derived from 6728"
            ]
        },
        {
            "codepoint": "1B028",
            "name": "HENTAIGANA LETTER KI-6",
            "comments": [
                "derived from 7948"
            ]
        },
        {
            "codepoint": "1B029",
            "name": "HENTAIGANA LETTER KI-7",
            "comments": [
                "derived from 8CB4"
            ]
        },
        {
            "codepoint": "1B02A",
            "name": "HENTAIGANA LETTER KI-8",
            "comments": [
                "derived from 8D77"
            ]
        },
        {
            "codepoint": "1B02B",
            "name": "HENTAIGANA LETTER KU-1",
            "comments": [
                "derived from 4E45"
            ]
        },
        {
            "codepoint": "1B02C",
            "name": "HENTAIGANA LETTER KU-2",
            "comments": [
                "derived from 4E45"
            ]
        },
        {
            "codepoint": "1B02D",
            "name": "HENTAIGANA LETTER KU-3",
            "comments": [
                "derived from 4E5D"
            ]
        },
        {
            "codepoint": "1B02E",
            "name": "HENTAIGANA LETTER KU-4",
            "comments": [
                "derived from 4F9B"
            ]
        },
        {
            "codepoint": "1B02F",
            "name": "HENTAIGANA LETTER KU-5",
            "comments": [
                "derived from 5036"
            ]
        },
        {
            "codepoint": "1B030",
            "name": "HENTAIGANA LETTER KU-6",
            "comments": [
                "derived from 5177"
            ]
        },
        {
            "codepoint": "1B031",
            "name": "HENTAIGANA LETTER KU-7",
            "comments": [
                "derived from 6C42"
            ]
        },
        {
            "codepoint": "1B032",
            "name": "HENTAIGANA LETTER KE-1",
            "comments": [
                "derived from 4ECB"
            ]
        },
        {
            "codepoint": "1B033",
            "name": "HENTAIGANA LETTER KE-2",
            "comments": [
                "derived from 4ECB"
            ]
        },
        {
            "codepoint": "1B034",
            "name": "HENTAIGANA LETTER KE-3",
            "comments": [
                "derived from 5E0C"
            ]
        },
        {
            "codepoint": "1B035",
            "name": "HENTAIGANA LETTER KE-4",
            "comments": [
                "derived from 6C23"
            ]
        },
        {
            "codepoint": "1B036",
            "name": "HENTAIGANA LETTER KE-5",
            "comments": [
                "derived from 8A08"
            ]
        },
        {
            "codepoint": "1B037",
            "name": "HENTAIGANA LETTER KE-6",
            "comments": [
                "derived from 9063"
            ]
        },
        {
            "codepoint": "1B038",
            "name": "HENTAIGANA LETTER KO-1",
            "comments": [
                "derived from 53E4"
            ]
        },
        {
            "codepoint": "1B039",
            "name": "HENTAIGANA LETTER KO-2",
            "comments": [
                "derived from 6545"
            ]
        },
        {
            "codepoint": "1B03A",
            "name": "HENTAIGANA LETTER KO-3",
            "comments": [
                "derived from 8A31"
            ]
        },
        {
            "codepoint": "1B03B",
            "name": "HENTAIGANA LETTER KO-KI",
            "comments": [
                "derived from 671F"
            ]
        },
        {
            "codepoint": "1B03C",
            "name": "HENTAIGANA LETTER SA-1",
            "comments": [
                "derived from 4E4D"
            ]
        },
        {
            "codepoint": "1B03D",
            "name": "HENTAIGANA LETTER SA-2",
            "comments": [
                "derived from 4F50"
            ]
        },
        {
            "codepoint": "1B03E",
            "name": "HENTAIGANA LETTER SA-3",
            "comments": [
                "derived from 4F50"
            ]
        },
        {
            "codepoint": "1B03F",
            "name": "HENTAIGANA LETTER SA-4",
            "comments": [
                "derived from 5DE6"
            ]
        },
        {
            "codepoint": "1B040",
            "name": "HENTAIGANA LETTER SA-5",
            "comments": [
                "derived from 5DEE"
            ]
        },
        {
            "codepoint": "1B041",
            "name": "HENTAIGANA LETTER SA-6",
            "comments": [
                "derived from 6563"
            ]
        },
        {
            "codepoint": "1B042",
            "name": "HENTAIGANA LETTER SA-7",
            "comments": [
                "derived from 659C"
            ]
        },
        {
            "codepoint": "1B043",
            "name": "HENTAIGANA LETTER SA-8",
            "comments": [
                "derived from 6C99"
            ]
        },
        {
            "codepoint": "1B044",
            "name": "HENTAIGANA LETTER SI-1",
            "comments": [
                "derived from 4E4B"
            ]
        },
        {
            "codepoint": "1B045",
            "name": "HENTAIGANA LETTER SI-2",
            "comments": [
                "derived from 4E4B"
            ]
        },
        {
            "codepoint": "1B046",
            "name": "HENTAIGANA LETTER SI-3",
            "comments": [
                "derived from 4E8B"
            ]
        },
        {
            "codepoint": "1B047",
            "name": "HENTAIGANA LETTER SI-4",
            "comments": [
                "derived from 56DB"
            ]
        },
        {
            "codepoint": "1B048",
            "name": "HENTAIGANA LETTER SI-5",
            "comments": [
                "derived from 5FD7"
            ]
        },
        {
            "codepoint": "1B049",
            "name": "HENTAIGANA LETTER SI-6",
            "comments": [
                "derived from 65B0"
            ]
        },
        {
            "codepoint": "1B04A",
            "name": "HENTAIGANA LETTER SU-1",
            "comments": [
                "derived from 53D7"
            ]
        },
        {
            "codepoint": "1B04B",
            "name": "HENTAIGANA LETTER SU-2",
            "comments": [
                "derived from 58FD"
            ]
        },
        {
            "codepoint": "1B04C",
            "name": "HENTAIGANA LETTER SU-3",
            "comments": [
                "derived from 6578"
            ]
        },
        {
            "codepoint": "1B04D",
            "name": "HENTAIGANA LETTER SU-4",
            "comments": [
                "derived from 6578"
            ]
        },
        {
            "codepoint": "1B04E",
            "name": "HENTAIGANA LETTER SU-5",
            "comments": [
                "derived from 6625"
            ]
        },
        {
            "codepoint": "1B04F",
            "name": "HENTAIGANA LETTER SU-6",
            "comments": [
                "derived from 6625"
            ]
        },
        {
            "codepoint": "1B050",
            "name": "HENTAIGANA LETTER SU-7",
            "comments": [
                "derived from 9808"
            ]
        },
        {
            "codepoint": "1B051",
            "name": "HENTAIGANA LETTER SU-8",
            "comments": [
                "derived from 9808"
            ]
        },
        {
            "codepoint": "1B052",
            "name": "HENTAIGANA LETTER SE-1",
            "comments": [
                "derived from 4E16"
            ]
        },
        {
            "codepoint": "1B053",
            "name": "HENTAIGANA LETTER SE-2",
            "comments": [
                "derived from 4E16"
            ]
        },
        {
            "codepoint": "1B054",
            "name": "HENTAIGANA LETTER SE-3",
            "comments": [
                "derived from 4E16"
            ]
        },
        {
            "codepoint": "1B055",
            "name": "HENTAIGANA LETTER SE-4",
            "comments": [
                "derived from 52E2"
            ]
        },
        {
            "codepoint": "1B056",
            "name": "HENTAIGANA LETTER SE-5",
            "comments": [
                "derived from 8072"
            ]
        },
        {
            "codepoint": "1B057",
            "name": "HENTAIGANA LETTER SO-1",
            "comments": [
                "derived from 6240"
            ]
        },
        {
            "codepoint": "1B058",
            "name": "HENTAIGANA LETTER SO-2",
            "comments": [
                "derived from 6240"
            ]
        },
        {
            "codepoint": "1B059",
            "name": "HENTAIGANA LETTER SO-3",
            "comments": [
                "derived from 66FE"
            ]
        },
        {
            "codepoint": "1B05A",
            "name": "HENTAIGANA LETTER SO-4",
            "comments": [
                "derived from 66FE"
            ]
        },
        {
            "codepoint": "1B05B",
            "name": "HENTAIGANA LETTER SO-5",
            "comments": [
                "derived from 695A"
            ]
        },
        {
            "codepoint": "1B05C",
            "name": "HENTAIGANA LETTER SO-6",
            "comments": [
                "derived from 8607"
            ]
        },
        {
            "codepoint": "1B05D",
            "name": "HENTAIGANA LETTER SO-7",
            "comments": [
                "derived from 8655"
            ]
        },
        {
            "codepoint": "1B05E",
            "name": "HENTAIGANA LETTER TA-1",
            "comments": [
                "derived from 5802"
            ]
        },
        {
            "codepoint": "1B05F",
            "name": "HENTAIGANA LETTER TA-2",
            "comments": [
                "derived from 591A"
            ]
        },
        {
            "codepoint": "1B060",
            "name": "HENTAIGANA LETTER TA-3",
            "comments": [
                "derived from 591A"
            ]
        },
        {
            "codepoint": "1B061",
            "name": "HENTAIGANA LETTER TA-4",
            "comments": [
                "derived from 7576"
            ]
        },
        {
            "codepoint": "1B062",
            "name": "HENTAIGANA LETTER TI-1",
            "comments": [
                "derived from 5343"
            ]
        },
        {
            "codepoint": "1B063",
            "name": "HENTAIGANA LETTER TI-2",
            "comments": [
                "derived from 5730"
            ]
        },
        {
            "codepoint": "1B064",
            "name": "HENTAIGANA LETTER TI-3",
            "comments": [
                "derived from 667A"
            ]
        },
        {
            "codepoint": "1B065",
            "name": "HENTAIGANA LETTER TI-4",
            "comments": [
                "derived from 77E5"
            ]
        },
        {
            "codepoint": "1B066",
            "name": "HENTAIGANA LETTER TI-5",
            "comments": [
                "derived from 77E5"
            ]
        },
        {
            "codepoint": "1B067",
            "name": "HENTAIGANA LETTER TI-6",
            "comments": [
                "derived from 81F4"
            ]
        },
        {
            "codepoint": "1B068",
            "name": "HENTAIGANA LETTER TI-7",
            "comments": [
                "derived from 9072"
            ]
        },
        {
            "codepoint": "1B069",
            "name": "HENTAIGANA LETTER TU-1",
            "comments": [
                "derived from 5DDD"
            ]
        },
        {
            "codepoint": "1B06A",
            "name": "HENTAIGANA LETTER TU-2",
            "comments": [
                "derived from 5DDD"
            ]
        },
        {
            "codepoint": "1B06B",
            "name": "HENTAIGANA LETTER TU-3",
            "comments": [
                "derived from 6D25"
            ]
        },
        {
            "codepoint": "1B06C",
            "name": "HENTAIGANA LETTER TU-4",
            "comments": [
                "derived from 90FD"
            ]
        },
        {
            "codepoint": "1B06D",
            "name": "HENTAIGANA LETTER TU-TO",
            "comments": [
                "derived from 5F92"
            ]
        },
        {
            "codepoint": "1B06E",
            "name": "HENTAIGANA LETTER TE-1",
            "comments": [
                "derived from 4EAD"
            ]
        },
        {
            "codepoint": "1B06F",
            "name": "HENTAIGANA LETTER TE-2",
            "comments": [
                "derived from 4F4E"
            ]
        },
        {
            "codepoint": "1B070",
            "name": "HENTAIGANA LETTER TE-3",
            "comments": [
                "derived from 50B3"
            ]
        },
        {
            "codepoint": "1B071",
            "name": "HENTAIGANA LETTER TE-4",
            "comments": [
                "derived from 5929"
            ]
        },
        {
            "codepoint": "1B072",
            "name": "HENTAIGANA LETTER TE-5",
            "comments": [
                "derived from 5929"
            ]
        },
        {
            "codepoint": "1B073",
            "name": "HENTAIGANA LETTER TE-6",
            "comments": [
                "derived from 5929"
            ]
        },
        {
            "codepoint": "1B074",
            "name": "HENTAIGANA LETTER TE-7",
            "comments": [
                "derived from 5E1D"
            ]
        },
        {
            "codepoint": "1B075",
            "name": "HENTAIGANA LETTER TE-8",
            "comments": [
                "derived from 5F16"
            ]
        },
        {
            "codepoint": "1B076",
            "name": "HENTAIGANA LETTER TE-9",
            "comments": [
                "derived from 8F49"
            ]
        },
        {
            "codepoint": "1B077",
            "name": "HENTAIGANA LETTER TO-1",
            "comments": [
                "derived from 571F"
            ]
        },
        {
            "codepoint": "1B078",
            "name": "HENTAIGANA LETTER TO-2",
            "comments": [
                "derived from 5EA6"
            ]
        },
        {
            "codepoint": "1B079",
            "name": "HENTAIGANA LETTER TO-3",
            "comments": [
                "derived from 6771"
            ]
        },
        {
            "codepoint": "1B07A",
            "name": "HENTAIGANA LETTER TO-4",
            "comments": [
                "derived from 767B"
            ]
        },
        {
            "codepoint": "1B07B",
            "name": "HENTAIGANA LETTER TO-5",
            "comments": [
                "derived from 767B"
            ]
        },
        {
            "codepoint": "1B07C",
            "name": "HENTAIGANA LETTER TO-6",
            "comments": [
                "derived from 7825"
            ]
        },
        {
            "codepoint": "1B07D",
            "name": "HENTAIGANA LETTER TO-RA",
            "comments": [
                "derived from 7B49"
            ]
        },
        {
            "codepoint": "1B07E",
            "name": "HENTAIGANA LETTER NA-1",
            "comments": [
                "derived from 5357"
            ]
        },
        {
            "codepoint": "1B07F",
            "name": "HENTAIGANA LETTER NA-2",
            "comments": [
                "derived from 540D"
            ]
        },
        {
            "codepoint": "1B080",
            "name": "HENTAIGANA LETTER NA-3",
            "comments": [
                "derived from 5948"
            ]
        },
        {
            "codepoint": "1B081",
            "name": "HENTAIGANA LETTER NA-4",
            "comments": [
                "derived from 5948"
            ]
        },
        {
            "codepoint": "1B082",
            "name": "HENTAIGANA LETTER NA-5",
            "comments": [
                "derived from 5948"
            ]
        },
        {
            "codepoint": "1B083",
            "name": "HENTAIGANA LETTER NA-6",
            "comments": [
                "derived from 83DC"
            ]
        },
        {
            "codepoint": "1B084",
            "name": "HENTAIGANA LETTER NA-7",
            "comments": [
                "derived from 90A3"
            ]
        },
        {
            "codepoint": "1B085",
            "name": "HENTAIGANA LETTER NA-8",
            "comments": [
                "derived from 90A3"
            ]
        },
        {
            "codepoint": "1B086",
            "name": "HENTAIGANA LETTER NA-9",
            "comments": [
                "derived from 96E3"
            ]
        },
        {
            "codepoint": "1B087",
            "name": "HENTAIGANA LETTER NI-1",
            "comments": [
                "derived from 4E39"
            ]
        },
        {
            "codepoint": "1B088",
            "name": "HENTAIGANA LETTER NI-2",
            "comments": [
                "derived from 4E8C"
            ]
        },
        {
            "codepoint": "1B089",
            "name": "HENTAIGANA LETTER NI-3",
            "comments": [
                "derived from 4EC1"
            ]
        },
        {
            "codepoint": "1B08A",
            "name": "HENTAIGANA LETTER NI-4",
            "comments": [
                "derived from 5152"
            ]
        },
        {
            "codepoint": "1B08B",
            "name": "HENTAIGANA LETTER NI-5",
            "comments": [
                "derived from 723E"
            ]
        },
        {
            "codepoint": "1B08C",
            "name": "HENTAIGANA LETTER NI-6",
            "comments": [
                "derived from 723E"
            ]
        },
        {
            "codepoint": "1B08D",
            "name": "HENTAIGANA LETTER NI-7",
            "comments": [
                "derived from 8033"
            ]
        },
        {
            "codepoint": "1B08E",
            "name": "HENTAIGANA LETTER NI-TE",
            "comments": [
                "derived from 800C"
            ]
        },
        {
            "codepoint": "1B08F",
            "name": "HENTAIGANA LETTER NU-1",
            "comments": [
                "derived from 52AA"
            ]
        },
        {
            "codepoint": "1B090",
            "name": "HENTAIGANA LETTER NU-2",
            "comments": [
                "derived from 5974"
            ]
        },
        {
            "codepoint": "1B091",
            "name": "HENTAIGANA LETTER NU-3",
            "comments": [
                "derived from 6012"
            ]
        },
        {
            "codepoint": "1B092",
            "name": "HENTAIGANA LETTER NE-1",
            "comments": [
                "derived from 5E74"
            ]
        },
        {
            "codepoint": "1B093",
            "name": "HENTAIGANA LETTER NE-2",
            "comments": [
                "derived from 5E74"
            ]
        },
        {
            "codepoint": "1B094",
            "name": "HENTAIGANA LETTER NE-3",
            "comments": [
                "derived from 5E74"
            ]
        },
        {
            "codepoint": "1B095",
            "name": "HENTAIGANA LETTER NE-4",
            "comments": [
                "derived from 6839"
            ]
        },
        {
            "codepoint": "1B096",
            "name": "HENTAIGANA LETTER NE-5",
            "comments": [
                "derived from 71B1"
            ]
        },
        {
            "codepoint": "1B097",
            "name": "HENTAIGANA LETTER NE-6",
            "comments": [
                "derived from 79B0"
            ]
        },
        {
            "codepoint": "1B098",
            "name": "HENTAIGANA LETTER NE-KO",
            "comments": [
                "derived from 5B50"
            ]
        },
        {
            "codepoint": "1B099",
            "name": "HENTAIGANA LETTER NO-1",
            "comments": [
                "derived from 4E43"
            ]
        },
        {
            "codepoint": "1B09A",
            "name": "HENTAIGANA LETTER NO-2",
            "comments": [
                "derived from 6FC3"
            ]
        },
        {
            "codepoint": "1B09B",
            "name": "HENTAIGANA LETTER NO-3",
            "comments": [
                "derived from 80FD"
            ]
        },
        {
            "codepoint": "1B09C",
            "name": "HENTAIGANA LETTER NO-4",
            "comments": [
                "derived from 80FD"
            ]
        },
        {
            "codepoint": "1B09D",
            "name": "HENTAIGANA LETTER NO-5",
            "comments": [
                "derived from 8FB2"
            ]
        },
        {
            "codepoint": "1B09E",
            "name": "HENTAIGANA LETTER HA-1",
            "comments": [
                "derived from 516B"
            ]
        },
        {
            "codepoint": "1B09F",
            "name": "HENTAIGANA LETTER HA-2",
            "comments": [
                "derived from 534A"
            ]
        },
        {
            "codepoint": "1B0A0",
            "name": "HENTAIGANA LETTER HA-3",
            "comments": [
                "derived from 5A46"
            ]
        },
        {
            "codepoint": "1B0A1",
            "name": "HENTAIGANA LETTER HA-4",
            "comments": [
                "derived from 6CE2"
            ]
        },
        {
            "codepoint": "1B0A2",
            "name": "HENTAIGANA LETTER HA-5",
            "comments": [
                "derived from 76E4"
            ]
        },
        {
            "codepoint": "1B0A3",
            "name": "HENTAIGANA LETTER HA-6",
            "comments": [
                "derived from 76E4"
            ]
        },
        {
            "codepoint": "1B0A4",
            "name": "HENTAIGANA LETTER HA-7",
            "comments": [
                "derived from 7834"
            ]
        },
        {
            "codepoint": "1B0A5",
            "name": "HENTAIGANA LETTER HA-8",
            "comments": [
                "derived from 8005"
            ]
        },
        {
            "codepoint": "1B0A6",
            "name": "HENTAIGANA LETTER HA-9",
            "comments": [
                "derived from 8005"
            ]
        },
        {
            "codepoint": "1B0A7",
            "name": "HENTAIGANA LETTER HA-10",
            "comments": [
                "derived from 8449"
            ]
        },
        {
            "codepoint": "1B0A8",
            "name": "HENTAIGANA LETTER HA-11",
            "comments": [
                "derived from 9817"
            ]
        },
        {
            "codepoint": "1B0A9",
            "name": "HENTAIGANA LETTER HI-1",
            "comments": [
                "derived from 60B2"
            ]
        },
        {
            "codepoint": "1B0AA",
            "name": "HENTAIGANA LETTER HI-2",
            "comments": [
                "derived from 65E5"
            ]
        },
        {
            "codepoint": "1B0AB",
            "name": "HENTAIGANA LETTER HI-3",
            "comments": [
                "derived from 6BD4"
            ]
        },
        {
            "codepoint": "1B0AC",
            "name": "HENTAIGANA LETTER HI-4",
            "comments": [
                "derived from 907F"
            ]
        },
        {
            "codepoint": "1B0AD",
            "name": "HENTAIGANA LETTER HI-5",
            "comments": [
                "derived from 975E"
            ]
        },
        {
            "codepoint": "1B0AE",
            "name": "HENTAIGANA LETTER HI-6",
            "comments": [
                "derived from 98DB"
            ]
        },
        {
            "codepoint": "1B0AF",
            "name": "HENTAIGANA LETTER HI-7",
            "comments": [
                "derived from 98DB"
            ]
        },
        {
            "codepoint": "1B0B0",
            "name": "HENTAIGANA LETTER HU-1",
            "comments": [
                "derived from 4E0D"
            ]
        },
        {
            "codepoint": "1B0B1",
            "name": "HENTAIGANA LETTER HU-2",
            "comments": [
                "derived from 5A66"
            ]
        },
        {
            "codepoint": "1B0B2",
            "name": "HENTAIGANA LETTER HU-3",
            "comments": [
                "derived from 5E03"
            ]
        },
        {
            "codepoint": "1B0B3",
            "name": "HENTAIGANA LETTER HE-1",
            "comments": [
                "derived from 500D"
            ]
        },
        {
            "codepoint": "1B0B4",
            "name": "HENTAIGANA LETTER HE-2",
            "comments": [
                "derived from 5F0A"
            ]
        },
        {
            "codepoint": "1B0B5",
            "name": "HENTAIGANA LETTER HE-3",
            "comments": [
                "derived from 5F0A"
            ]
        },
        {
            "codepoint": "1B0B6",
            "name": "HENTAIGANA LETTER HE-4",
            "comments": [
                "derived from 904D"
            ]
        },
        {
            "codepoint": "1B0B7",
            "name": "HENTAIGANA LETTER HE-5",
            "comments": [
                "derived from 908A"
            ]
        },
        {
            "codepoint": "1B0B8",
            "name": "HENTAIGANA LETTER HE-6",
            "comments": [
                "derived from 908A"
            ]
        },
        {
            "codepoint": "1B0B9",
            "name": "HENTAIGANA LETTER HE-7",
            "comments": [
                "derived from 90E8"
            ]
        },
        {
            "codepoint": "1B0BA",
            "name": "HENTAIGANA LETTER HO-1",
            "comments": [
                "derived from 4FDD"
            ]
        },
        {
            "codepoint": "1B0BB",
            "name": "HENTAIGANA LETTER HO-2",
            "comments": [
                "derived from 4FDD"
            ]
        },
        {
            "codepoint": "1B0BC",
            "name": "HENTAIGANA LETTER HO-3",
            "comments": [
                "derived from 5831"
            ]
        },
        {
            "codepoint": "1B0BD",
            "name": "HENTAIGANA LETTER HO-4",
            "comments": [
                "derived from 5949"
            ]
        },
        {
            "codepoint": "1B0BE",
            "name": "HENTAIGANA LETTER HO-5",
            "comments": [
                "derived from 5BF6"
            ]
        },
        {
            "codepoint": "1B0BF",
            "name": "HENTAIGANA LETTER HO-6",
            "comments": [
                "derived from 672C"
            ]
        },
        {
            "codepoint": "1B0C0",
            "name": "HENTAIGANA LETTER HO-7",
            "comments": [
                "derived from 672C"
            ]
        },
        {
            "codepoint": "1B0C1",
            "name": "HENTAIGANA LETTER HO-8",
            "comments": [
                "derived from 8C50"
            ]
        },
        {
            "codepoint": "1B0C2",
            "name": "HENTAIGANA LETTER MA-1",
            "comments": [
                "derived from 4E07"
            ]
        },
        {
            "codepoint": "1B0C3",
            "name": "HENTAIGANA LETTER MA-2",
            "comments": [
                "derived from 672B"
            ]
        },
        {
            "codepoint": "1B0C4",
            "name": "HENTAIGANA LETTER MA-3",
            "comments": [
                "derived from 672B"
            ]
        },
        {
            "codepoint": "1B0C5",
            "name": "HENTAIGANA LETTER MA-4",
            "comments": [
                "derived from 6EFF"
            ]
        },
        {
            "codepoint": "1B0C6",
            "name": "HENTAIGANA LETTER MA-5",
            "comments": [
                "derived from 6EFF"
            ]
        },
        {
            "codepoint": "1B0C7",
            "name": "HENTAIGANA LETTER MA-6",
            "comments": [
                "derived from 842C"
            ]
        },
        {
            "codepoint": "1B0C8",
            "name": "HENTAIGANA LETTER MA-7",
            "comments": [
                "derived from 9EBB"
            ]
        },
        {
            "codepoint": "1B0C9",
            "name": "HENTAIGANA LETTER MI-1",
            "comments": [
                "derived from 4E09"
            ]
        },
        {
            "codepoint": "1B0CA",
            "name": "HENTAIGANA LETTER MI-2",
            "comments": [
                "derived from 5FAE"
            ]
        },
        {
            "codepoint": "1B0CB",
            "name": "HENTAIGANA LETTER MI-3",
            "comments": [
                "derived from 7F8E"
            ]
        },
        {
            "codepoint": "1B0CC",
            "name": "HENTAIGANA LETTER MI-4",
            "comments": [
                "derived from 7F8E"
            ]
        },
        {
            "codepoint": "1B0CD",
            "name": "HENTAIGANA LETTER MI-5",
            "comments": [
                "derived from 7F8E"
            ]
        },
        {
            "codepoint": "1B0CE",
            "name": "HENTAIGANA LETTER MI-6",
            "comments": [
                "derived from 898B"
            ]
        },
        {
            "codepoint": "1B0CF",
            "name": "HENTAIGANA LETTER MI-7",
            "comments": [
                "derived from 8EAB"
            ]
        },
        {
            "codepoint": "1B0D0",
            "name": "HENTAIGANA LETTER MU-1",
            "comments": [
                "derived from 6B66"
            ]
        },
        {
            "codepoint": "1B0D1",
            "name": "HENTAIGANA LETTER MU-2",
            "comments": [
                "derived from 7121"
            ]
        },
        {
            "codepoint": "1B0D2",
            "name": "HENTAIGANA LETTER MU-3",
            "comments": [
                "derived from 725F"
            ]
        },
        {
            "codepoint": "1B0D3",
            "name": "HENTAIGANA LETTER MU-4",
            "comments": [
                "derived from 821E"
            ]
        },
        {
            "codepoint": "1B0D4",
            "name": "HENTAIGANA LETTER ME-1",
            "comments": [
                "derived from 514D"
            ]
        },
        {
            "codepoint": "1B0D5",
            "name": "HENTAIGANA LETTER ME-2",
            "comments": [
                "derived from 9762"
            ]
        },
        {
            "codepoint": "1B0D6",
            "name": "HENTAIGANA LETTER ME-MA",
            "comments": [
                "derived from 99AC"
            ]
        },
        {
            "codepoint": "1B0D7",
            "name": "HENTAIGANA LETTER MO-1",
            "comments": [
                "derived from 6BCD"
            ]
        },
        {
            "codepoint": "1B0D8",
            "name": "HENTAIGANA LETTER MO-2",
            "comments": [
                "derived from 6BDB"
            ]
        },
        {
            "codepoint": "1B0D9",
            "name": "HENTAIGANA LETTER MO-3",
            "comments": [
                "derived from 6BDB"
            ]
        },
        {
            "codepoint": "1B0DA",
            "name": "HENTAIGANA LETTER MO-4",
            "comments": [
                "derived from 6BDB"
            ]
        },
        {
            "codepoint": "1B0DB",
            "name": "HENTAIGANA LETTER MO-5",
            "comments": [
                "derived from 8302"
            ]
        },
        {
            "codepoint": "1B0DC",
            "name": "HENTAIGANA LETTER MO-6",
            "comments": [
                "derived from 88F3"
            ]
        },
        {
            "codepoint": "1B0DD",
            "name": "HENTAIGANA LETTER YA-1",
            "comments": [
                "derived from 4E5F"
            ]
        },
        {
            "codepoint": "1B0DE",
            "name": "HENTAIGANA LETTER YA-2",
            "comments": [
                "derived from 4E5F"
            ]
        },
        {
            "codepoint": "1B0DF",
            "name": "HENTAIGANA LETTER YA-3",
            "comments": [
                "derived from 5C4B"
            ]
        },
        {
            "codepoint": "1B0E0",
            "name": "HENTAIGANA LETTER YA-4",
            "comments": [
                "derived from 8036"
            ]
        },
        {
            "codepoint": "1B0E1",
            "name": "HENTAIGANA LETTER YA-5",
            "comments": [
                "derived from 8036"
            ]
        },
        {
            "codepoint": "1B0E2",
            "name": "HENTAIGANA LETTER YA-YO",
            "comments": [
                "derived from 591C"
            ]
        },
        {
            "codepoint": "1B0E3",
            "name": "HENTAIGANA LETTER YU-1",
            "comments": [
                "derived from 6E38"
            ]
        },
        {
            "codepoint": "1B0E4",
            "name": "HENTAIGANA LETTER YU-2",
            "comments": [
                "derived from 7531"
            ]
        },
        {
            "codepoint": "1B0E5",
            "name": "HENTAIGANA LETTER YU-3",
            "comments": [
                "derived from 7531"
            ]
        },
        {
            "codepoint": "1B0E6",
            "name": "HENTAIGANA LETTER YU-4",
            "comments": [
                "derived from 904A"
            ]
        },
        {
            "codepoint": "1B0E7",
            "name": "HENTAIGANA LETTER YO-1",
            "comments": [
                "derived from 4EE3"
            ]
        },
        {
            "codepoint": "1B0E8",
            "name": "HENTAIGANA LETTER YO-2",
            "comments": [
                "derived from 4F59"
            ]
        },
        {
            "codepoint": "1B0E9",
            "name": "HENTAIGANA LETTER YO-3",
            "comments": [
                "derived from 8207"
            ]
        },
        {
            "codepoint": "1B0EA",
            "name": "HENTAIGANA LETTER YO-4",
            "comments": [
                "derived from 8207"
            ]
        },
        {
            "codepoint": "1B0EB",
            "name": "HENTAIGANA LETTER YO-5",
            "comments": [
                "derived from 8207"
            ]
        },
        {
            "codepoint": "1B0EC",
            "name": "HENTAIGANA LETTER YO-6",
            "comments": [
                "derived from 9918"
            ]
        },
        {
            "codepoint": "1B0ED",
            "name": "HENTAIGANA LETTER RA-1",
            "comments": [
                "derived from 7F85"
            ]
        },
        {
            "codepoint": "1B0EE",
            "name": "HENTAIGANA LETTER RA-2",
            "comments": [
                "derived from 826F"
            ]
        },
        {
            "codepoint": "1B0EF",
            "name": "HENTAIGANA LETTER RA-3",
            "comments": [
                "derived from 826F"
            ]
        },
        {
            "codepoint": "1B0F0",
            "name": "HENTAIGANA LETTER RA-4",
            "comments": [
                "derived from 826F"
            ]
        },
        {
            "codepoint": "1B0F1",
            "name": "HENTAIGANA LETTER RI-1",
            "comments": [
                "derived from 5229"
            ]
        },
        {
            "codepoint": "1B0F2",
            "name": "HENTAIGANA LETTER RI-2",
            "comments": [
                "derived from 5229"
            ]
        },
        {
            "codepoint": "1B0F3",
            "name": "HENTAIGANA LETTER RI-3",
            "comments": [
                "derived from 674E"
            ]
        },
        {
            "codepoint": "1B0F4",
            "name": "HENTAIGANA LETTER RI-4",
            "comments": [
                "derived from 68A8"
            ]
        },
        {
            "codepoint": "1B0F5",
            "name": "HENTAIGANA LETTER RI-5",
            "comments": [
                "derived from 7406"
            ]
        },
        {
            "codepoint": "1B0F6",
            "name": "HENTAIGANA LETTER RI-6",
            "comments": [
                "derived from 91CC"
            ]
        },
        {
            "codepoint": "1B0F7",
            "name": "HENTAIGANA LETTER RI-7",
            "comments": [
                "derived from 96E2"
            ]
        },
        {
            "codepoint": "1B0F8",
            "name": "HENTAIGANA LETTER RU-1",
            "comments": [
                "derived from 6D41"
            ]
        },
        {
            "codepoint": "1B0F9",
            "name": "HENTAIGANA LETTER RU-2",
            "comments": [
                "derived from 7559"
            ]
        },
        {
            "codepoint": "1B0FA",
            "name": "HENTAIGANA LETTER RU-3",
            "comments": [
                "derived from 7559"
            ]
        },
        {
            "codepoint": "1B0FB",
            "name": "HENTAIGANA LETTER RU-4",
            "comments": [
                "derived from 7559"
            ]
        },
        {
            "codepoint": "1B0FC",
            "name": "HENTAIGANA LETTER RU-5",
            "comments": [
                "derived from 7D2F"
            ]
        },
        {
            "codepoint": "1B0FD",
            "name": "HENTAIGANA LETTER RU-6",
            "comments": [
                "derived from 985E"
            ]
        },
        {
            "codepoint": "1B0FE",
            "name": "HENTAIGANA LETTER RE-1",
            "comments": [
                "derived from 79AE"
            ]
        },
        {
            "codepoint": "1B0FF",
            "name": "HENTAIGANA LETTER RE-2",
            "comments": [
                "derived from 79AE"
            ]
        },
        {
            "codepoint": "1B100",
            "name": "HENTAIGANA LETTER RE-3",
            "comments": [
                "derived from 9023"
            ]
        },
        {
            "codepoint": "1B101",
            "name": "HENTAIGANA LETTER RE-4",
            "comments": [
                "derived from 9E97"
            ]
        },
        {
            "codepoint": "1B102",
            "name": "HENTAIGANA LETTER RO-1",
            "comments": [
                "derived from 5442"
            ]
        },
        {
            "codepoint": "1B103",
            "name": "HENTAIGANA LETTER RO-2",
            "comments": [
                "derived from 5442"
            ]
        },
        {
            "codepoint": "1B104",
            "name": "HENTAIGANA LETTER RO-3",
            "comments": [
                "derived from 5A41"
            ]
        },
        {
            "codepoint": "1B105",
            "name": "HENTAIGANA LETTER RO-4",
            "comments": [
                "derived from 6A13"
            ]
        },
        {
            "codepoint": "1B106",
            "name": "HENTAIGANA LETTER RO-5",
            "comments": [
                "derived from 8DEF"
            ]
        },
        {
            "codepoint": "1B107",
            "name": "HENTAIGANA LETTER RO-6",
            "comments": [
                "derived from 9732"
            ]
        },
        {
            "codepoint": "1B108",
            "name": "HENTAIGANA LETTER WA-1",
            "comments": [
                "derived from 502D"
            ]
        },
        {
            "codepoint": "1B109",
            "name": "HENTAIGANA LETTER WA-2",
            "comments": [
                "derived from 548C"
            ]
        },
        {
            "codepoint": "1B10A",
            "name": "HENTAIGANA LETTER WA-3",
            "comments": [
                "derived from 548C"
            ]
        },
        {
            "codepoint": "1B10B",
            "name": "HENTAIGANA LETTER WA-4",
            "comments": [
                "derived from 738B"
            ]
        },
        {
            "codepoint": "1B10C",
            "name": "HENTAIGANA LETTER WA-5",
            "comments": [
                "derived from 738B"
            ]
        },
        {
            "codepoint": "1B10D",
            "name": "HENTAIGANA LETTER WI-1",
            "comments": [
                "derived from 4E95"
            ]
        },
        {
            "codepoint": "1B10E",
            "name": "HENTAIGANA LETTER WI-2",
            "comments": [
                "derived from 4E95"
            ]
        },
        {
            "codepoint": "1B10F",
            "name": "HENTAIGANA LETTER WI-3",
            "comments": [
                "derived from 5C45"
            ]
        },
        {
            "codepoint": "1B110",
            "name": "HENTAIGANA LETTER WI-4",
            "comments": [
                "derived from 7232"
            ]
        },
        {
            "codepoint": "1B111",
            "name": "HENTAIGANA LETTER WI-5",
            "comments": [
                "derived from 907A"
            ]
        },
        {
            "codepoint": "1B112",
            "name": "HENTAIGANA LETTER WE-1",
            "comments": [
                "derived from 60E0"
            ]
        },
        {
            "codepoint": "1B113",
            "name": "HENTAIGANA LETTER WE-2",
            "comments": [
                "derived from 885E"
            ]
        },
        {
            "codepoint": "1B114",
            "name": "HENTAIGANA LETTER WE-3",
            "comments": [
                "derived from 885E"
            ]
        },
        {
            "codepoint": "1B115",
            "name": "HENTAIGANA LETTER WE-4",
            "comments": [
                "derived from 885E"
            ]
        },
        {
            "codepoint": "1B116",
            "name": "HENTAIGANA LETTER WO-1",
            "comments": [
                "derived from 4E4E"
            ]
        },
        {
            "codepoint": "1B117",
            "name": "HENTAIGANA LETTER WO-2",
            "comments": [
                "derived from 4E4E"
            ]
        },
        {
            "codepoint": "1B118",
            "name": "HENTAIGANA LETTER WO-3",
            "comments": [
                "derived from 5C3E"
            ]
        },
        {
            "codepoint": "1B119",
            "name": "HENTAIGANA LETTER WO-4",
            "comments": [
                "derived from 7DD2"
            ]
        },
        {
            "codepoint": "1B11A",
            "name": "HENTAIGANA LETTER WO-5",
            "comments": [
                "derived from 8D8A"
            ]
        },
        {
            "codepoint": "1B11B",
            "name": "HENTAIGANA LETTER WO-6",
            "comments": [
                "derived from 9060"
            ]
        },
        {
            "codepoint": "1B11C",
            "name": "HENTAIGANA LETTER WO-7",
            "comments": [
                "derived from 9060"
            ]
        },
        {
            "codepoint": "1B11D",
            "name": "HENTAIGANA LETTER N-MU-MO-1",
            "comments": [
                "derived from 65E0"
            ]
        },
        {
            "codepoint": "1B11E",
            "name": "HENTAIGANA LETTER N-MU-MO-2",
            "comments": [
                "derived from 65E0"
            ]
        },
        {
            "codepoint": "1B11F",
            "name": "HIRAGANA LETTER ARCHAIC WU",
            "comments": [
                "derived from 6C59"
            ]
        },
        {
            "codepoint": "1B120",
            "name": "KATAKANA LETTER ARCHAIC YI"
        },
        {
            "codepoint": "1B121",
            "name": "KATAKANA LETTER ARCHAIC YE"
        },
        {
            "codepoint": "1B122",
            "name": "KATAKANA LETTER ARCHAIC WU"
        },
        {
            "codepoint": "1B132",
            "name": "HIRAGANA LETTER SMALL KO"
        },
        {
            "codepoint": "1B150",
            "name": "HIRAGANA LETTER SMALL WI"
        },
        {
            "codepoint": "1B151",
            "name": "HIRAGANA LETTER SMALL WE"
        },
        {
            "codepoint": "1B152",
            "name": "HIRAGANA LETTER SMALL WO"
        },
        {
            "codepoint": "1B155",
            "name": "KATAKANA LETTER SMALL KO"
        },
        {
            "codepoint": "1B164",
            "name": "KATAKANA LETTER SMALL WI"
        },
        {
            "codepoint": "1B165",
            "name": "KATAKANA LETTER SMALL WE"
        },
        {
            "codepoint": "1B166",
            "name": "KATAKANA LETTER SMALL WO"
        },
        {
            "codepoint": "1B167",
            "name": "KATAKANA LETTER SMALL N"
        },
        {
            "codepoint": "1B170",
            "name": "NUSHU CHARACTER-1B170",
            "crossReferences": [
                "4E00"
            ]
        },
        {
            "codepoint": "1B171",
            "name": "NUSHU CHARACTER-1B171",
            "crossReferences": [
                "4E8C"
            ]
        },
        {
            "codepoint": "1B172",
            "name": "NUSHU CHARACTER-1B172"
        },
        {
            "codepoint": "1B173",
            "name": "NUSHU CHARACTER-1B173"
        },
        {
            "codepoint": "1B174",
            "name": "NUSHU CHARACTER-1B174"
        },
        {
            "codepoint": "1B175",
            "name": "NUSHU CHARACTER-1B175"
        },
        {
            "codepoint": "1B176",
            "name": "NUSHU CHARACTER-1B176"
        },
        {
            "codepoint": "1B177",
            "name": "NUSHU CHARACTER-1B177"
        },
        {
            "codepoint": "1B178",
            "name": "NUSHU CHARACTER-1B178",
            "crossReferences": [
                "6C34"
            ]
        },
        {
            "codepoint": "1B179",
            "name": "NUSHU CHARACTER-1B179"
        },
        {
            "codepoint": "1B17A",
            "name": "NUSHU CHARACTER-1B17A"
        },
        {
            "codepoint": "1B17B",
            "name": "NUSHU CHARACTER-1B17B"
        },
        {
            "codepoint": "1B17C",
            "name": "NUSHU CHARACTER-1B17C"
        },
        {
            "codepoint": "1B17D",
            "name": "NUSHU CHARACTER-1B17D"
        },
        {
            "codepoint": "1B17E",
            "name": "NUSHU CHARACTER-1B17E"
        },
        {
            "codepoint": "1B17F",
            "name": "NUSHU CHARACTER-1B17F"
        },
        {
            "codepoint": "1B180",
            "name": "NUSHU CHARACTER-1B180",
            "crossReferences": [
                "571F"
            ]
        },
        {
            "codepoint": "1B181",
            "name": "NUSHU CHARACTER-1B181"
        },
        {
            "codepoint": "1B182",
            "name": "NUSHU CHARACTER-1B182"
        },
        {
            "codepoint": "1B183",
            "name": "NUSHU CHARACTER-1B183",
            "crossReferences": [
                "5DE5"
            ]
        },
        {
            "codepoint": "1B184",
            "name": "NUSHU CHARACTER-1B184"
        },
        {
            "codepoint": "1B185",
            "name": "NUSHU CHARACTER-1B185",
            "crossReferences": [
                "4E2A"
            ]
        },
        {
            "codepoint": "1B186",
            "name": "NUSHU CHARACTER-1B186"
        },
        {
            "codepoint": "1B187",
            "name": "NUSHU CHARACTER-1B187"
        },
        {
            "codepoint": "1B188",
            "name": "NUSHU CHARACTER-1B188"
        },
        {
            "codepoint": "1B189",
            "name": "NUSHU CHARACTER-1B189"
        },
        {
            "codepoint": "1B18A",
            "name": "NUSHU CHARACTER-1B18A",
            "crossReferences": [
                "4E09"
            ]
        },
        {
            "codepoint": "1B18B",
            "name": "NUSHU CHARACTER-1B18B"
        },
        {
            "codepoint": "1B18C",
            "name": "NUSHU CHARACTER-1B18C"
        },
        {
            "codepoint": "1B18D",
            "name": "NUSHU CHARACTER-1B18D"
        },
        {
            "codepoint": "1B18E",
            "name": "NUSHU CHARACTER-1B18E"
        },
        {
            "codepoint": "1B18F",
            "name": "NUSHU CHARACTER-1B18F"
        },
        {
            "codepoint": "1B190",
            "name": "NUSHU CHARACTER-1B190"
        },
        {
            "codepoint": "1B191",
            "name": "NUSHU CHARACTER-1B191"
        },
        {
            "codepoint": "1B192",
            "name": "NUSHU CHARACTER-1B192"
        },
        {
            "codepoint": "1B193",
            "name": "NUSHU CHARACTER-1B193"
        },
        {
            "codepoint": "1B194",
            "name": "NUSHU CHARACTER-1B194",
            "crossReferences": [
                "592B"
            ]
        },
        {
            "codepoint": "1B195",
            "name": "NUSHU CHARACTER-1B195",
            "crossReferences": [
                "706B"
            ]
        },
        {
            "codepoint": "1B196",
            "name": "NUSHU CHARACTER-1B196"
        },
        {
            "codepoint": "1B197",
            "name": "NUSHU CHARACTER-1B197"
        },
        {
            "codepoint": "1B198",
            "name": "NUSHU CHARACTER-1B198"
        },
        {
            "codepoint": "1B199",
            "name": "NUSHU CHARACTER-1B199"
        },
        {
            "codepoint": "1B19A",
            "name": "NUSHU CHARACTER-1B19A"
        },
        {
            "codepoint": "1B19B",
            "name": "NUSHU CHARACTER-1B19B"
        },
        {
            "codepoint": "1B19C",
            "name": "NUSHU CHARACTER-1B19C"
        },
        {
            "codepoint": "1B19D",
            "name": "NUSHU CHARACTER-1B19D"
        },
        {
            "codepoint": "1B19E",
            "name": "NUSHU CHARACTER-1B19E"
        },
        {
            "codepoint": "1B19F",
            "name": "NUSHU CHARACTER-1B19F"
        },
        {
            "codepoint": "1B1A0",
            "name": "NUSHU CHARACTER-1B1A0"
        },
        {
            "codepoint": "1B1A1",
            "name": "NUSHU CHARACTER-1B1A1",
            "crossReferences": [
                "4EA1"
            ]
        },
        {
            "codepoint": "1B1A2",
            "name": "NUSHU CHARACTER-1B1A2"
        },
        {
            "codepoint": "1B1A3",
            "name": "NUSHU CHARACTER-1B1A3"
        },
        {
            "codepoint": "1B1A4",
            "name": "NUSHU CHARACTER-1B1A4"
        },
        {
            "codepoint": "1B1A5",
            "name": "NUSHU CHARACTER-1B1A5"
        },
        {
            "codepoint": "1B1A6",
            "name": "NUSHU CHARACTER-1B1A6"
        },
        {
            "codepoint": "1B1A7",
            "name": "NUSHU CHARACTER-1B1A7",
            "crossReferences": [
                "738B"
            ]
        },
        {
            "codepoint": "1B1A8",
            "name": "NUSHU CHARACTER-1B1A8",
            "crossReferences": [
                "672A"
            ]
        },
        {
            "codepoint": "1B1A9",
            "name": "NUSHU CHARACTER-1B1A9"
        },
        {
            "codepoint": "1B1AA",
            "name": "NUSHU CHARACTER-1B1AA"
        },
        {
            "codepoint": "1B1AB",
            "name": "NUSHU CHARACTER-1B1AB",
            "crossReferences": [
                "5185"
            ]
        },
        {
            "codepoint": "1B1AC",
            "name": "NUSHU CHARACTER-1B1AC"
        },
        {
            "codepoint": "1B1AD",
            "name": "NUSHU CHARACTER-1B1AD"
        },
        {
            "codepoint": "1B1AE",
            "name": "NUSHU CHARACTER-1B1AE"
        },
        {
            "codepoint": "1B1AF",
            "name": "NUSHU CHARACTER-1B1AF"
        },
        {
            "codepoint": "1B1B0",
            "name": "NUSHU CHARACTER-1B1B0"
        },
        {
            "codepoint": "1B1B1",
            "name": "NUSHU CHARACTER-1B1B1"
        },
        {
            "codepoint": "1B1B2",
            "name": "NUSHU CHARACTER-1B1B2"
        },
        {
            "codepoint": "1B1B3",
            "name": "NUSHU CHARACTER-1B1B3"
        },
        {
            "codepoint": "1B1B4",
            "name": "NUSHU CHARACTER-1B1B4"
        },
        {
            "codepoint": "1B1B5",
            "name": "NUSHU CHARACTER-1B1B5"
        },
        {
            "codepoint": "1B1B6",
            "name": "NUSHU CHARACTER-1B1B6"
        },
        {
            "codepoint": "1B1B7",
            "name": "NUSHU CHARACTER-1B1B7"
        },
        {
            "codepoint": "1B1B8",
            "name": "NUSHU CHARACTER-1B1B8"
        },
        {
            "codepoint": "1B1B9",
            "name": "NUSHU CHARACTER-1B1B9"
        },
        {
            "codepoint": "1B1BA",
            "name": "NUSHU CHARACTER-1B1BA"
        },
        {
            "codepoint": "1B1BB",
            "name": "NUSHU CHARACTER-1B1BB"
        },
        {
            "codepoint": "1B1BC",
            "name": "NUSHU CHARACTER-1B1BC"
        },
        {
            "codepoint": "1B1BD",
            "name": "NUSHU CHARACTER-1B1BD"
        },
        {
            "codepoint": "1B1BE",
            "name": "NUSHU CHARACTER-1B1BE"
        },
        {
            "codepoint": "1B1BF",
            "name": "NUSHU CHARACTER-1B1BF"
        },
        {
            "codepoint": "1B1C0",
            "name": "NUSHU CHARACTER-1B1C0"
        },
        {
            "codepoint": "1B1C1",
            "name": "NUSHU CHARACTER-1B1C1"
        },
        {
            "codepoint": "1B1C2",
            "name": "NUSHU CHARACTER-1B1C2"
        },
        {
            "codepoint": "1B1C3",
            "name": "NUSHU CHARACTER-1B1C3"
        },
        {
            "codepoint": "1B1C4",
            "name": "NUSHU CHARACTER-1B1C4"
        },
        {
            "codepoint": "1B1C5",
            "name": "NUSHU CHARACTER-1B1C5"
        },
        {
            "codepoint": "1B1C6",
            "name": "NUSHU CHARACTER-1B1C6"
        },
        {
            "codepoint": "1B1C7",
            "name": "NUSHU CHARACTER-1B1C7"
        },
        {
            "codepoint": "1B1C8",
            "name": "NUSHU CHARACTER-1B1C8"
        },
        {
            "codepoint": "1B1C9",
            "name": "NUSHU CHARACTER-1B1C9"
        },
        {
            "codepoint": "1B1CA",
            "name": "NUSHU CHARACTER-1B1CA"
        },
        {
            "codepoint": "1B1CB",
            "name": "NUSHU CHARACTER-1B1CB"
        },
        {
            "codepoint": "1B1CC",
            "name": "NUSHU CHARACTER-1B1CC",
            "crossReferences": [
                "540E"
            ]
        },
        {
            "codepoint": "1B1CD",
            "name": "NUSHU CHARACTER-1B1CD"
        },
        {
            "codepoint": "1B1CE",
            "name": "NUSHU CHARACTER-1B1CE"
        },
        {
            "codepoint": "1B1CF",
            "name": "NUSHU CHARACTER-1B1CF"
        },
        {
            "codepoint": "1B1D0",
            "name": "NUSHU CHARACTER-1B1D0"
        },
        {
            "codepoint": "1B1D1",
            "name": "NUSHU CHARACTER-1B1D1"
        },
        {
            "codepoint": "1B1D2",
            "name": "NUSHU CHARACTER-1B1D2"
        },
        {
            "codepoint": "1B1D3",
            "name": "NUSHU CHARACTER-1B1D3"
        },
        {
            "codepoint": "1B1D4",
            "name": "NUSHU CHARACTER-1B1D4"
        },
        {
            "codepoint": "1B1D5",
            "name": "NUSHU CHARACTER-1B1D5"
        },
        {
            "codepoint": "1B1D6",
            "name": "NUSHU CHARACTER-1B1D6"
        },
        {
            "codepoint": "1B1D7",
            "name": "NUSHU CHARACTER-1B1D7"
        },
        {
            "codepoint": "1B1D8",
            "name": "NUSHU CHARACTER-1B1D8"
        },
        {
            "codepoint": "1B1D9",
            "name": "NUSHU CHARACTER-1B1D9"
        },
        {
            "codepoint": "1B1DA",
            "name": "NUSHU CHARACTER-1B1DA"
        },
        {
            "codepoint": "1B1DB",
            "name": "NUSHU CHARACTER-1B1DB"
        },
        {
            "codepoint": "1B1DC",
            "name": "NUSHU CHARACTER-1B1DC"
        },
        {
            "codepoint": "1B1DD",
            "name": "NUSHU CHARACTER-1B1DD"
        },
        {
            "codepoint": "1B1DE",
            "name": "NUSHU CHARACTER-1B1DE"
        },
        {
            "codepoint": "1B1DF",
            "name": "NUSHU CHARACTER-1B1DF"
        },
        {
            "codepoint": "1B1E0",
            "name": "NUSHU CHARACTER-1B1E0"
        },
        {
            "codepoint": "1B1E1",
            "name": "NUSHU CHARACTER-1B1E1"
        },
        {
            "codepoint": "1B1E2",
            "name": "NUSHU CHARACTER-1B1E2"
        },
        {
            "codepoint": "1B1E3",
            "name": "NUSHU CHARACTER-1B1E3"
        },
        {
            "codepoint": "1B1E4",
            "name": "NUSHU CHARACTER-1B1E4"
        },
        {
            "codepoint": "1B1E5",
            "name": "NUSHU CHARACTER-1B1E5"
        },
        {
            "codepoint": "1B1E6",
            "name": "NUSHU CHARACTER-1B1E6"
        },
        {
            "codepoint": "1B1E7",
            "name": "NUSHU CHARACTER-1B1E7"
        },
        {
            "codepoint": "1B1E8",
            "name": "NUSHU CHARACTER-1B1E8"
        },
        {
            "codepoint": "1B1E9",
            "name": "NUSHU CHARACTER-1B1E9"
        },
        {
            "codepoint": "1B1EA",
            "name": "NUSHU CHARACTER-1B1EA"
        },
        {
            "codepoint": "1B1EB",
            "name": "NUSHU CHARACTER-1B1EB"
        },
        {
            "codepoint": "1B1EC",
            "name": "NUSHU CHARACTER-1B1EC"
        },
        {
            "codepoint": "1B1ED",
            "name": "NUSHU CHARACTER-1B1ED"
        },
        {
            "codepoint": "1B1EE",
            "name": "NUSHU CHARACTER-1B1EE"
        },
        {
            "codepoint": "1B1EF",
            "name": "NUSHU CHARACTER-1B1EF"
        },
        {
            "codepoint": "1B1F0",
            "name": "NUSHU CHARACTER-1B1F0",
            "crossReferences": [
                "53E4"
            ]
        },
        {
            "codepoint": "1B1F1",
            "name": "NUSHU CHARACTER-1B1F1"
        },
        {
            "codepoint": "1B1F2",
            "name": "NUSHU CHARACTER-1B1F2"
        },
        {
            "codepoint": "1B1F3",
            "name": "NUSHU CHARACTER-1B1F3"
        },
        {
            "codepoint": "1B1F4",
            "name": "NUSHU CHARACTER-1B1F4"
        },
        {
            "codepoint": "1B1F5",
            "name": "NUSHU CHARACTER-1B1F5"
        },
        {
            "codepoint": "1B1F6",
            "name": "NUSHU CHARACTER-1B1F6"
        },
        {
            "codepoint": "1B1F7",
            "name": "NUSHU CHARACTER-1B1F7"
        },
        {
            "codepoint": "1B1F8",
            "name": "NUSHU CHARACTER-1B1F8"
        },
        {
            "codepoint": "1B1F9",
            "name": "NUSHU CHARACTER-1B1F9"
        },
        {
            "codepoint": "1B1FA",
            "name": "NUSHU CHARACTER-1B1FA"
        },
        {
            "codepoint": "1B1FB",
            "name": "NUSHU CHARACTER-1B1FB"
        },
        {
            "codepoint": "1B1FC",
            "name": "NUSHU CHARACTER-1B1FC"
        },
        {
            "codepoint": "1B1FD",
            "name": "NUSHU CHARACTER-1B1FD"
        },
        {
            "codepoint": "1B1FE",
            "name": "NUSHU CHARACTER-1B1FE"
        },
        {
            "codepoint": "1B1FF",
            "name": "NUSHU CHARACTER-1B1FF"
        },
        {
            "codepoint": "1B200",
            "name": "NUSHU CHARACTER-1B200"
        },
        {
            "codepoint": "1B201",
            "name": "NUSHU CHARACTER-1B201",
            "crossReferences": [
                "591A"
            ]
        },
        {
            "codepoint": "1B202",
            "name": "NUSHU CHARACTER-1B202"
        },
        {
            "codepoint": "1B203",
            "name": "NUSHU CHARACTER-1B203"
        },
        {
            "codepoint": "1B204",
            "name": "NUSHU CHARACTER-1B204"
        },
        {
            "codepoint": "1B205",
            "name": "NUSHU CHARACTER-1B205",
            "crossReferences": [
                "7532"
            ]
        },
        {
            "codepoint": "1B206",
            "name": "NUSHU CHARACTER-1B206"
        },
        {
            "codepoint": "1B207",
            "name": "NUSHU CHARACTER-1B207"
        },
        {
            "codepoint": "1B208",
            "name": "NUSHU CHARACTER-1B208"
        },
        {
            "codepoint": "1B209",
            "name": "NUSHU CHARACTER-1B209"
        },
        {
            "codepoint": "1B20A",
            "name": "NUSHU CHARACTER-1B20A",
            "crossReferences": [
                "53CC"
            ]
        },
        {
            "codepoint": "1B20B",
            "name": "NUSHU CHARACTER-1B20B"
        },
        {
            "codepoint": "1B20C",
            "name": "NUSHU CHARACTER-1B20C"
        },
        {
            "codepoint": "1B20D",
            "name": "NUSHU CHARACTER-1B20D"
        },
        {
            "codepoint": "1B20E",
            "name": "NUSHU CHARACTER-1B20E",
            "crossReferences": [
                "7530"
            ]
        },
        {
            "codepoint": "1B20F",
            "name": "NUSHU CHARACTER-1B20F"
        },
        {
            "codepoint": "1B210",
            "name": "NUSHU CHARACTER-1B210"
        },
        {
            "codepoint": "1B211",
            "name": "NUSHU CHARACTER-1B211"
        },
        {
            "codepoint": "1B212",
            "name": "NUSHU CHARACTER-1B212"
        },
        {
            "codepoint": "1B213",
            "name": "NUSHU CHARACTER-1B213",
            "crossReferences": [
                "5723"
            ]
        },
        {
            "codepoint": "1B214",
            "name": "NUSHU CHARACTER-1B214"
        },
        {
            "codepoint": "1B215",
            "name": "NUSHU CHARACTER-1B215"
        },
        {
            "codepoint": "1B216",
            "name": "NUSHU CHARACTER-1B216",
            "crossReferences": [
                "65E9"
            ]
        },
        {
            "codepoint": "1B217",
            "name": "NUSHU CHARACTER-1B217"
        },
        {
            "codepoint": "1B218",
            "name": "NUSHU CHARACTER-1B218"
        },
        {
            "codepoint": "1B219",
            "name": "NUSHU CHARACTER-1B219"
        },
        {
            "codepoint": "1B21A",
            "name": "NUSHU CHARACTER-1B21A"
        },
        {
            "codepoint": "1B21B",
            "name": "NUSHU CHARACTER-1B21B"
        },
        {
            "codepoint": "1B21C",
            "name": "NUSHU CHARACTER-1B21C"
        },
        {
            "codepoint": "1B21D",
            "name": "NUSHU CHARACTER-1B21D"
        },
        {
            "codepoint": "1B21E",
            "name": "NUSHU CHARACTER-1B21E"
        },
        {
            "codepoint": "1B21F",
            "name": "NUSHU CHARACTER-1B21F"
        },
        {
            "codepoint": "1B220",
            "name": "NUSHU CHARACTER-1B220"
        },
        {
            "codepoint": "1B221",
            "name": "NUSHU CHARACTER-1B221"
        },
        {
            "codepoint": "1B222",
            "name": "NUSHU CHARACTER-1B222"
        },
        {
            "codepoint": "1B223",
            "name": "NUSHU CHARACTER-1B223"
        },
        {
            "codepoint": "1B224",
            "name": "NUSHU CHARACTER-1B224"
        },
        {
            "codepoint": "1B225",
            "name": "NUSHU CHARACTER-1B225"
        },
        {
            "codepoint": "1B226",
            "name": "NUSHU CHARACTER-1B226"
        },
        {
            "codepoint": "1B227",
            "name": "NUSHU CHARACTER-1B227"
        },
        {
            "codepoint": "1B228",
            "name": "NUSHU CHARACTER-1B228"
        },
        {
            "codepoint": "1B229",
            "name": "NUSHU CHARACTER-1B229"
        },
        {
            "codepoint": "1B22A",
            "name": "NUSHU CHARACTER-1B22A"
        },
        {
            "codepoint": "1B22B",
            "name": "NUSHU CHARACTER-1B22B"
        },
        {
            "codepoint": "1B22C",
            "name": "NUSHU CHARACTER-1B22C"
        },
        {
            "codepoint": "1B22D",
            "name": "NUSHU CHARACTER-1B22D"
        },
        {
            "codepoint": "1B22E",
            "name": "NUSHU CHARACTER-1B22E",
            "crossReferences": [
                "6286"
            ]
        },
        {
            "codepoint": "1B22F",
            "name": "NUSHU CHARACTER-1B22F"
        },
        {
            "codepoint": "1B230",
            "name": "NUSHU CHARACTER-1B230"
        },
        {
            "codepoint": "1B231",
            "name": "NUSHU CHARACTER-1B231"
        },
        {
            "codepoint": "1B232",
            "name": "NUSHU CHARACTER-1B232"
        },
        {
            "codepoint": "1B233",
            "name": "NUSHU CHARACTER-1B233"
        },
        {
            "codepoint": "1B234",
            "name": "NUSHU CHARACTER-1B234"
        },
        {
            "codepoint": "1B235",
            "name": "NUSHU CHARACTER-1B235"
        },
        {
            "codepoint": "1B236",
            "name": "NUSHU CHARACTER-1B236"
        },
        {
            "codepoint": "1B237",
            "name": "NUSHU CHARACTER-1B237"
        },
        {
            "codepoint": "1B238",
            "name": "NUSHU CHARACTER-1B238"
        },
        {
            "codepoint": "1B239",
            "name": "NUSHU CHARACTER-1B239"
        },
        {
            "codepoint": "1B23A",
            "name": "NUSHU CHARACTER-1B23A"
        },
        {
            "codepoint": "1B23B",
            "name": "NUSHU CHARACTER-1B23B"
        },
        {
            "codepoint": "1B23C",
            "name": "NUSHU CHARACTER-1B23C"
        },
        {
            "codepoint": "1B23D",
            "name": "NUSHU CHARACTER-1B23D"
        },
        {
            "codepoint": "1B23E",
            "name": "NUSHU CHARACTER-1B23E"
        },
        {
            "codepoint": "1B23F",
            "name": "NUSHU CHARACTER-1B23F"
        },
        {
            "codepoint": "1B240",
            "name": "NUSHU CHARACTER-1B240"
        },
        {
            "codepoint": "1B241",
            "name": "NUSHU CHARACTER-1B241"
        },
        {
            "codepoint": "1B242",
            "name": "NUSHU CHARACTER-1B242"
        },
        {
            "codepoint": "1B243",
            "name": "NUSHU CHARACTER-1B243"
        },
        {
            "codepoint": "1B244",
            "name": "NUSHU CHARACTER-1B244",
            "crossReferences": [
                "91CC"
            ]
        },
        {
            "codepoint": "1B245",
            "name": "NUSHU CHARACTER-1B245"
        },
        {
            "codepoint": "1B246",
            "name": "NUSHU CHARACTER-1B246"
        },
        {
            "codepoint": "1B247",
            "name": "NUSHU CHARACTER-1B247"
        },
        {
            "codepoint": "1B248",
            "name": "NUSHU CHARACTER-1B248"
        },
        {
            "codepoint": "1B249",
            "name": "NUSHU CHARACTER-1B249"
        },
        {
            "codepoint": "1B24A",
            "name": "NUSHU CHARACTER-1B24A"
        },
        {
            "codepoint": "1B24B",
            "name": "NUSHU CHARACTER-1B24B"
        },
        {
            "codepoint": "1B24C",
            "name": "NUSHU CHARACTER-1B24C"
        },
        {
            "codepoint": "1B24D",
            "name": "NUSHU CHARACTER-1B24D"
        },
        {
            "codepoint": "1B24E",
            "name": "NUSHU CHARACTER-1B24E"
        },
        {
            "codepoint": "1B24F",
            "name": "NUSHU CHARACTER-1B24F"
        },
        {
            "codepoint": "1B250",
            "name": "NUSHU CHARACTER-1B250"
        },
        {
            "codepoint": "1B251",
            "name": "NUSHU CHARACTER-1B251"
        },
        {
            "codepoint": "1B252",
            "name": "NUSHU CHARACTER-1B252"
        },
        {
            "codepoint": "1B253",
            "name": "NUSHU CHARACTER-1B253"
        },
        {
            "codepoint": "1B254",
            "name": "NUSHU CHARACTER-1B254"
        },
        {
            "codepoint": "1B255",
            "name": "NUSHU CHARACTER-1B255"
        },
        {
            "codepoint": "1B256",
            "name": "NUSHU CHARACTER-1B256"
        },
        {
            "codepoint": "1B257",
            "name": "NUSHU CHARACTER-1B257"
        },
        {
            "codepoint": "1B258",
            "name": "NUSHU CHARACTER-1B258"
        },
        {
            "codepoint": "1B259",
            "name": "NUSHU CHARACTER-1B259"
        },
        {
            "codepoint": "1B25A",
            "name": "NUSHU CHARACTER-1B25A"
        },
        {
            "codepoint": "1B25B",
            "name": "NUSHU CHARACTER-1B25B"
        },
        {
            "codepoint": "1B25C",
            "name": "NUSHU CHARACTER-1B25C"
        },
        {
            "codepoint": "1B25D",
            "name": "NUSHU CHARACTER-1B25D"
        },
        {
            "codepoint": "1B25E",
            "name": "NUSHU CHARACTER-1B25E"
        },
        {
            "codepoint": "1B25F",
            "name": "NUSHU CHARACTER-1B25F"
        },
        {
            "codepoint": "1B260",
            "name": "NUSHU CHARACTER-1B260"
        },
        {
            "codepoint": "1B261",
            "name": "NUSHU CHARACTER-1B261"
        },
        {
            "codepoint": "1B262",
            "name": "NUSHU CHARACTER-1B262"
        },
        {
            "codepoint": "1B263",
            "name": "NUSHU CHARACTER-1B263"
        },
        {
            "codepoint": "1B264",
            "name": "NUSHU CHARACTER-1B264"
        },
        {
            "codepoint": "1B265",
            "name": "NUSHU CHARACTER-1B265",
            "crossReferences": [
                "53F7"
            ]
        },
        {
            "codepoint": "1B266",
            "name": "NUSHU CHARACTER-1B266"
        },
        {
            "codepoint": "1B267",
            "name": "NUSHU CHARACTER-1B267"
        },
        {
            "codepoint": "1B268",
            "name": "NUSHU CHARACTER-1B268"
        },
        {
            "codepoint": "1B269",
            "name": "NUSHU CHARACTER-1B269"
        },
        {
            "codepoint": "1B26A",
            "name": "NUSHU CHARACTER-1B26A"
        },
        {
            "codepoint": "1B26B",
            "name": "NUSHU CHARACTER-1B26B"
        },
        {
            "codepoint": "1B26C",
            "name": "NUSHU CHARACTER-1B26C"
        },
        {
            "codepoint": "1B26D",
            "name": "NUSHU CHARACTER-1B26D"
        },
        {
            "codepoint": "1B26E",
            "name": "NUSHU CHARACTER-1B26E"
        },
        {
            "codepoint": "1B26F",
            "name": "NUSHU CHARACTER-1B26F"
        },
        {
            "codepoint": "1B270",
            "name": "NUSHU CHARACTER-1B270"
        },
        {
            "codepoint": "1B271",
            "name": "NUSHU CHARACTER-1B271"
        },
        {
            "codepoint": "1B272",
            "name": "NUSHU CHARACTER-1B272"
        },
        {
            "codepoint": "1B273",
            "name": "NUSHU CHARACTER-1B273"
        },
        {
            "codepoint": "1B274",
            "name": "NUSHU CHARACTER-1B274"
        },
        {
            "codepoint": "1B275",
            "name": "NUSHU CHARACTER-1B275"
        },
        {
            "codepoint": "1B276",
            "name": "NUSHU CHARACTER-1B276"
        },
        {
            "codepoint": "1B277",
            "name": "NUSHU CHARACTER-1B277"
        },
        {
            "codepoint": "1B278",
            "name": "NUSHU CHARACTER-1B278"
        },
        {
            "codepoint": "1B279",
            "name": "NUSHU CHARACTER-1B279"
        },
        {
            "codepoint": "1B27A",
            "name": "NUSHU CHARACTER-1B27A"
        },
        {
            "codepoint": "1B27B",
            "name": "NUSHU CHARACTER-1B27B"
        },
        {
            "codepoint": "1B27C",
            "name": "NUSHU CHARACTER-1B27C"
        },
        {
            "codepoint": "1B27D",
            "name": "NUSHU CHARACTER-1B27D"
        },
        {
            "codepoint": "1B27E",
            "name": "NUSHU CHARACTER-1B27E"
        },
        {
            "codepoint": "1B27F",
            "name": "NUSHU CHARACTER-1B27F"
        },
        {
            "codepoint": "1B280",
            "name": "NUSHU CHARACTER-1B280"
        },
        {
            "codepoint": "1B281",
            "name": "NUSHU CHARACTER-1B281"
        },
        {
            "codepoint": "1B282",
            "name": "NUSHU CHARACTER-1B282"
        },
        {
            "codepoint": "1B283",
            "name": "NUSHU CHARACTER-1B283"
        },
        {
            "codepoint": "1B284",
            "name": "NUSHU CHARACTER-1B284"
        },
        {
            "codepoint": "1B285",
            "name": "NUSHU CHARACTER-1B285"
        },
        {
            "codepoint": "1B286",
            "name": "NUSHU CHARACTER-1B286"
        },
        {
            "codepoint": "1B287",
            "name": "NUSHU CHARACTER-1B287"
        },
        {
            "codepoint": "1B288",
            "name": "NUSHU CHARACTER-1B288"
        },
        {
            "codepoint": "1B289",
            "name": "NUSHU CHARACTER-1B289"
        },
        {
            "codepoint": "1B28A",
            "name": "NUSHU CHARACTER-1B28A"
        },
        {
            "codepoint": "1B28B",
            "name": "NUSHU CHARACTER-1B28B"
        },
        {
            "codepoint": "1B28C",
            "name": "NUSHU CHARACTER-1B28C"
        },
        {
            "codepoint": "1B28D",
            "name": "NUSHU CHARACTER-1B28D"
        },
        {
            "codepoint": "1B28E",
            "name": "NUSHU CHARACTER-1B28E"
        },
        {
            "codepoint": "1B28F",
            "name": "NUSHU CHARACTER-1B28F"
        },
        {
            "codepoint": "1B290",
            "name": "NUSHU CHARACTER-1B290"
        },
        {
            "codepoint": "1B291",
            "name": "NUSHU CHARACTER-1B291"
        },
        {
            "codepoint": "1B292",
            "name": "NUSHU CHARACTER-1B292"
        },
        {
            "codepoint": "1B293",
            "name": "NUSHU CHARACTER-1B293"
        },
        {
            "codepoint": "1B294",
            "name": "NUSHU CHARACTER-1B294"
        },
        {
            "codepoint": "1B295",
            "name": "NUSHU CHARACTER-1B295"
        },
        {
            "codepoint": "1B296",
            "name": "NUSHU CHARACTER-1B296"
        },
        {
            "codepoint": "1B297",
            "name": "NUSHU CHARACTER-1B297"
        },
        {
            "codepoint": "1B298",
            "name": "NUSHU CHARACTER-1B298"
        },
        {
            "codepoint": "1B299",
            "name": "NUSHU CHARACTER-1B299"
        },
        {
            "codepoint": "1B29A",
            "name": "NUSHU CHARACTER-1B29A"
        },
        {
            "codepoint": "1B29B",
            "name": "NUSHU CHARACTER-1B29B"
        },
        {
            "codepoint": "1B29C",
            "name": "NUSHU CHARACTER-1B29C"
        },
        {
            "codepoint": "1B29D",
            "name": "NUSHU CHARACTER-1B29D"
        },
        {
            "codepoint": "1B29E",
            "name": "NUSHU CHARACTER-1B29E"
        },
        {
            "codepoint": "1B29F",
            "name": "NUSHU CHARACTER-1B29F"
        },
        {
            "codepoint": "1B2A0",
            "name": "NUSHU CHARACTER-1B2A0"
        },
        {
            "codepoint": "1B2A1",
            "name": "NUSHU CHARACTER-1B2A1"
        },
        {
            "codepoint": "1B2A2",
            "name": "NUSHU CHARACTER-1B2A2"
        },
        {
            "codepoint": "1B2A3",
            "name": "NUSHU CHARACTER-1B2A3",
            "crossReferences": [
                "82F1"
            ]
        },
        {
            "codepoint": "1B2A4",
            "name": "NUSHU CHARACTER-1B2A4"
        },
        {
            "codepoint": "1B2A5",
            "name": "NUSHU CHARACTER-1B2A5"
        },
        {
            "codepoint": "1B2A6",
            "name": "NUSHU CHARACTER-1B2A6"
        },
        {
            "codepoint": "1B2A7",
            "name": "NUSHU CHARACTER-1B2A7"
        },
        {
            "codepoint": "1B2A8",
            "name": "NUSHU CHARACTER-1B2A8"
        },
        {
            "codepoint": "1B2A9",
            "name": "NUSHU CHARACTER-1B2A9"
        },
        {
            "codepoint": "1B2AA",
            "name": "NUSHU CHARACTER-1B2AA"
        },
        {
            "codepoint": "1B2AB",
            "name": "NUSHU CHARACTER-1B2AB"
        },
        {
            "codepoint": "1B2AC",
            "name": "NUSHU CHARACTER-1B2AC"
        },
        {
            "codepoint": "1B2AD",
            "name": "NUSHU CHARACTER-1B2AD"
        },
        {
            "codepoint": "1B2AE",
            "name": "NUSHU CHARACTER-1B2AE"
        },
        {
            "codepoint": "1B2AF",
            "name": "NUSHU CHARACTER-1B2AF"
        },
        {
            "codepoint": "1B2B0",
            "name": "NUSHU CHARACTER-1B2B0"
        },
        {
            "codepoint": "1B2B1",
            "name": "NUSHU CHARACTER-1B2B1"
        },
        {
            "codepoint": "1B2B2",
            "name": "NUSHU CHARACTER-1B2B2"
        },
        {
            "codepoint": "1B2B3",
            "name": "NUSHU CHARACTER-1B2B3"
        },
        {
            "codepoint": "1B2B4",
            "name": "NUSHU CHARACTER-1B2B4"
        },
        {
            "codepoint": "1B2B5",
            "name": "NUSHU CHARACTER-1B2B5"
        },
        {
            "codepoint": "1B2B6",
            "name": "NUSHU CHARACTER-1B2B6"
        },
        {
            "codepoint": "1B2B7",
            "name": "NUSHU CHARACTER-1B2B7"
        },
        {
            "codepoint": "1B2B8",
            "name": "NUSHU CHARACTER-1B2B8"
        },
        {
            "codepoint": "1B2B9",
            "name": "NUSHU CHARACTER-1B2B9"
        },
        {
            "codepoint": "1B2BA",
            "name": "NUSHU CHARACTER-1B2BA"
        },
        {
            "codepoint": "1B2BB",
            "name": "NUSHU CHARACTER-1B2BB"
        },
        {
            "codepoint": "1B2BC",
            "name": "NUSHU CHARACTER-1B2BC"
        },
        {
            "codepoint": "1B2BD",
            "name": "NUSHU CHARACTER-1B2BD"
        },
        {
            "codepoint": "1B2BE",
            "name": "NUSHU CHARACTER-1B2BE"
        },
        {
            "codepoint": "1B2BF",
            "name": "NUSHU CHARACTER-1B2BF"
        },
        {
            "codepoint": "1B2C0",
            "name": "NUSHU CHARACTER-1B2C0"
        },
        {
            "codepoint": "1B2C1",
            "name": "NUSHU CHARACTER-1B2C1",
            "crossReferences": [
                "9580"
            ]
        },
        {
            "codepoint": "1B2C2",
            "name": "NUSHU CHARACTER-1B2C2"
        },
        {
            "codepoint": "1B2C3",
            "name": "NUSHU CHARACTER-1B2C3"
        },
        {
            "codepoint": "1B2C4",
            "name": "NUSHU CHARACTER-1B2C4"
        },
        {
            "codepoint": "1B2C5",
            "name": "NUSHU CHARACTER-1B2C5"
        },
        {
            "codepoint": "1B2C6",
            "name": "NUSHU CHARACTER-1B2C6"
        },
        {
            "codepoint": "1B2C7",
            "name": "NUSHU CHARACTER-1B2C7"
        },
        {
            "codepoint": "1B2C8",
            "name": "NUSHU CHARACTER-1B2C8"
        },
        {
            "codepoint": "1B2C9",
            "name": "NUSHU CHARACTER-1B2C9"
        },
        {
            "codepoint": "1B2CA",
            "name": "NUSHU CHARACTER-1B2CA"
        },
        {
            "codepoint": "1B2CB",
            "name": "NUSHU CHARACTER-1B2CB"
        },
        {
            "codepoint": "1B2CC",
            "name": "NUSHU CHARACTER-1B2CC"
        },
        {
            "codepoint": "1B2CD",
            "name": "NUSHU CHARACTER-1B2CD"
        },
        {
            "codepoint": "1B2CE",
            "name": "NUSHU CHARACTER-1B2CE"
        },
        {
            "codepoint": "1B2CF",
            "name": "NUSHU CHARACTER-1B2CF"
        },
        {
            "codepoint": "1B2D0",
            "name": "NUSHU CHARACTER-1B2D0"
        },
        {
            "codepoint": "1B2D1",
            "name": "NUSHU CHARACTER-1B2D1",
            "crossReferences": [
                "57CB"
            ]
        },
        {
            "codepoint": "1B2D2",
            "name": "NUSHU CHARACTER-1B2D2"
        },
        {
            "codepoint": "1B2D3",
            "name": "NUSHU CHARACTER-1B2D3"
        },
        {
            "codepoint": "1B2D4",
            "name": "NUSHU CHARACTER-1B2D4"
        },
        {
            "codepoint": "1B2D5",
            "name": "NUSHU CHARACTER-1B2D5"
        },
        {
            "codepoint": "1B2D6",
            "name": "NUSHU CHARACTER-1B2D6",
            "crossReferences": [
                "83AB"
            ]
        },
        {
            "codepoint": "1B2D7",
            "name": "NUSHU CHARACTER-1B2D7"
        },
        {
            "codepoint": "1B2D8",
            "name": "NUSHU CHARACTER-1B2D8"
        },
        {
            "codepoint": "1B2D9",
            "name": "NUSHU CHARACTER-1B2D9"
        },
        {
            "codepoint": "1B2DA",
            "name": "NUSHU CHARACTER-1B2DA"
        },
        {
            "codepoint": "1B2DB",
            "name": "NUSHU CHARACTER-1B2DB"
        },
        {
            "codepoint": "1B2DC",
            "name": "NUSHU CHARACTER-1B2DC"
        },
        {
            "codepoint": "1B2DD",
            "name": "NUSHU CHARACTER-1B2DD"
        },
        {
            "codepoint": "1B2DE",
            "name": "NUSHU CHARACTER-1B2DE"
        },
        {
            "codepoint": "1B2DF",
            "name": "NUSHU CHARACTER-1B2DF"
        },
        {
            "codepoint": "1B2E0",
            "name": "NUSHU CHARACTER-1B2E0"
        },
        {
            "codepoint": "1B2E1",
            "name": "NUSHU CHARACTER-1B2E1"
        },
        {
            "codepoint": "1B2E2",
            "name": "NUSHU CHARACTER-1B2E2"
        },
        {
            "codepoint": "1B2E3",
            "name": "NUSHU CHARACTER-1B2E3"
        },
        {
            "codepoint": "1B2E4",
            "name": "NUSHU CHARACTER-1B2E4"
        },
        {
            "codepoint": "1B2E5",
            "name": "NUSHU CHARACTER-1B2E5"
        },
        {
            "codepoint": "1B2E6",
            "name": "NUSHU CHARACTER-1B2E6"
        },
        {
            "codepoint": "1B2E7",
            "name": "NUSHU CHARACTER-1B2E7"
        },
        {
            "codepoint": "1B2E8",
            "name": "NUSHU CHARACTER-1B2E8"
        },
        {
            "codepoint": "1B2E9",
            "name": "NUSHU CHARACTER-1B2E9"
        },
        {
            "codepoint": "1B2EA",
            "name": "NUSHU CHARACTER-1B2EA"
        },
        {
            "codepoint": "1B2EB",
            "name": "NUSHU CHARACTER-1B2EB"
        },
        {
            "codepoint": "1B2EC",
            "name": "NUSHU CHARACTER-1B2EC"
        },
        {
            "codepoint": "1B2ED",
            "name": "NUSHU CHARACTER-1B2ED"
        },
        {
            "codepoint": "1B2EE",
            "name": "NUSHU CHARACTER-1B2EE"
        },
        {
            "codepoint": "1B2EF",
            "name": "NUSHU CHARACTER-1B2EF"
        },
        {
            "codepoint": "1B2F0",
            "name": "NUSHU CHARACTER-1B2F0"
        },
        {
            "codepoint": "1B2F1",
            "name": "NUSHU CHARACTER-1B2F1"
        },
        {
            "codepoint": "1B2F2",
            "name": "NUSHU CHARACTER-1B2F2"
        },
        {
            "codepoint": "1B2F3",
            "name": "NUSHU CHARACTER-1B2F3"
        },
        {
            "codepoint": "1B2F4",
            "name": "NUSHU CHARACTER-1B2F4"
        },
        {
            "codepoint": "1B2F5",
            "name": "NUSHU CHARACTER-1B2F5"
        },
        {
            "codepoint": "1B2F6",
            "name": "NUSHU CHARACTER-1B2F6"
        },
        {
            "codepoint": "1B2F7",
            "name": "NUSHU CHARACTER-1B2F7"
        },
        {
            "codepoint": "1B2F8",
            "name": "NUSHU CHARACTER-1B2F8"
        },
        {
            "codepoint": "1B2F9",
            "name": "NUSHU CHARACTER-1B2F9"
        },
        {
            "codepoint": "1B2FA",
            "name": "NUSHU CHARACTER-1B2FA"
        },
        {
            "codepoint": "1B2FB",
            "name": "NUSHU CHARACTER-1B2FB"
        },
        {
            "codepoint": "1BC00",
            "name": "DUPLOYAN LETTER H",
            "comments": [
                "Chinook, Pernin, Sloan, Perrault"
            ]
        },
        {
            "codepoint": "1BC01",
            "name": "DUPLOYAN LETTER X",
            "comments": [
                "Salishan"
            ]
        },
        {
            "codepoint": "1BC02",
            "name": "DUPLOYAN LETTER P",
            "comments": [
                "Chinook number 1"
            ]
        },
        {
            "codepoint": "1BC03",
            "name": "DUPLOYAN LETTER T",
            "comments": [
                "Chinook number 2"
            ]
        },
        {
            "codepoint": "1BC04",
            "name": "DUPLOYAN LETTER F",
            "comments": [
                "Chinook number 3"
            ]
        },
        {
            "codepoint": "1BC05",
            "name": "DUPLOYAN LETTER K",
            "comments": [
                "written down and to the left",
                "Chinook number 4"
            ]
        },
        {
            "codepoint": "1BC06",
            "name": "DUPLOYAN LETTER L",
            "comments": [
                "written up and to the right",
                "Pernin letter R"
            ]
        },
        {
            "codepoint": "1BC07",
            "name": "DUPLOYAN LETTER B",
            "crossReferences": [
                "(duployan affix low vertical secant - 1BC73)",
                "(duployan affix mid vertical secant - 1BC74)",
                "(duployan affix high vertical secant - 1BC75)"
            ]
        },
        {
            "codepoint": "1BC08",
            "name": "DUPLOYAN LETTER D",
            "crossReferences": [
                "(duployan affix left horizontal secant - 1BC70)",
                "(duployan affix mid horizontal secant - 1BC71)",
                "(duployan affix right horizontal secant - 1BC72)"
            ]
        },
        {
            "codepoint": "1BC09",
            "name": "DUPLOYAN LETTER V"
        },
        {
            "codepoint": "1BC0A",
            "name": "DUPLOYAN LETTER G",
            "comments": [
                "written down and to the left"
            ]
        },
        {
            "codepoint": "1BC0B",
            "name": "DUPLOYAN LETTER R",
            "comments": [
                "written up and to the right",
                "Chinook number 5",
                "French number milliards",
                "Pernin L",
                "Pernin Reporters' word repeat sign"
            ]
        },
        {
            "codepoint": "1BC0C",
            "name": "DUPLOYAN LETTER P N",
            "comments": [
                "Sloan B B"
            ],
            "crossReferences": [
                "(duployan letter p - 1BC02)",
                "(duployan letter n - 1BC1A)"
            ]
        },
        {
            "codepoint": "1BC0D",
            "name": "DUPLOYAN LETTER D S",
            "comments": [
                "Sloan D D"
            ],
            "crossReferences": [
                "(duployan letter d - 1BC08)",
                "(duployan letter s - 1BC1C)"
            ]
        },
        {
            "codepoint": "1BC0E",
            "name": "DUPLOYAN LETTER F N",
            "comments": [
                "Sloan V V"
            ],
            "crossReferences": [
                "(duployan letter f - 1BC04)",
                "(duployan letter n - 1BC1A)"
            ]
        },
        {
            "codepoint": "1BC0F",
            "name": "DUPLOYAN LETTER K M",
            "comments": [
                "written down and to the left",
                "Sloan G G"
            ],
            "crossReferences": [
                "(duployan letter k - 1BC05)",
                "(duployan letter m - 1BC19)"
            ]
        },
        {
            "codepoint": "1BC10",
            "name": "DUPLOYAN LETTER R S",
            "comments": [
                "written up and to the right",
                "Sloan R R"
            ],
            "crossReferences": [
                "(duployan letter r - 1BC0B)",
                "(duployan letter s - 1BC1C)"
            ]
        },
        {
            "codepoint": "1BC11",
            "name": "DUPLOYAN LETTER TH",
            "comments": [
                "Chinook, Sloan, Pernin, Perrault"
            ]
        },
        {
            "codepoint": "1BC12",
            "name": "DUPLOYAN LETTER SLOAN DH"
        },
        {
            "codepoint": "1BC13",
            "name": "DUPLOYAN LETTER DH",
            "comments": [
                "Chinook"
            ],
            "crossReferences": [
                "(duployan letter d - 1BC08)"
            ]
        },
        {
            "codepoint": "1BC14",
            "name": "DUPLOYAN LETTER KK",
            "comments": [
                "written down and to the left",
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC15",
            "name": "DUPLOYAN LETTER SLOAN J",
            "comments": [
                "written down and to the left"
            ]
        },
        {
            "codepoint": "1BC16",
            "name": "DUPLOYAN LETTER HL",
            "comments": [
                "written up and to the right",
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC17",
            "name": "DUPLOYAN LETTER LH",
            "comments": [
                "written up and to the right",
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC18",
            "name": "DUPLOYAN LETTER RH",
            "comments": [
                "written up and to the right",
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC19",
            "name": "DUPLOYAN LETTER M",
            "comments": [
                "Chinook number 6"
            ]
        },
        {
            "codepoint": "1BC1A",
            "name": "DUPLOYAN LETTER N",
            "comments": [
                "Chinook number 7"
            ]
        },
        {
            "codepoint": "1BC1B",
            "name": "DUPLOYAN LETTER J",
            "comments": [
                "Chinook number 8",
                "Chinook, Pernin sh"
            ]
        },
        {
            "codepoint": "1BC1C",
            "name": "DUPLOYAN LETTER S",
            "comments": [
                "Chinook number 9",
                "French hundreds"
            ]
        },
        {
            "codepoint": "1BC1D",
            "name": "DUPLOYAN LETTER M N",
            "comments": [
                "Romanian mai mult, not Romanian mult mai sign"
            ]
        },
        {
            "codepoint": "1BC1E",
            "name": "DUPLOYAN LETTER N M",
            "comments": [
                "not Romanian nu nu sign"
            ]
        },
        {
            "codepoint": "1BC1F",
            "name": "DUPLOYAN LETTER J M",
            "comments": [
                "not Romanian ceea ce sign"
            ]
        },
        {
            "codepoint": "1BC20",
            "name": "DUPLOYAN LETTER S J",
            "comments": [
                "not Romanian să se sign"
            ]
        },
        {
            "codepoint": "1BC21",
            "name": "DUPLOYAN LETTER M WITH DOT",
            "comments": [
                "Romanian sign mijloc"
            ]
        },
        {
            "codepoint": "1BC22",
            "name": "DUPLOYAN LETTER N WITH DOT",
            "comments": [
                "Chinook ng",
                "Romanian sign nici"
            ]
        },
        {
            "codepoint": "1BC23",
            "name": "DUPLOYAN LETTER J WITH DOT",
            "comments": [
                "Chinook ch",
                "Romanian ce, ci",
                "Sloan zh",
                "Chinook, Perrault j"
            ]
        },
        {
            "codepoint": "1BC24",
            "name": "DUPLOYAN LETTER J WITH DOTS INSIDE AND ABOVE",
            "comments": [
                "used in isolation",
                "Romanian sign ici și colo"
            ]
        },
        {
            "codepoint": "1BC25",
            "name": "DUPLOYAN LETTER S WITH DOT",
            "comments": [
                "Chinook ts",
                "Chinook, Romanian, Sloan z"
            ]
        },
        {
            "codepoint": "1BC26",
            "name": "DUPLOYAN LETTER S WITH DOT BELOW",
            "comments": [
                "Romanian ș"
            ]
        },
        {
            "codepoint": "1BC27",
            "name": "DUPLOYAN LETTER M S",
            "comments": [
                "Sloan m m"
            ]
        },
        {
            "codepoint": "1BC28",
            "name": "DUPLOYAN LETTER N S",
            "comments": [
                "Pernin, Sloan, Perrault ng"
            ]
        },
        {
            "codepoint": "1BC29",
            "name": "DUPLOYAN LETTER J S",
            "comments": [
                "Romanian ge, gi",
                "Pernin, Perrault zh",
                "Sloan ch"
            ]
        },
        {
            "codepoint": "1BC2A",
            "name": "DUPLOYAN LETTER S S",
            "comments": [
                "French, Sloan",
                "Romanian ț",
                "Pernin, Perrault z"
            ]
        },
        {
            "codepoint": "1BC2B",
            "name": "DUPLOYAN LETTER M N S"
        },
        {
            "codepoint": "1BC2C",
            "name": "DUPLOYAN LETTER N M S"
        },
        {
            "codepoint": "1BC2D",
            "name": "DUPLOYAN LETTER J M S"
        },
        {
            "codepoint": "1BC2E",
            "name": "DUPLOYAN LETTER S J S"
        },
        {
            "codepoint": "1BC2F",
            "name": "DUPLOYAN LETTER J S WITH DOT",
            "comments": [
                "Sloan hard ch",
                "Pernin, Perrault ch"
            ]
        },
        {
            "codepoint": "1BC30",
            "name": "DUPLOYAN LETTER J N"
        },
        {
            "codepoint": "1BC31",
            "name": "DUPLOYAN LETTER J N S"
        },
        {
            "codepoint": "1BC32",
            "name": "DUPLOYAN LETTER S T",
            "comments": [
                "Pernin, Perrault",
                "Sloan sm"
            ]
        },
        {
            "codepoint": "1BC33",
            "name": "DUPLOYAN LETTER S T R",
            "comments": [
                "Pernin, Perrault",
                "Sloan sn"
            ]
        },
        {
            "codepoint": "1BC34",
            "name": "DUPLOYAN LETTER S P",
            "comments": [
                "Pernin, Perrault",
                "Sloan kw"
            ]
        },
        {
            "codepoint": "1BC35",
            "name": "DUPLOYAN LETTER S P R",
            "comments": [
                "Pernin, Perrault",
                "Sloan skw"
            ]
        },
        {
            "codepoint": "1BC36",
            "name": "DUPLOYAN LETTER T S",
            "comments": [
                "Perrault",
                "Sloan std"
            ]
        },
        {
            "codepoint": "1BC37",
            "name": "DUPLOYAN LETTER T R S",
            "comments": [
                "Perrault",
                "Sloan sst"
            ]
        },
        {
            "codepoint": "1BC38",
            "name": "DUPLOYAN LETTER W",
            "comments": [
                "Sloan, Perrault, Pernin",
                "takes form of a hook or wave after k and g"
            ]
        },
        {
            "codepoint": "1BC39",
            "name": "DUPLOYAN LETTER WH"
        },
        {
            "codepoint": "1BC3A",
            "name": "DUPLOYAN LETTER W R",
            "comments": [
                "Perrault",
                "Sloan sw"
            ]
        },
        {
            "codepoint": "1BC3B",
            "name": "DUPLOYAN LETTER S N",
            "comments": [
                "Perrault",
                "Pernin krs",
                "Sloan sp"
            ]
        },
        {
            "codepoint": "1BC3C",
            "name": "DUPLOYAN LETTER S M",
            "comments": [
                "Perrault",
                "Pernin grs",
                "Sloan sl"
            ]
        },
        {
            "codepoint": "1BC3D",
            "name": "DUPLOYAN LETTER K R S",
            "comments": [
                "Perrault"
            ]
        },
        {
            "codepoint": "1BC3E",
            "name": "DUPLOYAN LETTER G R S",
            "comments": [
                "Perrault"
            ]
        },
        {
            "codepoint": "1BC3F",
            "name": "DUPLOYAN LETTER S K",
            "comments": [
                "Perrault, Pernin",
                "Sloan ts"
            ]
        },
        {
            "codepoint": "1BC40",
            "name": "DUPLOYAN LETTER S K R",
            "comments": [
                "Perrault, Pernin",
                "Sloan ds"
            ]
        },
        {
            "codepoint": "1BC41",
            "name": "DUPLOYAN LETTER A",
            "comments": [
                "Chinook number tens"
            ]
        },
        {
            "codepoint": "1BC42",
            "name": "DUPLOYAN LETTER SLOAN OW",
            "comments": [
                "reverse circle vowel"
            ]
        },
        {
            "codepoint": "1BC43",
            "name": "DUPLOYAN LETTER OA",
            "comments": [
                "Pernin aw",
                "Perrault aw"
            ]
        },
        {
            "codepoint": "1BC44",
            "name": "DUPLOYAN LETTER O",
            "comments": [
                "Chinook number 0"
            ]
        },
        {
            "codepoint": "1BC45",
            "name": "DUPLOYAN LETTER AOU"
        },
        {
            "codepoint": "1BC46",
            "name": "DUPLOYAN LETTER I",
            "comments": [
                "character rotates to match entry angle of preceding consonant",
                "primary orientating (right and up)",
                "Perrault long a, short e (with accents)"
            ]
        },
        {
            "codepoint": "1BC47",
            "name": "DUPLOYAN LETTER E",
            "comments": [
                "character rotates to match entry angle of preceding consonant",
                "secondary orientating (left and down)",
                "Sloan long a",
                "Perrault short i, long e (with dot accent)"
            ],
            "crossReferences": [
                "(duployan affix attached e hook - 1BC7A)"
            ]
        },
        {
            "codepoint": "1BC48",
            "name": "DUPLOYAN LETTER IE",
            "comments": [
                "used as an invariant vowel and for orientating word abbreviations consisting of only vowels",
                "Duployan",
                "Pernin a"
            ]
        },
        {
            "codepoint": "1BC49",
            "name": "DUPLOYAN LETTER SHORT I",
            "comments": [
                "used as an invariant vowel and for orientating word abbreviations consisting of only vowels",
                "Pernin, Duployan",
                "Consolidated Duployan r t r"
            ]
        },
        {
            "codepoint": "1BC4A",
            "name": "DUPLOYAN LETTER UI",
            "comments": [
                "used as an invariant vowel and for orientating word abbreviations consisting of only vowels",
                "Duployan",
                "Pernin e"
            ]
        },
        {
            "codepoint": "1BC4B",
            "name": "DUPLOYAN LETTER EE",
            "comments": [
                "used as an invariant vowel and for orientating word abbreviations consisting of only vowels",
                "Pernin, Duployan"
            ]
        },
        {
            "codepoint": "1BC4C",
            "name": "DUPLOYAN LETTER SLOAN EH"
        },
        {
            "codepoint": "1BC4D",
            "name": "DUPLOYAN LETTER ROMANIAN I",
            "comments": [
                "character rotates to match entry angle of preceding consonant, with dot maintaining relative position",
                "secondary orientating (left and down)"
            ]
        },
        {
            "codepoint": "1BC4E",
            "name": "DUPLOYAN LETTER SLOAN EE"
        },
        {
            "codepoint": "1BC4F",
            "name": "DUPLOYAN LETTER LONG I",
            "comments": [
                "Pernin",
                "angles like an \"f\" when adjacent to a k-type consonant"
            ]
        },
        {
            "codepoint": "1BC50",
            "name": "DUPLOYAN LETTER YE"
        },
        {
            "codepoint": "1BC51",
            "name": "DUPLOYAN LETTER U",
            "comments": [
                "character rotates to match entry angle of preceding consonant",
                "primary orientating (right and up)",
                "Romanian en"
            ],
            "crossReferences": [
                "(duployan letter w - 1BC38)",
                "(duployan letter romanian u - 1BC56)",
                "(duployan letter long u - 1BC55)"
            ]
        },
        {
            "codepoint": "1BC52",
            "name": "DUPLOYAN LETTER EU",
            "comments": [
                "character rotates to match entry angle of preceding consonant",
                "secondary orientating (left and down)",
                "Romanian an",
                "in French usage, may be rendered with a dot contextually"
            ]
        },
        {
            "codepoint": "1BC53",
            "name": "DUPLOYAN LETTER XW",
            "comments": [
                "Perrault uh",
                "not French eu"
            ]
        },
        {
            "codepoint": "1BC54",
            "name": "DUPLOYAN LETTER U N",
            "crossReferences": [
                "(duployan letter n - 1BC1A)"
            ]
        },
        {
            "codepoint": "1BC55",
            "name": "DUPLOYAN LETTER LONG U",
            "comments": [
                "this character does not rotate to match entry angle of preceding consonant",
                "Pernin, Perrault"
            ]
        },
        {
            "codepoint": "1BC56",
            "name": "DUPLOYAN LETTER ROMANIAN U"
        },
        {
            "codepoint": "1BC57",
            "name": "DUPLOYAN LETTER UH",
            "comments": [
                "Sloan"
            ]
        },
        {
            "codepoint": "1BC58",
            "name": "DUPLOYAN LETTER SLOAN U"
        },
        {
            "codepoint": "1BC59",
            "name": "DUPLOYAN LETTER OOH",
            "comments": [
                "Sloan"
            ]
        },
        {
            "codepoint": "1BC5A",
            "name": "DUPLOYAN LETTER OW",
            "comments": [
                "should not be used for Romanian u"
            ]
        },
        {
            "codepoint": "1BC5B",
            "name": "DUPLOYAN LETTER OU",
            "comments": [
                "should not be used for Perrault ow",
                "Chinook letter oo"
            ]
        },
        {
            "codepoint": "1BC5C",
            "name": "DUPLOYAN LETTER WA",
            "comments": [
                "Chinook",
                "Chinook number hundreds",
                "Perrault oy",
                "not Romanian o+a"
            ]
        },
        {
            "codepoint": "1BC5D",
            "name": "DUPLOYAN LETTER WO",
            "comments": [
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC5E",
            "name": "DUPLOYAN LETTER WI",
            "comments": [
                "Chinook"
            ]
        },
        {
            "codepoint": "1BC5F",
            "name": "DUPLOYAN LETTER WEI",
            "comments": [
                "Salishan"
            ]
        },
        {
            "codepoint": "1BC60",
            "name": "DUPLOYAN LETTER WOW",
            "comments": [
                "Salishan"
            ]
        },
        {
            "codepoint": "1BC61",
            "name": "DUPLOYAN LETTER NASAL U",
            "comments": [
                "secondary orientating; invariant direction downwards",
                "French number 1",
                "Pernin in",
                "Consolidated Duployan affix int-r-"
            ]
        },
        {
            "codepoint": "1BC62",
            "name": "DUPLOYAN LETTER NASAL O",
            "comments": [
                "secondary orientating; invariant direction upwards",
                "neutral nasal vowel for transcription of an ambiguous secondary orientating nasal vowel",
                "Pernin om, im",
                "Perrault letters an, en, in, un (with accents)",
                "Consolidated Duployan affix int-r-"
            ]
        },
        {
            "codepoint": "1BC63",
            "name": "DUPLOYAN LETTER NASAL I",
            "comments": [
                "primary orientating; invariant direction downwards",
                "Pernin im",
                "Consolidated Duployan affix int-r-"
            ]
        },
        {
            "codepoint": "1BC64",
            "name": "DUPLOYAN LETTER NASAL A",
            "comments": [
                "primary orientating; invariant direction upwards",
                "neutral nasal vowel for transcription of an ambiguous primary orientating nasal vowel",
                "Perrault vocalic n - an, en, in, un (with accents)",
                "Pernin on",
                "Romanian în",
                "Romanian multiplicative number prefix"
            ]
        },
        {
            "codepoint": "1BC65",
            "name": "DUPLOYAN LETTER PERNIN AN",
            "comments": [
                "written downwards"
            ]
        },
        {
            "codepoint": "1BC66",
            "name": "DUPLOYAN LETTER PERNIN AM",
            "comments": [
                "written downwards"
            ]
        },
        {
            "codepoint": "1BC67",
            "name": "DUPLOYAN LETTER SLOAN EN"
        },
        {
            "codepoint": "1BC68",
            "name": "DUPLOYAN LETTER SLOAN AN"
        },
        {
            "codepoint": "1BC69",
            "name": "DUPLOYAN LETTER SLOAN ON"
        },
        {
            "codepoint": "1BC6A",
            "name": "DUPLOYAN LETTER VOCALIC M",
            "comments": [
                "primary orientating vowel",
                "Perrault am, em, im, um (with accents)"
            ]
        },
        {
            "codepoint": "1BC70",
            "name": "DUPLOYAN AFFIX LEFT HORIZONTAL SECANT",
            "comments": [
                "Pernin Reporters' extra-"
            ],
            "crossReferences": [
                "(duployan letter d - 1BC08)"
            ]
        },
        {
            "codepoint": "1BC71",
            "name": "DUPLOYAN AFFIX MID HORIZONTAL SECANT",
            "comments": [
                "Pernin Reporters' inter-"
            ]
        },
        {
            "codepoint": "1BC72",
            "name": "DUPLOYAN AFFIX RIGHT HORIZONTAL SECANT",
            "comments": [
                "Pernin Reporters' contra-"
            ]
        },
        {
            "codepoint": "1BC73",
            "name": "DUPLOYAN AFFIX LOW VERTICAL SECANT",
            "comments": [
                "Pernin Reporters' sub-"
            ],
            "crossReferences": [
                "(duployan letter b - 1BC07)"
            ]
        },
        {
            "codepoint": "1BC74",
            "name": "DUPLOYAN AFFIX MID VERTICAL SECANT",
            "comments": [
                "Pernin Reporters' trans-"
            ]
        },
        {
            "codepoint": "1BC75",
            "name": "DUPLOYAN AFFIX HIGH VERTICAL SECANT",
            "comments": [
                "Pernin Reporters' super-"
            ]
        },
        {
            "codepoint": "1BC76",
            "name": "DUPLOYAN AFFIX ATTACHED SECANT",
            "comments": [
                "generally crosses adjacent character at perpendicular, but has a bias towards SW/NE angle in contrast to 1BC77",
                "as a prefix, takes opposite relative position to following glyph",
                "default neutral secant affix",
                "French suffix -anse",
                "Pernin prefix pre-",
                "Sloan affix ax-/-ext"
            ]
        },
        {
            "codepoint": "1BC77",
            "name": "DUPLOYAN AFFIX ATTACHED LEFT-TO-RIGHT SECANT",
            "comments": [
                "generally crosses adjacent character at perpendicular, but has a bias towards NW/SE angle in contrast to 1BC76",
                "as a suffix, takes opposite relative position to following glyph",
                "Pernin prefix per-"
            ]
        },
        {
            "codepoint": "1BC78",
            "name": "DUPLOYAN AFFIX ATTACHED TANGENT",
            "comments": [
                "as a prefix, takes opposite relative position to following glyph",
                "French suffix -tan",
                "Romanian str-/-str"
            ]
        },
        {
            "codepoint": "1BC79",
            "name": "DUPLOYAN AFFIX ATTACHED TAIL",
            "comments": [
                "orientating character",
                "French suffix -sionnaire"
            ]
        },
        {
            "codepoint": "1BC7A",
            "name": "DUPLOYAN AFFIX ATTACHED E HOOK",
            "comments": [
                "glyph is retrograde and opens up or down, depending on preceding letter",
                "French suffix -te"
            ],
            "crossReferences": [
                "(duployan letter e - 1BC47)"
            ]
        },
        {
            "codepoint": "1BC7B",
            "name": "DUPLOYAN AFFIX ATTACHED I HOOK",
            "comments": [
                "glyph is retrograde and opens left or right, depending on preceding letter",
                "French suffix -tou",
                "Sloan affix irre-/-ary"
            ],
            "crossReferences": [
                "(duployan letter i - 1BC46)"
            ]
        },
        {
            "codepoint": "1BC7C",
            "name": "DUPLOYAN AFFIX ATTACHED TANGENT HOOK",
            "comments": [
                "attached affix",
                "Romanian affix ist-/-ism",
                "Consolidated Duployan prefix t-r-"
            ]
        },
        {
            "codepoint": "1BC80",
            "name": "DUPLOYAN AFFIX HIGH ACUTE",
            "comments": [
                "French suffix -ment",
                "Romanian suffix -mant",
                "Pernin sub-",
                "Pernin Reporters' prefix pro-"
            ],
            "crossReferences": [
                "(modifier letter acute accent - 02CA)"
            ]
        },
        {
            "codepoint": "1BC81",
            "name": "DUPLOYAN AFFIX HIGH TIGHT ACUTE",
            "comments": [
                "as a suffix, placed above and to the right of the following letter",
                "Pernin Pro-"
            ]
        },
        {
            "codepoint": "1BC82",
            "name": "DUPLOYAN AFFIX HIGH GRAVE",
            "comments": [
                "French suffix -ien",
                "Pernin prefix con-"
            ],
            "crossReferences": [
                "(modifier letter grave accent - 02CB)"
            ]
        },
        {
            "codepoint": "1BC83",
            "name": "DUPLOYAN AFFIX HIGH LONG GRAVE",
            "comments": [
                "Pernin prefix contra-"
            ]
        },
        {
            "codepoint": "1BC84",
            "name": "DUPLOYAN AFFIX HIGH DOT",
            "comments": [
                "French number thousands",
                "French suffix -eur",
                "Romanian affix trans-/-lui",
                "not Romanian hundreds - use 0307 combining dot above and 0308 combining diaeresis"
            ],
            "crossReferences": [
                "(dot above - 02D9)"
            ]
        },
        {
            "codepoint": "1BC85",
            "name": "DUPLOYAN AFFIX HIGH CIRCLE",
            "comments": [
                "French ordinal number",
                "French suffix -euse",
                "not Romanian number grade or percent suffix"
            ],
            "crossReferences": [
                "(degree sign - 00B0)",
                "(ring above - 02DA)"
            ]
        },
        {
            "codepoint": "1BC86",
            "name": "DUPLOYAN AFFIX HIGH LINE",
            "comments": [
                "French suffix -iste",
                "Romanian affix -tor",
                "Pernin affix dis-"
            ],
            "crossReferences": [
                "(modifier letter macron - 02C9)"
            ]
        },
        {
            "codepoint": "1BC87",
            "name": "DUPLOYAN AFFIX HIGH WAVE",
            "comments": [
                "French suffix -ificatif"
            ],
            "crossReferences": [
                "(small tilde - 02DC)"
            ]
        },
        {
            "codepoint": "1BC88",
            "name": "DUPLOYAN AFFIX HIGH VERTICAL",
            "comments": [
                "also functions as attached affix vertical up with ZWJ",
                "about half as long as Duployan letter p",
                "as a prefix, has falling stroke direction",
                "Pernin ZWJ + -ime",
                "Sloan tele-"
            ],
            "crossReferences": [
                "(duployan letter p - 1BC02)"
            ]
        },
        {
            "codepoint": "1BC90",
            "name": "DUPLOYAN AFFIX LOW ACUTE",
            "comments": [
                "French suffix -cion",
                "Pernin prefix ex-"
            ],
            "crossReferences": [
                "(modifier letter low acute accent - 02CF)"
            ]
        },
        {
            "codepoint": "1BC91",
            "name": "DUPLOYAN AFFIX LOW TIGHT ACUTE",
            "comments": [
                "as a suffix, placed under and to the right of the following letter",
                "Pernin suf-, sug-"
            ]
        },
        {
            "codepoint": "1BC92",
            "name": "DUPLOYAN AFFIX LOW GRAVE",
            "comments": [
                "French suffix -ion",
                "French number millions"
            ],
            "crossReferences": [
                "(modifier letter low grave accent - 02CE)"
            ]
        },
        {
            "codepoint": "1BC93",
            "name": "DUPLOYAN AFFIX LOW LONG GRAVE",
            "comments": [
                "Pernin extra-"
            ]
        },
        {
            "codepoint": "1BC94",
            "name": "DUPLOYAN AFFIX LOW DOT",
            "comments": [
                "French suffix -ié",
                "French iterative number",
                "Romanian affix inter-",
                "not Romanian millions - see 0323 combining dot below and 0324 combining diaeresis below"
            ]
        },
        {
            "codepoint": "1BC95",
            "name": "DUPLOYAN AFFIX LOW CIRCLE",
            "comments": [
                "French suffix -ière",
                "French percent"
            ],
            "crossReferences": [
                "(modifier letter low ring - 02F3)"
            ]
        },
        {
            "codepoint": "1BC96",
            "name": "DUPLOYAN AFFIX LOW LINE",
            "comments": [
                "French suffix -isme",
                "Pernin affix mis-"
            ],
            "crossReferences": [
                "(modifier letter minus sign - 02D7)"
            ]
        },
        {
            "codepoint": "1BC97",
            "name": "DUPLOYAN AFFIX LOW WAVE",
            "comments": [
                "French suffix -ification"
            ],
            "crossReferences": [
                "(modifier letter low tilde - 02F7)"
            ]
        },
        {
            "codepoint": "1BC98",
            "name": "DUPLOYAN AFFIX LOW VERTICAL",
            "comments": [
                "functions as attached affix vertical down with ZWJ",
                "about half as long as the Duployan letter p",
                "as a prefix, has rising stroke direction",
                "Pernin ZWJ + -ine"
            ],
            "crossReferences": [
                "(duployan letter p - 1BC02)"
            ]
        },
        {
            "codepoint": "1BC99",
            "name": "DUPLOYAN AFFIX LOW ARROW",
            "comments": [
                "Romanian prefix sub-"
            ]
        },
        {
            "codepoint": "1BC9C",
            "name": "DUPLOYAN SIGN O WITH CROSS",
            "comments": [
                "Chinook Likalisti"
            ]
        },
        {
            "codepoint": "1BC9D",
            "name": "DUPLOYAN THICK LETTER SELECTOR"
        },
        {
            "codepoint": "1BC9E",
            "name": "DUPLOYAN DOUBLE MARK",
            "comments": [
                "Romanian, Sloan",
                "should be used with m, n, j, and s for the Romanian word signs mai mult, nu nu, ceea ce, and să se",
                "can be doubled and tripled"
            ]
        },
        {
            "codepoint": "1BC9F",
            "name": "DUPLOYAN PUNCTUATION CHINOOK FULL STOP"
        },
        {
            "codepoint": "1BCA0",
            "name": "SHORTHAND FORMAT LETTER OVERLAP"
        },
        {
            "codepoint": "1BCA1",
            "name": "SHORTHAND FORMAT CONTINUING OVERLAP"
        },
        {
            "codepoint": "1BCA2",
            "name": "SHORTHAND FORMAT DOWN STEP",
            "aliases": [
                "Romanian affix -tsion-",
                "Sloan contracted ending oo/o + ZWSP"
            ]
        },
        {
            "codepoint": "1BCA3",
            "name": "SHORTHAND FORMAT UP STEP",
            "aliases": [
                "Sloan contracted ending uh/au/aui + ZWSP"
            ]
        },
        {
            "codepoint": "1CC00",
            "name": "UP-POINTING GO-KART"
        },
        {
            "codepoint": "1CC01",
            "name": "RIGHT-POINTING GO-KART"
        },
        {
            "codepoint": "1CC02",
            "name": "LEFT-POINTING STICK FIGURE"
        },
        {
            "codepoint": "1CC03",
            "name": "RIGHT-POINTING STICK FIGURE"
        },
        {
            "codepoint": "1CC04",
            "name": "DOWN-POINTING STICK FIGURE"
        },
        {
            "codepoint": "1CC05",
            "name": "LOWER HORIZONTAL RULER SEGMENT"
        },
        {
            "codepoint": "1CC06",
            "name": "RIGHT VERTICAL RULER SEGMENT"
        },
        {
            "codepoint": "1CC07",
            "name": "LOWER RIGHT RULER SEGMENT"
        },
        {
            "codepoint": "1CC08",
            "name": "ANTENNA"
        },
        {
            "codepoint": "1CC09",
            "name": "HORIZONTAL RESISTOR SEGMENT"
        },
        {
            "codepoint": "1CC0A",
            "name": "VERTICAL RESISTOR SEGMENT"
        },
        {
            "codepoint": "1CC0B",
            "name": "LEFT THIRD INDUCTOR"
        },
        {
            "codepoint": "1CC0C",
            "name": "MIDDLE THIRD INDUCTOR"
        },
        {
            "codepoint": "1CC0D",
            "name": "RIGHT THIRD INDUCTOR"
        },
        {
            "codepoint": "1CC0E",
            "name": "LEFT-POINTING DIODE"
        },
        {
            "codepoint": "1CC0F",
            "name": "RIGHT-POINTING DIODE"
        },
        {
            "codepoint": "1CC10",
            "name": "NPN TRANSISTOR"
        },
        {
            "codepoint": "1CC11",
            "name": "PNP TRANSISTOR"
        },
        {
            "codepoint": "1CC12",
            "name": "RECEPTACLE"
        },
        {
            "codepoint": "1CC13",
            "name": "HORIZONTAL CAPACITOR"
        },
        {
            "codepoint": "1CC14",
            "name": "VERTICAL CAPACITOR"
        },
        {
            "codepoint": "1CC15",
            "name": "LOGIC GATE OR"
        },
        {
            "codepoint": "1CC16",
            "name": "LOGIC GATE AND"
        },
        {
            "codepoint": "1CC17",
            "name": "LOGIC GATE INVERTED INPUTS"
        },
        {
            "codepoint": "1CC18",
            "name": "LOGIC GATE INVERTED OUTPUT"
        },
        {
            "codepoint": "1CC19",
            "name": "LOGIC GATE BUFFER"
        },
        {
            "codepoint": "1CC1A",
            "name": "LOGIC GATE BUFFER WITH INVERTED INPUT"
        },
        {
            "codepoint": "1CC1B",
            "name": "BOX DRAWINGS LIGHT HORIZONTAL AND UPPER RIGHT"
        },
        {
            "codepoint": "1CC1C",
            "name": "BOX DRAWINGS LIGHT HORIZONTAL AND LOWER RIGHT"
        },
        {
            "codepoint": "1CC1D",
            "name": "BOX DRAWINGS LIGHT TOP AND UPPER LEFT"
        },
        {
            "codepoint": "1CC1E",
            "name": "BOX DRAWINGS LIGHT BOTTOM AND LOWER LEFT"
        },
        {
            "codepoint": "1CC1F",
            "name": "BOX DRAWINGS DOUBLE DIAGONAL UPPER RIGHT TO LOWER LEFT"
        },
        {
            "codepoint": "1CC20",
            "name": "BOX DRAWINGS DOUBLE DIAGONAL UPPER LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1CC21",
            "name": "SEPARATED BLOCK QUADRANT-1"
        },
        {
            "codepoint": "1CC22",
            "name": "SEPARATED BLOCK QUADRANT-2"
        },
        {
            "codepoint": "1CC23",
            "name": "SEPARATED BLOCK QUADRANT-12"
        },
        {
            "codepoint": "1CC24",
            "name": "SEPARATED BLOCK QUADRANT-3"
        },
        {
            "codepoint": "1CC25",
            "name": "SEPARATED BLOCK QUADRANT-13"
        },
        {
            "codepoint": "1CC26",
            "name": "SEPARATED BLOCK QUADRANT-23"
        },
        {
            "codepoint": "1CC27",
            "name": "SEPARATED BLOCK QUADRANT-123"
        },
        {
            "codepoint": "1CC28",
            "name": "SEPARATED BLOCK QUADRANT-4"
        },
        {
            "codepoint": "1CC29",
            "name": "SEPARATED BLOCK QUADRANT-14"
        },
        {
            "codepoint": "1CC2A",
            "name": "SEPARATED BLOCK QUADRANT-24"
        },
        {
            "codepoint": "1CC2B",
            "name": "SEPARATED BLOCK QUADRANT-124"
        },
        {
            "codepoint": "1CC2C",
            "name": "SEPARATED BLOCK QUADRANT-34"
        },
        {
            "codepoint": "1CC2D",
            "name": "SEPARATED BLOCK QUADRANT-134"
        },
        {
            "codepoint": "1CC2E",
            "name": "SEPARATED BLOCK QUADRANT-234"
        },
        {
            "codepoint": "1CC2F",
            "name": "SEPARATED BLOCK QUADRANT-1234"
        },
        {
            "codepoint": "1CC30",
            "name": "UPPER LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC31",
            "name": "UPPER CENTRE LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC32",
            "name": "UPPER CENTRE RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC33",
            "name": "UPPER RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC34",
            "name": "UPPER MIDDLE LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC35",
            "name": "UPPER LEFT QUARTER CIRCLE"
        },
        {
            "codepoint": "1CC36",
            "name": "UPPER RIGHT QUARTER CIRCLE"
        },
        {
            "codepoint": "1CC37",
            "name": "UPPER MIDDLE RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC38",
            "name": "LOWER MIDDLE LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC39",
            "name": "LOWER LEFT QUARTER CIRCLE"
        },
        {
            "codepoint": "1CC3A",
            "name": "LOWER RIGHT QUARTER CIRCLE"
        },
        {
            "codepoint": "1CC3B",
            "name": "LOWER MIDDLE RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC3C",
            "name": "LOWER LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC3D",
            "name": "LOWER CENTRE LEFT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC3E",
            "name": "LOWER CENTRE RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC3F",
            "name": "LOWER RIGHT TWELFTH CIRCLE"
        },
        {
            "codepoint": "1CC40",
            "name": "SPARSE HORIZONTAL FILL"
        },
        {
            "codepoint": "1CC41",
            "name": "SPARSE VERTICAL FILL"
        },
        {
            "codepoint": "1CC42",
            "name": "ORTHOGONAL CROSSHATCH FILL"
        },
        {
            "codepoint": "1CC43",
            "name": "DIAGONAL CROSSHATCH FILL"
        },
        {
            "codepoint": "1CC44",
            "name": "DENSE VERTICAL FILL"
        },
        {
            "codepoint": "1CC45",
            "name": "DENSE HORIZONTAL FILL"
        },
        {
            "codepoint": "1CC46",
            "name": "SPECKLE FILL FRAME-1"
        },
        {
            "codepoint": "1CC47",
            "name": "SPECKLE FILL FRAME-2"
        },
        {
            "codepoint": "1CC48",
            "name": "LEFT-FACING BASSINET"
        },
        {
            "codepoint": "1CC49",
            "name": "RIGHT-FACING BASSINET"
        },
        {
            "codepoint": "1CC4A",
            "name": "FLYING SAUCER WITH BEAMS"
        },
        {
            "codepoint": "1CC4B",
            "name": "FLYING SAUCER WITHOUT BEAMS"
        },
        {
            "codepoint": "1CC4C",
            "name": "ALIEN MONSTER OPEN JAWS"
        },
        {
            "codepoint": "1CC4D",
            "name": "ALIEN MONSTER CLOSED JAWS"
        },
        {
            "codepoint": "1CC4E",
            "name": "ALIEN SQUID OPEN TENTACLES"
        },
        {
            "codepoint": "1CC4F",
            "name": "ALIEN SQUID CLOSED TENTACLES"
        },
        {
            "codepoint": "1CC50",
            "name": "ALIEN CRAB STEPPING RIGHT"
        },
        {
            "codepoint": "1CC51",
            "name": "ALIEN CRAB STEPPING LEFT"
        },
        {
            "codepoint": "1CC52",
            "name": "ALIEN SPIDER CROUCHING"
        },
        {
            "codepoint": "1CC53",
            "name": "ALIEN SPIDER SPREAD"
        },
        {
            "codepoint": "1CC54",
            "name": "ALIEN MONSTER STEP-1"
        },
        {
            "codepoint": "1CC55",
            "name": "ALIEN MONSTER STEP-2"
        },
        {
            "codepoint": "1CC56",
            "name": "LEFT-POINTING ROCKET SHIP"
        },
        {
            "codepoint": "1CC57",
            "name": "UP-POINTING ROCKET SHIP"
        },
        {
            "codepoint": "1CC58",
            "name": "RIGHT-POINTING ROCKET SHIP"
        },
        {
            "codepoint": "1CC59",
            "name": "DOWN-POINTING ROCKET SHIP"
        },
        {
            "codepoint": "1CC5A",
            "name": "TOP HALF LEFT-FACING ROBOT"
        },
        {
            "codepoint": "1CC5B",
            "name": "TOP HALF FORWARD-FACING ROBOT"
        },
        {
            "codepoint": "1CC5C",
            "name": "TOP HALF RIGHT-FACING ROBOT"
        },
        {
            "codepoint": "1CC5D",
            "name": "BOTTOM HALF LEFT-FACING ROBOT"
        },
        {
            "codepoint": "1CC5E",
            "name": "BOTTOM HALF FORWARD-FACING ROBOT"
        },
        {
            "codepoint": "1CC5F",
            "name": "BOTTOM HALF RIGHT-FACING ROBOT"
        },
        {
            "codepoint": "1CC60",
            "name": "LEFT-POINTING ATOMIC BOMB"
        },
        {
            "codepoint": "1CC61",
            "name": "UP-POINTING ATOMIC BOMB"
        },
        {
            "codepoint": "1CC62",
            "name": "RIGHT-POINTING ATOMIC BOMB"
        },
        {
            "codepoint": "1CC63",
            "name": "DOWN-POINTING ATOMIC BOMB"
        },
        {
            "codepoint": "1CC64",
            "name": "MUSHROOM CLOUD"
        },
        {
            "codepoint": "1CC65",
            "name": "LEFT-POINTING RIFLE"
        },
        {
            "codepoint": "1CC66",
            "name": "UP-POINTING RIFLE"
        },
        {
            "codepoint": "1CC67",
            "name": "RIGHT-POINTING RIFLE"
        },
        {
            "codepoint": "1CC68",
            "name": "DOWN-POINTING RIFLE"
        },
        {
            "codepoint": "1CC69",
            "name": "EIGHT RAYS INWARD"
        },
        {
            "codepoint": "1CC6A",
            "name": "EIGHT RAYS OUTWARD"
        },
        {
            "codepoint": "1CC6B",
            "name": "BLACK LARGE CIRCLE MINUS LEFT QUARTER SECTION"
        },
        {
            "codepoint": "1CC6C",
            "name": "BLACK LARGE CIRCLE MINUS UPPER QUARTER SECTION"
        },
        {
            "codepoint": "1CC6D",
            "name": "BLACK LARGE CIRCLE MINUS RIGHT QUARTER SECTION"
        },
        {
            "codepoint": "1CC6E",
            "name": "BLACK LARGE CIRCLE MINUS LOWER QUARTER SECTION"
        },
        {
            "codepoint": "1CC6F",
            "name": "BLACK NEUTRAL FACE"
        },
        {
            "codepoint": "1CC70",
            "name": "LEFT-FACING SNAKE HEAD WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC71",
            "name": "UP-FACING SNAKE HEAD WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC72",
            "name": "RIGHT-FACING SNAKE HEAD WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC73",
            "name": "DOWN-FACING SNAKE HEAD WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC74",
            "name": "LEFT-FACING SNAKE HEAD WITH CLOSED MOUTH"
        },
        {
            "codepoint": "1CC75",
            "name": "UP-FACING SNAKE HEAD WITH CLOSED MOUTH"
        },
        {
            "codepoint": "1CC76",
            "name": "RIGHT-FACING SNAKE HEAD WITH CLOSED MOUTH"
        },
        {
            "codepoint": "1CC77",
            "name": "DOWN-FACING SNAKE HEAD WITH CLOSED MOUTH"
        },
        {
            "codepoint": "1CC78",
            "name": "LEFT-POINTING ENERGY WAVE"
        },
        {
            "codepoint": "1CC79",
            "name": "UP-POINTING ENERGY WAVE"
        },
        {
            "codepoint": "1CC7A",
            "name": "RIGHT-POINTING ENERGY WAVE"
        },
        {
            "codepoint": "1CC7B",
            "name": "DOWN-POINTING ENERGY WAVE"
        },
        {
            "codepoint": "1CC7C",
            "name": "SQUARE SPIRAL FROM TOP LEFT"
        },
        {
            "codepoint": "1CC7D",
            "name": "SQUARE SPIRAL FROM TOP RIGHT"
        },
        {
            "codepoint": "1CC7E",
            "name": "SQUARE SPIRAL FROM BOTTOM RIGHT"
        },
        {
            "codepoint": "1CC7F",
            "name": "SQUARE SPIRAL FROM BOTTOM LEFT"
        },
        {
            "codepoint": "1CC80",
            "name": "STRIPED LEFT-POINTING TRIANGLE"
        },
        {
            "codepoint": "1CC81",
            "name": "STRIPED UP-POINTING TRIANGLE"
        },
        {
            "codepoint": "1CC82",
            "name": "STRIPED RIGHT-POINTING TRIANGLE"
        },
        {
            "codepoint": "1CC83",
            "name": "STRIPED DOWN-POINTING TRIANGLE"
        },
        {
            "codepoint": "1CC84",
            "name": "VERTICAL LADDER"
        },
        {
            "codepoint": "1CC85",
            "name": "HORIZONTAL LADDER"
        },
        {
            "codepoint": "1CC86",
            "name": "WHITE LOWER LEFT POINTER"
        },
        {
            "codepoint": "1CC87",
            "name": "WHITE LOWER RIGHT POINTER"
        },
        {
            "codepoint": "1CC88",
            "name": "TWO RINGS ALIGNED HORIZONTALLY",
            "crossReferences": [
                "(united symbol - 2BFA)"
            ]
        },
        {
            "codepoint": "1CC89",
            "name": "SQUARE FOUR CORNER SALTIRES"
        },
        {
            "codepoint": "1CC8A",
            "name": "SQUARE FOUR CORNER DIAGONALS"
        },
        {
            "codepoint": "1CC8B",
            "name": "SQUARE FOUR CORNER BLACK TRIANGLES"
        },
        {
            "codepoint": "1CC8C",
            "name": "SQUARE APERTURE"
        },
        {
            "codepoint": "1CC8D",
            "name": "INVERSE BLACK DIAMOND"
        },
        {
            "codepoint": "1CC8E",
            "name": "LEFT AND UPPER ONE EIGHTH BLOCK CONTAINING BLACK SMALL SQUARE"
        },
        {
            "codepoint": "1CC8F",
            "name": "INVERSE BLACK SMALL SQUARE"
        },
        {
            "codepoint": "1CC90",
            "name": "VERTICAL LINE WITH FOUR TICK MARKS"
        },
        {
            "codepoint": "1CC91",
            "name": "HORIZONTAL LINE WITH FOUR TICK MARKS"
        },
        {
            "codepoint": "1CC92",
            "name": "LEFT-FACING FISH"
        },
        {
            "codepoint": "1CC93",
            "name": "RIGHT-FACING FISH"
        },
        {
            "codepoint": "1CC94",
            "name": "LEFT-FACING FISH WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC95",
            "name": "RIGHT-FACING FISH WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CC96",
            "name": "FLAPPING BIRD"
        },
        {
            "codepoint": "1CC97",
            "name": "LEFT-POINTING RACING CAR"
        },
        {
            "codepoint": "1CC98",
            "name": "UP-POINTING RACING CAR"
        },
        {
            "codepoint": "1CC99",
            "name": "RIGHT-POINTING RACING CAR"
        },
        {
            "codepoint": "1CC9A",
            "name": "DOWN-POINTING RACING CAR"
        },
        {
            "codepoint": "1CC9B",
            "name": "HORIZONTAL RACING CAR"
        },
        {
            "codepoint": "1CC9C",
            "name": "VERTICAL RACING CAR"
        },
        {
            "codepoint": "1CC9D",
            "name": "VERTICAL GO-KART"
        },
        {
            "codepoint": "1CC9E",
            "name": "LEFT-POINTING TANK"
        },
        {
            "codepoint": "1CC9F",
            "name": "RIGHT-POINTING TANK"
        },
        {
            "codepoint": "1CCA0",
            "name": "LEFT-POINTING ROCKET BOOSTER"
        },
        {
            "codepoint": "1CCA1",
            "name": "RIGHT-POINTING ROCKET BOOSTER"
        },
        {
            "codepoint": "1CCA2",
            "name": "LEFT-POINTING ROLLER COASTER CAR"
        },
        {
            "codepoint": "1CCA3",
            "name": "RIGHT-POINTING ROLLER COASTER CAR"
        },
        {
            "codepoint": "1CCA4",
            "name": "LEFT HALF FLYING SAUCER"
        },
        {
            "codepoint": "1CCA5",
            "name": "RIGHT HALF FLYING SAUCER"
        },
        {
            "codepoint": "1CCA6",
            "name": "UPPER LEFT QUADRANT FACE WITH OPEN EYES"
        },
        {
            "codepoint": "1CCA7",
            "name": "UPPER RIGHT QUADRANT FACE WITH OPEN EYES"
        },
        {
            "codepoint": "1CCA8",
            "name": "UPPER LEFT QUADRANT FACE WITH CLOSED EYES"
        },
        {
            "codepoint": "1CCA9",
            "name": "UPPER RIGHT QUADRANT FACE WITH CLOSED EYES"
        },
        {
            "codepoint": "1CCAA",
            "name": "LOWER LEFT QUADRANT SMILING FACE"
        },
        {
            "codepoint": "1CCAB",
            "name": "LOWER RIGHT QUADRANT SMILING FACE"
        },
        {
            "codepoint": "1CCAC",
            "name": "LOWER LEFT QUADRANT NEUTRAL FACE"
        },
        {
            "codepoint": "1CCAD",
            "name": "LOWER RIGHT QUADRANT NEUTRAL FACE"
        },
        {
            "codepoint": "1CCAE",
            "name": "LOWER LEFT QUADRANT FACE WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CCAF",
            "name": "LOWER RIGHT QUADRANT FACE WITH OPEN MOUTH"
        },
        {
            "codepoint": "1CCB0",
            "name": "LOWER LEFT QUADRANT FROWNING FACE"
        },
        {
            "codepoint": "1CCB1",
            "name": "LOWER RIGHT QUADRANT FROWNING FACE"
        },
        {
            "codepoint": "1CCB2",
            "name": "UPPER LEFT QUADRANT TELEVISION"
        },
        {
            "codepoint": "1CCB3",
            "name": "UPPER RIGHT QUADRANT TELEVISION"
        },
        {
            "codepoint": "1CCB4",
            "name": "LOWER LEFT QUADRANT TELEVISION"
        },
        {
            "codepoint": "1CCB5",
            "name": "LOWER RIGHT QUADRANT TELEVISION"
        },
        {
            "codepoint": "1CCB6",
            "name": "UPPER LEFT QUADRANT MICROCOMPUTER"
        },
        {
            "codepoint": "1CCB7",
            "name": "UPPER RIGHT QUADRANT MICROCOMPUTER"
        },
        {
            "codepoint": "1CCB8",
            "name": "LOWER LEFT QUADRANT MICROCOMPUTER"
        },
        {
            "codepoint": "1CCB9",
            "name": "LOWER RIGHT QUADRANT MICROCOMPUTER"
        },
        {
            "codepoint": "1CCBA",
            "name": "UPPER LEFT QUADRANT CHESS KING"
        },
        {
            "codepoint": "1CCBB",
            "name": "UPPER RIGHT QUADRANT CHESS KING"
        },
        {
            "codepoint": "1CCBC",
            "name": "LOWER LEFT QUADRANT CHESS KING"
        },
        {
            "codepoint": "1CCBD",
            "name": "LOWER RIGHT QUADRANT CHESS KING"
        },
        {
            "codepoint": "1CCBE",
            "name": "UPPER LEFT QUADRANT CHESS QUEEN"
        },
        {
            "codepoint": "1CCBF",
            "name": "UPPER RIGHT QUADRANT CHESS QUEEN"
        },
        {
            "codepoint": "1CCC0",
            "name": "LOWER LEFT QUADRANT CHESS QUEEN"
        },
        {
            "codepoint": "1CCC1",
            "name": "LOWER RIGHT QUADRANT CHESS QUEEN"
        },
        {
            "codepoint": "1CCC2",
            "name": "UPPER LEFT QUADRANT CHESS ROOK"
        },
        {
            "codepoint": "1CCC3",
            "name": "UPPER RIGHT QUADRANT CHESS ROOK"
        },
        {
            "codepoint": "1CCC4",
            "name": "LOWER LEFT QUADRANT CHESS ROOK"
        },
        {
            "codepoint": "1CCC5",
            "name": "LOWER RIGHT QUADRANT CHESS ROOK"
        },
        {
            "codepoint": "1CCC6",
            "name": "UPPER LEFT QUADRANT CHESS BISHOP"
        },
        {
            "codepoint": "1CCC7",
            "name": "UPPER RIGHT QUADRANT CHESS BISHOP"
        },
        {
            "codepoint": "1CCC8",
            "name": "LOWER LEFT QUADRANT CHESS BISHOP"
        },
        {
            "codepoint": "1CCC9",
            "name": "LOWER RIGHT QUADRANT CHESS BISHOP"
        },
        {
            "codepoint": "1CCCA",
            "name": "UPPER LEFT QUADRANT CHESS KNIGHT"
        },
        {
            "codepoint": "1CCCB",
            "name": "UPPER RIGHT QUADRANT CHESS KNIGHT"
        },
        {
            "codepoint": "1CCCC",
            "name": "LOWER LEFT QUADRANT CHESS KNIGHT"
        },
        {
            "codepoint": "1CCCD",
            "name": "LOWER RIGHT QUADRANT CHESS KNIGHT"
        },
        {
            "codepoint": "1CCCE",
            "name": "UPPER LEFT QUADRANT CHESS PAWN"
        },
        {
            "codepoint": "1CCCF",
            "name": "UPPER RIGHT QUADRANT CHESS PAWN"
        },
        {
            "codepoint": "1CCD0",
            "name": "LOWER LEFT QUADRANT CHESS PAWN"
        },
        {
            "codepoint": "1CCD1",
            "name": "LOWER RIGHT QUADRANT CHESS PAWN"
        },
        {
            "codepoint": "1CCD2",
            "name": "UPPER LEFT QUADRANT STANDING KNIGHT"
        },
        {
            "codepoint": "1CCD3",
            "name": "UPPER RIGHT QUADRANT STANDING KNIGHT"
        },
        {
            "codepoint": "1CCD4",
            "name": "LOWER LEFT QUADRANT STANDING KNIGHT"
        },
        {
            "codepoint": "1CCD5",
            "name": "LOWER RIGHT QUADRANT STANDING KNIGHT"
        },
        {
            "codepoint": "1CCD6",
            "name": "OUTLINED LATIN CAPITAL LETTER A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1CCD7",
            "name": "OUTLINED LATIN CAPITAL LETTER B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1CCD8",
            "name": "OUTLINED LATIN CAPITAL LETTER C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1CCD9",
            "name": "OUTLINED LATIN CAPITAL LETTER D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1CCDA",
            "name": "OUTLINED LATIN CAPITAL LETTER E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1CCDB",
            "name": "OUTLINED LATIN CAPITAL LETTER F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1CCDC",
            "name": "OUTLINED LATIN CAPITAL LETTER G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1CCDD",
            "name": "OUTLINED LATIN CAPITAL LETTER H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1CCDE",
            "name": "OUTLINED LATIN CAPITAL LETTER I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1CCDF",
            "name": "OUTLINED LATIN CAPITAL LETTER J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1CCE0",
            "name": "OUTLINED LATIN CAPITAL LETTER K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1CCE1",
            "name": "OUTLINED LATIN CAPITAL LETTER L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1CCE2",
            "name": "OUTLINED LATIN CAPITAL LETTER M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1CCE3",
            "name": "OUTLINED LATIN CAPITAL LETTER N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1CCE4",
            "name": "OUTLINED LATIN CAPITAL LETTER O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1CCE5",
            "name": "OUTLINED LATIN CAPITAL LETTER P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1CCE6",
            "name": "OUTLINED LATIN CAPITAL LETTER Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1CCE7",
            "name": "OUTLINED LATIN CAPITAL LETTER R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1CCE8",
            "name": "OUTLINED LATIN CAPITAL LETTER S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1CCE9",
            "name": "OUTLINED LATIN CAPITAL LETTER T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1CCEA",
            "name": "OUTLINED LATIN CAPITAL LETTER U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1CCEB",
            "name": "OUTLINED LATIN CAPITAL LETTER V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1CCEC",
            "name": "OUTLINED LATIN CAPITAL LETTER W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1CCED",
            "name": "OUTLINED LATIN CAPITAL LETTER X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1CCEE",
            "name": "OUTLINED LATIN CAPITAL LETTER Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1CCEF",
            "name": "OUTLINED LATIN CAPITAL LETTER Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1CCF0",
            "name": "OUTLINED DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1CCF1",
            "name": "OUTLINED DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1CCF2",
            "name": "OUTLINED DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1CCF3",
            "name": "OUTLINED DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1CCF4",
            "name": "OUTLINED DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1CCF5",
            "name": "OUTLINED DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1CCF6",
            "name": "OUTLINED DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1CCF7",
            "name": "OUTLINED DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1CCF8",
            "name": "OUTLINED DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1CCF9",
            "name": "OUTLINED DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1CD00",
            "name": "BLOCK OCTANT-3"
        },
        {
            "codepoint": "1CD01",
            "name": "BLOCK OCTANT-23"
        },
        {
            "codepoint": "1CD02",
            "name": "BLOCK OCTANT-123"
        },
        {
            "codepoint": "1CD03",
            "name": "BLOCK OCTANT-4"
        },
        {
            "codepoint": "1CD04",
            "name": "BLOCK OCTANT-14"
        },
        {
            "codepoint": "1CD05",
            "name": "BLOCK OCTANT-124"
        },
        {
            "codepoint": "1CD06",
            "name": "BLOCK OCTANT-34"
        },
        {
            "codepoint": "1CD07",
            "name": "BLOCK OCTANT-134"
        },
        {
            "codepoint": "1CD08",
            "name": "BLOCK OCTANT-234"
        },
        {
            "codepoint": "1CD09",
            "name": "BLOCK OCTANT-5"
        },
        {
            "codepoint": "1CD0A",
            "name": "BLOCK OCTANT-15"
        },
        {
            "codepoint": "1CD0B",
            "name": "BLOCK OCTANT-25"
        },
        {
            "codepoint": "1CD0C",
            "name": "BLOCK OCTANT-125"
        },
        {
            "codepoint": "1CD0D",
            "name": "BLOCK OCTANT-135"
        },
        {
            "codepoint": "1CD0E",
            "name": "BLOCK OCTANT-235"
        },
        {
            "codepoint": "1CD0F",
            "name": "BLOCK OCTANT-1235"
        },
        {
            "codepoint": "1CD10",
            "name": "BLOCK OCTANT-45"
        },
        {
            "codepoint": "1CD11",
            "name": "BLOCK OCTANT-145"
        },
        {
            "codepoint": "1CD12",
            "name": "BLOCK OCTANT-245"
        },
        {
            "codepoint": "1CD13",
            "name": "BLOCK OCTANT-1245"
        },
        {
            "codepoint": "1CD14",
            "name": "BLOCK OCTANT-345"
        },
        {
            "codepoint": "1CD15",
            "name": "BLOCK OCTANT-1345"
        },
        {
            "codepoint": "1CD16",
            "name": "BLOCK OCTANT-2345"
        },
        {
            "codepoint": "1CD17",
            "name": "BLOCK OCTANT-12345"
        },
        {
            "codepoint": "1CD18",
            "name": "BLOCK OCTANT-6"
        },
        {
            "codepoint": "1CD19",
            "name": "BLOCK OCTANT-16"
        },
        {
            "codepoint": "1CD1A",
            "name": "BLOCK OCTANT-26"
        },
        {
            "codepoint": "1CD1B",
            "name": "BLOCK OCTANT-126"
        },
        {
            "codepoint": "1CD1C",
            "name": "BLOCK OCTANT-36"
        },
        {
            "codepoint": "1CD1D",
            "name": "BLOCK OCTANT-136"
        },
        {
            "codepoint": "1CD1E",
            "name": "BLOCK OCTANT-236"
        },
        {
            "codepoint": "1CD1F",
            "name": "BLOCK OCTANT-1236"
        },
        {
            "codepoint": "1CD20",
            "name": "BLOCK OCTANT-146"
        },
        {
            "codepoint": "1CD21",
            "name": "BLOCK OCTANT-246"
        },
        {
            "codepoint": "1CD22",
            "name": "BLOCK OCTANT-1246"
        },
        {
            "codepoint": "1CD23",
            "name": "BLOCK OCTANT-346"
        },
        {
            "codepoint": "1CD24",
            "name": "BLOCK OCTANT-1346"
        },
        {
            "codepoint": "1CD25",
            "name": "BLOCK OCTANT-2346"
        },
        {
            "codepoint": "1CD26",
            "name": "BLOCK OCTANT-12346"
        },
        {
            "codepoint": "1CD27",
            "name": "BLOCK OCTANT-56"
        },
        {
            "codepoint": "1CD28",
            "name": "BLOCK OCTANT-156"
        },
        {
            "codepoint": "1CD29",
            "name": "BLOCK OCTANT-256"
        },
        {
            "codepoint": "1CD2A",
            "name": "BLOCK OCTANT-1256"
        },
        {
            "codepoint": "1CD2B",
            "name": "BLOCK OCTANT-356"
        },
        {
            "codepoint": "1CD2C",
            "name": "BLOCK OCTANT-1356"
        },
        {
            "codepoint": "1CD2D",
            "name": "BLOCK OCTANT-2356"
        },
        {
            "codepoint": "1CD2E",
            "name": "BLOCK OCTANT-12356"
        },
        {
            "codepoint": "1CD2F",
            "name": "BLOCK OCTANT-456"
        },
        {
            "codepoint": "1CD30",
            "name": "BLOCK OCTANT-1456"
        },
        {
            "codepoint": "1CD31",
            "name": "BLOCK OCTANT-2456"
        },
        {
            "codepoint": "1CD32",
            "name": "BLOCK OCTANT-12456"
        },
        {
            "codepoint": "1CD33",
            "name": "BLOCK OCTANT-3456"
        },
        {
            "codepoint": "1CD34",
            "name": "BLOCK OCTANT-13456"
        },
        {
            "codepoint": "1CD35",
            "name": "BLOCK OCTANT-23456"
        },
        {
            "codepoint": "1CD36",
            "name": "BLOCK OCTANT-17"
        },
        {
            "codepoint": "1CD37",
            "name": "BLOCK OCTANT-27"
        },
        {
            "codepoint": "1CD38",
            "name": "BLOCK OCTANT-127"
        },
        {
            "codepoint": "1CD39",
            "name": "BLOCK OCTANT-37"
        },
        {
            "codepoint": "1CD3A",
            "name": "BLOCK OCTANT-137"
        },
        {
            "codepoint": "1CD3B",
            "name": "BLOCK OCTANT-237"
        },
        {
            "codepoint": "1CD3C",
            "name": "BLOCK OCTANT-1237"
        },
        {
            "codepoint": "1CD3D",
            "name": "BLOCK OCTANT-47"
        },
        {
            "codepoint": "1CD3E",
            "name": "BLOCK OCTANT-147"
        },
        {
            "codepoint": "1CD3F",
            "name": "BLOCK OCTANT-247"
        },
        {
            "codepoint": "1CD40",
            "name": "BLOCK OCTANT-1247"
        },
        {
            "codepoint": "1CD41",
            "name": "BLOCK OCTANT-347"
        },
        {
            "codepoint": "1CD42",
            "name": "BLOCK OCTANT-1347"
        },
        {
            "codepoint": "1CD43",
            "name": "BLOCK OCTANT-2347"
        },
        {
            "codepoint": "1CD44",
            "name": "BLOCK OCTANT-12347"
        },
        {
            "codepoint": "1CD45",
            "name": "BLOCK OCTANT-157"
        },
        {
            "codepoint": "1CD46",
            "name": "BLOCK OCTANT-257"
        },
        {
            "codepoint": "1CD47",
            "name": "BLOCK OCTANT-1257"
        },
        {
            "codepoint": "1CD48",
            "name": "BLOCK OCTANT-357"
        },
        {
            "codepoint": "1CD49",
            "name": "BLOCK OCTANT-2357"
        },
        {
            "codepoint": "1CD4A",
            "name": "BLOCK OCTANT-12357"
        },
        {
            "codepoint": "1CD4B",
            "name": "BLOCK OCTANT-457"
        },
        {
            "codepoint": "1CD4C",
            "name": "BLOCK OCTANT-1457"
        },
        {
            "codepoint": "1CD4D",
            "name": "BLOCK OCTANT-12457"
        },
        {
            "codepoint": "1CD4E",
            "name": "BLOCK OCTANT-3457"
        },
        {
            "codepoint": "1CD4F",
            "name": "BLOCK OCTANT-13457"
        },
        {
            "codepoint": "1CD50",
            "name": "BLOCK OCTANT-23457"
        },
        {
            "codepoint": "1CD51",
            "name": "BLOCK OCTANT-67"
        },
        {
            "codepoint": "1CD52",
            "name": "BLOCK OCTANT-167"
        },
        {
            "codepoint": "1CD53",
            "name": "BLOCK OCTANT-267"
        },
        {
            "codepoint": "1CD54",
            "name": "BLOCK OCTANT-1267"
        },
        {
            "codepoint": "1CD55",
            "name": "BLOCK OCTANT-367"
        },
        {
            "codepoint": "1CD56",
            "name": "BLOCK OCTANT-1367"
        },
        {
            "codepoint": "1CD57",
            "name": "BLOCK OCTANT-2367"
        },
        {
            "codepoint": "1CD58",
            "name": "BLOCK OCTANT-12367"
        },
        {
            "codepoint": "1CD59",
            "name": "BLOCK OCTANT-467"
        },
        {
            "codepoint": "1CD5A",
            "name": "BLOCK OCTANT-1467"
        },
        {
            "codepoint": "1CD5B",
            "name": "BLOCK OCTANT-2467"
        },
        {
            "codepoint": "1CD5C",
            "name": "BLOCK OCTANT-12467"
        },
        {
            "codepoint": "1CD5D",
            "name": "BLOCK OCTANT-3467"
        },
        {
            "codepoint": "1CD5E",
            "name": "BLOCK OCTANT-13467"
        },
        {
            "codepoint": "1CD5F",
            "name": "BLOCK OCTANT-23467"
        },
        {
            "codepoint": "1CD60",
            "name": "BLOCK OCTANT-123467"
        },
        {
            "codepoint": "1CD61",
            "name": "BLOCK OCTANT-567"
        },
        {
            "codepoint": "1CD62",
            "name": "BLOCK OCTANT-1567"
        },
        {
            "codepoint": "1CD63",
            "name": "BLOCK OCTANT-2567"
        },
        {
            "codepoint": "1CD64",
            "name": "BLOCK OCTANT-12567"
        },
        {
            "codepoint": "1CD65",
            "name": "BLOCK OCTANT-3567"
        },
        {
            "codepoint": "1CD66",
            "name": "BLOCK OCTANT-13567"
        },
        {
            "codepoint": "1CD67",
            "name": "BLOCK OCTANT-23567"
        },
        {
            "codepoint": "1CD68",
            "name": "BLOCK OCTANT-123567"
        },
        {
            "codepoint": "1CD69",
            "name": "BLOCK OCTANT-4567"
        },
        {
            "codepoint": "1CD6A",
            "name": "BLOCK OCTANT-14567"
        },
        {
            "codepoint": "1CD6B",
            "name": "BLOCK OCTANT-24567"
        },
        {
            "codepoint": "1CD6C",
            "name": "BLOCK OCTANT-124567"
        },
        {
            "codepoint": "1CD6D",
            "name": "BLOCK OCTANT-34567"
        },
        {
            "codepoint": "1CD6E",
            "name": "BLOCK OCTANT-134567"
        },
        {
            "codepoint": "1CD6F",
            "name": "BLOCK OCTANT-234567"
        },
        {
            "codepoint": "1CD70",
            "name": "BLOCK OCTANT-1234567"
        },
        {
            "codepoint": "1CD71",
            "name": "BLOCK OCTANT-18"
        },
        {
            "codepoint": "1CD72",
            "name": "BLOCK OCTANT-28"
        },
        {
            "codepoint": "1CD73",
            "name": "BLOCK OCTANT-128"
        },
        {
            "codepoint": "1CD74",
            "name": "BLOCK OCTANT-38"
        },
        {
            "codepoint": "1CD75",
            "name": "BLOCK OCTANT-138"
        },
        {
            "codepoint": "1CD76",
            "name": "BLOCK OCTANT-238"
        },
        {
            "codepoint": "1CD77",
            "name": "BLOCK OCTANT-1238"
        },
        {
            "codepoint": "1CD78",
            "name": "BLOCK OCTANT-48"
        },
        {
            "codepoint": "1CD79",
            "name": "BLOCK OCTANT-148"
        },
        {
            "codepoint": "1CD7A",
            "name": "BLOCK OCTANT-248"
        },
        {
            "codepoint": "1CD7B",
            "name": "BLOCK OCTANT-1248"
        },
        {
            "codepoint": "1CD7C",
            "name": "BLOCK OCTANT-348"
        },
        {
            "codepoint": "1CD7D",
            "name": "BLOCK OCTANT-1348"
        },
        {
            "codepoint": "1CD7E",
            "name": "BLOCK OCTANT-2348"
        },
        {
            "codepoint": "1CD7F",
            "name": "BLOCK OCTANT-12348"
        },
        {
            "codepoint": "1CD80",
            "name": "BLOCK OCTANT-58"
        },
        {
            "codepoint": "1CD81",
            "name": "BLOCK OCTANT-158"
        },
        {
            "codepoint": "1CD82",
            "name": "BLOCK OCTANT-258"
        },
        {
            "codepoint": "1CD83",
            "name": "BLOCK OCTANT-1258"
        },
        {
            "codepoint": "1CD84",
            "name": "BLOCK OCTANT-358"
        },
        {
            "codepoint": "1CD85",
            "name": "BLOCK OCTANT-1358"
        },
        {
            "codepoint": "1CD86",
            "name": "BLOCK OCTANT-2358"
        },
        {
            "codepoint": "1CD87",
            "name": "BLOCK OCTANT-12358"
        },
        {
            "codepoint": "1CD88",
            "name": "BLOCK OCTANT-458"
        },
        {
            "codepoint": "1CD89",
            "name": "BLOCK OCTANT-1458"
        },
        {
            "codepoint": "1CD8A",
            "name": "BLOCK OCTANT-2458"
        },
        {
            "codepoint": "1CD8B",
            "name": "BLOCK OCTANT-12458"
        },
        {
            "codepoint": "1CD8C",
            "name": "BLOCK OCTANT-3458"
        },
        {
            "codepoint": "1CD8D",
            "name": "BLOCK OCTANT-13458"
        },
        {
            "codepoint": "1CD8E",
            "name": "BLOCK OCTANT-23458"
        },
        {
            "codepoint": "1CD8F",
            "name": "BLOCK OCTANT-123458"
        },
        {
            "codepoint": "1CD90",
            "name": "BLOCK OCTANT-168"
        },
        {
            "codepoint": "1CD91",
            "name": "BLOCK OCTANT-268"
        },
        {
            "codepoint": "1CD92",
            "name": "BLOCK OCTANT-1268"
        },
        {
            "codepoint": "1CD93",
            "name": "BLOCK OCTANT-368"
        },
        {
            "codepoint": "1CD94",
            "name": "BLOCK OCTANT-2368"
        },
        {
            "codepoint": "1CD95",
            "name": "BLOCK OCTANT-12368"
        },
        {
            "codepoint": "1CD96",
            "name": "BLOCK OCTANT-468"
        },
        {
            "codepoint": "1CD97",
            "name": "BLOCK OCTANT-1468"
        },
        {
            "codepoint": "1CD98",
            "name": "BLOCK OCTANT-12468"
        },
        {
            "codepoint": "1CD99",
            "name": "BLOCK OCTANT-3468"
        },
        {
            "codepoint": "1CD9A",
            "name": "BLOCK OCTANT-13468"
        },
        {
            "codepoint": "1CD9B",
            "name": "BLOCK OCTANT-23468"
        },
        {
            "codepoint": "1CD9C",
            "name": "BLOCK OCTANT-568"
        },
        {
            "codepoint": "1CD9D",
            "name": "BLOCK OCTANT-1568"
        },
        {
            "codepoint": "1CD9E",
            "name": "BLOCK OCTANT-2568"
        },
        {
            "codepoint": "1CD9F",
            "name": "BLOCK OCTANT-12568"
        },
        {
            "codepoint": "1CDA0",
            "name": "BLOCK OCTANT-3568"
        },
        {
            "codepoint": "1CDA1",
            "name": "BLOCK OCTANT-13568"
        },
        {
            "codepoint": "1CDA2",
            "name": "BLOCK OCTANT-23568"
        },
        {
            "codepoint": "1CDA3",
            "name": "BLOCK OCTANT-123568"
        },
        {
            "codepoint": "1CDA4",
            "name": "BLOCK OCTANT-4568"
        },
        {
            "codepoint": "1CDA5",
            "name": "BLOCK OCTANT-14568"
        },
        {
            "codepoint": "1CDA6",
            "name": "BLOCK OCTANT-24568"
        },
        {
            "codepoint": "1CDA7",
            "name": "BLOCK OCTANT-124568"
        },
        {
            "codepoint": "1CDA8",
            "name": "BLOCK OCTANT-34568"
        },
        {
            "codepoint": "1CDA9",
            "name": "BLOCK OCTANT-134568"
        },
        {
            "codepoint": "1CDAA",
            "name": "BLOCK OCTANT-234568"
        },
        {
            "codepoint": "1CDAB",
            "name": "BLOCK OCTANT-1234568"
        },
        {
            "codepoint": "1CDAC",
            "name": "BLOCK OCTANT-178"
        },
        {
            "codepoint": "1CDAD",
            "name": "BLOCK OCTANT-278"
        },
        {
            "codepoint": "1CDAE",
            "name": "BLOCK OCTANT-1278"
        },
        {
            "codepoint": "1CDAF",
            "name": "BLOCK OCTANT-378"
        },
        {
            "codepoint": "1CDB0",
            "name": "BLOCK OCTANT-1378"
        },
        {
            "codepoint": "1CDB1",
            "name": "BLOCK OCTANT-2378"
        },
        {
            "codepoint": "1CDB2",
            "name": "BLOCK OCTANT-12378"
        },
        {
            "codepoint": "1CDB3",
            "name": "BLOCK OCTANT-478"
        },
        {
            "codepoint": "1CDB4",
            "name": "BLOCK OCTANT-1478"
        },
        {
            "codepoint": "1CDB5",
            "name": "BLOCK OCTANT-2478"
        },
        {
            "codepoint": "1CDB6",
            "name": "BLOCK OCTANT-12478"
        },
        {
            "codepoint": "1CDB7",
            "name": "BLOCK OCTANT-3478",
            "crossReferences": [
                "(heavy horizontal fill - 1FB97)"
            ]
        },
        {
            "codepoint": "1CDB8",
            "name": "BLOCK OCTANT-13478"
        },
        {
            "codepoint": "1CDB9",
            "name": "BLOCK OCTANT-23478"
        },
        {
            "codepoint": "1CDBA",
            "name": "BLOCK OCTANT-123478"
        },
        {
            "codepoint": "1CDBB",
            "name": "BLOCK OCTANT-578"
        },
        {
            "codepoint": "1CDBC",
            "name": "BLOCK OCTANT-1578"
        },
        {
            "codepoint": "1CDBD",
            "name": "BLOCK OCTANT-2578"
        },
        {
            "codepoint": "1CDBE",
            "name": "BLOCK OCTANT-12578"
        },
        {
            "codepoint": "1CDBF",
            "name": "BLOCK OCTANT-3578"
        },
        {
            "codepoint": "1CDC0",
            "name": "BLOCK OCTANT-13578"
        },
        {
            "codepoint": "1CDC1",
            "name": "BLOCK OCTANT-23578"
        },
        {
            "codepoint": "1CDC2",
            "name": "BLOCK OCTANT-123578"
        },
        {
            "codepoint": "1CDC3",
            "name": "BLOCK OCTANT-4578"
        },
        {
            "codepoint": "1CDC4",
            "name": "BLOCK OCTANT-14578"
        },
        {
            "codepoint": "1CDC5",
            "name": "BLOCK OCTANT-24578"
        },
        {
            "codepoint": "1CDC6",
            "name": "BLOCK OCTANT-124578"
        },
        {
            "codepoint": "1CDC7",
            "name": "BLOCK OCTANT-34578"
        },
        {
            "codepoint": "1CDC8",
            "name": "BLOCK OCTANT-134578"
        },
        {
            "codepoint": "1CDC9",
            "name": "BLOCK OCTANT-234578"
        },
        {
            "codepoint": "1CDCA",
            "name": "BLOCK OCTANT-1234578"
        },
        {
            "codepoint": "1CDCB",
            "name": "BLOCK OCTANT-678"
        },
        {
            "codepoint": "1CDCC",
            "name": "BLOCK OCTANT-1678"
        },
        {
            "codepoint": "1CDCD",
            "name": "BLOCK OCTANT-2678"
        },
        {
            "codepoint": "1CDCE",
            "name": "BLOCK OCTANT-12678"
        },
        {
            "codepoint": "1CDCF",
            "name": "BLOCK OCTANT-3678"
        },
        {
            "codepoint": "1CDD0",
            "name": "BLOCK OCTANT-13678"
        },
        {
            "codepoint": "1CDD1",
            "name": "BLOCK OCTANT-23678"
        },
        {
            "codepoint": "1CDD2",
            "name": "BLOCK OCTANT-123678"
        },
        {
            "codepoint": "1CDD3",
            "name": "BLOCK OCTANT-4678"
        },
        {
            "codepoint": "1CDD4",
            "name": "BLOCK OCTANT-14678"
        },
        {
            "codepoint": "1CDD5",
            "name": "BLOCK OCTANT-24678"
        },
        {
            "codepoint": "1CDD6",
            "name": "BLOCK OCTANT-124678"
        },
        {
            "codepoint": "1CDD7",
            "name": "BLOCK OCTANT-34678"
        },
        {
            "codepoint": "1CDD8",
            "name": "BLOCK OCTANT-134678"
        },
        {
            "codepoint": "1CDD9",
            "name": "BLOCK OCTANT-234678"
        },
        {
            "codepoint": "1CDDA",
            "name": "BLOCK OCTANT-1234678"
        },
        {
            "codepoint": "1CDDB",
            "name": "BLOCK OCTANT-15678"
        },
        {
            "codepoint": "1CDDC",
            "name": "BLOCK OCTANT-25678"
        },
        {
            "codepoint": "1CDDD",
            "name": "BLOCK OCTANT-125678"
        },
        {
            "codepoint": "1CDDE",
            "name": "BLOCK OCTANT-35678"
        },
        {
            "codepoint": "1CDDF",
            "name": "BLOCK OCTANT-235678"
        },
        {
            "codepoint": "1CDE0",
            "name": "BLOCK OCTANT-1235678"
        },
        {
            "codepoint": "1CDE1",
            "name": "BLOCK OCTANT-45678"
        },
        {
            "codepoint": "1CDE2",
            "name": "BLOCK OCTANT-145678"
        },
        {
            "codepoint": "1CDE3",
            "name": "BLOCK OCTANT-1245678"
        },
        {
            "codepoint": "1CDE4",
            "name": "BLOCK OCTANT-1345678"
        },
        {
            "codepoint": "1CDE5",
            "name": "BLOCK OCTANT-2345678"
        },
        {
            "codepoint": "1CDE6",
            "name": "TOP HALF STANDING PERSON"
        },
        {
            "codepoint": "1CDE7",
            "name": "BOTTOM HALF STANDING PERSON"
        },
        {
            "codepoint": "1CDE8",
            "name": "TOP HALF RIGHT-FACING RUNNER FRAME-1"
        },
        {
            "codepoint": "1CDE9",
            "name": "BOTTOM HALF RIGHT-FACING RUNNER FRAME-1"
        },
        {
            "codepoint": "1CDEA",
            "name": "TOP HALF RIGHT-FACING RUNNER FRAME-2"
        },
        {
            "codepoint": "1CDEB",
            "name": "BOTTOM HALF RIGHT-FACING RUNNER FRAME-2"
        },
        {
            "codepoint": "1CDEC",
            "name": "TOP HALF LEFT-FACING RUNNER FRAME-1"
        },
        {
            "codepoint": "1CDED",
            "name": "BOTTOM HALF LEFT-FACING RUNNER FRAME-1"
        },
        {
            "codepoint": "1CDEE",
            "name": "TOP HALF LEFT-FACING RUNNER FRAME-2"
        },
        {
            "codepoint": "1CDEF",
            "name": "BOTTOM HALF LEFT-FACING RUNNER FRAME-2"
        },
        {
            "codepoint": "1CDF0",
            "name": "TOP HALF FORWARD-FACING RUNNER"
        },
        {
            "codepoint": "1CDF1",
            "name": "BOTTOM HALF FORWARD-FACING RUNNER FRAME-1"
        },
        {
            "codepoint": "1CDF2",
            "name": "BOTTOM HALF FORWARD-FACING RUNNER FRAME-2"
        },
        {
            "codepoint": "1CDF3",
            "name": "BOTTOM HALF FORWARD-FACING RUNNER FRAME-3"
        },
        {
            "codepoint": "1CDF4",
            "name": "BOTTOM HALF FORWARD-FACING RUNNER FRAME-4"
        },
        {
            "codepoint": "1CDF5",
            "name": "MOON LANDER"
        },
        {
            "codepoint": "1CDF6",
            "name": "TOP HALF FLAILING ROBOT FRAME-1"
        },
        {
            "codepoint": "1CDF7",
            "name": "TOP HALF FLAILING ROBOT FRAME-2"
        },
        {
            "codepoint": "1CDF8",
            "name": "DOWN-POINTING AIRPLANE"
        },
        {
            "codepoint": "1CDF9",
            "name": "LEFT-POINTING AIRPLANE"
        },
        {
            "codepoint": "1CDFA",
            "name": "SMALL UP-POINTING AIRPLANE"
        },
        {
            "codepoint": "1CDFB",
            "name": "UP-POINTING FROG"
        },
        {
            "codepoint": "1CDFC",
            "name": "DOWN-POINTING FROG"
        },
        {
            "codepoint": "1CDFD",
            "name": "EXPLOSION FRAME-1"
        },
        {
            "codepoint": "1CDFE",
            "name": "EXPLOSION FRAME-2"
        },
        {
            "codepoint": "1CDFF",
            "name": "EXPLOSION FRAME-3"
        },
        {
            "codepoint": "1CE00",
            "name": "RIGHT HALF AND LEFT HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1CE01",
            "name": "LOWER HALF AND UPPER HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1CE02",
            "name": "EXPLOSION AT HORIZON"
        },
        {
            "codepoint": "1CE03",
            "name": "UPPER HALF HEAVY WHITE SQUARE"
        },
        {
            "codepoint": "1CE04",
            "name": "LOWER HALF HEAVY WHITE SQUARE"
        },
        {
            "codepoint": "1CE05",
            "name": "HEAVY WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE"
        },
        {
            "codepoint": "1CE06",
            "name": "WHITE VERTICAL RECTANGLE WITH HORIZONTAL BAR"
        },
        {
            "codepoint": "1CE07",
            "name": "TOP LEFT BLACK LEFT-POINTING SMALL TRIANGLE"
        },
        {
            "codepoint": "1CE08",
            "name": "FUNNEL"
        },
        {
            "codepoint": "1CE09",
            "name": "BOX DRAWINGS DOUBLE DIAGONAL LOWER LEFT TO MIDDLE CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1CE0A",
            "name": "BOX DRAWINGS DOUBLE DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO UPPER RIGHT"
        },
        {
            "codepoint": "1CE0B",
            "name": "LEFT HALF WHITE ELLIPSE"
        },
        {
            "codepoint": "1CE0C",
            "name": "RIGHT HALF WHITE ELLIPSE"
        },
        {
            "codepoint": "1CE0D",
            "name": "LEFT HALF TRIPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "1CE0E",
            "name": "RIGHT HALF TRIPLE DASH HORIZONTAL"
        },
        {
            "codepoint": "1CE0F",
            "name": "HORIZONTAL LINE WITH TICK MARK"
        },
        {
            "codepoint": "1CE10",
            "name": "LEFT HALF HORIZONTAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE11",
            "name": "RIGHT HALF HORIZONTAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE12",
            "name": "HORIZONTAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE13",
            "name": "LOWER HALF VERTICAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE14",
            "name": "UPPER HALF VERTICAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE15",
            "name": "VERTICAL LINE WITH THREE TICK MARKS"
        },
        {
            "codepoint": "1CE16",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND TOP RIGHT"
        },
        {
            "codepoint": "1CE17",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND BOTTOM RIGHT"
        },
        {
            "codepoint": "1CE18",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND TOP LEFT"
        },
        {
            "codepoint": "1CE19",
            "name": "BOX DRAWINGS LIGHT VERTICAL AND BOTTOM LEFT"
        },
        {
            "codepoint": "1CE1A",
            "name": "LARGE TYPE PIECE UPPER LEFT ARC"
        },
        {
            "codepoint": "1CE1B",
            "name": "LARGE TYPE PIECE UPPER LEFT CORNER"
        },
        {
            "codepoint": "1CE1C",
            "name": "LARGE TYPE PIECE UPPER TERMINAL"
        },
        {
            "codepoint": "1CE1D",
            "name": "LARGE TYPE PIECE UPPER LEFT CROTCH"
        },
        {
            "codepoint": "1CE1E",
            "name": "LARGE TYPE PIECE LEFT ARM"
        },
        {
            "codepoint": "1CE1F",
            "name": "LARGE TYPE PIECE CROSSBAR"
        },
        {
            "codepoint": "1CE20",
            "name": "LARGE TYPE PIECE CROSSBAR WITH LOWER STEM"
        },
        {
            "codepoint": "1CE21",
            "name": "LARGE TYPE PIECE UPPER HALF VERTEX OF M"
        },
        {
            "codepoint": "1CE22",
            "name": "LARGE TYPE PIECE DIAGONAL LOWER LEFT"
        },
        {
            "codepoint": "1CE23",
            "name": "LARGE TYPE PIECE SHORT UPPER TERMINAL"
        },
        {
            "codepoint": "1CE24",
            "name": "LARGE TYPE PIECE UPPER RIGHT ARC"
        },
        {
            "codepoint": "1CE25",
            "name": "LARGE TYPE PIECE RIGHT ARM"
        },
        {
            "codepoint": "1CE26",
            "name": "LARGE TYPE PIECE UPPER RIGHT CROTCH"
        },
        {
            "codepoint": "1CE27",
            "name": "LARGE TYPE PIECE UPPER RIGHT CORNER"
        },
        {
            "codepoint": "1CE28",
            "name": "LARGE TYPE PIECE STEM WITH RIGHT CROSSBAR"
        },
        {
            "codepoint": "1CE29",
            "name": "LARGE TYPE PIECE STEM"
        },
        {
            "codepoint": "1CE2A",
            "name": "LARGE TYPE PIECE DIAGONAL UPPER RIGHT AND LOWER RIGHT"
        },
        {
            "codepoint": "1CE2B",
            "name": "LARGE TYPE PIECE DIAGONAL UPPER RIGHT"
        },
        {
            "codepoint": "1CE2C",
            "name": "LARGE TYPE PIECE DIAGONAL LOWER RIGHT"
        },
        {
            "codepoint": "1CE2D",
            "name": "LARGE TYPE PIECE SHORT LOWER TERMINAL"
        },
        {
            "codepoint": "1CE2E",
            "name": "LARGE TYPE PIECE LOWER LEFT AND UPPER LEFT ARC"
        },
        {
            "codepoint": "1CE2F",
            "name": "LARGE TYPE PIECE CENTRE OF K"
        },
        {
            "codepoint": "1CE30",
            "name": "LARGE TYPE PIECE LOWER HALF VERTEX OF M"
        },
        {
            "codepoint": "1CE31",
            "name": "LARGE TYPE PIECE UPPER HALF VERTEX OF W"
        },
        {
            "codepoint": "1CE32",
            "name": "LARGE TYPE PIECE CENTRE OF X"
        },
        {
            "codepoint": "1CE33",
            "name": "LARGE TYPE PIECE CENTRE OF Y"
        },
        {
            "codepoint": "1CE34",
            "name": "LARGE TYPE PIECE CENTRE OF Z WITH CROSSBAR"
        },
        {
            "codepoint": "1CE35",
            "name": "LARGE TYPE PIECE RAISED UPPER LEFT ARC"
        },
        {
            "codepoint": "1CE36",
            "name": "LARGE TYPE PIECE STEM WITH LEFT CROSSBAR"
        },
        {
            "codepoint": "1CE37",
            "name": "LARGE TYPE PIECE LOWER RIGHT AND UPPER RIGHT ARC"
        },
        {
            "codepoint": "1CE38",
            "name": "LARGE TYPE PIECE DIAGONAL UPPER LEFT AND LOWER LEFT"
        },
        {
            "codepoint": "1CE39",
            "name": "LARGE TYPE PIECE STEM WITH LEFT JOINT"
        },
        {
            "codepoint": "1CE3A",
            "name": "LARGE TYPE PIECE STEM WITH CROSSBAR"
        },
        {
            "codepoint": "1CE3B",
            "name": "LARGE TYPE PIECE DIAGONAL UPPER LEFT"
        },
        {
            "codepoint": "1CE3C",
            "name": "LARGE TYPE PIECE LOWER TERMINAL"
        },
        {
            "codepoint": "1CE3D",
            "name": "LARGE TYPE PIECE LOWER LEFT CORNER"
        },
        {
            "codepoint": "1CE3E",
            "name": "LARGE TYPE PIECE LOWER LEFT ARC"
        },
        {
            "codepoint": "1CE3F",
            "name": "LARGE TYPE PIECE LOWER LEFT CROTCH"
        },
        {
            "codepoint": "1CE40",
            "name": "LARGE TYPE PIECE CROSSBAR WITH UPPER STEM"
        },
        {
            "codepoint": "1CE41",
            "name": "LARGE TYPE PIECE VERTEX OF V"
        },
        {
            "codepoint": "1CE42",
            "name": "LARGE TYPE PIECE LOWER HALF VERTEX OF W"
        },
        {
            "codepoint": "1CE43",
            "name": "LARGE TYPE PIECE LOWER RIGHT ARC"
        },
        {
            "codepoint": "1CE44",
            "name": "LARGE TYPE PIECE LOWER RIGHT CORNER"
        },
        {
            "codepoint": "1CE45",
            "name": "LARGE TYPE PIECE LOWER RIGHT ARC WITH TAIL"
        },
        {
            "codepoint": "1CE46",
            "name": "LARGE TYPE PIECE LOWER RIGHT CROTCH"
        },
        {
            "codepoint": "1CE47",
            "name": "LARGE TYPE PIECE STEM-45"
        },
        {
            "codepoint": "1CE48",
            "name": "LARGE TYPE PIECE STEM-2345"
        },
        {
            "codepoint": "1CE49",
            "name": "LARGE TYPE PIECE STEM-4"
        },
        {
            "codepoint": "1CE4A",
            "name": "LARGE TYPE PIECE STEM-34"
        },
        {
            "codepoint": "1CE4B",
            "name": "LARGE TYPE PIECE STEM-234"
        },
        {
            "codepoint": "1CE4C",
            "name": "LARGE TYPE PIECE STEM-1234"
        },
        {
            "codepoint": "1CE4D",
            "name": "LARGE TYPE PIECE STEM-3"
        },
        {
            "codepoint": "1CE4E",
            "name": "LARGE TYPE PIECE STEM-23"
        },
        {
            "codepoint": "1CE4F",
            "name": "LARGE TYPE PIECE STEM-2"
        },
        {
            "codepoint": "1CE50",
            "name": "LARGE TYPE PIECE STEM-12"
        },
        {
            "codepoint": "1CE51",
            "name": "SEPARATED BLOCK SEXTANT-1"
        },
        {
            "codepoint": "1CE52",
            "name": "SEPARATED BLOCK SEXTANT-2"
        },
        {
            "codepoint": "1CE53",
            "name": "SEPARATED BLOCK SEXTANT-12"
        },
        {
            "codepoint": "1CE54",
            "name": "SEPARATED BLOCK SEXTANT-3"
        },
        {
            "codepoint": "1CE55",
            "name": "SEPARATED BLOCK SEXTANT-13"
        },
        {
            "codepoint": "1CE56",
            "name": "SEPARATED BLOCK SEXTANT-23"
        },
        {
            "codepoint": "1CE57",
            "name": "SEPARATED BLOCK SEXTANT-123"
        },
        {
            "codepoint": "1CE58",
            "name": "SEPARATED BLOCK SEXTANT-4"
        },
        {
            "codepoint": "1CE59",
            "name": "SEPARATED BLOCK SEXTANT-14"
        },
        {
            "codepoint": "1CE5A",
            "name": "SEPARATED BLOCK SEXTANT-24"
        },
        {
            "codepoint": "1CE5B",
            "name": "SEPARATED BLOCK SEXTANT-124"
        },
        {
            "codepoint": "1CE5C",
            "name": "SEPARATED BLOCK SEXTANT-34"
        },
        {
            "codepoint": "1CE5D",
            "name": "SEPARATED BLOCK SEXTANT-134"
        },
        {
            "codepoint": "1CE5E",
            "name": "SEPARATED BLOCK SEXTANT-234"
        },
        {
            "codepoint": "1CE5F",
            "name": "SEPARATED BLOCK SEXTANT-1234"
        },
        {
            "codepoint": "1CE60",
            "name": "SEPARATED BLOCK SEXTANT-5"
        },
        {
            "codepoint": "1CE61",
            "name": "SEPARATED BLOCK SEXTANT-15"
        },
        {
            "codepoint": "1CE62",
            "name": "SEPARATED BLOCK SEXTANT-25"
        },
        {
            "codepoint": "1CE63",
            "name": "SEPARATED BLOCK SEXTANT-125"
        },
        {
            "codepoint": "1CE64",
            "name": "SEPARATED BLOCK SEXTANT-35"
        },
        {
            "codepoint": "1CE65",
            "name": "SEPARATED BLOCK SEXTANT-135"
        },
        {
            "codepoint": "1CE66",
            "name": "SEPARATED BLOCK SEXTANT-235"
        },
        {
            "codepoint": "1CE67",
            "name": "SEPARATED BLOCK SEXTANT-1235"
        },
        {
            "codepoint": "1CE68",
            "name": "SEPARATED BLOCK SEXTANT-45"
        },
        {
            "codepoint": "1CE69",
            "name": "SEPARATED BLOCK SEXTANT-145"
        },
        {
            "codepoint": "1CE6A",
            "name": "SEPARATED BLOCK SEXTANT-245"
        },
        {
            "codepoint": "1CE6B",
            "name": "SEPARATED BLOCK SEXTANT-1245"
        },
        {
            "codepoint": "1CE6C",
            "name": "SEPARATED BLOCK SEXTANT-345"
        },
        {
            "codepoint": "1CE6D",
            "name": "SEPARATED BLOCK SEXTANT-1345"
        },
        {
            "codepoint": "1CE6E",
            "name": "SEPARATED BLOCK SEXTANT-2345"
        },
        {
            "codepoint": "1CE6F",
            "name": "SEPARATED BLOCK SEXTANT-12345"
        },
        {
            "codepoint": "1CE70",
            "name": "SEPARATED BLOCK SEXTANT-6"
        },
        {
            "codepoint": "1CE71",
            "name": "SEPARATED BLOCK SEXTANT-16"
        },
        {
            "codepoint": "1CE72",
            "name": "SEPARATED BLOCK SEXTANT-26"
        },
        {
            "codepoint": "1CE73",
            "name": "SEPARATED BLOCK SEXTANT-126"
        },
        {
            "codepoint": "1CE74",
            "name": "SEPARATED BLOCK SEXTANT-36"
        },
        {
            "codepoint": "1CE75",
            "name": "SEPARATED BLOCK SEXTANT-136"
        },
        {
            "codepoint": "1CE76",
            "name": "SEPARATED BLOCK SEXTANT-236"
        },
        {
            "codepoint": "1CE77",
            "name": "SEPARATED BLOCK SEXTANT-1236"
        },
        {
            "codepoint": "1CE78",
            "name": "SEPARATED BLOCK SEXTANT-46"
        },
        {
            "codepoint": "1CE79",
            "name": "SEPARATED BLOCK SEXTANT-146"
        },
        {
            "codepoint": "1CE7A",
            "name": "SEPARATED BLOCK SEXTANT-246"
        },
        {
            "codepoint": "1CE7B",
            "name": "SEPARATED BLOCK SEXTANT-1246"
        },
        {
            "codepoint": "1CE7C",
            "name": "SEPARATED BLOCK SEXTANT-346"
        },
        {
            "codepoint": "1CE7D",
            "name": "SEPARATED BLOCK SEXTANT-1346"
        },
        {
            "codepoint": "1CE7E",
            "name": "SEPARATED BLOCK SEXTANT-2346"
        },
        {
            "codepoint": "1CE7F",
            "name": "SEPARATED BLOCK SEXTANT-12346"
        },
        {
            "codepoint": "1CE80",
            "name": "SEPARATED BLOCK SEXTANT-56"
        },
        {
            "codepoint": "1CE81",
            "name": "SEPARATED BLOCK SEXTANT-156"
        },
        {
            "codepoint": "1CE82",
            "name": "SEPARATED BLOCK SEXTANT-256"
        },
        {
            "codepoint": "1CE83",
            "name": "SEPARATED BLOCK SEXTANT-1256"
        },
        {
            "codepoint": "1CE84",
            "name": "SEPARATED BLOCK SEXTANT-356"
        },
        {
            "codepoint": "1CE85",
            "name": "SEPARATED BLOCK SEXTANT-1356"
        },
        {
            "codepoint": "1CE86",
            "name": "SEPARATED BLOCK SEXTANT-2356"
        },
        {
            "codepoint": "1CE87",
            "name": "SEPARATED BLOCK SEXTANT-12356"
        },
        {
            "codepoint": "1CE88",
            "name": "SEPARATED BLOCK SEXTANT-456"
        },
        {
            "codepoint": "1CE89",
            "name": "SEPARATED BLOCK SEXTANT-1456"
        },
        {
            "codepoint": "1CE8A",
            "name": "SEPARATED BLOCK SEXTANT-2456"
        },
        {
            "codepoint": "1CE8B",
            "name": "SEPARATED BLOCK SEXTANT-12456"
        },
        {
            "codepoint": "1CE8C",
            "name": "SEPARATED BLOCK SEXTANT-3456"
        },
        {
            "codepoint": "1CE8D",
            "name": "SEPARATED BLOCK SEXTANT-13456"
        },
        {
            "codepoint": "1CE8E",
            "name": "SEPARATED BLOCK SEXTANT-23456"
        },
        {
            "codepoint": "1CE8F",
            "name": "SEPARATED BLOCK SEXTANT-123456"
        },
        {
            "codepoint": "1CE90",
            "name": "UPPER LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE91",
            "name": "UPPER CENTRE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE92",
            "name": "UPPER CENTRE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE93",
            "name": "UPPER RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE94",
            "name": "UPPER MIDDLE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE95",
            "name": "UPPER MIDDLE CENTRE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE96",
            "name": "UPPER MIDDLE CENTRE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE97",
            "name": "UPPER MIDDLE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE98",
            "name": "LOWER MIDDLE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE99",
            "name": "LOWER MIDDLE CENTRE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9A",
            "name": "LOWER MIDDLE CENTRE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9B",
            "name": "LOWER MIDDLE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9C",
            "name": "LOWER LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9D",
            "name": "LOWER CENTRE LEFT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9E",
            "name": "LOWER CENTRE RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CE9F",
            "name": "LOWER RIGHT ONE SIXTEENTH BLOCK"
        },
        {
            "codepoint": "1CEA0",
            "name": "RIGHT HALF LOWER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA1",
            "name": "RIGHT THREE QUARTERS LOWER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA2",
            "name": "LEFT THREE QUARTERS LOWER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA3",
            "name": "LEFT HALF LOWER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA4",
            "name": "LOWER HALF LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA5",
            "name": "LOWER THREE QUARTERS LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA6",
            "name": "UPPER THREE QUARTERS LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA7",
            "name": "UPPER HALF LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA8",
            "name": "LEFT HALF UPPER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEA9",
            "name": "LEFT THREE QUARTERS UPPER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAA",
            "name": "RIGHT THREE QUARTERS UPPER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAB",
            "name": "RIGHT HALF UPPER ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAC",
            "name": "UPPER HALF RIGHT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAD",
            "name": "UPPER THREE QUARTERS RIGHT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAE",
            "name": "LOWER THREE QUARTERS RIGHT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEAF",
            "name": "LOWER HALF RIGHT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1CEB0",
            "name": "HORIZONTAL ZIGZAG LINE"
        },
        {
            "codepoint": "1CEB1",
            "name": "KEYHOLE"
        },
        {
            "codepoint": "1CEB2",
            "name": "OLD PERSONAL COMPUTER WITH MONITOR IN PORTRAIT ORIENTATION"
        },
        {
            "codepoint": "1CEB3",
            "name": "BLACK RIGHT TRIANGLE CARET"
        },
        {
            "codepoint": "1CF00",
            "name": "ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON LEFT"
        },
        {
            "codepoint": "1CF01",
            "name": "ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON LEFT"
        },
        {
            "codepoint": "1CF02",
            "name": "ZNAMENNY COMBINING MARK TSATA ON LEFT"
        },
        {
            "codepoint": "1CF03",
            "name": "ZNAMENNY COMBINING MARK GORAZDO NIZKO ON LEFT"
        },
        {
            "codepoint": "1CF04",
            "name": "ZNAMENNY COMBINING MARK NIZKO ON LEFT"
        },
        {
            "codepoint": "1CF05",
            "name": "ZNAMENNY COMBINING MARK SREDNE ON LEFT"
        },
        {
            "codepoint": "1CF06",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE ON LEFT"
        },
        {
            "codepoint": "1CF07",
            "name": "ZNAMENNY COMBINING MARK POVYSHE ON LEFT"
        },
        {
            "codepoint": "1CF08",
            "name": "ZNAMENNY COMBINING MARK VYSOKO ON LEFT"
        },
        {
            "codepoint": "1CF09",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON LEFT"
        },
        {
            "codepoint": "1CF0A",
            "name": "ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON LEFT"
        },
        {
            "codepoint": "1CF0B",
            "name": "ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON LEFT"
        },
        {
            "codepoint": "1CF0C",
            "name": "ZNAMENNY COMBINING MARK GORAZDO NIZKO S KRYZHEM ON RIGHT"
        },
        {
            "codepoint": "1CF0D",
            "name": "ZNAMENNY COMBINING MARK NIZKO S KRYZHEM ON RIGHT"
        },
        {
            "codepoint": "1CF0E",
            "name": "ZNAMENNY COMBINING MARK TSATA ON RIGHT"
        },
        {
            "codepoint": "1CF0F",
            "name": "ZNAMENNY COMBINING MARK GORAZDO NIZKO ON RIGHT"
        },
        {
            "codepoint": "1CF10",
            "name": "ZNAMENNY COMBINING MARK NIZKO ON RIGHT"
        },
        {
            "codepoint": "1CF11",
            "name": "ZNAMENNY COMBINING MARK SREDNE ON RIGHT"
        },
        {
            "codepoint": "1CF12",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE ON RIGHT"
        },
        {
            "codepoint": "1CF13",
            "name": "ZNAMENNY COMBINING MARK POVYSHE ON RIGHT"
        },
        {
            "codepoint": "1CF14",
            "name": "ZNAMENNY COMBINING MARK VYSOKO ON RIGHT"
        },
        {
            "codepoint": "1CF15",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE S KHOKHLOM ON RIGHT"
        },
        {
            "codepoint": "1CF16",
            "name": "ZNAMENNY COMBINING MARK POVYSHE S KHOKHLOM ON RIGHT"
        },
        {
            "codepoint": "1CF17",
            "name": "ZNAMENNY COMBINING MARK VYSOKO S KHOKHLOM ON RIGHT"
        },
        {
            "codepoint": "1CF18",
            "name": "ZNAMENNY COMBINING MARK TSATA S KRYZHEM"
        },
        {
            "codepoint": "1CF19",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE S KRYZHEM"
        },
        {
            "codepoint": "1CF1A",
            "name": "ZNAMENNY COMBINING MARK STRANNO MALO POVYSHE"
        },
        {
            "codepoint": "1CF1B",
            "name": "ZNAMENNY COMBINING MARK POVYSHE S KRYZHEM"
        },
        {
            "codepoint": "1CF1C",
            "name": "ZNAMENNY COMBINING MARK POVYSHE STRANNO"
        },
        {
            "codepoint": "1CF1D",
            "name": "ZNAMENNY COMBINING MARK VYSOKO S KRYZHEM"
        },
        {
            "codepoint": "1CF1E",
            "name": "ZNAMENNY COMBINING MARK MALO POVYSHE STRANNO"
        },
        {
            "codepoint": "1CF1F",
            "name": "ZNAMENNY COMBINING MARK GORAZDO VYSOKO"
        },
        {
            "codepoint": "1CF20",
            "name": "ZNAMENNY COMBINING MARK ZELO"
        },
        {
            "codepoint": "1CF21",
            "name": "ZNAMENNY COMBINING MARK ON"
        },
        {
            "codepoint": "1CF22",
            "name": "ZNAMENNY COMBINING MARK RAVNO"
        },
        {
            "codepoint": "1CF23",
            "name": "ZNAMENNY COMBINING MARK TIKHAYA"
        },
        {
            "codepoint": "1CF24",
            "name": "ZNAMENNY COMBINING MARK BORZAYA"
        },
        {
            "codepoint": "1CF25",
            "name": "ZNAMENNY COMBINING MARK UDARKA"
        },
        {
            "codepoint": "1CF26",
            "name": "ZNAMENNY COMBINING MARK PODVERTKA"
        },
        {
            "codepoint": "1CF27",
            "name": "ZNAMENNY COMBINING MARK LOMKA"
        },
        {
            "codepoint": "1CF28",
            "name": "ZNAMENNY COMBINING MARK KUPNAYA"
        },
        {
            "codepoint": "1CF29",
            "name": "ZNAMENNY COMBINING MARK KACHKA"
        },
        {
            "codepoint": "1CF2A",
            "name": "ZNAMENNY COMBINING MARK ZEVOK"
        },
        {
            "codepoint": "1CF2B",
            "name": "ZNAMENNY COMBINING MARK SKOBA"
        },
        {
            "codepoint": "1CF2C",
            "name": "ZNAMENNY COMBINING MARK RAZSEKA"
        },
        {
            "codepoint": "1CF2D",
            "name": "ZNAMENNY COMBINING MARK KRYZH ON LEFT"
        },
        {
            "codepoint": "1CF30",
            "name": "ZNAMENNY COMBINING TONAL RANGE MARK MRACHNO"
        },
        {
            "codepoint": "1CF31",
            "name": "ZNAMENNY COMBINING TONAL RANGE MARK SVETLO"
        },
        {
            "codepoint": "1CF32",
            "name": "ZNAMENNY COMBINING TONAL RANGE MARK TRESVETLO"
        },
        {
            "codepoint": "1CF33",
            "name": "ZNAMENNY COMBINING MARK ZADERZHKA",
            "aliases": [
                "ottyazhka"
            ]
        },
        {
            "codepoint": "1CF34",
            "name": "ZNAMENNY COMBINING MARK DEMESTVENNY ZADERZHKA"
        },
        {
            "codepoint": "1CF35",
            "name": "ZNAMENNY COMBINING MARK OTSECHKA"
        },
        {
            "codepoint": "1CF36",
            "name": "ZNAMENNY COMBINING MARK PODCHASHIE"
        },
        {
            "codepoint": "1CF37",
            "name": "ZNAMENNY COMBINING MARK PODCHASHIE WITH VERTICAL STROKE"
        },
        {
            "codepoint": "1CF38",
            "name": "ZNAMENNY COMBINING MARK CHASHKA"
        },
        {
            "codepoint": "1CF39",
            "name": "ZNAMENNY COMBINING MARK CHASHKA POLNAYA"
        },
        {
            "codepoint": "1CF3A",
            "name": "ZNAMENNY COMBINING MARK OBLACHKO"
        },
        {
            "codepoint": "1CF3B",
            "name": "ZNAMENNY COMBINING MARK SOROCHYA NOZHKA",
            "aliases": [
                "sokolik"
            ]
        },
        {
            "codepoint": "1CF3C",
            "name": "ZNAMENNY COMBINING MARK TOCHKA"
        },
        {
            "codepoint": "1CF3D",
            "name": "ZNAMENNY COMBINING MARK DVOETOCHIE"
        },
        {
            "codepoint": "1CF3E",
            "name": "ZNAMENNY COMBINING ATTACHING VERTICAL OMET"
        },
        {
            "codepoint": "1CF3F",
            "name": "ZNAMENNY COMBINING MARK CURVED OMET"
        },
        {
            "codepoint": "1CF40",
            "name": "ZNAMENNY COMBINING MARK KRYZH"
        },
        {
            "codepoint": "1CF41",
            "name": "ZNAMENNY COMBINING LOWER TONAL RANGE INDICATOR"
        },
        {
            "codepoint": "1CF42",
            "name": "ZNAMENNY PRIZNAK MODIFIER LEVEL-2"
        },
        {
            "codepoint": "1CF43",
            "name": "ZNAMENNY PRIZNAK MODIFIER LEVEL-3"
        },
        {
            "codepoint": "1CF44",
            "name": "ZNAMENNY PRIZNAK MODIFIER DIRECTION FLIP"
        },
        {
            "codepoint": "1CF45",
            "name": "ZNAMENNY PRIZNAK MODIFIER KRYZH"
        },
        {
            "codepoint": "1CF46",
            "name": "ZNAMENNY PRIZNAK MODIFIER ROG"
        },
        {
            "codepoint": "1CF50",
            "name": "ZNAMENNY NEUME KRYUK"
        },
        {
            "codepoint": "1CF51",
            "name": "ZNAMENNY NEUME KRYUK TIKHY"
        },
        {
            "codepoint": "1CF52",
            "name": "ZNAMENNY NEUME PARAKLIT"
        },
        {
            "codepoint": "1CF53",
            "name": "ZNAMENNY NEUME DVA V CHELNU"
        },
        {
            "codepoint": "1CF54",
            "name": "ZNAMENNY NEUME KLYUCH",
            "aliases": [
                "kryuk klyuchevoy"
            ]
        },
        {
            "codepoint": "1CF55",
            "name": "ZNAMENNY NEUME ZANOZHEK"
        },
        {
            "codepoint": "1CF56",
            "name": "ZNAMENNY NEUME STOPITSA"
        },
        {
            "codepoint": "1CF57",
            "name": "ZNAMENNY NEUME STOPITSA S OCHKOM"
        },
        {
            "codepoint": "1CF58",
            "name": "ZNAMENNY NEUME PEREVODKA"
        },
        {
            "codepoint": "1CF59",
            "name": "ZNAMENNY NEUME PEREVODKA NEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF5A",
            "name": "ZNAMENNY NEUME STOPITSA WITH SOROCHYA NOZHKA",
            "comments": [
                "not a decomposable character"
            ]
        },
        {
            "codepoint": "1CF5B",
            "name": "ZNAMENNY NEUME CHELYUSTKA"
        },
        {
            "codepoint": "1CF5C",
            "name": "ZNAMENNY NEUME PALKA"
        },
        {
            "codepoint": "1CF5D",
            "name": "ZNAMENNY NEUME ZAPYATAYA"
        },
        {
            "codepoint": "1CF5E",
            "name": "ZNAMENNY NEUME GOLUBCHIK BORZY"
        },
        {
            "codepoint": "1CF5F",
            "name": "ZNAMENNY NEUME GOLUBCHIK TIKHY"
        },
        {
            "codepoint": "1CF60",
            "name": "ZNAMENNY NEUME GOLUBCHIK MRACHNY"
        },
        {
            "codepoint": "1CF61",
            "name": "ZNAMENNY NEUME GOLUBCHIK SVETLY"
        },
        {
            "codepoint": "1CF62",
            "name": "ZNAMENNY NEUME GOLUBCHIK TRESVETLY",
            "aliases": [
                "golubchik nepostoyanny"
            ]
        },
        {
            "codepoint": "1CF63",
            "name": "ZNAMENNY NEUME VRAKHIYA PROSTAYA"
        },
        {
            "codepoint": "1CF64",
            "name": "ZNAMENNY NEUME VRAKHIYA MRACHNAYA"
        },
        {
            "codepoint": "1CF65",
            "name": "ZNAMENNY NEUME VRAKHIYA SVETLAYA"
        },
        {
            "codepoint": "1CF66",
            "name": "ZNAMENNY NEUME VRAKHIYA TRESVETLAYA",
            "aliases": [
                "vrakhia nepostoyannaya"
            ]
        },
        {
            "codepoint": "1CF67",
            "name": "ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA PROSTAYA"
        },
        {
            "codepoint": "1CF68",
            "name": "ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA MRACHNAYA"
        },
        {
            "codepoint": "1CF69",
            "name": "ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA SVETLAYA"
        },
        {
            "codepoint": "1CF6A",
            "name": "ZNAMENNY NEUME VRAKHIYA KLYUCHEVAYA TRESVETLAYA",
            "aliases": [
                "vrakhia klyuchevaya nepostoyannaya"
            ]
        },
        {
            "codepoint": "1CF6B",
            "name": "ZNAMENNY NEUME DOUBLE ZAPYATAYA"
        },
        {
            "codepoint": "1CF6C",
            "name": "ZNAMENNY NEUME REVERSED CHELYUSTKA"
        },
        {
            "codepoint": "1CF6D",
            "name": "ZNAMENNY NEUME DERBITSA"
        },
        {
            "codepoint": "1CF6E",
            "name": "ZNAMENNY NEUME KHAMILO"
        },
        {
            "codepoint": "1CF6F",
            "name": "ZNAMENNY NEUME CHASHKA"
        },
        {
            "codepoint": "1CF70",
            "name": "ZNAMENNY NEUME PODCHASHIE"
        },
        {
            "codepoint": "1CF71",
            "name": "ZNAMENNY NEUME SKAMEYTSA MRACHNAYA"
        },
        {
            "codepoint": "1CF72",
            "name": "ZNAMENNY NEUME SKAMEYTSA SVETLAYA"
        },
        {
            "codepoint": "1CF73",
            "name": "ZNAMENNY NEUME SKAMEYTSA TRESVETLAYA"
        },
        {
            "codepoint": "1CF74",
            "name": "ZNAMENNY NEUME SKAMEYTSA TIKHAYA"
        },
        {
            "codepoint": "1CF75",
            "name": "ZNAMENNY NEUME DEMESTVENNY KLYUCH",
            "aliases": [
                "skameytsa klyuchevaya"
            ]
        },
        {
            "codepoint": "1CF76",
            "name": "ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA SVETLAYA"
        },
        {
            "codepoint": "1CF77",
            "name": "ZNAMENNY NEUME SKAMEYTSA KLYUCHENEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF78",
            "name": "ZNAMENNY NEUME SKAMEYTSA KLYUCHEVAYA TIKHAYA"
        },
        {
            "codepoint": "1CF79",
            "name": "ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA PROSTAYA"
        },
        {
            "codepoint": "1CF7A",
            "name": "ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA SVETLAYA"
        },
        {
            "codepoint": "1CF7B",
            "name": "ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA NEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF7C",
            "name": "ZNAMENNY NEUME SKAMEYTSA DVOECHELNAYA KLYUCHEVAYA"
        },
        {
            "codepoint": "1CF7D",
            "name": "ZNAMENNY NEUME SLOZHITIE"
        },
        {
            "codepoint": "1CF7E",
            "name": "ZNAMENNY NEUME SLOZHITIE S ZAPYATOY"
        },
        {
            "codepoint": "1CF7F",
            "name": "ZNAMENNY NEUME SLOZHITIE ZAKRYTOE"
        },
        {
            "codepoint": "1CF80",
            "name": "ZNAMENNY NEUME SLOZHITIE S KRYZHEM"
        },
        {
            "codepoint": "1CF81",
            "name": "ZNAMENNY NEUME KRYZH"
        },
        {
            "codepoint": "1CF82",
            "name": "ZNAMENNY NEUME ROG"
        },
        {
            "codepoint": "1CF83",
            "name": "ZNAMENNY NEUME FITA"
        },
        {
            "codepoint": "1CF84",
            "name": "ZNAMENNY NEUME KOBYLA"
        },
        {
            "codepoint": "1CF85",
            "name": "ZNAMENNY NEUME ZMEYTSA",
            "aliases": [
                "litso"
            ]
        },
        {
            "codepoint": "1CF86",
            "name": "ZNAMENNY NEUME STATYA"
        },
        {
            "codepoint": "1CF87",
            "name": "ZNAMENNY NEUME STATYA S ZAPYATOY"
        },
        {
            "codepoint": "1CF88",
            "name": "ZNAMENNY NEUME STATYA S KRYZHEM"
        },
        {
            "codepoint": "1CF89",
            "name": "ZNAMENNY NEUME STATYA S ZAPYATOY I KRYZHEM"
        },
        {
            "codepoint": "1CF8A",
            "name": "ZNAMENNY NEUME STATYA S KRYZHEM I ZAPYATOY"
        },
        {
            "codepoint": "1CF8B",
            "name": "ZNAMENNY NEUME STATYA ZAKRYTAYA"
        },
        {
            "codepoint": "1CF8C",
            "name": "ZNAMENNY NEUME STATYA ZAKRYTAYA S ZAPYATOY"
        },
        {
            "codepoint": "1CF8D",
            "name": "ZNAMENNY NEUME STATYA S ROGOM"
        },
        {
            "codepoint": "1CF8E",
            "name": "ZNAMENNY NEUME STATYA S DVUMYA ZAPYATYMI"
        },
        {
            "codepoint": "1CF8F",
            "name": "ZNAMENNY NEUME STATYA S ZAPYATOY I PODCHASHIEM"
        },
        {
            "codepoint": "1CF90",
            "name": "ZNAMENNY NEUME POLKULIZMY",
            "comments": [
                "not a decomposable character"
            ]
        },
        {
            "codepoint": "1CF91",
            "name": "ZNAMENNY NEUME STATYA NEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF92",
            "name": "ZNAMENNY NEUME STRELA PROSTAYA"
        },
        {
            "codepoint": "1CF93",
            "name": "ZNAMENNY NEUME STRELA MRACHNOTIKHAYA"
        },
        {
            "codepoint": "1CF94",
            "name": "ZNAMENNY NEUME STRELA KRYZHEVAYA",
            "aliases": [
                "strela polukryzhevaya"
            ]
        },
        {
            "codepoint": "1CF95",
            "name": "ZNAMENNY NEUME STRELA POLUPOVODNAYA"
        },
        {
            "codepoint": "1CF96",
            "name": "ZNAMENNY NEUME STRELA POVODNAYA"
        },
        {
            "codepoint": "1CF97",
            "name": "ZNAMENNY NEUME STRELA NEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF98",
            "name": "ZNAMENNY NEUME STRELA KLYUCHEPOVODNAYA"
        },
        {
            "codepoint": "1CF99",
            "name": "ZNAMENNY NEUME STRELA KLYUCHENEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CF9A",
            "name": "ZNAMENNY NEUME STRELA TIKHAYA PUTNAYA"
        },
        {
            "codepoint": "1CF9B",
            "name": "ZNAMENNY NEUME STRELA DVOECHELNAYA"
        },
        {
            "codepoint": "1CF9C",
            "name": "ZNAMENNY NEUME STRELA DVOECHELNOKRYZHEVAYA"
        },
        {
            "codepoint": "1CF9D",
            "name": "ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA"
        },
        {
            "codepoint": "1CF9E",
            "name": "ZNAMENNY NEUME STRELA DVOECHELNAYA KLYUCHEVAYA"
        },
        {
            "codepoint": "1CF9F",
            "name": "ZNAMENNY NEUME STRELA DVOECHELNOPOVODNAYA KLYUCHEVAYA"
        },
        {
            "codepoint": "1CFA0",
            "name": "ZNAMENNY NEUME STRELA GROMNAYA WITH SINGLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFA1",
            "name": "ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFA2",
            "name": "ZNAMENNY NEUME STRELA GROMNAYA"
        },
        {
            "codepoint": "1CFA3",
            "name": "ZNAMENNY NEUME STRELA GROMOPOVODNAYA"
        },
        {
            "codepoint": "1CFA4",
            "name": "ZNAMENNY NEUME STRELA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFA5",
            "name": "ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA"
        },
        {
            "codepoint": "1CFA6",
            "name": "ZNAMENNY NEUME STRELA GROMOKRYZHEVAYA POVODNAYA",
            "aliases": [
                "strela gromomrachnaya s kryzhem"
            ]
        },
        {
            "codepoint": "1CFA7",
            "name": "ZNAMENNY NEUME MECHIK"
        },
        {
            "codepoint": "1CFA8",
            "name": "ZNAMENNY NEUME MECHIK POVODNY"
        },
        {
            "codepoint": "1CFA9",
            "name": "ZNAMENNY NEUME MECHIK KLYUCHEVOY"
        },
        {
            "codepoint": "1CFAA",
            "name": "ZNAMENNY NEUME MECHIK KLYUCHEPOVODNY"
        },
        {
            "codepoint": "1CFAB",
            "name": "ZNAMENNY NEUME MECHIK KLYUCHENEPOSTOYANNY"
        },
        {
            "codepoint": "1CFAC",
            "name": "ZNAMENNY NEUME STRELA TRYASOGLASNAYA"
        },
        {
            "codepoint": "1CFAD",
            "name": "ZNAMENNY NEUME STRELA TRYASOPOVODNAYA"
        },
        {
            "codepoint": "1CFAE",
            "name": "ZNAMENNY NEUME STRELA TRYASOSTRELNAYA"
        },
        {
            "codepoint": "1CFAF",
            "name": "ZNAMENNY NEUME OSOKA"
        },
        {
            "codepoint": "1CFB0",
            "name": "ZNAMENNY NEUME OSOKA SVETLAYA"
        },
        {
            "codepoint": "1CFB1",
            "name": "ZNAMENNY NEUME OSOKA TRESVETLAYA",
            "aliases": [
                "osoka nepostoyannaya"
            ]
        },
        {
            "codepoint": "1CFB2",
            "name": "ZNAMENNY NEUME OSOKA KRYUKOVAYA SVETLAYA"
        },
        {
            "codepoint": "1CFB3",
            "name": "ZNAMENNY NEUME OSOKA KLYUCHEVAYA SVETLAYA"
        },
        {
            "codepoint": "1CFB4",
            "name": "ZNAMENNY NEUME OSOKA KLYUCHEVAYA NEPOSTOYANNAYA"
        },
        {
            "codepoint": "1CFB5",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA"
        },
        {
            "codepoint": "1CFB6",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA POVODNAYA"
        },
        {
            "codepoint": "1CFB7",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA WITH SINGLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFB8",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH SINGLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFB9",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMNAYA"
        },
        {
            "codepoint": "1CFBA",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA"
        },
        {
            "codepoint": "1CFBB",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOPOVODNAYA WITH DOUBLE ZAPYATAYA"
        },
        {
            "codepoint": "1CFBC",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA"
        },
        {
            "codepoint": "1CFBD",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA GROMOKRYZHEVAYA POVODNAYA",
            "aliases": [
                "strela kryukovaya gromomrachnaya s kryzhem"
            ]
        },
        {
            "codepoint": "1CFBE",
            "name": "ZNAMENNY NEUME STRELA KRYUKOVAYA TRYASKA"
        },
        {
            "codepoint": "1CFBF",
            "name": "ZNAMENNY NEUME KUFISMA"
        },
        {
            "codepoint": "1CFC0",
            "name": "ZNAMENNY NEUME OBLAKO"
        },
        {
            "codepoint": "1CFC1",
            "name": "ZNAMENNY NEUME DUDA"
        },
        {
            "codepoint": "1CFC2",
            "name": "ZNAMENNY NEUME NEMKA"
        },
        {
            "codepoint": "1CFC3",
            "name": "ZNAMENNY NEUME PAUK"
        },
        {
            "codepoint": "1D000",
            "name": "BYZANTINE MUSICAL SYMBOL PSILI"
        },
        {
            "codepoint": "1D001",
            "name": "BYZANTINE MUSICAL SYMBOL DASEIA"
        },
        {
            "codepoint": "1D002",
            "name": "BYZANTINE MUSICAL SYMBOL PERISPOMENI"
        },
        {
            "codepoint": "1D003",
            "name": "BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON"
        },
        {
            "codepoint": "1D004",
            "name": "BYZANTINE MUSICAL SYMBOL OXEIA DIPLI"
        },
        {
            "codepoint": "1D005",
            "name": "BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON"
        },
        {
            "codepoint": "1D006",
            "name": "BYZANTINE MUSICAL SYMBOL VAREIA DIPLI"
        },
        {
            "codepoint": "1D007",
            "name": "BYZANTINE MUSICAL SYMBOL KATHISTI"
        },
        {
            "codepoint": "1D008",
            "name": "BYZANTINE MUSICAL SYMBOL SYRMATIKI"
        },
        {
            "codepoint": "1D009",
            "name": "BYZANTINE MUSICAL SYMBOL PARAKLITIKI"
        },
        {
            "codepoint": "1D00A",
            "name": "BYZANTINE MUSICAL SYMBOL YPOKRISIS"
        },
        {
            "codepoint": "1D00B",
            "name": "BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI"
        },
        {
            "codepoint": "1D00C",
            "name": "BYZANTINE MUSICAL SYMBOL KREMASTI"
        },
        {
            "codepoint": "1D00D",
            "name": "BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON"
        },
        {
            "codepoint": "1D00E",
            "name": "BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON"
        },
        {
            "codepoint": "1D00F",
            "name": "BYZANTINE MUSICAL SYMBOL TELEIA"
        },
        {
            "codepoint": "1D010",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMATA"
        },
        {
            "codepoint": "1D011",
            "name": "BYZANTINE MUSICAL SYMBOL APOSTROFOS"
        },
        {
            "codepoint": "1D012",
            "name": "BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI"
        },
        {
            "codepoint": "1D013",
            "name": "BYZANTINE MUSICAL SYMBOL SYNEVMA"
        },
        {
            "codepoint": "1D014",
            "name": "BYZANTINE MUSICAL SYMBOL THITA"
        },
        {
            "codepoint": "1D015",
            "name": "BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION"
        },
        {
            "codepoint": "1D016",
            "name": "BYZANTINE MUSICAL SYMBOL GORGON ARCHAION"
        },
        {
            "codepoint": "1D017",
            "name": "BYZANTINE MUSICAL SYMBOL PSILON"
        },
        {
            "codepoint": "1D018",
            "name": "BYZANTINE MUSICAL SYMBOL CHAMILON"
        },
        {
            "codepoint": "1D019",
            "name": "BYZANTINE MUSICAL SYMBOL VATHY"
        },
        {
            "codepoint": "1D01A",
            "name": "BYZANTINE MUSICAL SYMBOL ISON ARCHAION"
        },
        {
            "codepoint": "1D01B",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION"
        },
        {
            "codepoint": "1D01C",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION"
        },
        {
            "codepoint": "1D01D",
            "name": "BYZANTINE MUSICAL SYMBOL SAXIMATA"
        },
        {
            "codepoint": "1D01E",
            "name": "BYZANTINE MUSICAL SYMBOL PARICHON"
        },
        {
            "codepoint": "1D01F",
            "name": "BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA"
        },
        {
            "codepoint": "1D020",
            "name": "BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION"
        },
        {
            "codepoint": "1D021",
            "name": "BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION"
        },
        {
            "codepoint": "1D022",
            "name": "BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION"
        },
        {
            "codepoint": "1D023",
            "name": "BYZANTINE MUSICAL SYMBOL APOTHEMA"
        },
        {
            "codepoint": "1D024",
            "name": "BYZANTINE MUSICAL SYMBOL KLASMA"
        },
        {
            "codepoint": "1D025",
            "name": "BYZANTINE MUSICAL SYMBOL REVMA"
        },
        {
            "codepoint": "1D026",
            "name": "BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION"
        },
        {
            "codepoint": "1D027",
            "name": "BYZANTINE MUSICAL SYMBOL TINAGMA"
        },
        {
            "codepoint": "1D028",
            "name": "BYZANTINE MUSICAL SYMBOL ANATRICHISMA"
        },
        {
            "codepoint": "1D029",
            "name": "BYZANTINE MUSICAL SYMBOL SEISMA"
        },
        {
            "codepoint": "1D02A",
            "name": "BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION"
        },
        {
            "codepoint": "1D02B",
            "name": "BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU"
        },
        {
            "codepoint": "1D02C",
            "name": "BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION"
        },
        {
            "codepoint": "1D02D",
            "name": "BYZANTINE MUSICAL SYMBOL THEMA"
        },
        {
            "codepoint": "1D02E",
            "name": "BYZANTINE MUSICAL SYMBOL LEMOI"
        },
        {
            "codepoint": "1D02F",
            "name": "BYZANTINE MUSICAL SYMBOL DYO"
        },
        {
            "codepoint": "1D030",
            "name": "BYZANTINE MUSICAL SYMBOL TRIA"
        },
        {
            "codepoint": "1D031",
            "name": "BYZANTINE MUSICAL SYMBOL TESSERA"
        },
        {
            "codepoint": "1D032",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMATA"
        },
        {
            "codepoint": "1D033",
            "name": "BYZANTINE MUSICAL SYMBOL APESO EXO NEO"
        },
        {
            "codepoint": "1D034",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION"
        },
        {
            "codepoint": "1D035",
            "name": "BYZANTINE MUSICAL SYMBOL IMIFTHORA"
        },
        {
            "codepoint": "1D036",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION"
        },
        {
            "codepoint": "1D037",
            "name": "BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON"
        },
        {
            "codepoint": "1D038",
            "name": "BYZANTINE MUSICAL SYMBOL PELASTON"
        },
        {
            "codepoint": "1D039",
            "name": "BYZANTINE MUSICAL SYMBOL PSIFISTON"
        },
        {
            "codepoint": "1D03A",
            "name": "BYZANTINE MUSICAL SYMBOL KONTEVMA"
        },
        {
            "codepoint": "1D03B",
            "name": "BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION"
        },
        {
            "codepoint": "1D03C",
            "name": "BYZANTINE MUSICAL SYMBOL RAPISMA"
        },
        {
            "codepoint": "1D03D",
            "name": "BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION"
        },
        {
            "codepoint": "1D03E",
            "name": "BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION"
        },
        {
            "codepoint": "1D03F",
            "name": "BYZANTINE MUSICAL SYMBOL ICHADIN"
        },
        {
            "codepoint": "1D040",
            "name": "BYZANTINE MUSICAL SYMBOL NANA"
        },
        {
            "codepoint": "1D041",
            "name": "BYZANTINE MUSICAL SYMBOL PETASMA"
        },
        {
            "codepoint": "1D042",
            "name": "BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO"
        },
        {
            "codepoint": "1D043",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKON ALLO"
        },
        {
            "codepoint": "1D044",
            "name": "BYZANTINE MUSICAL SYMBOL STRAGGISMATA"
        },
        {
            "codepoint": "1D045",
            "name": "BYZANTINE MUSICAL SYMBOL GRONTHISMATA"
        },
        {
            "codepoint": "1D046",
            "name": "BYZANTINE MUSICAL SYMBOL ISON NEO"
        },
        {
            "codepoint": "1D047",
            "name": "BYZANTINE MUSICAL SYMBOL OLIGON NEO"
        },
        {
            "codepoint": "1D048",
            "name": "BYZANTINE MUSICAL SYMBOL OXEIA NEO"
        },
        {
            "codepoint": "1D049",
            "name": "BYZANTINE MUSICAL SYMBOL PETASTI"
        },
        {
            "codepoint": "1D04A",
            "name": "BYZANTINE MUSICAL SYMBOL KOUFISMA"
        },
        {
            "codepoint": "1D04B",
            "name": "BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA"
        },
        {
            "codepoint": "1D04C",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA"
        },
        {
            "codepoint": "1D04D",
            "name": "BYZANTINE MUSICAL SYMBOL PELASTON NEO"
        },
        {
            "codepoint": "1D04E",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO"
        },
        {
            "codepoint": "1D04F",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO"
        },
        {
            "codepoint": "1D050",
            "name": "BYZANTINE MUSICAL SYMBOL YPSILI"
        },
        {
            "codepoint": "1D051",
            "name": "BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO"
        },
        {
            "codepoint": "1D052",
            "name": "BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO"
        },
        {
            "codepoint": "1D053",
            "name": "BYZANTINE MUSICAL SYMBOL YPORROI"
        },
        {
            "codepoint": "1D054",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON"
        },
        {
            "codepoint": "1D055",
            "name": "BYZANTINE MUSICAL SYMBOL ELAFRON"
        },
        {
            "codepoint": "1D056",
            "name": "BYZANTINE MUSICAL SYMBOL CHAMILI"
        },
        {
            "codepoint": "1D057",
            "name": "BYZANTINE MUSICAL SYMBOL MIKRON ISON"
        },
        {
            "codepoint": "1D058",
            "name": "BYZANTINE MUSICAL SYMBOL VAREIA NEO"
        },
        {
            "codepoint": "1D059",
            "name": "BYZANTINE MUSICAL SYMBOL PIASMA NEO"
        },
        {
            "codepoint": "1D05A",
            "name": "BYZANTINE MUSICAL SYMBOL PSIFISTON NEO"
        },
        {
            "codepoint": "1D05B",
            "name": "BYZANTINE MUSICAL SYMBOL OMALON"
        },
        {
            "codepoint": "1D05C",
            "name": "BYZANTINE MUSICAL SYMBOL ANTIKENOMA"
        },
        {
            "codepoint": "1D05D",
            "name": "BYZANTINE MUSICAL SYMBOL LYGISMA"
        },
        {
            "codepoint": "1D05E",
            "name": "BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO"
        },
        {
            "codepoint": "1D05F",
            "name": "BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO"
        },
        {
            "codepoint": "1D060",
            "name": "BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA"
        },
        {
            "codepoint": "1D061",
            "name": "BYZANTINE MUSICAL SYMBOL KYLISMA"
        },
        {
            "codepoint": "1D062",
            "name": "BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA"
        },
        {
            "codepoint": "1D063",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKON NEO"
        },
        {
            "codepoint": "1D064",
            "name": "BYZANTINE MUSICAL SYMBOL EKSTREPTON"
        },
        {
            "codepoint": "1D065",
            "name": "BYZANTINE MUSICAL SYMBOL SYNAGMA NEO"
        },
        {
            "codepoint": "1D066",
            "name": "BYZANTINE MUSICAL SYMBOL SYRMA"
        },
        {
            "codepoint": "1D067",
            "name": "BYZANTINE MUSICAL SYMBOL CHOREVMA NEO"
        },
        {
            "codepoint": "1D068",
            "name": "BYZANTINE MUSICAL SYMBOL EPEGERMA"
        },
        {
            "codepoint": "1D069",
            "name": "BYZANTINE MUSICAL SYMBOL SEISMA NEO"
        },
        {
            "codepoint": "1D06A",
            "name": "BYZANTINE MUSICAL SYMBOL XIRON KLASMA"
        },
        {
            "codepoint": "1D06B",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON"
        },
        {
            "codepoint": "1D06C",
            "name": "BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA"
        },
        {
            "codepoint": "1D06D",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA"
        },
        {
            "codepoint": "1D06E",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA"
        },
        {
            "codepoint": "1D06F",
            "name": "BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA"
        },
        {
            "codepoint": "1D070",
            "name": "BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA"
        },
        {
            "codepoint": "1D071",
            "name": "BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA"
        },
        {
            "codepoint": "1D072",
            "name": "BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON"
        },
        {
            "codepoint": "1D073",
            "name": "BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON"
        },
        {
            "codepoint": "1D074",
            "name": "BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON"
        },
        {
            "codepoint": "1D075",
            "name": "BYZANTINE MUSICAL SYMBOL OYRANISMA NEO"
        },
        {
            "codepoint": "1D076",
            "name": "BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO"
        },
        {
            "codepoint": "1D077",
            "name": "BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO"
        },
        {
            "codepoint": "1D078",
            "name": "BYZANTINE MUSICAL SYMBOL THEMA APLOUN"
        },
        {
            "codepoint": "1D079",
            "name": "BYZANTINE MUSICAL SYMBOL THES KAI APOTHES"
        },
        {
            "codepoint": "1D07A",
            "name": "BYZANTINE MUSICAL SYMBOL KATAVASMA"
        },
        {
            "codepoint": "1D07B",
            "name": "BYZANTINE MUSICAL SYMBOL ENDOFONON"
        },
        {
            "codepoint": "1D07C",
            "name": "BYZANTINE MUSICAL SYMBOL YFEN KATO"
        },
        {
            "codepoint": "1D07D",
            "name": "BYZANTINE MUSICAL SYMBOL YFEN ANO"
        },
        {
            "codepoint": "1D07E",
            "name": "BYZANTINE MUSICAL SYMBOL STAVROS"
        },
        {
            "codepoint": "1D07F",
            "name": "BYZANTINE MUSICAL SYMBOL KLASMA ANO"
        },
        {
            "codepoint": "1D080",
            "name": "BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION"
        },
        {
            "codepoint": "1D081",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION"
        },
        {
            "codepoint": "1D082",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMA ALLO"
        },
        {
            "codepoint": "1D083",
            "name": "BYZANTINE MUSICAL SYMBOL KRATIMA NEO"
        },
        {
            "codepoint": "1D084",
            "name": "BYZANTINE MUSICAL SYMBOL APODERMA NEO"
        },
        {
            "codepoint": "1D085",
            "name": "BYZANTINE MUSICAL SYMBOL APLI"
        },
        {
            "codepoint": "1D086",
            "name": "BYZANTINE MUSICAL SYMBOL DIPLI"
        },
        {
            "codepoint": "1D087",
            "name": "BYZANTINE MUSICAL SYMBOL TRIPLI"
        },
        {
            "codepoint": "1D088",
            "name": "BYZANTINE MUSICAL SYMBOL TETRAPLI"
        },
        {
            "codepoint": "1D089",
            "name": "BYZANTINE MUSICAL SYMBOL KORONIS"
        },
        {
            "codepoint": "1D08A",
            "name": "BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU"
        },
        {
            "codepoint": "1D08B",
            "name": "BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON"
        },
        {
            "codepoint": "1D08C",
            "name": "BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON"
        },
        {
            "codepoint": "1D08D",
            "name": "BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON"
        },
        {
            "codepoint": "1D08E",
            "name": "BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU"
        },
        {
            "codepoint": "1D08F",
            "name": "BYZANTINE MUSICAL SYMBOL GORGON NEO ANO"
        },
        {
            "codepoint": "1D090",
            "name": "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA"
        },
        {
            "codepoint": "1D091",
            "name": "BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA"
        },
        {
            "codepoint": "1D092",
            "name": "BYZANTINE MUSICAL SYMBOL DIGORGON"
        },
        {
            "codepoint": "1D093",
            "name": "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO"
        },
        {
            "codepoint": "1D094",
            "name": "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO"
        },
        {
            "codepoint": "1D095",
            "name": "BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA"
        },
        {
            "codepoint": "1D096",
            "name": "BYZANTINE MUSICAL SYMBOL TRIGORGON"
        },
        {
            "codepoint": "1D097",
            "name": "BYZANTINE MUSICAL SYMBOL ARGON"
        },
        {
            "codepoint": "1D098",
            "name": "BYZANTINE MUSICAL SYMBOL IMIDIARGON",
            "comments": [
                "called diargon by some authorities"
            ]
        },
        {
            "codepoint": "1D099",
            "name": "BYZANTINE MUSICAL SYMBOL DIARGON",
            "comments": [
                "called triargon by some authorities"
            ]
        },
        {
            "codepoint": "1D09A",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI"
        },
        {
            "codepoint": "1D09B",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI"
        },
        {
            "codepoint": "1D09C",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI ARGI"
        },
        {
            "codepoint": "1D09D",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI METRIA"
        },
        {
            "codepoint": "1D09E",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI MESI"
        },
        {
            "codepoint": "1D09F",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI GORGI"
        },
        {
            "codepoint": "1D0A0",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI"
        },
        {
            "codepoint": "1D0A1",
            "name": "BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI"
        },
        {
            "codepoint": "1D0A2",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS"
        },
        {
            "codepoint": "1D0A3",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS"
        },
        {
            "codepoint": "1D0A4",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS"
        },
        {
            "codepoint": "1D0A5",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS"
        },
        {
            "codepoint": "1D0A6",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS"
        },
        {
            "codepoint": "1D0A7",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS"
        },
        {
            "codepoint": "1D0A8",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS"
        },
        {
            "codepoint": "1D0A9",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS"
        },
        {
            "codepoint": "1D0AA",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS"
        },
        {
            "codepoint": "1D0AB",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS"
        },
        {
            "codepoint": "1D0AC",
            "name": "BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS"
        },
        {
            "codepoint": "1D0AD",
            "name": "BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS"
        },
        {
            "codepoint": "1D0AE",
            "name": "BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS"
        },
        {
            "codepoint": "1D0AF",
            "name": "BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS"
        },
        {
            "codepoint": "1D0B0",
            "name": "BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS"
        },
        {
            "codepoint": "1D0B1",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS"
        },
        {
            "codepoint": "1D0B2",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS"
        },
        {
            "codepoint": "1D0B3",
            "name": "BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS"
        },
        {
            "codepoint": "1D0B4",
            "name": "BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN",
            "comments": [
                "used in intonation formulas instead of nu, before phonemes a, i, o, u"
            ],
            "crossReferences": [
                "(greek small letter nu - 03BD)"
            ]
        },
        {
            "codepoint": "1D0B5",
            "name": "BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN",
            "comments": [
                "used in intonation formulas instead of nu, before phoneme e"
            ],
            "crossReferences": [
                "(greek small letter nu - 03BD)"
            ]
        },
        {
            "codepoint": "1D0B6",
            "name": "BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU"
        },
        {
            "codepoint": "1D0B7",
            "name": "BYZANTINE MUSICAL SYMBOL IMIFONON"
        },
        {
            "codepoint": "1D0B8",
            "name": "BYZANTINE MUSICAL SYMBOL IMIFTHORON"
        },
        {
            "codepoint": "1D0B9",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU"
        },
        {
            "codepoint": "1D0BA",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA"
        },
        {
            "codepoint": "1D0BB",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA"
        },
        {
            "codepoint": "1D0BC",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS"
        },
        {
            "codepoint": "1D0BD",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI"
        },
        {
            "codepoint": "1D0BE",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI"
        },
        {
            "codepoint": "1D0BF",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE"
        },
        {
            "codepoint": "1D0C0",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO"
        },
        {
            "codepoint": "1D0C1",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO"
        },
        {
            "codepoint": "1D0C2",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO"
        },
        {
            "codepoint": "1D0C3",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS"
        },
        {
            "codepoint": "1D0C4",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS"
        },
        {
            "codepoint": "1D0C5",
            "name": "BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS",
            "other": [
                "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA VASIS"
            ],
            "comments": [
                "misspelling of \"FTHORA\" in character name is a known defect"
            ]
        },
        {
            "codepoint": "1D0C6",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI"
        },
        {
            "codepoint": "1D0C7",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA NENANO"
        },
        {
            "codepoint": "1D0C8",
            "name": "BYZANTINE MUSICAL SYMBOL CHROA ZYGOS"
        },
        {
            "codepoint": "1D0C9",
            "name": "BYZANTINE MUSICAL SYMBOL CHROA KLITON"
        },
        {
            "codepoint": "1D0CA",
            "name": "BYZANTINE MUSICAL SYMBOL CHROA SPATHI"
        },
        {
            "codepoint": "1D0CB",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION"
        },
        {
            "codepoint": "1D0CC",
            "name": "BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA"
        },
        {
            "codepoint": "1D0CD",
            "name": "BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION"
        },
        {
            "codepoint": "1D0CE",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION"
        },
        {
            "codepoint": "1D0CF",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION"
        },
        {
            "codepoint": "1D0D0",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA"
        },
        {
            "codepoint": "1D0D1",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA"
        },
        {
            "codepoint": "1D0D2",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA"
        },
        {
            "codepoint": "1D0D3",
            "name": "BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA"
        },
        {
            "codepoint": "1D0D4",
            "name": "BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA"
        },
        {
            "codepoint": "1D0D5",
            "name": "BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA"
        },
        {
            "codepoint": "1D0D6",
            "name": "BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA"
        },
        {
            "codepoint": "1D0D7",
            "name": "BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA"
        },
        {
            "codepoint": "1D0D8",
            "name": "BYZANTINE MUSICAL SYMBOL GENIKI DIESIS"
        },
        {
            "codepoint": "1D0D9",
            "name": "BYZANTINE MUSICAL SYMBOL GENIKI YFESIS"
        },
        {
            "codepoint": "1D0DA",
            "name": "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI",
            "crossReferences": [
                "(musical symbol short barline - 1D105)"
            ]
        },
        {
            "codepoint": "1D0DB",
            "name": "BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI",
            "crossReferences": [
                "(musical symbol single barline - 1D100)"
            ]
        },
        {
            "codepoint": "1D0DC",
            "name": "BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI"
        },
        {
            "codepoint": "1D0DD",
            "name": "BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS"
        },
        {
            "codepoint": "1D0DE",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS"
        },
        {
            "codepoint": "1D0DF",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU"
        },
        {
            "codepoint": "1D0E0",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU"
        },
        {
            "codepoint": "1D0E1",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU"
        },
        {
            "codepoint": "1D0E2",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS"
        },
        {
            "codepoint": "1D0E3",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU"
        },
        {
            "codepoint": "1D0E4",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU"
        },
        {
            "codepoint": "1D0E5",
            "name": "BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU"
        },
        {
            "codepoint": "1D0E6",
            "name": "BYZANTINE MUSICAL SYMBOL DIGRAMMA GG"
        },
        {
            "codepoint": "1D0E7",
            "name": "BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU",
            "crossReferences": [
                "(latin small letter ou - 0223)"
            ]
        },
        {
            "codepoint": "1D0E8",
            "name": "BYZANTINE MUSICAL SYMBOL STIGMA",
            "crossReferences": [
                "(greek small letter stigma - 03DB)"
            ]
        },
        {
            "codepoint": "1D0E9",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO PA"
        },
        {
            "codepoint": "1D0EA",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO VOU"
        },
        {
            "codepoint": "1D0EB",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO GA"
        },
        {
            "codepoint": "1D0EC",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO DI"
        },
        {
            "codepoint": "1D0ED",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO KE"
        },
        {
            "codepoint": "1D0EE",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO ZO"
        },
        {
            "codepoint": "1D0EF",
            "name": "BYZANTINE MUSICAL SYMBOL ARKTIKO NI"
        },
        {
            "codepoint": "1D0F0",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO"
        },
        {
            "codepoint": "1D0F1",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO"
        },
        {
            "codepoint": "1D0F2",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO"
        },
        {
            "codepoint": "1D0F3",
            "name": "BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO"
        },
        {
            "codepoint": "1D0F4",
            "name": "BYZANTINE MUSICAL SYMBOL KLASMA KATO"
        },
        {
            "codepoint": "1D0F5",
            "name": "BYZANTINE MUSICAL SYMBOL GORGON NEO KATO"
        },
        {
            "codepoint": "1D100",
            "name": "MUSICAL SYMBOL SINGLE BARLINE"
        },
        {
            "codepoint": "1D101",
            "name": "MUSICAL SYMBOL DOUBLE BARLINE"
        },
        {
            "codepoint": "1D102",
            "name": "MUSICAL SYMBOL FINAL BARLINE"
        },
        {
            "codepoint": "1D103",
            "name": "MUSICAL SYMBOL REVERSE FINAL BARLINE"
        },
        {
            "codepoint": "1D104",
            "name": "MUSICAL SYMBOL DASHED BARLINE"
        },
        {
            "codepoint": "1D105",
            "name": "MUSICAL SYMBOL SHORT BARLINE"
        },
        {
            "codepoint": "1D106",
            "name": "MUSICAL SYMBOL LEFT REPEAT SIGN"
        },
        {
            "codepoint": "1D107",
            "name": "MUSICAL SYMBOL RIGHT REPEAT SIGN"
        },
        {
            "codepoint": "1D108",
            "name": "MUSICAL SYMBOL REPEAT DOTS"
        },
        {
            "codepoint": "1D109",
            "name": "MUSICAL SYMBOL DAL SEGNO"
        },
        {
            "codepoint": "1D10A",
            "name": "MUSICAL SYMBOL DA CAPO"
        },
        {
            "codepoint": "1D10B",
            "name": "MUSICAL SYMBOL SEGNO"
        },
        {
            "codepoint": "1D10C",
            "name": "MUSICAL SYMBOL CODA"
        },
        {
            "codepoint": "1D10D",
            "name": "MUSICAL SYMBOL REPEATED FIGURE-1"
        },
        {
            "codepoint": "1D10E",
            "name": "MUSICAL SYMBOL REPEATED FIGURE-2"
        },
        {
            "codepoint": "1D10F",
            "name": "MUSICAL SYMBOL REPEATED FIGURE-3"
        },
        {
            "codepoint": "1D110",
            "name": "MUSICAL SYMBOL FERMATA"
        },
        {
            "codepoint": "1D111",
            "name": "MUSICAL SYMBOL FERMATA BELOW"
        },
        {
            "codepoint": "1D112",
            "name": "MUSICAL SYMBOL BREATH MARK"
        },
        {
            "codepoint": "1D113",
            "name": "MUSICAL SYMBOL CAESURA"
        },
        {
            "codepoint": "1D114",
            "name": "MUSICAL SYMBOL BRACE"
        },
        {
            "codepoint": "1D115",
            "name": "MUSICAL SYMBOL BRACKET"
        },
        {
            "codepoint": "1D116",
            "name": "MUSICAL SYMBOL ONE-LINE STAFF"
        },
        {
            "codepoint": "1D117",
            "name": "MUSICAL SYMBOL TWO-LINE STAFF"
        },
        {
            "codepoint": "1D118",
            "name": "MUSICAL SYMBOL THREE-LINE STAFF"
        },
        {
            "codepoint": "1D119",
            "name": "MUSICAL SYMBOL FOUR-LINE STAFF"
        },
        {
            "codepoint": "1D11A",
            "name": "MUSICAL SYMBOL FIVE-LINE STAFF"
        },
        {
            "codepoint": "1D11B",
            "name": "MUSICAL SYMBOL SIX-LINE STAFF"
        },
        {
            "codepoint": "1D11C",
            "name": "MUSICAL SYMBOL SIX-STRING FRETBOARD"
        },
        {
            "codepoint": "1D11D",
            "name": "MUSICAL SYMBOL FOUR-STRING FRETBOARD"
        },
        {
            "codepoint": "1D11E",
            "name": "MUSICAL SYMBOL G CLEF",
            "crossReferences": [
                "(musical score - 1F3BC)"
            ]
        },
        {
            "codepoint": "1D11F",
            "name": "MUSICAL SYMBOL G CLEF OTTAVA ALTA"
        },
        {
            "codepoint": "1D120",
            "name": "MUSICAL SYMBOL G CLEF OTTAVA BASSA"
        },
        {
            "codepoint": "1D121",
            "name": "MUSICAL SYMBOL C CLEF"
        },
        {
            "codepoint": "1D122",
            "name": "MUSICAL SYMBOL F CLEF"
        },
        {
            "codepoint": "1D123",
            "name": "MUSICAL SYMBOL F CLEF OTTAVA ALTA"
        },
        {
            "codepoint": "1D124",
            "name": "MUSICAL SYMBOL F CLEF OTTAVA BASSA"
        },
        {
            "codepoint": "1D125",
            "name": "MUSICAL SYMBOL DRUM CLEF-1"
        },
        {
            "codepoint": "1D126",
            "name": "MUSICAL SYMBOL DRUM CLEF-2"
        },
        {
            "codepoint": "1D129",
            "name": "MUSICAL SYMBOL MULTIPLE MEASURE REST",
            "comments": [
                "used to represent rests of arbitrary lengths, extending across multiple measures"
            ],
            "crossReferences": [
                "(musical symbol multi rest - 1D13A)"
            ]
        },
        {
            "codepoint": "1D12A",
            "name": "MUSICAL SYMBOL DOUBLE SHARP"
        },
        {
            "codepoint": "1D12B",
            "name": "MUSICAL SYMBOL DOUBLE FLAT"
        },
        {
            "codepoint": "1D12C",
            "name": "MUSICAL SYMBOL FLAT UP"
        },
        {
            "codepoint": "1D12D",
            "name": "MUSICAL SYMBOL FLAT DOWN"
        },
        {
            "codepoint": "1D12E",
            "name": "MUSICAL SYMBOL NATURAL UP"
        },
        {
            "codepoint": "1D12F",
            "name": "MUSICAL SYMBOL NATURAL DOWN"
        },
        {
            "codepoint": "1D130",
            "name": "MUSICAL SYMBOL SHARP UP"
        },
        {
            "codepoint": "1D131",
            "name": "MUSICAL SYMBOL SHARP DOWN"
        },
        {
            "codepoint": "1D132",
            "name": "MUSICAL SYMBOL QUARTER TONE SHARP"
        },
        {
            "codepoint": "1D133",
            "name": "MUSICAL SYMBOL QUARTER TONE FLAT"
        },
        {
            "codepoint": "1D134",
            "name": "MUSICAL SYMBOL COMMON TIME"
        },
        {
            "codepoint": "1D135",
            "name": "MUSICAL SYMBOL CUT TIME"
        },
        {
            "codepoint": "1D136",
            "name": "MUSICAL SYMBOL OTTAVA ALTA"
        },
        {
            "codepoint": "1D137",
            "name": "MUSICAL SYMBOL OTTAVA BASSA"
        },
        {
            "codepoint": "1D138",
            "name": "MUSICAL SYMBOL QUINDICESIMA ALTA"
        },
        {
            "codepoint": "1D139",
            "name": "MUSICAL SYMBOL QUINDICESIMA BASSA"
        },
        {
            "codepoint": "1D13A",
            "name": "MUSICAL SYMBOL MULTI REST",
            "aliases": [
                "double whole-rest, breve rest"
            ],
            "crossReferences": [
                "(musical symbol multiple measure rest - 1D129)"
            ]
        },
        {
            "codepoint": "1D13B",
            "name": "MUSICAL SYMBOL WHOLE REST",
            "aliases": [
                "semibreve rest"
            ]
        },
        {
            "codepoint": "1D13C",
            "name": "MUSICAL SYMBOL HALF REST",
            "aliases": [
                "minim rest"
            ]
        },
        {
            "codepoint": "1D13D",
            "name": "MUSICAL SYMBOL QUARTER REST",
            "aliases": [
                "crochet rest"
            ]
        },
        {
            "codepoint": "1D13E",
            "name": "MUSICAL SYMBOL EIGHTH REST",
            "aliases": [
                "quaver rest"
            ]
        },
        {
            "codepoint": "1D13F",
            "name": "MUSICAL SYMBOL SIXTEENTH REST",
            "aliases": [
                "semiquaver rest"
            ]
        },
        {
            "codepoint": "1D140",
            "name": "MUSICAL SYMBOL THIRTY-SECOND REST",
            "aliases": [
                "demisemiquaver rest"
            ]
        },
        {
            "codepoint": "1D141",
            "name": "MUSICAL SYMBOL SIXTY-FOURTH REST",
            "aliases": [
                "hemidemisemiquaver rest, semidemisemiquaver rest"
            ]
        },
        {
            "codepoint": "1D142",
            "name": "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST",
            "aliases": [
                "semihemidemisemiquaver rest, quasihemidemisemiquaver rest"
            ]
        },
        {
            "codepoint": "1D143",
            "name": "MUSICAL SYMBOL X NOTEHEAD"
        },
        {
            "codepoint": "1D144",
            "name": "MUSICAL SYMBOL PLUS NOTEHEAD"
        },
        {
            "codepoint": "1D145",
            "name": "MUSICAL SYMBOL CIRCLE X NOTEHEAD"
        },
        {
            "codepoint": "1D146",
            "name": "MUSICAL SYMBOL SQUARE NOTEHEAD WHITE"
        },
        {
            "codepoint": "1D147",
            "name": "MUSICAL SYMBOL SQUARE NOTEHEAD BLACK"
        },
        {
            "codepoint": "1D148",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE"
        },
        {
            "codepoint": "1D149",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK"
        },
        {
            "codepoint": "1D14A",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE"
        },
        {
            "codepoint": "1D14B",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK"
        },
        {
            "codepoint": "1D14C",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE"
        },
        {
            "codepoint": "1D14D",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK"
        },
        {
            "codepoint": "1D14E",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE"
        },
        {
            "codepoint": "1D14F",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK"
        },
        {
            "codepoint": "1D150",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE"
        },
        {
            "codepoint": "1D151",
            "name": "MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK"
        },
        {
            "codepoint": "1D152",
            "name": "MUSICAL SYMBOL MOON NOTEHEAD WHITE"
        },
        {
            "codepoint": "1D153",
            "name": "MUSICAL SYMBOL MOON NOTEHEAD BLACK"
        },
        {
            "codepoint": "1D154",
            "name": "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE"
        },
        {
            "codepoint": "1D155",
            "name": "MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK"
        },
        {
            "codepoint": "1D156",
            "name": "MUSICAL SYMBOL PARENTHESIS NOTEHEAD"
        },
        {
            "codepoint": "1D157",
            "name": "MUSICAL SYMBOL VOID NOTEHEAD"
        },
        {
            "codepoint": "1D158",
            "name": "MUSICAL SYMBOL NOTEHEAD BLACK"
        },
        {
            "codepoint": "1D159",
            "name": "MUSICAL SYMBOL NULL NOTEHEAD"
        },
        {
            "codepoint": "1D15A",
            "name": "MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE"
        },
        {
            "codepoint": "1D15B",
            "name": "MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK"
        },
        {
            "codepoint": "1D15C",
            "name": "MUSICAL SYMBOL BREVE"
        },
        {
            "codepoint": "1D15D",
            "name": "MUSICAL SYMBOL WHOLE NOTE",
            "aliases": [
                "semibreve"
            ]
        },
        {
            "codepoint": "1D15E",
            "name": "MUSICAL SYMBOL HALF NOTE",
            "aliases": [
                "minim"
            ],
            "decompositions": [
                [
                    "1D157",
                    "1D165"
                ]
            ]
        },
        {
            "codepoint": "1D15F",
            "name": "MUSICAL SYMBOL QUARTER NOTE",
            "aliases": [
                "crotchet"
            ],
            "crossReferences": [
                "(quarter note - 2669)"
            ],
            "decompositions": [
                [
                    "1D158",
                    "1D165"
                ]
            ]
        },
        {
            "codepoint": "1D160",
            "name": "MUSICAL SYMBOL EIGHTH NOTE",
            "aliases": [
                "quaver"
            ],
            "crossReferences": [
                "(eighth note - 266A)"
            ],
            "decompositions": [
                [
                    "1D15F",
                    "1D16E"
                ]
            ]
        },
        {
            "codepoint": "1D161",
            "name": "MUSICAL SYMBOL SIXTEENTH NOTE",
            "aliases": [
                "semiquaver"
            ],
            "decompositions": [
                [
                    "1D15F",
                    "1D16F"
                ]
            ]
        },
        {
            "codepoint": "1D162",
            "name": "MUSICAL SYMBOL THIRTY-SECOND NOTE",
            "aliases": [
                "demisemiquaver"
            ],
            "decompositions": [
                [
                    "1D15F",
                    "1D170"
                ]
            ]
        },
        {
            "codepoint": "1D163",
            "name": "MUSICAL SYMBOL SIXTY-FOURTH NOTE",
            "aliases": [
                "hemidemisemiquaver, semidemisemiquaver"
            ],
            "decompositions": [
                [
                    "1D15F",
                    "1D171"
                ]
            ]
        },
        {
            "codepoint": "1D164",
            "name": "MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE",
            "aliases": [
                "semihemidemisemiquaver, quasihemidemisemiquaver"
            ],
            "decompositions": [
                [
                    "1D15F",
                    "1D172"
                ]
            ]
        },
        {
            "codepoint": "1D165",
            "name": "MUSICAL SYMBOL COMBINING STEM"
        },
        {
            "codepoint": "1D166",
            "name": "MUSICAL SYMBOL COMBINING SPRECHGESANG STEM"
        },
        {
            "codepoint": "1D167",
            "name": "MUSICAL SYMBOL COMBINING TREMOLO-1"
        },
        {
            "codepoint": "1D168",
            "name": "MUSICAL SYMBOL COMBINING TREMOLO-2"
        },
        {
            "codepoint": "1D169",
            "name": "MUSICAL SYMBOL COMBINING TREMOLO-3"
        },
        {
            "codepoint": "1D16A",
            "name": "MUSICAL SYMBOL FINGERED TREMOLO-1"
        },
        {
            "codepoint": "1D16B",
            "name": "MUSICAL SYMBOL FINGERED TREMOLO-2"
        },
        {
            "codepoint": "1D16C",
            "name": "MUSICAL SYMBOL FINGERED TREMOLO-3"
        },
        {
            "codepoint": "1D16D",
            "name": "MUSICAL SYMBOL COMBINING AUGMENTATION DOT"
        },
        {
            "codepoint": "1D16E",
            "name": "MUSICAL SYMBOL COMBINING FLAG-1"
        },
        {
            "codepoint": "1D16F",
            "name": "MUSICAL SYMBOL COMBINING FLAG-2"
        },
        {
            "codepoint": "1D170",
            "name": "MUSICAL SYMBOL COMBINING FLAG-3"
        },
        {
            "codepoint": "1D171",
            "name": "MUSICAL SYMBOL COMBINING FLAG-4"
        },
        {
            "codepoint": "1D172",
            "name": "MUSICAL SYMBOL COMBINING FLAG-5"
        },
        {
            "codepoint": "1D173",
            "name": "MUSICAL SYMBOL BEGIN BEAM"
        },
        {
            "codepoint": "1D174",
            "name": "MUSICAL SYMBOL END BEAM"
        },
        {
            "codepoint": "1D175",
            "name": "MUSICAL SYMBOL BEGIN TIE"
        },
        {
            "codepoint": "1D176",
            "name": "MUSICAL SYMBOL END TIE"
        },
        {
            "codepoint": "1D177",
            "name": "MUSICAL SYMBOL BEGIN SLUR"
        },
        {
            "codepoint": "1D178",
            "name": "MUSICAL SYMBOL END SLUR"
        },
        {
            "codepoint": "1D179",
            "name": "MUSICAL SYMBOL BEGIN PHRASE"
        },
        {
            "codepoint": "1D17A",
            "name": "MUSICAL SYMBOL END PHRASE"
        },
        {
            "codepoint": "1D17B",
            "name": "MUSICAL SYMBOL COMBINING ACCENT"
        },
        {
            "codepoint": "1D17C",
            "name": "MUSICAL SYMBOL COMBINING STACCATO"
        },
        {
            "codepoint": "1D17D",
            "name": "MUSICAL SYMBOL COMBINING TENUTO"
        },
        {
            "codepoint": "1D17E",
            "name": "MUSICAL SYMBOL COMBINING STACCATISSIMO"
        },
        {
            "codepoint": "1D17F",
            "name": "MUSICAL SYMBOL COMBINING MARCATO"
        },
        {
            "codepoint": "1D180",
            "name": "MUSICAL SYMBOL COMBINING MARCATO-STACCATO"
        },
        {
            "codepoint": "1D181",
            "name": "MUSICAL SYMBOL COMBINING ACCENT-STACCATO"
        },
        {
            "codepoint": "1D182",
            "name": "MUSICAL SYMBOL COMBINING LOURE"
        },
        {
            "codepoint": "1D183",
            "name": "MUSICAL SYMBOL ARPEGGIATO UP"
        },
        {
            "codepoint": "1D184",
            "name": "MUSICAL SYMBOL ARPEGGIATO DOWN"
        },
        {
            "codepoint": "1D185",
            "name": "MUSICAL SYMBOL COMBINING DOIT"
        },
        {
            "codepoint": "1D186",
            "name": "MUSICAL SYMBOL COMBINING RIP"
        },
        {
            "codepoint": "1D187",
            "name": "MUSICAL SYMBOL COMBINING FLIP"
        },
        {
            "codepoint": "1D188",
            "name": "MUSICAL SYMBOL COMBINING SMEAR"
        },
        {
            "codepoint": "1D189",
            "name": "MUSICAL SYMBOL COMBINING BEND"
        },
        {
            "codepoint": "1D18A",
            "name": "MUSICAL SYMBOL COMBINING DOUBLE TONGUE"
        },
        {
            "codepoint": "1D18B",
            "name": "MUSICAL SYMBOL COMBINING TRIPLE TONGUE"
        },
        {
            "codepoint": "1D18C",
            "name": "MUSICAL SYMBOL RINFORZANDO"
        },
        {
            "codepoint": "1D18D",
            "name": "MUSICAL SYMBOL SUBITO"
        },
        {
            "codepoint": "1D18E",
            "name": "MUSICAL SYMBOL Z"
        },
        {
            "codepoint": "1D18F",
            "name": "MUSICAL SYMBOL PIANO"
        },
        {
            "codepoint": "1D190",
            "name": "MUSICAL SYMBOL MEZZO"
        },
        {
            "codepoint": "1D191",
            "name": "MUSICAL SYMBOL FORTE"
        },
        {
            "codepoint": "1D192",
            "name": "MUSICAL SYMBOL CRESCENDO"
        },
        {
            "codepoint": "1D193",
            "name": "MUSICAL SYMBOL DECRESCENDO"
        },
        {
            "codepoint": "1D194",
            "name": "MUSICAL SYMBOL GRACE NOTE SLASH"
        },
        {
            "codepoint": "1D195",
            "name": "MUSICAL SYMBOL GRACE NOTE NO SLASH"
        },
        {
            "codepoint": "1D196",
            "name": "MUSICAL SYMBOL TR"
        },
        {
            "codepoint": "1D197",
            "name": "MUSICAL SYMBOL TURN"
        },
        {
            "codepoint": "1D198",
            "name": "MUSICAL SYMBOL INVERTED TURN"
        },
        {
            "codepoint": "1D199",
            "name": "MUSICAL SYMBOL TURN SLASH"
        },
        {
            "codepoint": "1D19A",
            "name": "MUSICAL SYMBOL TURN UP"
        },
        {
            "codepoint": "1D19B",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-1"
        },
        {
            "codepoint": "1D19C",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-2"
        },
        {
            "codepoint": "1D19D",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-3"
        },
        {
            "codepoint": "1D19E",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-4"
        },
        {
            "codepoint": "1D19F",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-5"
        },
        {
            "codepoint": "1D1A0",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-6"
        },
        {
            "codepoint": "1D1A1",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-7"
        },
        {
            "codepoint": "1D1A2",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-8"
        },
        {
            "codepoint": "1D1A3",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-9"
        },
        {
            "codepoint": "1D1A4",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-10"
        },
        {
            "codepoint": "1D1A5",
            "name": "MUSICAL SYMBOL ORNAMENT STROKE-11"
        },
        {
            "codepoint": "1D1A6",
            "name": "MUSICAL SYMBOL HAUPTSTIMME"
        },
        {
            "codepoint": "1D1A7",
            "name": "MUSICAL SYMBOL NEBENSTIMME"
        },
        {
            "codepoint": "1D1A8",
            "name": "MUSICAL SYMBOL END OF STIMME"
        },
        {
            "codepoint": "1D1A9",
            "name": "MUSICAL SYMBOL DEGREE SLASH"
        },
        {
            "codepoint": "1D1AA",
            "name": "MUSICAL SYMBOL COMBINING DOWN BOW"
        },
        {
            "codepoint": "1D1AB",
            "name": "MUSICAL SYMBOL COMBINING UP BOW"
        },
        {
            "codepoint": "1D1AC",
            "name": "MUSICAL SYMBOL COMBINING HARMONIC"
        },
        {
            "codepoint": "1D1AD",
            "name": "MUSICAL SYMBOL COMBINING SNAP PIZZICATO"
        },
        {
            "codepoint": "1D1AE",
            "name": "MUSICAL SYMBOL PEDAL MARK"
        },
        {
            "codepoint": "1D1AF",
            "name": "MUSICAL SYMBOL PEDAL UP MARK"
        },
        {
            "codepoint": "1D1B0",
            "name": "MUSICAL SYMBOL HALF PEDAL MARK"
        },
        {
            "codepoint": "1D1B1",
            "name": "MUSICAL SYMBOL GLISSANDO UP"
        },
        {
            "codepoint": "1D1B2",
            "name": "MUSICAL SYMBOL GLISSANDO DOWN"
        },
        {
            "codepoint": "1D1B3",
            "name": "MUSICAL SYMBOL WITH FINGERNAILS"
        },
        {
            "codepoint": "1D1B4",
            "name": "MUSICAL SYMBOL DAMP"
        },
        {
            "codepoint": "1D1B5",
            "name": "MUSICAL SYMBOL DAMP ALL"
        },
        {
            "codepoint": "1D1B6",
            "name": "MUSICAL SYMBOL MAXIMA"
        },
        {
            "codepoint": "1D1B7",
            "name": "MUSICAL SYMBOL LONGA"
        },
        {
            "codepoint": "1D1B8",
            "name": "MUSICAL SYMBOL BREVIS"
        },
        {
            "codepoint": "1D1B9",
            "name": "MUSICAL SYMBOL SEMIBREVIS WHITE"
        },
        {
            "codepoint": "1D1BA",
            "name": "MUSICAL SYMBOL SEMIBREVIS BLACK"
        },
        {
            "codepoint": "1D1BB",
            "name": "MUSICAL SYMBOL MINIMA",
            "decompositions": [
                [
                    "1D1B9",
                    "1D165"
                ]
            ]
        },
        {
            "codepoint": "1D1BC",
            "name": "MUSICAL SYMBOL MINIMA BLACK",
            "decompositions": [
                [
                    "1D1BA",
                    "1D165"
                ]
            ]
        },
        {
            "codepoint": "1D1BD",
            "name": "MUSICAL SYMBOL SEMIMINIMA WHITE",
            "decompositions": [
                [
                    "1D1BB",
                    "1D16E"
                ]
            ]
        },
        {
            "codepoint": "1D1BE",
            "name": "MUSICAL SYMBOL SEMIMINIMA BLACK",
            "decompositions": [
                [
                    "1D1BC",
                    "1D16E"
                ]
            ]
        },
        {
            "codepoint": "1D1BF",
            "name": "MUSICAL SYMBOL FUSA WHITE",
            "decompositions": [
                [
                    "1D1BB",
                    "1D16F"
                ]
            ]
        },
        {
            "codepoint": "1D1C0",
            "name": "MUSICAL SYMBOL FUSA BLACK",
            "decompositions": [
                [
                    "1D1BC",
                    "1D16F"
                ]
            ]
        },
        {
            "codepoint": "1D1C1",
            "name": "MUSICAL SYMBOL LONGA PERFECTA REST"
        },
        {
            "codepoint": "1D1C2",
            "name": "MUSICAL SYMBOL LONGA IMPERFECTA REST"
        },
        {
            "codepoint": "1D1C3",
            "name": "MUSICAL SYMBOL BREVIS REST"
        },
        {
            "codepoint": "1D1C4",
            "name": "MUSICAL SYMBOL SEMIBREVIS REST"
        },
        {
            "codepoint": "1D1C5",
            "name": "MUSICAL SYMBOL MINIMA REST"
        },
        {
            "codepoint": "1D1C6",
            "name": "MUSICAL SYMBOL SEMIMINIMA REST"
        },
        {
            "codepoint": "1D1C7",
            "name": "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA"
        },
        {
            "codepoint": "1D1C8",
            "name": "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA"
        },
        {
            "codepoint": "1D1C9",
            "name": "MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1"
        },
        {
            "codepoint": "1D1CA",
            "name": "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA"
        },
        {
            "codepoint": "1D1CB",
            "name": "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA"
        },
        {
            "codepoint": "1D1CC",
            "name": "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1"
        },
        {
            "codepoint": "1D1CD",
            "name": "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2"
        },
        {
            "codepoint": "1D1CE",
            "name": "MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3"
        },
        {
            "codepoint": "1D1CF",
            "name": "MUSICAL SYMBOL CROIX"
        },
        {
            "codepoint": "1D1D0",
            "name": "MUSICAL SYMBOL GREGORIAN C CLEF"
        },
        {
            "codepoint": "1D1D1",
            "name": "MUSICAL SYMBOL GREGORIAN F CLEF"
        },
        {
            "codepoint": "1D1D2",
            "name": "MUSICAL SYMBOL SQUARE B"
        },
        {
            "codepoint": "1D1D3",
            "name": "MUSICAL SYMBOL VIRGA"
        },
        {
            "codepoint": "1D1D4",
            "name": "MUSICAL SYMBOL PODATUS"
        },
        {
            "codepoint": "1D1D5",
            "name": "MUSICAL SYMBOL CLIVIS"
        },
        {
            "codepoint": "1D1D6",
            "name": "MUSICAL SYMBOL SCANDICUS"
        },
        {
            "codepoint": "1D1D7",
            "name": "MUSICAL SYMBOL CLIMACUS"
        },
        {
            "codepoint": "1D1D8",
            "name": "MUSICAL SYMBOL TORCULUS"
        },
        {
            "codepoint": "1D1D9",
            "name": "MUSICAL SYMBOL PORRECTUS"
        },
        {
            "codepoint": "1D1DA",
            "name": "MUSICAL SYMBOL PORRECTUS FLEXUS"
        },
        {
            "codepoint": "1D1DB",
            "name": "MUSICAL SYMBOL SCANDICUS FLEXUS"
        },
        {
            "codepoint": "1D1DC",
            "name": "MUSICAL SYMBOL TORCULUS RESUPINUS"
        },
        {
            "codepoint": "1D1DD",
            "name": "MUSICAL SYMBOL PES SUBPUNCTIS"
        },
        {
            "codepoint": "1D1DE",
            "name": "MUSICAL SYMBOL KIEVAN C CLEF",
            "comments": [
                "Tsefaut (do or fa) clef"
            ]
        },
        {
            "codepoint": "1D1DF",
            "name": "MUSICAL SYMBOL KIEVAN END OF PIECE"
        },
        {
            "codepoint": "1D1E0",
            "name": "MUSICAL SYMBOL KIEVAN FINAL NOTE",
            "comments": [
                "nominal note located between the two rectangles"
            ]
        },
        {
            "codepoint": "1D1E1",
            "name": "MUSICAL SYMBOL KIEVAN RECITATIVE MARK",
            "comments": [
                "nominal note located between the two rectangles"
            ]
        },
        {
            "codepoint": "1D1E2",
            "name": "MUSICAL SYMBOL KIEVAN WHOLE NOTE",
            "comments": [
                "nominal note located between the two diamonds"
            ]
        },
        {
            "codepoint": "1D1E3",
            "name": "MUSICAL SYMBOL KIEVAN HALF NOTE"
        },
        {
            "codepoint": "1D1E4",
            "name": "MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM DOWN"
        },
        {
            "codepoint": "1D1E5",
            "name": "MUSICAL SYMBOL KIEVAN QUARTER NOTE STEM UP"
        },
        {
            "codepoint": "1D1E6",
            "name": "MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM DOWN",
            "comments": [
                "nominal note located on the top diamond"
            ]
        },
        {
            "codepoint": "1D1E7",
            "name": "MUSICAL SYMBOL KIEVAN EIGHTH NOTE STEM UP"
        },
        {
            "codepoint": "1D1E8",
            "name": "MUSICAL SYMBOL KIEVAN FLAT SIGN"
        },
        {
            "codepoint": "1D1E9",
            "name": "MUSICAL SYMBOL SORI"
        },
        {
            "codepoint": "1D1EA",
            "name": "MUSICAL SYMBOL KORON"
        },
        {
            "codepoint": "1D200",
            "name": "GREEK VOCAL NOTATION SYMBOL-1",
            "comments": [
                "vocal E"
            ]
        },
        {
            "codepoint": "1D201",
            "name": "GREEK VOCAL NOTATION SYMBOL-2",
            "comments": [
                "vocal first sharp of E"
            ]
        },
        {
            "codepoint": "1D202",
            "name": "GREEK VOCAL NOTATION SYMBOL-3",
            "aliases": [
                "Greek instrumental notation symbol-3"
            ],
            "comments": [
                "vocal or instrumental second sharp of E"
            ]
        },
        {
            "codepoint": "1D203",
            "name": "GREEK VOCAL NOTATION SYMBOL-4",
            "comments": [
                "vocal F"
            ]
        },
        {
            "codepoint": "1D204",
            "name": "GREEK VOCAL NOTATION SYMBOL-5",
            "comments": [
                "vocal first sharp of F"
            ]
        },
        {
            "codepoint": "1D205",
            "name": "GREEK VOCAL NOTATION SYMBOL-6",
            "aliases": [
                "Greek instrumental notation symbol-21"
            ],
            "comments": [
                "vocal second sharp of F",
                "instrumental second sharp of d"
            ]
        },
        {
            "codepoint": "1D206",
            "name": "GREEK VOCAL NOTATION SYMBOL-7",
            "aliases": [
                "Greek instrumental notation symbol-9"
            ],
            "comments": [
                "vocal G",
                "instrumental second sharp of G"
            ]
        },
        {
            "codepoint": "1D207",
            "name": "GREEK VOCAL NOTATION SYMBOL-8",
            "comments": [
                "vocal first sharp of G"
            ]
        },
        {
            "codepoint": "1D208",
            "name": "GREEK VOCAL NOTATION SYMBOL-9",
            "aliases": [
                "Greek instrumental notation symbol-44"
            ],
            "comments": [
                "vocal second sharp of G",
                "instrumental first sharp of e´"
            ]
        },
        {
            "codepoint": "1D209",
            "name": "GREEK VOCAL NOTATION SYMBOL-10",
            "comments": [
                "vocal A",
                "this is a modification of 039F and is therefore not the same as 03D8"
            ]
        },
        {
            "codepoint": "1D20A",
            "name": "GREEK VOCAL NOTATION SYMBOL-11",
            "comments": [
                "vocal first sharp of A"
            ]
        },
        {
            "codepoint": "1D20B",
            "name": "GREEK VOCAL NOTATION SYMBOL-12",
            "comments": [
                "vocal second sharp of A"
            ]
        },
        {
            "codepoint": "1D20C",
            "name": "GREEK VOCAL NOTATION SYMBOL-13",
            "comments": [
                "vocal B"
            ]
        },
        {
            "codepoint": "1D20D",
            "name": "GREEK VOCAL NOTATION SYMBOL-14",
            "aliases": [
                "Greek instrumental notation symbol-41"
            ],
            "comments": [
                "vocal first sharp of B",
                "instrumental first sharp of d´"
            ],
            "crossReferences": [
                "(latin capital letter v - 0056)"
            ]
        },
        {
            "codepoint": "1D20E",
            "name": "GREEK VOCAL NOTATION SYMBOL-15",
            "aliases": [
                "Greek instrumental notation symbol-35"
            ],
            "comments": [
                "vocal second sharp of B",
                "instrumental first sharp of b"
            ]
        },
        {
            "codepoint": "1D20F",
            "name": "GREEK VOCAL NOTATION SYMBOL-16",
            "comments": [
                "vocal c",
                "unlike 1D23B this character has a glyph variant that looks like a horizontal line"
            ]
        },
        {
            "codepoint": "1D210",
            "name": "GREEK VOCAL NOTATION SYMBOL-17",
            "comments": [
                "vocal first sharp of c"
            ]
        },
        {
            "codepoint": "1D211",
            "name": "GREEK VOCAL NOTATION SYMBOL-18",
            "aliases": [
                "Greek instrumental notation symbol-15"
            ],
            "comments": [
                "vocal second sharp of c",
                "instrumental second sharp of B"
            ]
        },
        {
            "codepoint": "1D212",
            "name": "GREEK VOCAL NOTATION SYMBOL-19",
            "comments": [
                "vocal d"
            ]
        },
        {
            "codepoint": "1D213",
            "name": "GREEK VOCAL NOTATION SYMBOL-20",
            "aliases": [
                "Greek instrumental notation symbol-28"
            ],
            "comments": [
                "vocal first sharp of d",
                "instrumental g",
                "this is a modification of 0395 and is therefore not the same as 0046"
            ]
        },
        {
            "codepoint": "1D214",
            "name": "GREEK VOCAL NOTATION SYMBOL-21",
            "comments": [
                "vocal second sharp of d"
            ]
        },
        {
            "codepoint": "1D215",
            "name": "GREEK VOCAL NOTATION SYMBOL-22",
            "comments": [
                "vocal e"
            ]
        },
        {
            "codepoint": "1D216",
            "name": "GREEK VOCAL NOTATION SYMBOL-23",
            "comments": [
                "vocal first sharp of e",
                "this is a modification of 0392 and is therefore not the same as 0052"
            ]
        },
        {
            "codepoint": "1D217",
            "name": "GREEK VOCAL NOTATION SYMBOL-24",
            "comments": [
                "vocal second sharp of e"
            ]
        },
        {
            "codepoint": "1D218",
            "name": "GREEK VOCAL NOTATION SYMBOL-50",
            "comments": [
                "vocal first sharp of g´"
            ]
        },
        {
            "codepoint": "1D219",
            "name": "GREEK VOCAL NOTATION SYMBOL-51",
            "comments": [
                "vocal second sharp of g´"
            ]
        },
        {
            "codepoint": "1D21A",
            "name": "GREEK VOCAL NOTATION SYMBOL-52",
            "comments": [
                "vocal a´"
            ]
        },
        {
            "codepoint": "1D21B",
            "name": "GREEK VOCAL NOTATION SYMBOL-53",
            "comments": [
                "vocal first sharp of a´"
            ]
        },
        {
            "codepoint": "1D21C",
            "name": "GREEK VOCAL NOTATION SYMBOL-54",
            "aliases": [
                "Greek instrumental notation symbol-20"
            ],
            "comments": [
                "vocal second sharp of a´",
                "instrumental first sharp of d"
            ]
        },
        {
            "codepoint": "1D21D",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-1",
            "comments": [
                "instrumental E"
            ]
        },
        {
            "codepoint": "1D21E",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-2",
            "comments": [
                "instrumental first sharp of E"
            ]
        },
        {
            "codepoint": "1D21F",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-4",
            "comments": [
                "instrumental F"
            ]
        },
        {
            "codepoint": "1D220",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-5",
            "comments": [
                "instrumental first sharp of F"
            ]
        },
        {
            "codepoint": "1D221",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-7",
            "comments": [
                "instrumental G"
            ]
        },
        {
            "codepoint": "1D222",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-8",
            "comments": [
                "instrumental first sharp of G"
            ]
        },
        {
            "codepoint": "1D223",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-11",
            "comments": [
                "instrumental first sharp of A"
            ]
        },
        {
            "codepoint": "1D224",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-12",
            "comments": [
                "instrumental second sharp of A"
            ]
        },
        {
            "codepoint": "1D225",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-13",
            "comments": [
                "instrumental B"
            ]
        },
        {
            "codepoint": "1D226",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-14",
            "comments": [
                "instrumental first sharp of B"
            ]
        },
        {
            "codepoint": "1D227",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-17",
            "comments": [
                "instrumental first sharp of c"
            ]
        },
        {
            "codepoint": "1D228",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-18",
            "comments": [
                "instrumental second sharp of c"
            ]
        },
        {
            "codepoint": "1D229",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-19",
            "comments": [
                "instrumental d"
            ]
        },
        {
            "codepoint": "1D22A",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-23",
            "comments": [
                "instrumental first sharp of e"
            ]
        },
        {
            "codepoint": "1D22B",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-24",
            "comments": [
                "instrumental second sharp of e"
            ]
        },
        {
            "codepoint": "1D22C",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-25",
            "comments": [
                "instrumental f"
            ]
        },
        {
            "codepoint": "1D22D",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-26",
            "comments": [
                "instrumental first sharp of f"
            ]
        },
        {
            "codepoint": "1D22E",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-27",
            "comments": [
                "instrumental second sharp of f"
            ]
        },
        {
            "codepoint": "1D22F",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-29",
            "comments": [
                "instrumental first sharp of g"
            ]
        },
        {
            "codepoint": "1D230",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-30",
            "comments": [
                "instrumental second sharp of g"
            ]
        },
        {
            "codepoint": "1D231",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-32",
            "comments": [
                "instrumental first sharp of a"
            ]
        },
        {
            "codepoint": "1D232",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-36",
            "comments": [
                "instrumental second sharp of b"
            ]
        },
        {
            "codepoint": "1D233",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-37",
            "comments": [
                "instrumental c´"
            ]
        },
        {
            "codepoint": "1D234",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-38",
            "comments": [
                "instrumental first sharp of c´"
            ]
        },
        {
            "codepoint": "1D235",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-39",
            "comments": [
                "instrumental second sharp of c´"
            ]
        },
        {
            "codepoint": "1D236",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-40",
            "comments": [
                "instrumental d´"
            ]
        },
        {
            "codepoint": "1D237",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-42",
            "comments": [
                "instrumental second sharp of d´"
            ]
        },
        {
            "codepoint": "1D238",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-43",
            "comments": [
                "instrumental e´"
            ]
        },
        {
            "codepoint": "1D239",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-45",
            "comments": [
                "instrumental second sharp of e´"
            ]
        },
        {
            "codepoint": "1D23A",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-47",
            "comments": [
                "instrumental first sharp of f´",
                "similar but not identical to 002F"
            ]
        },
        {
            "codepoint": "1D23B",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-48",
            "comments": [
                "instrumental second sharp of f´",
                "similar but not identical to 005C"
            ]
        },
        {
            "codepoint": "1D23C",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-49",
            "comments": [
                "instrumental g´"
            ]
        },
        {
            "codepoint": "1D23D",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-50",
            "comments": [
                "instrumental first sharp of g´"
            ]
        },
        {
            "codepoint": "1D23E",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-51",
            "comments": [
                "instrumental second sharp of g´"
            ]
        },
        {
            "codepoint": "1D23F",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-52",
            "comments": [
                "instrumental a´"
            ]
        },
        {
            "codepoint": "1D240",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-53",
            "comments": [
                "instrumental first sharp of a´"
            ]
        },
        {
            "codepoint": "1D241",
            "name": "GREEK INSTRUMENTAL NOTATION SYMBOL-54",
            "comments": [
                "instrumental second sharp of a´"
            ]
        },
        {
            "codepoint": "1D242",
            "name": "COMBINING GREEK MUSICAL TRISEME",
            "crossReferences": [
                "(metrical triseme - 23D7)"
            ]
        },
        {
            "codepoint": "1D243",
            "name": "COMBINING GREEK MUSICAL TETRASEME",
            "crossReferences": [
                "(metrical tetraseme - 23D8)"
            ]
        },
        {
            "codepoint": "1D244",
            "name": "COMBINING GREEK MUSICAL PENTASEME",
            "crossReferences": [
                "(metrical pentaseme - 23D9)"
            ]
        },
        {
            "codepoint": "1D245",
            "name": "GREEK MUSICAL LEIMMA"
        },
        {
            "codepoint": "1D2C0",
            "name": "KAKTOVIK NUMERAL ZERO"
        },
        {
            "codepoint": "1D2C1",
            "name": "KAKTOVIK NUMERAL ONE"
        },
        {
            "codepoint": "1D2C2",
            "name": "KAKTOVIK NUMERAL TWO"
        },
        {
            "codepoint": "1D2C3",
            "name": "KAKTOVIK NUMERAL THREE"
        },
        {
            "codepoint": "1D2C4",
            "name": "KAKTOVIK NUMERAL FOUR"
        },
        {
            "codepoint": "1D2C5",
            "name": "KAKTOVIK NUMERAL FIVE"
        },
        {
            "codepoint": "1D2C6",
            "name": "KAKTOVIK NUMERAL SIX"
        },
        {
            "codepoint": "1D2C7",
            "name": "KAKTOVIK NUMERAL SEVEN"
        },
        {
            "codepoint": "1D2C8",
            "name": "KAKTOVIK NUMERAL EIGHT"
        },
        {
            "codepoint": "1D2C9",
            "name": "KAKTOVIK NUMERAL NINE"
        },
        {
            "codepoint": "1D2CA",
            "name": "KAKTOVIK NUMERAL TEN"
        },
        {
            "codepoint": "1D2CB",
            "name": "KAKTOVIK NUMERAL ELEVEN"
        },
        {
            "codepoint": "1D2CC",
            "name": "KAKTOVIK NUMERAL TWELVE"
        },
        {
            "codepoint": "1D2CD",
            "name": "KAKTOVIK NUMERAL THIRTEEN"
        },
        {
            "codepoint": "1D2CE",
            "name": "KAKTOVIK NUMERAL FOURTEEN"
        },
        {
            "codepoint": "1D2CF",
            "name": "KAKTOVIK NUMERAL FIFTEEN"
        },
        {
            "codepoint": "1D2D0",
            "name": "KAKTOVIK NUMERAL SIXTEEN"
        },
        {
            "codepoint": "1D2D1",
            "name": "KAKTOVIK NUMERAL SEVENTEEN"
        },
        {
            "codepoint": "1D2D2",
            "name": "KAKTOVIK NUMERAL EIGHTEEN"
        },
        {
            "codepoint": "1D2D3",
            "name": "KAKTOVIK NUMERAL NINETEEN"
        },
        {
            "codepoint": "1D2E0",
            "name": "MAYAN NUMERAL ZERO"
        },
        {
            "codepoint": "1D2E1",
            "name": "MAYAN NUMERAL ONE"
        },
        {
            "codepoint": "1D2E2",
            "name": "MAYAN NUMERAL TWO"
        },
        {
            "codepoint": "1D2E3",
            "name": "MAYAN NUMERAL THREE"
        },
        {
            "codepoint": "1D2E4",
            "name": "MAYAN NUMERAL FOUR"
        },
        {
            "codepoint": "1D2E5",
            "name": "MAYAN NUMERAL FIVE"
        },
        {
            "codepoint": "1D2E6",
            "name": "MAYAN NUMERAL SIX"
        },
        {
            "codepoint": "1D2E7",
            "name": "MAYAN NUMERAL SEVEN"
        },
        {
            "codepoint": "1D2E8",
            "name": "MAYAN NUMERAL EIGHT"
        },
        {
            "codepoint": "1D2E9",
            "name": "MAYAN NUMERAL NINE"
        },
        {
            "codepoint": "1D2EA",
            "name": "MAYAN NUMERAL TEN"
        },
        {
            "codepoint": "1D2EB",
            "name": "MAYAN NUMERAL ELEVEN"
        },
        {
            "codepoint": "1D2EC",
            "name": "MAYAN NUMERAL TWELVE"
        },
        {
            "codepoint": "1D2ED",
            "name": "MAYAN NUMERAL THIRTEEN"
        },
        {
            "codepoint": "1D2EE",
            "name": "MAYAN NUMERAL FOURTEEN"
        },
        {
            "codepoint": "1D2EF",
            "name": "MAYAN NUMERAL FIFTEEN"
        },
        {
            "codepoint": "1D2F0",
            "name": "MAYAN NUMERAL SIXTEEN"
        },
        {
            "codepoint": "1D2F1",
            "name": "MAYAN NUMERAL SEVENTEEN"
        },
        {
            "codepoint": "1D2F2",
            "name": "MAYAN NUMERAL EIGHTEEN"
        },
        {
            "codepoint": "1D2F3",
            "name": "MAYAN NUMERAL NINETEEN"
        },
        {
            "codepoint": "1D300",
            "name": "MONOGRAM FOR EARTH",
            "aliases": [
                "ren"
            ],
            "comments": [
                "usually associated with human (Chinese rén), rather than earth (Chinese dì)"
            ],
            "crossReferences": [
                "(monogram for yang - 268A)",
                "(monogram for yin - 268B)"
            ]
        },
        {
            "codepoint": "1D301",
            "name": "DIGRAM FOR HEAVENLY EARTH",
            "aliases": [
                "tian ren"
            ]
        },
        {
            "codepoint": "1D302",
            "name": "DIGRAM FOR HUMAN EARTH",
            "aliases": [
                "di ren"
            ]
        },
        {
            "codepoint": "1D303",
            "name": "DIGRAM FOR EARTHLY HEAVEN",
            "aliases": [
                "ren tian"
            ]
        },
        {
            "codepoint": "1D304",
            "name": "DIGRAM FOR EARTHLY HUMAN",
            "aliases": [
                "ren di"
            ]
        },
        {
            "codepoint": "1D305",
            "name": "DIGRAM FOR EARTH",
            "aliases": [
                "ren ren"
            ]
        },
        {
            "codepoint": "1D306",
            "name": "TETRAGRAM FOR CENTRE"
        },
        {
            "codepoint": "1D307",
            "name": "TETRAGRAM FOR FULL CIRCLE"
        },
        {
            "codepoint": "1D308",
            "name": "TETRAGRAM FOR MIRED"
        },
        {
            "codepoint": "1D309",
            "name": "TETRAGRAM FOR BARRIER"
        },
        {
            "codepoint": "1D30A",
            "name": "TETRAGRAM FOR KEEPING SMALL"
        },
        {
            "codepoint": "1D30B",
            "name": "TETRAGRAM FOR CONTRARIETY"
        },
        {
            "codepoint": "1D30C",
            "name": "TETRAGRAM FOR ASCENT"
        },
        {
            "codepoint": "1D30D",
            "name": "TETRAGRAM FOR OPPOSITION"
        },
        {
            "codepoint": "1D30E",
            "name": "TETRAGRAM FOR BRANCHING OUT"
        },
        {
            "codepoint": "1D30F",
            "name": "TETRAGRAM FOR DEFECTIVENESS OR DISTORTION"
        },
        {
            "codepoint": "1D310",
            "name": "TETRAGRAM FOR DIVERGENCE"
        },
        {
            "codepoint": "1D311",
            "name": "TETRAGRAM FOR YOUTHFULNESS"
        },
        {
            "codepoint": "1D312",
            "name": "TETRAGRAM FOR INCREASE"
        },
        {
            "codepoint": "1D313",
            "name": "TETRAGRAM FOR PENETRATION"
        },
        {
            "codepoint": "1D314",
            "name": "TETRAGRAM FOR REACH"
        },
        {
            "codepoint": "1D315",
            "name": "TETRAGRAM FOR CONTACT"
        },
        {
            "codepoint": "1D316",
            "name": "TETRAGRAM FOR HOLDING BACK"
        },
        {
            "codepoint": "1D317",
            "name": "TETRAGRAM FOR WAITING"
        },
        {
            "codepoint": "1D318",
            "name": "TETRAGRAM FOR FOLLOWING"
        },
        {
            "codepoint": "1D319",
            "name": "TETRAGRAM FOR ADVANCE"
        },
        {
            "codepoint": "1D31A",
            "name": "TETRAGRAM FOR RELEASE"
        },
        {
            "codepoint": "1D31B",
            "name": "TETRAGRAM FOR RESISTANCE"
        },
        {
            "codepoint": "1D31C",
            "name": "TETRAGRAM FOR EASE"
        },
        {
            "codepoint": "1D31D",
            "name": "TETRAGRAM FOR JOY"
        },
        {
            "codepoint": "1D31E",
            "name": "TETRAGRAM FOR CONTENTION"
        },
        {
            "codepoint": "1D31F",
            "name": "TETRAGRAM FOR ENDEAVOUR"
        },
        {
            "codepoint": "1D320",
            "name": "TETRAGRAM FOR DUTIES"
        },
        {
            "codepoint": "1D321",
            "name": "TETRAGRAM FOR CHANGE"
        },
        {
            "codepoint": "1D322",
            "name": "TETRAGRAM FOR DECISIVENESS"
        },
        {
            "codepoint": "1D323",
            "name": "TETRAGRAM FOR BOLD RESOLUTION"
        },
        {
            "codepoint": "1D324",
            "name": "TETRAGRAM FOR PACKING"
        },
        {
            "codepoint": "1D325",
            "name": "TETRAGRAM FOR LEGION"
        },
        {
            "codepoint": "1D326",
            "name": "TETRAGRAM FOR CLOSENESS"
        },
        {
            "codepoint": "1D327",
            "name": "TETRAGRAM FOR KINSHIP"
        },
        {
            "codepoint": "1D328",
            "name": "TETRAGRAM FOR GATHERING"
        },
        {
            "codepoint": "1D329",
            "name": "TETRAGRAM FOR STRENGTH"
        },
        {
            "codepoint": "1D32A",
            "name": "TETRAGRAM FOR PURITY"
        },
        {
            "codepoint": "1D32B",
            "name": "TETRAGRAM FOR FULLNESS"
        },
        {
            "codepoint": "1D32C",
            "name": "TETRAGRAM FOR RESIDENCE"
        },
        {
            "codepoint": "1D32D",
            "name": "TETRAGRAM FOR LAW OR MODEL"
        },
        {
            "codepoint": "1D32E",
            "name": "TETRAGRAM FOR RESPONSE"
        },
        {
            "codepoint": "1D32F",
            "name": "TETRAGRAM FOR GOING TO MEET"
        },
        {
            "codepoint": "1D330",
            "name": "TETRAGRAM FOR ENCOUNTERS"
        },
        {
            "codepoint": "1D331",
            "name": "TETRAGRAM FOR STOVE"
        },
        {
            "codepoint": "1D332",
            "name": "TETRAGRAM FOR GREATNESS"
        },
        {
            "codepoint": "1D333",
            "name": "TETRAGRAM FOR ENLARGEMENT"
        },
        {
            "codepoint": "1D334",
            "name": "TETRAGRAM FOR PATTERN"
        },
        {
            "codepoint": "1D335",
            "name": "TETRAGRAM FOR RITUAL"
        },
        {
            "codepoint": "1D336",
            "name": "TETRAGRAM FOR FLIGHT"
        },
        {
            "codepoint": "1D337",
            "name": "TETRAGRAM FOR VASTNESS OR WASTING"
        },
        {
            "codepoint": "1D338",
            "name": "TETRAGRAM FOR CONSTANCY"
        },
        {
            "codepoint": "1D339",
            "name": "TETRAGRAM FOR MEASURE"
        },
        {
            "codepoint": "1D33A",
            "name": "TETRAGRAM FOR ETERNITY"
        },
        {
            "codepoint": "1D33B",
            "name": "TETRAGRAM FOR UNITY"
        },
        {
            "codepoint": "1D33C",
            "name": "TETRAGRAM FOR DIMINISHMENT"
        },
        {
            "codepoint": "1D33D",
            "name": "TETRAGRAM FOR CLOSED MOUTH"
        },
        {
            "codepoint": "1D33E",
            "name": "TETRAGRAM FOR GUARDEDNESS"
        },
        {
            "codepoint": "1D33F",
            "name": "TETRAGRAM FOR GATHERING IN"
        },
        {
            "codepoint": "1D340",
            "name": "TETRAGRAM FOR MASSING"
        },
        {
            "codepoint": "1D341",
            "name": "TETRAGRAM FOR ACCUMULATION"
        },
        {
            "codepoint": "1D342",
            "name": "TETRAGRAM FOR EMBELLISHMENT"
        },
        {
            "codepoint": "1D343",
            "name": "TETRAGRAM FOR DOUBT"
        },
        {
            "codepoint": "1D344",
            "name": "TETRAGRAM FOR WATCH"
        },
        {
            "codepoint": "1D345",
            "name": "TETRAGRAM FOR SINKING"
        },
        {
            "codepoint": "1D346",
            "name": "TETRAGRAM FOR INNER"
        },
        {
            "codepoint": "1D347",
            "name": "TETRAGRAM FOR DEPARTURE"
        },
        {
            "codepoint": "1D348",
            "name": "TETRAGRAM FOR DARKENING"
        },
        {
            "codepoint": "1D349",
            "name": "TETRAGRAM FOR DIMMING"
        },
        {
            "codepoint": "1D34A",
            "name": "TETRAGRAM FOR EXHAUSTION"
        },
        {
            "codepoint": "1D34B",
            "name": "TETRAGRAM FOR SEVERANCE"
        },
        {
            "codepoint": "1D34C",
            "name": "TETRAGRAM FOR STOPPAGE"
        },
        {
            "codepoint": "1D34D",
            "name": "TETRAGRAM FOR HARDNESS"
        },
        {
            "codepoint": "1D34E",
            "name": "TETRAGRAM FOR COMPLETION"
        },
        {
            "codepoint": "1D34F",
            "name": "TETRAGRAM FOR CLOSURE"
        },
        {
            "codepoint": "1D350",
            "name": "TETRAGRAM FOR FAILURE"
        },
        {
            "codepoint": "1D351",
            "name": "TETRAGRAM FOR AGGRAVATION"
        },
        {
            "codepoint": "1D352",
            "name": "TETRAGRAM FOR COMPLIANCE"
        },
        {
            "codepoint": "1D353",
            "name": "TETRAGRAM FOR ON THE VERGE"
        },
        {
            "codepoint": "1D354",
            "name": "TETRAGRAM FOR DIFFICULTIES"
        },
        {
            "codepoint": "1D355",
            "name": "TETRAGRAM FOR LABOURING"
        },
        {
            "codepoint": "1D356",
            "name": "TETRAGRAM FOR FOSTERING"
        },
        {
            "codepoint": "1D360",
            "name": "COUNTING ROD UNIT DIGIT ONE"
        },
        {
            "codepoint": "1D361",
            "name": "COUNTING ROD UNIT DIGIT TWO"
        },
        {
            "codepoint": "1D362",
            "name": "COUNTING ROD UNIT DIGIT THREE"
        },
        {
            "codepoint": "1D363",
            "name": "COUNTING ROD UNIT DIGIT FOUR"
        },
        {
            "codepoint": "1D364",
            "name": "COUNTING ROD UNIT DIGIT FIVE"
        },
        {
            "codepoint": "1D365",
            "name": "COUNTING ROD UNIT DIGIT SIX"
        },
        {
            "codepoint": "1D366",
            "name": "COUNTING ROD UNIT DIGIT SEVEN"
        },
        {
            "codepoint": "1D367",
            "name": "COUNTING ROD UNIT DIGIT EIGHT"
        },
        {
            "codepoint": "1D368",
            "name": "COUNTING ROD UNIT DIGIT NINE"
        },
        {
            "codepoint": "1D369",
            "name": "COUNTING ROD TENS DIGIT ONE"
        },
        {
            "codepoint": "1D36A",
            "name": "COUNTING ROD TENS DIGIT TWO"
        },
        {
            "codepoint": "1D36B",
            "name": "COUNTING ROD TENS DIGIT THREE"
        },
        {
            "codepoint": "1D36C",
            "name": "COUNTING ROD TENS DIGIT FOUR"
        },
        {
            "codepoint": "1D36D",
            "name": "COUNTING ROD TENS DIGIT FIVE"
        },
        {
            "codepoint": "1D36E",
            "name": "COUNTING ROD TENS DIGIT SIX"
        },
        {
            "codepoint": "1D36F",
            "name": "COUNTING ROD TENS DIGIT SEVEN"
        },
        {
            "codepoint": "1D370",
            "name": "COUNTING ROD TENS DIGIT EIGHT"
        },
        {
            "codepoint": "1D371",
            "name": "COUNTING ROD TENS DIGIT NINE"
        },
        {
            "codepoint": "1D372",
            "name": "IDEOGRAPHIC TALLY MARK ONE"
        },
        {
            "codepoint": "1D373",
            "name": "IDEOGRAPHIC TALLY MARK TWO"
        },
        {
            "codepoint": "1D374",
            "name": "IDEOGRAPHIC TALLY MARK THREE"
        },
        {
            "codepoint": "1D375",
            "name": "IDEOGRAPHIC TALLY MARK FOUR"
        },
        {
            "codepoint": "1D376",
            "name": "IDEOGRAPHIC TALLY MARK FIVE",
            "crossReferences": [
                "6B63"
            ]
        },
        {
            "codepoint": "1D377",
            "name": "TALLY MARK ONE"
        },
        {
            "codepoint": "1D378",
            "name": "TALLY MARK FIVE"
        },
        {
            "codepoint": "1D400",
            "name": "MATHEMATICAL BOLD CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D401",
            "name": "MATHEMATICAL BOLD CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D402",
            "name": "MATHEMATICAL BOLD CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D403",
            "name": "MATHEMATICAL BOLD CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D404",
            "name": "MATHEMATICAL BOLD CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D405",
            "name": "MATHEMATICAL BOLD CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D406",
            "name": "MATHEMATICAL BOLD CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D407",
            "name": "MATHEMATICAL BOLD CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D408",
            "name": "MATHEMATICAL BOLD CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D409",
            "name": "MATHEMATICAL BOLD CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D40A",
            "name": "MATHEMATICAL BOLD CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D40B",
            "name": "MATHEMATICAL BOLD CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D40C",
            "name": "MATHEMATICAL BOLD CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D40D",
            "name": "MATHEMATICAL BOLD CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D40E",
            "name": "MATHEMATICAL BOLD CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D40F",
            "name": "MATHEMATICAL BOLD CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D410",
            "name": "MATHEMATICAL BOLD CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D411",
            "name": "MATHEMATICAL BOLD CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D412",
            "name": "MATHEMATICAL BOLD CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D413",
            "name": "MATHEMATICAL BOLD CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D414",
            "name": "MATHEMATICAL BOLD CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D415",
            "name": "MATHEMATICAL BOLD CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D416",
            "name": "MATHEMATICAL BOLD CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D417",
            "name": "MATHEMATICAL BOLD CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D418",
            "name": "MATHEMATICAL BOLD CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D419",
            "name": "MATHEMATICAL BOLD CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D41A",
            "name": "MATHEMATICAL BOLD SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D41B",
            "name": "MATHEMATICAL BOLD SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D41C",
            "name": "MATHEMATICAL BOLD SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D41D",
            "name": "MATHEMATICAL BOLD SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D41E",
            "name": "MATHEMATICAL BOLD SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D41F",
            "name": "MATHEMATICAL BOLD SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D420",
            "name": "MATHEMATICAL BOLD SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D421",
            "name": "MATHEMATICAL BOLD SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D422",
            "name": "MATHEMATICAL BOLD SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D423",
            "name": "MATHEMATICAL BOLD SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D424",
            "name": "MATHEMATICAL BOLD SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D425",
            "name": "MATHEMATICAL BOLD SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D426",
            "name": "MATHEMATICAL BOLD SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D427",
            "name": "MATHEMATICAL BOLD SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D428",
            "name": "MATHEMATICAL BOLD SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D429",
            "name": "MATHEMATICAL BOLD SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D42A",
            "name": "MATHEMATICAL BOLD SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D42B",
            "name": "MATHEMATICAL BOLD SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D42C",
            "name": "MATHEMATICAL BOLD SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D42D",
            "name": "MATHEMATICAL BOLD SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D42E",
            "name": "MATHEMATICAL BOLD SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D42F",
            "name": "MATHEMATICAL BOLD SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D430",
            "name": "MATHEMATICAL BOLD SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D431",
            "name": "MATHEMATICAL BOLD SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D432",
            "name": "MATHEMATICAL BOLD SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D433",
            "name": "MATHEMATICAL BOLD SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D434",
            "name": "MATHEMATICAL ITALIC CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D435",
            "name": "MATHEMATICAL ITALIC CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D436",
            "name": "MATHEMATICAL ITALIC CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D437",
            "name": "MATHEMATICAL ITALIC CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D438",
            "name": "MATHEMATICAL ITALIC CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D439",
            "name": "MATHEMATICAL ITALIC CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D43A",
            "name": "MATHEMATICAL ITALIC CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D43B",
            "name": "MATHEMATICAL ITALIC CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D43C",
            "name": "MATHEMATICAL ITALIC CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D43D",
            "name": "MATHEMATICAL ITALIC CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D43E",
            "name": "MATHEMATICAL ITALIC CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D43F",
            "name": "MATHEMATICAL ITALIC CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D440",
            "name": "MATHEMATICAL ITALIC CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D441",
            "name": "MATHEMATICAL ITALIC CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D442",
            "name": "MATHEMATICAL ITALIC CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D443",
            "name": "MATHEMATICAL ITALIC CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D444",
            "name": "MATHEMATICAL ITALIC CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D445",
            "name": "MATHEMATICAL ITALIC CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D446",
            "name": "MATHEMATICAL ITALIC CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D447",
            "name": "MATHEMATICAL ITALIC CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D448",
            "name": "MATHEMATICAL ITALIC CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D449",
            "name": "MATHEMATICAL ITALIC CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D44A",
            "name": "MATHEMATICAL ITALIC CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D44B",
            "name": "MATHEMATICAL ITALIC CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D44C",
            "name": "MATHEMATICAL ITALIC CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D44D",
            "name": "MATHEMATICAL ITALIC CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D44E",
            "name": "MATHEMATICAL ITALIC SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D44F",
            "name": "MATHEMATICAL ITALIC SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D450",
            "name": "MATHEMATICAL ITALIC SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D451",
            "name": "MATHEMATICAL ITALIC SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D452",
            "name": "MATHEMATICAL ITALIC SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D453",
            "name": "MATHEMATICAL ITALIC SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D454",
            "name": "MATHEMATICAL ITALIC SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D455",
            "name": "<reserved>",
            "crossReferences": [
                "(planck constant - 210E)"
            ]
        },
        {
            "codepoint": "1D456",
            "name": "MATHEMATICAL ITALIC SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D457",
            "name": "MATHEMATICAL ITALIC SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D458",
            "name": "MATHEMATICAL ITALIC SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D459",
            "name": "MATHEMATICAL ITALIC SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D45A",
            "name": "MATHEMATICAL ITALIC SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D45B",
            "name": "MATHEMATICAL ITALIC SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D45C",
            "name": "MATHEMATICAL ITALIC SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D45D",
            "name": "MATHEMATICAL ITALIC SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D45E",
            "name": "MATHEMATICAL ITALIC SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D45F",
            "name": "MATHEMATICAL ITALIC SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D460",
            "name": "MATHEMATICAL ITALIC SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D461",
            "name": "MATHEMATICAL ITALIC SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D462",
            "name": "MATHEMATICAL ITALIC SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D463",
            "name": "MATHEMATICAL ITALIC SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D464",
            "name": "MATHEMATICAL ITALIC SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D465",
            "name": "MATHEMATICAL ITALIC SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D466",
            "name": "MATHEMATICAL ITALIC SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D467",
            "name": "MATHEMATICAL ITALIC SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D468",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D469",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D46A",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D46B",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D46C",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D46D",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D46E",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D46F",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D470",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D471",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D472",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D473",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D474",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D475",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D476",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D477",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D478",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D479",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D47A",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D47B",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D47C",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D47D",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D47E",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D47F",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D480",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D481",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D482",
            "name": "MATHEMATICAL BOLD ITALIC SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D483",
            "name": "MATHEMATICAL BOLD ITALIC SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D484",
            "name": "MATHEMATICAL BOLD ITALIC SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D485",
            "name": "MATHEMATICAL BOLD ITALIC SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D486",
            "name": "MATHEMATICAL BOLD ITALIC SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D487",
            "name": "MATHEMATICAL BOLD ITALIC SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D488",
            "name": "MATHEMATICAL BOLD ITALIC SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D489",
            "name": "MATHEMATICAL BOLD ITALIC SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D48A",
            "name": "MATHEMATICAL BOLD ITALIC SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D48B",
            "name": "MATHEMATICAL BOLD ITALIC SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D48C",
            "name": "MATHEMATICAL BOLD ITALIC SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D48D",
            "name": "MATHEMATICAL BOLD ITALIC SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D48E",
            "name": "MATHEMATICAL BOLD ITALIC SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D48F",
            "name": "MATHEMATICAL BOLD ITALIC SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D490",
            "name": "MATHEMATICAL BOLD ITALIC SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D491",
            "name": "MATHEMATICAL BOLD ITALIC SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D492",
            "name": "MATHEMATICAL BOLD ITALIC SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D493",
            "name": "MATHEMATICAL BOLD ITALIC SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D494",
            "name": "MATHEMATICAL BOLD ITALIC SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D495",
            "name": "MATHEMATICAL BOLD ITALIC SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D496",
            "name": "MATHEMATICAL BOLD ITALIC SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D497",
            "name": "MATHEMATICAL BOLD ITALIC SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D498",
            "name": "MATHEMATICAL BOLD ITALIC SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D499",
            "name": "MATHEMATICAL BOLD ITALIC SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D49A",
            "name": "MATHEMATICAL BOLD ITALIC SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D49B",
            "name": "MATHEMATICAL BOLD ITALIC SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D49C",
            "name": "MATHEMATICAL SCRIPT CAPITAL A",
            "variations": [
                "1D49C FE00 chancery style",
                "1D49C FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D49D",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital b - 212C)"
            ]
        },
        {
            "codepoint": "1D49E",
            "name": "MATHEMATICAL SCRIPT CAPITAL C",
            "variations": [
                "1D49E FE00 chancery style",
                "1D49E FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D49F",
            "name": "MATHEMATICAL SCRIPT CAPITAL D",
            "variations": [
                "1D49F FE00 chancery style",
                "1D49F FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D4A0",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital e - 2130)"
            ]
        },
        {
            "codepoint": "1D4A1",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital f - 2131)"
            ]
        },
        {
            "codepoint": "1D4A2",
            "name": "MATHEMATICAL SCRIPT CAPITAL G",
            "variations": [
                "1D4A2 FE00 chancery style",
                "1D4A2 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D4A3",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital h - 210B)"
            ]
        },
        {
            "codepoint": "1D4A4",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital i - 2110)"
            ]
        },
        {
            "codepoint": "1D4A5",
            "name": "MATHEMATICAL SCRIPT CAPITAL J",
            "variations": [
                "1D4A5 FE00 chancery style",
                "1D4A5 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D4A6",
            "name": "MATHEMATICAL SCRIPT CAPITAL K",
            "variations": [
                "1D4A6 FE00 chancery style",
                "1D4A6 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D4A7",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital l - 2112)"
            ]
        },
        {
            "codepoint": "1D4A8",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital m - 2133)"
            ]
        },
        {
            "codepoint": "1D4A9",
            "name": "MATHEMATICAL SCRIPT CAPITAL N",
            "variations": [
                "1D4A9 FE00 chancery style",
                "1D4A9 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D4AA",
            "name": "MATHEMATICAL SCRIPT CAPITAL O",
            "variations": [
                "1D4AA FE00 chancery style",
                "1D4AA FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D4AB",
            "name": "MATHEMATICAL SCRIPT CAPITAL P",
            "aliases": [
                "power set"
            ],
            "variations": [
                "1D4AB FE00 chancery style",
                "1D4AB FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D4AC",
            "name": "MATHEMATICAL SCRIPT CAPITAL Q",
            "variations": [
                "1D4AC FE00 chancery style",
                "1D4AC FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D4AD",
            "name": "<reserved>",
            "crossReferences": [
                "(script capital r - 211B)"
            ]
        },
        {
            "codepoint": "1D4AE",
            "name": "MATHEMATICAL SCRIPT CAPITAL S",
            "variations": [
                "1D4AE FE00 chancery style",
                "1D4AE FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D4AF",
            "name": "MATHEMATICAL SCRIPT CAPITAL T",
            "variations": [
                "1D4AF FE00 chancery style",
                "1D4AF FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D4B0",
            "name": "MATHEMATICAL SCRIPT CAPITAL U",
            "variations": [
                "1D4B0 FE00 chancery style",
                "1D4B0 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D4B1",
            "name": "MATHEMATICAL SCRIPT CAPITAL V",
            "variations": [
                "1D4B1 FE00 chancery style",
                "1D4B1 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D4B2",
            "name": "MATHEMATICAL SCRIPT CAPITAL W",
            "variations": [
                "1D4B2 FE00 chancery style",
                "1D4B2 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D4B3",
            "name": "MATHEMATICAL SCRIPT CAPITAL X",
            "variations": [
                "1D4B3 FE00 chancery style",
                "1D4B3 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D4B4",
            "name": "MATHEMATICAL SCRIPT CAPITAL Y",
            "variations": [
                "1D4B4 FE00 chancery style",
                "1D4B4 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D4B5",
            "name": "MATHEMATICAL SCRIPT CAPITAL Z",
            "variations": [
                "1D4B5 FE00 chancery style",
                "1D4B5 FE01 roundhand style"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D4B6",
            "name": "MATHEMATICAL SCRIPT SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D4B7",
            "name": "MATHEMATICAL SCRIPT SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D4B8",
            "name": "MATHEMATICAL SCRIPT SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D4B9",
            "name": "MATHEMATICAL SCRIPT SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D4BA",
            "name": "<reserved>",
            "crossReferences": [
                "(script small e - 212F)"
            ]
        },
        {
            "codepoint": "1D4BB",
            "name": "MATHEMATICAL SCRIPT SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D4BC",
            "name": "<reserved>",
            "crossReferences": [
                "(script small g - 210A)"
            ]
        },
        {
            "codepoint": "1D4BD",
            "name": "MATHEMATICAL SCRIPT SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D4BE",
            "name": "MATHEMATICAL SCRIPT SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D4BF",
            "name": "MATHEMATICAL SCRIPT SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D4C0",
            "name": "MATHEMATICAL SCRIPT SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D4C1",
            "name": "MATHEMATICAL SCRIPT SMALL L",
            "crossReferences": [
                "(script small l - 2113)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D4C2",
            "name": "MATHEMATICAL SCRIPT SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D4C3",
            "name": "MATHEMATICAL SCRIPT SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D4C4",
            "name": "<reserved>",
            "crossReferences": [
                "(script small o - 2134)"
            ]
        },
        {
            "codepoint": "1D4C5",
            "name": "MATHEMATICAL SCRIPT SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D4C6",
            "name": "MATHEMATICAL SCRIPT SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D4C7",
            "name": "MATHEMATICAL SCRIPT SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D4C8",
            "name": "MATHEMATICAL SCRIPT SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D4C9",
            "name": "MATHEMATICAL SCRIPT SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D4CA",
            "name": "MATHEMATICAL SCRIPT SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D4CB",
            "name": "MATHEMATICAL SCRIPT SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D4CC",
            "name": "MATHEMATICAL SCRIPT SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D4CD",
            "name": "MATHEMATICAL SCRIPT SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D4CE",
            "name": "MATHEMATICAL SCRIPT SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D4CF",
            "name": "MATHEMATICAL SCRIPT SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D4D0",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D4D1",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D4D2",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D4D3",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D4D4",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D4D5",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D4D6",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D4D7",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D4D8",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D4D9",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D4DA",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D4DB",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D4DC",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D4DD",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D4DE",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D4DF",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D4E0",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D4E1",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D4E2",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D4E3",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D4E4",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D4E5",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D4E6",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D4E7",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D4E8",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D4E9",
            "name": "MATHEMATICAL BOLD SCRIPT CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D4EA",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D4EB",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D4EC",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D4ED",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D4EE",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D4EF",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D4F0",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D4F1",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D4F2",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D4F3",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D4F4",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D4F5",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D4F6",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D4F7",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D4F8",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D4F9",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D4FA",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D4FB",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D4FC",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D4FD",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D4FE",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D4FF",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D500",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D501",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D502",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D503",
            "name": "MATHEMATICAL BOLD SCRIPT SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D504",
            "name": "MATHEMATICAL FRAKTUR CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D505",
            "name": "MATHEMATICAL FRAKTUR CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D506",
            "name": "<reserved>",
            "crossReferences": [
                "(black-letter capital c - 212D)"
            ]
        },
        {
            "codepoint": "1D507",
            "name": "MATHEMATICAL FRAKTUR CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D508",
            "name": "MATHEMATICAL FRAKTUR CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D509",
            "name": "MATHEMATICAL FRAKTUR CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D50A",
            "name": "MATHEMATICAL FRAKTUR CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D50B",
            "name": "<reserved>",
            "crossReferences": [
                "(black-letter capital h - 210C)"
            ]
        },
        {
            "codepoint": "1D50C",
            "name": "<reserved>",
            "crossReferences": [
                "(black-letter capital i - 2111)"
            ]
        },
        {
            "codepoint": "1D50D",
            "name": "MATHEMATICAL FRAKTUR CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D50E",
            "name": "MATHEMATICAL FRAKTUR CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D50F",
            "name": "MATHEMATICAL FRAKTUR CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D510",
            "name": "MATHEMATICAL FRAKTUR CAPITAL M",
            "aliases": [
                "New Testament majority text"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D511",
            "name": "MATHEMATICAL FRAKTUR CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D512",
            "name": "MATHEMATICAL FRAKTUR CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D513",
            "name": "MATHEMATICAL FRAKTUR CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D514",
            "name": "MATHEMATICAL FRAKTUR CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D515",
            "name": "<reserved>",
            "crossReferences": [
                "(black-letter capital r - 211C)"
            ]
        },
        {
            "codepoint": "1D516",
            "name": "MATHEMATICAL FRAKTUR CAPITAL S",
            "aliases": [
                "Septuagint, Greek Old Testament"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D517",
            "name": "MATHEMATICAL FRAKTUR CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D518",
            "name": "MATHEMATICAL FRAKTUR CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D519",
            "name": "MATHEMATICAL FRAKTUR CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D51A",
            "name": "MATHEMATICAL FRAKTUR CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D51B",
            "name": "MATHEMATICAL FRAKTUR CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D51C",
            "name": "MATHEMATICAL FRAKTUR CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D51D",
            "name": "<reserved>",
            "crossReferences": [
                "(black-letter capital z - 2128)"
            ]
        },
        {
            "codepoint": "1D51E",
            "name": "MATHEMATICAL FRAKTUR SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D51F",
            "name": "MATHEMATICAL FRAKTUR SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D520",
            "name": "MATHEMATICAL FRAKTUR SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D521",
            "name": "MATHEMATICAL FRAKTUR SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D522",
            "name": "MATHEMATICAL FRAKTUR SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D523",
            "name": "MATHEMATICAL FRAKTUR SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D524",
            "name": "MATHEMATICAL FRAKTUR SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D525",
            "name": "MATHEMATICAL FRAKTUR SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D526",
            "name": "MATHEMATICAL FRAKTUR SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D527",
            "name": "MATHEMATICAL FRAKTUR SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D528",
            "name": "MATHEMATICAL FRAKTUR SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D529",
            "name": "MATHEMATICAL FRAKTUR SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D52A",
            "name": "MATHEMATICAL FRAKTUR SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D52B",
            "name": "MATHEMATICAL FRAKTUR SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D52C",
            "name": "MATHEMATICAL FRAKTUR SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D52D",
            "name": "MATHEMATICAL FRAKTUR SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D52E",
            "name": "MATHEMATICAL FRAKTUR SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D52F",
            "name": "MATHEMATICAL FRAKTUR SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D530",
            "name": "MATHEMATICAL FRAKTUR SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D531",
            "name": "MATHEMATICAL FRAKTUR SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D532",
            "name": "MATHEMATICAL FRAKTUR SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D533",
            "name": "MATHEMATICAL FRAKTUR SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D534",
            "name": "MATHEMATICAL FRAKTUR SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D535",
            "name": "MATHEMATICAL FRAKTUR SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D536",
            "name": "MATHEMATICAL FRAKTUR SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D537",
            "name": "MATHEMATICAL FRAKTUR SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D538",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL A",
            "comments": [
                "a glyph variant with doubled stroke on the left exists"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D539",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D53A",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital c - 2102)"
            ]
        },
        {
            "codepoint": "1D53B",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D53C",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D53D",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D53E",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D53F",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital h - 210D)"
            ]
        },
        {
            "codepoint": "1D540",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D541",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D542",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D543",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D544",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D545",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital n - 2115)"
            ]
        },
        {
            "codepoint": "1D546",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D547",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital p - 2119)"
            ]
        },
        {
            "codepoint": "1D548",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital q - 211A)"
            ]
        },
        {
            "codepoint": "1D549",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital r - 211D)"
            ]
        },
        {
            "codepoint": "1D54A",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D54B",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D54C",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D54D",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D54E",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D54F",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D550",
            "name": "MATHEMATICAL DOUBLE-STRUCK CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D551",
            "name": "<reserved>",
            "crossReferences": [
                "(double-struck capital z - 2124)"
            ]
        },
        {
            "codepoint": "1D552",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D553",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D554",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D555",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D556",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D557",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D558",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D559",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D55A",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D55B",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D55C",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D55D",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D55E",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D55F",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D560",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D561",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D562",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D563",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D564",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D565",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D566",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D567",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D568",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D569",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D56A",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D56B",
            "name": "MATHEMATICAL DOUBLE-STRUCK SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D56C",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D56D",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D56E",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D56F",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D570",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D571",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D572",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D573",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D574",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D575",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D576",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D577",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D578",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D579",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D57A",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D57B",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D57C",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D57D",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D57E",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D57F",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D580",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D581",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D582",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D583",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D584",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D585",
            "name": "MATHEMATICAL BOLD FRAKTUR CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D586",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D587",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D588",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D589",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D58A",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D58B",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D58C",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D58D",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D58E",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D58F",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D590",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D591",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D592",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D593",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D594",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D595",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D596",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D597",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D598",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D599",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D59A",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D59B",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D59C",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D59D",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D59E",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D59F",
            "name": "MATHEMATICAL BOLD FRAKTUR SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D5A0",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D5A1",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D5A2",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D5A3",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D5A4",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D5A5",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D5A6",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D5A7",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D5A8",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D5A9",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D5AA",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D5AB",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D5AC",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D5AD",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D5AE",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D5AF",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D5B0",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D5B1",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D5B2",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D5B3",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D5B4",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D5B5",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D5B6",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D5B7",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D5B8",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D5B9",
            "name": "MATHEMATICAL SANS-SERIF CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D5BA",
            "name": "MATHEMATICAL SANS-SERIF SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D5BB",
            "name": "MATHEMATICAL SANS-SERIF SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D5BC",
            "name": "MATHEMATICAL SANS-SERIF SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D5BD",
            "name": "MATHEMATICAL SANS-SERIF SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D5BE",
            "name": "MATHEMATICAL SANS-SERIF SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D5BF",
            "name": "MATHEMATICAL SANS-SERIF SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D5C0",
            "name": "MATHEMATICAL SANS-SERIF SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D5C1",
            "name": "MATHEMATICAL SANS-SERIF SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D5C2",
            "name": "MATHEMATICAL SANS-SERIF SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D5C3",
            "name": "MATHEMATICAL SANS-SERIF SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D5C4",
            "name": "MATHEMATICAL SANS-SERIF SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D5C5",
            "name": "MATHEMATICAL SANS-SERIF SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D5C6",
            "name": "MATHEMATICAL SANS-SERIF SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D5C7",
            "name": "MATHEMATICAL SANS-SERIF SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D5C8",
            "name": "MATHEMATICAL SANS-SERIF SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D5C9",
            "name": "MATHEMATICAL SANS-SERIF SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D5CA",
            "name": "MATHEMATICAL SANS-SERIF SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D5CB",
            "name": "MATHEMATICAL SANS-SERIF SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D5CC",
            "name": "MATHEMATICAL SANS-SERIF SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D5CD",
            "name": "MATHEMATICAL SANS-SERIF SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D5CE",
            "name": "MATHEMATICAL SANS-SERIF SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D5CF",
            "name": "MATHEMATICAL SANS-SERIF SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D5D0",
            "name": "MATHEMATICAL SANS-SERIF SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D5D1",
            "name": "MATHEMATICAL SANS-SERIF SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D5D2",
            "name": "MATHEMATICAL SANS-SERIF SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D5D3",
            "name": "MATHEMATICAL SANS-SERIF SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D5D4",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D5D5",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D5D6",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D5D7",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D5D8",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D5D9",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D5DA",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D5DB",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D5DC",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D5DD",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D5DE",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D5DF",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D5E0",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D5E1",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D5E2",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D5E3",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D5E4",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D5E5",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D5E6",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D5E7",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D5E8",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D5E9",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D5EA",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D5EB",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D5EC",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D5ED",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D5EE",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D5EF",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D5F0",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D5F1",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D5F2",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D5F3",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D5F4",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D5F5",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D5F6",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D5F7",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D5F8",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D5F9",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D5FA",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D5FB",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D5FC",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D5FD",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D5FE",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D5FF",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D600",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D601",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D602",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D603",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D604",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D605",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D606",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D607",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D608",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D609",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D60A",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D60B",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D60C",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D60D",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D60E",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D60F",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D610",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D611",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D612",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D613",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D614",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D615",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D616",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D617",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D618",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D619",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D61A",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D61B",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D61C",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D61D",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D61E",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D61F",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D620",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D621",
            "name": "MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D622",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D623",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D624",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D625",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D626",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D627",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D628",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D629",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D62A",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D62B",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D62C",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D62D",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D62E",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D62F",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D630",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D631",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D632",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D633",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D634",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D635",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D636",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D637",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D638",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D639",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D63A",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D63B",
            "name": "MATHEMATICAL SANS-SERIF ITALIC SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D63C",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D63D",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D63E",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D63F",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D640",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D641",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D642",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D643",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D644",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D645",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D646",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D647",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D648",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D649",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D64A",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D64B",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D64C",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D64D",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D64E",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D64F",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D650",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D651",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D652",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D653",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D654",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D655",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D656",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D657",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D658",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D659",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D65A",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D65B",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D65C",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D65D",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D65E",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D65F",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D660",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D661",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D662",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D663",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D664",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D665",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D666",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D667",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D668",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D669",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D66A",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D66B",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D66C",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D66D",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D66E",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D66F",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D670",
            "name": "MATHEMATICAL MONOSPACE CAPITAL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0041",
                    "latin capital letter a"
                ]
            ]
        },
        {
            "codepoint": "1D671",
            "name": "MATHEMATICAL MONOSPACE CAPITAL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0042",
                    "latin capital letter b"
                ]
            ]
        },
        {
            "codepoint": "1D672",
            "name": "MATHEMATICAL MONOSPACE CAPITAL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0043",
                    "latin capital letter c"
                ]
            ]
        },
        {
            "codepoint": "1D673",
            "name": "MATHEMATICAL MONOSPACE CAPITAL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0044",
                    "latin capital letter d"
                ]
            ]
        },
        {
            "codepoint": "1D674",
            "name": "MATHEMATICAL MONOSPACE CAPITAL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0045",
                    "latin capital letter e"
                ]
            ]
        },
        {
            "codepoint": "1D675",
            "name": "MATHEMATICAL MONOSPACE CAPITAL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0046",
                    "latin capital letter f"
                ]
            ]
        },
        {
            "codepoint": "1D676",
            "name": "MATHEMATICAL MONOSPACE CAPITAL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0047",
                    "latin capital letter g"
                ]
            ]
        },
        {
            "codepoint": "1D677",
            "name": "MATHEMATICAL MONOSPACE CAPITAL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0048",
                    "latin capital letter h"
                ]
            ]
        },
        {
            "codepoint": "1D678",
            "name": "MATHEMATICAL MONOSPACE CAPITAL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0049",
                    "latin capital letter i"
                ]
            ]
        },
        {
            "codepoint": "1D679",
            "name": "MATHEMATICAL MONOSPACE CAPITAL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004A",
                    "latin capital letter j"
                ]
            ]
        },
        {
            "codepoint": "1D67A",
            "name": "MATHEMATICAL MONOSPACE CAPITAL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004B",
                    "latin capital letter k"
                ]
            ]
        },
        {
            "codepoint": "1D67B",
            "name": "MATHEMATICAL MONOSPACE CAPITAL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004C",
                    "latin capital letter l"
                ]
            ]
        },
        {
            "codepoint": "1D67C",
            "name": "MATHEMATICAL MONOSPACE CAPITAL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004D",
                    "latin capital letter m"
                ]
            ]
        },
        {
            "codepoint": "1D67D",
            "name": "MATHEMATICAL MONOSPACE CAPITAL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004E",
                    "latin capital letter n"
                ]
            ]
        },
        {
            "codepoint": "1D67E",
            "name": "MATHEMATICAL MONOSPACE CAPITAL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "004F",
                    "latin capital letter o"
                ]
            ]
        },
        {
            "codepoint": "1D67F",
            "name": "MATHEMATICAL MONOSPACE CAPITAL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0050",
                    "latin capital letter p"
                ]
            ]
        },
        {
            "codepoint": "1D680",
            "name": "MATHEMATICAL MONOSPACE CAPITAL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0051",
                    "latin capital letter q"
                ]
            ]
        },
        {
            "codepoint": "1D681",
            "name": "MATHEMATICAL MONOSPACE CAPITAL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0052",
                    "latin capital letter r"
                ]
            ]
        },
        {
            "codepoint": "1D682",
            "name": "MATHEMATICAL MONOSPACE CAPITAL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0053",
                    "latin capital letter s"
                ]
            ]
        },
        {
            "codepoint": "1D683",
            "name": "MATHEMATICAL MONOSPACE CAPITAL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0054",
                    "latin capital letter t"
                ]
            ]
        },
        {
            "codepoint": "1D684",
            "name": "MATHEMATICAL MONOSPACE CAPITAL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0055",
                    "latin capital letter u"
                ]
            ]
        },
        {
            "codepoint": "1D685",
            "name": "MATHEMATICAL MONOSPACE CAPITAL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0056",
                    "latin capital letter v"
                ]
            ]
        },
        {
            "codepoint": "1D686",
            "name": "MATHEMATICAL MONOSPACE CAPITAL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0057",
                    "latin capital letter w"
                ]
            ]
        },
        {
            "codepoint": "1D687",
            "name": "MATHEMATICAL MONOSPACE CAPITAL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0058",
                    "latin capital letter x"
                ]
            ]
        },
        {
            "codepoint": "1D688",
            "name": "MATHEMATICAL MONOSPACE CAPITAL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0059",
                    "latin capital letter y"
                ]
            ]
        },
        {
            "codepoint": "1D689",
            "name": "MATHEMATICAL MONOSPACE CAPITAL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "005A",
                    "latin capital letter z"
                ]
            ]
        },
        {
            "codepoint": "1D68A",
            "name": "MATHEMATICAL MONOSPACE SMALL A",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0061",
                    "latin small letter a"
                ]
            ]
        },
        {
            "codepoint": "1D68B",
            "name": "MATHEMATICAL MONOSPACE SMALL B",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0062",
                    "latin small letter b"
                ]
            ]
        },
        {
            "codepoint": "1D68C",
            "name": "MATHEMATICAL MONOSPACE SMALL C",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0063",
                    "latin small letter c"
                ]
            ]
        },
        {
            "codepoint": "1D68D",
            "name": "MATHEMATICAL MONOSPACE SMALL D",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0064",
                    "latin small letter d"
                ]
            ]
        },
        {
            "codepoint": "1D68E",
            "name": "MATHEMATICAL MONOSPACE SMALL E",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0065",
                    "latin small letter e"
                ]
            ]
        },
        {
            "codepoint": "1D68F",
            "name": "MATHEMATICAL MONOSPACE SMALL F",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0066",
                    "latin small letter f"
                ]
            ]
        },
        {
            "codepoint": "1D690",
            "name": "MATHEMATICAL MONOSPACE SMALL G",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0067",
                    "latin small letter g"
                ]
            ]
        },
        {
            "codepoint": "1D691",
            "name": "MATHEMATICAL MONOSPACE SMALL H",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0068",
                    "latin small letter h"
                ]
            ]
        },
        {
            "codepoint": "1D692",
            "name": "MATHEMATICAL MONOSPACE SMALL I",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0069",
                    "latin small letter i"
                ]
            ]
        },
        {
            "codepoint": "1D693",
            "name": "MATHEMATICAL MONOSPACE SMALL J",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006A",
                    "latin small letter j"
                ]
            ]
        },
        {
            "codepoint": "1D694",
            "name": "MATHEMATICAL MONOSPACE SMALL K",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006B",
                    "latin small letter k"
                ]
            ]
        },
        {
            "codepoint": "1D695",
            "name": "MATHEMATICAL MONOSPACE SMALL L",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006C",
                    "latin small letter l"
                ]
            ]
        },
        {
            "codepoint": "1D696",
            "name": "MATHEMATICAL MONOSPACE SMALL M",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006D",
                    "latin small letter m"
                ]
            ]
        },
        {
            "codepoint": "1D697",
            "name": "MATHEMATICAL MONOSPACE SMALL N",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006E",
                    "latin small letter n"
                ]
            ]
        },
        {
            "codepoint": "1D698",
            "name": "MATHEMATICAL MONOSPACE SMALL O",
            "compatibilityMappings": [
                [
                    "<font>",
                    "006F",
                    "latin small letter o"
                ]
            ]
        },
        {
            "codepoint": "1D699",
            "name": "MATHEMATICAL MONOSPACE SMALL P",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0070",
                    "latin small letter p"
                ]
            ]
        },
        {
            "codepoint": "1D69A",
            "name": "MATHEMATICAL MONOSPACE SMALL Q",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0071",
                    "latin small letter q"
                ]
            ]
        },
        {
            "codepoint": "1D69B",
            "name": "MATHEMATICAL MONOSPACE SMALL R",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0072",
                    "latin small letter r"
                ]
            ]
        },
        {
            "codepoint": "1D69C",
            "name": "MATHEMATICAL MONOSPACE SMALL S",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0073",
                    "latin small letter s"
                ]
            ]
        },
        {
            "codepoint": "1D69D",
            "name": "MATHEMATICAL MONOSPACE SMALL T",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0074",
                    "latin small letter t"
                ]
            ]
        },
        {
            "codepoint": "1D69E",
            "name": "MATHEMATICAL MONOSPACE SMALL U",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0075",
                    "latin small letter u"
                ]
            ]
        },
        {
            "codepoint": "1D69F",
            "name": "MATHEMATICAL MONOSPACE SMALL V",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0076",
                    "latin small letter v"
                ]
            ]
        },
        {
            "codepoint": "1D6A0",
            "name": "MATHEMATICAL MONOSPACE SMALL W",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0077",
                    "latin small letter w"
                ]
            ]
        },
        {
            "codepoint": "1D6A1",
            "name": "MATHEMATICAL MONOSPACE SMALL X",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0078",
                    "latin small letter x"
                ]
            ]
        },
        {
            "codepoint": "1D6A2",
            "name": "MATHEMATICAL MONOSPACE SMALL Y",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0079",
                    "latin small letter y"
                ]
            ]
        },
        {
            "codepoint": "1D6A3",
            "name": "MATHEMATICAL MONOSPACE SMALL Z",
            "compatibilityMappings": [
                [
                    "<font>",
                    "007A",
                    "latin small letter z"
                ]
            ]
        },
        {
            "codepoint": "1D6A4",
            "name": "MATHEMATICAL ITALIC SMALL DOTLESS I",
            "aliases": [
                "\\imath"
            ],
            "crossReferences": [
                "(latin small letter dotless i - 0131)",
                "(mathematical italic small i - 1D456)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0131",
                    "latin small letter dotless i"
                ]
            ]
        },
        {
            "codepoint": "1D6A5",
            "name": "MATHEMATICAL ITALIC SMALL DOTLESS J",
            "aliases": [
                "\\jmath"
            ],
            "crossReferences": [
                "(latin small letter dotless j - 0237)",
                "(mathematical italic small j - 1D457)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0237",
                    "latin small letter dotless j"
                ]
            ]
        },
        {
            "codepoint": "1D6A8",
            "name": "MATHEMATICAL BOLD CAPITAL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0391",
                    "greek capital letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D6A9",
            "name": "MATHEMATICAL BOLD CAPITAL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0392",
                    "greek capital letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D6AA",
            "name": "MATHEMATICAL BOLD CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D6AB",
            "name": "MATHEMATICAL BOLD CAPITAL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0394",
                    "greek capital letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D6AC",
            "name": "MATHEMATICAL BOLD CAPITAL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0395",
                    "greek capital letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6AD",
            "name": "MATHEMATICAL BOLD CAPITAL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0396",
                    "greek capital letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D6AE",
            "name": "MATHEMATICAL BOLD CAPITAL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0397",
                    "greek capital letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D6AF",
            "name": "MATHEMATICAL BOLD CAPITAL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D6B0",
            "name": "MATHEMATICAL BOLD CAPITAL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0399",
                    "greek capital letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D6B1",
            "name": "MATHEMATICAL BOLD CAPITAL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039A",
                    "greek capital letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D6B2",
            "name": "MATHEMATICAL BOLD CAPITAL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039B",
                    "greek capital letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D6B3",
            "name": "MATHEMATICAL BOLD CAPITAL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039C",
                    "greek capital letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D6B4",
            "name": "MATHEMATICAL BOLD CAPITAL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039D",
                    "greek capital letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D6B5",
            "name": "MATHEMATICAL BOLD CAPITAL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039E",
                    "greek capital letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D6B6",
            "name": "MATHEMATICAL BOLD CAPITAL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039F",
                    "greek capital letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D6B7",
            "name": "MATHEMATICAL BOLD CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D6B8",
            "name": "MATHEMATICAL BOLD CAPITAL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A1",
                    "greek capital letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D6B9",
            "name": "MATHEMATICAL BOLD CAPITAL THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F4",
                    "greek capital theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6BA",
            "name": "MATHEMATICAL BOLD CAPITAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D6BB",
            "name": "MATHEMATICAL BOLD CAPITAL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A4",
                    "greek capital letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D6BC",
            "name": "MATHEMATICAL BOLD CAPITAL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6BD",
            "name": "MATHEMATICAL BOLD CAPITAL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A6",
                    "greek capital letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D6BE",
            "name": "MATHEMATICAL BOLD CAPITAL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A7",
                    "greek capital letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D6BF",
            "name": "MATHEMATICAL BOLD CAPITAL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A8",
                    "greek capital letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D6C0",
            "name": "MATHEMATICAL BOLD CAPITAL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D6C1",
            "name": "MATHEMATICAL BOLD NABLA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2207",
                    "nabla"
                ]
            ]
        },
        {
            "codepoint": "1D6C2",
            "name": "MATHEMATICAL BOLD SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B1",
                    "greek small letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D6C3",
            "name": "MATHEMATICAL BOLD SMALL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D6C4",
            "name": "MATHEMATICAL BOLD SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D6C5",
            "name": "MATHEMATICAL BOLD SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B4",
                    "greek small letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D6C6",
            "name": "MATHEMATICAL BOLD SMALL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6C7",
            "name": "MATHEMATICAL BOLD SMALL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B6",
                    "greek small letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D6C8",
            "name": "MATHEMATICAL BOLD SMALL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B7",
                    "greek small letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D6C9",
            "name": "MATHEMATICAL BOLD SMALL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D6CA",
            "name": "MATHEMATICAL BOLD SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D6CB",
            "name": "MATHEMATICAL BOLD SMALL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D6CC",
            "name": "MATHEMATICAL BOLD SMALL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BB",
                    "greek small letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D6CD",
            "name": "MATHEMATICAL BOLD SMALL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D6CE",
            "name": "MATHEMATICAL BOLD SMALL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BD",
                    "greek small letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D6CF",
            "name": "MATHEMATICAL BOLD SMALL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BE",
                    "greek small letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D6D0",
            "name": "MATHEMATICAL BOLD SMALL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BF",
                    "greek small letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D6D1",
            "name": "MATHEMATICAL BOLD SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D6D2",
            "name": "MATHEMATICAL BOLD SMALL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D6D3",
            "name": "MATHEMATICAL BOLD SMALL FINAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "1D6D4",
            "name": "MATHEMATICAL BOLD SMALL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C3",
                    "greek small letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D6D5",
            "name": "MATHEMATICAL BOLD SMALL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C4",
                    "greek small letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D6D6",
            "name": "MATHEMATICAL BOLD SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C5",
                    "greek small letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6D7",
            "name": "MATHEMATICAL BOLD SMALL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D6D8",
            "name": "MATHEMATICAL BOLD SMALL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C7",
                    "greek small letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D6D9",
            "name": "MATHEMATICAL BOLD SMALL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C8",
                    "greek small letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D6DA",
            "name": "MATHEMATICAL BOLD SMALL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C9",
                    "greek small letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D6DB",
            "name": "MATHEMATICAL BOLD PARTIAL DIFFERENTIAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2202",
                    "partial differential"
                ]
            ]
        },
        {
            "codepoint": "1D6DC",
            "name": "MATHEMATICAL BOLD EPSILON SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F5",
                    "greek lunate epsilon symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6DD",
            "name": "MATHEMATICAL BOLD THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D1",
                    "greek theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6DE",
            "name": "MATHEMATICAL BOLD KAPPA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F0",
                    "greek kappa symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6DF",
            "name": "MATHEMATICAL BOLD PHI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D5",
                    "greek phi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6E0",
            "name": "MATHEMATICAL BOLD RHO SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F1",
                    "greek rho symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6E1",
            "name": "MATHEMATICAL BOLD PI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D6",
                    "greek pi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6E2",
            "name": "MATHEMATICAL ITALIC CAPITAL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0391",
                    "greek capital letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D6E3",
            "name": "MATHEMATICAL ITALIC CAPITAL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0392",
                    "greek capital letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D6E4",
            "name": "MATHEMATICAL ITALIC CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D6E5",
            "name": "MATHEMATICAL ITALIC CAPITAL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0394",
                    "greek capital letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D6E6",
            "name": "MATHEMATICAL ITALIC CAPITAL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0395",
                    "greek capital letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6E7",
            "name": "MATHEMATICAL ITALIC CAPITAL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0396",
                    "greek capital letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D6E8",
            "name": "MATHEMATICAL ITALIC CAPITAL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0397",
                    "greek capital letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D6E9",
            "name": "MATHEMATICAL ITALIC CAPITAL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D6EA",
            "name": "MATHEMATICAL ITALIC CAPITAL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0399",
                    "greek capital letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D6EB",
            "name": "MATHEMATICAL ITALIC CAPITAL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039A",
                    "greek capital letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D6EC",
            "name": "MATHEMATICAL ITALIC CAPITAL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039B",
                    "greek capital letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D6ED",
            "name": "MATHEMATICAL ITALIC CAPITAL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039C",
                    "greek capital letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D6EE",
            "name": "MATHEMATICAL ITALIC CAPITAL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039D",
                    "greek capital letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D6EF",
            "name": "MATHEMATICAL ITALIC CAPITAL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039E",
                    "greek capital letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D6F0",
            "name": "MATHEMATICAL ITALIC CAPITAL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039F",
                    "greek capital letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D6F1",
            "name": "MATHEMATICAL ITALIC CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D6F2",
            "name": "MATHEMATICAL ITALIC CAPITAL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A1",
                    "greek capital letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D6F3",
            "name": "MATHEMATICAL ITALIC CAPITAL THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F4",
                    "greek capital theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D6F4",
            "name": "MATHEMATICAL ITALIC CAPITAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D6F5",
            "name": "MATHEMATICAL ITALIC CAPITAL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A4",
                    "greek capital letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D6F6",
            "name": "MATHEMATICAL ITALIC CAPITAL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D6F7",
            "name": "MATHEMATICAL ITALIC CAPITAL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A6",
                    "greek capital letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D6F8",
            "name": "MATHEMATICAL ITALIC CAPITAL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A7",
                    "greek capital letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D6F9",
            "name": "MATHEMATICAL ITALIC CAPITAL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A8",
                    "greek capital letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D6FA",
            "name": "MATHEMATICAL ITALIC CAPITAL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D6FB",
            "name": "MATHEMATICAL ITALIC NABLA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2207",
                    "nabla"
                ]
            ]
        },
        {
            "codepoint": "1D6FC",
            "name": "MATHEMATICAL ITALIC SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B1",
                    "greek small letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D6FD",
            "name": "MATHEMATICAL ITALIC SMALL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D6FE",
            "name": "MATHEMATICAL ITALIC SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D6FF",
            "name": "MATHEMATICAL ITALIC SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B4",
                    "greek small letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D700",
            "name": "MATHEMATICAL ITALIC SMALL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D701",
            "name": "MATHEMATICAL ITALIC SMALL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B6",
                    "greek small letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D702",
            "name": "MATHEMATICAL ITALIC SMALL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B7",
                    "greek small letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D703",
            "name": "MATHEMATICAL ITALIC SMALL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D704",
            "name": "MATHEMATICAL ITALIC SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D705",
            "name": "MATHEMATICAL ITALIC SMALL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D706",
            "name": "MATHEMATICAL ITALIC SMALL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BB",
                    "greek small letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D707",
            "name": "MATHEMATICAL ITALIC SMALL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D708",
            "name": "MATHEMATICAL ITALIC SMALL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BD",
                    "greek small letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D709",
            "name": "MATHEMATICAL ITALIC SMALL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BE",
                    "greek small letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D70A",
            "name": "MATHEMATICAL ITALIC SMALL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BF",
                    "greek small letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D70B",
            "name": "MATHEMATICAL ITALIC SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D70C",
            "name": "MATHEMATICAL ITALIC SMALL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D70D",
            "name": "MATHEMATICAL ITALIC SMALL FINAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "1D70E",
            "name": "MATHEMATICAL ITALIC SMALL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C3",
                    "greek small letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D70F",
            "name": "MATHEMATICAL ITALIC SMALL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C4",
                    "greek small letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D710",
            "name": "MATHEMATICAL ITALIC SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C5",
                    "greek small letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D711",
            "name": "MATHEMATICAL ITALIC SMALL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D712",
            "name": "MATHEMATICAL ITALIC SMALL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C7",
                    "greek small letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D713",
            "name": "MATHEMATICAL ITALIC SMALL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C8",
                    "greek small letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D714",
            "name": "MATHEMATICAL ITALIC SMALL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C9",
                    "greek small letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D715",
            "name": "MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2202",
                    "partial differential"
                ]
            ]
        },
        {
            "codepoint": "1D716",
            "name": "MATHEMATICAL ITALIC EPSILON SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F5",
                    "greek lunate epsilon symbol"
                ]
            ]
        },
        {
            "codepoint": "1D717",
            "name": "MATHEMATICAL ITALIC THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D1",
                    "greek theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D718",
            "name": "MATHEMATICAL ITALIC KAPPA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F0",
                    "greek kappa symbol"
                ]
            ]
        },
        {
            "codepoint": "1D719",
            "name": "MATHEMATICAL ITALIC PHI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D5",
                    "greek phi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D71A",
            "name": "MATHEMATICAL ITALIC RHO SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F1",
                    "greek rho symbol"
                ]
            ]
        },
        {
            "codepoint": "1D71B",
            "name": "MATHEMATICAL ITALIC PI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D6",
                    "greek pi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D71C",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0391",
                    "greek capital letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D71D",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0392",
                    "greek capital letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D71E",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D71F",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0394",
                    "greek capital letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D720",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0395",
                    "greek capital letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D721",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0396",
                    "greek capital letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D722",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0397",
                    "greek capital letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D723",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D724",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0399",
                    "greek capital letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D725",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039A",
                    "greek capital letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D726",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039B",
                    "greek capital letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D727",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039C",
                    "greek capital letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D728",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039D",
                    "greek capital letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D729",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039E",
                    "greek capital letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D72A",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039F",
                    "greek capital letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D72B",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D72C",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A1",
                    "greek capital letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D72D",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F4",
                    "greek capital theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D72E",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D72F",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A4",
                    "greek capital letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D730",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D731",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A6",
                    "greek capital letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D732",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A7",
                    "greek capital letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D733",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A8",
                    "greek capital letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D734",
            "name": "MATHEMATICAL BOLD ITALIC CAPITAL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D735",
            "name": "MATHEMATICAL BOLD ITALIC NABLA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2207",
                    "nabla"
                ]
            ]
        },
        {
            "codepoint": "1D736",
            "name": "MATHEMATICAL BOLD ITALIC SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B1",
                    "greek small letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D737",
            "name": "MATHEMATICAL BOLD ITALIC SMALL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D738",
            "name": "MATHEMATICAL BOLD ITALIC SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D739",
            "name": "MATHEMATICAL BOLD ITALIC SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B4",
                    "greek small letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D73A",
            "name": "MATHEMATICAL BOLD ITALIC SMALL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D73B",
            "name": "MATHEMATICAL BOLD ITALIC SMALL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B6",
                    "greek small letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D73C",
            "name": "MATHEMATICAL BOLD ITALIC SMALL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B7",
                    "greek small letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D73D",
            "name": "MATHEMATICAL BOLD ITALIC SMALL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D73E",
            "name": "MATHEMATICAL BOLD ITALIC SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D73F",
            "name": "MATHEMATICAL BOLD ITALIC SMALL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D740",
            "name": "MATHEMATICAL BOLD ITALIC SMALL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BB",
                    "greek small letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D741",
            "name": "MATHEMATICAL BOLD ITALIC SMALL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D742",
            "name": "MATHEMATICAL BOLD ITALIC SMALL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BD",
                    "greek small letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D743",
            "name": "MATHEMATICAL BOLD ITALIC SMALL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BE",
                    "greek small letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D744",
            "name": "MATHEMATICAL BOLD ITALIC SMALL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BF",
                    "greek small letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D745",
            "name": "MATHEMATICAL BOLD ITALIC SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D746",
            "name": "MATHEMATICAL BOLD ITALIC SMALL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D747",
            "name": "MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "1D748",
            "name": "MATHEMATICAL BOLD ITALIC SMALL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C3",
                    "greek small letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D749",
            "name": "MATHEMATICAL BOLD ITALIC SMALL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C4",
                    "greek small letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D74A",
            "name": "MATHEMATICAL BOLD ITALIC SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C5",
                    "greek small letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D74B",
            "name": "MATHEMATICAL BOLD ITALIC SMALL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D74C",
            "name": "MATHEMATICAL BOLD ITALIC SMALL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C7",
                    "greek small letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D74D",
            "name": "MATHEMATICAL BOLD ITALIC SMALL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C8",
                    "greek small letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D74E",
            "name": "MATHEMATICAL BOLD ITALIC SMALL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C9",
                    "greek small letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D74F",
            "name": "MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2202",
                    "partial differential"
                ]
            ]
        },
        {
            "codepoint": "1D750",
            "name": "MATHEMATICAL BOLD ITALIC EPSILON SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F5",
                    "greek lunate epsilon symbol"
                ]
            ]
        },
        {
            "codepoint": "1D751",
            "name": "MATHEMATICAL BOLD ITALIC THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D1",
                    "greek theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D752",
            "name": "MATHEMATICAL BOLD ITALIC KAPPA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F0",
                    "greek kappa symbol"
                ]
            ]
        },
        {
            "codepoint": "1D753",
            "name": "MATHEMATICAL BOLD ITALIC PHI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D5",
                    "greek phi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D754",
            "name": "MATHEMATICAL BOLD ITALIC RHO SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F1",
                    "greek rho symbol"
                ]
            ]
        },
        {
            "codepoint": "1D755",
            "name": "MATHEMATICAL BOLD ITALIC PI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D6",
                    "greek pi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D756",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0391",
                    "greek capital letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D757",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0392",
                    "greek capital letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D758",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D759",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0394",
                    "greek capital letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D75A",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0395",
                    "greek capital letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D75B",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0396",
                    "greek capital letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D75C",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0397",
                    "greek capital letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D75D",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D75E",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0399",
                    "greek capital letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D75F",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039A",
                    "greek capital letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D760",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039B",
                    "greek capital letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D761",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039C",
                    "greek capital letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D762",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039D",
                    "greek capital letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D763",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039E",
                    "greek capital letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D764",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039F",
                    "greek capital letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D765",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D766",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A1",
                    "greek capital letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D767",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F4",
                    "greek capital theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D768",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D769",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A4",
                    "greek capital letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D76A",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D76B",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A6",
                    "greek capital letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D76C",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A7",
                    "greek capital letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D76D",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A8",
                    "greek capital letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D76E",
            "name": "MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D76F",
            "name": "MATHEMATICAL SANS-SERIF BOLD NABLA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2207",
                    "nabla"
                ]
            ]
        },
        {
            "codepoint": "1D770",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B1",
                    "greek small letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D771",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D772",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D773",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B4",
                    "greek small letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D774",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D775",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B6",
                    "greek small letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D776",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B7",
                    "greek small letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D777",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D778",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D779",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D77A",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BB",
                    "greek small letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D77B",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D77C",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BD",
                    "greek small letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D77D",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BE",
                    "greek small letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D77E",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BF",
                    "greek small letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D77F",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D780",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D781",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "1D782",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C3",
                    "greek small letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D783",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C4",
                    "greek small letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D784",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C5",
                    "greek small letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D785",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D786",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C7",
                    "greek small letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D787",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C8",
                    "greek small letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D788",
            "name": "MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C9",
                    "greek small letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D789",
            "name": "MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2202",
                    "partial differential"
                ]
            ]
        },
        {
            "codepoint": "1D78A",
            "name": "MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F5",
                    "greek lunate epsilon symbol"
                ]
            ]
        },
        {
            "codepoint": "1D78B",
            "name": "MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D1",
                    "greek theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D78C",
            "name": "MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F0",
                    "greek kappa symbol"
                ]
            ]
        },
        {
            "codepoint": "1D78D",
            "name": "MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D5",
                    "greek phi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D78E",
            "name": "MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F1",
                    "greek rho symbol"
                ]
            ]
        },
        {
            "codepoint": "1D78F",
            "name": "MATHEMATICAL SANS-SERIF BOLD PI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D6",
                    "greek pi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D790",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0391",
                    "greek capital letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D791",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0392",
                    "greek capital letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D792",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0393",
                    "greek capital letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D793",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0394",
                    "greek capital letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D794",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0395",
                    "greek capital letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D795",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0396",
                    "greek capital letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D796",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0397",
                    "greek capital letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D797",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0398",
                    "greek capital letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D798",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0399",
                    "greek capital letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D799",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039A",
                    "greek capital letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D79A",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039B",
                    "greek capital letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D79B",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039C",
                    "greek capital letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D79C",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039D",
                    "greek capital letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D79D",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039E",
                    "greek capital letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D79E",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "039F",
                    "greek capital letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D79F",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A0",
                    "greek capital letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D7A0",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A1",
                    "greek capital letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D7A1",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F4",
                    "greek capital theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7A2",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A3",
                    "greek capital letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D7A3",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A4",
                    "greek capital letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D7A4",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A5",
                    "greek capital letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D7A5",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A6",
                    "greek capital letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D7A6",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A7",
                    "greek capital letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D7A7",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A8",
                    "greek capital letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D7A8",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03A9",
                    "greek capital letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D7A9",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2207",
                    "nabla"
                ]
            ]
        },
        {
            "codepoint": "1D7AA",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B1",
                    "greek small letter alpha"
                ]
            ]
        },
        {
            "codepoint": "1D7AB",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B2",
                    "greek small letter beta"
                ]
            ]
        },
        {
            "codepoint": "1D7AC",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B3",
                    "greek small letter gamma"
                ]
            ]
        },
        {
            "codepoint": "1D7AD",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B4",
                    "greek small letter delta"
                ]
            ]
        },
        {
            "codepoint": "1D7AE",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B5",
                    "greek small letter epsilon"
                ]
            ]
        },
        {
            "codepoint": "1D7AF",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B6",
                    "greek small letter zeta"
                ]
            ]
        },
        {
            "codepoint": "1D7B0",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B7",
                    "greek small letter eta"
                ]
            ]
        },
        {
            "codepoint": "1D7B1",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B8",
                    "greek small letter theta"
                ]
            ]
        },
        {
            "codepoint": "1D7B2",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03B9",
                    "greek small letter iota"
                ]
            ]
        },
        {
            "codepoint": "1D7B3",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BA",
                    "greek small letter kappa"
                ]
            ]
        },
        {
            "codepoint": "1D7B4",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BB",
                    "greek small letter lamda"
                ]
            ]
        },
        {
            "codepoint": "1D7B5",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BC",
                    "greek small letter mu"
                ]
            ]
        },
        {
            "codepoint": "1D7B6",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BD",
                    "greek small letter nu"
                ]
            ]
        },
        {
            "codepoint": "1D7B7",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BE",
                    "greek small letter xi"
                ]
            ]
        },
        {
            "codepoint": "1D7B8",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03BF",
                    "greek small letter omicron"
                ]
            ]
        },
        {
            "codepoint": "1D7B9",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C0",
                    "greek small letter pi"
                ]
            ]
        },
        {
            "codepoint": "1D7BA",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C1",
                    "greek small letter rho"
                ]
            ]
        },
        {
            "codepoint": "1D7BB",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C2",
                    "greek small letter final sigma"
                ]
            ]
        },
        {
            "codepoint": "1D7BC",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C3",
                    "greek small letter sigma"
                ]
            ]
        },
        {
            "codepoint": "1D7BD",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C4",
                    "greek small letter tau"
                ]
            ]
        },
        {
            "codepoint": "1D7BE",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C5",
                    "greek small letter upsilon"
                ]
            ]
        },
        {
            "codepoint": "1D7BF",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C6",
                    "greek small letter phi"
                ]
            ]
        },
        {
            "codepoint": "1D7C0",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C7",
                    "greek small letter chi"
                ]
            ]
        },
        {
            "codepoint": "1D7C1",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C8",
                    "greek small letter psi"
                ]
            ]
        },
        {
            "codepoint": "1D7C2",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03C9",
                    "greek small letter omega"
                ]
            ]
        },
        {
            "codepoint": "1D7C3",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "2202",
                    "partial differential"
                ]
            ]
        },
        {
            "codepoint": "1D7C4",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F5",
                    "greek lunate epsilon symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7C5",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D1",
                    "greek theta symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7C6",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F0",
                    "greek kappa symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7C7",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D5",
                    "greek phi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7C8",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03F1",
                    "greek rho symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7C9",
            "name": "MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03D6",
                    "greek pi symbol"
                ]
            ]
        },
        {
            "codepoint": "1D7CA",
            "name": "MATHEMATICAL BOLD CAPITAL DIGAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03DC",
                    "greek letter digamma"
                ]
            ]
        },
        {
            "codepoint": "1D7CB",
            "name": "MATHEMATICAL BOLD SMALL DIGAMMA",
            "compatibilityMappings": [
                [
                    "<font>",
                    "03DD",
                    "greek small letter digamma"
                ]
            ]
        },
        {
            "codepoint": "1D7CE",
            "name": "MATHEMATICAL BOLD DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1D7CF",
            "name": "MATHEMATICAL BOLD DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1D7D0",
            "name": "MATHEMATICAL BOLD DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1D7D1",
            "name": "MATHEMATICAL BOLD DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1D7D2",
            "name": "MATHEMATICAL BOLD DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1D7D3",
            "name": "MATHEMATICAL BOLD DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1D7D4",
            "name": "MATHEMATICAL BOLD DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1D7D5",
            "name": "MATHEMATICAL BOLD DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1D7D6",
            "name": "MATHEMATICAL BOLD DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1D7D7",
            "name": "MATHEMATICAL BOLD DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1D7D8",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1D7D9",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1D7DA",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1D7DB",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1D7DC",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1D7DD",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1D7DE",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1D7DF",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1D7E0",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1D7E1",
            "name": "MATHEMATICAL DOUBLE-STRUCK DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1D7E2",
            "name": "MATHEMATICAL SANS-SERIF DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1D7E3",
            "name": "MATHEMATICAL SANS-SERIF DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1D7E4",
            "name": "MATHEMATICAL SANS-SERIF DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1D7E5",
            "name": "MATHEMATICAL SANS-SERIF DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1D7E6",
            "name": "MATHEMATICAL SANS-SERIF DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1D7E7",
            "name": "MATHEMATICAL SANS-SERIF DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1D7E8",
            "name": "MATHEMATICAL SANS-SERIF DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1D7E9",
            "name": "MATHEMATICAL SANS-SERIF DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1D7EA",
            "name": "MATHEMATICAL SANS-SERIF DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1D7EB",
            "name": "MATHEMATICAL SANS-SERIF DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1D7EC",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1D7ED",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1D7EE",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1D7EF",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1D7F0",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1D7F1",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1D7F2",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1D7F3",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1D7F4",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1D7F5",
            "name": "MATHEMATICAL SANS-SERIF BOLD DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1D7F6",
            "name": "MATHEMATICAL MONOSPACE DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1D7F7",
            "name": "MATHEMATICAL MONOSPACE DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1D7F8",
            "name": "MATHEMATICAL MONOSPACE DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1D7F9",
            "name": "MATHEMATICAL MONOSPACE DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1D7FA",
            "name": "MATHEMATICAL MONOSPACE DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1D7FB",
            "name": "MATHEMATICAL MONOSPACE DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1D7FC",
            "name": "MATHEMATICAL MONOSPACE DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1D7FD",
            "name": "MATHEMATICAL MONOSPACE DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1D7FE",
            "name": "MATHEMATICAL MONOSPACE DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1D7FF",
            "name": "MATHEMATICAL MONOSPACE DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1D800",
            "name": "SIGNWRITING HAND-FIST INDEX"
        },
        {
            "codepoint": "1D801",
            "name": "SIGNWRITING HAND-CIRCLE INDEX"
        },
        {
            "codepoint": "1D802",
            "name": "SIGNWRITING HAND-CUP INDEX"
        },
        {
            "codepoint": "1D803",
            "name": "SIGNWRITING HAND-OVAL INDEX"
        },
        {
            "codepoint": "1D804",
            "name": "SIGNWRITING HAND-HINGE INDEX"
        },
        {
            "codepoint": "1D805",
            "name": "SIGNWRITING HAND-ANGLE INDEX"
        },
        {
            "codepoint": "1D806",
            "name": "SIGNWRITING HAND-FIST INDEX BENT"
        },
        {
            "codepoint": "1D807",
            "name": "SIGNWRITING HAND-CIRCLE INDEX BENT"
        },
        {
            "codepoint": "1D808",
            "name": "SIGNWRITING HAND-FIST THUMB UNDER INDEX BENT"
        },
        {
            "codepoint": "1D809",
            "name": "SIGNWRITING HAND-FIST INDEX RAISED KNUCKLE"
        },
        {
            "codepoint": "1D80A",
            "name": "SIGNWRITING HAND-FIST INDEX CUPPED"
        },
        {
            "codepoint": "1D80B",
            "name": "SIGNWRITING HAND-FIST INDEX HINGED"
        },
        {
            "codepoint": "1D80C",
            "name": "SIGNWRITING HAND-FIST INDEX HINGED LOW"
        },
        {
            "codepoint": "1D80D",
            "name": "SIGNWRITING HAND-CIRCLE INDEX HINGE"
        },
        {
            "codepoint": "1D80E",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE"
        },
        {
            "codepoint": "1D80F",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE"
        },
        {
            "codepoint": "1D810",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE BENT"
        },
        {
            "codepoint": "1D811",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE RAISED KNUCKLES"
        },
        {
            "codepoint": "1D812",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE HINGED"
        },
        {
            "codepoint": "1D813",
            "name": "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED"
        },
        {
            "codepoint": "1D814",
            "name": "SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP"
        },
        {
            "codepoint": "1D815",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED"
        },
        {
            "codepoint": "1D816",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED INDEX BENT"
        },
        {
            "codepoint": "1D817",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED MIDDLE BENT"
        },
        {
            "codepoint": "1D818",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED"
        },
        {
            "codepoint": "1D819",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED"
        },
        {
            "codepoint": "1D81A",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED"
        },
        {
            "codepoint": "1D81B",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSSED"
        },
        {
            "codepoint": "1D81C",
            "name": "SIGNWRITING HAND-FIST MIDDLE BENT OVER INDEX"
        },
        {
            "codepoint": "1D81D",
            "name": "SIGNWRITING HAND-FIST INDEX BENT OVER MIDDLE"
        },
        {
            "codepoint": "1D81E",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB"
        },
        {
            "codepoint": "1D81F",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE THUMB"
        },
        {
            "codepoint": "1D820",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE STRAIGHT THUMB BENT"
        },
        {
            "codepoint": "1D821",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE BENT THUMB STRAIGHT"
        },
        {
            "codepoint": "1D822",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB BENT"
        },
        {
            "codepoint": "1D823",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE HINGED SPREAD THUMB SIDE"
        },
        {
            "codepoint": "1D824",
            "name": "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB SIDE"
        },
        {
            "codepoint": "1D825",
            "name": "SIGNWRITING HAND-FIST INDEX UP MIDDLE HINGED THUMB CONJOINED"
        },
        {
            "codepoint": "1D826",
            "name": "SIGNWRITING HAND-FIST INDEX HINGED MIDDLE UP THUMB SIDE"
        },
        {
            "codepoint": "1D827",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE UP SPREAD THUMB FORWARD"
        },
        {
            "codepoint": "1D828",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CUPPED"
        },
        {
            "codepoint": "1D829",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CIRCLED"
        },
        {
            "codepoint": "1D82A",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HOOKED"
        },
        {
            "codepoint": "1D82B",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB HINGED"
        },
        {
            "codepoint": "1D82C",
            "name": "SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE STRAIGHT"
        },
        {
            "codepoint": "1D82D",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE"
        },
        {
            "codepoint": "1D82E",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE CONJOINED"
        },
        {
            "codepoint": "1D82F",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB SIDE BENT"
        },
        {
            "codepoint": "1D830",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB HOOKED INDEX UP"
        },
        {
            "codepoint": "1D831",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE UP"
        },
        {
            "codepoint": "1D832",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED HINGED THUMB SIDE"
        },
        {
            "codepoint": "1D833",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CROSSED THUMB SIDE"
        },
        {
            "codepoint": "1D834",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED THUMB FORWARD"
        },
        {
            "codepoint": "1D835",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CONJOINED CUPPED THUMB FORWARD"
        },
        {
            "codepoint": "1D836",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB CUPPED INDEX UP"
        },
        {
            "codepoint": "1D837",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CUPPED MIDDLE UP"
        },
        {
            "codepoint": "1D838",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX UP"
        },
        {
            "codepoint": "1D839",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB CIRCLED INDEX HINGED"
        },
        {
            "codepoint": "1D83A",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB ANGLED OUT MIDDLE UP"
        },
        {
            "codepoint": "1D83B",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB ANGLED IN MIDDLE UP"
        },
        {
            "codepoint": "1D83C",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CIRCLED MIDDLE UP"
        },
        {
            "codepoint": "1D83D",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB CONJOINED HINGED"
        },
        {
            "codepoint": "1D83E",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED OUT"
        },
        {
            "codepoint": "1D83F",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE THUMB ANGLED"
        },
        {
            "codepoint": "1D840",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX UP"
        },
        {
            "codepoint": "1D841",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED OUT INDEX CROSSED"
        },
        {
            "codepoint": "1D842",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB ANGLED INDEX UP"
        },
        {
            "codepoint": "1D843",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB HOOKED MIDDLE HINGED"
        },
        {
            "codepoint": "1D844",
            "name": "SIGNWRITING HAND-FLAT FOUR FINGERS"
        },
        {
            "codepoint": "1D845",
            "name": "SIGNWRITING HAND-FLAT FOUR FINGERS BENT"
        },
        {
            "codepoint": "1D846",
            "name": "SIGNWRITING HAND-FLAT FOUR FINGERS HINGED"
        },
        {
            "codepoint": "1D847",
            "name": "SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED"
        },
        {
            "codepoint": "1D848",
            "name": "SIGNWRITING HAND-FLAT FOUR FINGERS CONJOINED SPLIT"
        },
        {
            "codepoint": "1D849",
            "name": "SIGNWRITING HAND-CLAW FOUR FINGERS CONJOINED"
        },
        {
            "codepoint": "1D84A",
            "name": "SIGNWRITING HAND-FIST FOUR FINGERS CONJOINED BENT"
        },
        {
            "codepoint": "1D84B",
            "name": "SIGNWRITING HAND-HINGE FOUR FINGERS CONJOINED"
        },
        {
            "codepoint": "1D84C",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD"
        },
        {
            "codepoint": "1D84D",
            "name": "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD"
        },
        {
            "codepoint": "1D84E",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD FOUR BENT"
        },
        {
            "codepoint": "1D84F",
            "name": "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD FOUR BENT"
        },
        {
            "codepoint": "1D850",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD BENT"
        },
        {
            "codepoint": "1D851",
            "name": "SIGNWRITING HAND-FLAT HEEL FIVE FINGERS SPREAD BENT"
        },
        {
            "codepoint": "1D852",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD THUMB FORWARD"
        },
        {
            "codepoint": "1D853",
            "name": "SIGNWRITING HAND-CUP FIVE FINGERS SPREAD"
        },
        {
            "codepoint": "1D854",
            "name": "SIGNWRITING HAND-CUP FIVE FINGERS SPREAD OPEN"
        },
        {
            "codepoint": "1D855",
            "name": "SIGNWRITING HAND-HINGE FIVE FINGERS SPREAD OPEN"
        },
        {
            "codepoint": "1D856",
            "name": "SIGNWRITING HAND-OVAL FIVE FINGERS SPREAD"
        },
        {
            "codepoint": "1D857",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED"
        },
        {
            "codepoint": "1D858",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED THUMB SIDE"
        },
        {
            "codepoint": "1D859",
            "name": "SIGNWRITING HAND-FLAT FIVE FINGERS SPREAD HINGED NO THUMB"
        },
        {
            "codepoint": "1D85A",
            "name": "SIGNWRITING HAND-FLAT"
        },
        {
            "codepoint": "1D85B",
            "name": "SIGNWRITING HAND-FLAT BETWEEN PALM FACINGS"
        },
        {
            "codepoint": "1D85C",
            "name": "SIGNWRITING HAND-FLAT HEEL"
        },
        {
            "codepoint": "1D85D",
            "name": "SIGNWRITING HAND-FLAT THUMB SIDE"
        },
        {
            "codepoint": "1D85E",
            "name": "SIGNWRITING HAND-FLAT HEEL THUMB SIDE"
        },
        {
            "codepoint": "1D85F",
            "name": "SIGNWRITING HAND-FLAT THUMB BENT"
        },
        {
            "codepoint": "1D860",
            "name": "SIGNWRITING HAND-FLAT THUMB FORWARD"
        },
        {
            "codepoint": "1D861",
            "name": "SIGNWRITING HAND-FLAT SPLIT INDEX THUMB SIDE"
        },
        {
            "codepoint": "1D862",
            "name": "SIGNWRITING HAND-FLAT SPLIT CENTRE"
        },
        {
            "codepoint": "1D863",
            "name": "SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE"
        },
        {
            "codepoint": "1D864",
            "name": "SIGNWRITING HAND-FLAT SPLIT CENTRE THUMB SIDE BENT"
        },
        {
            "codepoint": "1D865",
            "name": "SIGNWRITING HAND-FLAT SPLIT LITTLE"
        },
        {
            "codepoint": "1D866",
            "name": "SIGNWRITING HAND-CLAW"
        },
        {
            "codepoint": "1D867",
            "name": "SIGNWRITING HAND-CLAW THUMB SIDE"
        },
        {
            "codepoint": "1D868",
            "name": "SIGNWRITING HAND-CLAW NO THUMB"
        },
        {
            "codepoint": "1D869",
            "name": "SIGNWRITING HAND-CLAW THUMB FORWARD"
        },
        {
            "codepoint": "1D86A",
            "name": "SIGNWRITING HAND-HOOK CURLICUE"
        },
        {
            "codepoint": "1D86B",
            "name": "SIGNWRITING HAND-HOOK"
        },
        {
            "codepoint": "1D86C",
            "name": "SIGNWRITING HAND-CUP OPEN"
        },
        {
            "codepoint": "1D86D",
            "name": "SIGNWRITING HAND-CUP"
        },
        {
            "codepoint": "1D86E",
            "name": "SIGNWRITING HAND-CUP OPEN THUMB SIDE"
        },
        {
            "codepoint": "1D86F",
            "name": "SIGNWRITING HAND-CUP THUMB SIDE"
        },
        {
            "codepoint": "1D870",
            "name": "SIGNWRITING HAND-CUP OPEN NO THUMB"
        },
        {
            "codepoint": "1D871",
            "name": "SIGNWRITING HAND-CUP NO THUMB"
        },
        {
            "codepoint": "1D872",
            "name": "SIGNWRITING HAND-CUP OPEN THUMB FORWARD"
        },
        {
            "codepoint": "1D873",
            "name": "SIGNWRITING HAND-CUP THUMB FORWARD"
        },
        {
            "codepoint": "1D874",
            "name": "SIGNWRITING HAND-CURLICUE OPEN"
        },
        {
            "codepoint": "1D875",
            "name": "SIGNWRITING HAND-CURLICUE"
        },
        {
            "codepoint": "1D876",
            "name": "SIGNWRITING HAND-CIRCLE"
        },
        {
            "codepoint": "1D877",
            "name": "SIGNWRITING HAND-OVAL"
        },
        {
            "codepoint": "1D878",
            "name": "SIGNWRITING HAND-OVAL THUMB SIDE"
        },
        {
            "codepoint": "1D879",
            "name": "SIGNWRITING HAND-OVAL NO THUMB"
        },
        {
            "codepoint": "1D87A",
            "name": "SIGNWRITING HAND-OVAL THUMB FORWARD"
        },
        {
            "codepoint": "1D87B",
            "name": "SIGNWRITING HAND-HINGE OPEN"
        },
        {
            "codepoint": "1D87C",
            "name": "SIGNWRITING HAND-HINGE OPEN THUMB FORWARD"
        },
        {
            "codepoint": "1D87D",
            "name": "SIGNWRITING HAND-HINGE"
        },
        {
            "codepoint": "1D87E",
            "name": "SIGNWRITING HAND-HINGE SMALL"
        },
        {
            "codepoint": "1D87F",
            "name": "SIGNWRITING HAND-HINGE OPEN THUMB SIDE"
        },
        {
            "codepoint": "1D880",
            "name": "SIGNWRITING HAND-HINGE THUMB SIDE"
        },
        {
            "codepoint": "1D881",
            "name": "SIGNWRITING HAND-HINGE OPEN NO THUMB"
        },
        {
            "codepoint": "1D882",
            "name": "SIGNWRITING HAND-HINGE NO THUMB"
        },
        {
            "codepoint": "1D883",
            "name": "SIGNWRITING HAND-HINGE THUMB SIDE TOUCHING INDEX"
        },
        {
            "codepoint": "1D884",
            "name": "SIGNWRITING HAND-HINGE THUMB BETWEEN MIDDLE RING"
        },
        {
            "codepoint": "1D885",
            "name": "SIGNWRITING HAND-ANGLE"
        },
        {
            "codepoint": "1D886",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE RING"
        },
        {
            "codepoint": "1D887",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE RING"
        },
        {
            "codepoint": "1D888",
            "name": "SIGNWRITING HAND-HINGE INDEX MIDDLE RING"
        },
        {
            "codepoint": "1D889",
            "name": "SIGNWRITING HAND-ANGLE INDEX MIDDLE RING"
        },
        {
            "codepoint": "1D88A",
            "name": "SIGNWRITING HAND-HINGE LITTLE"
        },
        {
            "codepoint": "1D88B",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE RING BENT"
        },
        {
            "codepoint": "1D88C",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE RING CONJOINED"
        },
        {
            "codepoint": "1D88D",
            "name": "SIGNWRITING HAND-HINGE INDEX MIDDLE RING CONJOINED"
        },
        {
            "codepoint": "1D88E",
            "name": "SIGNWRITING HAND-FIST LITTLE DOWN"
        },
        {
            "codepoint": "1D88F",
            "name": "SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE STRAIGHT"
        },
        {
            "codepoint": "1D890",
            "name": "SIGNWRITING HAND-FIST LITTLE DOWN RIPPLE CURVED"
        },
        {
            "codepoint": "1D891",
            "name": "SIGNWRITING HAND-FIST LITTLE DOWN OTHERS CIRCLED"
        },
        {
            "codepoint": "1D892",
            "name": "SIGNWRITING HAND-FIST LITTLE UP"
        },
        {
            "codepoint": "1D893",
            "name": "SIGNWRITING HAND-FIST THUMB UNDER LITTLE UP"
        },
        {
            "codepoint": "1D894",
            "name": "SIGNWRITING HAND-CIRCLE LITTLE UP"
        },
        {
            "codepoint": "1D895",
            "name": "SIGNWRITING HAND-OVAL LITTLE UP"
        },
        {
            "codepoint": "1D896",
            "name": "SIGNWRITING HAND-ANGLE LITTLE UP"
        },
        {
            "codepoint": "1D897",
            "name": "SIGNWRITING HAND-FIST LITTLE RAISED KNUCKLE"
        },
        {
            "codepoint": "1D898",
            "name": "SIGNWRITING HAND-FIST LITTLE BENT"
        },
        {
            "codepoint": "1D899",
            "name": "SIGNWRITING HAND-FIST LITTLE TOUCHES THUMB"
        },
        {
            "codepoint": "1D89A",
            "name": "SIGNWRITING HAND-FIST LITTLE THUMB"
        },
        {
            "codepoint": "1D89B",
            "name": "SIGNWRITING HAND-HINGE LITTLE THUMB"
        },
        {
            "codepoint": "1D89C",
            "name": "SIGNWRITING HAND-FIST LITTLE INDEX THUMB"
        },
        {
            "codepoint": "1D89D",
            "name": "SIGNWRITING HAND-HINGE LITTLE INDEX THUMB"
        },
        {
            "codepoint": "1D89E",
            "name": "SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB OUT"
        },
        {
            "codepoint": "1D89F",
            "name": "SIGNWRITING HAND-ANGLE LITTLE INDEX THUMB INDEX THUMB"
        },
        {
            "codepoint": "1D8A0",
            "name": "SIGNWRITING HAND-FIST LITTLE INDEX"
        },
        {
            "codepoint": "1D8A1",
            "name": "SIGNWRITING HAND-CIRCLE LITTLE INDEX"
        },
        {
            "codepoint": "1D8A2",
            "name": "SIGNWRITING HAND-HINGE LITTLE INDEX"
        },
        {
            "codepoint": "1D8A3",
            "name": "SIGNWRITING HAND-ANGLE LITTLE INDEX"
        },
        {
            "codepoint": "1D8A4",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE LITTLE"
        },
        {
            "codepoint": "1D8A5",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE LITTLE"
        },
        {
            "codepoint": "1D8A6",
            "name": "SIGNWRITING HAND-HINGE INDEX MIDDLE LITTLE"
        },
        {
            "codepoint": "1D8A7",
            "name": "SIGNWRITING HAND-HINGE RING"
        },
        {
            "codepoint": "1D8A8",
            "name": "SIGNWRITING HAND-ANGLE INDEX MIDDLE LITTLE"
        },
        {
            "codepoint": "1D8A9",
            "name": "SIGNWRITING HAND-FIST INDEX MIDDLE CROSS LITTLE"
        },
        {
            "codepoint": "1D8AA",
            "name": "SIGNWRITING HAND-CIRCLE INDEX MIDDLE CROSS LITTLE"
        },
        {
            "codepoint": "1D8AB",
            "name": "SIGNWRITING HAND-FIST RING DOWN"
        },
        {
            "codepoint": "1D8AC",
            "name": "SIGNWRITING HAND-HINGE RING DOWN INDEX THUMB HOOK MIDDLE"
        },
        {
            "codepoint": "1D8AD",
            "name": "SIGNWRITING HAND-ANGLE RING DOWN MIDDLE THUMB INDEX CROSS"
        },
        {
            "codepoint": "1D8AE",
            "name": "SIGNWRITING HAND-FIST RING UP"
        },
        {
            "codepoint": "1D8AF",
            "name": "SIGNWRITING HAND-FIST RING RAISED KNUCKLE"
        },
        {
            "codepoint": "1D8B0",
            "name": "SIGNWRITING HAND-FIST RING LITTLE"
        },
        {
            "codepoint": "1D8B1",
            "name": "SIGNWRITING HAND-CIRCLE RING LITTLE"
        },
        {
            "codepoint": "1D8B2",
            "name": "SIGNWRITING HAND-OVAL RING LITTLE"
        },
        {
            "codepoint": "1D8B3",
            "name": "SIGNWRITING HAND-ANGLE RING LITTLE"
        },
        {
            "codepoint": "1D8B4",
            "name": "SIGNWRITING HAND-FIST RING MIDDLE"
        },
        {
            "codepoint": "1D8B5",
            "name": "SIGNWRITING HAND-FIST RING MIDDLE CONJOINED"
        },
        {
            "codepoint": "1D8B6",
            "name": "SIGNWRITING HAND-FIST RING MIDDLE RAISED KNUCKLES"
        },
        {
            "codepoint": "1D8B7",
            "name": "SIGNWRITING HAND-FIST RING INDEX"
        },
        {
            "codepoint": "1D8B8",
            "name": "SIGNWRITING HAND-FIST RING THUMB"
        },
        {
            "codepoint": "1D8B9",
            "name": "SIGNWRITING HAND-HOOK RING THUMB"
        },
        {
            "codepoint": "1D8BA",
            "name": "SIGNWRITING HAND-FIST INDEX RING LITTLE"
        },
        {
            "codepoint": "1D8BB",
            "name": "SIGNWRITING HAND-CIRCLE INDEX RING LITTLE"
        },
        {
            "codepoint": "1D8BC",
            "name": "SIGNWRITING HAND-CURLICUE INDEX RING LITTLE ON"
        },
        {
            "codepoint": "1D8BD",
            "name": "SIGNWRITING HAND-HOOK INDEX RING LITTLE OUT"
        },
        {
            "codepoint": "1D8BE",
            "name": "SIGNWRITING HAND-HOOK INDEX RING LITTLE IN"
        },
        {
            "codepoint": "1D8BF",
            "name": "SIGNWRITING HAND-HOOK INDEX RING LITTLE UNDER"
        },
        {
            "codepoint": "1D8C0",
            "name": "SIGNWRITING HAND-CUP INDEX RING LITTLE"
        },
        {
            "codepoint": "1D8C1",
            "name": "SIGNWRITING HAND-HINGE INDEX RING LITTLE"
        },
        {
            "codepoint": "1D8C2",
            "name": "SIGNWRITING HAND-ANGLE INDEX RING LITTLE OUT"
        },
        {
            "codepoint": "1D8C3",
            "name": "SIGNWRITING HAND-ANGLE INDEX RING LITTLE"
        },
        {
            "codepoint": "1D8C4",
            "name": "SIGNWRITING HAND-FIST MIDDLE DOWN"
        },
        {
            "codepoint": "1D8C5",
            "name": "SIGNWRITING HAND-HINGE MIDDLE"
        },
        {
            "codepoint": "1D8C6",
            "name": "SIGNWRITING HAND-FIST MIDDLE UP"
        },
        {
            "codepoint": "1D8C7",
            "name": "SIGNWRITING HAND-CIRCLE MIDDLE UP"
        },
        {
            "codepoint": "1D8C8",
            "name": "SIGNWRITING HAND-FIST MIDDLE RAISED KNUCKLE"
        },
        {
            "codepoint": "1D8C9",
            "name": "SIGNWRITING HAND-FIST MIDDLE UP THUMB SIDE"
        },
        {
            "codepoint": "1D8CA",
            "name": "SIGNWRITING HAND-HOOK MIDDLE THUMB"
        },
        {
            "codepoint": "1D8CB",
            "name": "SIGNWRITING HAND-FIST MIDDLE THUMB LITTLE"
        },
        {
            "codepoint": "1D8CC",
            "name": "SIGNWRITING HAND-FIST MIDDLE LITTLE"
        },
        {
            "codepoint": "1D8CD",
            "name": "SIGNWRITING HAND-FIST MIDDLE RING LITTLE"
        },
        {
            "codepoint": "1D8CE",
            "name": "SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE"
        },
        {
            "codepoint": "1D8CF",
            "name": "SIGNWRITING HAND-CURLICUE MIDDLE RING LITTLE ON"
        },
        {
            "codepoint": "1D8D0",
            "name": "SIGNWRITING HAND-CUP MIDDLE RING LITTLE"
        },
        {
            "codepoint": "1D8D1",
            "name": "SIGNWRITING HAND-HINGE MIDDLE RING LITTLE"
        },
        {
            "codepoint": "1D8D2",
            "name": "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE OUT"
        },
        {
            "codepoint": "1D8D3",
            "name": "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE IN"
        },
        {
            "codepoint": "1D8D4",
            "name": "SIGNWRITING HAND-ANGLE MIDDLE RING LITTLE"
        },
        {
            "codepoint": "1D8D5",
            "name": "SIGNWRITING HAND-CIRCLE MIDDLE RING LITTLE BENT"
        },
        {
            "codepoint": "1D8D6",
            "name": "SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED"
        },
        {
            "codepoint": "1D8D7",
            "name": "SIGNWRITING HAND-CLAW MIDDLE RING LITTLE CONJOINED SIDE"
        },
        {
            "codepoint": "1D8D8",
            "name": "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED OUT"
        },
        {
            "codepoint": "1D8D9",
            "name": "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED IN"
        },
        {
            "codepoint": "1D8DA",
            "name": "SIGNWRITING HAND-HOOK MIDDLE RING LITTLE CONJOINED"
        },
        {
            "codepoint": "1D8DB",
            "name": "SIGNWRITING HAND-HINGE INDEX HINGED"
        },
        {
            "codepoint": "1D8DC",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE"
        },
        {
            "codepoint": "1D8DD",
            "name": "SIGNWRITING HAND-HINGE INDEX THUMB SIDE"
        },
        {
            "codepoint": "1D8DE",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB DIAGONAL"
        },
        {
            "codepoint": "1D8DF",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB CONJOINED"
        },
        {
            "codepoint": "1D8E0",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE THUMB BENT"
        },
        {
            "codepoint": "1D8E1",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX BENT"
        },
        {
            "codepoint": "1D8E2",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE BOTH BENT"
        },
        {
            "codepoint": "1D8E3",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB SIDE INDEX HINGE"
        },
        {
            "codepoint": "1D8E4",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX STRAIGHT"
        },
        {
            "codepoint": "1D8E5",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB FORWARD INDEX BENT"
        },
        {
            "codepoint": "1D8E6",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB HOOK"
        },
        {
            "codepoint": "1D8E7",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CURLICUE"
        },
        {
            "codepoint": "1D8E8",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB INSIDE"
        },
        {
            "codepoint": "1D8E9",
            "name": "SIGNWRITING HAND-CLAW INDEX THUMB CURVE THUMB INSIDE"
        },
        {
            "codepoint": "1D8EA",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CURVE THUMB UNDER"
        },
        {
            "codepoint": "1D8EB",
            "name": "SIGNWRITING HAND-FIST INDEX THUMB CIRCLE"
        },
        {
            "codepoint": "1D8EC",
            "name": "SIGNWRITING HAND-CUP INDEX THUMB"
        },
        {
            "codepoint": "1D8ED",
            "name": "SIGNWRITING HAND-CUP INDEX THUMB OPEN"
        },
        {
            "codepoint": "1D8EE",
            "name": "SIGNWRITING HAND-HINGE INDEX THUMB OPEN"
        },
        {
            "codepoint": "1D8EF",
            "name": "SIGNWRITING HAND-HINGE INDEX THUMB LARGE"
        },
        {
            "codepoint": "1D8F0",
            "name": "SIGNWRITING HAND-HINGE INDEX THUMB"
        },
        {
            "codepoint": "1D8F1",
            "name": "SIGNWRITING HAND-HINGE INDEX THUMB SMALL"
        },
        {
            "codepoint": "1D8F2",
            "name": "SIGNWRITING HAND-ANGLE INDEX THUMB OUT"
        },
        {
            "codepoint": "1D8F3",
            "name": "SIGNWRITING HAND-ANGLE INDEX THUMB IN"
        },
        {
            "codepoint": "1D8F4",
            "name": "SIGNWRITING HAND-ANGLE INDEX THUMB"
        },
        {
            "codepoint": "1D8F5",
            "name": "SIGNWRITING HAND-FIST THUMB"
        },
        {
            "codepoint": "1D8F6",
            "name": "SIGNWRITING HAND-FIST THUMB HEEL"
        },
        {
            "codepoint": "1D8F7",
            "name": "SIGNWRITING HAND-FIST THUMB SIDE DIAGONAL"
        },
        {
            "codepoint": "1D8F8",
            "name": "SIGNWRITING HAND-FIST THUMB SIDE CONJOINED"
        },
        {
            "codepoint": "1D8F9",
            "name": "SIGNWRITING HAND-FIST THUMB SIDE BENT"
        },
        {
            "codepoint": "1D8FA",
            "name": "SIGNWRITING HAND-FIST THUMB FORWARD"
        },
        {
            "codepoint": "1D8FB",
            "name": "SIGNWRITING HAND-FIST THUMB BETWEEN INDEX MIDDLE"
        },
        {
            "codepoint": "1D8FC",
            "name": "SIGNWRITING HAND-FIST THUMB BETWEEN MIDDLE RING"
        },
        {
            "codepoint": "1D8FD",
            "name": "SIGNWRITING HAND-FIST THUMB BETWEEN RING LITTLE"
        },
        {
            "codepoint": "1D8FE",
            "name": "SIGNWRITING HAND-FIST THUMB UNDER TWO FINGERS"
        },
        {
            "codepoint": "1D8FF",
            "name": "SIGNWRITING HAND-FIST THUMB OVER TWO FINGERS"
        },
        {
            "codepoint": "1D900",
            "name": "SIGNWRITING HAND-FIST THUMB UNDER THREE FINGERS"
        },
        {
            "codepoint": "1D901",
            "name": "SIGNWRITING HAND-FIST THUMB UNDER FOUR FINGERS"
        },
        {
            "codepoint": "1D902",
            "name": "SIGNWRITING HAND-FIST THUMB OVER FOUR RAISED KNUCKLES"
        },
        {
            "codepoint": "1D903",
            "name": "SIGNWRITING HAND-FIST"
        },
        {
            "codepoint": "1D904",
            "name": "SIGNWRITING HAND-FIST HEEL"
        },
        {
            "codepoint": "1D905",
            "name": "SIGNWRITING TOUCH SINGLE"
        },
        {
            "codepoint": "1D906",
            "name": "SIGNWRITING TOUCH MULTIPLE"
        },
        {
            "codepoint": "1D907",
            "name": "SIGNWRITING TOUCH BETWEEN"
        },
        {
            "codepoint": "1D908",
            "name": "SIGNWRITING GRASP SINGLE"
        },
        {
            "codepoint": "1D909",
            "name": "SIGNWRITING GRASP MULTIPLE"
        },
        {
            "codepoint": "1D90A",
            "name": "SIGNWRITING GRASP BETWEEN"
        },
        {
            "codepoint": "1D90B",
            "name": "SIGNWRITING STRIKE SINGLE"
        },
        {
            "codepoint": "1D90C",
            "name": "SIGNWRITING STRIKE MULTIPLE"
        },
        {
            "codepoint": "1D90D",
            "name": "SIGNWRITING STRIKE BETWEEN"
        },
        {
            "codepoint": "1D90E",
            "name": "SIGNWRITING BRUSH SINGLE"
        },
        {
            "codepoint": "1D90F",
            "name": "SIGNWRITING BRUSH MULTIPLE"
        },
        {
            "codepoint": "1D910",
            "name": "SIGNWRITING BRUSH BETWEEN"
        },
        {
            "codepoint": "1D911",
            "name": "SIGNWRITING RUB SINGLE"
        },
        {
            "codepoint": "1D912",
            "name": "SIGNWRITING RUB MULTIPLE"
        },
        {
            "codepoint": "1D913",
            "name": "SIGNWRITING RUB BETWEEN"
        },
        {
            "codepoint": "1D914",
            "name": "SIGNWRITING SURFACE SYMBOLS"
        },
        {
            "codepoint": "1D915",
            "name": "SIGNWRITING SURFACE BETWEEN"
        },
        {
            "codepoint": "1D916",
            "name": "SIGNWRITING SQUEEZE LARGE SINGLE"
        },
        {
            "codepoint": "1D917",
            "name": "SIGNWRITING SQUEEZE SMALL SINGLE"
        },
        {
            "codepoint": "1D918",
            "name": "SIGNWRITING SQUEEZE LARGE MULTIPLE"
        },
        {
            "codepoint": "1D919",
            "name": "SIGNWRITING SQUEEZE SMALL MULTIPLE"
        },
        {
            "codepoint": "1D91A",
            "name": "SIGNWRITING SQUEEZE SEQUENTIAL"
        },
        {
            "codepoint": "1D91B",
            "name": "SIGNWRITING FLICK LARGE SINGLE"
        },
        {
            "codepoint": "1D91C",
            "name": "SIGNWRITING FLICK SMALL SINGLE"
        },
        {
            "codepoint": "1D91D",
            "name": "SIGNWRITING FLICK LARGE MULTIPLE"
        },
        {
            "codepoint": "1D91E",
            "name": "SIGNWRITING FLICK SMALL MULTIPLE"
        },
        {
            "codepoint": "1D91F",
            "name": "SIGNWRITING FLICK SEQUENTIAL"
        },
        {
            "codepoint": "1D920",
            "name": "SIGNWRITING SQUEEZE FLICK ALTERNATING"
        },
        {
            "codepoint": "1D921",
            "name": "SIGNWRITING MOVEMENT-HINGE UP DOWN LARGE"
        },
        {
            "codepoint": "1D922",
            "name": "SIGNWRITING MOVEMENT-HINGE UP DOWN SMALL"
        },
        {
            "codepoint": "1D923",
            "name": "SIGNWRITING MOVEMENT-HINGE UP SEQUENTIAL"
        },
        {
            "codepoint": "1D924",
            "name": "SIGNWRITING MOVEMENT-HINGE DOWN SEQUENTIAL"
        },
        {
            "codepoint": "1D925",
            "name": "SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING LARGE"
        },
        {
            "codepoint": "1D926",
            "name": "SIGNWRITING MOVEMENT-HINGE UP DOWN ALTERNATING SMALL"
        },
        {
            "codepoint": "1D927",
            "name": "SIGNWRITING MOVEMENT-HINGE SIDE TO SIDE SCISSORS"
        },
        {
            "codepoint": "1D928",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE FINGER CONTACT"
        },
        {
            "codepoint": "1D929",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CONTACT"
        },
        {
            "codepoint": "1D92A",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT SMALL"
        },
        {
            "codepoint": "1D92B",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT MEDIUM"
        },
        {
            "codepoint": "1D92C",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGE"
        },
        {
            "codepoint": "1D92D",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SINGLE STRAIGHT LARGEST"
        },
        {
            "codepoint": "1D92E",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SINGLE WRIST FLEX"
        },
        {
            "codepoint": "1D92F",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE STRAIGHT"
        },
        {
            "codepoint": "1D930",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE WRIST FLEX"
        },
        {
            "codepoint": "1D931",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING"
        },
        {
            "codepoint": "1D932",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE DOUBLE ALTERNATING WRIST FLEX"
        },
        {
            "codepoint": "1D933",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CROSS"
        },
        {
            "codepoint": "1D934",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE STRAIGHT MOVEMENT"
        },
        {
            "codepoint": "1D935",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE WRIST FLEX"
        },
        {
            "codepoint": "1D936",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING"
        },
        {
            "codepoint": "1D937",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE TRIPLE ALTERNATING WRIST FLEX"
        },
        {
            "codepoint": "1D938",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BEND SMALL"
        },
        {
            "codepoint": "1D939",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BEND MEDIUM"
        },
        {
            "codepoint": "1D93A",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BEND LARGE"
        },
        {
            "codepoint": "1D93B",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CORNER SMALL"
        },
        {
            "codepoint": "1D93C",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CORNER MEDIUM"
        },
        {
            "codepoint": "1D93D",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CORNER LARGE"
        },
        {
            "codepoint": "1D93E",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CORNER ROTATION"
        },
        {
            "codepoint": "1D93F",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CHECK SMALL"
        },
        {
            "codepoint": "1D940",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CHECK MEDIUM"
        },
        {
            "codepoint": "1D941",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CHECK LARGE"
        },
        {
            "codepoint": "1D942",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BOX SMALL"
        },
        {
            "codepoint": "1D943",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BOX MEDIUM"
        },
        {
            "codepoint": "1D944",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE BOX LARGE"
        },
        {
            "codepoint": "1D945",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG SMALL"
        },
        {
            "codepoint": "1D946",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG MEDIUM"
        },
        {
            "codepoint": "1D947",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ZIGZAG LARGE"
        },
        {
            "codepoint": "1D948",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE PEAKS SMALL"
        },
        {
            "codepoint": "1D949",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE PEAKS MEDIUM"
        },
        {
            "codepoint": "1D94A",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE PEAKS LARGE"
        },
        {
            "codepoint": "1D94B",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE SINGLE"
        },
        {
            "codepoint": "1D94C",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE DOUBLE"
        },
        {
            "codepoint": "1D94D",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-WALLPLANE ALTERNATING"
        },
        {
            "codepoint": "1D94E",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE SINGLE"
        },
        {
            "codepoint": "1D94F",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE DOUBLE"
        },
        {
            "codepoint": "1D950",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ROTATION-FLOORPLANE ALTERNATING"
        },
        {
            "codepoint": "1D951",
            "name": "SIGNWRITING TRAVEL-WALLPLANE SHAKING"
        },
        {
            "codepoint": "1D952",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL SINGLE"
        },
        {
            "codepoint": "1D953",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL DOUBLE"
        },
        {
            "codepoint": "1D954",
            "name": "SIGNWRITING TRAVEL-WALLPLANE ARM SPIRAL TRIPLE"
        },
        {
            "codepoint": "1D955",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL AWAY SMALL"
        },
        {
            "codepoint": "1D956",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL AWAY MEDIUM"
        },
        {
            "codepoint": "1D957",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGE"
        },
        {
            "codepoint": "1D958",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL AWAY LARGEST"
        },
        {
            "codepoint": "1D959",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS SMALL"
        },
        {
            "codepoint": "1D95A",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS MEDIUM"
        },
        {
            "codepoint": "1D95B",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGE"
        },
        {
            "codepoint": "1D95C",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL TOWARDS LARGEST"
        },
        {
            "codepoint": "1D95D",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY SMALL"
        },
        {
            "codepoint": "1D95E",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY MEDIUM"
        },
        {
            "codepoint": "1D95F",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGE"
        },
        {
            "codepoint": "1D960",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN AWAY LARGEST"
        },
        {
            "codepoint": "1D961",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS SMALL"
        },
        {
            "codepoint": "1D962",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS MEDIUM"
        },
        {
            "codepoint": "1D963",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGE"
        },
        {
            "codepoint": "1D964",
            "name": "SIGNWRITING MOVEMENT-DIAGONAL BETWEEN TOWARDS LARGEST"
        },
        {
            "codepoint": "1D965",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT SMALL"
        },
        {
            "codepoint": "1D966",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT MEDIUM"
        },
        {
            "codepoint": "1D967",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGE"
        },
        {
            "codepoint": "1D968",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE STRAIGHT LARGEST"
        },
        {
            "codepoint": "1D969",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SINGLE WRIST FLEX"
        },
        {
            "codepoint": "1D96A",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE STRAIGHT"
        },
        {
            "codepoint": "1D96B",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE WRIST FLEX"
        },
        {
            "codepoint": "1D96C",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING"
        },
        {
            "codepoint": "1D96D",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE DOUBLE ALTERNATING WRIST FLEX"
        },
        {
            "codepoint": "1D96E",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CROSS"
        },
        {
            "codepoint": "1D96F",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE STRAIGHT MOVEMENT"
        },
        {
            "codepoint": "1D970",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE WRIST FLEX"
        },
        {
            "codepoint": "1D971",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING MOVEMENT"
        },
        {
            "codepoint": "1D972",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE TRIPLE ALTERNATING WRIST FLEX"
        },
        {
            "codepoint": "1D973",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE BEND"
        },
        {
            "codepoint": "1D974",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CORNER SMALL"
        },
        {
            "codepoint": "1D975",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CORNER MEDIUM"
        },
        {
            "codepoint": "1D976",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CORNER LARGE"
        },
        {
            "codepoint": "1D977",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CHECK"
        },
        {
            "codepoint": "1D978",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE BOX SMALL"
        },
        {
            "codepoint": "1D979",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE BOX MEDIUM"
        },
        {
            "codepoint": "1D97A",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE BOX LARGE"
        },
        {
            "codepoint": "1D97B",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG SMALL"
        },
        {
            "codepoint": "1D97C",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG MEDIUM"
        },
        {
            "codepoint": "1D97D",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ZIGZAG LARGE"
        },
        {
            "codepoint": "1D97E",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS SMALL"
        },
        {
            "codepoint": "1D97F",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS MEDIUM"
        },
        {
            "codepoint": "1D980",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE PEAKS LARGE"
        },
        {
            "codepoint": "1D981",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE SINGLE"
        },
        {
            "codepoint": "1D982",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE DOUBLE"
        },
        {
            "codepoint": "1D983",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-FLOORPLANE ALTERNATING"
        },
        {
            "codepoint": "1D984",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE SINGLE"
        },
        {
            "codepoint": "1D985",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE DOUBLE"
        },
        {
            "codepoint": "1D986",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE ROTATION-WALLPLANE ALTERNATING"
        },
        {
            "codepoint": "1D987",
            "name": "SIGNWRITING TRAVEL-FLOORPLANE SHAKING"
        },
        {
            "codepoint": "1D988",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER SMALL"
        },
        {
            "codepoint": "1D989",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER MEDIUM"
        },
        {
            "codepoint": "1D98A",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGE"
        },
        {
            "codepoint": "1D98B",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE QUARTER LARGEST"
        },
        {
            "codepoint": "1D98C",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE SMALL"
        },
        {
            "codepoint": "1D98D",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE MEDIUM"
        },
        {
            "codepoint": "1D98E",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGE"
        },
        {
            "codepoint": "1D98F",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HALF-CIRCLE LARGEST"
        },
        {
            "codepoint": "1D990",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE SMALL"
        },
        {
            "codepoint": "1D991",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE THREE-QUARTER CIRCLE MEDIUM"
        },
        {
            "codepoint": "1D992",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE HUMP SMALL"
        },
        {
            "codepoint": "1D993",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE HUMP MEDIUM"
        },
        {
            "codepoint": "1D994",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE HUMP LARGE"
        },
        {
            "codepoint": "1D995",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL"
        },
        {
            "codepoint": "1D996",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP MEDIUM"
        },
        {
            "codepoint": "1D997",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP LARGE"
        },
        {
            "codepoint": "1D998",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP SMALL DOUBLE"
        },
        {
            "codepoint": "1D999",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE SMALL"
        },
        {
            "codepoint": "1D99A",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE MEDIUM"
        },
        {
            "codepoint": "1D99B",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE DOUBLE LARGE"
        },
        {
            "codepoint": "1D99C",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE SMALL"
        },
        {
            "codepoint": "1D99D",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE MEDIUM"
        },
        {
            "codepoint": "1D99E",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE CURVE TRIPLE LARGE"
        },
        {
            "codepoint": "1D99F",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE THEN STRAIGHT"
        },
        {
            "codepoint": "1D9A0",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS SMALL"
        },
        {
            "codepoint": "1D9A1",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVED CROSS MEDIUM"
        },
        {
            "codepoint": "1D9A2",
            "name": "SIGNWRITING ROTATION-WALLPLANE SINGLE"
        },
        {
            "codepoint": "1D9A3",
            "name": "SIGNWRITING ROTATION-WALLPLANE DOUBLE"
        },
        {
            "codepoint": "1D9A4",
            "name": "SIGNWRITING ROTATION-WALLPLANE ALTERNATE"
        },
        {
            "codepoint": "1D9A5",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE SHAKING"
        },
        {
            "codepoint": "1D9A6",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9A7",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9A8",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9A9",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9AA",
            "name": "SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9AB",
            "name": "SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9AC",
            "name": "SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING FRONT WALL"
        },
        {
            "codepoint": "1D9AD",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE CURVE HITTING CHEST"
        },
        {
            "codepoint": "1D9AE",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE HUMP HITTING CHEST"
        },
        {
            "codepoint": "1D9AF",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE LOOP HITTING CHEST"
        },
        {
            "codepoint": "1D9B0",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE HITTING CHEST"
        },
        {
            "codepoint": "1D9B1",
            "name": "SIGNWRITING ROTATION-WALLPLANE SINGLE HITTING CHEST"
        },
        {
            "codepoint": "1D9B2",
            "name": "SIGNWRITING ROTATION-WALLPLANE DOUBLE HITTING CHEST"
        },
        {
            "codepoint": "1D9B3",
            "name": "SIGNWRITING ROTATION-WALLPLANE ALTERNATING HITTING CHEST"
        },
        {
            "codepoint": "1D9B4",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH SMALL"
        },
        {
            "codepoint": "1D9B5",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH MEDIUM"
        },
        {
            "codepoint": "1D9B6",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WAVE DIAGONAL PATH LARGE"
        },
        {
            "codepoint": "1D9B7",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING SMALL"
        },
        {
            "codepoint": "1D9B8",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING CEILING LARGE"
        },
        {
            "codepoint": "1D9B9",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL DOUBLE"
        },
        {
            "codepoint": "1D9BA",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE DOUBLE"
        },
        {
            "codepoint": "1D9BB",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING SMALL TRIPLE"
        },
        {
            "codepoint": "1D9BC",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING CEILING LARGE TRIPLE"
        },
        {
            "codepoint": "1D9BD",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL SINGLE"
        },
        {
            "codepoint": "1D9BE",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE SINGLE"
        },
        {
            "codepoint": "1D9BF",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING SMALL DOUBLE"
        },
        {
            "codepoint": "1D9C0",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING CEILING LARGE DOUBLE"
        },
        {
            "codepoint": "1D9C1",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING SMALL"
        },
        {
            "codepoint": "1D9C2",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING CEILING LARGE"
        },
        {
            "codepoint": "1D9C3",
            "name": "SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING CEILING"
        },
        {
            "codepoint": "1D9C4",
            "name": "SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING CEILING"
        },
        {
            "codepoint": "1D9C5",
            "name": "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING CEILING"
        },
        {
            "codepoint": "1D9C6",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR SMALL"
        },
        {
            "codepoint": "1D9C7",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE HITTING FLOOR LARGE"
        },
        {
            "codepoint": "1D9C8",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR SMALL DOUBLE"
        },
        {
            "codepoint": "1D9C9",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR LARGE DOUBLE"
        },
        {
            "codepoint": "1D9CA",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE SMALL TRIPLE"
        },
        {
            "codepoint": "1D9CB",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP HITTING FLOOR TRIPLE LARGE TRIPLE"
        },
        {
            "codepoint": "1D9CC",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL SINGLE"
        },
        {
            "codepoint": "1D9CD",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE SINGLE"
        },
        {
            "codepoint": "1D9CE",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR SMALL DOUBLE"
        },
        {
            "codepoint": "1D9CF",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP HITTING FLOOR LARGE DOUBLE"
        },
        {
            "codepoint": "1D9D0",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR SMALL"
        },
        {
            "codepoint": "1D9D1",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE HITTING FLOOR LARGE"
        },
        {
            "codepoint": "1D9D2",
            "name": "SIGNWRITING ROTATION-FLOORPLANE SINGLE HITTING FLOOR"
        },
        {
            "codepoint": "1D9D3",
            "name": "SIGNWRITING ROTATION-FLOORPLANE DOUBLE HITTING FLOOR"
        },
        {
            "codepoint": "1D9D4",
            "name": "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING HITTING FLOOR"
        },
        {
            "codepoint": "1D9D5",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE SMALL"
        },
        {
            "codepoint": "1D9D6",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE MEDIUM"
        },
        {
            "codepoint": "1D9D7",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGE"
        },
        {
            "codepoint": "1D9D8",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE LARGEST"
        },
        {
            "codepoint": "1D9D9",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE CURVE COMBINED"
        },
        {
            "codepoint": "1D9DA",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE HUMP SMALL"
        },
        {
            "codepoint": "1D9DB",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE LOOP SMALL"
        },
        {
            "codepoint": "1D9DC",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE SNAKE"
        },
        {
            "codepoint": "1D9DD",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE SMALL"
        },
        {
            "codepoint": "1D9DE",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WAVE LARGE"
        },
        {
            "codepoint": "1D9DF",
            "name": "SIGNWRITING ROTATION-FLOORPLANE SINGLE"
        },
        {
            "codepoint": "1D9E0",
            "name": "SIGNWRITING ROTATION-FLOORPLANE DOUBLE"
        },
        {
            "codepoint": "1D9E1",
            "name": "SIGNWRITING ROTATION-FLOORPLANE ALTERNATING"
        },
        {
            "codepoint": "1D9E2",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE SHAKING PARALLEL"
        },
        {
            "codepoint": "1D9E3",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL SINGLE"
        },
        {
            "codepoint": "1D9E4",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM SINGLE"
        },
        {
            "codepoint": "1D9E5",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE SMALL DOUBLE"
        },
        {
            "codepoint": "1D9E6",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE ARM CIRCLE MEDIUM DOUBLE"
        },
        {
            "codepoint": "1D9E7",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL SINGLE"
        },
        {
            "codepoint": "1D9E8",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM SINGLE"
        },
        {
            "codepoint": "1D9E9",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE SINGLE"
        },
        {
            "codepoint": "1D9EA",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL SMALL DOUBLE"
        },
        {
            "codepoint": "1D9EB",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL MEDIUM DOUBLE"
        },
        {
            "codepoint": "1D9EC",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE ARM CIRCLE HITTING WALL LARGE DOUBLE"
        },
        {
            "codepoint": "1D9ED",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT SINGLE"
        },
        {
            "codepoint": "1D9EE",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE WRIST CIRCLE FRONT DOUBLE"
        },
        {
            "codepoint": "1D9EF",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL SINGLE"
        },
        {
            "codepoint": "1D9F0",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE WRIST CIRCLE HITTING WALL DOUBLE"
        },
        {
            "codepoint": "1D9F1",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES SINGLE"
        },
        {
            "codepoint": "1D9F2",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE FINGER CIRCLES DOUBLE"
        },
        {
            "codepoint": "1D9F3",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL SINGLE"
        },
        {
            "codepoint": "1D9F4",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE FINGER CIRCLES HITTING WALL DOUBLE"
        },
        {
            "codepoint": "1D9F5",
            "name": "SIGNWRITING DYNAMIC ARROWHEAD SMALL"
        },
        {
            "codepoint": "1D9F6",
            "name": "SIGNWRITING DYNAMIC ARROWHEAD LARGE"
        },
        {
            "codepoint": "1D9F7",
            "name": "SIGNWRITING DYNAMIC FAST"
        },
        {
            "codepoint": "1D9F8",
            "name": "SIGNWRITING DYNAMIC SLOW"
        },
        {
            "codepoint": "1D9F9",
            "name": "SIGNWRITING DYNAMIC TENSE"
        },
        {
            "codepoint": "1D9FA",
            "name": "SIGNWRITING DYNAMIC RELAXED"
        },
        {
            "codepoint": "1D9FB",
            "name": "SIGNWRITING DYNAMIC SIMULTANEOUS"
        },
        {
            "codepoint": "1D9FC",
            "name": "SIGNWRITING DYNAMIC SIMULTANEOUS ALTERNATING"
        },
        {
            "codepoint": "1D9FD",
            "name": "SIGNWRITING DYNAMIC EVERY OTHER TIME"
        },
        {
            "codepoint": "1D9FE",
            "name": "SIGNWRITING DYNAMIC GRADUAL"
        },
        {
            "codepoint": "1D9FF",
            "name": "SIGNWRITING HEAD"
        },
        {
            "codepoint": "1DA00",
            "name": "SIGNWRITING HEAD RIM"
        },
        {
            "codepoint": "1DA01",
            "name": "SIGNWRITING HEAD MOVEMENT-WALLPLANE STRAIGHT"
        },
        {
            "codepoint": "1DA02",
            "name": "SIGNWRITING HEAD MOVEMENT-WALLPLANE TILT"
        },
        {
            "codepoint": "1DA03",
            "name": "SIGNWRITING HEAD MOVEMENT-FLOORPLANE STRAIGHT"
        },
        {
            "codepoint": "1DA04",
            "name": "SIGNWRITING HEAD MOVEMENT-WALLPLANE CURVE"
        },
        {
            "codepoint": "1DA05",
            "name": "SIGNWRITING HEAD MOVEMENT-FLOORPLANE CURVE"
        },
        {
            "codepoint": "1DA06",
            "name": "SIGNWRITING HEAD MOVEMENT CIRCLE"
        },
        {
            "codepoint": "1DA07",
            "name": "SIGNWRITING FACE DIRECTION POSITION NOSE FORWARD TILTING"
        },
        {
            "codepoint": "1DA08",
            "name": "SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN"
        },
        {
            "codepoint": "1DA09",
            "name": "SIGNWRITING FACE DIRECTION POSITION NOSE UP OR DOWN TILTING"
        },
        {
            "codepoint": "1DA0A",
            "name": "SIGNWRITING EYEBROWS STRAIGHT UP"
        },
        {
            "codepoint": "1DA0B",
            "name": "SIGNWRITING EYEBROWS STRAIGHT NEUTRAL"
        },
        {
            "codepoint": "1DA0C",
            "name": "SIGNWRITING EYEBROWS STRAIGHT DOWN"
        },
        {
            "codepoint": "1DA0D",
            "name": "SIGNWRITING DREAMY EYEBROWS NEUTRAL DOWN"
        },
        {
            "codepoint": "1DA0E",
            "name": "SIGNWRITING DREAMY EYEBROWS DOWN NEUTRAL"
        },
        {
            "codepoint": "1DA0F",
            "name": "SIGNWRITING DREAMY EYEBROWS UP NEUTRAL"
        },
        {
            "codepoint": "1DA10",
            "name": "SIGNWRITING DREAMY EYEBROWS NEUTRAL UP"
        },
        {
            "codepoint": "1DA11",
            "name": "SIGNWRITING FOREHEAD NEUTRAL"
        },
        {
            "codepoint": "1DA12",
            "name": "SIGNWRITING FOREHEAD CONTACT"
        },
        {
            "codepoint": "1DA13",
            "name": "SIGNWRITING FOREHEAD WRINKLED"
        },
        {
            "codepoint": "1DA14",
            "name": "SIGNWRITING EYES OPEN"
        },
        {
            "codepoint": "1DA15",
            "name": "SIGNWRITING EYES SQUEEZED"
        },
        {
            "codepoint": "1DA16",
            "name": "SIGNWRITING EYES CLOSED"
        },
        {
            "codepoint": "1DA17",
            "name": "SIGNWRITING EYE BLINK SINGLE"
        },
        {
            "codepoint": "1DA18",
            "name": "SIGNWRITING EYE BLINK MULTIPLE"
        },
        {
            "codepoint": "1DA19",
            "name": "SIGNWRITING EYES HALF OPEN"
        },
        {
            "codepoint": "1DA1A",
            "name": "SIGNWRITING EYES WIDE OPEN"
        },
        {
            "codepoint": "1DA1B",
            "name": "SIGNWRITING EYES HALF CLOSED"
        },
        {
            "codepoint": "1DA1C",
            "name": "SIGNWRITING EYES WIDENING MOVEMENT"
        },
        {
            "codepoint": "1DA1D",
            "name": "SIGNWRITING EYE WINK",
            "comments": [
                "squeezed eye blink"
            ]
        },
        {
            "codepoint": "1DA1E",
            "name": "SIGNWRITING EYELASHES UP"
        },
        {
            "codepoint": "1DA1F",
            "name": "SIGNWRITING EYELASHES DOWN"
        },
        {
            "codepoint": "1DA20",
            "name": "SIGNWRITING EYELASHES FLUTTERING"
        },
        {
            "codepoint": "1DA21",
            "name": "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT"
        },
        {
            "codepoint": "1DA22",
            "name": "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT DOUBLE"
        },
        {
            "codepoint": "1DA23",
            "name": "SIGNWRITING EYEGAZE-WALLPLANE STRAIGHT ALTERNATING"
        },
        {
            "codepoint": "1DA24",
            "name": "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT"
        },
        {
            "codepoint": "1DA25",
            "name": "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT DOUBLE"
        },
        {
            "codepoint": "1DA26",
            "name": "SIGNWRITING EYEGAZE-FLOORPLANE STRAIGHT ALTERNATING"
        },
        {
            "codepoint": "1DA27",
            "name": "SIGNWRITING EYEGAZE-WALLPLANE CURVED"
        },
        {
            "codepoint": "1DA28",
            "name": "SIGNWRITING EYEGAZE-FLOORPLANE CURVED"
        },
        {
            "codepoint": "1DA29",
            "name": "SIGNWRITING EYEGAZE-WALLPLANE CIRCLING"
        },
        {
            "codepoint": "1DA2A",
            "name": "SIGNWRITING CHEEKS PUFFED"
        },
        {
            "codepoint": "1DA2B",
            "name": "SIGNWRITING CHEEKS NEUTRAL"
        },
        {
            "codepoint": "1DA2C",
            "name": "SIGNWRITING CHEEKS SUCKED"
        },
        {
            "codepoint": "1DA2D",
            "name": "SIGNWRITING TENSE CHEEKS HIGH"
        },
        {
            "codepoint": "1DA2E",
            "name": "SIGNWRITING TENSE CHEEKS MIDDLE"
        },
        {
            "codepoint": "1DA2F",
            "name": "SIGNWRITING TENSE CHEEKS LOW"
        },
        {
            "codepoint": "1DA30",
            "name": "SIGNWRITING EARS"
        },
        {
            "codepoint": "1DA31",
            "name": "SIGNWRITING NOSE NEUTRAL"
        },
        {
            "codepoint": "1DA32",
            "name": "SIGNWRITING NOSE CONTACT"
        },
        {
            "codepoint": "1DA33",
            "name": "SIGNWRITING NOSE WRINKLES"
        },
        {
            "codepoint": "1DA34",
            "name": "SIGNWRITING NOSE WIGGLES"
        },
        {
            "codepoint": "1DA35",
            "name": "SIGNWRITING AIR BLOWING OUT"
        },
        {
            "codepoint": "1DA36",
            "name": "SIGNWRITING AIR SUCKING IN"
        },
        {
            "codepoint": "1DA37",
            "name": "SIGNWRITING AIR BLOW SMALL ROTATIONS"
        },
        {
            "codepoint": "1DA38",
            "name": "SIGNWRITING AIR SUCK SMALL ROTATIONS"
        },
        {
            "codepoint": "1DA39",
            "name": "SIGNWRITING BREATH INHALE"
        },
        {
            "codepoint": "1DA3A",
            "name": "SIGNWRITING BREATH EXHALE"
        },
        {
            "codepoint": "1DA3B",
            "name": "SIGNWRITING MOUTH CLOSED NEUTRAL"
        },
        {
            "codepoint": "1DA3C",
            "name": "SIGNWRITING MOUTH CLOSED FORWARD"
        },
        {
            "codepoint": "1DA3D",
            "name": "SIGNWRITING MOUTH CLOSED CONTACT"
        },
        {
            "codepoint": "1DA3E",
            "name": "SIGNWRITING MOUTH SMILE"
        },
        {
            "codepoint": "1DA3F",
            "name": "SIGNWRITING MOUTH SMILE WRINKLED"
        },
        {
            "codepoint": "1DA40",
            "name": "SIGNWRITING MOUTH SMILE OPEN"
        },
        {
            "codepoint": "1DA41",
            "name": "SIGNWRITING MOUTH FROWN"
        },
        {
            "codepoint": "1DA42",
            "name": "SIGNWRITING MOUTH FROWN WRINKLED"
        },
        {
            "codepoint": "1DA43",
            "name": "SIGNWRITING MOUTH FROWN OPEN"
        },
        {
            "codepoint": "1DA44",
            "name": "SIGNWRITING MOUTH OPEN CIRCLE"
        },
        {
            "codepoint": "1DA45",
            "name": "SIGNWRITING MOUTH OPEN FORWARD"
        },
        {
            "codepoint": "1DA46",
            "name": "SIGNWRITING MOUTH OPEN WRINKLED"
        },
        {
            "codepoint": "1DA47",
            "name": "SIGNWRITING MOUTH OPEN OVAL"
        },
        {
            "codepoint": "1DA48",
            "name": "SIGNWRITING MOUTH OPEN OVAL WRINKLED"
        },
        {
            "codepoint": "1DA49",
            "name": "SIGNWRITING MOUTH OPEN OVAL YAWN"
        },
        {
            "codepoint": "1DA4A",
            "name": "SIGNWRITING MOUTH OPEN RECTANGLE"
        },
        {
            "codepoint": "1DA4B",
            "name": "SIGNWRITING MOUTH OPEN RECTANGLE WRINKLED"
        },
        {
            "codepoint": "1DA4C",
            "name": "SIGNWRITING MOUTH OPEN RECTANGLE YAWN"
        },
        {
            "codepoint": "1DA4D",
            "name": "SIGNWRITING MOUTH KISS"
        },
        {
            "codepoint": "1DA4E",
            "name": "SIGNWRITING MOUTH KISS FORWARD"
        },
        {
            "codepoint": "1DA4F",
            "name": "SIGNWRITING MOUTH KISS WRINKLED"
        },
        {
            "codepoint": "1DA50",
            "name": "SIGNWRITING MOUTH TENSE"
        },
        {
            "codepoint": "1DA51",
            "name": "SIGNWRITING MOUTH TENSE FORWARD"
        },
        {
            "codepoint": "1DA52",
            "name": "SIGNWRITING MOUTH TENSE SUCKED"
        },
        {
            "codepoint": "1DA53",
            "name": "SIGNWRITING LIPS PRESSED TOGETHER"
        },
        {
            "codepoint": "1DA54",
            "name": "SIGNWRITING LIP LOWER OVER UPPER"
        },
        {
            "codepoint": "1DA55",
            "name": "SIGNWRITING LIP UPPER OVER LOWER"
        },
        {
            "codepoint": "1DA56",
            "name": "SIGNWRITING MOUTH CORNERS"
        },
        {
            "codepoint": "1DA57",
            "name": "SIGNWRITING MOUTH WRINKLES SINGLE"
        },
        {
            "codepoint": "1DA58",
            "name": "SIGNWRITING MOUTH WRINKLES DOUBLE"
        },
        {
            "codepoint": "1DA59",
            "name": "SIGNWRITING TONGUE STICKING OUT FAR"
        },
        {
            "codepoint": "1DA5A",
            "name": "SIGNWRITING TONGUE LICKING LIPS"
        },
        {
            "codepoint": "1DA5B",
            "name": "SIGNWRITING TONGUE TIP BETWEEN LIPS"
        },
        {
            "codepoint": "1DA5C",
            "name": "SIGNWRITING TONGUE TIP TOUCHING INSIDE MOUTH"
        },
        {
            "codepoint": "1DA5D",
            "name": "SIGNWRITING TONGUE INSIDE MOUTH RELAXED"
        },
        {
            "codepoint": "1DA5E",
            "name": "SIGNWRITING TONGUE MOVES AGAINST CHEEK"
        },
        {
            "codepoint": "1DA5F",
            "name": "SIGNWRITING TONGUE CENTRE STICKING OUT"
        },
        {
            "codepoint": "1DA60",
            "name": "SIGNWRITING TONGUE CENTRE INSIDE MOUTH"
        },
        {
            "codepoint": "1DA61",
            "name": "SIGNWRITING TEETH"
        },
        {
            "codepoint": "1DA62",
            "name": "SIGNWRITING TEETH MOVEMENT"
        },
        {
            "codepoint": "1DA63",
            "name": "SIGNWRITING TEETH ON TONGUE"
        },
        {
            "codepoint": "1DA64",
            "name": "SIGNWRITING TEETH ON TONGUE MOVEMENT"
        },
        {
            "codepoint": "1DA65",
            "name": "SIGNWRITING TEETH ON LIPS"
        },
        {
            "codepoint": "1DA66",
            "name": "SIGNWRITING TEETH ON LIPS MOVEMENT"
        },
        {
            "codepoint": "1DA67",
            "name": "SIGNWRITING TEETH BITE LIPS"
        },
        {
            "codepoint": "1DA68",
            "name": "SIGNWRITING MOVEMENT-WALLPLANE JAW"
        },
        {
            "codepoint": "1DA69",
            "name": "SIGNWRITING MOVEMENT-FLOORPLANE JAW"
        },
        {
            "codepoint": "1DA6A",
            "name": "SIGNWRITING NECK"
        },
        {
            "codepoint": "1DA6B",
            "name": "SIGNWRITING HAIR"
        },
        {
            "codepoint": "1DA6C",
            "name": "SIGNWRITING EXCITEMENT"
        },
        {
            "codepoint": "1DA6D",
            "name": "SIGNWRITING SHOULDER HIP SPINE"
        },
        {
            "codepoint": "1DA6E",
            "name": "SIGNWRITING SHOULDER HIP POSITIONS"
        },
        {
            "codepoint": "1DA6F",
            "name": "SIGNWRITING WALLPLANE SHOULDER HIP MOVE"
        },
        {
            "codepoint": "1DA70",
            "name": "SIGNWRITING FLOORPLANE SHOULDER HIP MOVE"
        },
        {
            "codepoint": "1DA71",
            "name": "SIGNWRITING SHOULDER TILTING FROM WAIST"
        },
        {
            "codepoint": "1DA72",
            "name": "SIGNWRITING TORSO-WALLPLANE STRAIGHT STRETCH"
        },
        {
            "codepoint": "1DA73",
            "name": "SIGNWRITING TORSO-WALLPLANE CURVED BEND"
        },
        {
            "codepoint": "1DA74",
            "name": "SIGNWRITING TORSO-FLOORPLANE TWISTING"
        },
        {
            "codepoint": "1DA75",
            "name": "SIGNWRITING UPPER BODY TILTING FROM HIP JOINTS"
        },
        {
            "codepoint": "1DA76",
            "name": "SIGNWRITING LIMB COMBINATION"
        },
        {
            "codepoint": "1DA77",
            "name": "SIGNWRITING LIMB LENGTH-1"
        },
        {
            "codepoint": "1DA78",
            "name": "SIGNWRITING LIMB LENGTH-2"
        },
        {
            "codepoint": "1DA79",
            "name": "SIGNWRITING LIMB LENGTH-3"
        },
        {
            "codepoint": "1DA7A",
            "name": "SIGNWRITING LIMB LENGTH-4"
        },
        {
            "codepoint": "1DA7B",
            "name": "SIGNWRITING LIMB LENGTH-5"
        },
        {
            "codepoint": "1DA7C",
            "name": "SIGNWRITING LIMB LENGTH-6"
        },
        {
            "codepoint": "1DA7D",
            "name": "SIGNWRITING LIMB LENGTH-7"
        },
        {
            "codepoint": "1DA7E",
            "name": "SIGNWRITING FINGER"
        },
        {
            "codepoint": "1DA7F",
            "name": "SIGNWRITING LOCATION-WALLPLANE SPACE"
        },
        {
            "codepoint": "1DA80",
            "name": "SIGNWRITING LOCATION-FLOORPLANE SPACE"
        },
        {
            "codepoint": "1DA81",
            "name": "SIGNWRITING LOCATION HEIGHT"
        },
        {
            "codepoint": "1DA82",
            "name": "SIGNWRITING LOCATION WIDTH"
        },
        {
            "codepoint": "1DA83",
            "name": "SIGNWRITING LOCATION DEPTH"
        },
        {
            "codepoint": "1DA84",
            "name": "SIGNWRITING LOCATION HEAD NECK"
        },
        {
            "codepoint": "1DA85",
            "name": "SIGNWRITING LOCATION TORSO"
        },
        {
            "codepoint": "1DA86",
            "name": "SIGNWRITING LOCATION LIMBS DIGITS"
        },
        {
            "codepoint": "1DA87",
            "name": "SIGNWRITING COMMA"
        },
        {
            "codepoint": "1DA88",
            "name": "SIGNWRITING FULL STOP"
        },
        {
            "codepoint": "1DA89",
            "name": "SIGNWRITING SEMICOLON"
        },
        {
            "codepoint": "1DA8A",
            "name": "SIGNWRITING COLON"
        },
        {
            "codepoint": "1DA8B",
            "name": "SIGNWRITING PARENTHESIS",
            "comments": [
                "is a closing parenthesis when used with 1DAA4 signwriting rotation modifier-5"
            ]
        },
        {
            "codepoint": "1DA9B",
            "name": "SIGNWRITING FILL MODIFIER-2"
        },
        {
            "codepoint": "1DA9C",
            "name": "SIGNWRITING FILL MODIFIER-3"
        },
        {
            "codepoint": "1DA9D",
            "name": "SIGNWRITING FILL MODIFIER-4"
        },
        {
            "codepoint": "1DA9E",
            "name": "SIGNWRITING FILL MODIFIER-5"
        },
        {
            "codepoint": "1DA9F",
            "name": "SIGNWRITING FILL MODIFIER-6"
        },
        {
            "codepoint": "1DAA1",
            "name": "SIGNWRITING ROTATION MODIFIER-2"
        },
        {
            "codepoint": "1DAA2",
            "name": "SIGNWRITING ROTATION MODIFIER-3"
        },
        {
            "codepoint": "1DAA3",
            "name": "SIGNWRITING ROTATION MODIFIER-4"
        },
        {
            "codepoint": "1DAA4",
            "name": "SIGNWRITING ROTATION MODIFIER-5"
        },
        {
            "codepoint": "1DAA5",
            "name": "SIGNWRITING ROTATION MODIFIER-6"
        },
        {
            "codepoint": "1DAA6",
            "name": "SIGNWRITING ROTATION MODIFIER-7"
        },
        {
            "codepoint": "1DAA7",
            "name": "SIGNWRITING ROTATION MODIFIER-8"
        },
        {
            "codepoint": "1DAA8",
            "name": "SIGNWRITING ROTATION MODIFIER-9"
        },
        {
            "codepoint": "1DAA9",
            "name": "SIGNWRITING ROTATION MODIFIER-10"
        },
        {
            "codepoint": "1DAAA",
            "name": "SIGNWRITING ROTATION MODIFIER-11"
        },
        {
            "codepoint": "1DAAB",
            "name": "SIGNWRITING ROTATION MODIFIER-12"
        },
        {
            "codepoint": "1DAAC",
            "name": "SIGNWRITING ROTATION MODIFIER-13"
        },
        {
            "codepoint": "1DAAD",
            "name": "SIGNWRITING ROTATION MODIFIER-14"
        },
        {
            "codepoint": "1DAAE",
            "name": "SIGNWRITING ROTATION MODIFIER-15"
        },
        {
            "codepoint": "1DAAF",
            "name": "SIGNWRITING ROTATION MODIFIER-16"
        },
        {
            "codepoint": "1DF00",
            "name": "LATIN SMALL LETTER FENG DIGRAPH WITH TRILL",
            "crossReferences": [
                "(latin small letter feng digraph - 02A9)"
            ]
        },
        {
            "codepoint": "1DF01",
            "name": "LATIN SMALL LETTER REVERSED SCRIPT G"
        },
        {
            "codepoint": "1DF02",
            "name": "LATIN LETTER SMALL CAPITAL TURNED G",
            "crossReferences": [
                "(latin small letter turned g - 1D77)"
            ]
        },
        {
            "codepoint": "1DF03",
            "name": "LATIN SMALL LETTER REVERSED K"
        },
        {
            "codepoint": "1DF04",
            "name": "LATIN LETTER SMALL CAPITAL L WITH BELT",
            "crossReferences": [
                "(latin capital letter l with belt - A7AD)"
            ]
        },
        {
            "codepoint": "1DF05",
            "name": "LATIN SMALL LETTER LEZH WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF06",
            "name": "LATIN SMALL LETTER TURNED Y WITH BELT"
        },
        {
            "codepoint": "1DF07",
            "name": "LATIN SMALL LETTER REVERSED ENG"
        },
        {
            "codepoint": "1DF08",
            "name": "LATIN SMALL LETTER TURNED R WITH LONG LEG AND RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF09",
            "name": "LATIN SMALL LETTER T WITH HOOK AND RETROFLEX HOOK",
            "crossReferences": [
                "(latin small letter t with hook - 01AD)"
            ]
        },
        {
            "codepoint": "1DF0A",
            "name": "LATIN LETTER RETROFLEX CLICK WITH RETROFLEX HOOK",
            "crossReferences": [
                "(modifier letter raised exclamation mark - A71D)",
                "(modifier letter retroflex click with retroflex hook - 107B9)"
            ]
        },
        {
            "codepoint": "1DF0B",
            "name": "LATIN SMALL LETTER ESH WITH DOUBLE BAR",
            "crossReferences": [
                "(integral with double stroke - 2A0E)"
            ]
        },
        {
            "codepoint": "1DF0C",
            "name": "LATIN SMALL LETTER ESH WITH DOUBLE BAR AND CURL"
        },
        {
            "codepoint": "1DF0D",
            "name": "LATIN SMALL LETTER TURNED T WITH CURL"
        },
        {
            "codepoint": "1DF0E",
            "name": "LATIN LETTER INVERTED GLOTTAL STOP WITH CURL"
        },
        {
            "codepoint": "1DF0F",
            "name": "LATIN LETTER STRETCHED C WITH CURL"
        },
        {
            "codepoint": "1DF10",
            "name": "LATIN LETTER SMALL CAPITAL TURNED K",
            "crossReferences": [
                "(latin small letter turned k - 029E)",
                "(latin capital letter turned k - A7B0)"
            ]
        },
        {
            "codepoint": "1DF11",
            "name": "LATIN SMALL LETTER L WITH FISHHOOK"
        },
        {
            "codepoint": "1DF12",
            "name": "LATIN SMALL LETTER DEZH DIGRAPH WITH PALATAL HOOK"
        },
        {
            "codepoint": "1DF13",
            "name": "LATIN SMALL LETTER L WITH BELT AND PALATAL HOOK"
        },
        {
            "codepoint": "1DF14",
            "name": "LATIN SMALL LETTER ENG WITH PALATAL HOOK"
        },
        {
            "codepoint": "1DF15",
            "name": "LATIN SMALL LETTER TURNED R WITH PALATAL HOOK"
        },
        {
            "codepoint": "1DF16",
            "name": "LATIN SMALL LETTER R WITH FISHHOOK AND PALATAL HOOK"
        },
        {
            "codepoint": "1DF17",
            "name": "LATIN SMALL LETTER TESH DIGRAPH WITH PALATAL HOOK"
        },
        {
            "codepoint": "1DF18",
            "name": "LATIN SMALL LETTER EZH WITH PALATAL HOOK"
        },
        {
            "codepoint": "1DF19",
            "name": "LATIN SMALL LETTER DEZH DIGRAPH WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF1A",
            "name": "LATIN SMALL LETTER I WITH STROKE AND RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF1B",
            "name": "LATIN SMALL LETTER O WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF1C",
            "name": "LATIN SMALL LETTER TESH DIGRAPH WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF1D",
            "name": "LATIN SMALL LETTER C WITH RETROFLEX HOOK"
        },
        {
            "codepoint": "1DF1E",
            "name": "LATIN SMALL LETTER S WITH CURL"
        },
        {
            "codepoint": "1DF25",
            "name": "LATIN SMALL LETTER D WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1DF26",
            "name": "LATIN SMALL LETTER L WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1DF27",
            "name": "LATIN SMALL LETTER N WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1DF28",
            "name": "LATIN SMALL LETTER R WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1DF29",
            "name": "LATIN SMALL LETTER S WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1DF2A",
            "name": "LATIN SMALL LETTER T WITH MID-HEIGHT LEFT HOOK"
        },
        {
            "codepoint": "1E000",
            "name": "COMBINING GLAGOLITIC LETTER AZU"
        },
        {
            "codepoint": "1E001",
            "name": "COMBINING GLAGOLITIC LETTER BUKY"
        },
        {
            "codepoint": "1E002",
            "name": "COMBINING GLAGOLITIC LETTER VEDE"
        },
        {
            "codepoint": "1E003",
            "name": "COMBINING GLAGOLITIC LETTER GLAGOLI"
        },
        {
            "codepoint": "1E004",
            "name": "COMBINING GLAGOLITIC LETTER DOBRO"
        },
        {
            "codepoint": "1E005",
            "name": "COMBINING GLAGOLITIC LETTER YESTU"
        },
        {
            "codepoint": "1E006",
            "name": "COMBINING GLAGOLITIC LETTER ZHIVETE"
        },
        {
            "codepoint": "1E008",
            "name": "COMBINING GLAGOLITIC LETTER ZEMLJA"
        },
        {
            "codepoint": "1E009",
            "name": "COMBINING GLAGOLITIC LETTER IZHE"
        },
        {
            "codepoint": "1E00A",
            "name": "COMBINING GLAGOLITIC LETTER INITIAL IZHE"
        },
        {
            "codepoint": "1E00B",
            "name": "COMBINING GLAGOLITIC LETTER I"
        },
        {
            "codepoint": "1E00C",
            "name": "COMBINING GLAGOLITIC LETTER DJERVI"
        },
        {
            "codepoint": "1E00D",
            "name": "COMBINING GLAGOLITIC LETTER KAKO"
        },
        {
            "codepoint": "1E00E",
            "name": "COMBINING GLAGOLITIC LETTER LJUDIJE"
        },
        {
            "codepoint": "1E00F",
            "name": "COMBINING GLAGOLITIC LETTER MYSLITE"
        },
        {
            "codepoint": "1E010",
            "name": "COMBINING GLAGOLITIC LETTER NASHI"
        },
        {
            "codepoint": "1E011",
            "name": "COMBINING GLAGOLITIC LETTER ONU"
        },
        {
            "codepoint": "1E012",
            "name": "COMBINING GLAGOLITIC LETTER POKOJI"
        },
        {
            "codepoint": "1E013",
            "name": "COMBINING GLAGOLITIC LETTER RITSI"
        },
        {
            "codepoint": "1E014",
            "name": "COMBINING GLAGOLITIC LETTER SLOVO"
        },
        {
            "codepoint": "1E015",
            "name": "COMBINING GLAGOLITIC LETTER TVRIDO"
        },
        {
            "codepoint": "1E016",
            "name": "COMBINING GLAGOLITIC LETTER UKU"
        },
        {
            "codepoint": "1E017",
            "name": "COMBINING GLAGOLITIC LETTER FRITU"
        },
        {
            "codepoint": "1E018",
            "name": "COMBINING GLAGOLITIC LETTER HERU"
        },
        {
            "codepoint": "1E01B",
            "name": "COMBINING GLAGOLITIC LETTER SHTA"
        },
        {
            "codepoint": "1E01C",
            "name": "COMBINING GLAGOLITIC LETTER TSI"
        },
        {
            "codepoint": "1E01D",
            "name": "COMBINING GLAGOLITIC LETTER CHRIVI"
        },
        {
            "codepoint": "1E01E",
            "name": "COMBINING GLAGOLITIC LETTER SHA"
        },
        {
            "codepoint": "1E01F",
            "name": "COMBINING GLAGOLITIC LETTER YERU"
        },
        {
            "codepoint": "1E020",
            "name": "COMBINING GLAGOLITIC LETTER YERI"
        },
        {
            "codepoint": "1E021",
            "name": "COMBINING GLAGOLITIC LETTER YATI"
        },
        {
            "codepoint": "1E023",
            "name": "COMBINING GLAGOLITIC LETTER YU"
        },
        {
            "codepoint": "1E024",
            "name": "COMBINING GLAGOLITIC LETTER SMALL YUS"
        },
        {
            "codepoint": "1E026",
            "name": "COMBINING GLAGOLITIC LETTER YO"
        },
        {
            "codepoint": "1E027",
            "name": "COMBINING GLAGOLITIC LETTER IOTATED SMALL YUS"
        },
        {
            "codepoint": "1E028",
            "name": "COMBINING GLAGOLITIC LETTER BIG YUS"
        },
        {
            "codepoint": "1E029",
            "name": "COMBINING GLAGOLITIC LETTER IOTATED BIG YUS"
        },
        {
            "codepoint": "1E02A",
            "name": "COMBINING GLAGOLITIC LETTER FITA"
        },
        {
            "codepoint": "1E030",
            "name": "MODIFIER LETTER CYRILLIC SMALL A",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0430"
                ]
            ]
        },
        {
            "codepoint": "1E031",
            "name": "MODIFIER LETTER CYRILLIC SMALL BE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0431"
                ]
            ]
        },
        {
            "codepoint": "1E032",
            "name": "MODIFIER LETTER CYRILLIC SMALL VE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0432"
                ]
            ]
        },
        {
            "codepoint": "1E033",
            "name": "MODIFIER LETTER CYRILLIC SMALL GHE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0433"
                ]
            ]
        },
        {
            "codepoint": "1E034",
            "name": "MODIFIER LETTER CYRILLIC SMALL DE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0434"
                ]
            ]
        },
        {
            "codepoint": "1E035",
            "name": "MODIFIER LETTER CYRILLIC SMALL IE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0435"
                ]
            ]
        },
        {
            "codepoint": "1E036",
            "name": "MODIFIER LETTER CYRILLIC SMALL ZHE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0436"
                ]
            ]
        },
        {
            "codepoint": "1E037",
            "name": "MODIFIER LETTER CYRILLIC SMALL ZE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0437"
                ]
            ]
        },
        {
            "codepoint": "1E038",
            "name": "MODIFIER LETTER CYRILLIC SMALL I",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0438"
                ]
            ]
        },
        {
            "codepoint": "1E039",
            "name": "MODIFIER LETTER CYRILLIC SMALL KA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "043A"
                ]
            ]
        },
        {
            "codepoint": "1E03A",
            "name": "MODIFIER LETTER CYRILLIC SMALL EL",
            "compatibilityMappings": [
                [
                    "<super>",
                    "043B"
                ]
            ]
        },
        {
            "codepoint": "1E03B",
            "name": "MODIFIER LETTER CYRILLIC SMALL EM",
            "compatibilityMappings": [
                [
                    "<super>",
                    "043C"
                ]
            ]
        },
        {
            "codepoint": "1E03C",
            "name": "MODIFIER LETTER CYRILLIC SMALL O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "043E"
                ]
            ]
        },
        {
            "codepoint": "1E03D",
            "name": "MODIFIER LETTER CYRILLIC SMALL PE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "043F"
                ]
            ]
        },
        {
            "codepoint": "1E03E",
            "name": "MODIFIER LETTER CYRILLIC SMALL ER",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0440"
                ]
            ]
        },
        {
            "codepoint": "1E03F",
            "name": "MODIFIER LETTER CYRILLIC SMALL ES",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0441"
                ]
            ]
        },
        {
            "codepoint": "1E040",
            "name": "MODIFIER LETTER CYRILLIC SMALL TE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0442"
                ]
            ]
        },
        {
            "codepoint": "1E041",
            "name": "MODIFIER LETTER CYRILLIC SMALL U",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0443"
                ]
            ]
        },
        {
            "codepoint": "1E042",
            "name": "MODIFIER LETTER CYRILLIC SMALL EF",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0444"
                ]
            ]
        },
        {
            "codepoint": "1E043",
            "name": "MODIFIER LETTER CYRILLIC SMALL HA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0445"
                ]
            ]
        },
        {
            "codepoint": "1E044",
            "name": "MODIFIER LETTER CYRILLIC SMALL TSE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0446"
                ]
            ]
        },
        {
            "codepoint": "1E045",
            "name": "MODIFIER LETTER CYRILLIC SMALL CHE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0447"
                ]
            ]
        },
        {
            "codepoint": "1E046",
            "name": "MODIFIER LETTER CYRILLIC SMALL SHA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0448"
                ]
            ]
        },
        {
            "codepoint": "1E047",
            "name": "MODIFIER LETTER CYRILLIC SMALL YERU",
            "compatibilityMappings": [
                [
                    "<super>",
                    "044B"
                ]
            ]
        },
        {
            "codepoint": "1E048",
            "name": "MODIFIER LETTER CYRILLIC SMALL E",
            "compatibilityMappings": [
                [
                    "<super>",
                    "044D"
                ]
            ]
        },
        {
            "codepoint": "1E049",
            "name": "MODIFIER LETTER CYRILLIC SMALL YU",
            "compatibilityMappings": [
                [
                    "<super>",
                    "044E"
                ]
            ]
        },
        {
            "codepoint": "1E04A",
            "name": "MODIFIER LETTER CYRILLIC SMALL DZZE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "A689"
                ]
            ]
        },
        {
            "codepoint": "1E04B",
            "name": "MODIFIER LETTER CYRILLIC SMALL SCHWA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04D9"
                ]
            ]
        },
        {
            "codepoint": "1E04C",
            "name": "MODIFIER LETTER CYRILLIC SMALL BYELORUSSIAN-UKRAINIAN I",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0456"
                ]
            ]
        },
        {
            "codepoint": "1E04D",
            "name": "MODIFIER LETTER CYRILLIC SMALL JE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "0458"
                ]
            ]
        },
        {
            "codepoint": "1E04E",
            "name": "MODIFIER LETTER CYRILLIC SMALL BARRED O",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04E9"
                ]
            ]
        },
        {
            "codepoint": "1E04F",
            "name": "MODIFIER LETTER CYRILLIC SMALL STRAIGHT U",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04AF"
                ]
            ]
        },
        {
            "codepoint": "1E050",
            "name": "MODIFIER LETTER CYRILLIC SMALL PALOCHKA",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04CF"
                ]
            ]
        },
        {
            "codepoint": "1E051",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER A",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0430"
                ]
            ]
        },
        {
            "codepoint": "1E052",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER BE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0431"
                ]
            ]
        },
        {
            "codepoint": "1E053",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER VE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0432"
                ]
            ]
        },
        {
            "codepoint": "1E054",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER GHE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0433"
                ]
            ]
        },
        {
            "codepoint": "1E055",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER DE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0434"
                ]
            ]
        },
        {
            "codepoint": "1E056",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER IE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0435"
                ]
            ]
        },
        {
            "codepoint": "1E057",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER ZHE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0436"
                ]
            ]
        },
        {
            "codepoint": "1E058",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER ZE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0437"
                ]
            ]
        },
        {
            "codepoint": "1E059",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER I",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0438"
                ]
            ]
        },
        {
            "codepoint": "1E05A",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER KA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "043A"
                ]
            ]
        },
        {
            "codepoint": "1E05B",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER EL",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "043B"
                ]
            ]
        },
        {
            "codepoint": "1E05C",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER O",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "043E"
                ]
            ]
        },
        {
            "codepoint": "1E05D",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER PE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "043F"
                ]
            ]
        },
        {
            "codepoint": "1E05E",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER ES",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0441"
                ]
            ]
        },
        {
            "codepoint": "1E05F",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER U",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0443"
                ]
            ]
        },
        {
            "codepoint": "1E060",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER EF",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0444"
                ]
            ]
        },
        {
            "codepoint": "1E061",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER HA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0445"
                ]
            ]
        },
        {
            "codepoint": "1E062",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER TSE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0446"
                ]
            ]
        },
        {
            "codepoint": "1E063",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER CHE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0447"
                ]
            ]
        },
        {
            "codepoint": "1E064",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER SHA",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0448"
                ]
            ]
        },
        {
            "codepoint": "1E065",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER HARD SIGN",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "044A"
                ]
            ]
        },
        {
            "codepoint": "1E066",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER YERU",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "044B"
                ]
            ]
        },
        {
            "codepoint": "1E067",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER GHE WITH UPTURN",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0491"
                ]
            ]
        },
        {
            "codepoint": "1E068",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER BYELORUSSIAN-UKRAINIAN I",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0456"
                ]
            ]
        },
        {
            "codepoint": "1E069",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER DZE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "0455"
                ]
            ]
        },
        {
            "codepoint": "1E06A",
            "name": "CYRILLIC SUBSCRIPT SMALL LETTER DZHE",
            "compatibilityMappings": [
                [
                    "<sub>",
                    "045F"
                ]
            ]
        },
        {
            "codepoint": "1E06B",
            "name": "MODIFIER LETTER CYRILLIC SMALL ES WITH DESCENDER",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04AB"
                ]
            ]
        },
        {
            "codepoint": "1E06C",
            "name": "MODIFIER LETTER CYRILLIC SMALL YERU WITH BACK YER",
            "compatibilityMappings": [
                [
                    "<super>",
                    "A651"
                ]
            ]
        },
        {
            "codepoint": "1E06D",
            "name": "MODIFIER LETTER CYRILLIC SMALL STRAIGHT U WITH STROKE",
            "compatibilityMappings": [
                [
                    "<super>",
                    "04B1"
                ]
            ]
        },
        {
            "codepoint": "1E08F",
            "name": "COMBINING CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I"
        },
        {
            "codepoint": "1E100",
            "name": "NYIAKENG PUACHUE HMONG LETTER MA",
            "crossReferences": [
                "(hebrew letter mem - 05DE)"
            ]
        },
        {
            "codepoint": "1E101",
            "name": "NYIAKENG PUACHUE HMONG LETTER TSA"
        },
        {
            "codepoint": "1E102",
            "name": "NYIAKENG PUACHUE HMONG LETTER NTA"
        },
        {
            "codepoint": "1E103",
            "name": "NYIAKENG PUACHUE HMONG LETTER TA",
            "crossReferences": [
                "(hebrew letter tet - 05D8)"
            ]
        },
        {
            "codepoint": "1E104",
            "name": "NYIAKENG PUACHUE HMONG LETTER HA"
        },
        {
            "codepoint": "1E105",
            "name": "NYIAKENG PUACHUE HMONG LETTER NA"
        },
        {
            "codepoint": "1E106",
            "name": "NYIAKENG PUACHUE HMONG LETTER XA"
        },
        {
            "codepoint": "1E107",
            "name": "NYIAKENG PUACHUE HMONG LETTER NKA"
        },
        {
            "codepoint": "1E108",
            "name": "NYIAKENG PUACHUE HMONG LETTER CA"
        },
        {
            "codepoint": "1E109",
            "name": "NYIAKENG PUACHUE HMONG LETTER LA"
        },
        {
            "codepoint": "1E10A",
            "name": "NYIAKENG PUACHUE HMONG LETTER SA",
            "crossReferences": [
                "(hebrew letter shin - 05E9)"
            ]
        },
        {
            "codepoint": "1E10B",
            "name": "NYIAKENG PUACHUE HMONG LETTER ZA"
        },
        {
            "codepoint": "1E10C",
            "name": "NYIAKENG PUACHUE HMONG LETTER NCA"
        },
        {
            "codepoint": "1E10D",
            "name": "NYIAKENG PUACHUE HMONG LETTER NTSA"
        },
        {
            "codepoint": "1E10E",
            "name": "NYIAKENG PUACHUE HMONG LETTER KA",
            "crossReferences": [
                "(hebrew letter kaf - 05DB)"
            ]
        },
        {
            "codepoint": "1E10F",
            "name": "NYIAKENG PUACHUE HMONG LETTER DA"
        },
        {
            "codepoint": "1E110",
            "name": "NYIAKENG PUACHUE HMONG LETTER NYA"
        },
        {
            "codepoint": "1E111",
            "name": "NYIAKENG PUACHUE HMONG LETTER NRA"
        },
        {
            "codepoint": "1E112",
            "name": "NYIAKENG PUACHUE HMONG LETTER VA"
        },
        {
            "codepoint": "1E113",
            "name": "NYIAKENG PUACHUE HMONG LETTER NTXA"
        },
        {
            "codepoint": "1E114",
            "name": "NYIAKENG PUACHUE HMONG LETTER TXA"
        },
        {
            "codepoint": "1E115",
            "name": "NYIAKENG PUACHUE HMONG LETTER FA"
        },
        {
            "codepoint": "1E116",
            "name": "NYIAKENG PUACHUE HMONG LETTER RA"
        },
        {
            "codepoint": "1E117",
            "name": "NYIAKENG PUACHUE HMONG LETTER QA",
            "crossReferences": [
                "(hebrew letter qof - 05E7)"
            ]
        },
        {
            "codepoint": "1E118",
            "name": "NYIAKENG PUACHUE HMONG LETTER YA"
        },
        {
            "codepoint": "1E119",
            "name": "NYIAKENG PUACHUE HMONG LETTER NQA"
        },
        {
            "codepoint": "1E11A",
            "name": "NYIAKENG PUACHUE HMONG LETTER PA",
            "crossReferences": [
                "(hebrew letter pe - 05E4)"
            ]
        },
        {
            "codepoint": "1E11B",
            "name": "NYIAKENG PUACHUE HMONG LETTER XYA"
        },
        {
            "codepoint": "1E11C",
            "name": "NYIAKENG PUACHUE HMONG LETTER NPA"
        },
        {
            "codepoint": "1E11D",
            "name": "NYIAKENG PUACHUE HMONG LETTER DLA"
        },
        {
            "codepoint": "1E11E",
            "name": "NYIAKENG PUACHUE HMONG LETTER NPLA"
        },
        {
            "codepoint": "1E11F",
            "name": "NYIAKENG PUACHUE HMONG LETTER HAH",
            "comments": [
                "also used for a vowel o"
            ]
        },
        {
            "codepoint": "1E120",
            "name": "NYIAKENG PUACHUE HMONG LETTER MLA"
        },
        {
            "codepoint": "1E121",
            "name": "NYIAKENG PUACHUE HMONG LETTER PLA"
        },
        {
            "codepoint": "1E122",
            "name": "NYIAKENG PUACHUE HMONG LETTER GA"
        },
        {
            "codepoint": "1E123",
            "name": "NYIAKENG PUACHUE HMONG LETTER RRA",
            "comments": [
                "also used for a diphthong ai"
            ]
        },
        {
            "codepoint": "1E124",
            "name": "NYIAKENG PUACHUE HMONG LETTER A"
        },
        {
            "codepoint": "1E125",
            "name": "NYIAKENG PUACHUE HMONG LETTER AA"
        },
        {
            "codepoint": "1E126",
            "name": "NYIAKENG PUACHUE HMONG LETTER I"
        },
        {
            "codepoint": "1E127",
            "name": "NYIAKENG PUACHUE HMONG LETTER U"
        },
        {
            "codepoint": "1E128",
            "name": "NYIAKENG PUACHUE HMONG LETTER O"
        },
        {
            "codepoint": "1E129",
            "name": "NYIAKENG PUACHUE HMONG LETTER OO"
        },
        {
            "codepoint": "1E12A",
            "name": "NYIAKENG PUACHUE HMONG LETTER E"
        },
        {
            "codepoint": "1E12B",
            "name": "NYIAKENG PUACHUE HMONG LETTER EE"
        },
        {
            "codepoint": "1E12C",
            "name": "NYIAKENG PUACHUE HMONG LETTER W"
        },
        {
            "codepoint": "1E130",
            "name": "NYIAKENG PUACHUE HMONG TONE-B",
            "aliases": [
                "som thwb"
            ],
            "comments": [
                "RPA -b high-level tone"
            ]
        },
        {
            "codepoint": "1E131",
            "name": "NYIAKENG PUACHUE HMONG TONE-M",
            "aliases": [
                "som thwm"
            ],
            "comments": [
                "RPA -m low-glottalized tone"
            ]
        },
        {
            "codepoint": "1E132",
            "name": "NYIAKENG PUACHUE HMONG TONE-J",
            "aliases": [
                "som thwj"
            ],
            "comments": [
                "RPA -j high-falling tone"
            ]
        },
        {
            "codepoint": "1E133",
            "name": "NYIAKENG PUACHUE HMONG TONE-V",
            "aliases": [
                "som thwv"
            ],
            "comments": [
                "RPA -v mid-rising tone"
            ]
        },
        {
            "codepoint": "1E134",
            "name": "NYIAKENG PUACHUE HMONG TONE-S",
            "aliases": [
                "som thws"
            ],
            "comments": [
                "RPA -s low-level tone"
            ]
        },
        {
            "codepoint": "1E135",
            "name": "NYIAKENG PUACHUE HMONG TONE-G",
            "aliases": [
                "som thwg"
            ],
            "comments": [
                "RPA -g falling-breathy tone"
            ]
        },
        {
            "codepoint": "1E136",
            "name": "NYIAKENG PUACHUE HMONG TONE-D",
            "aliases": [
                "som thwd"
            ],
            "comments": [
                "RPA -d low-rising tone"
            ]
        },
        {
            "codepoint": "1E137",
            "name": "NYIAKENG PUACHUE HMONG SIGN FOR PERSON",
            "aliases": [
                "oov"
            ]
        },
        {
            "codepoint": "1E138",
            "name": "NYIAKENG PUACHUE HMONG SIGN FOR THING",
            "aliases": [
                "pes"
            ]
        },
        {
            "codepoint": "1E139",
            "name": "NYIAKENG PUACHUE HMONG SIGN FOR LOCATION",
            "aliases": [
                "khab theeb"
            ]
        },
        {
            "codepoint": "1E13A",
            "name": "NYIAKENG PUACHUE HMONG SIGN FOR ANIMAL",
            "aliases": [
                "khuam luas"
            ]
        },
        {
            "codepoint": "1E13B",
            "name": "NYIAKENG PUACHUE HMONG SIGN FOR INVERTEBRATE",
            "aliases": [
                "poos"
            ]
        },
        {
            "codepoint": "1E13C",
            "name": "NYIAKENG PUACHUE HMONG SIGN XW XW",
            "comments": [
                "indicates repetition of a short word or syllable",
                "indicates repetition of a whole phrase or sentence when preceded by a space"
            ],
            "crossReferences": [
                "(thai character maiyamok - 0E46)",
                "(lao ko la - 0EC6)"
            ]
        },
        {
            "codepoint": "1E13D",
            "name": "NYIAKENG PUACHUE HMONG SYLLABLE LENGTHENER",
            "aliases": [
                "khu saim"
            ]
        },
        {
            "codepoint": "1E140",
            "name": "NYIAKENG PUACHUE HMONG DIGIT ZERO"
        },
        {
            "codepoint": "1E141",
            "name": "NYIAKENG PUACHUE HMONG DIGIT ONE"
        },
        {
            "codepoint": "1E142",
            "name": "NYIAKENG PUACHUE HMONG DIGIT TWO"
        },
        {
            "codepoint": "1E143",
            "name": "NYIAKENG PUACHUE HMONG DIGIT THREE"
        },
        {
            "codepoint": "1E144",
            "name": "NYIAKENG PUACHUE HMONG DIGIT FOUR"
        },
        {
            "codepoint": "1E145",
            "name": "NYIAKENG PUACHUE HMONG DIGIT FIVE"
        },
        {
            "codepoint": "1E146",
            "name": "NYIAKENG PUACHUE HMONG DIGIT SIX"
        },
        {
            "codepoint": "1E147",
            "name": "NYIAKENG PUACHUE HMONG DIGIT SEVEN"
        },
        {
            "codepoint": "1E148",
            "name": "NYIAKENG PUACHUE HMONG DIGIT EIGHT"
        },
        {
            "codepoint": "1E149",
            "name": "NYIAKENG PUACHUE HMONG DIGIT NINE"
        },
        {
            "codepoint": "1E14E",
            "name": "NYIAKENG PUACHUE HMONG LOGOGRAM NYAJ",
            "comments": [
                "used to represent the word for money or currency"
            ]
        },
        {
            "codepoint": "1E14F",
            "name": "NYIAKENG PUACHUE HMONG CIRCLED CA",
            "comments": [
                "used to indicate ownership"
            ],
            "crossReferences": [
                "(nyiakeng puachue hmong letter ca - 1E108)"
            ]
        },
        {
            "codepoint": "1E290",
            "name": "TOTO LETTER PA"
        },
        {
            "codepoint": "1E291",
            "name": "TOTO LETTER BA"
        },
        {
            "codepoint": "1E292",
            "name": "TOTO LETTER TA"
        },
        {
            "codepoint": "1E293",
            "name": "TOTO LETTER DA"
        },
        {
            "codepoint": "1E294",
            "name": "TOTO LETTER KA"
        },
        {
            "codepoint": "1E295",
            "name": "TOTO LETTER GA"
        },
        {
            "codepoint": "1E296",
            "name": "TOTO LETTER MA"
        },
        {
            "codepoint": "1E297",
            "name": "TOTO LETTER NA"
        },
        {
            "codepoint": "1E298",
            "name": "TOTO LETTER NGA"
        },
        {
            "codepoint": "1E299",
            "name": "TOTO LETTER SA"
        },
        {
            "codepoint": "1E29A",
            "name": "TOTO LETTER CHA"
        },
        {
            "codepoint": "1E29B",
            "name": "TOTO LETTER YA"
        },
        {
            "codepoint": "1E29C",
            "name": "TOTO LETTER WA"
        },
        {
            "codepoint": "1E29D",
            "name": "TOTO LETTER JA"
        },
        {
            "codepoint": "1E29E",
            "name": "TOTO LETTER HA"
        },
        {
            "codepoint": "1E29F",
            "name": "TOTO LETTER RA"
        },
        {
            "codepoint": "1E2A0",
            "name": "TOTO LETTER LA"
        },
        {
            "codepoint": "1E2A1",
            "name": "TOTO LETTER I"
        },
        {
            "codepoint": "1E2A2",
            "name": "TOTO LETTER BREATHY I"
        },
        {
            "codepoint": "1E2A3",
            "name": "TOTO LETTER IU"
        },
        {
            "codepoint": "1E2A4",
            "name": "TOTO LETTER BREATHY IU"
        },
        {
            "codepoint": "1E2A5",
            "name": "TOTO LETTER U"
        },
        {
            "codepoint": "1E2A6",
            "name": "TOTO LETTER E"
        },
        {
            "codepoint": "1E2A7",
            "name": "TOTO LETTER BREATHY E"
        },
        {
            "codepoint": "1E2A8",
            "name": "TOTO LETTER EO"
        },
        {
            "codepoint": "1E2A9",
            "name": "TOTO LETTER BREATHY EO"
        },
        {
            "codepoint": "1E2AA",
            "name": "TOTO LETTER O"
        },
        {
            "codepoint": "1E2AB",
            "name": "TOTO LETTER AE"
        },
        {
            "codepoint": "1E2AC",
            "name": "TOTO LETTER BREATHY AE"
        },
        {
            "codepoint": "1E2AD",
            "name": "TOTO LETTER A"
        },
        {
            "codepoint": "1E2AE",
            "name": "TOTO SIGN RISING TONE"
        },
        {
            "codepoint": "1E2C0",
            "name": "WANCHO LETTER AA"
        },
        {
            "codepoint": "1E2C1",
            "name": "WANCHO LETTER A"
        },
        {
            "codepoint": "1E2C2",
            "name": "WANCHO LETTER BA"
        },
        {
            "codepoint": "1E2C3",
            "name": "WANCHO LETTER CA"
        },
        {
            "codepoint": "1E2C4",
            "name": "WANCHO LETTER DA"
        },
        {
            "codepoint": "1E2C5",
            "name": "WANCHO LETTER GA"
        },
        {
            "codepoint": "1E2C6",
            "name": "WANCHO LETTER YA"
        },
        {
            "codepoint": "1E2C7",
            "name": "WANCHO LETTER PHA"
        },
        {
            "codepoint": "1E2C8",
            "name": "WANCHO LETTER LA"
        },
        {
            "codepoint": "1E2C9",
            "name": "WANCHO LETTER NA"
        },
        {
            "codepoint": "1E2CA",
            "name": "WANCHO LETTER PA"
        },
        {
            "codepoint": "1E2CB",
            "name": "WANCHO LETTER TA"
        },
        {
            "codepoint": "1E2CC",
            "name": "WANCHO LETTER THA"
        },
        {
            "codepoint": "1E2CD",
            "name": "WANCHO LETTER FA"
        },
        {
            "codepoint": "1E2CE",
            "name": "WANCHO LETTER SA"
        },
        {
            "codepoint": "1E2CF",
            "name": "WANCHO LETTER SHA"
        },
        {
            "codepoint": "1E2D0",
            "name": "WANCHO LETTER JA"
        },
        {
            "codepoint": "1E2D1",
            "name": "WANCHO LETTER ZA"
        },
        {
            "codepoint": "1E2D2",
            "name": "WANCHO LETTER WA"
        },
        {
            "codepoint": "1E2D3",
            "name": "WANCHO LETTER VA"
        },
        {
            "codepoint": "1E2D4",
            "name": "WANCHO LETTER KA"
        },
        {
            "codepoint": "1E2D5",
            "name": "WANCHO LETTER O"
        },
        {
            "codepoint": "1E2D6",
            "name": "WANCHO LETTER AU"
        },
        {
            "codepoint": "1E2D7",
            "name": "WANCHO LETTER RA"
        },
        {
            "codepoint": "1E2D8",
            "name": "WANCHO LETTER MA"
        },
        {
            "codepoint": "1E2D9",
            "name": "WANCHO LETTER KHA"
        },
        {
            "codepoint": "1E2DA",
            "name": "WANCHO LETTER HA"
        },
        {
            "codepoint": "1E2DB",
            "name": "WANCHO LETTER E"
        },
        {
            "codepoint": "1E2DC",
            "name": "WANCHO LETTER I"
        },
        {
            "codepoint": "1E2DD",
            "name": "WANCHO LETTER NGA"
        },
        {
            "codepoint": "1E2DE",
            "name": "WANCHO LETTER U"
        },
        {
            "codepoint": "1E2DF",
            "name": "WANCHO LETTER LLHA"
        },
        {
            "codepoint": "1E2E0",
            "name": "WANCHO LETTER TSA"
        },
        {
            "codepoint": "1E2E1",
            "name": "WANCHO LETTER TRA"
        },
        {
            "codepoint": "1E2E2",
            "name": "WANCHO LETTER ONG"
        },
        {
            "codepoint": "1E2E3",
            "name": "WANCHO LETTER AANG"
        },
        {
            "codepoint": "1E2E4",
            "name": "WANCHO LETTER ANG"
        },
        {
            "codepoint": "1E2E5",
            "name": "WANCHO LETTER ING"
        },
        {
            "codepoint": "1E2E6",
            "name": "WANCHO LETTER ON"
        },
        {
            "codepoint": "1E2E7",
            "name": "WANCHO LETTER EN"
        },
        {
            "codepoint": "1E2E8",
            "name": "WANCHO LETTER AAN"
        },
        {
            "codepoint": "1E2E9",
            "name": "WANCHO LETTER NYA"
        },
        {
            "codepoint": "1E2EA",
            "name": "WANCHO LETTER UEN"
        },
        {
            "codepoint": "1E2EB",
            "name": "WANCHO LETTER YIH"
        },
        {
            "codepoint": "1E2EC",
            "name": "WANCHO TONE TUP"
        },
        {
            "codepoint": "1E2ED",
            "name": "WANCHO TONE TUPNI"
        },
        {
            "codepoint": "1E2EE",
            "name": "WANCHO TONE KOI"
        },
        {
            "codepoint": "1E2EF",
            "name": "WANCHO TONE KOINI"
        },
        {
            "codepoint": "1E2F0",
            "name": "WANCHO DIGIT ZERO"
        },
        {
            "codepoint": "1E2F1",
            "name": "WANCHO DIGIT ONE"
        },
        {
            "codepoint": "1E2F2",
            "name": "WANCHO DIGIT TWO"
        },
        {
            "codepoint": "1E2F3",
            "name": "WANCHO DIGIT THREE"
        },
        {
            "codepoint": "1E2F4",
            "name": "WANCHO DIGIT FOUR"
        },
        {
            "codepoint": "1E2F5",
            "name": "WANCHO DIGIT FIVE"
        },
        {
            "codepoint": "1E2F6",
            "name": "WANCHO DIGIT SIX"
        },
        {
            "codepoint": "1E2F7",
            "name": "WANCHO DIGIT SEVEN"
        },
        {
            "codepoint": "1E2F8",
            "name": "WANCHO DIGIT EIGHT"
        },
        {
            "codepoint": "1E2F9",
            "name": "WANCHO DIGIT NINE"
        },
        {
            "codepoint": "1E2FF",
            "name": "WANCHO NGUN SIGN",
            "aliases": [
                "rupee"
            ],
            "crossReferences": [
                "(indian rupee sign - 20B9)"
            ]
        },
        {
            "codepoint": "1E4D0",
            "name": "NAG MUNDARI LETTER O"
        },
        {
            "codepoint": "1E4D1",
            "name": "NAG MUNDARI LETTER OP"
        },
        {
            "codepoint": "1E4D2",
            "name": "NAG MUNDARI LETTER OL"
        },
        {
            "codepoint": "1E4D3",
            "name": "NAG MUNDARI LETTER OY"
        },
        {
            "codepoint": "1E4D4",
            "name": "NAG MUNDARI LETTER ONG"
        },
        {
            "codepoint": "1E4D5",
            "name": "NAG MUNDARI LETTER A"
        },
        {
            "codepoint": "1E4D6",
            "name": "NAG MUNDARI LETTER AJ"
        },
        {
            "codepoint": "1E4D7",
            "name": "NAG MUNDARI LETTER AB"
        },
        {
            "codepoint": "1E4D8",
            "name": "NAG MUNDARI LETTER ANY"
        },
        {
            "codepoint": "1E4D9",
            "name": "NAG MUNDARI LETTER AH"
        },
        {
            "codepoint": "1E4DA",
            "name": "NAG MUNDARI LETTER I"
        },
        {
            "codepoint": "1E4DB",
            "name": "NAG MUNDARI LETTER IS"
        },
        {
            "codepoint": "1E4DC",
            "name": "NAG MUNDARI LETTER IDD"
        },
        {
            "codepoint": "1E4DD",
            "name": "NAG MUNDARI LETTER IT"
        },
        {
            "codepoint": "1E4DE",
            "name": "NAG MUNDARI LETTER IH"
        },
        {
            "codepoint": "1E4DF",
            "name": "NAG MUNDARI LETTER U"
        },
        {
            "codepoint": "1E4E0",
            "name": "NAG MUNDARI LETTER UC"
        },
        {
            "codepoint": "1E4E1",
            "name": "NAG MUNDARI LETTER UD"
        },
        {
            "codepoint": "1E4E2",
            "name": "NAG MUNDARI LETTER UK"
        },
        {
            "codepoint": "1E4E3",
            "name": "NAG MUNDARI LETTER UR"
        },
        {
            "codepoint": "1E4E4",
            "name": "NAG MUNDARI LETTER E"
        },
        {
            "codepoint": "1E4E5",
            "name": "NAG MUNDARI LETTER ENN"
        },
        {
            "codepoint": "1E4E6",
            "name": "NAG MUNDARI LETTER EG"
        },
        {
            "codepoint": "1E4E7",
            "name": "NAG MUNDARI LETTER EM"
        },
        {
            "codepoint": "1E4E8",
            "name": "NAG MUNDARI LETTER EN"
        },
        {
            "codepoint": "1E4E9",
            "name": "NAG MUNDARI LETTER ETT"
        },
        {
            "codepoint": "1E4EA",
            "name": "NAG MUNDARI LETTER ELL"
        },
        {
            "codepoint": "1E4EB",
            "name": "NAG MUNDARI SIGN OJOD",
            "comments": [
                "precedes modified letters such as AB or UD",
                "may indicate consonant gemination"
            ]
        },
        {
            "codepoint": "1E4EC",
            "name": "NAG MUNDARI SIGN MUHOR",
            "comments": [
                "vowel nasalization"
            ]
        },
        {
            "codepoint": "1E4ED",
            "name": "NAG MUNDARI SIGN TOYOR",
            "comments": [
                "indicates a long vowel"
            ]
        },
        {
            "codepoint": "1E4EE",
            "name": "NAG MUNDARI SIGN IKIR",
            "comments": [
                "vowel preceded by the 'w' sound"
            ]
        },
        {
            "codepoint": "1E4EF",
            "name": "NAG MUNDARI SIGN SUTUH",
            "comments": [
                "mostly used for close transliteration of other languages"
            ]
        },
        {
            "codepoint": "1E4F0",
            "name": "NAG MUNDARI DIGIT ZERO"
        },
        {
            "codepoint": "1E4F1",
            "name": "NAG MUNDARI DIGIT ONE"
        },
        {
            "codepoint": "1E4F2",
            "name": "NAG MUNDARI DIGIT TWO"
        },
        {
            "codepoint": "1E4F3",
            "name": "NAG MUNDARI DIGIT THREE"
        },
        {
            "codepoint": "1E4F4",
            "name": "NAG MUNDARI DIGIT FOUR"
        },
        {
            "codepoint": "1E4F5",
            "name": "NAG MUNDARI DIGIT FIVE"
        },
        {
            "codepoint": "1E4F6",
            "name": "NAG MUNDARI DIGIT SIX"
        },
        {
            "codepoint": "1E4F7",
            "name": "NAG MUNDARI DIGIT SEVEN"
        },
        {
            "codepoint": "1E4F8",
            "name": "NAG MUNDARI DIGIT EIGHT"
        },
        {
            "codepoint": "1E4F9",
            "name": "NAG MUNDARI DIGIT NINE"
        },
        {
            "codepoint": "1E5D0",
            "name": "OL ONAL LETTER O"
        },
        {
            "codepoint": "1E5D1",
            "name": "OL ONAL LETTER OM"
        },
        {
            "codepoint": "1E5D2",
            "name": "OL ONAL LETTER ONG"
        },
        {
            "codepoint": "1E5D3",
            "name": "OL ONAL LETTER ORR"
        },
        {
            "codepoint": "1E5D4",
            "name": "OL ONAL LETTER OO"
        },
        {
            "codepoint": "1E5D5",
            "name": "OL ONAL LETTER OY"
        },
        {
            "codepoint": "1E5D6",
            "name": "OL ONAL LETTER A"
        },
        {
            "codepoint": "1E5D7",
            "name": "OL ONAL LETTER AD"
        },
        {
            "codepoint": "1E5D8",
            "name": "OL ONAL LETTER AB"
        },
        {
            "codepoint": "1E5D9",
            "name": "OL ONAL LETTER AH"
        },
        {
            "codepoint": "1E5DA",
            "name": "OL ONAL LETTER AL"
        },
        {
            "codepoint": "1E5DB",
            "name": "OL ONAL LETTER AW"
        },
        {
            "codepoint": "1E5DC",
            "name": "OL ONAL LETTER I"
        },
        {
            "codepoint": "1E5DD",
            "name": "OL ONAL LETTER IT"
        },
        {
            "codepoint": "1E5DE",
            "name": "OL ONAL LETTER IP"
        },
        {
            "codepoint": "1E5DF",
            "name": "OL ONAL LETTER ITT"
        },
        {
            "codepoint": "1E5E0",
            "name": "OL ONAL LETTER ID"
        },
        {
            "codepoint": "1E5E1",
            "name": "OL ONAL LETTER IN"
        },
        {
            "codepoint": "1E5E2",
            "name": "OL ONAL LETTER U"
        },
        {
            "codepoint": "1E5E3",
            "name": "OL ONAL LETTER UK"
        },
        {
            "codepoint": "1E5E4",
            "name": "OL ONAL LETTER UDD"
        },
        {
            "codepoint": "1E5E5",
            "name": "OL ONAL LETTER UJ"
        },
        {
            "codepoint": "1E5E6",
            "name": "OL ONAL LETTER UNY"
        },
        {
            "codepoint": "1E5E7",
            "name": "OL ONAL LETTER UR"
        },
        {
            "codepoint": "1E5E8",
            "name": "OL ONAL LETTER E"
        },
        {
            "codepoint": "1E5E9",
            "name": "OL ONAL LETTER ES"
        },
        {
            "codepoint": "1E5EA",
            "name": "OL ONAL LETTER EH"
        },
        {
            "codepoint": "1E5EB",
            "name": "OL ONAL LETTER EC"
        },
        {
            "codepoint": "1E5EC",
            "name": "OL ONAL LETTER ENN"
        },
        {
            "codepoint": "1E5ED",
            "name": "OL ONAL LETTER EG"
        },
        {
            "codepoint": "1E5EE",
            "name": "OL ONAL SIGN MU"
        },
        {
            "codepoint": "1E5EF",
            "name": "OL ONAL SIGN IKIR"
        },
        {
            "codepoint": "1E5F0",
            "name": "OL ONAL SIGN HODDOND"
        },
        {
            "codepoint": "1E5F1",
            "name": "OL ONAL DIGIT ZERO"
        },
        {
            "codepoint": "1E5F2",
            "name": "OL ONAL DIGIT ONE"
        },
        {
            "codepoint": "1E5F3",
            "name": "OL ONAL DIGIT TWO"
        },
        {
            "codepoint": "1E5F4",
            "name": "OL ONAL DIGIT THREE"
        },
        {
            "codepoint": "1E5F5",
            "name": "OL ONAL DIGIT FOUR"
        },
        {
            "codepoint": "1E5F6",
            "name": "OL ONAL DIGIT FIVE"
        },
        {
            "codepoint": "1E5F7",
            "name": "OL ONAL DIGIT SIX"
        },
        {
            "codepoint": "1E5F8",
            "name": "OL ONAL DIGIT SEVEN"
        },
        {
            "codepoint": "1E5F9",
            "name": "OL ONAL DIGIT EIGHT"
        },
        {
            "codepoint": "1E5FA",
            "name": "OL ONAL DIGIT NINE"
        },
        {
            "codepoint": "1E5FF",
            "name": "OL ONAL ABBREVIATION SIGN"
        },
        {
            "codepoint": "1E7E0",
            "name": "ETHIOPIC SYLLABLE HHYA",
            "crossReferences": [
                "(ethiopic syllable xya - 2DD0)"
            ]
        },
        {
            "codepoint": "1E7E1",
            "name": "ETHIOPIC SYLLABLE HHYU",
            "crossReferences": [
                "(ethiopic syllable xyu - 2DD1)"
            ]
        },
        {
            "codepoint": "1E7E2",
            "name": "ETHIOPIC SYLLABLE HHYI",
            "crossReferences": [
                "(ethiopic syllable xyi - 2DD2)"
            ]
        },
        {
            "codepoint": "1E7E3",
            "name": "ETHIOPIC SYLLABLE HHYAA",
            "crossReferences": [
                "(ethiopic syllable xyaa - 2DD3)"
            ]
        },
        {
            "codepoint": "1E7E4",
            "name": "ETHIOPIC SYLLABLE HHYEE",
            "crossReferences": [
                "(ethiopic syllable xyee - 2DD4)"
            ]
        },
        {
            "codepoint": "1E7E5",
            "name": "ETHIOPIC SYLLABLE HHYE",
            "crossReferences": [
                "(ethiopic syllable xye - 2DD5)"
            ]
        },
        {
            "codepoint": "1E7E6",
            "name": "ETHIOPIC SYLLABLE HHYO",
            "crossReferences": [
                "(ethiopic syllable xyo - 2DD6)"
            ]
        },
        {
            "codepoint": "1E7E8",
            "name": "ETHIOPIC SYLLABLE GURAGE HHWA",
            "crossReferences": [
                "(ethiopic syllable kxwa - 12C0)"
            ]
        },
        {
            "codepoint": "1E7E9",
            "name": "ETHIOPIC SYLLABLE HHWI",
            "crossReferences": [
                "(ethiopic syllable kxwi - 12C2)"
            ]
        },
        {
            "codepoint": "1E7EA",
            "name": "ETHIOPIC SYLLABLE HHWEE",
            "crossReferences": [
                "(ethiopic syllable kxwee - 12C4)"
            ]
        },
        {
            "codepoint": "1E7EB",
            "name": "ETHIOPIC SYLLABLE HHWE",
            "crossReferences": [
                "(ethiopic syllable kxwe - 12C5)"
            ]
        },
        {
            "codepoint": "1E7ED",
            "name": "ETHIOPIC SYLLABLE GURAGE MWI",
            "crossReferences": [
                "(ethiopic syllable mwi - 1381)"
            ]
        },
        {
            "codepoint": "1E7EE",
            "name": "ETHIOPIC SYLLABLE GURAGE MWEE",
            "crossReferences": [
                "(ethiopic syllable mwee - 1382)"
            ]
        },
        {
            "codepoint": "1E7F0",
            "name": "ETHIOPIC SYLLABLE GURAGE QWI",
            "crossReferences": [
                "(ethiopic syllable qwi - 124A)"
            ]
        },
        {
            "codepoint": "1E7F1",
            "name": "ETHIOPIC SYLLABLE GURAGE QWEE",
            "crossReferences": [
                "(ethiopic syllable qwee - 124C)"
            ]
        },
        {
            "codepoint": "1E7F2",
            "name": "ETHIOPIC SYLLABLE GURAGE QWE",
            "crossReferences": [
                "(ethiopic syllable qwe - 124D)"
            ]
        },
        {
            "codepoint": "1E7F3",
            "name": "ETHIOPIC SYLLABLE GURAGE BWI",
            "crossReferences": [
                "(ethiopic syllable bwi - 1385)"
            ]
        },
        {
            "codepoint": "1E7F4",
            "name": "ETHIOPIC SYLLABLE GURAGE BWEE",
            "crossReferences": [
                "(ethiopic syllable bwee - 1386)"
            ]
        },
        {
            "codepoint": "1E7F5",
            "name": "ETHIOPIC SYLLABLE GURAGE KWI",
            "crossReferences": [
                "(ethiopic syllable kwi - 12B2)"
            ]
        },
        {
            "codepoint": "1E7F6",
            "name": "ETHIOPIC SYLLABLE GURAGE KWEE",
            "crossReferences": [
                "(ethiopic syllable kwee - 12B4)"
            ]
        },
        {
            "codepoint": "1E7F7",
            "name": "ETHIOPIC SYLLABLE GURAGE KWE",
            "crossReferences": [
                "(ethiopic syllable kwe - 12B5)"
            ]
        },
        {
            "codepoint": "1E7F8",
            "name": "ETHIOPIC SYLLABLE GURAGE GWI",
            "crossReferences": [
                "(ethiopic syllable gwi - 1312)"
            ]
        },
        {
            "codepoint": "1E7F9",
            "name": "ETHIOPIC SYLLABLE GURAGE GWEE",
            "crossReferences": [
                "(ethiopic syllable gwee - 1314)"
            ]
        },
        {
            "codepoint": "1E7FA",
            "name": "ETHIOPIC SYLLABLE GURAGE GWE",
            "crossReferences": [
                "(ethiopic syllable gwe - 1315)"
            ]
        },
        {
            "codepoint": "1E7FB",
            "name": "ETHIOPIC SYLLABLE GURAGE FWI",
            "crossReferences": [
                "(ethiopic syllable fwi - 1389)"
            ]
        },
        {
            "codepoint": "1E7FC",
            "name": "ETHIOPIC SYLLABLE GURAGE FWEE",
            "crossReferences": [
                "(ethiopic syllable fwee - 138A)"
            ]
        },
        {
            "codepoint": "1E7FD",
            "name": "ETHIOPIC SYLLABLE GURAGE PWI",
            "crossReferences": [
                "(ethiopic syllable pwi - 138D)"
            ]
        },
        {
            "codepoint": "1E7FE",
            "name": "ETHIOPIC SYLLABLE GURAGE PWEE",
            "crossReferences": [
                "(ethiopic syllable pwee - 138E)"
            ]
        },
        {
            "codepoint": "1E800",
            "name": "MENDE KIKAKUI SYLLABLE M001 KI"
        },
        {
            "codepoint": "1E801",
            "name": "MENDE KIKAKUI SYLLABLE M002 KA"
        },
        {
            "codepoint": "1E802",
            "name": "MENDE KIKAKUI SYLLABLE M003 KU"
        },
        {
            "codepoint": "1E803",
            "name": "MENDE KIKAKUI SYLLABLE M065 KEE"
        },
        {
            "codepoint": "1E804",
            "name": "MENDE KIKAKUI SYLLABLE M095 KE"
        },
        {
            "codepoint": "1E805",
            "name": "MENDE KIKAKUI SYLLABLE M076 KOO"
        },
        {
            "codepoint": "1E806",
            "name": "MENDE KIKAKUI SYLLABLE M048 KO"
        },
        {
            "codepoint": "1E807",
            "name": "MENDE KIKAKUI SYLLABLE M179 KUA",
            "comments": [
                "equivalent to Dalby M177"
            ]
        },
        {
            "codepoint": "1E808",
            "name": "MENDE KIKAKUI SYLLABLE M004 WI"
        },
        {
            "codepoint": "1E809",
            "name": "MENDE KIKAKUI SYLLABLE M005 WA"
        },
        {
            "codepoint": "1E80A",
            "name": "MENDE KIKAKUI SYLLABLE M006 WU"
        },
        {
            "codepoint": "1E80B",
            "name": "MENDE KIKAKUI SYLLABLE M126 WEE"
        },
        {
            "codepoint": "1E80C",
            "name": "MENDE KIKAKUI SYLLABLE M118 WE"
        },
        {
            "codepoint": "1E80D",
            "name": "MENDE KIKAKUI SYLLABLE M114 WOO"
        },
        {
            "codepoint": "1E80E",
            "name": "MENDE KIKAKUI SYLLABLE M045 WO"
        },
        {
            "codepoint": "1E80F",
            "name": "MENDE KIKAKUI SYLLABLE M194 WUI"
        },
        {
            "codepoint": "1E810",
            "name": "MENDE KIKAKUI SYLLABLE M143 WEI"
        },
        {
            "codepoint": "1E811",
            "name": "MENDE KIKAKUI SYLLABLE M061 WVI"
        },
        {
            "codepoint": "1E812",
            "name": "MENDE KIKAKUI SYLLABLE M049 WVA"
        },
        {
            "codepoint": "1E813",
            "name": "MENDE KIKAKUI SYLLABLE M139 WVE"
        },
        {
            "codepoint": "1E814",
            "name": "MENDE KIKAKUI SYLLABLE M007 MIN"
        },
        {
            "codepoint": "1E815",
            "name": "MENDE KIKAKUI SYLLABLE M008 MAN"
        },
        {
            "codepoint": "1E816",
            "name": "MENDE KIKAKUI SYLLABLE M009 MUN"
        },
        {
            "codepoint": "1E817",
            "name": "MENDE KIKAKUI SYLLABLE M059 MEN"
        },
        {
            "codepoint": "1E818",
            "name": "MENDE KIKAKUI SYLLABLE M094 MON"
        },
        {
            "codepoint": "1E819",
            "name": "MENDE KIKAKUI SYLLABLE M154 MUAN"
        },
        {
            "codepoint": "1E81A",
            "name": "MENDE KIKAKUI SYLLABLE M189 MUEN"
        },
        {
            "codepoint": "1E81B",
            "name": "MENDE KIKAKUI SYLLABLE M010 BI"
        },
        {
            "codepoint": "1E81C",
            "name": "MENDE KIKAKUI SYLLABLE M011 BA"
        },
        {
            "codepoint": "1E81D",
            "name": "MENDE KIKAKUI SYLLABLE M012 BU"
        },
        {
            "codepoint": "1E81E",
            "name": "MENDE KIKAKUI SYLLABLE M150 BEE"
        },
        {
            "codepoint": "1E81F",
            "name": "MENDE KIKAKUI SYLLABLE M097 BE"
        },
        {
            "codepoint": "1E820",
            "name": "MENDE KIKAKUI SYLLABLE M103 BOO"
        },
        {
            "codepoint": "1E821",
            "name": "MENDE KIKAKUI SYLLABLE M138 BO"
        },
        {
            "codepoint": "1E822",
            "name": "MENDE KIKAKUI SYLLABLE M013 I"
        },
        {
            "codepoint": "1E823",
            "name": "MENDE KIKAKUI SYLLABLE M014 A"
        },
        {
            "codepoint": "1E824",
            "name": "MENDE KIKAKUI SYLLABLE M015 U"
        },
        {
            "codepoint": "1E825",
            "name": "MENDE KIKAKUI SYLLABLE M163 EE"
        },
        {
            "codepoint": "1E826",
            "name": "MENDE KIKAKUI SYLLABLE M100 E"
        },
        {
            "codepoint": "1E827",
            "name": "MENDE KIKAKUI SYLLABLE M165 OO"
        },
        {
            "codepoint": "1E828",
            "name": "MENDE KIKAKUI SYLLABLE M147 O"
        },
        {
            "codepoint": "1E829",
            "name": "MENDE KIKAKUI SYLLABLE M137 EI"
        },
        {
            "codepoint": "1E82A",
            "name": "MENDE KIKAKUI SYLLABLE M131 IN"
        },
        {
            "codepoint": "1E82B",
            "name": "MENDE KIKAKUI SYLLABLE M135 IN",
            "comments": [
                "used for the negative particle"
            ]
        },
        {
            "codepoint": "1E82C",
            "name": "MENDE KIKAKUI SYLLABLE M195 AN",
            "comments": [
                "Dalby's M195 HO has different shape and value"
            ]
        },
        {
            "codepoint": "1E82D",
            "name": "MENDE KIKAKUI SYLLABLE M178 EN",
            "comments": [
                "equivalent to Dalby M182"
            ]
        },
        {
            "codepoint": "1E82E",
            "name": "MENDE KIKAKUI SYLLABLE M019 SI"
        },
        {
            "codepoint": "1E82F",
            "name": "MENDE KIKAKUI SYLLABLE M020 SA"
        },
        {
            "codepoint": "1E830",
            "name": "MENDE KIKAKUI SYLLABLE M021 SU"
        },
        {
            "codepoint": "1E831",
            "name": "MENDE KIKAKUI SYLLABLE M162 SEE"
        },
        {
            "codepoint": "1E832",
            "name": "MENDE KIKAKUI SYLLABLE M116 SE"
        },
        {
            "codepoint": "1E833",
            "name": "MENDE KIKAKUI SYLLABLE M136 SOO"
        },
        {
            "codepoint": "1E834",
            "name": "MENDE KIKAKUI SYLLABLE M079 SO"
        },
        {
            "codepoint": "1E835",
            "name": "MENDE KIKAKUI SYLLABLE M196 SIA",
            "comments": [
                "not in Dalby or in Mansaray"
            ]
        },
        {
            "codepoint": "1E836",
            "name": "MENDE KIKAKUI SYLLABLE M025 LI",
            "comments": [
                "equivalent to Dalby and Mansaray M022"
            ]
        },
        {
            "codepoint": "1E837",
            "name": "MENDE KIKAKUI SYLLABLE M026 LA",
            "comments": [
                "equivalent to Dalby and Mansaray M023"
            ]
        },
        {
            "codepoint": "1E838",
            "name": "MENDE KIKAKUI SYLLABLE M027 LU",
            "comments": [
                "equivalent to Dalby and Mansaray M024"
            ]
        },
        {
            "codepoint": "1E839",
            "name": "MENDE KIKAKUI SYLLABLE M084 LEE"
        },
        {
            "codepoint": "1E83A",
            "name": "MENDE KIKAKUI SYLLABLE M073 LE"
        },
        {
            "codepoint": "1E83B",
            "name": "MENDE KIKAKUI SYLLABLE M054 LOO"
        },
        {
            "codepoint": "1E83C",
            "name": "MENDE KIKAKUI SYLLABLE M153 LO"
        },
        {
            "codepoint": "1E83D",
            "name": "MENDE KIKAKUI SYLLABLE M110 LONG LE"
        },
        {
            "codepoint": "1E83E",
            "name": "MENDE KIKAKUI SYLLABLE M016 DI"
        },
        {
            "codepoint": "1E83F",
            "name": "MENDE KIKAKUI SYLLABLE M017 DA"
        },
        {
            "codepoint": "1E840",
            "name": "MENDE KIKAKUI SYLLABLE M018 DU"
        },
        {
            "codepoint": "1E841",
            "name": "MENDE KIKAKUI SYLLABLE M089 DEE"
        },
        {
            "codepoint": "1E842",
            "name": "MENDE KIKAKUI SYLLABLE M180 DOO",
            "comments": [
                "equivalent to Dalby M178"
            ]
        },
        {
            "codepoint": "1E843",
            "name": "MENDE KIKAKUI SYLLABLE M181 DO",
            "comments": [
                "equivalent to Dalby M179"
            ]
        },
        {
            "codepoint": "1E844",
            "name": "MENDE KIKAKUI SYLLABLE M022 TI",
            "comments": [
                "equivalent to Dalby and Mansaray M025"
            ]
        },
        {
            "codepoint": "1E845",
            "name": "MENDE KIKAKUI SYLLABLE M023 TA",
            "comments": [
                "equivalent to Dalby and Mansaray M026"
            ]
        },
        {
            "codepoint": "1E846",
            "name": "MENDE KIKAKUI SYLLABLE M024 TU",
            "comments": [
                "equivalent to Dalby and Mansaray M027"
            ]
        },
        {
            "codepoint": "1E847",
            "name": "MENDE KIKAKUI SYLLABLE M091 TEE"
        },
        {
            "codepoint": "1E848",
            "name": "MENDE KIKAKUI SYLLABLE M055 TE"
        },
        {
            "codepoint": "1E849",
            "name": "MENDE KIKAKUI SYLLABLE M104 TOO"
        },
        {
            "codepoint": "1E84A",
            "name": "MENDE KIKAKUI SYLLABLE M069 TO"
        },
        {
            "codepoint": "1E84B",
            "name": "MENDE KIKAKUI SYLLABLE M028 JI",
            "comments": [
                "equivalent to Mansaray M034"
            ]
        },
        {
            "codepoint": "1E84C",
            "name": "MENDE KIKAKUI SYLLABLE M029 JA",
            "comments": [
                "equivalent to Mansaray M035"
            ]
        },
        {
            "codepoint": "1E84D",
            "name": "MENDE KIKAKUI SYLLABLE M030 JU",
            "comments": [
                "equivalent to Mansaray M036"
            ]
        },
        {
            "codepoint": "1E84E",
            "name": "MENDE KIKAKUI SYLLABLE M157 JEE"
        },
        {
            "codepoint": "1E84F",
            "name": "MENDE KIKAKUI SYLLABLE M113 JE"
        },
        {
            "codepoint": "1E850",
            "name": "MENDE KIKAKUI SYLLABLE M160 JOO"
        },
        {
            "codepoint": "1E851",
            "name": "MENDE KIKAKUI SYLLABLE M063 JO"
        },
        {
            "codepoint": "1E852",
            "name": "MENDE KIKAKUI SYLLABLE M175 LONG JO"
        },
        {
            "codepoint": "1E853",
            "name": "MENDE KIKAKUI SYLLABLE M031 YI"
        },
        {
            "codepoint": "1E854",
            "name": "MENDE KIKAKUI SYLLABLE M032 YA"
        },
        {
            "codepoint": "1E855",
            "name": "MENDE KIKAKUI SYLLABLE M033 YU"
        },
        {
            "codepoint": "1E856",
            "name": "MENDE KIKAKUI SYLLABLE M109 YEE"
        },
        {
            "codepoint": "1E857",
            "name": "MENDE KIKAKUI SYLLABLE M080 YE"
        },
        {
            "codepoint": "1E858",
            "name": "MENDE KIKAKUI SYLLABLE M141 YOO"
        },
        {
            "codepoint": "1E859",
            "name": "MENDE KIKAKUI SYLLABLE M121 YO"
        },
        {
            "codepoint": "1E85A",
            "name": "MENDE KIKAKUI SYLLABLE M034 FI",
            "comments": [
                "equivalent to Mansaray M028"
            ]
        },
        {
            "codepoint": "1E85B",
            "name": "MENDE KIKAKUI SYLLABLE M035 FA",
            "comments": [
                "equivalent to Mansaray M029"
            ]
        },
        {
            "codepoint": "1E85C",
            "name": "MENDE KIKAKUI SYLLABLE M036 FU",
            "comments": [
                "equivalent to Mansaray M030"
            ]
        },
        {
            "codepoint": "1E85D",
            "name": "MENDE KIKAKUI SYLLABLE M078 FEE"
        },
        {
            "codepoint": "1E85E",
            "name": "MENDE KIKAKUI SYLLABLE M075 FE"
        },
        {
            "codepoint": "1E85F",
            "name": "MENDE KIKAKUI SYLLABLE M133 FOO"
        },
        {
            "codepoint": "1E860",
            "name": "MENDE KIKAKUI SYLLABLE M088 FO"
        },
        {
            "codepoint": "1E861",
            "name": "MENDE KIKAKUI SYLLABLE M197 FUA",
            "comments": [
                "not in Dalby or in Mansaray"
            ]
        },
        {
            "codepoint": "1E862",
            "name": "MENDE KIKAKUI SYLLABLE M101 FAN"
        },
        {
            "codepoint": "1E863",
            "name": "MENDE KIKAKUI SYLLABLE M037 NIN"
        },
        {
            "codepoint": "1E864",
            "name": "MENDE KIKAKUI SYLLABLE M038 NAN"
        },
        {
            "codepoint": "1E865",
            "name": "MENDE KIKAKUI SYLLABLE M039 NUN"
        },
        {
            "codepoint": "1E866",
            "name": "MENDE KIKAKUI SYLLABLE M117 NEN"
        },
        {
            "codepoint": "1E867",
            "name": "MENDE KIKAKUI SYLLABLE M169 NON"
        },
        {
            "codepoint": "1E868",
            "name": "MENDE KIKAKUI SYLLABLE M176 HI"
        },
        {
            "codepoint": "1E869",
            "name": "MENDE KIKAKUI SYLLABLE M041 HA"
        },
        {
            "codepoint": "1E86A",
            "name": "MENDE KIKAKUI SYLLABLE M186 HU"
        },
        {
            "codepoint": "1E86B",
            "name": "MENDE KIKAKUI SYLLABLE M040 HEE"
        },
        {
            "codepoint": "1E86C",
            "name": "MENDE KIKAKUI SYLLABLE M096 HE"
        },
        {
            "codepoint": "1E86D",
            "name": "MENDE KIKAKUI SYLLABLE M042 HOO"
        },
        {
            "codepoint": "1E86E",
            "name": "MENDE KIKAKUI SYLLABLE M140 HO"
        },
        {
            "codepoint": "1E86F",
            "name": "MENDE KIKAKUI SYLLABLE M083 HEEI"
        },
        {
            "codepoint": "1E870",
            "name": "MENDE KIKAKUI SYLLABLE M128 HOOU"
        },
        {
            "codepoint": "1E871",
            "name": "MENDE KIKAKUI SYLLABLE M053 HIN"
        },
        {
            "codepoint": "1E872",
            "name": "MENDE KIKAKUI SYLLABLE M130 HAN"
        },
        {
            "codepoint": "1E873",
            "name": "MENDE KIKAKUI SYLLABLE M087 HUN"
        },
        {
            "codepoint": "1E874",
            "name": "MENDE KIKAKUI SYLLABLE M052 HEN"
        },
        {
            "codepoint": "1E875",
            "name": "MENDE KIKAKUI SYLLABLE M193 HON",
            "comments": [
                "Dalby's M193 NGGEE has different shape and value"
            ]
        },
        {
            "codepoint": "1E876",
            "name": "MENDE KIKAKUI SYLLABLE M046 HUAN"
        },
        {
            "codepoint": "1E877",
            "name": "MENDE KIKAKUI SYLLABLE M090 NGGI"
        },
        {
            "codepoint": "1E878",
            "name": "MENDE KIKAKUI SYLLABLE M043 NGGA"
        },
        {
            "codepoint": "1E879",
            "name": "MENDE KIKAKUI SYLLABLE M082 NGGU"
        },
        {
            "codepoint": "1E87A",
            "name": "MENDE KIKAKUI SYLLABLE M115 NGGEE"
        },
        {
            "codepoint": "1E87B",
            "name": "MENDE KIKAKUI SYLLABLE M146 NGGE"
        },
        {
            "codepoint": "1E87C",
            "name": "MENDE KIKAKUI SYLLABLE M156 NGGOO"
        },
        {
            "codepoint": "1E87D",
            "name": "MENDE KIKAKUI SYLLABLE M120 NGGO"
        },
        {
            "codepoint": "1E87E",
            "name": "MENDE KIKAKUI SYLLABLE M159 NGGAA"
        },
        {
            "codepoint": "1E87F",
            "name": "MENDE KIKAKUI SYLLABLE M127 NGGUA"
        },
        {
            "codepoint": "1E880",
            "name": "MENDE KIKAKUI SYLLABLE M086 LONG NGGE"
        },
        {
            "codepoint": "1E881",
            "name": "MENDE KIKAKUI SYLLABLE M106 LONG NGGOO"
        },
        {
            "codepoint": "1E882",
            "name": "MENDE KIKAKUI SYLLABLE M183 LONG NGGO"
        },
        {
            "codepoint": "1E883",
            "name": "MENDE KIKAKUI SYLLABLE M155 GI"
        },
        {
            "codepoint": "1E884",
            "name": "MENDE KIKAKUI SYLLABLE M111 GA"
        },
        {
            "codepoint": "1E885",
            "name": "MENDE KIKAKUI SYLLABLE M168 GU"
        },
        {
            "codepoint": "1E886",
            "name": "MENDE KIKAKUI SYLLABLE M190 GEE"
        },
        {
            "codepoint": "1E887",
            "name": "MENDE KIKAKUI SYLLABLE M166 GUEI"
        },
        {
            "codepoint": "1E888",
            "name": "MENDE KIKAKUI SYLLABLE M167 GUAN"
        },
        {
            "codepoint": "1E889",
            "name": "MENDE KIKAKUI SYLLABLE M184 NGEN"
        },
        {
            "codepoint": "1E88A",
            "name": "MENDE KIKAKUI SYLLABLE M057 NGON"
        },
        {
            "codepoint": "1E88B",
            "name": "MENDE KIKAKUI SYLLABLE M177 NGUAN",
            "comments": [
                "equivalent to Dalby M181"
            ]
        },
        {
            "codepoint": "1E88C",
            "name": "MENDE KIKAKUI SYLLABLE M068 PI"
        },
        {
            "codepoint": "1E88D",
            "name": "MENDE KIKAKUI SYLLABLE M099 PA"
        },
        {
            "codepoint": "1E88E",
            "name": "MENDE KIKAKUI SYLLABLE M050 PU"
        },
        {
            "codepoint": "1E88F",
            "name": "MENDE KIKAKUI SYLLABLE M081 PEE"
        },
        {
            "codepoint": "1E890",
            "name": "MENDE KIKAKUI SYLLABLE M051 PE"
        },
        {
            "codepoint": "1E891",
            "name": "MENDE KIKAKUI SYLLABLE M102 POO"
        },
        {
            "codepoint": "1E892",
            "name": "MENDE KIKAKUI SYLLABLE M066 PO"
        },
        {
            "codepoint": "1E893",
            "name": "MENDE KIKAKUI SYLLABLE M145 MBI"
        },
        {
            "codepoint": "1E894",
            "name": "MENDE KIKAKUI SYLLABLE M062 MBA"
        },
        {
            "codepoint": "1E895",
            "name": "MENDE KIKAKUI SYLLABLE M122 MBU"
        },
        {
            "codepoint": "1E896",
            "name": "MENDE KIKAKUI SYLLABLE M047 MBEE"
        },
        {
            "codepoint": "1E897",
            "name": "MENDE KIKAKUI SYLLABLE M188 MBEE"
        },
        {
            "codepoint": "1E898",
            "name": "MENDE KIKAKUI SYLLABLE M072 MBE"
        },
        {
            "codepoint": "1E899",
            "name": "MENDE KIKAKUI SYLLABLE M172 MBOO",
            "other": [
                "MENDE KIKAKUI SYLLABLE M172 MBO"
            ],
            "comments": [
                "this and the following character had swapped transliterations of the vowels in their names"
            ]
        },
        {
            "codepoint": "1E89A",
            "name": "MENDE KIKAKUI SYLLABLE M174 MBO",
            "other": [
                "MENDE KIKAKUI SYLLABLE M174 MBOO"
            ]
        },
        {
            "codepoint": "1E89B",
            "name": "MENDE KIKAKUI SYLLABLE M187 MBUU"
        },
        {
            "codepoint": "1E89C",
            "name": "MENDE KIKAKUI SYLLABLE M161 LONG MBE"
        },
        {
            "codepoint": "1E89D",
            "name": "MENDE KIKAKUI SYLLABLE M105 LONG MBOO"
        },
        {
            "codepoint": "1E89E",
            "name": "MENDE KIKAKUI SYLLABLE M142 LONG MBO"
        },
        {
            "codepoint": "1E89F",
            "name": "MENDE KIKAKUI SYLLABLE M132 KPI"
        },
        {
            "codepoint": "1E8A0",
            "name": "MENDE KIKAKUI SYLLABLE M092 KPA"
        },
        {
            "codepoint": "1E8A1",
            "name": "MENDE KIKAKUI SYLLABLE M074 KPU"
        },
        {
            "codepoint": "1E8A2",
            "name": "MENDE KIKAKUI SYLLABLE M044 KPEE"
        },
        {
            "codepoint": "1E8A3",
            "name": "MENDE KIKAKUI SYLLABLE M108 KPE"
        },
        {
            "codepoint": "1E8A4",
            "name": "MENDE KIKAKUI SYLLABLE M112 KPOO"
        },
        {
            "codepoint": "1E8A5",
            "name": "MENDE KIKAKUI SYLLABLE M158 KPO"
        },
        {
            "codepoint": "1E8A6",
            "name": "MENDE KIKAKUI SYLLABLE M124 GBI"
        },
        {
            "codepoint": "1E8A7",
            "name": "MENDE KIKAKUI SYLLABLE M056 GBA"
        },
        {
            "codepoint": "1E8A8",
            "name": "MENDE KIKAKUI SYLLABLE M148 GBU"
        },
        {
            "codepoint": "1E8A9",
            "name": "MENDE KIKAKUI SYLLABLE M093 GBEE"
        },
        {
            "codepoint": "1E8AA",
            "name": "MENDE KIKAKUI SYLLABLE M107 GBE"
        },
        {
            "codepoint": "1E8AB",
            "name": "MENDE KIKAKUI SYLLABLE M071 GBOO"
        },
        {
            "codepoint": "1E8AC",
            "name": "MENDE KIKAKUI SYLLABLE M070 GBO"
        },
        {
            "codepoint": "1E8AD",
            "name": "MENDE KIKAKUI SYLLABLE M171 RA"
        },
        {
            "codepoint": "1E8AE",
            "name": "MENDE KIKAKUI SYLLABLE M123 NDI"
        },
        {
            "codepoint": "1E8AF",
            "name": "MENDE KIKAKUI SYLLABLE M129 NDA"
        },
        {
            "codepoint": "1E8B0",
            "name": "MENDE KIKAKUI SYLLABLE M125 NDU"
        },
        {
            "codepoint": "1E8B1",
            "name": "MENDE KIKAKUI SYLLABLE M191 NDEE"
        },
        {
            "codepoint": "1E8B2",
            "name": "MENDE KIKAKUI SYLLABLE M119 NDE"
        },
        {
            "codepoint": "1E8B3",
            "name": "MENDE KIKAKUI SYLLABLE M067 NDOO"
        },
        {
            "codepoint": "1E8B4",
            "name": "MENDE KIKAKUI SYLLABLE M064 NDO"
        },
        {
            "codepoint": "1E8B5",
            "name": "MENDE KIKAKUI SYLLABLE M152 NJA"
        },
        {
            "codepoint": "1E8B6",
            "name": "MENDE KIKAKUI SYLLABLE M192 NJU"
        },
        {
            "codepoint": "1E8B7",
            "name": "MENDE KIKAKUI SYLLABLE M149 NJEE"
        },
        {
            "codepoint": "1E8B8",
            "name": "MENDE KIKAKUI SYLLABLE M134 NJOO"
        },
        {
            "codepoint": "1E8B9",
            "name": "MENDE KIKAKUI SYLLABLE M182 VI",
            "comments": [
                "equivalent to Dalby M180"
            ]
        },
        {
            "codepoint": "1E8BA",
            "name": "MENDE KIKAKUI SYLLABLE M185 VA"
        },
        {
            "codepoint": "1E8BB",
            "name": "MENDE KIKAKUI SYLLABLE M151 VU"
        },
        {
            "codepoint": "1E8BC",
            "name": "MENDE KIKAKUI SYLLABLE M173 VEE"
        },
        {
            "codepoint": "1E8BD",
            "name": "MENDE KIKAKUI SYLLABLE M085 VE"
        },
        {
            "codepoint": "1E8BE",
            "name": "MENDE KIKAKUI SYLLABLE M144 VOO"
        },
        {
            "codepoint": "1E8BF",
            "name": "MENDE KIKAKUI SYLLABLE M077 VO"
        },
        {
            "codepoint": "1E8C0",
            "name": "MENDE KIKAKUI SYLLABLE M164 NYIN"
        },
        {
            "codepoint": "1E8C1",
            "name": "MENDE KIKAKUI SYLLABLE M058 NYAN"
        },
        {
            "codepoint": "1E8C2",
            "name": "MENDE KIKAKUI SYLLABLE M170 NYUN"
        },
        {
            "codepoint": "1E8C3",
            "name": "MENDE KIKAKUI SYLLABLE M098 NYEN"
        },
        {
            "codepoint": "1E8C4",
            "name": "MENDE KIKAKUI SYLLABLE M060 NYON"
        },
        {
            "codepoint": "1E8C7",
            "name": "MENDE KIKAKUI DIGIT ONE"
        },
        {
            "codepoint": "1E8C8",
            "name": "MENDE KIKAKUI DIGIT TWO"
        },
        {
            "codepoint": "1E8C9",
            "name": "MENDE KIKAKUI DIGIT THREE"
        },
        {
            "codepoint": "1E8CA",
            "name": "MENDE KIKAKUI DIGIT FOUR"
        },
        {
            "codepoint": "1E8CB",
            "name": "MENDE KIKAKUI DIGIT FIVE"
        },
        {
            "codepoint": "1E8CC",
            "name": "MENDE KIKAKUI DIGIT SIX"
        },
        {
            "codepoint": "1E8CD",
            "name": "MENDE KIKAKUI DIGIT SEVEN"
        },
        {
            "codepoint": "1E8CE",
            "name": "MENDE KIKAKUI DIGIT EIGHT"
        },
        {
            "codepoint": "1E8CF",
            "name": "MENDE KIKAKUI DIGIT NINE"
        },
        {
            "codepoint": "1E8D0",
            "name": "MENDE KIKAKUI COMBINING NUMBER TEENS"
        },
        {
            "codepoint": "1E8D1",
            "name": "MENDE KIKAKUI COMBINING NUMBER TENS"
        },
        {
            "codepoint": "1E8D2",
            "name": "MENDE KIKAKUI COMBINING NUMBER HUNDREDS"
        },
        {
            "codepoint": "1E8D3",
            "name": "MENDE KIKAKUI COMBINING NUMBER THOUSANDS"
        },
        {
            "codepoint": "1E8D4",
            "name": "MENDE KIKAKUI COMBINING NUMBER TEN THOUSANDS"
        },
        {
            "codepoint": "1E8D5",
            "name": "MENDE KIKAKUI COMBINING NUMBER HUNDRED THOUSANDS"
        },
        {
            "codepoint": "1E8D6",
            "name": "MENDE KIKAKUI COMBINING NUMBER MILLIONS"
        },
        {
            "codepoint": "1E900",
            "name": "ADLAM CAPITAL LETTER ALIF"
        },
        {
            "codepoint": "1E901",
            "name": "ADLAM CAPITAL LETTER DAALI"
        },
        {
            "codepoint": "1E902",
            "name": "ADLAM CAPITAL LETTER LAAM"
        },
        {
            "codepoint": "1E903",
            "name": "ADLAM CAPITAL LETTER MIIM"
        },
        {
            "codepoint": "1E904",
            "name": "ADLAM CAPITAL LETTER BA"
        },
        {
            "codepoint": "1E905",
            "name": "ADLAM CAPITAL LETTER SINNYIIYHE"
        },
        {
            "codepoint": "1E906",
            "name": "ADLAM CAPITAL LETTER PE"
        },
        {
            "codepoint": "1E907",
            "name": "ADLAM CAPITAL LETTER BHE"
        },
        {
            "codepoint": "1E908",
            "name": "ADLAM CAPITAL LETTER RA"
        },
        {
            "codepoint": "1E909",
            "name": "ADLAM CAPITAL LETTER E"
        },
        {
            "codepoint": "1E90A",
            "name": "ADLAM CAPITAL LETTER FA"
        },
        {
            "codepoint": "1E90B",
            "name": "ADLAM CAPITAL LETTER I"
        },
        {
            "codepoint": "1E90C",
            "name": "ADLAM CAPITAL LETTER O"
        },
        {
            "codepoint": "1E90D",
            "name": "ADLAM CAPITAL LETTER DHA"
        },
        {
            "codepoint": "1E90E",
            "name": "ADLAM CAPITAL LETTER YHE"
        },
        {
            "codepoint": "1E90F",
            "name": "ADLAM CAPITAL LETTER WAW"
        },
        {
            "codepoint": "1E910",
            "name": "ADLAM CAPITAL LETTER NUN"
        },
        {
            "codepoint": "1E911",
            "name": "ADLAM CAPITAL LETTER KAF"
        },
        {
            "codepoint": "1E912",
            "name": "ADLAM CAPITAL LETTER YA"
        },
        {
            "codepoint": "1E913",
            "name": "ADLAM CAPITAL LETTER U"
        },
        {
            "codepoint": "1E914",
            "name": "ADLAM CAPITAL LETTER JIIM"
        },
        {
            "codepoint": "1E915",
            "name": "ADLAM CAPITAL LETTER CHI"
        },
        {
            "codepoint": "1E916",
            "name": "ADLAM CAPITAL LETTER HA"
        },
        {
            "codepoint": "1E917",
            "name": "ADLAM CAPITAL LETTER QAAF"
        },
        {
            "codepoint": "1E918",
            "name": "ADLAM CAPITAL LETTER GA"
        },
        {
            "codepoint": "1E919",
            "name": "ADLAM CAPITAL LETTER NYA"
        },
        {
            "codepoint": "1E91A",
            "name": "ADLAM CAPITAL LETTER TU"
        },
        {
            "codepoint": "1E91B",
            "name": "ADLAM CAPITAL LETTER NHA"
        },
        {
            "codepoint": "1E91C",
            "name": "ADLAM CAPITAL LETTER VA"
        },
        {
            "codepoint": "1E91D",
            "name": "ADLAM CAPITAL LETTER KHA"
        },
        {
            "codepoint": "1E91E",
            "name": "ADLAM CAPITAL LETTER GBE"
        },
        {
            "codepoint": "1E91F",
            "name": "ADLAM CAPITAL LETTER ZAL"
        },
        {
            "codepoint": "1E920",
            "name": "ADLAM CAPITAL LETTER KPO"
        },
        {
            "codepoint": "1E921",
            "name": "ADLAM CAPITAL LETTER SHA"
        },
        {
            "codepoint": "1E922",
            "name": "ADLAM SMALL LETTER ALIF"
        },
        {
            "codepoint": "1E923",
            "name": "ADLAM SMALL LETTER DAALI"
        },
        {
            "codepoint": "1E924",
            "name": "ADLAM SMALL LETTER LAAM"
        },
        {
            "codepoint": "1E925",
            "name": "ADLAM SMALL LETTER MIIM"
        },
        {
            "codepoint": "1E926",
            "name": "ADLAM SMALL LETTER BA"
        },
        {
            "codepoint": "1E927",
            "name": "ADLAM SMALL LETTER SINNYIIYHE"
        },
        {
            "codepoint": "1E928",
            "name": "ADLAM SMALL LETTER PE"
        },
        {
            "codepoint": "1E929",
            "name": "ADLAM SMALL LETTER BHE"
        },
        {
            "codepoint": "1E92A",
            "name": "ADLAM SMALL LETTER RA"
        },
        {
            "codepoint": "1E92B",
            "name": "ADLAM SMALL LETTER E"
        },
        {
            "codepoint": "1E92C",
            "name": "ADLAM SMALL LETTER FA"
        },
        {
            "codepoint": "1E92D",
            "name": "ADLAM SMALL LETTER I"
        },
        {
            "codepoint": "1E92E",
            "name": "ADLAM SMALL LETTER O"
        },
        {
            "codepoint": "1E92F",
            "name": "ADLAM SMALL LETTER DHA"
        },
        {
            "codepoint": "1E930",
            "name": "ADLAM SMALL LETTER YHE"
        },
        {
            "codepoint": "1E931",
            "name": "ADLAM SMALL LETTER WAW"
        },
        {
            "codepoint": "1E932",
            "name": "ADLAM SMALL LETTER NUN"
        },
        {
            "codepoint": "1E933",
            "name": "ADLAM SMALL LETTER KAF"
        },
        {
            "codepoint": "1E934",
            "name": "ADLAM SMALL LETTER YA"
        },
        {
            "codepoint": "1E935",
            "name": "ADLAM SMALL LETTER U"
        },
        {
            "codepoint": "1E936",
            "name": "ADLAM SMALL LETTER JIIM"
        },
        {
            "codepoint": "1E937",
            "name": "ADLAM SMALL LETTER CHI"
        },
        {
            "codepoint": "1E938",
            "name": "ADLAM SMALL LETTER HA"
        },
        {
            "codepoint": "1E939",
            "name": "ADLAM SMALL LETTER QAAF"
        },
        {
            "codepoint": "1E93A",
            "name": "ADLAM SMALL LETTER GA"
        },
        {
            "codepoint": "1E93B",
            "name": "ADLAM SMALL LETTER NYA"
        },
        {
            "codepoint": "1E93C",
            "name": "ADLAM SMALL LETTER TU"
        },
        {
            "codepoint": "1E93D",
            "name": "ADLAM SMALL LETTER NHA"
        },
        {
            "codepoint": "1E93E",
            "name": "ADLAM SMALL LETTER VA"
        },
        {
            "codepoint": "1E93F",
            "name": "ADLAM SMALL LETTER KHA"
        },
        {
            "codepoint": "1E940",
            "name": "ADLAM SMALL LETTER GBE"
        },
        {
            "codepoint": "1E941",
            "name": "ADLAM SMALL LETTER ZAL"
        },
        {
            "codepoint": "1E942",
            "name": "ADLAM SMALL LETTER KPO"
        },
        {
            "codepoint": "1E943",
            "name": "ADLAM SMALL LETTER SHA"
        },
        {
            "codepoint": "1E944",
            "name": "ADLAM ALIF LENGTHENER"
        },
        {
            "codepoint": "1E945",
            "name": "ADLAM VOWEL LENGTHENER"
        },
        {
            "codepoint": "1E946",
            "name": "ADLAM GEMINATION MARK"
        },
        {
            "codepoint": "1E947",
            "name": "ADLAM HAMZA"
        },
        {
            "codepoint": "1E948",
            "name": "ADLAM CONSONANT MODIFIER"
        },
        {
            "codepoint": "1E949",
            "name": "ADLAM GEMINATE CONSONANT MODIFIER"
        },
        {
            "codepoint": "1E94A",
            "name": "ADLAM NUKTA",
            "comments": [
                "called hoortobbhere when drawn above and lestobbhere when drawn below the base character"
            ]
        },
        {
            "codepoint": "1E94B",
            "name": "ADLAM NASALIZATION MARK",
            "comments": [
                "indicates prenasalization of succeeding consonant letter"
            ]
        },
        {
            "codepoint": "1E950",
            "name": "ADLAM DIGIT ZERO"
        },
        {
            "codepoint": "1E951",
            "name": "ADLAM DIGIT ONE"
        },
        {
            "codepoint": "1E952",
            "name": "ADLAM DIGIT TWO"
        },
        {
            "codepoint": "1E953",
            "name": "ADLAM DIGIT THREE"
        },
        {
            "codepoint": "1E954",
            "name": "ADLAM DIGIT FOUR"
        },
        {
            "codepoint": "1E955",
            "name": "ADLAM DIGIT FIVE"
        },
        {
            "codepoint": "1E956",
            "name": "ADLAM DIGIT SIX"
        },
        {
            "codepoint": "1E957",
            "name": "ADLAM DIGIT SEVEN"
        },
        {
            "codepoint": "1E958",
            "name": "ADLAM DIGIT EIGHT"
        },
        {
            "codepoint": "1E959",
            "name": "ADLAM DIGIT NINE"
        },
        {
            "codepoint": "1E95E",
            "name": "ADLAM INITIAL EXCLAMATION MARK"
        },
        {
            "codepoint": "1E95F",
            "name": "ADLAM INITIAL QUESTION MARK"
        },
        {
            "codepoint": "1EC71",
            "name": "INDIC SIYAQ NUMBER ONE"
        },
        {
            "codepoint": "1EC72",
            "name": "INDIC SIYAQ NUMBER TWO"
        },
        {
            "codepoint": "1EC73",
            "name": "INDIC SIYAQ NUMBER THREE"
        },
        {
            "codepoint": "1EC74",
            "name": "INDIC SIYAQ NUMBER FOUR"
        },
        {
            "codepoint": "1EC75",
            "name": "INDIC SIYAQ NUMBER FIVE"
        },
        {
            "codepoint": "1EC76",
            "name": "INDIC SIYAQ NUMBER SIX"
        },
        {
            "codepoint": "1EC77",
            "name": "INDIC SIYAQ NUMBER SEVEN"
        },
        {
            "codepoint": "1EC78",
            "name": "INDIC SIYAQ NUMBER EIGHT"
        },
        {
            "codepoint": "1EC79",
            "name": "INDIC SIYAQ NUMBER NINE"
        },
        {
            "codepoint": "1EC7A",
            "name": "INDIC SIYAQ NUMBER TEN"
        },
        {
            "codepoint": "1EC7B",
            "name": "INDIC SIYAQ NUMBER TWENTY"
        },
        {
            "codepoint": "1EC7C",
            "name": "INDIC SIYAQ NUMBER THIRTY"
        },
        {
            "codepoint": "1EC7D",
            "name": "INDIC SIYAQ NUMBER FORTY"
        },
        {
            "codepoint": "1EC7E",
            "name": "INDIC SIYAQ NUMBER FIFTY"
        },
        {
            "codepoint": "1EC7F",
            "name": "INDIC SIYAQ NUMBER SIXTY"
        },
        {
            "codepoint": "1EC80",
            "name": "INDIC SIYAQ NUMBER SEVENTY"
        },
        {
            "codepoint": "1EC81",
            "name": "INDIC SIYAQ NUMBER EIGHTY"
        },
        {
            "codepoint": "1EC82",
            "name": "INDIC SIYAQ NUMBER NINETY"
        },
        {
            "codepoint": "1EC83",
            "name": "INDIC SIYAQ NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "1EC84",
            "name": "INDIC SIYAQ NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "1EC85",
            "name": "INDIC SIYAQ NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "1EC86",
            "name": "INDIC SIYAQ NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "1EC87",
            "name": "INDIC SIYAQ NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "1EC88",
            "name": "INDIC SIYAQ NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "1EC89",
            "name": "INDIC SIYAQ NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "1EC8A",
            "name": "INDIC SIYAQ NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "1EC8B",
            "name": "INDIC SIYAQ NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "1EC8C",
            "name": "INDIC SIYAQ NUMBER ONE THOUSAND"
        },
        {
            "codepoint": "1EC8D",
            "name": "INDIC SIYAQ NUMBER TWO THOUSAND"
        },
        {
            "codepoint": "1EC8E",
            "name": "INDIC SIYAQ NUMBER THREE THOUSAND"
        },
        {
            "codepoint": "1EC8F",
            "name": "INDIC SIYAQ NUMBER FOUR THOUSAND"
        },
        {
            "codepoint": "1EC90",
            "name": "INDIC SIYAQ NUMBER FIVE THOUSAND"
        },
        {
            "codepoint": "1EC91",
            "name": "INDIC SIYAQ NUMBER SIX THOUSAND"
        },
        {
            "codepoint": "1EC92",
            "name": "INDIC SIYAQ NUMBER SEVEN THOUSAND"
        },
        {
            "codepoint": "1EC93",
            "name": "INDIC SIYAQ NUMBER EIGHT THOUSAND"
        },
        {
            "codepoint": "1EC94",
            "name": "INDIC SIYAQ NUMBER NINE THOUSAND"
        },
        {
            "codepoint": "1EC95",
            "name": "INDIC SIYAQ NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "1EC96",
            "name": "INDIC SIYAQ NUMBER TWENTY THOUSAND"
        },
        {
            "codepoint": "1EC97",
            "name": "INDIC SIYAQ NUMBER THIRTY THOUSAND"
        },
        {
            "codepoint": "1EC98",
            "name": "INDIC SIYAQ NUMBER FORTY THOUSAND"
        },
        {
            "codepoint": "1EC99",
            "name": "INDIC SIYAQ NUMBER FIFTY THOUSAND"
        },
        {
            "codepoint": "1EC9A",
            "name": "INDIC SIYAQ NUMBER SIXTY THOUSAND"
        },
        {
            "codepoint": "1EC9B",
            "name": "INDIC SIYAQ NUMBER SEVENTY THOUSAND"
        },
        {
            "codepoint": "1EC9C",
            "name": "INDIC SIYAQ NUMBER EIGHTY THOUSAND"
        },
        {
            "codepoint": "1EC9D",
            "name": "INDIC SIYAQ NUMBER NINETY THOUSAND"
        },
        {
            "codepoint": "1EC9E",
            "name": "INDIC SIYAQ NUMBER LAKH",
            "aliases": [
                "1 lakh",
                "100,000"
            ]
        },
        {
            "codepoint": "1EC9F",
            "name": "INDIC SIYAQ NUMBER LAKHAN",
            "aliases": [
                "2 lakh",
                "200,000"
            ]
        },
        {
            "codepoint": "1ECA0",
            "name": "INDIC SIYAQ LAKH MARK",
            "comments": [
                "used as a mark for denoting other lakh values"
            ]
        },
        {
            "codepoint": "1ECA1",
            "name": "INDIC SIYAQ NUMBER KAROR",
            "aliases": [
                "1 crore",
                "10 million",
                "100 lakh"
            ],
            "comments": [
                "used as a mark for denoting crores"
            ]
        },
        {
            "codepoint": "1ECA2",
            "name": "INDIC SIYAQ NUMBER KARORAN",
            "aliases": [
                "2 crore",
                "20 million",
                "200 lakh"
            ]
        },
        {
            "codepoint": "1ECA3",
            "name": "INDIC SIYAQ NUMBER PREFIXED ONE"
        },
        {
            "codepoint": "1ECA4",
            "name": "INDIC SIYAQ NUMBER PREFIXED TWO"
        },
        {
            "codepoint": "1ECA5",
            "name": "INDIC SIYAQ NUMBER PREFIXED THREE"
        },
        {
            "codepoint": "1ECA6",
            "name": "INDIC SIYAQ NUMBER PREFIXED FOUR"
        },
        {
            "codepoint": "1ECA7",
            "name": "INDIC SIYAQ NUMBER PREFIXED FIVE"
        },
        {
            "codepoint": "1ECA8",
            "name": "INDIC SIYAQ NUMBER PREFIXED SIX"
        },
        {
            "codepoint": "1ECA9",
            "name": "INDIC SIYAQ NUMBER PREFIXED SEVEN"
        },
        {
            "codepoint": "1ECAA",
            "name": "INDIC SIYAQ NUMBER PREFIXED EIGHT"
        },
        {
            "codepoint": "1ECAB",
            "name": "INDIC SIYAQ NUMBER PREFIXED NINE"
        },
        {
            "codepoint": "1ECAC",
            "name": "INDIC SIYAQ PLACEHOLDER"
        },
        {
            "codepoint": "1ECAD",
            "name": "INDIC SIYAQ FRACTION ONE QUARTER"
        },
        {
            "codepoint": "1ECAE",
            "name": "INDIC SIYAQ FRACTION ONE HALF"
        },
        {
            "codepoint": "1ECAF",
            "name": "INDIC SIYAQ FRACTION THREE QUARTERS"
        },
        {
            "codepoint": "1ECB0",
            "name": "INDIC SIYAQ RUPEE MARK"
        },
        {
            "codepoint": "1ECB1",
            "name": "INDIC SIYAQ NUMBER ALTERNATE ONE"
        },
        {
            "codepoint": "1ECB2",
            "name": "INDIC SIYAQ NUMBER ALTERNATE TWO"
        },
        {
            "codepoint": "1ECB3",
            "name": "INDIC SIYAQ NUMBER ALTERNATE TEN THOUSAND"
        },
        {
            "codepoint": "1ECB4",
            "name": "INDIC SIYAQ ALTERNATE LAKH MARK"
        },
        {
            "codepoint": "1ED01",
            "name": "OTTOMAN SIYAQ NUMBER ONE"
        },
        {
            "codepoint": "1ED02",
            "name": "OTTOMAN SIYAQ NUMBER TWO"
        },
        {
            "codepoint": "1ED03",
            "name": "OTTOMAN SIYAQ NUMBER THREE"
        },
        {
            "codepoint": "1ED04",
            "name": "OTTOMAN SIYAQ NUMBER FOUR"
        },
        {
            "codepoint": "1ED05",
            "name": "OTTOMAN SIYAQ NUMBER FIVE"
        },
        {
            "codepoint": "1ED06",
            "name": "OTTOMAN SIYAQ NUMBER SIX"
        },
        {
            "codepoint": "1ED07",
            "name": "OTTOMAN SIYAQ NUMBER SEVEN"
        },
        {
            "codepoint": "1ED08",
            "name": "OTTOMAN SIYAQ NUMBER EIGHT"
        },
        {
            "codepoint": "1ED09",
            "name": "OTTOMAN SIYAQ NUMBER NINE"
        },
        {
            "codepoint": "1ED0A",
            "name": "OTTOMAN SIYAQ NUMBER TEN"
        },
        {
            "codepoint": "1ED0B",
            "name": "OTTOMAN SIYAQ NUMBER TWENTY"
        },
        {
            "codepoint": "1ED0C",
            "name": "OTTOMAN SIYAQ NUMBER THIRTY"
        },
        {
            "codepoint": "1ED0D",
            "name": "OTTOMAN SIYAQ NUMBER FORTY"
        },
        {
            "codepoint": "1ED0E",
            "name": "OTTOMAN SIYAQ NUMBER FIFTY"
        },
        {
            "codepoint": "1ED0F",
            "name": "OTTOMAN SIYAQ NUMBER SIXTY"
        },
        {
            "codepoint": "1ED10",
            "name": "OTTOMAN SIYAQ NUMBER SEVENTY"
        },
        {
            "codepoint": "1ED11",
            "name": "OTTOMAN SIYAQ NUMBER EIGHTY"
        },
        {
            "codepoint": "1ED12",
            "name": "OTTOMAN SIYAQ NUMBER NINETY"
        },
        {
            "codepoint": "1ED13",
            "name": "OTTOMAN SIYAQ NUMBER ONE HUNDRED"
        },
        {
            "codepoint": "1ED14",
            "name": "OTTOMAN SIYAQ NUMBER TWO HUNDRED"
        },
        {
            "codepoint": "1ED15",
            "name": "OTTOMAN SIYAQ NUMBER THREE HUNDRED"
        },
        {
            "codepoint": "1ED16",
            "name": "OTTOMAN SIYAQ NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "1ED17",
            "name": "OTTOMAN SIYAQ NUMBER FIVE HUNDRED"
        },
        {
            "codepoint": "1ED18",
            "name": "OTTOMAN SIYAQ NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "1ED19",
            "name": "OTTOMAN SIYAQ NUMBER SEVEN HUNDRED"
        },
        {
            "codepoint": "1ED1A",
            "name": "OTTOMAN SIYAQ NUMBER EIGHT HUNDRED"
        },
        {
            "codepoint": "1ED1B",
            "name": "OTTOMAN SIYAQ NUMBER NINE HUNDRED"
        },
        {
            "codepoint": "1ED1C",
            "name": "OTTOMAN SIYAQ NUMBER ONE THOUSAND",
            "aliases": [
                "thousands multiplier"
            ]
        },
        {
            "codepoint": "1ED1D",
            "name": "OTTOMAN SIYAQ NUMBER TWO THOUSAND"
        },
        {
            "codepoint": "1ED1E",
            "name": "OTTOMAN SIYAQ NUMBER THREE THOUSAND"
        },
        {
            "codepoint": "1ED1F",
            "name": "OTTOMAN SIYAQ NUMBER FOUR THOUSAND"
        },
        {
            "codepoint": "1ED20",
            "name": "OTTOMAN SIYAQ NUMBER FIVE THOUSAND"
        },
        {
            "codepoint": "1ED21",
            "name": "OTTOMAN SIYAQ NUMBER SIX THOUSAND"
        },
        {
            "codepoint": "1ED22",
            "name": "OTTOMAN SIYAQ NUMBER SEVEN THOUSAND"
        },
        {
            "codepoint": "1ED23",
            "name": "OTTOMAN SIYAQ NUMBER EIGHT THOUSAND"
        },
        {
            "codepoint": "1ED24",
            "name": "OTTOMAN SIYAQ NUMBER NINE THOUSAND"
        },
        {
            "codepoint": "1ED25",
            "name": "OTTOMAN SIYAQ NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "1ED26",
            "name": "OTTOMAN SIYAQ NUMBER TWENTY THOUSAND"
        },
        {
            "codepoint": "1ED27",
            "name": "OTTOMAN SIYAQ NUMBER THIRTY THOUSAND"
        },
        {
            "codepoint": "1ED28",
            "name": "OTTOMAN SIYAQ NUMBER FORTY THOUSAND"
        },
        {
            "codepoint": "1ED29",
            "name": "OTTOMAN SIYAQ NUMBER FIFTY THOUSAND"
        },
        {
            "codepoint": "1ED2A",
            "name": "OTTOMAN SIYAQ NUMBER SIXTY THOUSAND"
        },
        {
            "codepoint": "1ED2B",
            "name": "OTTOMAN SIYAQ NUMBER SEVENTY THOUSAND"
        },
        {
            "codepoint": "1ED2C",
            "name": "OTTOMAN SIYAQ NUMBER EIGHTY THOUSAND"
        },
        {
            "codepoint": "1ED2D",
            "name": "OTTOMAN SIYAQ NUMBER NINETY THOUSAND"
        },
        {
            "codepoint": "1ED2E",
            "name": "OTTOMAN SIYAQ MARRATAN",
            "aliases": [
                "meretten, merre"
            ],
            "comments": [
                "used with one thousand for representing millions"
            ]
        },
        {
            "codepoint": "1ED2F",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER TWO"
        },
        {
            "codepoint": "1ED30",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER THREE"
        },
        {
            "codepoint": "1ED31",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER FOUR"
        },
        {
            "codepoint": "1ED32",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER FIVE"
        },
        {
            "codepoint": "1ED33",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER SIX"
        },
        {
            "codepoint": "1ED34",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER SEVEN"
        },
        {
            "codepoint": "1ED35",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER EIGHT"
        },
        {
            "codepoint": "1ED36",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER NINE"
        },
        {
            "codepoint": "1ED37",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER TEN"
        },
        {
            "codepoint": "1ED38",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER FOUR HUNDRED"
        },
        {
            "codepoint": "1ED39",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER SIX HUNDRED"
        },
        {
            "codepoint": "1ED3A",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER TWO THOUSAND"
        },
        {
            "codepoint": "1ED3B",
            "name": "OTTOMAN SIYAQ ALTERNATE NUMBER TEN THOUSAND"
        },
        {
            "codepoint": "1ED3C",
            "name": "OTTOMAN SIYAQ FRACTION ONE HALF"
        },
        {
            "codepoint": "1ED3D",
            "name": "OTTOMAN SIYAQ FRACTION ONE SIXTH"
        },
        {
            "codepoint": "1EE00",
            "name": "ARABIC MATHEMATICAL ALEF",
            "crossReferences": [
                "(arabic letter alef isolated form - FE8D)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0627",
                    "arabic",
                    "letter alef"
                ]
            ]
        },
        {
            "codepoint": "1EE01",
            "name": "ARABIC MATHEMATICAL BEH",
            "crossReferences": [
                "(arabic letter beh isolated form - FE8F)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0628",
                    "arabic",
                    "letter beh"
                ]
            ]
        },
        {
            "codepoint": "1EE02",
            "name": "ARABIC MATHEMATICAL JEEM",
            "crossReferences": [
                "(arabic letter jeem isolated form - FE9D)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EE03",
            "name": "ARABIC MATHEMATICAL DAL",
            "crossReferences": [
                "(arabic letter dal isolated form - FEA9)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062F",
                    "arabic",
                    "letter dal"
                ]
            ]
        },
        {
            "codepoint": "1EE05",
            "name": "ARABIC MATHEMATICAL WAW",
            "crossReferences": [
                "(arabic letter waw isolated form - FEED)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0648",
                    "arabic",
                    "letter waw"
                ]
            ]
        },
        {
            "codepoint": "1EE06",
            "name": "ARABIC MATHEMATICAL ZAIN",
            "crossReferences": [
                "(arabic letter zain isolated form - FEAF)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0632",
                    "arabic",
                    "letter zain"
                ]
            ]
        },
        {
            "codepoint": "1EE07",
            "name": "ARABIC MATHEMATICAL HAH",
            "crossReferences": [
                "(arabic letter hah isolated form - FEA1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EE08",
            "name": "ARABIC MATHEMATICAL TAH",
            "crossReferences": [
                "(arabic letter tah isolated form - FEC1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0637",
                    "arabic",
                    "letter tah"
                ]
            ]
        },
        {
            "codepoint": "1EE09",
            "name": "ARABIC MATHEMATICAL YEH",
            "crossReferences": [
                "(arabic letter yeh isolated form - FEF1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EE0A",
            "name": "ARABIC MATHEMATICAL KAF",
            "crossReferences": [
                "(arabic letter kaf isolated form - FED9)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0643",
                    "arabic",
                    "letter kaf"
                ]
            ]
        },
        {
            "codepoint": "1EE0B",
            "name": "ARABIC MATHEMATICAL LAM",
            "crossReferences": [
                "(arabic letter lam isolated form - FEDD)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0644",
                    "arabic",
                    "letter lam"
                ]
            ]
        },
        {
            "codepoint": "1EE0C",
            "name": "ARABIC MATHEMATICAL MEEM",
            "crossReferences": [
                "(arabic letter meem isolated form - FEE1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0645",
                    "arabic",
                    "letter meem"
                ]
            ]
        },
        {
            "codepoint": "1EE0D",
            "name": "ARABIC MATHEMATICAL NOON",
            "crossReferences": [
                "(arabic letter noon isolated form - FEE5)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EE0E",
            "name": "ARABIC MATHEMATICAL SEEN",
            "crossReferences": [
                "(arabic letter seen isolated form - FEB1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EE0F",
            "name": "ARABIC MATHEMATICAL AIN",
            "crossReferences": [
                "(arabic letter ain isolated form - FEC9)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EE10",
            "name": "ARABIC MATHEMATICAL FEH",
            "crossReferences": [
                "(arabic letter feh isolated form - FED1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0641",
                    "arabic",
                    "letter feh"
                ]
            ]
        },
        {
            "codepoint": "1EE11",
            "name": "ARABIC MATHEMATICAL SAD",
            "crossReferences": [
                "(arabic letter sad isolated form - FEB9)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EE12",
            "name": "ARABIC MATHEMATICAL QAF",
            "crossReferences": [
                "(arabic letter qaf isolated form - FED5)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE13",
            "name": "ARABIC MATHEMATICAL REH",
            "crossReferences": [
                "(arabic letter reh isolated form - FEAD)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0631",
                    "arabic",
                    "letter reh"
                ]
            ]
        },
        {
            "codepoint": "1EE14",
            "name": "ARABIC MATHEMATICAL SHEEN",
            "crossReferences": [
                "(arabic letter sheen isolated form - FEB5)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EE15",
            "name": "ARABIC MATHEMATICAL TEH",
            "crossReferences": [
                "(arabic letter teh isolated form - FE95)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062A",
                    "arabic",
                    "letter teh"
                ]
            ]
        },
        {
            "codepoint": "1EE16",
            "name": "ARABIC MATHEMATICAL THEH",
            "crossReferences": [
                "(arabic letter theh isolated form - FE99)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062B",
                    "arabic",
                    "letter theh"
                ]
            ]
        },
        {
            "codepoint": "1EE17",
            "name": "ARABIC MATHEMATICAL KHAH",
            "crossReferences": [
                "(arabic letter khah isolated form - FEA5)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EE18",
            "name": "ARABIC MATHEMATICAL THAL",
            "crossReferences": [
                "(arabic letter thal isolated form - FEAB)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0630",
                    "arabic",
                    "letter thal"
                ]
            ]
        },
        {
            "codepoint": "1EE19",
            "name": "ARABIC MATHEMATICAL DAD",
            "crossReferences": [
                "(arabic letter dad isolated form - FEBD)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EE1A",
            "name": "ARABIC MATHEMATICAL ZAH",
            "crossReferences": [
                "(arabic letter zah isolated form - FEC5)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0638",
                    "arabic",
                    "letter zah"
                ]
            ]
        },
        {
            "codepoint": "1EE1B",
            "name": "ARABIC MATHEMATICAL GHAIN",
            "crossReferences": [
                "(arabic letter ghain isolated form - FECD)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EE1C",
            "name": "ARABIC MATHEMATICAL DOTLESS BEH",
            "crossReferences": [
                "(arabic letter dotless beh - 066E)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "066E",
                    "arabic",
                    "letter dotless beh"
                ]
            ]
        },
        {
            "codepoint": "1EE1D",
            "name": "ARABIC MATHEMATICAL DOTLESS NOON",
            "crossReferences": [
                "(arabic letter noon ghunna isolated form - FB9E)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "06BA",
                    "arabic",
                    "letter noon ghunna"
                ]
            ]
        },
        {
            "codepoint": "1EE1E",
            "name": "ARABIC MATHEMATICAL DOTLESS FEH",
            "crossReferences": [
                "(arabic letter dotless feh - 06A1)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "06A1",
                    "arabic",
                    "letter dotless feh"
                ]
            ]
        },
        {
            "codepoint": "1EE1F",
            "name": "ARABIC MATHEMATICAL DOTLESS QAF",
            "crossReferences": [
                "(arabic letter dotless qaf - 066F)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "066F",
                    "arabic",
                    "letter dotless qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE21",
            "name": "ARABIC MATHEMATICAL INITIAL BEH",
            "crossReferences": [
                "(arabic letter beh initial form - FE91)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0628",
                    "arabic",
                    "letter beh"
                ]
            ]
        },
        {
            "codepoint": "1EE22",
            "name": "ARABIC MATHEMATICAL INITIAL JEEM",
            "crossReferences": [
                "(arabic letter jeem initial form - FE9F)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EE24",
            "name": "ARABIC MATHEMATICAL INITIAL HEH",
            "crossReferences": [
                "(arabic letter heh initial form - FEEB)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0647",
                    "arabic",
                    "letter heh"
                ]
            ]
        },
        {
            "codepoint": "1EE27",
            "name": "ARABIC MATHEMATICAL INITIAL HAH",
            "crossReferences": [
                "(arabic letter hah initial form - FEA3)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EE29",
            "name": "ARABIC MATHEMATICAL INITIAL YEH",
            "crossReferences": [
                "(arabic letter yeh initial form - FEF3)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EE2A",
            "name": "ARABIC MATHEMATICAL INITIAL KAF",
            "crossReferences": [
                "(arabic letter kaf initial form - FEDB)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0643",
                    "arabic",
                    "letter kaf"
                ]
            ]
        },
        {
            "codepoint": "1EE2B",
            "name": "ARABIC MATHEMATICAL INITIAL LAM",
            "crossReferences": [
                "(arabic letter lam initial form - FEDF)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0644",
                    "arabic",
                    "letter lam"
                ]
            ]
        },
        {
            "codepoint": "1EE2C",
            "name": "ARABIC MATHEMATICAL INITIAL MEEM",
            "crossReferences": [
                "(arabic letter meem initial form - FEE3)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0645",
                    "arabic",
                    "letter meem"
                ]
            ]
        },
        {
            "codepoint": "1EE2D",
            "name": "ARABIC MATHEMATICAL INITIAL NOON",
            "crossReferences": [
                "(arabic letter noon initial form - FEE7)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EE2E",
            "name": "ARABIC MATHEMATICAL INITIAL SEEN",
            "crossReferences": [
                "(arabic letter seen initial form - FEB3)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EE2F",
            "name": "ARABIC MATHEMATICAL INITIAL AIN",
            "crossReferences": [
                "(arabic letter ain initial form - FECB)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EE30",
            "name": "ARABIC MATHEMATICAL INITIAL FEH",
            "crossReferences": [
                "(arabic letter feh initial form - FED3)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0641",
                    "arabic",
                    "letter feh"
                ]
            ]
        },
        {
            "codepoint": "1EE31",
            "name": "ARABIC MATHEMATICAL INITIAL SAD",
            "crossReferences": [
                "(arabic letter sad initial form - FEBB)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EE32",
            "name": "ARABIC MATHEMATICAL INITIAL QAF",
            "crossReferences": [
                "(arabic letter qaf initial form - FED7)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE34",
            "name": "ARABIC MATHEMATICAL INITIAL SHEEN",
            "crossReferences": [
                "(arabic letter sheen initial form - FEB7)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EE35",
            "name": "ARABIC MATHEMATICAL INITIAL TEH",
            "crossReferences": [
                "(arabic letter teh initial form - FE97)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062A",
                    "arabic",
                    "letter teh"
                ]
            ]
        },
        {
            "codepoint": "1EE36",
            "name": "ARABIC MATHEMATICAL INITIAL THEH",
            "crossReferences": [
                "(arabic letter theh initial form - FE9B)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062B",
                    "arabic",
                    "letter theh"
                ]
            ]
        },
        {
            "codepoint": "1EE37",
            "name": "ARABIC MATHEMATICAL INITIAL KHAH",
            "crossReferences": [
                "(arabic letter khah initial form - FEA7)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EE39",
            "name": "ARABIC MATHEMATICAL INITIAL DAD",
            "crossReferences": [
                "(arabic letter dad initial form - FEBF)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EE3B",
            "name": "ARABIC MATHEMATICAL INITIAL GHAIN",
            "crossReferences": [
                "(arabic letter ghain initial form - FECF)"
            ],
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EE42",
            "name": "ARABIC MATHEMATICAL TAILED JEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EE47",
            "name": "ARABIC MATHEMATICAL TAILED HAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EE49",
            "name": "ARABIC MATHEMATICAL TAILED YEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EE4B",
            "name": "ARABIC MATHEMATICAL TAILED LAM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0644",
                    "arabic",
                    "letter lam"
                ]
            ]
        },
        {
            "codepoint": "1EE4D",
            "name": "ARABIC MATHEMATICAL TAILED NOON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EE4E",
            "name": "ARABIC MATHEMATICAL TAILED SEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EE4F",
            "name": "ARABIC MATHEMATICAL TAILED AIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EE51",
            "name": "ARABIC MATHEMATICAL TAILED SAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EE52",
            "name": "ARABIC MATHEMATICAL TAILED QAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE54",
            "name": "ARABIC MATHEMATICAL TAILED SHEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EE57",
            "name": "ARABIC MATHEMATICAL TAILED KHAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EE59",
            "name": "ARABIC MATHEMATICAL TAILED DAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EE5B",
            "name": "ARABIC MATHEMATICAL TAILED GHAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EE5D",
            "name": "ARABIC MATHEMATICAL TAILED DOTLESS NOON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "06BA",
                    "arabic",
                    "letter noon ghunna"
                ]
            ]
        },
        {
            "codepoint": "1EE5F",
            "name": "ARABIC MATHEMATICAL TAILED DOTLESS QAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "066F",
                    "arabic",
                    "letter dotless qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE61",
            "name": "ARABIC MATHEMATICAL STRETCHED BEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0628",
                    "arabic",
                    "letter beh"
                ]
            ]
        },
        {
            "codepoint": "1EE62",
            "name": "ARABIC MATHEMATICAL STRETCHED JEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EE64",
            "name": "ARABIC MATHEMATICAL STRETCHED HEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0647",
                    "arabic",
                    "letter heh"
                ]
            ]
        },
        {
            "codepoint": "1EE67",
            "name": "ARABIC MATHEMATICAL STRETCHED HAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EE68",
            "name": "ARABIC MATHEMATICAL STRETCHED TAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0637",
                    "arabic",
                    "letter tah"
                ]
            ]
        },
        {
            "codepoint": "1EE69",
            "name": "ARABIC MATHEMATICAL STRETCHED YEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EE6A",
            "name": "ARABIC MATHEMATICAL STRETCHED KAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0643",
                    "arabic",
                    "letter kaf"
                ]
            ]
        },
        {
            "codepoint": "1EE6C",
            "name": "ARABIC MATHEMATICAL STRETCHED MEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0645",
                    "arabic",
                    "letter meem"
                ]
            ]
        },
        {
            "codepoint": "1EE6D",
            "name": "ARABIC MATHEMATICAL STRETCHED NOON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EE6E",
            "name": "ARABIC MATHEMATICAL STRETCHED SEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EE6F",
            "name": "ARABIC MATHEMATICAL STRETCHED AIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EE70",
            "name": "ARABIC MATHEMATICAL STRETCHED FEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0641",
                    "arabic",
                    "letter feh"
                ]
            ]
        },
        {
            "codepoint": "1EE71",
            "name": "ARABIC MATHEMATICAL STRETCHED SAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EE72",
            "name": "ARABIC MATHEMATICAL STRETCHED QAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE74",
            "name": "ARABIC MATHEMATICAL STRETCHED SHEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EE75",
            "name": "ARABIC MATHEMATICAL STRETCHED TEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062A",
                    "arabic",
                    "letter teh"
                ]
            ]
        },
        {
            "codepoint": "1EE76",
            "name": "ARABIC MATHEMATICAL STRETCHED THEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062B",
                    "arabic",
                    "letter theh"
                ]
            ]
        },
        {
            "codepoint": "1EE77",
            "name": "ARABIC MATHEMATICAL STRETCHED KHAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EE79",
            "name": "ARABIC MATHEMATICAL STRETCHED DAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EE7A",
            "name": "ARABIC MATHEMATICAL STRETCHED ZAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0638",
                    "arabic",
                    "letter zah"
                ]
            ]
        },
        {
            "codepoint": "1EE7B",
            "name": "ARABIC MATHEMATICAL STRETCHED GHAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EE7C",
            "name": "ARABIC MATHEMATICAL STRETCHED DOTLESS BEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "066E",
                    "arabic",
                    "letter dotless beh"
                ]
            ]
        },
        {
            "codepoint": "1EE7E",
            "name": "ARABIC MATHEMATICAL STRETCHED DOTLESS FEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "06A1",
                    "arabic",
                    "letter dotless feh"
                ]
            ]
        },
        {
            "codepoint": "1EE80",
            "name": "ARABIC MATHEMATICAL LOOPED ALEF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0627",
                    "arabic",
                    "letter alef"
                ]
            ]
        },
        {
            "codepoint": "1EE81",
            "name": "ARABIC MATHEMATICAL LOOPED BEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0628",
                    "arabic",
                    "letter beh"
                ]
            ]
        },
        {
            "codepoint": "1EE82",
            "name": "ARABIC MATHEMATICAL LOOPED JEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EE83",
            "name": "ARABIC MATHEMATICAL LOOPED DAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062F",
                    "arabic",
                    "letter dal"
                ]
            ]
        },
        {
            "codepoint": "1EE84",
            "name": "ARABIC MATHEMATICAL LOOPED HEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0647",
                    "arabic",
                    "letter heh"
                ]
            ]
        },
        {
            "codepoint": "1EE85",
            "name": "ARABIC MATHEMATICAL LOOPED WAW",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0648",
                    "arabic",
                    "letter waw"
                ]
            ]
        },
        {
            "codepoint": "1EE86",
            "name": "ARABIC MATHEMATICAL LOOPED ZAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0632",
                    "arabic",
                    "letter zain"
                ]
            ]
        },
        {
            "codepoint": "1EE87",
            "name": "ARABIC MATHEMATICAL LOOPED HAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EE88",
            "name": "ARABIC MATHEMATICAL LOOPED TAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0637",
                    "arabic",
                    "letter tah"
                ]
            ]
        },
        {
            "codepoint": "1EE89",
            "name": "ARABIC MATHEMATICAL LOOPED YEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EE8B",
            "name": "ARABIC MATHEMATICAL LOOPED LAM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0644",
                    "arabic",
                    "letter lam"
                ]
            ]
        },
        {
            "codepoint": "1EE8C",
            "name": "ARABIC MATHEMATICAL LOOPED MEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0645",
                    "arabic",
                    "letter meem"
                ]
            ]
        },
        {
            "codepoint": "1EE8D",
            "name": "ARABIC MATHEMATICAL LOOPED NOON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EE8E",
            "name": "ARABIC MATHEMATICAL LOOPED SEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EE8F",
            "name": "ARABIC MATHEMATICAL LOOPED AIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EE90",
            "name": "ARABIC MATHEMATICAL LOOPED FEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0641",
                    "arabic",
                    "letter feh"
                ]
            ]
        },
        {
            "codepoint": "1EE91",
            "name": "ARABIC MATHEMATICAL LOOPED SAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EE92",
            "name": "ARABIC MATHEMATICAL LOOPED QAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EE93",
            "name": "ARABIC MATHEMATICAL LOOPED REH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0631",
                    "arabic",
                    "letter reh"
                ]
            ]
        },
        {
            "codepoint": "1EE94",
            "name": "ARABIC MATHEMATICAL LOOPED SHEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EE95",
            "name": "ARABIC MATHEMATICAL LOOPED TEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062A",
                    "arabic",
                    "letter teh"
                ]
            ]
        },
        {
            "codepoint": "1EE96",
            "name": "ARABIC MATHEMATICAL LOOPED THEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062B",
                    "arabic",
                    "letter theh"
                ]
            ]
        },
        {
            "codepoint": "1EE97",
            "name": "ARABIC MATHEMATICAL LOOPED KHAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EE98",
            "name": "ARABIC MATHEMATICAL LOOPED THAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0630",
                    "arabic",
                    "letter thal"
                ]
            ]
        },
        {
            "codepoint": "1EE99",
            "name": "ARABIC MATHEMATICAL LOOPED DAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EE9A",
            "name": "ARABIC MATHEMATICAL LOOPED ZAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0638",
                    "arabic",
                    "letter zah"
                ]
            ]
        },
        {
            "codepoint": "1EE9B",
            "name": "ARABIC MATHEMATICAL LOOPED GHAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EEA1",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK BEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0628",
                    "arabic",
                    "letter beh"
                ]
            ]
        },
        {
            "codepoint": "1EEA2",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK JEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062C",
                    "arabic",
                    "letter jeem"
                ]
            ]
        },
        {
            "codepoint": "1EEA3",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK DAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062F",
                    "arabic",
                    "letter dal"
                ]
            ]
        },
        {
            "codepoint": "1EEA5",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK WAW",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0648",
                    "arabic",
                    "letter waw"
                ]
            ]
        },
        {
            "codepoint": "1EEA6",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0632",
                    "arabic",
                    "letter zain"
                ]
            ]
        },
        {
            "codepoint": "1EEA7",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK HAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062D",
                    "arabic",
                    "letter hah"
                ]
            ]
        },
        {
            "codepoint": "1EEA8",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK TAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0637",
                    "arabic",
                    "letter tah"
                ]
            ]
        },
        {
            "codepoint": "1EEA9",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK YEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "064A",
                    "arabic",
                    "letter yeh"
                ]
            ]
        },
        {
            "codepoint": "1EEAB",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK LAM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0644",
                    "arabic",
                    "letter lam"
                ]
            ]
        },
        {
            "codepoint": "1EEAC",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK MEEM",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0645",
                    "arabic",
                    "letter meem"
                ]
            ]
        },
        {
            "codepoint": "1EEAD",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK NOON",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0646",
                    "arabic",
                    "letter noon"
                ]
            ]
        },
        {
            "codepoint": "1EEAE",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK SEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0633",
                    "arabic",
                    "letter seen"
                ]
            ]
        },
        {
            "codepoint": "1EEAF",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK AIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0639",
                    "arabic",
                    "letter ain"
                ]
            ]
        },
        {
            "codepoint": "1EEB0",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK FEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0641",
                    "arabic",
                    "letter feh"
                ]
            ]
        },
        {
            "codepoint": "1EEB1",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK SAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0635",
                    "arabic",
                    "letter sad"
                ]
            ]
        },
        {
            "codepoint": "1EEB2",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK QAF",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0642",
                    "arabic",
                    "letter qaf"
                ]
            ]
        },
        {
            "codepoint": "1EEB3",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK REH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0631",
                    "arabic",
                    "letter reh"
                ]
            ]
        },
        {
            "codepoint": "1EEB4",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK SHEEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0634",
                    "arabic",
                    "letter sheen"
                ]
            ]
        },
        {
            "codepoint": "1EEB5",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK TEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062A",
                    "arabic",
                    "letter teh"
                ]
            ]
        },
        {
            "codepoint": "1EEB6",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK THEH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062B",
                    "arabic",
                    "letter theh"
                ]
            ]
        },
        {
            "codepoint": "1EEB7",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK KHAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "062E",
                    "arabic",
                    "letter khah"
                ]
            ]
        },
        {
            "codepoint": "1EEB8",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK THAL",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0630",
                    "arabic",
                    "letter thal"
                ]
            ]
        },
        {
            "codepoint": "1EEB9",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK DAD",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0636",
                    "arabic",
                    "letter dad"
                ]
            ]
        },
        {
            "codepoint": "1EEBA",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK ZAH",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0638",
                    "arabic",
                    "letter zah"
                ]
            ]
        },
        {
            "codepoint": "1EEBB",
            "name": "ARABIC MATHEMATICAL DOUBLE-STRUCK GHAIN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "063A",
                    "arabic",
                    "letter ghain"
                ]
            ]
        },
        {
            "codepoint": "1EEF0",
            "name": "ARABIC MATHEMATICAL OPERATOR MEEM WITH HAH WITH TATWEEL",
            "comments": [
                "used in Arabic mathematics to denote summation",
                "stretched at the tatweel"
            ],
            "crossReferences": [
                "(n-ary summation - 2211)"
            ]
        },
        {
            "codepoint": "1EEF1",
            "name": "ARABIC MATHEMATICAL OPERATOR HAH WITH DAL",
            "comments": [
                "used in Persian mathematics to denote limits",
                "stretched between the hah and the dal"
            ]
        },
        {
            "codepoint": "1F000",
            "name": "MAHJONG TILE EAST WIND"
        },
        {
            "codepoint": "1F001",
            "name": "MAHJONG TILE SOUTH WIND"
        },
        {
            "codepoint": "1F002",
            "name": "MAHJONG TILE WEST WIND"
        },
        {
            "codepoint": "1F003",
            "name": "MAHJONG TILE NORTH WIND"
        },
        {
            "codepoint": "1F004",
            "name": "MAHJONG TILE RED DRAGON",
            "aliases": [
                "hongzhong"
            ]
        },
        {
            "codepoint": "1F005",
            "name": "MAHJONG TILE GREEN DRAGON",
            "aliases": [
                "qingfa"
            ]
        },
        {
            "codepoint": "1F006",
            "name": "MAHJONG TILE WHITE DRAGON",
            "aliases": [
                "baiban"
            ]
        },
        {
            "codepoint": "1F007",
            "name": "MAHJONG TILE ONE OF CHARACTERS",
            "aliases": [
                "wan"
            ]
        },
        {
            "codepoint": "1F008",
            "name": "MAHJONG TILE TWO OF CHARACTERS"
        },
        {
            "codepoint": "1F009",
            "name": "MAHJONG TILE THREE OF CHARACTERS"
        },
        {
            "codepoint": "1F00A",
            "name": "MAHJONG TILE FOUR OF CHARACTERS"
        },
        {
            "codepoint": "1F00B",
            "name": "MAHJONG TILE FIVE OF CHARACTERS"
        },
        {
            "codepoint": "1F00C",
            "name": "MAHJONG TILE SIX OF CHARACTERS"
        },
        {
            "codepoint": "1F00D",
            "name": "MAHJONG TILE SEVEN OF CHARACTERS"
        },
        {
            "codepoint": "1F00E",
            "name": "MAHJONG TILE EIGHT OF CHARACTERS"
        },
        {
            "codepoint": "1F00F",
            "name": "MAHJONG TILE NINE OF CHARACTERS"
        },
        {
            "codepoint": "1F010",
            "name": "MAHJONG TILE ONE OF BAMBOOS",
            "aliases": [
                "tiao"
            ]
        },
        {
            "codepoint": "1F011",
            "name": "MAHJONG TILE TWO OF BAMBOOS"
        },
        {
            "codepoint": "1F012",
            "name": "MAHJONG TILE THREE OF BAMBOOS"
        },
        {
            "codepoint": "1F013",
            "name": "MAHJONG TILE FOUR OF BAMBOOS"
        },
        {
            "codepoint": "1F014",
            "name": "MAHJONG TILE FIVE OF BAMBOOS"
        },
        {
            "codepoint": "1F015",
            "name": "MAHJONG TILE SIX OF BAMBOOS"
        },
        {
            "codepoint": "1F016",
            "name": "MAHJONG TILE SEVEN OF BAMBOOS"
        },
        {
            "codepoint": "1F017",
            "name": "MAHJONG TILE EIGHT OF BAMBOOS"
        },
        {
            "codepoint": "1F018",
            "name": "MAHJONG TILE NINE OF BAMBOOS"
        },
        {
            "codepoint": "1F019",
            "name": "MAHJONG TILE ONE OF CIRCLES",
            "aliases": [
                "bing"
            ]
        },
        {
            "codepoint": "1F01A",
            "name": "MAHJONG TILE TWO OF CIRCLES"
        },
        {
            "codepoint": "1F01B",
            "name": "MAHJONG TILE THREE OF CIRCLES"
        },
        {
            "codepoint": "1F01C",
            "name": "MAHJONG TILE FOUR OF CIRCLES"
        },
        {
            "codepoint": "1F01D",
            "name": "MAHJONG TILE FIVE OF CIRCLES"
        },
        {
            "codepoint": "1F01E",
            "name": "MAHJONG TILE SIX OF CIRCLES"
        },
        {
            "codepoint": "1F01F",
            "name": "MAHJONG TILE SEVEN OF CIRCLES"
        },
        {
            "codepoint": "1F020",
            "name": "MAHJONG TILE EIGHT OF CIRCLES"
        },
        {
            "codepoint": "1F021",
            "name": "MAHJONG TILE NINE OF CIRCLES"
        },
        {
            "codepoint": "1F022",
            "name": "MAHJONG TILE PLUM",
            "aliases": [
                "mei"
            ]
        },
        {
            "codepoint": "1F023",
            "name": "MAHJONG TILE ORCHID",
            "aliases": [
                "lan"
            ]
        },
        {
            "codepoint": "1F024",
            "name": "MAHJONG TILE BAMBOO",
            "aliases": [
                "zhu"
            ]
        },
        {
            "codepoint": "1F025",
            "name": "MAHJONG TILE CHRYSANTHEMUM",
            "aliases": [
                "ju"
            ]
        },
        {
            "codepoint": "1F026",
            "name": "MAHJONG TILE SPRING"
        },
        {
            "codepoint": "1F027",
            "name": "MAHJONG TILE SUMMER"
        },
        {
            "codepoint": "1F028",
            "name": "MAHJONG TILE AUTUMN"
        },
        {
            "codepoint": "1F029",
            "name": "MAHJONG TILE WINTER"
        },
        {
            "codepoint": "1F02A",
            "name": "MAHJONG TILE JOKER",
            "aliases": [
                "baida"
            ]
        },
        {
            "codepoint": "1F02B",
            "name": "MAHJONG TILE BACK"
        },
        {
            "codepoint": "1F030",
            "name": "DOMINO TILE HORIZONTAL BACK"
        },
        {
            "codepoint": "1F031",
            "name": "DOMINO TILE HORIZONTAL-00-00"
        },
        {
            "codepoint": "1F032",
            "name": "DOMINO TILE HORIZONTAL-00-01"
        },
        {
            "codepoint": "1F033",
            "name": "DOMINO TILE HORIZONTAL-00-02"
        },
        {
            "codepoint": "1F034",
            "name": "DOMINO TILE HORIZONTAL-00-03"
        },
        {
            "codepoint": "1F035",
            "name": "DOMINO TILE HORIZONTAL-00-04"
        },
        {
            "codepoint": "1F036",
            "name": "DOMINO TILE HORIZONTAL-00-05"
        },
        {
            "codepoint": "1F037",
            "name": "DOMINO TILE HORIZONTAL-00-06"
        },
        {
            "codepoint": "1F038",
            "name": "DOMINO TILE HORIZONTAL-01-00"
        },
        {
            "codepoint": "1F039",
            "name": "DOMINO TILE HORIZONTAL-01-01"
        },
        {
            "codepoint": "1F03A",
            "name": "DOMINO TILE HORIZONTAL-01-02"
        },
        {
            "codepoint": "1F03B",
            "name": "DOMINO TILE HORIZONTAL-01-03"
        },
        {
            "codepoint": "1F03C",
            "name": "DOMINO TILE HORIZONTAL-01-04"
        },
        {
            "codepoint": "1F03D",
            "name": "DOMINO TILE HORIZONTAL-01-05"
        },
        {
            "codepoint": "1F03E",
            "name": "DOMINO TILE HORIZONTAL-01-06"
        },
        {
            "codepoint": "1F03F",
            "name": "DOMINO TILE HORIZONTAL-02-00"
        },
        {
            "codepoint": "1F040",
            "name": "DOMINO TILE HORIZONTAL-02-01"
        },
        {
            "codepoint": "1F041",
            "name": "DOMINO TILE HORIZONTAL-02-02"
        },
        {
            "codepoint": "1F042",
            "name": "DOMINO TILE HORIZONTAL-02-03"
        },
        {
            "codepoint": "1F043",
            "name": "DOMINO TILE HORIZONTAL-02-04"
        },
        {
            "codepoint": "1F044",
            "name": "DOMINO TILE HORIZONTAL-02-05"
        },
        {
            "codepoint": "1F045",
            "name": "DOMINO TILE HORIZONTAL-02-06"
        },
        {
            "codepoint": "1F046",
            "name": "DOMINO TILE HORIZONTAL-03-00"
        },
        {
            "codepoint": "1F047",
            "name": "DOMINO TILE HORIZONTAL-03-01"
        },
        {
            "codepoint": "1F048",
            "name": "DOMINO TILE HORIZONTAL-03-02"
        },
        {
            "codepoint": "1F049",
            "name": "DOMINO TILE HORIZONTAL-03-03"
        },
        {
            "codepoint": "1F04A",
            "name": "DOMINO TILE HORIZONTAL-03-04"
        },
        {
            "codepoint": "1F04B",
            "name": "DOMINO TILE HORIZONTAL-03-05"
        },
        {
            "codepoint": "1F04C",
            "name": "DOMINO TILE HORIZONTAL-03-06"
        },
        {
            "codepoint": "1F04D",
            "name": "DOMINO TILE HORIZONTAL-04-00"
        },
        {
            "codepoint": "1F04E",
            "name": "DOMINO TILE HORIZONTAL-04-01"
        },
        {
            "codepoint": "1F04F",
            "name": "DOMINO TILE HORIZONTAL-04-02"
        },
        {
            "codepoint": "1F050",
            "name": "DOMINO TILE HORIZONTAL-04-03"
        },
        {
            "codepoint": "1F051",
            "name": "DOMINO TILE HORIZONTAL-04-04"
        },
        {
            "codepoint": "1F052",
            "name": "DOMINO TILE HORIZONTAL-04-05"
        },
        {
            "codepoint": "1F053",
            "name": "DOMINO TILE HORIZONTAL-04-06"
        },
        {
            "codepoint": "1F054",
            "name": "DOMINO TILE HORIZONTAL-05-00"
        },
        {
            "codepoint": "1F055",
            "name": "DOMINO TILE HORIZONTAL-05-01"
        },
        {
            "codepoint": "1F056",
            "name": "DOMINO TILE HORIZONTAL-05-02"
        },
        {
            "codepoint": "1F057",
            "name": "DOMINO TILE HORIZONTAL-05-03"
        },
        {
            "codepoint": "1F058",
            "name": "DOMINO TILE HORIZONTAL-05-04"
        },
        {
            "codepoint": "1F059",
            "name": "DOMINO TILE HORIZONTAL-05-05"
        },
        {
            "codepoint": "1F05A",
            "name": "DOMINO TILE HORIZONTAL-05-06"
        },
        {
            "codepoint": "1F05B",
            "name": "DOMINO TILE HORIZONTAL-06-00"
        },
        {
            "codepoint": "1F05C",
            "name": "DOMINO TILE HORIZONTAL-06-01"
        },
        {
            "codepoint": "1F05D",
            "name": "DOMINO TILE HORIZONTAL-06-02"
        },
        {
            "codepoint": "1F05E",
            "name": "DOMINO TILE HORIZONTAL-06-03"
        },
        {
            "codepoint": "1F05F",
            "name": "DOMINO TILE HORIZONTAL-06-04"
        },
        {
            "codepoint": "1F060",
            "name": "DOMINO TILE HORIZONTAL-06-05"
        },
        {
            "codepoint": "1F061",
            "name": "DOMINO TILE HORIZONTAL-06-06"
        },
        {
            "codepoint": "1F062",
            "name": "DOMINO TILE VERTICAL BACK"
        },
        {
            "codepoint": "1F063",
            "name": "DOMINO TILE VERTICAL-00-00"
        },
        {
            "codepoint": "1F064",
            "name": "DOMINO TILE VERTICAL-00-01"
        },
        {
            "codepoint": "1F065",
            "name": "DOMINO TILE VERTICAL-00-02"
        },
        {
            "codepoint": "1F066",
            "name": "DOMINO TILE VERTICAL-00-03"
        },
        {
            "codepoint": "1F067",
            "name": "DOMINO TILE VERTICAL-00-04"
        },
        {
            "codepoint": "1F068",
            "name": "DOMINO TILE VERTICAL-00-05"
        },
        {
            "codepoint": "1F069",
            "name": "DOMINO TILE VERTICAL-00-06"
        },
        {
            "codepoint": "1F06A",
            "name": "DOMINO TILE VERTICAL-01-00"
        },
        {
            "codepoint": "1F06B",
            "name": "DOMINO TILE VERTICAL-01-01"
        },
        {
            "codepoint": "1F06C",
            "name": "DOMINO TILE VERTICAL-01-02"
        },
        {
            "codepoint": "1F06D",
            "name": "DOMINO TILE VERTICAL-01-03"
        },
        {
            "codepoint": "1F06E",
            "name": "DOMINO TILE VERTICAL-01-04"
        },
        {
            "codepoint": "1F06F",
            "name": "DOMINO TILE VERTICAL-01-05"
        },
        {
            "codepoint": "1F070",
            "name": "DOMINO TILE VERTICAL-01-06"
        },
        {
            "codepoint": "1F071",
            "name": "DOMINO TILE VERTICAL-02-00"
        },
        {
            "codepoint": "1F072",
            "name": "DOMINO TILE VERTICAL-02-01"
        },
        {
            "codepoint": "1F073",
            "name": "DOMINO TILE VERTICAL-02-02"
        },
        {
            "codepoint": "1F074",
            "name": "DOMINO TILE VERTICAL-02-03"
        },
        {
            "codepoint": "1F075",
            "name": "DOMINO TILE VERTICAL-02-04"
        },
        {
            "codepoint": "1F076",
            "name": "DOMINO TILE VERTICAL-02-05"
        },
        {
            "codepoint": "1F077",
            "name": "DOMINO TILE VERTICAL-02-06"
        },
        {
            "codepoint": "1F078",
            "name": "DOMINO TILE VERTICAL-03-00"
        },
        {
            "codepoint": "1F079",
            "name": "DOMINO TILE VERTICAL-03-01"
        },
        {
            "codepoint": "1F07A",
            "name": "DOMINO TILE VERTICAL-03-02"
        },
        {
            "codepoint": "1F07B",
            "name": "DOMINO TILE VERTICAL-03-03"
        },
        {
            "codepoint": "1F07C",
            "name": "DOMINO TILE VERTICAL-03-04"
        },
        {
            "codepoint": "1F07D",
            "name": "DOMINO TILE VERTICAL-03-05"
        },
        {
            "codepoint": "1F07E",
            "name": "DOMINO TILE VERTICAL-03-06"
        },
        {
            "codepoint": "1F07F",
            "name": "DOMINO TILE VERTICAL-04-00"
        },
        {
            "codepoint": "1F080",
            "name": "DOMINO TILE VERTICAL-04-01"
        },
        {
            "codepoint": "1F081",
            "name": "DOMINO TILE VERTICAL-04-02"
        },
        {
            "codepoint": "1F082",
            "name": "DOMINO TILE VERTICAL-04-03"
        },
        {
            "codepoint": "1F083",
            "name": "DOMINO TILE VERTICAL-04-04"
        },
        {
            "codepoint": "1F084",
            "name": "DOMINO TILE VERTICAL-04-05"
        },
        {
            "codepoint": "1F085",
            "name": "DOMINO TILE VERTICAL-04-06"
        },
        {
            "codepoint": "1F086",
            "name": "DOMINO TILE VERTICAL-05-00"
        },
        {
            "codepoint": "1F087",
            "name": "DOMINO TILE VERTICAL-05-01"
        },
        {
            "codepoint": "1F088",
            "name": "DOMINO TILE VERTICAL-05-02"
        },
        {
            "codepoint": "1F089",
            "name": "DOMINO TILE VERTICAL-05-03"
        },
        {
            "codepoint": "1F08A",
            "name": "DOMINO TILE VERTICAL-05-04"
        },
        {
            "codepoint": "1F08B",
            "name": "DOMINO TILE VERTICAL-05-05"
        },
        {
            "codepoint": "1F08C",
            "name": "DOMINO TILE VERTICAL-05-06"
        },
        {
            "codepoint": "1F08D",
            "name": "DOMINO TILE VERTICAL-06-00"
        },
        {
            "codepoint": "1F08E",
            "name": "DOMINO TILE VERTICAL-06-01"
        },
        {
            "codepoint": "1F08F",
            "name": "DOMINO TILE VERTICAL-06-02"
        },
        {
            "codepoint": "1F090",
            "name": "DOMINO TILE VERTICAL-06-03"
        },
        {
            "codepoint": "1F091",
            "name": "DOMINO TILE VERTICAL-06-04"
        },
        {
            "codepoint": "1F092",
            "name": "DOMINO TILE VERTICAL-06-05"
        },
        {
            "codepoint": "1F093",
            "name": "DOMINO TILE VERTICAL-06-06"
        },
        {
            "codepoint": "1F0A0",
            "name": "PLAYING CARD BACK"
        },
        {
            "codepoint": "1F0A1",
            "name": "PLAYING CARD ACE OF SPADES"
        },
        {
            "codepoint": "1F0A2",
            "name": "PLAYING CARD TWO OF SPADES"
        },
        {
            "codepoint": "1F0A3",
            "name": "PLAYING CARD THREE OF SPADES"
        },
        {
            "codepoint": "1F0A4",
            "name": "PLAYING CARD FOUR OF SPADES"
        },
        {
            "codepoint": "1F0A5",
            "name": "PLAYING CARD FIVE OF SPADES"
        },
        {
            "codepoint": "1F0A6",
            "name": "PLAYING CARD SIX OF SPADES"
        },
        {
            "codepoint": "1F0A7",
            "name": "PLAYING CARD SEVEN OF SPADES"
        },
        {
            "codepoint": "1F0A8",
            "name": "PLAYING CARD EIGHT OF SPADES"
        },
        {
            "codepoint": "1F0A9",
            "name": "PLAYING CARD NINE OF SPADES"
        },
        {
            "codepoint": "1F0AA",
            "name": "PLAYING CARD TEN OF SPADES"
        },
        {
            "codepoint": "1F0AB",
            "name": "PLAYING CARD JACK OF SPADES",
            "aliases": [
                "valet, Bube, Unter, Page, fante",
                "page of swords"
            ]
        },
        {
            "codepoint": "1F0AC",
            "name": "PLAYING CARD KNIGHT OF SPADES",
            "aliases": [
                "chevalier, Ober, Ritter, cavall, cavaliere",
                "knight of swords"
            ]
        },
        {
            "codepoint": "1F0AD",
            "name": "PLAYING CARD QUEEN OF SPADES",
            "aliases": [
                "dame, Dame, Königin, regina",
                "queen of swords"
            ]
        },
        {
            "codepoint": "1F0AE",
            "name": "PLAYING CARD KING OF SPADES",
            "aliases": [
                "roi, König, re",
                "king of swords"
            ]
        },
        {
            "codepoint": "1F0B1",
            "name": "PLAYING CARD ACE OF HEARTS"
        },
        {
            "codepoint": "1F0B2",
            "name": "PLAYING CARD TWO OF HEARTS"
        },
        {
            "codepoint": "1F0B3",
            "name": "PLAYING CARD THREE OF HEARTS"
        },
        {
            "codepoint": "1F0B4",
            "name": "PLAYING CARD FOUR OF HEARTS"
        },
        {
            "codepoint": "1F0B5",
            "name": "PLAYING CARD FIVE OF HEARTS"
        },
        {
            "codepoint": "1F0B6",
            "name": "PLAYING CARD SIX OF HEARTS"
        },
        {
            "codepoint": "1F0B7",
            "name": "PLAYING CARD SEVEN OF HEARTS"
        },
        {
            "codepoint": "1F0B8",
            "name": "PLAYING CARD EIGHT OF HEARTS"
        },
        {
            "codepoint": "1F0B9",
            "name": "PLAYING CARD NINE OF HEARTS"
        },
        {
            "codepoint": "1F0BA",
            "name": "PLAYING CARD TEN OF HEARTS"
        },
        {
            "codepoint": "1F0BB",
            "name": "PLAYING CARD JACK OF HEARTS"
        },
        {
            "codepoint": "1F0BC",
            "name": "PLAYING CARD KNIGHT OF HEARTS"
        },
        {
            "codepoint": "1F0BD",
            "name": "PLAYING CARD QUEEN OF HEARTS"
        },
        {
            "codepoint": "1F0BE",
            "name": "PLAYING CARD KING OF HEARTS"
        },
        {
            "codepoint": "1F0BF",
            "name": "PLAYING CARD RED JOKER",
            "comments": [
                "used as the third joker"
            ]
        },
        {
            "codepoint": "1F0C1",
            "name": "PLAYING CARD ACE OF DIAMONDS"
        },
        {
            "codepoint": "1F0C2",
            "name": "PLAYING CARD TWO OF DIAMONDS"
        },
        {
            "codepoint": "1F0C3",
            "name": "PLAYING CARD THREE OF DIAMONDS"
        },
        {
            "codepoint": "1F0C4",
            "name": "PLAYING CARD FOUR OF DIAMONDS"
        },
        {
            "codepoint": "1F0C5",
            "name": "PLAYING CARD FIVE OF DIAMONDS"
        },
        {
            "codepoint": "1F0C6",
            "name": "PLAYING CARD SIX OF DIAMONDS"
        },
        {
            "codepoint": "1F0C7",
            "name": "PLAYING CARD SEVEN OF DIAMONDS"
        },
        {
            "codepoint": "1F0C8",
            "name": "PLAYING CARD EIGHT OF DIAMONDS"
        },
        {
            "codepoint": "1F0C9",
            "name": "PLAYING CARD NINE OF DIAMONDS"
        },
        {
            "codepoint": "1F0CA",
            "name": "PLAYING CARD TEN OF DIAMONDS"
        },
        {
            "codepoint": "1F0CB",
            "name": "PLAYING CARD JACK OF DIAMONDS"
        },
        {
            "codepoint": "1F0CC",
            "name": "PLAYING CARD KNIGHT OF DIAMONDS"
        },
        {
            "codepoint": "1F0CD",
            "name": "PLAYING CARD QUEEN OF DIAMONDS"
        },
        {
            "codepoint": "1F0CE",
            "name": "PLAYING CARD KING OF DIAMONDS"
        },
        {
            "codepoint": "1F0CF",
            "name": "PLAYING CARD BLACK JOKER"
        },
        {
            "codepoint": "1F0D1",
            "name": "PLAYING CARD ACE OF CLUBS"
        },
        {
            "codepoint": "1F0D2",
            "name": "PLAYING CARD TWO OF CLUBS"
        },
        {
            "codepoint": "1F0D3",
            "name": "PLAYING CARD THREE OF CLUBS"
        },
        {
            "codepoint": "1F0D4",
            "name": "PLAYING CARD FOUR OF CLUBS"
        },
        {
            "codepoint": "1F0D5",
            "name": "PLAYING CARD FIVE OF CLUBS"
        },
        {
            "codepoint": "1F0D6",
            "name": "PLAYING CARD SIX OF CLUBS"
        },
        {
            "codepoint": "1F0D7",
            "name": "PLAYING CARD SEVEN OF CLUBS"
        },
        {
            "codepoint": "1F0D8",
            "name": "PLAYING CARD EIGHT OF CLUBS"
        },
        {
            "codepoint": "1F0D9",
            "name": "PLAYING CARD NINE OF CLUBS"
        },
        {
            "codepoint": "1F0DA",
            "name": "PLAYING CARD TEN OF CLUBS"
        },
        {
            "codepoint": "1F0DB",
            "name": "PLAYING CARD JACK OF CLUBS"
        },
        {
            "codepoint": "1F0DC",
            "name": "PLAYING CARD KNIGHT OF CLUBS"
        },
        {
            "codepoint": "1F0DD",
            "name": "PLAYING CARD QUEEN OF CLUBS"
        },
        {
            "codepoint": "1F0DE",
            "name": "PLAYING CARD KING OF CLUBS"
        },
        {
            "codepoint": "1F0DF",
            "name": "PLAYING CARD WHITE JOKER",
            "comments": [
                "may also be red"
            ]
        },
        {
            "codepoint": "1F0E0",
            "name": "PLAYING CARD FOOL"
        },
        {
            "codepoint": "1F0E1",
            "name": "PLAYING CARD TRUMP-1",
            "comments": [
                "individual"
            ]
        },
        {
            "codepoint": "1F0E2",
            "name": "PLAYING CARD TRUMP-2",
            "comments": [
                "childhood"
            ]
        },
        {
            "codepoint": "1F0E3",
            "name": "PLAYING CARD TRUMP-3",
            "comments": [
                "youth"
            ]
        },
        {
            "codepoint": "1F0E4",
            "name": "PLAYING CARD TRUMP-4",
            "comments": [
                "maturity"
            ]
        },
        {
            "codepoint": "1F0E5",
            "name": "PLAYING CARD TRUMP-5",
            "comments": [
                "old age"
            ]
        },
        {
            "codepoint": "1F0E6",
            "name": "PLAYING CARD TRUMP-6",
            "comments": [
                "morning"
            ]
        },
        {
            "codepoint": "1F0E7",
            "name": "PLAYING CARD TRUMP-7",
            "comments": [
                "afternoon"
            ]
        },
        {
            "codepoint": "1F0E8",
            "name": "PLAYING CARD TRUMP-8",
            "comments": [
                "evening"
            ]
        },
        {
            "codepoint": "1F0E9",
            "name": "PLAYING CARD TRUMP-9",
            "comments": [
                "night"
            ]
        },
        {
            "codepoint": "1F0EA",
            "name": "PLAYING CARD TRUMP-10",
            "comments": [
                "earth and air"
            ]
        },
        {
            "codepoint": "1F0EB",
            "name": "PLAYING CARD TRUMP-11",
            "comments": [
                "water and fire"
            ]
        },
        {
            "codepoint": "1F0EC",
            "name": "PLAYING CARD TRUMP-12",
            "comments": [
                "dance"
            ]
        },
        {
            "codepoint": "1F0ED",
            "name": "PLAYING CARD TRUMP-13",
            "comments": [
                "shopping"
            ]
        },
        {
            "codepoint": "1F0EE",
            "name": "PLAYING CARD TRUMP-14",
            "comments": [
                "open air"
            ]
        },
        {
            "codepoint": "1F0EF",
            "name": "PLAYING CARD TRUMP-15",
            "comments": [
                "visual arts"
            ]
        },
        {
            "codepoint": "1F0F0",
            "name": "PLAYING CARD TRUMP-16",
            "comments": [
                "spring"
            ]
        },
        {
            "codepoint": "1F0F1",
            "name": "PLAYING CARD TRUMP-17",
            "comments": [
                "summer"
            ]
        },
        {
            "codepoint": "1F0F2",
            "name": "PLAYING CARD TRUMP-18",
            "comments": [
                "autumn"
            ]
        },
        {
            "codepoint": "1F0F3",
            "name": "PLAYING CARD TRUMP-19",
            "comments": [
                "winter"
            ]
        },
        {
            "codepoint": "1F0F4",
            "name": "PLAYING CARD TRUMP-20",
            "comments": [
                "the game"
            ]
        },
        {
            "codepoint": "1F0F5",
            "name": "PLAYING CARD TRUMP-21",
            "comments": [
                "collective"
            ]
        },
        {
            "codepoint": "1F100",
            "name": "DIGIT ZERO FULL STOP",
            "compatibilityMappings": [
                [
                    "0030",
                    "002E"
                ]
            ]
        },
        {
            "codepoint": "1F101",
            "name": "DIGIT ZERO COMMA",
            "compatibilityMappings": [
                [
                    "0030",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F102",
            "name": "DIGIT ONE COMMA",
            "compatibilityMappings": [
                [
                    "0031",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F103",
            "name": "DIGIT TWO COMMA",
            "compatibilityMappings": [
                [
                    "0032",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F104",
            "name": "DIGIT THREE COMMA",
            "compatibilityMappings": [
                [
                    "0033",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F105",
            "name": "DIGIT FOUR COMMA",
            "compatibilityMappings": [
                [
                    "0034",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F106",
            "name": "DIGIT FIVE COMMA",
            "compatibilityMappings": [
                [
                    "0035",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F107",
            "name": "DIGIT SIX COMMA",
            "compatibilityMappings": [
                [
                    "0036",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F108",
            "name": "DIGIT SEVEN COMMA",
            "compatibilityMappings": [
                [
                    "0037",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F109",
            "name": "DIGIT EIGHT COMMA",
            "compatibilityMappings": [
                [
                    "0038",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F10A",
            "name": "DIGIT NINE COMMA",
            "compatibilityMappings": [
                [
                    "0039",
                    "002C"
                ]
            ]
        },
        {
            "codepoint": "1F10B",
            "name": "DINGBAT CIRCLED SANS-SERIF DIGIT ZERO"
        },
        {
            "codepoint": "1F10C",
            "name": "DINGBAT NEGATIVE CIRCLED SANS-SERIF DIGIT ZERO"
        },
        {
            "codepoint": "1F10D",
            "name": "CIRCLED ZERO WITH SLASH",
            "aliases": [
                "no rights reserved"
            ]
        },
        {
            "codepoint": "1F10E",
            "name": "CIRCLED ANTICLOCKWISE ARROW",
            "aliases": [
                "share alike"
            ]
        },
        {
            "codepoint": "1F10F",
            "name": "CIRCLED DOLLAR SIGN WITH OVERLAID BACKSLASH",
            "aliases": [
                "non commercial"
            ]
        },
        {
            "codepoint": "1F110",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER A",
            "compatibilityMappings": [
                [
                    "0028",
                    "0041",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F111",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER B",
            "compatibilityMappings": [
                [
                    "0028",
                    "0042",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F112",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER C",
            "compatibilityMappings": [
                [
                    "0028",
                    "0043",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F113",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER D",
            "compatibilityMappings": [
                [
                    "0028",
                    "0044",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F114",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER E",
            "compatibilityMappings": [
                [
                    "0028",
                    "0045",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F115",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER F",
            "compatibilityMappings": [
                [
                    "0028",
                    "0046",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F116",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER G",
            "compatibilityMappings": [
                [
                    "0028",
                    "0047",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F117",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER H",
            "compatibilityMappings": [
                [
                    "0028",
                    "0048",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F118",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER I",
            "compatibilityMappings": [
                [
                    "0028",
                    "0049",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F119",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER J",
            "compatibilityMappings": [
                [
                    "0028",
                    "004A",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11A",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER K",
            "compatibilityMappings": [
                [
                    "0028",
                    "004B",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11B",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER L",
            "compatibilityMappings": [
                [
                    "0028",
                    "004C",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11C",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER M",
            "compatibilityMappings": [
                [
                    "0028",
                    "004D",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11D",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER N",
            "compatibilityMappings": [
                [
                    "0028",
                    "004E",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11E",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER O",
            "compatibilityMappings": [
                [
                    "0028",
                    "004F",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F11F",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER P",
            "compatibilityMappings": [
                [
                    "0028",
                    "0050",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F120",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER Q",
            "compatibilityMappings": [
                [
                    "0028",
                    "0051",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F121",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER R",
            "compatibilityMappings": [
                [
                    "0028",
                    "0052",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F122",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER S",
            "compatibilityMappings": [
                [
                    "0028",
                    "0053",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F123",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER T",
            "compatibilityMappings": [
                [
                    "0028",
                    "0054",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F124",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER U",
            "compatibilityMappings": [
                [
                    "0028",
                    "0055",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F125",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER V",
            "compatibilityMappings": [
                [
                    "0028",
                    "0056",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F126",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER W",
            "compatibilityMappings": [
                [
                    "0028",
                    "0057",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F127",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER X",
            "compatibilityMappings": [
                [
                    "0028",
                    "0058",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F128",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER Y",
            "compatibilityMappings": [
                [
                    "0028",
                    "0059",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F129",
            "name": "PARENTHESIZED LATIN CAPITAL LETTER Z",
            "compatibilityMappings": [
                [
                    "0028",
                    "005A",
                    "0029"
                ]
            ]
        },
        {
            "codepoint": "1F12A",
            "name": "TORTOISE SHELL BRACKETED LATIN CAPITAL LETTER S",
            "comments": [
                "used in baseball scoring"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "0053",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F12B",
            "name": "CIRCLED ITALIC LATIN CAPITAL LETTER C",
            "aliases": [
                "compact disc, single disc record"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "1F12C",
            "name": "CIRCLED ITALIC LATIN CAPITAL LETTER R",
            "aliases": [
                "disc record"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "1F12D",
            "name": "CIRCLED CD",
            "crossReferences": [
                "(square cd - 33C5)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0043",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "1F12E",
            "name": "CIRCLED WZ",
            "comments": [
                "from the German term \"Warenzeichen\"",
                "indicate a trademarked term without making a legal claim of trademark status",
                "decomposition is anomalous, as the usual glyph shows a capital W and a small z"
            ],
            "crossReferences": [
                "(trade mark sign - 2122)"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "0057",
                    "005A"
                ]
            ]
        },
        {
            "codepoint": "1F12F",
            "name": "COPYLEFT SYMBOL",
            "crossReferences": [
                "(copyright sign - 00A9)",
                "(roman numeral reversed one hundred - 2183)"
            ]
        },
        {
            "codepoint": "1F130",
            "name": "SQUARED LATIN CAPITAL LETTER A",
            "aliases": [
                "Anreisetag (day of arrival)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0041"
                ]
            ]
        },
        {
            "codepoint": "1F131",
            "name": "SQUARED LATIN CAPITAL LETTER B",
            "aliases": [
                "bank",
                "b-mode stereo compression broadcasting service (ARIB STD B24)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0042"
                ]
            ]
        },
        {
            "codepoint": "1F132",
            "name": "SQUARED LATIN CAPITAL LETTER C",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "1F133",
            "name": "SQUARED LATIN CAPITAL LETTER D",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "1F134",
            "name": "SQUARED LATIN CAPITAL LETTER E",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0045"
                ]
            ]
        },
        {
            "codepoint": "1F135",
            "name": "SQUARED LATIN CAPITAL LETTER F",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0046"
                ]
            ]
        },
        {
            "codepoint": "1F136",
            "name": "SQUARED LATIN CAPITAL LETTER G",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0047"
                ]
            ]
        },
        {
            "codepoint": "1F137",
            "name": "SQUARED LATIN CAPITAL LETTER H",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0048"
                ]
            ]
        },
        {
            "codepoint": "1F138",
            "name": "SQUARED LATIN CAPITAL LETTER I",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0049"
                ]
            ]
        },
        {
            "codepoint": "1F139",
            "name": "SQUARED LATIN CAPITAL LETTER J",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "1F13A",
            "name": "SQUARED LATIN CAPITAL LETTER K",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004B"
                ]
            ]
        },
        {
            "codepoint": "1F13B",
            "name": "SQUARED LATIN CAPITAL LETTER L",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004C"
                ]
            ]
        },
        {
            "codepoint": "1F13C",
            "name": "SQUARED LATIN CAPITAL LETTER M",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D"
                ]
            ]
        },
        {
            "codepoint": "1F13D",
            "name": "SQUARED LATIN CAPITAL LETTER N",
            "aliases": [
                "news (ARIB STD B24)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "004E"
                ]
            ]
        },
        {
            "codepoint": "1F13E",
            "name": "SQUARED LATIN CAPITAL LETTER O",
            "compatibilityMappings": [
                [
                    "<square>",
                    "004F"
                ]
            ]
        },
        {
            "codepoint": "1F13F",
            "name": "SQUARED LATIN CAPITAL LETTER P",
            "aliases": [
                "progressive broadcasting (ARIB STD B24)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050"
                ]
            ]
        },
        {
            "codepoint": "1F140",
            "name": "SQUARED LATIN CAPITAL LETTER Q",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0051"
                ]
            ]
        },
        {
            "codepoint": "1F141",
            "name": "SQUARED LATIN CAPITAL LETTER R",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "1F142",
            "name": "SQUARED LATIN CAPITAL LETTER S",
            "aliases": [
                "stereo broadcasting service (ARIB STD B24)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0053"
                ]
            ]
        },
        {
            "codepoint": "1F143",
            "name": "SQUARED LATIN CAPITAL LETTER T",
            "aliases": [
                "tobacconist"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0054"
                ]
            ]
        },
        {
            "codepoint": "1F144",
            "name": "SQUARED LATIN CAPITAL LETTER U",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0055"
                ]
            ]
        },
        {
            "codepoint": "1F145",
            "name": "SQUARED LATIN CAPITAL LETTER V",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "1F146",
            "name": "SQUARED LATIN CAPITAL LETTER W",
            "aliases": [
                "wide-format 16:9 broadcasting service (ARIB STD B24)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0057"
                ]
            ]
        },
        {
            "codepoint": "1F147",
            "name": "SQUARED LATIN CAPITAL LETTER X",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0058"
                ]
            ]
        },
        {
            "codepoint": "1F148",
            "name": "SQUARED LATIN CAPITAL LETTER Y",
            "compatibilityMappings": [
                [
                    "<square>",
                    "0059"
                ]
            ]
        },
        {
            "codepoint": "1F149",
            "name": "SQUARED LATIN CAPITAL LETTER Z",
            "compatibilityMappings": [
                [
                    "<square>",
                    "005A"
                ]
            ]
        },
        {
            "codepoint": "1F14A",
            "name": "SQUARED HV",
            "aliases": [
                "hdtv"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0048",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "1F14B",
            "name": "SQUARED MV",
            "aliases": [
                "multi-view television"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "004D",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "1F14C",
            "name": "SQUARED SD",
            "aliases": [
                "sdtv"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0053",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "1F14D",
            "name": "SQUARED SS",
            "aliases": [
                "surround stereo broadcasting service"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0053",
                    "0053"
                ]
            ]
        },
        {
            "codepoint": "1F14E",
            "name": "SQUARED PPV",
            "aliases": [
                "pay-per-view"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0050",
                    "0050",
                    "0056"
                ]
            ]
        },
        {
            "codepoint": "1F14F",
            "name": "SQUARED WC",
            "aliases": [
                "water closet, public toilet"
            ],
            "crossReferences": [
                "(water closet - 1F6BE)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0057",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "1F150",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER A",
            "aliases": [
                "airport"
            ]
        },
        {
            "codepoint": "1F151",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER B"
        },
        {
            "codepoint": "1F152",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER C"
        },
        {
            "codepoint": "1F153",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER D"
        },
        {
            "codepoint": "1F154",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER E"
        },
        {
            "codepoint": "1F155",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER F",
            "aliases": [
                "ferry"
            ]
        },
        {
            "codepoint": "1F156",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER G"
        },
        {
            "codepoint": "1F157",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER H",
            "aliases": [
                "hotel (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F158",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER I"
        },
        {
            "codepoint": "1F159",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER J"
        },
        {
            "codepoint": "1F15A",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER K",
            "aliases": [
                "Kurort (spa)"
            ],
            "crossReferences": [
                "(hot springs - 2668)"
            ]
        },
        {
            "codepoint": "1F15B",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER L",
            "aliases": [
                "light rail"
            ],
            "crossReferences": [
                "(light rail - 1F688)"
            ]
        },
        {
            "codepoint": "1F15C",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER M",
            "aliases": [
                "metro"
            ],
            "crossReferences": [
                "(metro - 1F687)"
            ]
        },
        {
            "codepoint": "1F15D",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER N"
        },
        {
            "codepoint": "1F15E",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER O"
        },
        {
            "codepoint": "1F15F",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER P",
            "aliases": [
                "parking space (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F160",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER Q"
        },
        {
            "codepoint": "1F161",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER R",
            "aliases": [
                "Raststätte (rest stop)"
            ]
        },
        {
            "codepoint": "1F162",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER S",
            "aliases": [
                "Stadtbahn (metropolitan railway)"
            ]
        },
        {
            "codepoint": "1F163",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER T",
            "aliases": [
                "Tankstelle (petrol station)"
            ],
            "crossReferences": [
                "(fuel pump - 26FD)"
            ]
        },
        {
            "codepoint": "1F164",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER U",
            "aliases": [
                "underground rail"
            ],
            "crossReferences": [
                "(metro - 1F687)"
            ]
        },
        {
            "codepoint": "1F165",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER V"
        },
        {
            "codepoint": "1F166",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER W"
        },
        {
            "codepoint": "1F167",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER X"
        },
        {
            "codepoint": "1F168",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER Y"
        },
        {
            "codepoint": "1F169",
            "name": "NEGATIVE CIRCLED LATIN CAPITAL LETTER Z"
        },
        {
            "codepoint": "1F16A",
            "name": "RAISED MC SIGN",
            "aliases": [
                "marque de commerce"
            ],
            "comments": [
                "used in Canada"
            ],
            "crossReferences": [
                "(trade mark sign - 2122)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "004D",
                    "0043"
                ]
            ]
        },
        {
            "codepoint": "1F16B",
            "name": "RAISED MD SIGN",
            "aliases": [
                "marque déposée"
            ],
            "comments": [
                "used in Canada"
            ],
            "crossReferences": [
                "(registered sign - 00AE)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "004D",
                    "0044"
                ]
            ]
        },
        {
            "codepoint": "1F16C",
            "name": "RAISED MR SIGN",
            "aliases": [
                "marca registrada"
            ],
            "comments": [
                "used primarily in Spanish and Portuguese speaking communities to indicate a registered trademark"
            ],
            "crossReferences": [
                "(registered sign - 00AE)"
            ],
            "compatibilityMappings": [
                [
                    "<super>",
                    "004D",
                    "0052"
                ]
            ]
        },
        {
            "codepoint": "1F16D",
            "name": "CIRCLED CC",
            "aliases": [
                "Creative Commons license"
            ],
            "crossReferences": [
                "(circled equals - 229C)"
            ]
        },
        {
            "codepoint": "1F16E",
            "name": "CIRCLED C WITH OVERLAID BACKSLASH",
            "aliases": [
                "public domain"
            ]
        },
        {
            "codepoint": "1F16F",
            "name": "CIRCLED HUMAN FIGURE",
            "aliases": [
                "attribution, credit"
            ]
        },
        {
            "codepoint": "1F170",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER A",
            "aliases": [
                "blood type A"
            ]
        },
        {
            "codepoint": "1F171",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER B",
            "aliases": [
                "blood type B"
            ]
        },
        {
            "codepoint": "1F172",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER C",
            "aliases": [
                "centre, city centre"
            ]
        },
        {
            "codepoint": "1F173",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER D"
        },
        {
            "codepoint": "1F174",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER E"
        },
        {
            "codepoint": "1F175",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER F",
            "aliases": [
                "Feuerwache (fire department)"
            ]
        },
        {
            "codepoint": "1F176",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER G"
        },
        {
            "codepoint": "1F177",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER H",
            "aliases": [
                "Haltestelle (bus stop)"
            ],
            "crossReferences": [
                "(bus stop - 1F68F)"
            ]
        },
        {
            "codepoint": "1F178",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER I"
        },
        {
            "codepoint": "1F179",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER J",
            "aliases": [
                "junction (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F17A",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER K"
        },
        {
            "codepoint": "1F17B",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER L",
            "aliases": [
                "leisure center (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F17C",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER M",
            "aliases": [
                "museum, cultural center (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F17D",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER N"
        },
        {
            "codepoint": "1F17E",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER O",
            "aliases": [
                "blood type O"
            ]
        },
        {
            "codepoint": "1F17F",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER P",
            "aliases": [
                "parking space empty-full (ARIB STD B24)"
            ]
        },
        {
            "codepoint": "1F180",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER Q"
        },
        {
            "codepoint": "1F181",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER R"
        },
        {
            "codepoint": "1F182",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER S"
        },
        {
            "codepoint": "1F183",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER T"
        },
        {
            "codepoint": "1F184",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER U"
        },
        {
            "codepoint": "1F185",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER V"
        },
        {
            "codepoint": "1F186",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER W"
        },
        {
            "codepoint": "1F187",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER X"
        },
        {
            "codepoint": "1F188",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER Y"
        },
        {
            "codepoint": "1F189",
            "name": "NEGATIVE SQUARED LATIN CAPITAL LETTER Z"
        },
        {
            "codepoint": "1F18A",
            "name": "CROSSED NEGATIVE SQUARED LATIN CAPITAL LETTER P",
            "aliases": [
                "parking space closed"
            ]
        },
        {
            "codepoint": "1F18B",
            "name": "NEGATIVE SQUARED IC",
            "aliases": [
                "interchange, ramp"
            ]
        },
        {
            "codepoint": "1F18C",
            "name": "NEGATIVE SQUARED PA",
            "aliases": [
                "parking area"
            ]
        },
        {
            "codepoint": "1F18D",
            "name": "NEGATIVE SQUARED SA",
            "aliases": [
                "service area"
            ]
        },
        {
            "codepoint": "1F18E",
            "name": "NEGATIVE SQUARED AB",
            "aliases": [
                "blood type AB"
            ]
        },
        {
            "codepoint": "1F18F",
            "name": "NEGATIVE SQUARED WC",
            "aliases": [
                "water closet, public toilet"
            ],
            "crossReferences": [
                "(water closet - 1F6BE)"
            ]
        },
        {
            "codepoint": "1F190",
            "name": "SQUARE DJ",
            "aliases": [
                "disc jockey"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "0044",
                    "004A"
                ]
            ]
        },
        {
            "codepoint": "1F191",
            "name": "SQUARED CL",
            "aliases": [
                "clear"
            ]
        },
        {
            "codepoint": "1F192",
            "name": "SQUARED COOL"
        },
        {
            "codepoint": "1F193",
            "name": "SQUARED FREE",
            "aliases": [
                "free postage"
            ]
        },
        {
            "codepoint": "1F194",
            "name": "SQUARED ID",
            "aliases": [
                "identification, ID"
            ]
        },
        {
            "codepoint": "1F195",
            "name": "SQUARED NEW"
        },
        {
            "codepoint": "1F196",
            "name": "SQUARED NG",
            "aliases": [
                "no good"
            ]
        },
        {
            "codepoint": "1F197",
            "name": "SQUARED OK"
        },
        {
            "codepoint": "1F198",
            "name": "SQUARED SOS",
            "aliases": [
                "search, hunt for missing person"
            ]
        },
        {
            "codepoint": "1F199",
            "name": "SQUARED UP WITH EXCLAMATION MARK",
            "aliases": [
                "new information, update"
            ]
        },
        {
            "codepoint": "1F19A",
            "name": "SQUARED VS",
            "aliases": [
                "versus"
            ]
        },
        {
            "codepoint": "1F19B",
            "name": "SQUARED THREE D"
        },
        {
            "codepoint": "1F19C",
            "name": "SQUARED SECOND SCREEN"
        },
        {
            "codepoint": "1F19D",
            "name": "SQUARED TWO K"
        },
        {
            "codepoint": "1F19E",
            "name": "SQUARED FOUR K"
        },
        {
            "codepoint": "1F19F",
            "name": "SQUARED EIGHT K"
        },
        {
            "codepoint": "1F1A0",
            "name": "SQUARED FIVE POINT ONE",
            "comments": [
                "denotes 5.1-channel surround sound"
            ]
        },
        {
            "codepoint": "1F1A1",
            "name": "SQUARED SEVEN POINT ONE",
            "comments": [
                "denotes 7.1-channel surround sound"
            ]
        },
        {
            "codepoint": "1F1A2",
            "name": "SQUARED TWENTY-TWO POINT TWO",
            "comments": [
                "denotes 22.2-channel surround sound"
            ]
        },
        {
            "codepoint": "1F1A3",
            "name": "SQUARED SIXTY P",
            "comments": [
                "denotes 60Hz frame rate with progressive scanning"
            ]
        },
        {
            "codepoint": "1F1A4",
            "name": "SQUARED ONE HUNDRED TWENTY P",
            "comments": [
                "denotes 120Hz frame rate with progressive scanning"
            ]
        },
        {
            "codepoint": "1F1A5",
            "name": "SQUARED LATIN SMALL LETTER D",
            "aliases": [
                "data"
            ]
        },
        {
            "codepoint": "1F1A6",
            "name": "SQUARED HC",
            "aliases": [
                "hybrid cast"
            ]
        },
        {
            "codepoint": "1F1A7",
            "name": "SQUARED HDR",
            "aliases": [
                "high dynamic range"
            ]
        },
        {
            "codepoint": "1F1A8",
            "name": "SQUARED HI-RES",
            "aliases": [
                "high resolution"
            ]
        },
        {
            "codepoint": "1F1A9",
            "name": "SQUARED LOSSLESS"
        },
        {
            "codepoint": "1F1AA",
            "name": "SQUARED SHV",
            "aliases": [
                "super high vision"
            ]
        },
        {
            "codepoint": "1F1AB",
            "name": "SQUARED UHD",
            "aliases": [
                "ultra-high definition"
            ]
        },
        {
            "codepoint": "1F1AC",
            "name": "SQUARED VOD",
            "aliases": [
                "video on demand"
            ]
        },
        {
            "codepoint": "1F1AD",
            "name": "MASK WORK SYMBOL",
            "comments": [
                "indicates intellectual property protection for integrated circuit layouts"
            ],
            "crossReferences": [
                "(copyright sign - 00A9)",
                "(circled latin capital letter m - 24C2)"
            ]
        },
        {
            "codepoint": "1F1E6",
            "name": "REGIONAL INDICATOR SYMBOL LETTER A"
        },
        {
            "codepoint": "1F1E7",
            "name": "REGIONAL INDICATOR SYMBOL LETTER B"
        },
        {
            "codepoint": "1F1E8",
            "name": "REGIONAL INDICATOR SYMBOL LETTER C"
        },
        {
            "codepoint": "1F1E9",
            "name": "REGIONAL INDICATOR SYMBOL LETTER D"
        },
        {
            "codepoint": "1F1EA",
            "name": "REGIONAL INDICATOR SYMBOL LETTER E"
        },
        {
            "codepoint": "1F1EB",
            "name": "REGIONAL INDICATOR SYMBOL LETTER F"
        },
        {
            "codepoint": "1F1EC",
            "name": "REGIONAL INDICATOR SYMBOL LETTER G"
        },
        {
            "codepoint": "1F1ED",
            "name": "REGIONAL INDICATOR SYMBOL LETTER H"
        },
        {
            "codepoint": "1F1EE",
            "name": "REGIONAL INDICATOR SYMBOL LETTER I"
        },
        {
            "codepoint": "1F1EF",
            "name": "REGIONAL INDICATOR SYMBOL LETTER J"
        },
        {
            "codepoint": "1F1F0",
            "name": "REGIONAL INDICATOR SYMBOL LETTER K"
        },
        {
            "codepoint": "1F1F1",
            "name": "REGIONAL INDICATOR SYMBOL LETTER L"
        },
        {
            "codepoint": "1F1F2",
            "name": "REGIONAL INDICATOR SYMBOL LETTER M"
        },
        {
            "codepoint": "1F1F3",
            "name": "REGIONAL INDICATOR SYMBOL LETTER N"
        },
        {
            "codepoint": "1F1F4",
            "name": "REGIONAL INDICATOR SYMBOL LETTER O"
        },
        {
            "codepoint": "1F1F5",
            "name": "REGIONAL INDICATOR SYMBOL LETTER P"
        },
        {
            "codepoint": "1F1F6",
            "name": "REGIONAL INDICATOR SYMBOL LETTER Q"
        },
        {
            "codepoint": "1F1F7",
            "name": "REGIONAL INDICATOR SYMBOL LETTER R"
        },
        {
            "codepoint": "1F1F8",
            "name": "REGIONAL INDICATOR SYMBOL LETTER S"
        },
        {
            "codepoint": "1F1F9",
            "name": "REGIONAL INDICATOR SYMBOL LETTER T"
        },
        {
            "codepoint": "1F1FA",
            "name": "REGIONAL INDICATOR SYMBOL LETTER U"
        },
        {
            "codepoint": "1F1FB",
            "name": "REGIONAL INDICATOR SYMBOL LETTER V"
        },
        {
            "codepoint": "1F1FC",
            "name": "REGIONAL INDICATOR SYMBOL LETTER W"
        },
        {
            "codepoint": "1F1FD",
            "name": "REGIONAL INDICATOR SYMBOL LETTER X"
        },
        {
            "codepoint": "1F1FE",
            "name": "REGIONAL INDICATOR SYMBOL LETTER Y"
        },
        {
            "codepoint": "1F1FF",
            "name": "REGIONAL INDICATOR SYMBOL LETTER Z"
        },
        {
            "codepoint": "1F200",
            "name": "SQUARE HIRAGANA HOKA",
            "aliases": [
                "and others"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "307B",
                    "304B"
                ]
            ]
        },
        {
            "codepoint": "1F201",
            "name": "SQUARED KATAKANA KOKO",
            "aliases": [
                "here sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B3",
                    "30B3"
                ]
            ]
        },
        {
            "codepoint": "1F202",
            "name": "SQUARED KATAKANA SA",
            "aliases": [
                "service sign"
            ],
            "crossReferences": [
                "(circled katakana sa - 32DA)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30B5"
                ]
            ]
        },
        {
            "codepoint": "1F210",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-624B",
            "aliases": [
                "broadcasting service with sign language interpretation"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "624B"
                ]
            ]
        },
        {
            "codepoint": "1F211",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5B57",
            "aliases": [
                "close-captioned broadcasting"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5B57"
                ]
            ]
        },
        {
            "codepoint": "1F212",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-53CC",
            "aliases": [
                "two-way broadcasting service"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "53CC"
                ]
            ]
        },
        {
            "codepoint": "1F213",
            "name": "SQUARED KATAKANA DE",
            "aliases": [
                "data broadcasting service linked with a main program"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "30C7"
                ]
            ]
        },
        {
            "codepoint": "1F214",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-4E8C",
            "aliases": [
                "bilingual broadcasting service",
                "second base"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "4E8C"
                ]
            ]
        },
        {
            "codepoint": "1F215",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-591A",
            "aliases": [
                "sound-multiplex broadcasting service"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "591A"
                ]
            ]
        },
        {
            "codepoint": "1F216",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-89E3",
            "aliases": [
                "commentary broadcasting"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "89E3"
                ]
            ]
        },
        {
            "codepoint": "1F217",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5929",
            "aliases": [
                "weather forecast"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5929"
                ]
            ]
        },
        {
            "codepoint": "1F218",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-4EA4",
            "aliases": [
                "traffic information"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "4EA4"
                ]
            ]
        },
        {
            "codepoint": "1F219",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6620",
            "aliases": [
                "drama film"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6620"
                ]
            ]
        },
        {
            "codepoint": "1F21A",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-7121",
            "aliases": [
                "free broadcasting service",
                "non-existence sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "7121"
                ]
            ]
        },
        {
            "codepoint": "1F21B",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6599",
            "aliases": [
                "pay broadcasting service"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6599"
                ]
            ]
        },
        {
            "codepoint": "1F21C",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-524D",
            "aliases": [
                "the first part"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "524D"
                ]
            ]
        },
        {
            "codepoint": "1F21D",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5F8C",
            "aliases": [
                "the latter part"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5F8C"
                ]
            ]
        },
        {
            "codepoint": "1F21E",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-518D",
            "aliases": [
                "rebroadcast"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "518D"
                ]
            ]
        },
        {
            "codepoint": "1F21F",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-65B0",
            "aliases": [
                "new series of programs"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "65B0"
                ]
            ]
        },
        {
            "codepoint": "1F220",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-521D",
            "aliases": [
                "first released program"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "521D"
                ]
            ]
        },
        {
            "codepoint": "1F221",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-7D42",
            "aliases": [
                "the last episode"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "7D42"
                ]
            ]
        },
        {
            "codepoint": "1F222",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-751F",
            "aliases": [
                "live broadcast"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "751F"
                ]
            ]
        },
        {
            "codepoint": "1F223",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-8CA9",
            "aliases": [
                "mail-order"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "8CA9"
                ]
            ]
        },
        {
            "codepoint": "1F224",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-58F0",
            "aliases": [
                "voice actors"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "58F0"
                ]
            ]
        },
        {
            "codepoint": "1F225",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5439",
            "aliases": [
                "dubbed version"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5439"
                ]
            ]
        },
        {
            "codepoint": "1F226",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6F14",
            "aliases": [
                "performed by"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6F14"
                ]
            ]
        },
        {
            "codepoint": "1F227",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6295",
            "aliases": [
                "pitcher"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6295"
                ]
            ]
        },
        {
            "codepoint": "1F228",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6355",
            "aliases": [
                "catcher"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6355"
                ]
            ]
        },
        {
            "codepoint": "1F229",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-4E00",
            "aliases": [
                "first base"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "4E00"
                ]
            ]
        },
        {
            "codepoint": "1F22A",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-4E09",
            "aliases": [
                "third base"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "4E09"
                ]
            ]
        },
        {
            "codepoint": "1F22B",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-904A",
            "aliases": [
                "short stop"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "904A"
                ]
            ]
        },
        {
            "codepoint": "1F22C",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5DE6",
            "aliases": [
                "left field"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5DE6"
                ]
            ]
        },
        {
            "codepoint": "1F22D",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-4E2D",
            "aliases": [
                "center field"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "4E2D"
                ]
            ]
        },
        {
            "codepoint": "1F22E",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-53F3",
            "aliases": [
                "right field"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "53F3"
                ]
            ]
        },
        {
            "codepoint": "1F22F",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6307",
            "aliases": [
                "designated hitter",
                "reserved sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6307"
                ]
            ]
        },
        {
            "codepoint": "1F230",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-8D70",
            "aliases": [
                "runner"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "8D70"
                ]
            ]
        },
        {
            "codepoint": "1F231",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6253",
            "aliases": [
                "batter"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6253"
                ]
            ]
        },
        {
            "codepoint": "1F232",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-7981",
            "aliases": [
                "prohibited sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "7981"
                ]
            ]
        },
        {
            "codepoint": "1F233",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-7A7A",
            "aliases": [
                "empty sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "7A7A"
                ]
            ]
        },
        {
            "codepoint": "1F234",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5408",
            "aliases": [
                "passed sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5408"
                ]
            ]
        },
        {
            "codepoint": "1F235",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6E80",
            "aliases": [
                "full sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6E80"
                ]
            ]
        },
        {
            "codepoint": "1F236",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6709",
            "aliases": [
                "existence sign"
            ],
            "crossReferences": [
                "(circled ideograph have - 3292)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6709"
                ]
            ]
        },
        {
            "codepoint": "1F237",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-6708",
            "aliases": [
                "monthly sign"
            ],
            "crossReferences": [
                "(circled ideograph moon - 328A)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "6708"
                ]
            ]
        },
        {
            "codepoint": "1F238",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-7533",
            "aliases": [
                "application sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "7533"
                ]
            ]
        },
        {
            "codepoint": "1F239",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-5272",
            "aliases": [
                "discount sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "5272"
                ]
            ]
        },
        {
            "codepoint": "1F23A",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-55B6",
            "aliases": [
                "in business sign"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "55B6"
                ]
            ]
        },
        {
            "codepoint": "1F23B",
            "name": "SQUARED CJK UNIFIED IDEOGRAPH-914D",
            "aliases": [
                "program delivery over network (ARIB STD B62)"
            ],
            "compatibilityMappings": [
                [
                    "<square>",
                    "914D"
                ]
            ]
        },
        {
            "codepoint": "1F240",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-672C",
            "aliases": [
                "home run"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "672C",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F241",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E09",
            "aliases": [
                "triple"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "4E09",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F242",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-4E8C",
            "aliases": [
                "double"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "4E8C",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F243",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-5B89",
            "aliases": [
                "safe"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "5B89",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F244",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-70B9",
            "aliases": [
                "run"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "70B9",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F245",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6253",
            "aliases": [
                "hit"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "6253",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F246",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-76D7",
            "aliases": [
                "steal"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "76D7",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F247",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-52DD",
            "aliases": [
                "win"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "52DD",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F248",
            "name": "TORTOISE SHELL BRACKETED CJK UNIFIED IDEOGRAPH-6557",
            "aliases": [
                "loss"
            ],
            "compatibilityMappings": [
                [
                    "3014",
                    "6557",
                    "3015"
                ]
            ]
        },
        {
            "codepoint": "1F250",
            "name": "CIRCLED IDEOGRAPH ADVANTAGE",
            "aliases": [
                "advantage sign"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "5F97"
                ]
            ]
        },
        {
            "codepoint": "1F251",
            "name": "CIRCLED IDEOGRAPH ACCEPT",
            "aliases": [
                "accept sign"
            ],
            "compatibilityMappings": [
                [
                    "<circle>",
                    "53EF"
                ]
            ]
        },
        {
            "codepoint": "1F260",
            "name": "ROUNDED SYMBOL FOR FU",
            "comments": [
                "luck"
            ],
            "crossReferences": [
                "798F"
            ]
        },
        {
            "codepoint": "1F261",
            "name": "ROUNDED SYMBOL FOR LU",
            "comments": [
                "prosperity"
            ],
            "crossReferences": [
                "797F",
                "7984"
            ]
        },
        {
            "codepoint": "1F262",
            "name": "ROUNDED SYMBOL FOR SHOU",
            "comments": [
                "longevity"
            ],
            "crossReferences": [
                "58FD",
                "5BFF"
            ]
        },
        {
            "codepoint": "1F263",
            "name": "ROUNDED SYMBOL FOR XI",
            "comments": [
                "happiness"
            ],
            "crossReferences": [
                "559C"
            ]
        },
        {
            "codepoint": "1F264",
            "name": "ROUNDED SYMBOL FOR SHUANGXI",
            "comments": [
                "double happiness, love and marriage"
            ],
            "crossReferences": [
                "56CD"
            ]
        },
        {
            "codepoint": "1F265",
            "name": "ROUNDED SYMBOL FOR CAI",
            "comments": [
                "wealth"
            ],
            "crossReferences": [
                "8CA1",
                "8D22"
            ]
        },
        {
            "codepoint": "1F300",
            "name": "CYCLONE",
            "aliases": [
                "typhoon, hurricane"
            ]
        },
        {
            "codepoint": "1F301",
            "name": "FOGGY",
            "crossReferences": [
                "(fog - 1F32B)"
            ]
        },
        {
            "codepoint": "1F302",
            "name": "CLOSED UMBRELLA"
        },
        {
            "codepoint": "1F303",
            "name": "NIGHT WITH STARS"
        },
        {
            "codepoint": "1F304",
            "name": "SUNRISE OVER MOUNTAINS"
        },
        {
            "codepoint": "1F305",
            "name": "SUNRISE"
        },
        {
            "codepoint": "1F306",
            "name": "CITYSCAPE AT DUSK",
            "crossReferences": [
                "(cityscape - 1F3D9)"
            ]
        },
        {
            "codepoint": "1F307",
            "name": "SUNSET OVER BUILDINGS"
        },
        {
            "codepoint": "1F308",
            "name": "RAINBOW"
        },
        {
            "codepoint": "1F309",
            "name": "BRIDGE AT NIGHT"
        },
        {
            "codepoint": "1F30A",
            "name": "WATER WAVE",
            "aliases": [
                "tsunami, tidal wave"
            ]
        },
        {
            "codepoint": "1F30B",
            "name": "VOLCANO"
        },
        {
            "codepoint": "1F30C",
            "name": "MILKY WAY"
        },
        {
            "codepoint": "1F30D",
            "name": "EARTH GLOBE EUROPE-AFRICA"
        },
        {
            "codepoint": "1F30E",
            "name": "EARTH GLOBE AMERICAS"
        },
        {
            "codepoint": "1F30F",
            "name": "EARTH GLOBE ASIA-AUSTRALIA"
        },
        {
            "codepoint": "1F310",
            "name": "GLOBE WITH MERIDIANS",
            "comments": [
                "used to indicate international input source, world clocks with time zones, etc."
            ]
        },
        {
            "codepoint": "1F311",
            "name": "NEW MOON SYMBOL",
            "crossReferences": [
                "(black circle - 25CF)"
            ]
        },
        {
            "codepoint": "1F312",
            "name": "WAXING CRESCENT MOON SYMBOL"
        },
        {
            "codepoint": "1F313",
            "name": "FIRST QUARTER MOON SYMBOL",
            "aliases": [
                "half moon"
            ],
            "crossReferences": [
                "(circle with left half black - 25D0)",
                "(first quarter moon - 263D)"
            ]
        },
        {
            "codepoint": "1F314",
            "name": "WAXING GIBBOUS MOON SYMBOL",
            "aliases": [
                "waxing moon"
            ]
        },
        {
            "codepoint": "1F315",
            "name": "FULL MOON SYMBOL",
            "crossReferences": [
                "(white circle - 25CB)"
            ]
        },
        {
            "codepoint": "1F316",
            "name": "WANING GIBBOUS MOON SYMBOL"
        },
        {
            "codepoint": "1F317",
            "name": "LAST QUARTER MOON SYMBOL",
            "crossReferences": [
                "(circle with right half black - 25D1)",
                "(last quarter moon - 263E)"
            ]
        },
        {
            "codepoint": "1F318",
            "name": "WANING CRESCENT MOON SYMBOL"
        },
        {
            "codepoint": "1F319",
            "name": "CRESCENT MOON",
            "comments": [
                "may indicate either the first or last quarter moon"
            ],
            "crossReferences": [
                "(first quarter moon - 263D)",
                "(last quarter moon - 263E)"
            ]
        },
        {
            "codepoint": "1F31A",
            "name": "NEW MOON WITH FACE"
        },
        {
            "codepoint": "1F31B",
            "name": "FIRST QUARTER MOON WITH FACE"
        },
        {
            "codepoint": "1F31C",
            "name": "LAST QUARTER MOON WITH FACE"
        },
        {
            "codepoint": "1F31D",
            "name": "FULL MOON WITH FACE"
        },
        {
            "codepoint": "1F31E",
            "name": "SUN WITH FACE"
        },
        {
            "codepoint": "1F31F",
            "name": "GLOWING STAR",
            "crossReferences": [
                "(white star - 2606)"
            ]
        },
        {
            "codepoint": "1F320",
            "name": "SHOOTING STAR"
        },
        {
            "codepoint": "1F321",
            "name": "THERMOMETER",
            "aliases": [
                "temperature, warm"
            ]
        },
        {
            "codepoint": "1F322",
            "name": "BLACK DROPLET",
            "aliases": [
                "droplet"
            ],
            "crossReferences": [
                "(droplet - 1F4A7)"
            ]
        },
        {
            "codepoint": "1F323",
            "name": "WHITE SUN",
            "aliases": [
                "sunny"
            ],
            "crossReferences": [
                "(black sun with rays - 2600)",
                "(white sun with rays - 263C)"
            ]
        },
        {
            "codepoint": "1F324",
            "name": "WHITE SUN WITH SMALL CLOUD",
            "aliases": [
                "mostly sunny"
            ],
            "crossReferences": [
                "(sun behind cloud - 26C5)"
            ]
        },
        {
            "codepoint": "1F325",
            "name": "WHITE SUN BEHIND CLOUD",
            "aliases": [
                "mostly cloudy"
            ]
        },
        {
            "codepoint": "1F326",
            "name": "WHITE SUN BEHIND CLOUD WITH RAIN",
            "aliases": [
                "showers"
            ]
        },
        {
            "codepoint": "1F327",
            "name": "CLOUD WITH RAIN",
            "aliases": [
                "rain"
            ],
            "crossReferences": [
                "(umbrella - 2602)"
            ]
        },
        {
            "codepoint": "1F328",
            "name": "CLOUD WITH SNOW",
            "aliases": [
                "snow, snow showers"
            ]
        },
        {
            "codepoint": "1F329",
            "name": "CLOUD WITH LIGHTNING",
            "aliases": [
                "lightning, thunderstorm"
            ],
            "crossReferences": [
                "(thunder cloud and rain - 26C8)"
            ]
        },
        {
            "codepoint": "1F32A",
            "name": "CLOUD WITH TORNADO",
            "aliases": [
                "tornado, twister"
            ]
        },
        {
            "codepoint": "1F32B",
            "name": "FOG",
            "crossReferences": [
                "(foggy - 1F301)"
            ]
        },
        {
            "codepoint": "1F32C",
            "name": "WIND BLOWING FACE",
            "aliases": [
                "wind"
            ]
        },
        {
            "codepoint": "1F32D",
            "name": "HOT DOG"
        },
        {
            "codepoint": "1F32E",
            "name": "TACO"
        },
        {
            "codepoint": "1F32F",
            "name": "BURRITO"
        },
        {
            "codepoint": "1F330",
            "name": "CHESTNUT"
        },
        {
            "codepoint": "1F331",
            "name": "SEEDLING"
        },
        {
            "codepoint": "1F332",
            "name": "EVERGREEN TREE",
            "crossReferences": [
                "(national park - 1F3DE)"
            ]
        },
        {
            "codepoint": "1F333",
            "name": "DECIDUOUS TREE"
        },
        {
            "codepoint": "1F334",
            "name": "PALM TREE",
            "crossReferences": [
                "(desert island - 1F3DD)"
            ]
        },
        {
            "codepoint": "1F335",
            "name": "CACTUS",
            "crossReferences": [
                "(desert - 1F3DC)"
            ]
        },
        {
            "codepoint": "1F336",
            "name": "HOT PEPPER",
            "aliases": [
                "hot, spicy"
            ]
        },
        {
            "codepoint": "1F337",
            "name": "TULIP",
            "crossReferences": [
                "(flower - 2698)"
            ]
        },
        {
            "codepoint": "1F338",
            "name": "CHERRY BLOSSOM"
        },
        {
            "codepoint": "1F339",
            "name": "ROSE",
            "crossReferences": [
                "(wilted flower - 1F940)"
            ]
        },
        {
            "codepoint": "1F33A",
            "name": "HIBISCUS"
        },
        {
            "codepoint": "1F33B",
            "name": "SUNFLOWER"
        },
        {
            "codepoint": "1F33C",
            "name": "BLOSSOM",
            "aliases": [
                "daisy"
            ]
        },
        {
            "codepoint": "1F33D",
            "name": "EAR OF MAIZE"
        },
        {
            "codepoint": "1F33E",
            "name": "EAR OF RICE"
        },
        {
            "codepoint": "1F33F",
            "name": "HERB"
        },
        {
            "codepoint": "1F340",
            "name": "FOUR LEAF CLOVER",
            "crossReferences": [
                "(shamrock - 2618)"
            ]
        },
        {
            "codepoint": "1F341",
            "name": "MAPLE LEAF"
        },
        {
            "codepoint": "1F342",
            "name": "FALLEN LEAF"
        },
        {
            "codepoint": "1F343",
            "name": "LEAF FLUTTERING IN WIND"
        },
        {
            "codepoint": "1F344",
            "name": "MUSHROOM"
        },
        {
            "codepoint": "1F345",
            "name": "TOMATO"
        },
        {
            "codepoint": "1F346",
            "name": "AUBERGINE",
            "aliases": [
                "eggplant"
            ]
        },
        {
            "codepoint": "1F347",
            "name": "GRAPES"
        },
        {
            "codepoint": "1F348",
            "name": "MELON"
        },
        {
            "codepoint": "1F349",
            "name": "WATERMELON"
        },
        {
            "codepoint": "1F34A",
            "name": "TANGERINE"
        },
        {
            "codepoint": "1F34B",
            "name": "LEMON"
        },
        {
            "codepoint": "1F34C",
            "name": "BANANA"
        },
        {
            "codepoint": "1F34D",
            "name": "PINEAPPLE"
        },
        {
            "codepoint": "1F34E",
            "name": "RED APPLE"
        },
        {
            "codepoint": "1F34F",
            "name": "GREEN APPLE"
        },
        {
            "codepoint": "1F350",
            "name": "PEAR"
        },
        {
            "codepoint": "1F351",
            "name": "PEACH"
        },
        {
            "codepoint": "1F352",
            "name": "CHERRIES"
        },
        {
            "codepoint": "1F353",
            "name": "STRAWBERRY"
        },
        {
            "codepoint": "1F354",
            "name": "HAMBURGER",
            "aliases": [
                "fast food place"
            ]
        },
        {
            "codepoint": "1F355",
            "name": "SLICE OF PIZZA"
        },
        {
            "codepoint": "1F356",
            "name": "MEAT ON BONE"
        },
        {
            "codepoint": "1F357",
            "name": "POULTRY LEG"
        },
        {
            "codepoint": "1F358",
            "name": "RICE CRACKER"
        },
        {
            "codepoint": "1F359",
            "name": "RICE BALL"
        },
        {
            "codepoint": "1F35A",
            "name": "COOKED RICE",
            "aliases": [
                "bowl of rice"
            ]
        },
        {
            "codepoint": "1F35B",
            "name": "CURRY AND RICE",
            "aliases": [
                "Japanese style curry"
            ]
        },
        {
            "codepoint": "1F35C",
            "name": "STEAMING BOWL",
            "aliases": [
                "ramen noodles"
            ]
        },
        {
            "codepoint": "1F35D",
            "name": "SPAGHETTI"
        },
        {
            "codepoint": "1F35E",
            "name": "BREAD"
        },
        {
            "codepoint": "1F35F",
            "name": "FRENCH FRIES"
        },
        {
            "codepoint": "1F360",
            "name": "ROASTED SWEET POTATO"
        },
        {
            "codepoint": "1F361",
            "name": "DANGO",
            "aliases": [
                "mochi balls on skewer"
            ]
        },
        {
            "codepoint": "1F362",
            "name": "ODEN",
            "aliases": [
                "seafood on skewer"
            ]
        },
        {
            "codepoint": "1F363",
            "name": "SUSHI"
        },
        {
            "codepoint": "1F364",
            "name": "FRIED SHRIMP"
        },
        {
            "codepoint": "1F365",
            "name": "FISH CAKE WITH SWIRL DESIGN"
        },
        {
            "codepoint": "1F366",
            "name": "SOFT ICE CREAM"
        },
        {
            "codepoint": "1F367",
            "name": "SHAVED ICE"
        },
        {
            "codepoint": "1F368",
            "name": "ICE CREAM"
        },
        {
            "codepoint": "1F369",
            "name": "DOUGHNUT"
        },
        {
            "codepoint": "1F36A",
            "name": "COOKIE",
            "aliases": [
                "biscuit"
            ]
        },
        {
            "codepoint": "1F36B",
            "name": "CHOCOLATE BAR"
        },
        {
            "codepoint": "1F36C",
            "name": "CANDY"
        },
        {
            "codepoint": "1F36D",
            "name": "LOLLIPOP"
        },
        {
            "codepoint": "1F36E",
            "name": "CUSTARD"
        },
        {
            "codepoint": "1F36F",
            "name": "HONEY POT"
        },
        {
            "codepoint": "1F370",
            "name": "SHORTCAKE"
        },
        {
            "codepoint": "1F371",
            "name": "BENTO BOX"
        },
        {
            "codepoint": "1F372",
            "name": "POT OF FOOD"
        },
        {
            "codepoint": "1F373",
            "name": "COOKING",
            "aliases": [
                "frying pan, cooking utensil"
            ]
        },
        {
            "codepoint": "1F374",
            "name": "FORK AND KNIFE",
            "aliases": [
                "restaurant, meal"
            ],
            "comments": [
                "glyph may show a fork and spoon",
                "glyph may show a crossed fork and knife"
            ],
            "crossReferences": [
                "(fork and knife with plate - 1F37D)",
                "(spoon - 1F944)"
            ]
        },
        {
            "codepoint": "1F375",
            "name": "TEACUP WITHOUT HANDLE",
            "crossReferences": [
                "(hot beverage - 2615)",
                "(cup on black square - 26FE)"
            ]
        },
        {
            "codepoint": "1F376",
            "name": "SAKE BOTTLE AND CUP"
        },
        {
            "codepoint": "1F377",
            "name": "WINE GLASS"
        },
        {
            "codepoint": "1F378",
            "name": "COCKTAIL GLASS",
            "aliases": [
                "lounge"
            ],
            "crossReferences": [
                "(couch and lamp - 1F6CB)",
                "(tumbler glass - 1F943)"
            ]
        },
        {
            "codepoint": "1F379",
            "name": "TROPICAL DRINK"
        },
        {
            "codepoint": "1F37A",
            "name": "BEER MUG"
        },
        {
            "codepoint": "1F37B",
            "name": "CLINKING BEER MUGS",
            "aliases": [
                "cheers"
            ],
            "crossReferences": [
                "(clinking glasses - 1F942)"
            ]
        },
        {
            "codepoint": "1F37C",
            "name": "BABY BOTTLE"
        },
        {
            "codepoint": "1F37D",
            "name": "FORK AND KNIFE WITH PLATE",
            "aliases": [
                "dining"
            ],
            "crossReferences": [
                "(fork and knife - 1F374)"
            ]
        },
        {
            "codepoint": "1F37E",
            "name": "BOTTLE WITH POPPING CORK"
        },
        {
            "codepoint": "1F37F",
            "name": "POPCORN"
        },
        {
            "codepoint": "1F380",
            "name": "RIBBON"
        },
        {
            "codepoint": "1F381",
            "name": "WRAPPED PRESENT",
            "crossReferences": [
                "(package - 1F4E6)"
            ]
        },
        {
            "codepoint": "1F382",
            "name": "BIRTHDAY CAKE"
        },
        {
            "codepoint": "1F383",
            "name": "JACK-O-LANTERN",
            "aliases": [
                "Hallowe'en"
            ]
        },
        {
            "codepoint": "1F384",
            "name": "CHRISTMAS TREE"
        },
        {
            "codepoint": "1F385",
            "name": "FATHER CHRISTMAS",
            "aliases": [
                "Santa Claus"
            ],
            "crossReferences": [
                "(mother christmas - 1F936)"
            ]
        },
        {
            "codepoint": "1F386",
            "name": "FIREWORKS"
        },
        {
            "codepoint": "1F387",
            "name": "FIREWORK SPARKLER",
            "comments": [
                "long, stick-like firework that looks like a burning incense stick"
            ]
        },
        {
            "codepoint": "1F388",
            "name": "BALLOON"
        },
        {
            "codepoint": "1F389",
            "name": "PARTY POPPER"
        },
        {
            "codepoint": "1F38A",
            "name": "CONFETTI BALL",
            "aliases": [
                "congratulations"
            ]
        },
        {
            "codepoint": "1F38B",
            "name": "TANABATA TREE",
            "aliases": [
                "tanabata tree with wishing papers"
            ]
        },
        {
            "codepoint": "1F38C",
            "name": "CROSSED FLAGS",
            "comments": [
                "Japanese national holiday"
            ]
        },
        {
            "codepoint": "1F38D",
            "name": "PINE DECORATION",
            "comments": [
                "Japanese new year's door decoration"
            ]
        },
        {
            "codepoint": "1F38E",
            "name": "JAPANESE DOLLS",
            "comments": [
                "Japanese Hinamatsuri or girls' doll festival"
            ]
        },
        {
            "codepoint": "1F38F",
            "name": "CARP STREAMER"
        },
        {
            "codepoint": "1F390",
            "name": "WIND CHIME"
        },
        {
            "codepoint": "1F391",
            "name": "MOON VIEWING CEREMONY",
            "comments": [
                "Japanese Otsukimi harvest celebration"
            ]
        },
        {
            "codepoint": "1F392",
            "name": "SCHOOL SATCHEL",
            "comments": [
                "Japanese school entrance ceremony"
            ]
        },
        {
            "codepoint": "1F393",
            "name": "GRADUATION CAP",
            "aliases": [
                "mortarboard, education"
            ],
            "comments": [
                "graduation ceremony"
            ]
        },
        {
            "codepoint": "1F394",
            "name": "HEART WITH TIP ON THE LEFT",
            "aliases": [
                "favorite"
            ],
            "crossReferences": [
                "(black heart suit - 2665)"
            ]
        },
        {
            "codepoint": "1F395",
            "name": "BOUQUET OF FLOWERS",
            "aliases": [
                "occasion"
            ],
            "crossReferences": [
                "(bouquet - 1F490)"
            ]
        },
        {
            "codepoint": "1F396",
            "name": "MILITARY MEDAL"
        },
        {
            "codepoint": "1F397",
            "name": "REMINDER RIBBON"
        },
        {
            "codepoint": "1F398",
            "name": "MUSICAL KEYBOARD WITH JACKS",
            "aliases": [
                "midi, midi keyboard, master keyboard with plugs"
            ],
            "crossReferences": [
                "(musical keyboard - 1F3B9)"
            ]
        },
        {
            "codepoint": "1F399",
            "name": "STUDIO MICROPHONE",
            "aliases": [
                "microphone"
            ],
            "crossReferences": [
                "(microphone - 1F3A4)"
            ]
        },
        {
            "codepoint": "1F39A",
            "name": "LEVEL SLIDER",
            "aliases": [
                "level control"
            ]
        },
        {
            "codepoint": "1F39B",
            "name": "CONTROL KNOBS",
            "aliases": [
                "audio control"
            ]
        },
        {
            "codepoint": "1F39C",
            "name": "BEAMED ASCENDING MUSICAL NOTES",
            "aliases": [
                "musical performance",
                "music, musical background"
            ],
            "comments": [
                "always ascending, unlike 266C"
            ],
            "crossReferences": [
                "(beamed sixteenth notes - 266C)"
            ]
        },
        {
            "codepoint": "1F39D",
            "name": "BEAMED DESCENDING MUSICAL NOTES",
            "comments": [
                "always descending, unlike 266C"
            ],
            "crossReferences": [
                "(beamed eighth notes - 266B)"
            ]
        },
        {
            "codepoint": "1F39E",
            "name": "FILM FRAMES",
            "aliases": [
                "film clip"
            ],
            "crossReferences": [
                "(movie camera - 1F3A5)"
            ]
        },
        {
            "codepoint": "1F39F",
            "name": "ADMISSION TICKETS",
            "aliases": [
                "ticket"
            ],
            "crossReferences": [
                "(ticket - 1F3AB)"
            ]
        },
        {
            "codepoint": "1F3A0",
            "name": "CAROUSEL HORSE",
            "aliases": [
                "amusement park"
            ]
        },
        {
            "codepoint": "1F3A1",
            "name": "FERRIS WHEEL",
            "aliases": [
                "amusement park"
            ]
        },
        {
            "codepoint": "1F3A2",
            "name": "ROLLER COASTER"
        },
        {
            "codepoint": "1F3A3",
            "name": "FISHING POLE AND FISH",
            "aliases": [
                "fishing"
            ]
        },
        {
            "codepoint": "1F3A4",
            "name": "MICROPHONE",
            "aliases": [
                "karaoke"
            ],
            "crossReferences": [
                "(studio microphone - 1F399)"
            ]
        },
        {
            "codepoint": "1F3A5",
            "name": "MOVIE CAMERA",
            "aliases": [
                "film, movies"
            ],
            "crossReferences": [
                "(film frames - 1F39E)"
            ]
        },
        {
            "codepoint": "1F3A6",
            "name": "CINEMA",
            "aliases": [
                "movie theater, movie projector"
            ],
            "crossReferences": [
                "(film projector - 1F4FD)"
            ]
        },
        {
            "codepoint": "1F3A7",
            "name": "HEADPHONE",
            "aliases": [
                "music"
            ]
        },
        {
            "codepoint": "1F3A8",
            "name": "ARTIST PALETTE",
            "aliases": [
                "art"
            ]
        },
        {
            "codepoint": "1F3A9",
            "name": "TOP HAT",
            "aliases": [
                "drama, performing arts, theater"
            ]
        },
        {
            "codepoint": "1F3AA",
            "name": "CIRCUS TENT",
            "aliases": [
                "event"
            ]
        },
        {
            "codepoint": "1F3AB",
            "name": "TICKET",
            "comments": [
                "indicates an event"
            ],
            "crossReferences": [
                "(admission tickets - 1F39F)"
            ]
        },
        {
            "codepoint": "1F3AC",
            "name": "CLAPPER BOARD",
            "aliases": [
                "film"
            ]
        },
        {
            "codepoint": "1F3AD",
            "name": "PERFORMING ARTS",
            "aliases": [
                "theater masks, theater"
            ]
        },
        {
            "codepoint": "1F3AE",
            "name": "VIDEO GAME",
            "aliases": [
                "video game controller"
            ]
        },
        {
            "codepoint": "1F3AF",
            "name": "DIRECT HIT",
            "aliases": [
                "archery target, hitting the target"
            ],
            "crossReferences": [
                "(bullseye - 25CE)"
            ]
        },
        {
            "codepoint": "1F3B0",
            "name": "SLOT MACHINE"
        },
        {
            "codepoint": "1F3B1",
            "name": "BILLIARDS",
            "aliases": [
                "magic 8-ball"
            ]
        },
        {
            "codepoint": "1F3B2",
            "name": "GAME DIE"
        },
        {
            "codepoint": "1F3B3",
            "name": "BOWLING"
        },
        {
            "codepoint": "1F3B4",
            "name": "FLOWER PLAYING CARDS",
            "aliases": [
                "flower cards"
            ]
        },
        {
            "codepoint": "1F3B5",
            "name": "MUSICAL NOTE",
            "aliases": [
                "music, being in good mood"
            ],
            "crossReferences": [
                "(eighth note - 266A)"
            ]
        },
        {
            "codepoint": "1F3B6",
            "name": "MULTIPLE MUSICAL NOTES",
            "aliases": [
                "dancing notes, mood, melody"
            ],
            "crossReferences": [
                "(beamed eighth notes - 266B)"
            ]
        },
        {
            "codepoint": "1F3B7",
            "name": "SAXOPHONE"
        },
        {
            "codepoint": "1F3B8",
            "name": "GUITAR"
        },
        {
            "codepoint": "1F3B9",
            "name": "MUSICAL KEYBOARD",
            "crossReferences": [
                "(musical keyboard with jacks - 1F398)"
            ]
        },
        {
            "codepoint": "1F3BA",
            "name": "TRUMPET"
        },
        {
            "codepoint": "1F3BB",
            "name": "VIOLIN"
        },
        {
            "codepoint": "1F3BC",
            "name": "MUSICAL SCORE",
            "crossReferences": [
                "(musical symbol g clef - 1D11E)"
            ]
        },
        {
            "codepoint": "1F3BD",
            "name": "RUNNING SHIRT WITH SASH",
            "aliases": [
                "ekiden (Japanese)"
            ],
            "comments": [
                "running shirt with separate sash signifies long-distance relay running",
                "symbol is generalized to represent athletics",
                "glyph may be shown with a sash, a stripe, or neither"
            ]
        },
        {
            "codepoint": "1F3BE",
            "name": "TENNIS RACQUET AND BALL",
            "aliases": [
                "tennis"
            ]
        },
        {
            "codepoint": "1F3BF",
            "name": "SKI AND SKI BOOT",
            "aliases": [
                "skiing"
            ],
            "crossReferences": [
                "(skier - 26F7)"
            ]
        },
        {
            "codepoint": "1F3C0",
            "name": "BASKETBALL AND HOOP",
            "aliases": [
                "basketball"
            ]
        },
        {
            "codepoint": "1F3C1",
            "name": "CHEQUERED FLAG",
            "aliases": [
                "motor sports"
            ]
        },
        {
            "codepoint": "1F3C2",
            "name": "SNOWBOARDER"
        },
        {
            "codepoint": "1F3C3",
            "name": "RUNNER",
            "aliases": [
                "running, marathon, track and fields"
            ],
            "crossReferences": [
                "(left half running man - 1FBB2)"
            ]
        },
        {
            "codepoint": "1F3C4",
            "name": "SURFER",
            "aliases": [
                "surfing"
            ]
        },
        {
            "codepoint": "1F3C5",
            "name": "SPORTS MEDAL",
            "crossReferences": [
                "(first place medal - 1F947)"
            ]
        },
        {
            "codepoint": "1F3C6",
            "name": "TROPHY"
        },
        {
            "codepoint": "1F3C7",
            "name": "HORSE RACING"
        },
        {
            "codepoint": "1F3C8",
            "name": "AMERICAN FOOTBALL"
        },
        {
            "codepoint": "1F3C9",
            "name": "RUGBY FOOTBALL"
        },
        {
            "codepoint": "1F3CA",
            "name": "SWIMMER"
        },
        {
            "codepoint": "1F3CB",
            "name": "WEIGHT LIFTER",
            "aliases": [
                "health"
            ]
        },
        {
            "codepoint": "1F3CC",
            "name": "GOLFER"
        },
        {
            "codepoint": "1F3CD",
            "name": "RACING MOTORCYCLE",
            "aliases": [
                "motorcycle"
            ],
            "comments": [
                "may be depicted as an ordinary motorcycle, especially in emoji presentation"
            ]
        },
        {
            "codepoint": "1F3CE",
            "name": "RACING CAR",
            "aliases": [
                "race car"
            ]
        },
        {
            "codepoint": "1F3CF",
            "name": "CRICKET BAT AND BALL"
        },
        {
            "codepoint": "1F3D0",
            "name": "VOLLEYBALL"
        },
        {
            "codepoint": "1F3D1",
            "name": "FIELD HOCKEY STICK AND BALL"
        },
        {
            "codepoint": "1F3D2",
            "name": "ICE HOCKEY STICK AND PUCK"
        },
        {
            "codepoint": "1F3D3",
            "name": "TABLE TENNIS PADDLE AND BALL"
        },
        {
            "codepoint": "1F3D4",
            "name": "SNOW CAPPED MOUNTAIN",
            "crossReferences": [
                "(mountain - 26F0)"
            ]
        },
        {
            "codepoint": "1F3D5",
            "name": "CAMPING",
            "aliases": [
                "camping site"
            ],
            "crossReferences": [
                "(tent - 26FA)"
            ]
        },
        {
            "codepoint": "1F3D6",
            "name": "BEACH WITH UMBRELLA",
            "crossReferences": [
                "(umbrella on ground - 26F1)"
            ]
        },
        {
            "codepoint": "1F3D7",
            "name": "BUILDING CONSTRUCTION",
            "aliases": [
                "under construction"
            ],
            "crossReferences": [
                "(construction sign - 1F6A7)"
            ]
        },
        {
            "codepoint": "1F3D8",
            "name": "HOUSE BUILDINGS",
            "aliases": [
                "town"
            ],
            "crossReferences": [
                "(house with garden - 1F3E1)"
            ]
        },
        {
            "codepoint": "1F3D9",
            "name": "CITYSCAPE",
            "aliases": [
                "skyline, city"
            ],
            "crossReferences": [
                "(cityscape at dusk - 1F306)"
            ]
        },
        {
            "codepoint": "1F3DA",
            "name": "DERELICT HOUSE BUILDING",
            "aliases": [
                "derelict site"
            ]
        },
        {
            "codepoint": "1F3DB",
            "name": "CLASSICAL BUILDING",
            "aliases": [
                "public building"
            ]
        },
        {
            "codepoint": "1F3DC",
            "name": "DESERT",
            "crossReferences": [
                "(cactus - 1F335)"
            ]
        },
        {
            "codepoint": "1F3DD",
            "name": "DESERT ISLAND",
            "aliases": [
                "island"
            ],
            "crossReferences": [
                "(palm tree - 1F334)"
            ]
        },
        {
            "codepoint": "1F3DE",
            "name": "NATIONAL PARK",
            "comments": [
                "by semantic extension has come to connote saving trees, and hence is also used as a symbol meaning \"do not print this (email, document)\""
            ],
            "crossReferences": [
                "(evergreen tree - 1F332)"
            ]
        },
        {
            "codepoint": "1F3DF",
            "name": "STADIUM"
        },
        {
            "codepoint": "1F3E0",
            "name": "HOUSE BUILDING"
        },
        {
            "codepoint": "1F3E1",
            "name": "HOUSE WITH GARDEN",
            "aliases": [
                "home, house with yard"
            ],
            "crossReferences": [
                "(house buildings - 1F3D8)"
            ]
        },
        {
            "codepoint": "1F3E2",
            "name": "OFFICE BUILDING"
        },
        {
            "codepoint": "1F3E3",
            "name": "JAPANESE POST OFFICE",
            "crossReferences": [
                "(postal mark - 3012)"
            ]
        },
        {
            "codepoint": "1F3E4",
            "name": "EUROPEAN POST OFFICE"
        },
        {
            "codepoint": "1F3E5",
            "name": "HOSPITAL",
            "crossReferences": [
                "(black cross on shield - 26E8)"
            ]
        },
        {
            "codepoint": "1F3E6",
            "name": "BANK",
            "crossReferences": [
                "(squared latin capital letter b - 1F131)"
            ]
        },
        {
            "codepoint": "1F3E7",
            "name": "AUTOMATED TELLER MACHINE",
            "aliases": [
                "ATM"
            ]
        },
        {
            "codepoint": "1F3E8",
            "name": "HOTEL",
            "crossReferences": [
                "(negative circled latin capital letter h - 1F157)",
                "(sleeping accommodation - 1F6CC)"
            ]
        },
        {
            "codepoint": "1F3E9",
            "name": "LOVE HOTEL"
        },
        {
            "codepoint": "1F3EA",
            "name": "CONVENIENCE STORE"
        },
        {
            "codepoint": "1F3EB",
            "name": "SCHOOL"
        },
        {
            "codepoint": "1F3EC",
            "name": "DEPARTMENT STORE"
        },
        {
            "codepoint": "1F3ED",
            "name": "FACTORY",
            "aliases": [
                "industrial production site",
                "date of production"
            ],
            "crossReferences": [
                "(gear without hub - 26ED)"
            ]
        },
        {
            "codepoint": "1F3EE",
            "name": "IZAKAYA LANTERN",
            "aliases": [
                "japanese izakaya restaurant"
            ]
        },
        {
            "codepoint": "1F3EF",
            "name": "JAPANESE CASTLE"
        },
        {
            "codepoint": "1F3F0",
            "name": "EUROPEAN CASTLE",
            "crossReferences": [
                "(castle - 26EB)"
            ]
        },
        {
            "codepoint": "1F3F1",
            "name": "WHITE PENNANT",
            "crossReferences": [
                "(triangular flag on post - 1F6A9)"
            ]
        },
        {
            "codepoint": "1F3F2",
            "name": "BLACK PENNANT"
        },
        {
            "codepoint": "1F3F3",
            "name": "WAVING WHITE FLAG",
            "aliases": [
                "flag"
            ],
            "crossReferences": [
                "(white flag - 2690)"
            ]
        },
        {
            "codepoint": "1F3F4",
            "name": "WAVING BLACK FLAG"
        },
        {
            "codepoint": "1F3F5",
            "name": "ROSETTE",
            "crossReferences": [
                "(white florette - 2740)"
            ]
        },
        {
            "codepoint": "1F3F6",
            "name": "BLACK ROSETTE",
            "crossReferences": [
                "(eight petalled outlined black florette - 2741)"
            ]
        },
        {
            "codepoint": "1F3F7",
            "name": "LABEL",
            "aliases": [
                "price, price tag"
            ],
            "crossReferences": [
                "(bookmark - 1F516)"
            ]
        },
        {
            "codepoint": "1F3F8",
            "name": "BADMINTON RACQUET AND SHUTTLECOCK"
        },
        {
            "codepoint": "1F3F9",
            "name": "BOW AND ARROW",
            "aliases": [
                "archery"
            ],
            "comments": [
                "also used for Sagittarius"
            ],
            "crossReferences": [
                "(sagittarius - 2650)"
            ]
        },
        {
            "codepoint": "1F3FA",
            "name": "AMPHORA",
            "comments": [
                "used for Aquarius"
            ],
            "crossReferences": [
                "(aquarius - 2652)",
                "(linear b ideogram vessel b209 - 100E8)"
            ]
        },
        {
            "codepoint": "1F3FB",
            "name": "EMOJI MODIFIER FITZPATRICK TYPE-1-2"
        },
        {
            "codepoint": "1F3FC",
            "name": "EMOJI MODIFIER FITZPATRICK TYPE-3"
        },
        {
            "codepoint": "1F3FD",
            "name": "EMOJI MODIFIER FITZPATRICK TYPE-4"
        },
        {
            "codepoint": "1F3FE",
            "name": "EMOJI MODIFIER FITZPATRICK TYPE-5"
        },
        {
            "codepoint": "1F3FF",
            "name": "EMOJI MODIFIER FITZPATRICK TYPE-6"
        },
        {
            "codepoint": "1F400",
            "name": "RAT",
            "comments": [
                "first of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F401",
            "name": "MOUSE",
            "comments": [
                "first of the signs of the Asian zodiac, used in Persia"
            ]
        },
        {
            "codepoint": "1F402",
            "name": "OX",
            "comments": [
                "second of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F403",
            "name": "WATER BUFFALO",
            "comments": [
                "second of the signs of the Asian zodiac, used in Vietnam"
            ]
        },
        {
            "codepoint": "1F404",
            "name": "COW",
            "comments": [
                "second of the signs of the Asian zodiac, used in Persia"
            ],
            "aliases": [
                "beef (on menus)"
            ]
        },
        {
            "codepoint": "1F405",
            "name": "TIGER",
            "comments": [
                "third of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F406",
            "name": "LEOPARD",
            "comments": [
                "third of the signs of the Asian zodiac, used in Persia"
            ]
        },
        {
            "codepoint": "1F407",
            "name": "RABBIT",
            "comments": [
                "fourth of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F408",
            "name": "CAT",
            "comments": [
                "fourth of the signs of the Asian zodiac, used in Vietnam"
            ]
        },
        {
            "codepoint": "1F409",
            "name": "DRAGON",
            "comments": [
                "fifth of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F40A",
            "name": "CROCODILE",
            "comments": [
                "fifth of the signs of the Asian zodiac, used in Persia"
            ]
        },
        {
            "codepoint": "1F40B",
            "name": "WHALE",
            "comments": [
                "fifth of the signs of the Asian zodiac, used in Persia"
            ]
        },
        {
            "codepoint": "1F40C",
            "name": "SNAIL",
            "comments": [
                "fifth of the signs of the Asian zodiac, used in Kazakhstan"
            ]
        },
        {
            "codepoint": "1F40D",
            "name": "SNAKE",
            "comments": [
                "sixth of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F40E",
            "name": "HORSE",
            "aliases": [
                "equestrian sports"
            ],
            "comments": [
                "seventh of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F40F",
            "name": "RAM",
            "comments": [
                "eighth of the signs of the Asian zodiac"
            ],
            "crossReferences": [
                "(aries - 2648)"
            ]
        },
        {
            "codepoint": "1F410",
            "name": "GOAT",
            "comments": [
                "eighth of the signs of the Asian zodiac, used in Vietnam"
            ]
        },
        {
            "codepoint": "1F411",
            "name": "SHEEP",
            "comments": [
                "eighth of the signs of the Asian zodiac, used in Persia"
            ]
        },
        {
            "codepoint": "1F412",
            "name": "MONKEY",
            "comments": [
                "ninth of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F413",
            "name": "ROOSTER",
            "comments": [
                "tenth of the signs of the Asian zodiac"
            ],
            "aliases": [
                "cock"
            ]
        },
        {
            "codepoint": "1F414",
            "name": "CHICKEN",
            "comments": [
                "tenth of the signs of the Asian zodiac, used in Persia"
            ],
            "aliases": [
                "hen",
                "poultry (on menus)"
            ]
        },
        {
            "codepoint": "1F415",
            "name": "DOG",
            "comments": [
                "eleventh of the signs of the Asian zodiac"
            ]
        },
        {
            "codepoint": "1F416",
            "name": "PIG",
            "comments": [
                "twelfth of the signs of the Asian zodiac"
            ],
            "aliases": [
                "pork (on menus)"
            ]
        },
        {
            "codepoint": "1F417",
            "name": "BOAR",
            "comments": [
                "twelfth of the signs of the Asian zodiac, used in Japan"
            ]
        },
        {
            "codepoint": "1F418",
            "name": "ELEPHANT",
            "comments": [
                "twelfth of the signs of the Asian zodiac, used in Thailand"
            ]
        },
        {
            "codepoint": "1F419",
            "name": "OCTOPUS"
        },
        {
            "codepoint": "1F41A",
            "name": "SPIRAL SHELL"
        },
        {
            "codepoint": "1F41B",
            "name": "BUG"
        },
        {
            "codepoint": "1F41C",
            "name": "ANT"
        },
        {
            "codepoint": "1F41D",
            "name": "HONEYBEE"
        },
        {
            "codepoint": "1F41E",
            "name": "LADY BEETLE",
            "aliases": [
                "ladybird, ladybug, coccinellids"
            ]
        },
        {
            "codepoint": "1F41F",
            "name": "FISH"
        },
        {
            "codepoint": "1F420",
            "name": "TROPICAL FISH"
        },
        {
            "codepoint": "1F421",
            "name": "BLOWFISH"
        },
        {
            "codepoint": "1F422",
            "name": "TURTLE",
            "aliases": [
                "tortoise, terrapin"
            ]
        },
        {
            "codepoint": "1F423",
            "name": "HATCHING CHICK"
        },
        {
            "codepoint": "1F424",
            "name": "BABY CHICK"
        },
        {
            "codepoint": "1F425",
            "name": "FRONT-FACING BABY CHICK"
        },
        {
            "codepoint": "1F426",
            "name": "BIRD"
        },
        {
            "codepoint": "1F427",
            "name": "PENGUIN"
        },
        {
            "codepoint": "1F428",
            "name": "KOALA"
        },
        {
            "codepoint": "1F429",
            "name": "POODLE"
        },
        {
            "codepoint": "1F42A",
            "name": "DROMEDARY CAMEL",
            "comments": [
                "has a single hump"
            ]
        },
        {
            "codepoint": "1F42B",
            "name": "BACTRIAN CAMEL",
            "comments": [
                "has two humps"
            ]
        },
        {
            "codepoint": "1F42C",
            "name": "DOLPHIN"
        },
        {
            "codepoint": "1F42D",
            "name": "MOUSE FACE"
        },
        {
            "codepoint": "1F42E",
            "name": "COW FACE"
        },
        {
            "codepoint": "1F42F",
            "name": "TIGER FACE"
        },
        {
            "codepoint": "1F430",
            "name": "RABBIT FACE"
        },
        {
            "codepoint": "1F431",
            "name": "CAT FACE",
            "crossReferences": [
                "(smiling cat face with open mouth - 1F63A)"
            ]
        },
        {
            "codepoint": "1F432",
            "name": "DRAGON FACE"
        },
        {
            "codepoint": "1F433",
            "name": "SPOUTING WHALE"
        },
        {
            "codepoint": "1F434",
            "name": "HORSE FACE"
        },
        {
            "codepoint": "1F435",
            "name": "MONKEY FACE"
        },
        {
            "codepoint": "1F436",
            "name": "DOG FACE"
        },
        {
            "codepoint": "1F437",
            "name": "PIG FACE"
        },
        {
            "codepoint": "1F438",
            "name": "FROG FACE"
        },
        {
            "codepoint": "1F439",
            "name": "HAMSTER FACE"
        },
        {
            "codepoint": "1F43A",
            "name": "WOLF FACE"
        },
        {
            "codepoint": "1F43B",
            "name": "BEAR FACE"
        },
        {
            "codepoint": "1F43C",
            "name": "PANDA FACE"
        },
        {
            "codepoint": "1F43D",
            "name": "PIG NOSE"
        },
        {
            "codepoint": "1F43E",
            "name": "PAW PRINTS",
            "crossReferences": [
                "(footprints - 1F463)"
            ]
        },
        {
            "codepoint": "1F43F",
            "name": "CHIPMUNK",
            "aliases": [
                "animal, critter"
            ],
            "comments": [
                "also used to represent a squirrel"
            ]
        },
        {
            "codepoint": "1F440",
            "name": "EYES"
        },
        {
            "codepoint": "1F441",
            "name": "EYE",
            "aliases": [
                "sight"
            ]
        },
        {
            "codepoint": "1F442",
            "name": "EAR"
        },
        {
            "codepoint": "1F443",
            "name": "NOSE"
        },
        {
            "codepoint": "1F444",
            "name": "MOUTH"
        },
        {
            "codepoint": "1F445",
            "name": "TONGUE"
        },
        {
            "codepoint": "1F446",
            "name": "WHITE UP POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white up pointing index - 261D)",
                "(black up pointing backhand index - 1F5A2)"
            ]
        },
        {
            "codepoint": "1F447",
            "name": "WHITE DOWN POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white down pointing index - 261F)",
                "(white down pointing left hand index - 1F597)",
                "(black down pointing backhand index - 1F5A3)"
            ]
        },
        {
            "codepoint": "1F448",
            "name": "WHITE LEFT POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white left pointing index - 261C)",
                "(black left pointing backhand index - 1F59C)",
                "(leftwards hand - 1FAF2)"
            ]
        },
        {
            "codepoint": "1F449",
            "name": "WHITE RIGHT POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white right pointing index - 261E)",
                "(black right pointing backhand index - 1F59D)",
                "(rightwards hand - 1FAF1)"
            ]
        },
        {
            "codepoint": "1F44A",
            "name": "FISTED HAND SIGN",
            "aliases": [
                "punch"
            ],
            "crossReferences": [
                "(raised fist - 270A)"
            ]
        },
        {
            "codepoint": "1F44B",
            "name": "WAVING HAND SIGN",
            "crossReferences": [
                "(raised hand - 270B)"
            ]
        },
        {
            "codepoint": "1F44C",
            "name": "OK HAND SIGN",
            "crossReferences": [
                "(turned ok hand sign - 1F58F)"
            ]
        },
        {
            "codepoint": "1F44D",
            "name": "THUMBS UP SIGN",
            "crossReferences": [
                "(reversed thumbs up sign - 1F592)"
            ]
        },
        {
            "codepoint": "1F44E",
            "name": "THUMBS DOWN SIGN",
            "crossReferences": [
                "(reversed thumbs down sign - 1F593)"
            ]
        },
        {
            "codepoint": "1F44F",
            "name": "CLAPPING HANDS SIGN"
        },
        {
            "codepoint": "1F450",
            "name": "OPEN HANDS SIGN"
        },
        {
            "codepoint": "1F451",
            "name": "CROWN"
        },
        {
            "codepoint": "1F452",
            "name": "WOMANS HAT"
        },
        {
            "codepoint": "1F453",
            "name": "EYEGLASSES"
        },
        {
            "codepoint": "1F454",
            "name": "NECKTIE"
        },
        {
            "codepoint": "1F455",
            "name": "T-SHIRT"
        },
        {
            "codepoint": "1F456",
            "name": "JEANS"
        },
        {
            "codepoint": "1F457",
            "name": "DRESS"
        },
        {
            "codepoint": "1F458",
            "name": "KIMONO"
        },
        {
            "codepoint": "1F459",
            "name": "BIKINI"
        },
        {
            "codepoint": "1F45A",
            "name": "WOMANS CLOTHES"
        },
        {
            "codepoint": "1F45B",
            "name": "PURSE"
        },
        {
            "codepoint": "1F45C",
            "name": "HANDBAG"
        },
        {
            "codepoint": "1F45D",
            "name": "POUCH"
        },
        {
            "codepoint": "1F45E",
            "name": "MANS SHOE"
        },
        {
            "codepoint": "1F45F",
            "name": "ATHLETIC SHOE",
            "aliases": [
                "runner, sneaker, tennis shoe"
            ]
        },
        {
            "codepoint": "1F460",
            "name": "HIGH-HEELED SHOE"
        },
        {
            "codepoint": "1F461",
            "name": "WOMANS SANDAL"
        },
        {
            "codepoint": "1F462",
            "name": "WOMANS BOOTS"
        },
        {
            "codepoint": "1F463",
            "name": "FOOTPRINTS",
            "crossReferences": [
                "(paw prints - 1F43E)"
            ]
        },
        {
            "codepoint": "1F464",
            "name": "BUST IN SILHOUETTE",
            "aliases": [
                "guest account"
            ]
        },
        {
            "codepoint": "1F465",
            "name": "BUSTS IN SILHOUETTE",
            "aliases": [
                "accounts"
            ]
        },
        {
            "codepoint": "1F466",
            "name": "BOY"
        },
        {
            "codepoint": "1F467",
            "name": "GIRL",
            "crossReferences": [
                "(child - 1F9D2)"
            ]
        },
        {
            "codepoint": "1F468",
            "name": "MAN"
        },
        {
            "codepoint": "1F469",
            "name": "WOMAN",
            "crossReferences": [
                "(adult - 1F9D1)"
            ]
        },
        {
            "codepoint": "1F46A",
            "name": "FAMILY",
            "aliases": [
                "rated for family"
            ]
        },
        {
            "codepoint": "1F46B",
            "name": "MAN AND WOMAN HOLDING HANDS",
            "crossReferences": [
                "(restroom - 1F6BB)"
            ]
        },
        {
            "codepoint": "1F46C",
            "name": "TWO MEN HOLDING HANDS"
        },
        {
            "codepoint": "1F46D",
            "name": "TWO WOMEN HOLDING HANDS"
        },
        {
            "codepoint": "1F46E",
            "name": "POLICE OFFICER"
        },
        {
            "codepoint": "1F46F",
            "name": "WOMAN WITH BUNNY EARS",
            "comments": [
                "most popularly depicted as two women dancing"
            ]
        },
        {
            "codepoint": "1F470",
            "name": "BRIDE WITH VEIL",
            "crossReferences": [
                "(man in tuxedo - 1F935)"
            ]
        },
        {
            "codepoint": "1F471",
            "name": "PERSON WITH BLOND HAIR"
        },
        {
            "codepoint": "1F472",
            "name": "MAN WITH GUA PI MAO"
        },
        {
            "codepoint": "1F473",
            "name": "MAN WITH TURBAN",
            "comments": [
                "may be shown with or without a beard"
            ]
        },
        {
            "codepoint": "1F474",
            "name": "OLDER MAN"
        },
        {
            "codepoint": "1F475",
            "name": "OLDER WOMAN",
            "crossReferences": [
                "(older adult - 1F9D3)"
            ]
        },
        {
            "codepoint": "1F476",
            "name": "BABY"
        },
        {
            "codepoint": "1F477",
            "name": "CONSTRUCTION WORKER",
            "comments": [
                "the helmet may show a green cross, used as a safety reminder in Japan"
            ],
            "crossReferences": [
                "(helmet with white cross - 26D1)"
            ]
        },
        {
            "codepoint": "1F478",
            "name": "PRINCESS",
            "crossReferences": [
                "(prince - 1F934)",
                "(person with crown - 1FAC5)"
            ]
        },
        {
            "codepoint": "1F479",
            "name": "JAPANESE OGRE"
        },
        {
            "codepoint": "1F47A",
            "name": "JAPANESE GOBLIN"
        },
        {
            "codepoint": "1F47B",
            "name": "GHOST"
        },
        {
            "codepoint": "1F47C",
            "name": "BABY ANGEL"
        },
        {
            "codepoint": "1F47D",
            "name": "EXTRATERRESTRIAL ALIEN",
            "crossReferences": [
                "(flying saucer - 1F6F8)"
            ]
        },
        {
            "codepoint": "1F47E",
            "name": "ALIEN MONSTER",
            "crossReferences": [
                "(robot face - 1F916)"
            ]
        },
        {
            "codepoint": "1F47F",
            "name": "IMP",
            "comments": [
                "commonly depicted as a frowning/angry version of 1F608 smiling face with horns"
            ]
        },
        {
            "codepoint": "1F480",
            "name": "SKULL"
        },
        {
            "codepoint": "1F481",
            "name": "INFORMATION DESK PERSON",
            "comments": [
                "often used to indicate \"sassy\" or \"carefree\""
            ]
        },
        {
            "codepoint": "1F482",
            "name": "GUARDSMAN"
        },
        {
            "codepoint": "1F483",
            "name": "DANCER",
            "comments": [
                "also used for \"let's party\""
            ],
            "crossReferences": [
                "(man dancing - 1F57A)"
            ]
        },
        {
            "codepoint": "1F484",
            "name": "LIPSTICK"
        },
        {
            "codepoint": "1F485",
            "name": "NAIL POLISH",
            "aliases": [
                "manicure, nail care"
            ]
        },
        {
            "codepoint": "1F486",
            "name": "FACE MASSAGE"
        },
        {
            "codepoint": "1F487",
            "name": "HAIRCUT",
            "comments": [
                "usually indicates a beauty parlor"
            ]
        },
        {
            "codepoint": "1F488",
            "name": "BARBER POLE"
        },
        {
            "codepoint": "1F489",
            "name": "SYRINGE"
        },
        {
            "codepoint": "1F48A",
            "name": "PILL"
        },
        {
            "codepoint": "1F48B",
            "name": "KISS MARK",
            "aliases": [
                "lips"
            ],
            "crossReferences": [
                "(lips - 1F5E2)"
            ]
        },
        {
            "codepoint": "1F48C",
            "name": "LOVE LETTER"
        },
        {
            "codepoint": "1F48D",
            "name": "RING",
            "aliases": [
                "jewelry"
            ]
        },
        {
            "codepoint": "1F48E",
            "name": "GEM STONE"
        },
        {
            "codepoint": "1F48F",
            "name": "KISS",
            "aliases": [
                "two people kissing"
            ]
        },
        {
            "codepoint": "1F490",
            "name": "BOUQUET",
            "crossReferences": [
                "(bouquet of flowers - 1F395)"
            ]
        },
        {
            "codepoint": "1F491",
            "name": "COUPLE WITH HEART"
        },
        {
            "codepoint": "1F492",
            "name": "WEDDING",
            "aliases": [
                "wedding chapel"
            ],
            "crossReferences": [
                "(marriage symbol - 26AD)"
            ]
        },
        {
            "codepoint": "1F493",
            "name": "BEATING HEART"
        },
        {
            "codepoint": "1F494",
            "name": "BROKEN HEART"
        },
        {
            "codepoint": "1F495",
            "name": "TWO HEARTS"
        },
        {
            "codepoint": "1F496",
            "name": "SPARKLING HEART"
        },
        {
            "codepoint": "1F497",
            "name": "GROWING HEART"
        },
        {
            "codepoint": "1F498",
            "name": "HEART WITH ARROW"
        },
        {
            "codepoint": "1F499",
            "name": "BLUE HEART",
            "crossReferences": [
                "(white heart suit - 2661)",
                "(black heart suit - 2665)",
                "(heavy black heart - 2764)",
                "(white heart - 1F90D)",
                "(orange heart - 1F9E1)",
                "(light blue heart - 1FA75)"
            ]
        },
        {
            "codepoint": "1F49A",
            "name": "GREEN HEART"
        },
        {
            "codepoint": "1F49B",
            "name": "YELLOW HEART"
        },
        {
            "codepoint": "1F49C",
            "name": "PURPLE HEART"
        },
        {
            "codepoint": "1F49D",
            "name": "HEART WITH RIBBON"
        },
        {
            "codepoint": "1F49E",
            "name": "REVOLVING HEARTS"
        },
        {
            "codepoint": "1F49F",
            "name": "HEART DECORATION"
        },
        {
            "codepoint": "1F4A0",
            "name": "DIAMOND SHAPE WITH A DOT INSIDE",
            "aliases": [
                "kawaii, cute"
            ],
            "comments": [
                "meaning of cuteness is based on association of glyph with shape of a flower"
            ],
            "crossReferences": [
                "(white diamond with centred dot - 27D0)"
            ]
        },
        {
            "codepoint": "1F4A1",
            "name": "ELECTRIC LIGHT BULB",
            "aliases": [
                "idea"
            ]
        },
        {
            "codepoint": "1F4A2",
            "name": "ANGER SYMBOL"
        },
        {
            "codepoint": "1F4A3",
            "name": "BOMB"
        },
        {
            "codepoint": "1F4A4",
            "name": "SLEEPING SYMBOL"
        },
        {
            "codepoint": "1F4A5",
            "name": "COLLISION SYMBOL",
            "crossReferences": [
                "(mood bubble - 1F5F0)"
            ]
        },
        {
            "codepoint": "1F4A6",
            "name": "SPLASHING SWEAT SYMBOL",
            "aliases": [
                "plewds"
            ]
        },
        {
            "codepoint": "1F4A7",
            "name": "DROPLET",
            "comments": [
                "represents a drop of sweat or drop of water"
            ],
            "crossReferences": [
                "(black droplet - 1F322)",
                "(drop of blood - 1FA78)"
            ]
        },
        {
            "codepoint": "1F4A8",
            "name": "DASH SYMBOL",
            "aliases": [
                "running dash, briffits"
            ]
        },
        {
            "codepoint": "1F4A9",
            "name": "PILE OF POO",
            "aliases": [
                "dog dirt"
            ],
            "comments": [
                "may be depicted with or without a friendly face"
            ]
        },
        {
            "codepoint": "1F4AA",
            "name": "FLEXED BICEPS",
            "aliases": [
                "strong, muscled"
            ]
        },
        {
            "codepoint": "1F4AB",
            "name": "DIZZY SYMBOL",
            "aliases": [
                "circling stars, squeans"
            ]
        },
        {
            "codepoint": "1F4AC",
            "name": "SPEECH BALLOON",
            "aliases": [
                "comic book conversation bubble"
            ]
        },
        {
            "codepoint": "1F4AD",
            "name": "THOUGHT BALLOON",
            "crossReferences": [
                "(right thought bubble - 1F5ED)"
            ]
        },
        {
            "codepoint": "1F4AE",
            "name": "WHITE FLOWER",
            "aliases": [
                "brilliant homework"
            ],
            "crossReferences": [
                "(white florette - 2740)"
            ]
        },
        {
            "codepoint": "1F4AF",
            "name": "HUNDRED POINTS SYMBOL",
            "aliases": [
                "perfect score"
            ]
        },
        {
            "codepoint": "1F4B0",
            "name": "MONEY BAG",
            "comments": [
                "glyph may show any currency symbol instead of a dollar sign"
            ]
        },
        {
            "codepoint": "1F4B1",
            "name": "CURRENCY EXCHANGE"
        },
        {
            "codepoint": "1F4B2",
            "name": "HEAVY DOLLAR SIGN",
            "crossReferences": [
                "(dollar sign - 0024)"
            ]
        },
        {
            "codepoint": "1F4B3",
            "name": "CREDIT CARD"
        },
        {
            "codepoint": "1F4B4",
            "name": "BANKNOTE WITH YEN SIGN"
        },
        {
            "codepoint": "1F4B5",
            "name": "BANKNOTE WITH DOLLAR SIGN"
        },
        {
            "codepoint": "1F4B6",
            "name": "BANKNOTE WITH EURO SIGN"
        },
        {
            "codepoint": "1F4B7",
            "name": "BANKNOTE WITH POUND SIGN"
        },
        {
            "codepoint": "1F4B8",
            "name": "MONEY WITH WINGS"
        },
        {
            "codepoint": "1F4B9",
            "name": "CHART WITH UPWARDS TREND AND YEN SIGN"
        },
        {
            "codepoint": "1F4BA",
            "name": "SEAT",
            "comments": [
                "intended to denote a reserved or ticketed seat, as for an airplane, train, or theater"
            ]
        },
        {
            "codepoint": "1F4BB",
            "name": "PERSONAL COMPUTER",
            "crossReferences": [
                "(old personal computer - 1F5B3)"
            ]
        },
        {
            "codepoint": "1F4BC",
            "name": "BRIEFCASE"
        },
        {
            "codepoint": "1F4BD",
            "name": "MINIDISC"
        },
        {
            "codepoint": "1F4BE",
            "name": "FLOPPY DISK",
            "aliases": [
                "flexible disk cartridge, floppy disc, floppy, diskette"
            ],
            "crossReferences": [
                "(black hard shell floppy disk - 1F5AA)"
            ]
        },
        {
            "codepoint": "1F4BF",
            "name": "OPTICAL DISC",
            "crossReferences": [
                "(optical disc icon - 1F5B8)"
            ]
        },
        {
            "codepoint": "1F4C0",
            "name": "DVD",
            "aliases": [
                "digital video/versatile disc"
            ]
        },
        {
            "codepoint": "1F4C1",
            "name": "FILE FOLDER",
            "crossReferences": [
                "(folder - 1F5C0)"
            ]
        },
        {
            "codepoint": "1F4C2",
            "name": "OPEN FILE FOLDER",
            "crossReferences": [
                "(open folder - 1F5C1)"
            ]
        },
        {
            "codepoint": "1F4C3",
            "name": "PAGE WITH CURL",
            "crossReferences": [
                "(page - 1F5CF)"
            ]
        },
        {
            "codepoint": "1F4C4",
            "name": "PAGE FACING UP",
            "crossReferences": [
                "(document - 1F5CE)"
            ]
        },
        {
            "codepoint": "1F4C5",
            "name": "CALENDAR",
            "crossReferences": [
                "(spiral note pad - 1F5D2)"
            ]
        },
        {
            "codepoint": "1F4C6",
            "name": "TEAR-OFF CALENDAR",
            "crossReferences": [
                "(spiral calendar pad - 1F5D3)"
            ]
        },
        {
            "codepoint": "1F4C7",
            "name": "CARD INDEX",
            "crossReferences": [
                "(card index dividers - 1F5C2)"
            ]
        },
        {
            "codepoint": "1F4C8",
            "name": "CHART WITH UPWARDS TREND",
            "crossReferences": [
                "(stock chart - 1F5E0)"
            ]
        },
        {
            "codepoint": "1F4C9",
            "name": "CHART WITH DOWNWARDS TREND"
        },
        {
            "codepoint": "1F4CA",
            "name": "BAR CHART"
        },
        {
            "codepoint": "1F4CB",
            "name": "CLIPBOARD"
        },
        {
            "codepoint": "1F4CC",
            "name": "PUSHPIN",
            "crossReferences": [
                "(black pushpin - 1F588)"
            ]
        },
        {
            "codepoint": "1F4CD",
            "name": "ROUND PUSHPIN"
        },
        {
            "codepoint": "1F4CE",
            "name": "PAPERCLIP",
            "crossReferences": [
                "(linked paperclips - 1F587)"
            ]
        },
        {
            "codepoint": "1F4CF",
            "name": "STRAIGHT RULER"
        },
        {
            "codepoint": "1F4D0",
            "name": "TRIANGULAR RULER"
        },
        {
            "codepoint": "1F4D1",
            "name": "BOOKMARK TABS"
        },
        {
            "codepoint": "1F4D2",
            "name": "LEDGER"
        },
        {
            "codepoint": "1F4D3",
            "name": "NOTEBOOK"
        },
        {
            "codepoint": "1F4D4",
            "name": "NOTEBOOK WITH DECORATIVE COVER"
        },
        {
            "codepoint": "1F4D5",
            "name": "CLOSED BOOK"
        },
        {
            "codepoint": "1F4D6",
            "name": "OPEN BOOK",
            "aliases": [
                "read operator's manual"
            ],
            "comments": [
                "similar to ISO/IEC 7000-0790 \"Read operator's manual\""
            ],
            "crossReferences": [
                "(book - 1F56E)"
            ]
        },
        {
            "codepoint": "1F4D7",
            "name": "GREEN BOOK"
        },
        {
            "codepoint": "1F4D8",
            "name": "BLUE BOOK"
        },
        {
            "codepoint": "1F4D9",
            "name": "ORANGE BOOK"
        },
        {
            "codepoint": "1F4DA",
            "name": "BOOKS"
        },
        {
            "codepoint": "1F4DB",
            "name": "NAME BADGE"
        },
        {
            "codepoint": "1F4DC",
            "name": "SCROLL"
        },
        {
            "codepoint": "1F4DD",
            "name": "MEMO"
        },
        {
            "codepoint": "1F4DE",
            "name": "TELEPHONE RECEIVER",
            "comments": [
                "commonly oriented rightwards, so that a face emoticon can be positioned to the right"
            ],
            "crossReferences": [
                "(left hand telephone receiver - 1F57B)",
                "(right hand telephone receiver - 1F57D)"
            ]
        },
        {
            "codepoint": "1F4DF",
            "name": "PAGER"
        },
        {
            "codepoint": "1F4E0",
            "name": "FAX MACHINE",
            "crossReferences": [
                "(facsimile sign - 213B)",
                "(telephone receiver with page - 1F57C)",
                "(printer - 1F5A8)",
                "(fax icon - 1F5B7)"
            ]
        },
        {
            "codepoint": "1F4E1",
            "name": "SATELLITE ANTENNA",
            "aliases": [
                "position indicator, news"
            ]
        },
        {
            "codepoint": "1F4E2",
            "name": "PUBLIC ADDRESS LOUDSPEAKER"
        },
        {
            "codepoint": "1F4E3",
            "name": "CHEERING MEGAPHONE",
            "crossReferences": [
                "(bullhorn with sound waves - 1F56C)"
            ]
        },
        {
            "codepoint": "1F4E4",
            "name": "OUTBOX TRAY"
        },
        {
            "codepoint": "1F4E5",
            "name": "INBOX TRAY"
        },
        {
            "codepoint": "1F4E6",
            "name": "PACKAGE",
            "crossReferences": [
                "(wrapped present - 1F381)"
            ]
        },
        {
            "codepoint": "1F4E7",
            "name": "E-MAIL SYMBOL",
            "comments": [
                "glyph may show an E instead of an"
            ],
            "crossReferences": [
                "(envelope with lightning - 1F584)"
            ]
        },
        {
            "codepoint": "1F4E8",
            "name": "INCOMING ENVELOPE",
            "crossReferences": [
                "(envelope - 2709)"
            ]
        },
        {
            "codepoint": "1F4E9",
            "name": "ENVELOPE WITH DOWNWARDS ARROW ABOVE",
            "comments": [
                "sending mail"
            ],
            "crossReferences": [
                "(flying envelope - 1F585)"
            ]
        },
        {
            "codepoint": "1F4EA",
            "name": "CLOSED MAILBOX WITH LOWERED FLAG",
            "aliases": [
                "letter box, mail reception",
                "empty mailbox"
            ]
        },
        {
            "codepoint": "1F4EB",
            "name": "CLOSED MAILBOX WITH RAISED FLAG",
            "aliases": [
                "mailbox containing mail"
            ]
        },
        {
            "codepoint": "1F4EC",
            "name": "OPEN MAILBOX WITH RAISED FLAG"
        },
        {
            "codepoint": "1F4ED",
            "name": "OPEN MAILBOX WITH LOWERED FLAG"
        },
        {
            "codepoint": "1F4EE",
            "name": "POSTBOX",
            "aliases": [
                "mailbox for sending mail"
            ]
        },
        {
            "codepoint": "1F4EF",
            "name": "POSTAL HORN"
        },
        {
            "codepoint": "1F4F0",
            "name": "NEWSPAPER",
            "crossReferences": [
                "(rolled-up newspaper - 1F5DE)"
            ]
        },
        {
            "codepoint": "1F4F1",
            "name": "MOBILE PHONE",
            "crossReferences": [
                "(clamshell mobile phone - 1F581)"
            ]
        },
        {
            "codepoint": "1F4F2",
            "name": "MOBILE PHONE WITH RIGHTWARDS ARROW AT LEFT",
            "comments": [
                "making a phone call"
            ]
        },
        {
            "codepoint": "1F4F3",
            "name": "VIBRATION MODE"
        },
        {
            "codepoint": "1F4F4",
            "name": "MOBILE PHONE OFF"
        },
        {
            "codepoint": "1F4F5",
            "name": "NO MOBILE PHONES"
        },
        {
            "codepoint": "1F4F6",
            "name": "ANTENNA WITH BARS",
            "aliases": [
                "cellular reception"
            ]
        },
        {
            "codepoint": "1F4F7",
            "name": "CAMERA"
        },
        {
            "codepoint": "1F4F8",
            "name": "CAMERA WITH FLASH"
        },
        {
            "codepoint": "1F4F9",
            "name": "VIDEO CAMERA",
            "aliases": [
                "video"
            ]
        },
        {
            "codepoint": "1F4FA",
            "name": "TELEVISION"
        },
        {
            "codepoint": "1F4FB",
            "name": "RADIO"
        },
        {
            "codepoint": "1F4FC",
            "name": "VIDEOCASSETTE"
        },
        {
            "codepoint": "1F4FD",
            "name": "FILM PROJECTOR",
            "aliases": [
                "movies"
            ],
            "crossReferences": [
                "(cinema - 1F3A6)"
            ]
        },
        {
            "codepoint": "1F4FE",
            "name": "PORTABLE STEREO",
            "aliases": [
                "stereo"
            ]
        },
        {
            "codepoint": "1F4FF",
            "name": "PRAYER BEADS"
        },
        {
            "codepoint": "1F500",
            "name": "TWISTED RIGHTWARDS ARROWS",
            "aliases": [
                "shuffle"
            ]
        },
        {
            "codepoint": "1F501",
            "name": "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS",
            "aliases": [
                "repeat"
            ],
            "crossReferences": [
                "(black universal recycling symbol - 267B)"
            ]
        },
        {
            "codepoint": "1F502",
            "name": "CLOCKWISE RIGHTWARDS AND LEFTWARDS OPEN CIRCLE ARROWS WITH CIRCLED ONE OVERLAY",
            "aliases": [
                "repeat one item over"
            ]
        },
        {
            "codepoint": "1F503",
            "name": "CLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
            "aliases": [
                "reload"
            ],
            "crossReferences": [
                "(clockwise right and left semicircle arrows - 1F5D8)"
            ]
        },
        {
            "codepoint": "1F504",
            "name": "ANTICLOCKWISE DOWNWARDS AND UPWARDS OPEN CIRCLE ARROWS",
            "aliases": [
                "reload"
            ]
        },
        {
            "codepoint": "1F505",
            "name": "LOW BRIGHTNESS SYMBOL"
        },
        {
            "codepoint": "1F506",
            "name": "HIGH BRIGHTNESS SYMBOL",
            "crossReferences": [
                "(black sun with rays - 2600)",
                "(white sun with rays - 263C)",
                "(gear without hub - 26ED)"
            ]
        },
        {
            "codepoint": "1F507",
            "name": "SPEAKER WITH CANCELLATION STROKE"
        },
        {
            "codepoint": "1F508",
            "name": "SPEAKER",
            "aliases": [
                "left speaker"
            ],
            "crossReferences": [
                "(right speaker - 1F568)",
                "(bullhorn - 1F56B)"
            ]
        },
        {
            "codepoint": "1F509",
            "name": "SPEAKER WITH ONE SOUND WAVE"
        },
        {
            "codepoint": "1F50A",
            "name": "SPEAKER WITH THREE SOUND WAVES",
            "aliases": [
                "sound"
            ]
        },
        {
            "codepoint": "1F50B",
            "name": "BATTERY",
            "crossReferences": [
                "(low battery - 1FAAB)"
            ]
        },
        {
            "codepoint": "1F50C",
            "name": "ELECTRIC PLUG"
        },
        {
            "codepoint": "1F50D",
            "name": "LEFT-POINTING MAGNIFYING GLASS",
            "aliases": [
                "search"
            ],
            "crossReferences": [
                "(bullhorn with sound waves - 1F56C)"
            ]
        },
        {
            "codepoint": "1F50E",
            "name": "RIGHT-POINTING MAGNIFYING GLASS",
            "aliases": [
                "get more details"
            ]
        },
        {
            "codepoint": "1F50F",
            "name": "LOCK WITH INK PEN",
            "aliases": [
                "privacy"
            ]
        },
        {
            "codepoint": "1F510",
            "name": "CLOSED LOCK WITH KEY",
            "aliases": [
                "secure"
            ]
        },
        {
            "codepoint": "1F511",
            "name": "KEY",
            "crossReferences": [
                "(squared key - 26BF)",
                "(old key - 1F5DD)"
            ]
        },
        {
            "codepoint": "1F512",
            "name": "LOCK",
            "aliases": [
                "padlock in locked position"
            ]
        },
        {
            "codepoint": "1F513",
            "name": "OPEN LOCK"
        },
        {
            "codepoint": "1F514",
            "name": "BELL",
            "crossReferences": [
                "(tibetan symbol dril bu - 0FC4)",
                "(symbol for bell - 2407)",
                "(ringing bell - 1F56D)"
            ]
        },
        {
            "codepoint": "1F515",
            "name": "BELL WITH CANCELLATION STROKE"
        },
        {
            "codepoint": "1F516",
            "name": "BOOKMARK",
            "comments": [
                "indicates a bookmark, not a price tag"
            ],
            "crossReferences": [
                "(label - 1F3F7)"
            ]
        },
        {
            "codepoint": "1F517",
            "name": "LINK SYMBOL"
        },
        {
            "codepoint": "1F518",
            "name": "RADIO BUTTON",
            "crossReferences": [
                "(circled dot operator - 2299)",
                "(fisheye - 25C9)",
                "(bullseye - 25CE)"
            ]
        },
        {
            "codepoint": "1F519",
            "name": "BACK WITH LEFTWARDS ARROW ABOVE",
            "crossReferences": [
                "(previous page - 2397)"
            ]
        },
        {
            "codepoint": "1F51A",
            "name": "END WITH LEFTWARDS ARROW ABOVE"
        },
        {
            "codepoint": "1F51B",
            "name": "ON WITH EXCLAMATION MARK WITH LEFT RIGHT ARROW ABOVE"
        },
        {
            "codepoint": "1F51C",
            "name": "SOON WITH RIGHTWARDS ARROW ABOVE"
        },
        {
            "codepoint": "1F51D",
            "name": "TOP WITH UPWARDS ARROW ABOVE",
            "aliases": [
                "top of page"
            ]
        },
        {
            "codepoint": "1F51E",
            "name": "NO ONE UNDER EIGHTEEN SYMBOL"
        },
        {
            "codepoint": "1F51F",
            "name": "KEYCAP TEN",
            "crossReferences": [
                "(combining enclosing keycap - 20E3)"
            ]
        },
        {
            "codepoint": "1F520",
            "name": "INPUT SYMBOL FOR LATIN CAPITAL LETTERS"
        },
        {
            "codepoint": "1F521",
            "name": "INPUT SYMBOL FOR LATIN SMALL LETTERS"
        },
        {
            "codepoint": "1F522",
            "name": "INPUT SYMBOL FOR NUMBERS"
        },
        {
            "codepoint": "1F523",
            "name": "INPUT SYMBOL FOR SYMBOLS"
        },
        {
            "codepoint": "1F524",
            "name": "INPUT SYMBOL FOR LATIN LETTERS",
            "aliases": [
                "English input (ABC)"
            ]
        },
        {
            "codepoint": "1F525",
            "name": "FIRE"
        },
        {
            "codepoint": "1F526",
            "name": "ELECTRIC TORCH",
            "aliases": [
                "flashlight"
            ]
        },
        {
            "codepoint": "1F527",
            "name": "WRENCH"
        },
        {
            "codepoint": "1F528",
            "name": "HAMMER"
        },
        {
            "codepoint": "1F529",
            "name": "NUT AND BOLT"
        },
        {
            "codepoint": "1F52A",
            "name": "HOCHO",
            "aliases": [
                "Japanese kitchen knife"
            ],
            "crossReferences": [
                "(dagger knife - 1F5E1)"
            ]
        },
        {
            "codepoint": "1F52B",
            "name": "PISTOL",
            "aliases": [
                "handgun, revolver"
            ]
        },
        {
            "codepoint": "1F52C",
            "name": "MICROSCOPE"
        },
        {
            "codepoint": "1F52D",
            "name": "TELESCOPE"
        },
        {
            "codepoint": "1F52E",
            "name": "CRYSTAL BALL"
        },
        {
            "codepoint": "1F52F",
            "name": "SIX POINTED STAR WITH MIDDLE DOT",
            "crossReferences": [
                "(star of david - 2721)"
            ]
        },
        {
            "codepoint": "1F530",
            "name": "JAPANESE SYMBOL FOR BEGINNER"
        },
        {
            "codepoint": "1F531",
            "name": "TRIDENT EMBLEM"
        },
        {
            "codepoint": "1F532",
            "name": "BLACK SQUARE BUTTON"
        },
        {
            "codepoint": "1F533",
            "name": "WHITE SQUARE BUTTON"
        },
        {
            "codepoint": "1F534",
            "name": "LARGE RED CIRCLE",
            "crossReferences": [
                "(black circle for record - 23FA)",
                "(black circle - 25CF)",
                "(large circle - 25EF)",
                "(black large circle - 2B24)",
                "(heavy large circle - 2B55)",
                "(large orange circle - 1F7E0)"
            ]
        },
        {
            "codepoint": "1F535",
            "name": "LARGE BLUE CIRCLE"
        },
        {
            "codepoint": "1F536",
            "name": "LARGE ORANGE DIAMOND",
            "crossReferences": [
                "(black diamond - 25C6)"
            ]
        },
        {
            "codepoint": "1F537",
            "name": "LARGE BLUE DIAMOND"
        },
        {
            "codepoint": "1F538",
            "name": "SMALL ORANGE DIAMOND",
            "crossReferences": [
                "(black small diamond - 2B29)"
            ]
        },
        {
            "codepoint": "1F539",
            "name": "SMALL BLUE DIAMOND"
        },
        {
            "codepoint": "1F53A",
            "name": "UP-POINTING RED TRIANGLE",
            "crossReferences": [
                "(black up-pointing triangle - 25B2)"
            ]
        },
        {
            "codepoint": "1F53B",
            "name": "DOWN-POINTING RED TRIANGLE",
            "crossReferences": [
                "(black down-pointing triangle - 25BC)"
            ]
        },
        {
            "codepoint": "1F53C",
            "name": "UP-POINTING SMALL RED TRIANGLE",
            "aliases": [
                "play arrow up"
            ],
            "crossReferences": [
                "(black up-pointing small triangle - 25B4)"
            ]
        },
        {
            "codepoint": "1F53D",
            "name": "DOWN-POINTING SMALL RED TRIANGLE",
            "aliases": [
                "play arrow down"
            ],
            "crossReferences": [
                "(black down-pointing small triangle - 25BE)"
            ]
        },
        {
            "codepoint": "1F53E",
            "name": "LOWER RIGHT SHADOWED WHITE CIRCLE",
            "aliases": [
                "circle shadow down"
            ],
            "crossReferences": [
                "(shadowed white circle - 274D)"
            ]
        },
        {
            "codepoint": "1F53F",
            "name": "UPPER RIGHT SHADOWED WHITE CIRCLE"
        },
        {
            "codepoint": "1F540",
            "name": "CIRCLED CROSS POMMEE",
            "comments": [
                "Orthodox typicon symbol for great feast service"
            ]
        },
        {
            "codepoint": "1F541",
            "name": "CROSS POMMEE WITH HALF-CIRCLE BELOW",
            "comments": [
                "Orthodox typicon symbol for vigil service"
            ]
        },
        {
            "codepoint": "1F542",
            "name": "CROSS POMMEE",
            "comments": [
                "Orthodox typicon symbol for Polyeleos"
            ],
            "crossReferences": [
                "(four teardrop-spoked asterisk - 2722)"
            ]
        },
        {
            "codepoint": "1F543",
            "name": "NOTCHED LEFT SEMICIRCLE WITH THREE DOTS",
            "comments": [
                "Orthodox typicon symbol for lower rank feast"
            ]
        },
        {
            "codepoint": "1F544",
            "name": "NOTCHED RIGHT SEMICIRCLE WITH THREE DOTS",
            "comments": [
                "Orthodox typicon symbol for lower rank feast"
            ]
        },
        {
            "codepoint": "1F545",
            "name": "SYMBOL FOR MARKS CHAPTER",
            "comments": [
                "Orthodox typicon symbol for difficult sections"
            ]
        },
        {
            "codepoint": "1F546",
            "name": "WHITE LATIN CROSS",
            "aliases": [
                "cross outline"
            ],
            "crossReferences": [
                "(shadowed white latin cross - 271E)"
            ]
        },
        {
            "codepoint": "1F547",
            "name": "HEAVY LATIN CROSS"
        },
        {
            "codepoint": "1F548",
            "name": "CELTIC CROSS"
        },
        {
            "codepoint": "1F549",
            "name": "OM SYMBOL",
            "comments": [
                "generic symbol independent of Devanagari font"
            ],
            "crossReferences": [
                "(devanagari om - 0950)"
            ]
        },
        {
            "codepoint": "1F54A",
            "name": "DOVE OF PEACE",
            "aliases": [
                "peace"
            ]
        },
        {
            "codepoint": "1F54B",
            "name": "KAABA"
        },
        {
            "codepoint": "1F54C",
            "name": "MOSQUE"
        },
        {
            "codepoint": "1F54D",
            "name": "SYNAGOGUE"
        },
        {
            "codepoint": "1F54E",
            "name": "MENORAH WITH NINE BRANCHES",
            "aliases": [
                "hanukiah"
            ]
        },
        {
            "codepoint": "1F54F",
            "name": "BOWL OF HYGIEIA",
            "crossReferences": [
                "(staff of aesculapius - 2695)"
            ]
        },
        {
            "codepoint": "1F550",
            "name": "CLOCK FACE ONE OCLOCK",
            "crossReferences": [
                "(watch - 231A)",
                "(alarm clock - 23F0)"
            ]
        },
        {
            "codepoint": "1F551",
            "name": "CLOCK FACE TWO OCLOCK"
        },
        {
            "codepoint": "1F552",
            "name": "CLOCK FACE THREE OCLOCK"
        },
        {
            "codepoint": "1F553",
            "name": "CLOCK FACE FOUR OCLOCK"
        },
        {
            "codepoint": "1F554",
            "name": "CLOCK FACE FIVE OCLOCK"
        },
        {
            "codepoint": "1F555",
            "name": "CLOCK FACE SIX OCLOCK"
        },
        {
            "codepoint": "1F556",
            "name": "CLOCK FACE SEVEN OCLOCK"
        },
        {
            "codepoint": "1F557",
            "name": "CLOCK FACE EIGHT OCLOCK"
        },
        {
            "codepoint": "1F558",
            "name": "CLOCK FACE NINE OCLOCK"
        },
        {
            "codepoint": "1F559",
            "name": "CLOCK FACE TEN OCLOCK"
        },
        {
            "codepoint": "1F55A",
            "name": "CLOCK FACE ELEVEN OCLOCK"
        },
        {
            "codepoint": "1F55B",
            "name": "CLOCK FACE TWELVE OCLOCK"
        },
        {
            "codepoint": "1F55C",
            "name": "CLOCK FACE ONE-THIRTY"
        },
        {
            "codepoint": "1F55D",
            "name": "CLOCK FACE TWO-THIRTY"
        },
        {
            "codepoint": "1F55E",
            "name": "CLOCK FACE THREE-THIRTY"
        },
        {
            "codepoint": "1F55F",
            "name": "CLOCK FACE FOUR-THIRTY"
        },
        {
            "codepoint": "1F560",
            "name": "CLOCK FACE FIVE-THIRTY"
        },
        {
            "codepoint": "1F561",
            "name": "CLOCK FACE SIX-THIRTY"
        },
        {
            "codepoint": "1F562",
            "name": "CLOCK FACE SEVEN-THIRTY"
        },
        {
            "codepoint": "1F563",
            "name": "CLOCK FACE EIGHT-THIRTY"
        },
        {
            "codepoint": "1F564",
            "name": "CLOCK FACE NINE-THIRTY"
        },
        {
            "codepoint": "1F565",
            "name": "CLOCK FACE TEN-THIRTY"
        },
        {
            "codepoint": "1F566",
            "name": "CLOCK FACE ELEVEN-THIRTY"
        },
        {
            "codepoint": "1F567",
            "name": "CLOCK FACE TWELVE-THIRTY"
        },
        {
            "codepoint": "1F568",
            "name": "RIGHT SPEAKER",
            "crossReferences": [
                "(speaker - 1F508)"
            ]
        },
        {
            "codepoint": "1F569",
            "name": "RIGHT SPEAKER WITH ONE SOUND WAVE"
        },
        {
            "codepoint": "1F56A",
            "name": "RIGHT SPEAKER WITH THREE SOUND WAVES"
        },
        {
            "codepoint": "1F56B",
            "name": "BULLHORN",
            "aliases": [
                "sound off"
            ],
            "crossReferences": [
                "(speaker - 1F508)"
            ]
        },
        {
            "codepoint": "1F56C",
            "name": "BULLHORN WITH SOUND WAVES",
            "aliases": [
                "sound on"
            ],
            "crossReferences": [
                "(cheering megaphone - 1F4E3)",
                "(speaker with three sound waves - 1F50A)"
            ]
        },
        {
            "codepoint": "1F56D",
            "name": "RINGING BELL",
            "crossReferences": [
                "(bell - 1F514)"
            ]
        },
        {
            "codepoint": "1F56E",
            "name": "BOOK",
            "crossReferences": [
                "(open book - 1F4D6)"
            ]
        },
        {
            "codepoint": "1F56F",
            "name": "CANDLE"
        },
        {
            "codepoint": "1F570",
            "name": "MANTELPIECE CLOCK",
            "aliases": [
                "clock"
            ],
            "crossReferences": [
                "(alarm clock - 23F0)"
            ]
        },
        {
            "codepoint": "1F571",
            "name": "BLACK SKULL AND CROSSBONES",
            "crossReferences": [
                "(skull and crossbones - 2620)"
            ]
        },
        {
            "codepoint": "1F572",
            "name": "NO PIRACY"
        },
        {
            "codepoint": "1F573",
            "name": "HOLE",
            "aliases": [
                "portable hole"
            ]
        },
        {
            "codepoint": "1F574",
            "name": "MAN IN BUSINESS SUIT LEVITATING",
            "aliases": [
                "jump"
            ]
        },
        {
            "codepoint": "1F575",
            "name": "SLEUTH OR SPY",
            "aliases": [
                "investigate"
            ]
        },
        {
            "codepoint": "1F576",
            "name": "DARK SUNGLASSES",
            "aliases": [
                "cool"
            ]
        },
        {
            "codepoint": "1F577",
            "name": "SPIDER"
        },
        {
            "codepoint": "1F578",
            "name": "SPIDER WEB"
        },
        {
            "codepoint": "1F579",
            "name": "JOYSTICK"
        },
        {
            "codepoint": "1F57A",
            "name": "MAN DANCING",
            "comments": [
                "forms a gender pair with 1F483"
            ],
            "crossReferences": [
                "(dancer - 1F483)"
            ]
        },
        {
            "codepoint": "1F57B",
            "name": "LEFT HAND TELEPHONE RECEIVER",
            "crossReferences": [
                "(telephone receiver - 1F4DE)"
            ]
        },
        {
            "codepoint": "1F57C",
            "name": "TELEPHONE RECEIVER WITH PAGE",
            "aliases": [
                "fax"
            ],
            "crossReferences": [
                "(fax machine - 1F4E0)"
            ]
        },
        {
            "codepoint": "1F57D",
            "name": "RIGHT HAND TELEPHONE RECEIVER",
            "aliases": [
                "telephone handset"
            ]
        },
        {
            "codepoint": "1F57E",
            "name": "WHITE TOUCHTONE TELEPHONE",
            "crossReferences": [
                "(white telephone - 260F)"
            ]
        },
        {
            "codepoint": "1F57F",
            "name": "BLACK TOUCHTONE TELEPHONE",
            "crossReferences": [
                "(black telephone - 260E)"
            ]
        },
        {
            "codepoint": "1F580",
            "name": "TELEPHONE ON TOP OF MODEM",
            "aliases": [
                "modem"
            ]
        },
        {
            "codepoint": "1F581",
            "name": "CLAMSHELL MOBILE PHONE",
            "aliases": [
                "cellular phone"
            ],
            "crossReferences": [
                "(mobile phone - 1F4F1)"
            ]
        },
        {
            "codepoint": "1F582",
            "name": "BACK OF ENVELOPE",
            "comments": [
                "contrasts with 2709, which shows a seal"
            ],
            "crossReferences": [
                "(envelope - 2709)"
            ]
        },
        {
            "codepoint": "1F583",
            "name": "STAMPED ENVELOPE",
            "aliases": [
                "mail"
            ]
        },
        {
            "codepoint": "1F584",
            "name": "ENVELOPE WITH LIGHTNING",
            "aliases": [
                "e-mail"
            ],
            "crossReferences": [
                "(e-mail symbol - 1F4E7)"
            ]
        },
        {
            "codepoint": "1F585",
            "name": "FLYING ENVELOPE",
            "aliases": [
                "send message"
            ],
            "crossReferences": [
                "(envelope with downwards arrow above - 1F4E9)"
            ]
        },
        {
            "codepoint": "1F586",
            "name": "PEN OVER STAMPED ENVELOPE"
        },
        {
            "codepoint": "1F587",
            "name": "LINKED PAPERCLIPS",
            "aliases": [
                "links"
            ],
            "crossReferences": [
                "(paperclip - 1F4CE)"
            ]
        },
        {
            "codepoint": "1F588",
            "name": "BLACK PUSHPIN",
            "aliases": [
                "marker"
            ],
            "crossReferences": [
                "(pushpin - 1F4CC)"
            ]
        },
        {
            "codepoint": "1F589",
            "name": "LOWER LEFT PENCIL",
            "aliases": [
                "pencil"
            ],
            "crossReferences": [
                "(lower right pencil - 270E)"
            ]
        },
        {
            "codepoint": "1F58A",
            "name": "LOWER LEFT BALLPOINT PEN",
            "aliases": [
                "ballpoint pen"
            ]
        },
        {
            "codepoint": "1F58B",
            "name": "LOWER LEFT FOUNTAIN PEN",
            "aliases": [
                "fountain pen"
            ],
            "crossReferences": [
                "(white nib - 2711)"
            ]
        },
        {
            "codepoint": "1F58C",
            "name": "LOWER LEFT PAINTBRUSH",
            "aliases": [
                "brush"
            ]
        },
        {
            "codepoint": "1F58D",
            "name": "LOWER LEFT CRAYON",
            "aliases": [
                "crayon"
            ]
        },
        {
            "codepoint": "1F58E",
            "name": "LEFT WRITING HAND",
            "crossReferences": [
                "(writing hand - 270D)"
            ]
        },
        {
            "codepoint": "1F58F",
            "name": "TURNED OK HAND SIGN",
            "crossReferences": [
                "(ok hand sign - 1F44C)"
            ]
        },
        {
            "codepoint": "1F590",
            "name": "RAISED HAND WITH FINGERS SPLAYED",
            "aliases": [
                "halt"
            ],
            "crossReferences": [
                "(raised hand - 270B)"
            ]
        },
        {
            "codepoint": "1F591",
            "name": "REVERSED RAISED HAND WITH FINGERS SPLAYED"
        },
        {
            "codepoint": "1F592",
            "name": "REVERSED THUMBS UP SIGN",
            "crossReferences": [
                "(thumbs up sign - 1F44D)"
            ]
        },
        {
            "codepoint": "1F593",
            "name": "REVERSED THUMBS DOWN SIGN",
            "crossReferences": [
                "(thumbs down sign - 1F44E)"
            ]
        },
        {
            "codepoint": "1F594",
            "name": "REVERSED VICTORY HAND",
            "crossReferences": [
                "(victory hand - 270C)"
            ]
        },
        {
            "codepoint": "1F595",
            "name": "REVERSED HAND WITH MIDDLE FINGER EXTENDED"
        },
        {
            "codepoint": "1F596",
            "name": "RAISED HAND WITH PART BETWEEN MIDDLE AND RING FINGERS",
            "aliases": [
                "Vulcan salute"
            ]
        },
        {
            "codepoint": "1F597",
            "name": "WHITE DOWN POINTING LEFT HAND INDEX",
            "crossReferences": [
                "(white down pointing index - 261F)",
                "(white down pointing backhand index - 1F447)"
            ]
        },
        {
            "codepoint": "1F598",
            "name": "SIDEWAYS WHITE LEFT POINTING INDEX",
            "crossReferences": [
                "(white left pointing index - 261C)"
            ]
        },
        {
            "codepoint": "1F599",
            "name": "SIDEWAYS WHITE RIGHT POINTING INDEX",
            "crossReferences": [
                "(white right pointing index - 261E)"
            ]
        },
        {
            "codepoint": "1F59A",
            "name": "SIDEWAYS BLACK LEFT POINTING INDEX"
        },
        {
            "codepoint": "1F59B",
            "name": "SIDEWAYS BLACK RIGHT POINTING INDEX"
        },
        {
            "codepoint": "1F59C",
            "name": "BLACK LEFT POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white left pointing backhand index - 1F448)"
            ]
        },
        {
            "codepoint": "1F59D",
            "name": "BLACK RIGHT POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white right pointing backhand index - 1F449)"
            ]
        },
        {
            "codepoint": "1F59E",
            "name": "SIDEWAYS WHITE UP POINTING INDEX",
            "crossReferences": [
                "(white up pointing index - 261D)"
            ]
        },
        {
            "codepoint": "1F59F",
            "name": "SIDEWAYS WHITE DOWN POINTING INDEX",
            "crossReferences": [
                "(white down pointing index - 261F)"
            ]
        },
        {
            "codepoint": "1F5A0",
            "name": "SIDEWAYS BLACK UP POINTING INDEX"
        },
        {
            "codepoint": "1F5A1",
            "name": "SIDEWAYS BLACK DOWN POINTING INDEX"
        },
        {
            "codepoint": "1F5A2",
            "name": "BLACK UP POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white up pointing backhand index - 1F446)"
            ]
        },
        {
            "codepoint": "1F5A3",
            "name": "BLACK DOWN POINTING BACKHAND INDEX",
            "crossReferences": [
                "(white down pointing backhand index - 1F447)"
            ]
        },
        {
            "codepoint": "1F5A4",
            "name": "BLACK HEART",
            "comments": [
                "unequivocally represented as black in all variants"
            ],
            "crossReferences": [
                "(black heart suit - 2665)",
                "(white heart - 1F90D)"
            ]
        },
        {
            "codepoint": "1F5A5",
            "name": "DESKTOP COMPUTER",
            "aliases": [
                "tower computer"
            ]
        },
        {
            "codepoint": "1F5A6",
            "name": "KEYBOARD AND MOUSE",
            "crossReferences": [
                "(keyboard - 2328)"
            ]
        },
        {
            "codepoint": "1F5A7",
            "name": "THREE NETWORKED COMPUTERS",
            "aliases": [
                "computer network"
            ]
        },
        {
            "codepoint": "1F5A8",
            "name": "PRINTER",
            "crossReferences": [
                "(fax machine - 1F4E0)"
            ]
        },
        {
            "codepoint": "1F5A9",
            "name": "POCKET CALCULATOR",
            "aliases": [
                "calculator"
            ]
        },
        {
            "codepoint": "1F5AA",
            "name": "BLACK HARD SHELL FLOPPY DISK",
            "aliases": [
                "disk"
            ],
            "crossReferences": [
                "(floppy disk - 1F4BE)"
            ]
        },
        {
            "codepoint": "1F5AB",
            "name": "WHITE HARD SHELL FLOPPY DISK"
        },
        {
            "codepoint": "1F5AC",
            "name": "SOFT SHELL FLOPPY DISK"
        },
        {
            "codepoint": "1F5AD",
            "name": "TAPE CARTRIDGE"
        },
        {
            "codepoint": "1F5AE",
            "name": "WIRED KEYBOARD",
            "aliases": [
                "keyboard"
            ],
            "crossReferences": [
                "(keyboard - 2328)"
            ]
        },
        {
            "codepoint": "1F5AF",
            "name": "ONE BUTTON MOUSE"
        },
        {
            "codepoint": "1F5B0",
            "name": "TWO BUTTON MOUSE"
        },
        {
            "codepoint": "1F5B1",
            "name": "THREE BUTTON MOUSE"
        },
        {
            "codepoint": "1F5B2",
            "name": "TRACKBALL",
            "aliases": [
                "ballpoint"
            ]
        },
        {
            "codepoint": "1F5B3",
            "name": "OLD PERSONAL COMPUTER",
            "aliases": [
                "personal computer"
            ],
            "crossReferences": [
                "(personal computer - 1F4BB)"
            ]
        },
        {
            "codepoint": "1F5B4",
            "name": "HARD DISK"
        },
        {
            "codepoint": "1F5B5",
            "name": "SCREEN",
            "aliases": [
                "monitor"
            ],
            "crossReferences": [
                "(combining enclosing screen - 20E2)"
            ]
        },
        {
            "codepoint": "1F5B6",
            "name": "PRINTER ICON",
            "crossReferences": [
                "(printer - 1F5A8)"
            ]
        },
        {
            "codepoint": "1F5B7",
            "name": "FAX ICON",
            "crossReferences": [
                "(fax machine - 1F4E0)"
            ]
        },
        {
            "codepoint": "1F5B8",
            "name": "OPTICAL DISC ICON",
            "aliases": [
                "compact disc"
            ],
            "crossReferences": [
                "(optical disc - 1F4BF)"
            ]
        },
        {
            "codepoint": "1F5B9",
            "name": "DOCUMENT WITH TEXT"
        },
        {
            "codepoint": "1F5BA",
            "name": "DOCUMENT WITH TEXT AND PICTURE"
        },
        {
            "codepoint": "1F5BB",
            "name": "DOCUMENT WITH PICTURE",
            "aliases": [
                "graphic document"
            ]
        },
        {
            "codepoint": "1F5BC",
            "name": "FRAME WITH PICTURE",
            "aliases": [
                "art"
            ]
        },
        {
            "codepoint": "1F5BD",
            "name": "FRAME WITH TILES",
            "aliases": [
                "frames"
            ]
        },
        {
            "codepoint": "1F5BE",
            "name": "FRAME WITH AN X",
            "aliases": [
                "no frames, no picture"
            ]
        },
        {
            "codepoint": "1F5BF",
            "name": "BLACK FOLDER"
        },
        {
            "codepoint": "1F5C0",
            "name": "FOLDER",
            "aliases": [
                "directory"
            ],
            "crossReferences": [
                "(file folder - 1F4C1)",
                "(left half folder - 1FBB9)"
            ]
        },
        {
            "codepoint": "1F5C1",
            "name": "OPEN FOLDER",
            "crossReferences": [
                "(open file folder - 1F4C2)"
            ]
        },
        {
            "codepoint": "1F5C2",
            "name": "CARD INDEX DIVIDERS",
            "aliases": [
                "index"
            ],
            "crossReferences": [
                "(card index - 1F4C7)"
            ]
        },
        {
            "codepoint": "1F5C3",
            "name": "CARD FILE BOX",
            "aliases": [
                "archive"
            ]
        },
        {
            "codepoint": "1F5C4",
            "name": "FILE CABINET"
        },
        {
            "codepoint": "1F5C5",
            "name": "EMPTY NOTE"
        },
        {
            "codepoint": "1F5C6",
            "name": "EMPTY NOTE PAGE"
        },
        {
            "codepoint": "1F5C7",
            "name": "EMPTY NOTE PAD"
        },
        {
            "codepoint": "1F5C8",
            "name": "NOTE"
        },
        {
            "codepoint": "1F5C9",
            "name": "NOTE PAGE"
        },
        {
            "codepoint": "1F5CA",
            "name": "NOTE PAD"
        },
        {
            "codepoint": "1F5CB",
            "name": "EMPTY DOCUMENT"
        },
        {
            "codepoint": "1F5CC",
            "name": "EMPTY PAGE"
        },
        {
            "codepoint": "1F5CD",
            "name": "EMPTY PAGES"
        },
        {
            "codepoint": "1F5CE",
            "name": "DOCUMENT",
            "crossReferences": [
                "(page facing up - 1F4C4)"
            ]
        },
        {
            "codepoint": "1F5CF",
            "name": "PAGE",
            "crossReferences": [
                "(page with curl - 1F4C3)"
            ]
        },
        {
            "codepoint": "1F5D0",
            "name": "PAGES"
        },
        {
            "codepoint": "1F5D1",
            "name": "WASTEBASKET",
            "aliases": [
                "trashcan"
            ]
        },
        {
            "codepoint": "1F5D2",
            "name": "SPIRAL NOTE PAD",
            "aliases": [
                "note, empty calendar"
            ],
            "crossReferences": [
                "(calendar - 1F4C5)"
            ]
        },
        {
            "codepoint": "1F5D3",
            "name": "SPIRAL CALENDAR PAD",
            "aliases": [
                "calendar, day 1"
            ],
            "crossReferences": [
                "(tear-off calendar - 1F4C6)"
            ]
        },
        {
            "codepoint": "1F5D4",
            "name": "DESKTOP WINDOW"
        },
        {
            "codepoint": "1F5D5",
            "name": "MINIMIZE"
        },
        {
            "codepoint": "1F5D6",
            "name": "MAXIMIZE"
        },
        {
            "codepoint": "1F5D7",
            "name": "OVERLAP",
            "aliases": [
                "overlapping offset windows"
            ]
        },
        {
            "codepoint": "1F5D8",
            "name": "CLOCKWISE RIGHT AND LEFT SEMICIRCLE ARROWS",
            "aliases": [
                "refresh"
            ],
            "crossReferences": [
                "(clockwise downwards and upwards open circle arrows - 1F503)"
            ]
        },
        {
            "codepoint": "1F5D9",
            "name": "CANCELLATION X",
            "aliases": [
                "close"
            ],
            "crossReferences": [
                "(cross mark - 274C)"
            ]
        },
        {
            "codepoint": "1F5DA",
            "name": "INCREASE FONT SIZE SYMBOL"
        },
        {
            "codepoint": "1F5DB",
            "name": "DECREASE FONT SIZE SYMBOL"
        },
        {
            "codepoint": "1F5DC",
            "name": "COMPRESSION",
            "comments": [
                "symbol depicts a hand press with a box inside"
            ]
        },
        {
            "codepoint": "1F5DD",
            "name": "OLD KEY",
            "aliases": [
                "encryption"
            ],
            "crossReferences": [
                "(key - 1F511)"
            ]
        },
        {
            "codepoint": "1F5DE",
            "name": "ROLLED-UP NEWSPAPER",
            "aliases": [
                "news"
            ],
            "crossReferences": [
                "(newspaper - 1F4F0)"
            ]
        },
        {
            "codepoint": "1F5DF",
            "name": "PAGE WITH CIRCLED TEXT",
            "aliases": [
                "classified"
            ]
        },
        {
            "codepoint": "1F5E0",
            "name": "STOCK CHART",
            "aliases": [
                "finance"
            ],
            "crossReferences": [
                "(chart with upwards trend - 1F4C8)"
            ]
        },
        {
            "codepoint": "1F5E1",
            "name": "DAGGER KNIFE",
            "aliases": [
                "rated for violence",
                "hate"
            ],
            "crossReferences": [
                "(hocho - 1F52A)"
            ]
        },
        {
            "codepoint": "1F5E2",
            "name": "LIPS",
            "aliases": [
                "rated for sex",
                "kiss"
            ],
            "crossReferences": [
                "(kiss mark - 1F48B)",
                "(biting lip - 1FAE6)"
            ]
        },
        {
            "codepoint": "1F5E3",
            "name": "SPEAKING HEAD IN SILHOUETTE",
            "aliases": [
                "rated for strong language"
            ]
        },
        {
            "codepoint": "1F5E4",
            "name": "THREE RAYS ABOVE"
        },
        {
            "codepoint": "1F5E5",
            "name": "THREE RAYS BELOW"
        },
        {
            "codepoint": "1F5E6",
            "name": "THREE RAYS LEFT",
            "crossReferences": [
                "(three lines converging right - 269E)"
            ]
        },
        {
            "codepoint": "1F5E7",
            "name": "THREE RAYS RIGHT",
            "crossReferences": [
                "(three lines converging left - 269F)"
            ]
        },
        {
            "codepoint": "1F5E8",
            "name": "LEFT SPEECH BUBBLE"
        },
        {
            "codepoint": "1F5E9",
            "name": "RIGHT SPEECH BUBBLE"
        },
        {
            "codepoint": "1F5EA",
            "name": "TWO SPEECH BUBBLES",
            "aliases": [
                "chat"
            ]
        },
        {
            "codepoint": "1F5EB",
            "name": "THREE SPEECH BUBBLES",
            "aliases": [
                "conference"
            ]
        },
        {
            "codepoint": "1F5EC",
            "name": "LEFT THOUGHT BUBBLE"
        },
        {
            "codepoint": "1F5ED",
            "name": "RIGHT THOUGHT BUBBLE",
            "crossReferences": [
                "(thought balloon - 1F4AD)"
            ]
        },
        {
            "codepoint": "1F5EE",
            "name": "LEFT ANGER BUBBLE",
            "aliases": [
                "shout left"
            ]
        },
        {
            "codepoint": "1F5EF",
            "name": "RIGHT ANGER BUBBLE",
            "aliases": [
                "shout right"
            ]
        },
        {
            "codepoint": "1F5F0",
            "name": "MOOD BUBBLE",
            "aliases": [
                "new"
            ],
            "crossReferences": [
                "(collision symbol - 1F4A5)"
            ]
        },
        {
            "codepoint": "1F5F1",
            "name": "LIGHTNING MOOD BUBBLE",
            "aliases": [
                "updated"
            ]
        },
        {
            "codepoint": "1F5F2",
            "name": "LIGHTNING MOOD",
            "aliases": [
                "lightning bolt"
            ],
            "crossReferences": [
                "(high voltage sign - 26A1)"
            ]
        },
        {
            "codepoint": "1F5F3",
            "name": "BALLOT BOX WITH BALLOT",
            "aliases": [
                "vote"
            ],
            "crossReferences": [
                "(ballot box with x - 2612)"
            ]
        },
        {
            "codepoint": "1F5F4",
            "name": "BALLOT SCRIPT X",
            "aliases": [
                "x mark"
            ],
            "crossReferences": [
                "(ballot x - 2717)"
            ]
        },
        {
            "codepoint": "1F5F5",
            "name": "BALLOT BOX WITH SCRIPT X",
            "crossReferences": [
                "(ballot box with x - 2612)"
            ]
        },
        {
            "codepoint": "1F5F6",
            "name": "BALLOT BOLD SCRIPT X",
            "crossReferences": [
                "(heavy ballot x - 2718)"
            ]
        },
        {
            "codepoint": "1F5F7",
            "name": "BALLOT BOX WITH BOLD SCRIPT X"
        },
        {
            "codepoint": "1F5F8",
            "name": "LIGHT CHECK MARK",
            "aliases": [
                "check"
            ],
            "crossReferences": [
                "(check mark - 2713)"
            ]
        },
        {
            "codepoint": "1F5F9",
            "name": "BALLOT BOX WITH BOLD CHECK",
            "crossReferences": [
                "(ballot box with check - 2611)"
            ]
        },
        {
            "codepoint": "1F5FA",
            "name": "WORLD MAP"
        },
        {
            "codepoint": "1F5FB",
            "name": "MOUNT FUJI"
        },
        {
            "codepoint": "1F5FC",
            "name": "TOKYO TOWER"
        },
        {
            "codepoint": "1F5FD",
            "name": "STATUE OF LIBERTY"
        },
        {
            "codepoint": "1F5FE",
            "name": "SILHOUETTE OF JAPAN"
        },
        {
            "codepoint": "1F5FF",
            "name": "MOYAI",
            "comments": [
                "Japanese stone statue like Moai on Easter Island"
            ]
        },
        {
            "codepoint": "1F600",
            "name": "GRINNING FACE"
        },
        {
            "codepoint": "1F601",
            "name": "GRINNING FACE WITH SMILING EYES"
        },
        {
            "codepoint": "1F602",
            "name": "FACE WITH TEARS OF JOY"
        },
        {
            "codepoint": "1F603",
            "name": "SMILING FACE WITH OPEN MOUTH",
            "crossReferences": [
                "(white smiling face - 263A)"
            ]
        },
        {
            "codepoint": "1F604",
            "name": "SMILING FACE WITH OPEN MOUTH AND SMILING EYES"
        },
        {
            "codepoint": "1F605",
            "name": "SMILING FACE WITH OPEN MOUTH AND COLD SWEAT"
        },
        {
            "codepoint": "1F606",
            "name": "SMILING FACE WITH OPEN MOUTH AND TIGHTLY-CLOSED EYES"
        },
        {
            "codepoint": "1F607",
            "name": "SMILING FACE WITH HALO"
        },
        {
            "codepoint": "1F608",
            "name": "SMILING FACE WITH HORNS",
            "comments": [
                "commonly depicted as a (sinister) smiling version of 1F47F imp"
            ]
        },
        {
            "codepoint": "1F609",
            "name": "WINKING FACE"
        },
        {
            "codepoint": "1F60A",
            "name": "SMILING FACE WITH SMILING EYES"
        },
        {
            "codepoint": "1F60B",
            "name": "FACE SAVOURING DELICIOUS FOOD"
        },
        {
            "codepoint": "1F60C",
            "name": "RELIEVED FACE",
            "comments": [
                "indicates relief, not sleeping"
            ]
        },
        {
            "codepoint": "1F60D",
            "name": "SMILING FACE WITH HEART-SHAPED EYES"
        },
        {
            "codepoint": "1F60E",
            "name": "SMILING FACE WITH SUNGLASSES"
        },
        {
            "codepoint": "1F60F",
            "name": "SMIRKING FACE"
        },
        {
            "codepoint": "1F610",
            "name": "NEUTRAL FACE",
            "comments": [
                "used for the West Wind in some Mahjong annotation"
            ]
        },
        {
            "codepoint": "1F611",
            "name": "EXPRESSIONLESS FACE"
        },
        {
            "codepoint": "1F612",
            "name": "UNAMUSED FACE"
        },
        {
            "codepoint": "1F613",
            "name": "FACE WITH COLD SWEAT"
        },
        {
            "codepoint": "1F614",
            "name": "PENSIVE FACE"
        },
        {
            "codepoint": "1F615",
            "name": "CONFUSED FACE"
        },
        {
            "codepoint": "1F616",
            "name": "CONFOUNDED FACE"
        },
        {
            "codepoint": "1F617",
            "name": "KISSING FACE"
        },
        {
            "codepoint": "1F618",
            "name": "FACE THROWING A KISS"
        },
        {
            "codepoint": "1F619",
            "name": "KISSING FACE WITH SMILING EYES"
        },
        {
            "codepoint": "1F61A",
            "name": "KISSING FACE WITH CLOSED EYES"
        },
        {
            "codepoint": "1F61B",
            "name": "FACE WITH STUCK-OUT TONGUE"
        },
        {
            "codepoint": "1F61C",
            "name": "FACE WITH STUCK-OUT TONGUE AND WINKING EYE",
            "comments": [
                "kidding, not serious"
            ]
        },
        {
            "codepoint": "1F61D",
            "name": "FACE WITH STUCK-OUT TONGUE AND TIGHTLY-CLOSED EYES",
            "comments": [
                "kidding, not serious"
            ]
        },
        {
            "codepoint": "1F61E",
            "name": "DISAPPOINTED FACE",
            "crossReferences": [
                "(white frowning face - 2639)"
            ]
        },
        {
            "codepoint": "1F61F",
            "name": "WORRIED FACE"
        },
        {
            "codepoint": "1F620",
            "name": "ANGRY FACE"
        },
        {
            "codepoint": "1F621",
            "name": "POUTING FACE",
            "comments": [
                "intended to depict pouting rather than simply anger"
            ]
        },
        {
            "codepoint": "1F622",
            "name": "CRYING FACE"
        },
        {
            "codepoint": "1F623",
            "name": "PERSEVERING FACE"
        },
        {
            "codepoint": "1F624",
            "name": "FACE WITH LOOK OF TRIUMPH",
            "comments": [
                "indicates triumph, not anger"
            ]
        },
        {
            "codepoint": "1F625",
            "name": "DISAPPOINTED BUT RELIEVED FACE"
        },
        {
            "codepoint": "1F626",
            "name": "FROWNING FACE WITH OPEN MOUTH",
            "comments": [
                "frowning, not shocked or surprised"
            ]
        },
        {
            "codepoint": "1F627",
            "name": "ANGUISHED FACE"
        },
        {
            "codepoint": "1F628",
            "name": "FEARFUL FACE"
        },
        {
            "codepoint": "1F629",
            "name": "WEARY FACE"
        },
        {
            "codepoint": "1F62A",
            "name": "SLEEPY FACE"
        },
        {
            "codepoint": "1F62B",
            "name": "TIRED FACE"
        },
        {
            "codepoint": "1F62C",
            "name": "GRIMACING FACE",
            "comments": [
                "should not be depicted with zipper mouth"
            ],
            "crossReferences": [
                "(zipper-mouth face - 1F910)"
            ]
        },
        {
            "codepoint": "1F62D",
            "name": "LOUDLY CRYING FACE"
        },
        {
            "codepoint": "1F62E",
            "name": "FACE WITH OPEN MOUTH"
        },
        {
            "codepoint": "1F62F",
            "name": "HUSHED FACE"
        },
        {
            "codepoint": "1F630",
            "name": "FACE WITH OPEN MOUTH AND COLD SWEAT"
        },
        {
            "codepoint": "1F631",
            "name": "FACE SCREAMING IN FEAR"
        },
        {
            "codepoint": "1F632",
            "name": "ASTONISHED FACE"
        },
        {
            "codepoint": "1F633",
            "name": "FLUSHED FACE",
            "comments": [
                "embarrassed"
            ]
        },
        {
            "codepoint": "1F634",
            "name": "SLEEPING FACE"
        },
        {
            "codepoint": "1F635",
            "name": "DIZZY FACE"
        },
        {
            "codepoint": "1F636",
            "name": "FACE WITHOUT MOUTH",
            "crossReferences": [
                "(white circle with two dots - 2687)"
            ]
        },
        {
            "codepoint": "1F637",
            "name": "FACE WITH MEDICAL MASK"
        },
        {
            "codepoint": "1F638",
            "name": "GRINNING CAT FACE WITH SMILING EYES"
        },
        {
            "codepoint": "1F639",
            "name": "CAT FACE WITH TEARS OF JOY"
        },
        {
            "codepoint": "1F63A",
            "name": "SMILING CAT FACE WITH OPEN MOUTH"
        },
        {
            "codepoint": "1F63B",
            "name": "SMILING CAT FACE WITH HEART-SHAPED EYES"
        },
        {
            "codepoint": "1F63C",
            "name": "CAT FACE WITH WRY SMILE"
        },
        {
            "codepoint": "1F63D",
            "name": "KISSING CAT FACE WITH CLOSED EYES"
        },
        {
            "codepoint": "1F63E",
            "name": "POUTING CAT FACE",
            "comments": [
                "intended to depict pouting rather than simply anger"
            ]
        },
        {
            "codepoint": "1F63F",
            "name": "CRYING CAT FACE"
        },
        {
            "codepoint": "1F640",
            "name": "WEARY CAT FACE",
            "comments": [
                "indicates tired, not horrified"
            ]
        },
        {
            "codepoint": "1F641",
            "name": "SLIGHTLY FROWNING FACE",
            "crossReferences": [
                "(white frowning face - 2639)"
            ]
        },
        {
            "codepoint": "1F642",
            "name": "SLIGHTLY SMILING FACE",
            "crossReferences": [
                "(white smiling face - 263A)"
            ]
        },
        {
            "codepoint": "1F643",
            "name": "UPSIDE-DOWN FACE"
        },
        {
            "codepoint": "1F644",
            "name": "FACE WITH ROLLING EYES"
        },
        {
            "codepoint": "1F645",
            "name": "FACE WITH NO GOOD GESTURE",
            "comments": [
                "conveys \"no deal\" or \"not ok\", not anger; the inverse of 1F646 face with ok gesture"
            ]
        },
        {
            "codepoint": "1F646",
            "name": "FACE WITH OK GESTURE"
        },
        {
            "codepoint": "1F647",
            "name": "PERSON BOWING DEEPLY",
            "comments": [
                "most commonly depicted as Japanese-style bowing while seated (dogeza)"
            ]
        },
        {
            "codepoint": "1F648",
            "name": "SEE-NO-EVIL MONKEY"
        },
        {
            "codepoint": "1F649",
            "name": "HEAR-NO-EVIL MONKEY"
        },
        {
            "codepoint": "1F64A",
            "name": "SPEAK-NO-EVIL MONKEY"
        },
        {
            "codepoint": "1F64B",
            "name": "HAPPY PERSON RAISING ONE HAND"
        },
        {
            "codepoint": "1F64C",
            "name": "PERSON RAISING BOTH HANDS IN CELEBRATION",
            "aliases": [
                "banzai!"
            ]
        },
        {
            "codepoint": "1F64D",
            "name": "PERSON FROWNING"
        },
        {
            "codepoint": "1F64E",
            "name": "PERSON WITH POUTING FACE",
            "comments": [
                "intended to depict pouting rather than simply anger"
            ]
        },
        {
            "codepoint": "1F64F",
            "name": "PERSON WITH FOLDED HANDS",
            "comments": [
                "can indicate sorrow or regret",
                "can also indicate pleading, praying, bowing, or thanking"
            ]
        },
        {
            "codepoint": "1F650",
            "name": "NORTH WEST POINTING LEAF"
        },
        {
            "codepoint": "1F651",
            "name": "SOUTH WEST POINTING LEAF"
        },
        {
            "codepoint": "1F652",
            "name": "NORTH EAST POINTING LEAF"
        },
        {
            "codepoint": "1F653",
            "name": "SOUTH EAST POINTING LEAF"
        },
        {
            "codepoint": "1F654",
            "name": "TURNED NORTH WEST POINTING LEAF"
        },
        {
            "codepoint": "1F655",
            "name": "TURNED SOUTH WEST POINTING LEAF"
        },
        {
            "codepoint": "1F656",
            "name": "TURNED NORTH EAST POINTING LEAF"
        },
        {
            "codepoint": "1F657",
            "name": "TURNED SOUTH EAST POINTING LEAF"
        },
        {
            "codepoint": "1F658",
            "name": "NORTH WEST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F659",
            "name": "SOUTH WEST POINTING VINE LEAF",
            "crossReferences": [
                "(reversed rotated floral heart bullet - 2619)"
            ]
        },
        {
            "codepoint": "1F65A",
            "name": "NORTH EAST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F65B",
            "name": "SOUTH EAST POINTING VINE LEAF",
            "crossReferences": [
                "(rotated floral heart bullet - 2767)"
            ]
        },
        {
            "codepoint": "1F65C",
            "name": "HEAVY NORTH WEST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F65D",
            "name": "HEAVY SOUTH WEST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F65E",
            "name": "HEAVY NORTH EAST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F65F",
            "name": "HEAVY SOUTH EAST POINTING VINE LEAF"
        },
        {
            "codepoint": "1F660",
            "name": "NORTH WEST POINTING BUD"
        },
        {
            "codepoint": "1F661",
            "name": "SOUTH WEST POINTING BUD"
        },
        {
            "codepoint": "1F662",
            "name": "NORTH EAST POINTING BUD"
        },
        {
            "codepoint": "1F663",
            "name": "SOUTH EAST POINTING BUD"
        },
        {
            "codepoint": "1F664",
            "name": "HEAVY NORTH WEST POINTING BUD"
        },
        {
            "codepoint": "1F665",
            "name": "HEAVY SOUTH WEST POINTING BUD"
        },
        {
            "codepoint": "1F666",
            "name": "HEAVY NORTH EAST POINTING BUD"
        },
        {
            "codepoint": "1F667",
            "name": "HEAVY SOUTH EAST POINTING BUD"
        },
        {
            "codepoint": "1F668",
            "name": "HOLLOW QUILT SQUARE ORNAMENT"
        },
        {
            "codepoint": "1F669",
            "name": "HOLLOW QUILT SQUARE ORNAMENT IN BLACK SQUARE"
        },
        {
            "codepoint": "1F66A",
            "name": "SOLID QUILT SQUARE ORNAMENT",
            "aliases": [
                "fourfold knot ornament"
            ]
        },
        {
            "codepoint": "1F66B",
            "name": "SOLID QUILT SQUARE ORNAMENT IN BLACK SQUARE",
            "aliases": [
                "inverse fourfold knot ornament"
            ]
        },
        {
            "codepoint": "1F66C",
            "name": "LEFTWARDS ROCKET",
            "crossReferences": [
                "(rocket - 1F680)"
            ]
        },
        {
            "codepoint": "1F66D",
            "name": "UPWARDS ROCKET"
        },
        {
            "codepoint": "1F66E",
            "name": "RIGHTWARDS ROCKET"
        },
        {
            "codepoint": "1F66F",
            "name": "DOWNWARDS ROCKET"
        },
        {
            "codepoint": "1F670",
            "name": "SCRIPT LIGATURE ET ORNAMENT",
            "aliases": [
                "italic ampersand lowercase"
            ],
            "crossReferences": [
                "(tironian sign et - 204A)"
            ]
        },
        {
            "codepoint": "1F671",
            "name": "HEAVY SCRIPT LIGATURE ET ORNAMENT"
        },
        {
            "codepoint": "1F672",
            "name": "LIGATURE OPEN ET ORNAMENT"
        },
        {
            "codepoint": "1F673",
            "name": "HEAVY LIGATURE OPEN ET ORNAMENT"
        },
        {
            "codepoint": "1F674",
            "name": "HEAVY AMPERSAND ORNAMENT",
            "crossReferences": [
                "(ampersand - 0026)"
            ]
        },
        {
            "codepoint": "1F675",
            "name": "SWASH AMPERSAND ORNAMENT",
            "aliases": [
                "italic ampersand"
            ]
        },
        {
            "codepoint": "1F676",
            "name": "SANS-SERIF HEAVY DOUBLE TURNED COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(heavy double turned comma quotation mark ornament - 275D)"
            ]
        },
        {
            "codepoint": "1F677",
            "name": "SANS-SERIF HEAVY DOUBLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(heavy double comma quotation mark ornament - 275E)"
            ]
        },
        {
            "codepoint": "1F678",
            "name": "SANS-SERIF HEAVY LOW DOUBLE COMMA QUOTATION MARK ORNAMENT",
            "crossReferences": [
                "(heavy low double comma quotation mark ornament - 2760)"
            ]
        },
        {
            "codepoint": "1F679",
            "name": "HEAVY INTERROBANG ORNAMENT",
            "crossReferences": [
                "(interrobang - 203D)"
            ]
        },
        {
            "codepoint": "1F67A",
            "name": "SANS-SERIF INTERROBANG ORNAMENT"
        },
        {
            "codepoint": "1F67B",
            "name": "HEAVY SANS-SERIF INTERROBANG ORNAMENT"
        },
        {
            "codepoint": "1F67C",
            "name": "VERY HEAVY SOLIDUS"
        },
        {
            "codepoint": "1F67D",
            "name": "VERY HEAVY REVERSE SOLIDUS"
        },
        {
            "codepoint": "1F67E",
            "name": "CHECKER BOARD",
            "crossReferences": [
                "(quadrant upper right and lower left - 259E)"
            ]
        },
        {
            "codepoint": "1F67F",
            "name": "REVERSE CHECKER BOARD",
            "crossReferences": [
                "(quadrant upper left and lower right - 259A)"
            ]
        },
        {
            "codepoint": "1F680",
            "name": "ROCKET",
            "crossReferences": [
                "(leftwards rocket - 1F66C)"
            ]
        },
        {
            "codepoint": "1F681",
            "name": "HELICOPTER",
            "crossReferences": [
                "(airplane - 2708)"
            ]
        },
        {
            "codepoint": "1F682",
            "name": "STEAM LOCOMOTIVE",
            "crossReferences": [
                "(diesel locomotive - 1F6F2)"
            ]
        },
        {
            "codepoint": "1F683",
            "name": "RAILWAY CAR"
        },
        {
            "codepoint": "1F684",
            "name": "HIGH-SPEED TRAIN"
        },
        {
            "codepoint": "1F685",
            "name": "HIGH-SPEED TRAIN WITH BULLET NOSE"
        },
        {
            "codepoint": "1F686",
            "name": "TRAIN",
            "aliases": [
                "intercity train"
            ]
        },
        {
            "codepoint": "1F687",
            "name": "METRO",
            "aliases": [
                "subway, underground train"
            ]
        },
        {
            "codepoint": "1F688",
            "name": "LIGHT RAIL"
        },
        {
            "codepoint": "1F689",
            "name": "STATION",
            "aliases": [
                "train, subway station"
            ]
        },
        {
            "codepoint": "1F68A",
            "name": "TRAM"
        },
        {
            "codepoint": "1F68B",
            "name": "TRAM CAR"
        },
        {
            "codepoint": "1F68C",
            "name": "BUS"
        },
        {
            "codepoint": "1F68D",
            "name": "ONCOMING BUS"
        },
        {
            "codepoint": "1F68E",
            "name": "TROLLEYBUS"
        },
        {
            "codepoint": "1F68F",
            "name": "BUS STOP"
        },
        {
            "codepoint": "1F690",
            "name": "MINIBUS"
        },
        {
            "codepoint": "1F691",
            "name": "AMBULANCE"
        },
        {
            "codepoint": "1F692",
            "name": "FIRE ENGINE",
            "crossReferences": [
                "(oncoming fire engine - 1F6F1)"
            ]
        },
        {
            "codepoint": "1F693",
            "name": "POLICE CAR"
        },
        {
            "codepoint": "1F694",
            "name": "ONCOMING POLICE CAR"
        },
        {
            "codepoint": "1F695",
            "name": "TAXI"
        },
        {
            "codepoint": "1F696",
            "name": "ONCOMING TAXI"
        },
        {
            "codepoint": "1F697",
            "name": "AUTOMOBILE"
        },
        {
            "codepoint": "1F698",
            "name": "ONCOMING AUTOMOBILE"
        },
        {
            "codepoint": "1F699",
            "name": "RECREATIONAL VEHICLE"
        },
        {
            "codepoint": "1F69A",
            "name": "DELIVERY TRUCK",
            "crossReferences": [
                "(black truck - 26DF)"
            ]
        },
        {
            "codepoint": "1F69B",
            "name": "ARTICULATED LORRY"
        },
        {
            "codepoint": "1F69C",
            "name": "TRACTOR"
        },
        {
            "codepoint": "1F69D",
            "name": "MONORAIL"
        },
        {
            "codepoint": "1F69E",
            "name": "MOUNTAIN RAILWAY"
        },
        {
            "codepoint": "1F69F",
            "name": "SUSPENSION RAILWAY"
        },
        {
            "codepoint": "1F6A0",
            "name": "MOUNTAIN CABLEWAY"
        },
        {
            "codepoint": "1F6A1",
            "name": "AERIAL TRAMWAY"
        },
        {
            "codepoint": "1F6A2",
            "name": "SHIP",
            "aliases": [
                "cruise line vacation"
            ],
            "crossReferences": [
                "(ferry - 26F4)",
                "(passenger ship - 1F6F3)"
            ]
        },
        {
            "codepoint": "1F6A3",
            "name": "ROWBOAT",
            "crossReferences": [
                "(sailboat - 26F5)"
            ]
        },
        {
            "codepoint": "1F6A4",
            "name": "SPEEDBOAT",
            "crossReferences": [
                "(motor boat - 1F6E5)"
            ]
        },
        {
            "codepoint": "1F6A5",
            "name": "HORIZONTAL TRAFFIC LIGHT"
        },
        {
            "codepoint": "1F6A6",
            "name": "VERTICAL TRAFFIC LIGHT"
        },
        {
            "codepoint": "1F6A7",
            "name": "CONSTRUCTION SIGN",
            "crossReferences": [
                "(pick - 26CF)",
                "(building construction - 1F3D7)"
            ]
        },
        {
            "codepoint": "1F6A8",
            "name": "POLICE CARS REVOLVING LIGHT",
            "aliases": [
                "rotating beacon"
            ]
        },
        {
            "codepoint": "1F6A9",
            "name": "TRIANGULAR FLAG ON POST",
            "aliases": [
                "location information"
            ],
            "crossReferences": [
                "(flag in hole - 26F3)",
                "(white pennant - 1F3F1)"
            ]
        },
        {
            "codepoint": "1F6AA",
            "name": "DOOR"
        },
        {
            "codepoint": "1F6AB",
            "name": "NO ENTRY SIGN",
            "crossReferences": [
                "(combining enclosing circle backslash - 20E0)",
                "(no entry - 26D4)",
                "(prohibited sign - 1F6C7)"
            ]
        },
        {
            "codepoint": "1F6AC",
            "name": "SMOKING SYMBOL"
        },
        {
            "codepoint": "1F6AD",
            "name": "NO SMOKING SYMBOL"
        },
        {
            "codepoint": "1F6AE",
            "name": "PUT LITTER IN ITS PLACE SYMBOL"
        },
        {
            "codepoint": "1F6AF",
            "name": "DO NOT LITTER SYMBOL"
        },
        {
            "codepoint": "1F6B0",
            "name": "POTABLE WATER SYMBOL"
        },
        {
            "codepoint": "1F6B1",
            "name": "NON-POTABLE WATER SYMBOL"
        },
        {
            "codepoint": "1F6B2",
            "name": "BICYCLE"
        },
        {
            "codepoint": "1F6B3",
            "name": "NO BICYCLES"
        },
        {
            "codepoint": "1F6B4",
            "name": "BICYCLIST"
        },
        {
            "codepoint": "1F6B5",
            "name": "MOUNTAIN BICYCLIST"
        },
        {
            "codepoint": "1F6B6",
            "name": "PEDESTRIAN",
            "aliases": [
                "walking"
            ]
        },
        {
            "codepoint": "1F6B7",
            "name": "NO PEDESTRIANS"
        },
        {
            "codepoint": "1F6B8",
            "name": "CHILDREN CROSSING"
        },
        {
            "codepoint": "1F6B9",
            "name": "MENS SYMBOL",
            "aliases": [
                "man symbol",
                "men's restroom"
            ],
            "crossReferences": [
                "(stick figure - 1FBC5)"
            ]
        },
        {
            "codepoint": "1F6BA",
            "name": "WOMENS SYMBOL",
            "aliases": [
                "woman symbol",
                "women's restroom"
            ],
            "crossReferences": [
                "(stick figure with dress - 1FBC9)"
            ]
        },
        {
            "codepoint": "1F6BB",
            "name": "RESTROOM",
            "aliases": [
                "man and woman symbol with divider",
                "unisex restroom"
            ],
            "crossReferences": [
                "(man and woman holding hands - 1F46B)"
            ]
        },
        {
            "codepoint": "1F6BC",
            "name": "BABY SYMBOL",
            "aliases": [
                "baby on board, baby changing station"
            ]
        },
        {
            "codepoint": "1F6BD",
            "name": "TOILET"
        },
        {
            "codepoint": "1F6BE",
            "name": "WATER CLOSET",
            "crossReferences": [
                "(squared wc - 1F14F)",
                "(negative squared wc - 1F18F)"
            ]
        },
        {
            "codepoint": "1F6BF",
            "name": "SHOWER"
        },
        {
            "codepoint": "1F6C0",
            "name": "BATH"
        },
        {
            "codepoint": "1F6C1",
            "name": "BATHTUB"
        },
        {
            "codepoint": "1F6C2",
            "name": "PASSPORT CONTROL"
        },
        {
            "codepoint": "1F6C3",
            "name": "CUSTOMS"
        },
        {
            "codepoint": "1F6C4",
            "name": "BAGGAGE CLAIM"
        },
        {
            "codepoint": "1F6C5",
            "name": "LEFT LUGGAGE"
        },
        {
            "codepoint": "1F6C6",
            "name": "TRIANGLE WITH ROUNDED CORNERS",
            "aliases": [
                "caution"
            ],
            "crossReferences": [
                "(white up-pointing triangle - 25B3)"
            ]
        },
        {
            "codepoint": "1F6C7",
            "name": "PROHIBITED SIGN",
            "crossReferences": [
                "(combining enclosing circle backslash - 20E0)",
                "(no entry sign - 1F6AB)"
            ]
        },
        {
            "codepoint": "1F6C8",
            "name": "CIRCLED INFORMATION SOURCE",
            "aliases": [
                "information"
            ],
            "crossReferences": [
                "(information source - 2139)"
            ]
        },
        {
            "codepoint": "1F6C9",
            "name": "BOYS SYMBOL"
        },
        {
            "codepoint": "1F6CA",
            "name": "GIRLS SYMBOL"
        },
        {
            "codepoint": "1F6CB",
            "name": "COUCH AND LAMP",
            "aliases": [
                "furniture, lifestyles"
            ]
        },
        {
            "codepoint": "1F6CC",
            "name": "SLEEPING ACCOMMODATION",
            "aliases": [
                "hotel, guestrooms"
            ],
            "crossReferences": [
                "(hotel - 1F3E8)"
            ]
        },
        {
            "codepoint": "1F6CD",
            "name": "SHOPPING BAGS",
            "aliases": [
                "shopping"
            ]
        },
        {
            "codepoint": "1F6CE",
            "name": "BELLHOP BELL",
            "aliases": [
                "reception, services"
            ]
        },
        {
            "codepoint": "1F6CF",
            "name": "BED"
        },
        {
            "codepoint": "1F6D0",
            "name": "PLACE OF WORSHIP"
        },
        {
            "codepoint": "1F6D1",
            "name": "OCTAGONAL SIGN",
            "aliases": [
                "stop sign"
            ],
            "comments": [
                "may contain text indicating stop"
            ],
            "crossReferences": [
                "(warning sign - 26A0)",
                "(heavy white down-pointing triangle - 26DB)",
                "(horizontal black octagon - 2BC3)"
            ]
        },
        {
            "codepoint": "1F6D2",
            "name": "SHOPPING TROLLEY",
            "aliases": [
                "shopping cart"
            ]
        },
        {
            "codepoint": "1F6D3",
            "name": "STUPA"
        },
        {
            "codepoint": "1F6D4",
            "name": "PAGODA"
        },
        {
            "codepoint": "1F6D5",
            "name": "HINDU TEMPLE"
        },
        {
            "codepoint": "1F6D6",
            "name": "HUT"
        },
        {
            "codepoint": "1F6D7",
            "name": "ELEVATOR"
        },
        {
            "codepoint": "1F6DC",
            "name": "WIRELESS"
        },
        {
            "codepoint": "1F6DD",
            "name": "PLAYGROUND SLIDE"
        },
        {
            "codepoint": "1F6DE",
            "name": "WHEEL"
        },
        {
            "codepoint": "1F6DF",
            "name": "RING BUOY"
        },
        {
            "codepoint": "1F6E0",
            "name": "HAMMER AND WRENCH",
            "aliases": [
                "tools, repair facility"
            ],
            "crossReferences": [
                "(hammer and pick - 2692)"
            ]
        },
        {
            "codepoint": "1F6E1",
            "name": "SHIELD",
            "aliases": [
                "US road interstate highway"
            ]
        },
        {
            "codepoint": "1F6E2",
            "name": "OIL DRUM",
            "aliases": [
                "commodities"
            ]
        },
        {
            "codepoint": "1F6E3",
            "name": "MOTORWAY"
        },
        {
            "codepoint": "1F6E4",
            "name": "RAILWAY TRACK",
            "aliases": [
                "railroad"
            ]
        },
        {
            "codepoint": "1F6E5",
            "name": "MOTOR BOAT",
            "aliases": [
                "boat"
            ],
            "crossReferences": [
                "(speedboat - 1F6A4)"
            ]
        },
        {
            "codepoint": "1F6E6",
            "name": "UP-POINTING MILITARY AIRPLANE",
            "aliases": [
                "military airport"
            ]
        },
        {
            "codepoint": "1F6E7",
            "name": "UP-POINTING AIRPLANE",
            "aliases": [
                "commercial airport"
            ],
            "crossReferences": [
                "(airplane - 2708)"
            ]
        },
        {
            "codepoint": "1F6E8",
            "name": "UP-POINTING SMALL AIRPLANE",
            "aliases": [
                "airfield"
            ]
        },
        {
            "codepoint": "1F6E9",
            "name": "SMALL AIRPLANE"
        },
        {
            "codepoint": "1F6EA",
            "name": "NORTHEAST-POINTING AIRPLANE"
        },
        {
            "codepoint": "1F6EB",
            "name": "AIRPLANE DEPARTURE",
            "aliases": [
                "departures"
            ]
        },
        {
            "codepoint": "1F6EC",
            "name": "AIRPLANE ARRIVING",
            "aliases": [
                "arrivals"
            ]
        },
        {
            "codepoint": "1F6F0",
            "name": "SATELLITE"
        },
        {
            "codepoint": "1F6F1",
            "name": "ONCOMING FIRE ENGINE",
            "aliases": [
                "fire"
            ],
            "crossReferences": [
                "(fire engine - 1F692)"
            ]
        },
        {
            "codepoint": "1F6F2",
            "name": "DIESEL LOCOMOTIVE",
            "aliases": [
                "train"
            ],
            "crossReferences": [
                "(steam locomotive - 1F682)",
                "(train - 1F686)"
            ]
        },
        {
            "codepoint": "1F6F3",
            "name": "PASSENGER SHIP",
            "aliases": [
                "cruise line vacation"
            ],
            "crossReferences": [
                "(ship - 1F6A2)"
            ]
        },
        {
            "codepoint": "1F6F4",
            "name": "SCOOTER"
        },
        {
            "codepoint": "1F6F5",
            "name": "MOTOR SCOOTER"
        },
        {
            "codepoint": "1F6F6",
            "name": "CANOE"
        },
        {
            "codepoint": "1F6F7",
            "name": "SLED",
            "aliases": [
                "sledge, toboggan"
            ]
        },
        {
            "codepoint": "1F6F8",
            "name": "FLYING SAUCER",
            "aliases": [
                "UFO"
            ],
            "crossReferences": [
                "(extraterrestrial alien - 1F47D)"
            ]
        },
        {
            "codepoint": "1F6F9",
            "name": "SKATEBOARD"
        },
        {
            "codepoint": "1F6FA",
            "name": "AUTO RICKSHAW",
            "aliases": [
                "tuk-tuk, remorque"
            ]
        },
        {
            "codepoint": "1F6FB",
            "name": "PICKUP TRUCK"
        },
        {
            "codepoint": "1F6FC",
            "name": "ROLLER SKATE"
        },
        {
            "codepoint": "1F700",
            "name": "ALCHEMICAL SYMBOL FOR QUINTESSENCE"
        },
        {
            "codepoint": "1F701",
            "name": "ALCHEMICAL SYMBOL FOR AIR"
        },
        {
            "codepoint": "1F702",
            "name": "ALCHEMICAL SYMBOL FOR FIRE",
            "crossReferences": [
                "(white up-pointing triangle - 25B3)"
            ]
        },
        {
            "codepoint": "1F703",
            "name": "ALCHEMICAL SYMBOL FOR EARTH",
            "crossReferences": [
                "(earth - 2641)"
            ]
        },
        {
            "codepoint": "1F704",
            "name": "ALCHEMICAL SYMBOL FOR WATER",
            "crossReferences": [
                "(white down-pointing triangle - 25BD)"
            ]
        },
        {
            "codepoint": "1F705",
            "name": "ALCHEMICAL SYMBOL FOR AQUAFORTIS"
        },
        {
            "codepoint": "1F706",
            "name": "ALCHEMICAL SYMBOL FOR AQUA REGIA"
        },
        {
            "codepoint": "1F707",
            "name": "ALCHEMICAL SYMBOL FOR AQUA REGIA-2",
            "aliases": [
                "balneum arenae (sand bath), lapis armenus (Armenian stone)"
            ]
        },
        {
            "codepoint": "1F708",
            "name": "ALCHEMICAL SYMBOL FOR AQUA VITAE",
            "aliases": [
                "spiritus vini"
            ]
        },
        {
            "codepoint": "1F709",
            "name": "ALCHEMICAL SYMBOL FOR AQUA VITAE-2"
        },
        {
            "codepoint": "1F70A",
            "name": "ALCHEMICAL SYMBOL FOR VINEGAR",
            "aliases": [
                "crucible; acid; distill; atrament; vitriol; red sulfur; borax; wine; alkali salt; mercurius vivus, quick silver"
            ],
            "crossReferences": [
                "(cross of jerusalem - 2629)"
            ]
        },
        {
            "codepoint": "1F70B",
            "name": "ALCHEMICAL SYMBOL FOR VINEGAR-2",
            "aliases": [
                "distilled vinegar"
            ]
        },
        {
            "codepoint": "1F70C",
            "name": "ALCHEMICAL SYMBOL FOR VINEGAR-3"
        },
        {
            "codepoint": "1F70D",
            "name": "ALCHEMICAL SYMBOL FOR SULFUR",
            "aliases": [
                "brimstone"
            ]
        },
        {
            "codepoint": "1F70E",
            "name": "ALCHEMICAL SYMBOL FOR PHILOSOPHERS SULFUR"
        },
        {
            "codepoint": "1F70F",
            "name": "ALCHEMICAL SYMBOL FOR BLACK SULFUR",
            "aliases": [
                "sulfur nigra, dye"
            ]
        },
        {
            "codepoint": "1F710",
            "name": "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE",
            "crossReferences": [
                "(mercury - 263F)",
                "(alchemical symbol for sublimation - 1F75E)"
            ]
        },
        {
            "codepoint": "1F711",
            "name": "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-2"
        },
        {
            "codepoint": "1F712",
            "name": "ALCHEMICAL SYMBOL FOR MERCURY SUBLIMATE-3"
        },
        {
            "codepoint": "1F713",
            "name": "ALCHEMICAL SYMBOL FOR CINNABAR"
        },
        {
            "codepoint": "1F714",
            "name": "ALCHEMICAL SYMBOL FOR SALT",
            "crossReferences": [
                "(white square - 25A1)",
                "(circled minus - 2296)"
            ]
        },
        {
            "codepoint": "1F715",
            "name": "ALCHEMICAL SYMBOL FOR NITRE",
            "crossReferences": [
                "(circled vertical bar - 29B6)"
            ]
        },
        {
            "codepoint": "1F716",
            "name": "ALCHEMICAL SYMBOL FOR VITRIOL"
        },
        {
            "codepoint": "1F717",
            "name": "ALCHEMICAL SYMBOL FOR VITRIOL-2"
        },
        {
            "codepoint": "1F718",
            "name": "ALCHEMICAL SYMBOL FOR ROCK SALT",
            "aliases": [
                "sal gemmae"
            ]
        },
        {
            "codepoint": "1F719",
            "name": "ALCHEMICAL SYMBOL FOR ROCK SALT-2"
        },
        {
            "codepoint": "1F71A",
            "name": "ALCHEMICAL SYMBOL FOR GOLD",
            "crossReferences": [
                "(sun - 2609)"
            ]
        },
        {
            "codepoint": "1F71B",
            "name": "ALCHEMICAL SYMBOL FOR SILVER",
            "crossReferences": [
                "(first quarter moon - 263D)",
                "(last quarter moon - 263E)"
            ]
        },
        {
            "codepoint": "1F71C",
            "name": "ALCHEMICAL SYMBOL FOR IRON ORE",
            "crossReferences": [
                "(male sign - 2642)"
            ]
        },
        {
            "codepoint": "1F71D",
            "name": "ALCHEMICAL SYMBOL FOR IRON ORE-2"
        },
        {
            "codepoint": "1F71E",
            "name": "ALCHEMICAL SYMBOL FOR CROCUS OF IRON",
            "aliases": [
                "crocus martis, red or yellow calcined powder of iron"
            ]
        },
        {
            "codepoint": "1F71F",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS OF IRON",
            "aliases": [
                "regulus martis, scoria from refining stibnite/antimony with iron"
            ]
        },
        {
            "codepoint": "1F720",
            "name": "ALCHEMICAL SYMBOL FOR COPPER ORE",
            "crossReferences": [
                "(female sign - 2640)"
            ]
        },
        {
            "codepoint": "1F721",
            "name": "ALCHEMICAL SYMBOL FOR IRON-COPPER ORE",
            "crossReferences": [
                "(male and female sign - 26A5)"
            ]
        },
        {
            "codepoint": "1F722",
            "name": "ALCHEMICAL SYMBOL FOR SUBLIMATE OF COPPER",
            "crossReferences": [
                "(alchemical symbol for sal-ammoniac - 1F739)"
            ]
        },
        {
            "codepoint": "1F723",
            "name": "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER",
            "aliases": [
                "crocus veneris, aes ustum"
            ]
        },
        {
            "codepoint": "1F724",
            "name": "ALCHEMICAL SYMBOL FOR CROCUS OF COPPER-2"
        },
        {
            "codepoint": "1F725",
            "name": "ALCHEMICAL SYMBOL FOR COPPER ANTIMONIATE",
            "aliases": [
                "crocus of copper, crocus veneris, lapis haematites"
            ],
            "crossReferences": [
                "(earth - 2641)"
            ]
        },
        {
            "codepoint": "1F726",
            "name": "ALCHEMICAL SYMBOL FOR SALT OF COPPER ANTIMONIATE",
            "crossReferences": [
                "(alchemical symbol for salt - 1F714)"
            ]
        },
        {
            "codepoint": "1F727",
            "name": "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF COPPER",
            "crossReferences": [
                "(alchemical symbol for sal-ammoniac - 1F739)"
            ]
        },
        {
            "codepoint": "1F728",
            "name": "ALCHEMICAL SYMBOL FOR VERDIGRIS",
            "aliases": [
                "aes viride, copper subacetate",
                "astronomical symbol for earth"
            ],
            "crossReferences": [
                "(circled plus - 2295)",
                "(earth - 2641)"
            ]
        },
        {
            "codepoint": "1F729",
            "name": "ALCHEMICAL SYMBOL FOR TIN ORE",
            "crossReferences": [
                "(jupiter - 2643)"
            ]
        },
        {
            "codepoint": "1F72A",
            "name": "ALCHEMICAL SYMBOL FOR LEAD ORE",
            "crossReferences": [
                "(saturn - 2644)"
            ]
        },
        {
            "codepoint": "1F72B",
            "name": "ALCHEMICAL SYMBOL FOR ANTIMONY ORE",
            "aliases": [
                "stibnite"
            ],
            "crossReferences": [
                "(earth - 2641)"
            ]
        },
        {
            "codepoint": "1F72C",
            "name": "ALCHEMICAL SYMBOL FOR SUBLIMATE OF ANTIMONY",
            "crossReferences": [
                "(alchemical symbol for sal-ammoniac - 1F739)"
            ]
        },
        {
            "codepoint": "1F72D",
            "name": "ALCHEMICAL SYMBOL FOR SALT OF ANTIMONY",
            "aliases": [
                "cinnabar"
            ],
            "crossReferences": [
                "(alchemical symbol for salt - 1F714)"
            ]
        },
        {
            "codepoint": "1F72E",
            "name": "ALCHEMICAL SYMBOL FOR SUBLIMATE OF SALT OF ANTIMONY"
        },
        {
            "codepoint": "1F72F",
            "name": "ALCHEMICAL SYMBOL FOR VINEGAR OF ANTIMONY"
        },
        {
            "codepoint": "1F730",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY",
            "aliases": [
                "antimony metal"
            ]
        },
        {
            "codepoint": "1F731",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS OF ANTIMONY-2"
        },
        {
            "codepoint": "1F732",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS"
        },
        {
            "codepoint": "1F733",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS-2"
        },
        {
            "codepoint": "1F734",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS-3"
        },
        {
            "codepoint": "1F735",
            "name": "ALCHEMICAL SYMBOL FOR REGULUS-4"
        },
        {
            "codepoint": "1F736",
            "name": "ALCHEMICAL SYMBOL FOR ALKALI",
            "aliases": [
                "sal alkali"
            ]
        },
        {
            "codepoint": "1F737",
            "name": "ALCHEMICAL SYMBOL FOR ALKALI-2"
        },
        {
            "codepoint": "1F738",
            "name": "ALCHEMICAL SYMBOL FOR MARCASITE",
            "aliases": [
                "iron pyrite, iron sulfide"
            ]
        },
        {
            "codepoint": "1F739",
            "name": "ALCHEMICAL SYMBOL FOR SAL-AMMONIAC",
            "aliases": [
                "ammonium chloride"
            ],
            "crossReferences": [
                "(asterisk - 002A)",
                "(sextile - 26B9)",
                "(eight spoked asterisk - 2733)"
            ]
        },
        {
            "codepoint": "1F73A",
            "name": "ALCHEMICAL SYMBOL FOR ARSENIC",
            "crossReferences": [
                "(double-ended multimap - 29DF)"
            ]
        },
        {
            "codepoint": "1F73B",
            "name": "ALCHEMICAL SYMBOL FOR REALGAR",
            "aliases": [
                "arsenic sulfide"
            ]
        },
        {
            "codepoint": "1F73C",
            "name": "ALCHEMICAL SYMBOL FOR REALGAR-2",
            "aliases": [
                "arsenic sulfide"
            ]
        },
        {
            "codepoint": "1F73D",
            "name": "ALCHEMICAL SYMBOL FOR AURIPIGMENT",
            "aliases": [
                "orpiment",
                "arsenic trisulfide"
            ]
        },
        {
            "codepoint": "1F73E",
            "name": "ALCHEMICAL SYMBOL FOR BISMUTH ORE",
            "aliases": [
                "tinglass"
            ],
            "crossReferences": [
                "(neptune - 2646)"
            ]
        },
        {
            "codepoint": "1F73F",
            "name": "ALCHEMICAL SYMBOL FOR TARTAR",
            "aliases": [
                "impure potassium tartrate"
            ]
        },
        {
            "codepoint": "1F740",
            "name": "ALCHEMICAL SYMBOL FOR TARTAR-2",
            "aliases": [
                "impure potassium tartrate"
            ]
        },
        {
            "codepoint": "1F741",
            "name": "ALCHEMICAL SYMBOL FOR QUICK LIME",
            "aliases": [
                "calx viva",
                "calcium oxide"
            ]
        },
        {
            "codepoint": "1F742",
            "name": "ALCHEMICAL SYMBOL FOR BORAX"
        },
        {
            "codepoint": "1F743",
            "name": "ALCHEMICAL SYMBOL FOR BORAX-2"
        },
        {
            "codepoint": "1F744",
            "name": "ALCHEMICAL SYMBOL FOR BORAX-3"
        },
        {
            "codepoint": "1F745",
            "name": "ALCHEMICAL SYMBOL FOR ALUM"
        },
        {
            "codepoint": "1F746",
            "name": "ALCHEMICAL SYMBOL FOR OIL",
            "crossReferences": [
                "(tibetan sign rdel dkar gsum - 0F1C)"
            ]
        },
        {
            "codepoint": "1F747",
            "name": "ALCHEMICAL SYMBOL FOR SPIRIT"
        },
        {
            "codepoint": "1F748",
            "name": "ALCHEMICAL SYMBOL FOR TINCTURE"
        },
        {
            "codepoint": "1F749",
            "name": "ALCHEMICAL SYMBOL FOR GUM"
        },
        {
            "codepoint": "1F74A",
            "name": "ALCHEMICAL SYMBOL FOR WAX",
            "aliases": [
                "cera"
            ]
        },
        {
            "codepoint": "1F74B",
            "name": "ALCHEMICAL SYMBOL FOR POWDER",
            "aliases": [
                "pulvis"
            ]
        },
        {
            "codepoint": "1F74C",
            "name": "ALCHEMICAL SYMBOL FOR CALX",
            "aliases": [
                "calcinare",
                "oxide residue, calcium oxide"
            ]
        },
        {
            "codepoint": "1F74D",
            "name": "ALCHEMICAL SYMBOL FOR TUTTY",
            "aliases": [
                "tutia, crude zinc oxide sublimate",
                "aes viride"
            ]
        },
        {
            "codepoint": "1F74E",
            "name": "ALCHEMICAL SYMBOL FOR CAPUT MORTUUM",
            "aliases": [
                "worthless residue of sublimation or distillation"
            ]
        },
        {
            "codepoint": "1F74F",
            "name": "ALCHEMICAL SYMBOL FOR SCEPTER OF JOVE"
        },
        {
            "codepoint": "1F750",
            "name": "ALCHEMICAL SYMBOL FOR CADUCEUS",
            "crossReferences": [
                "(caduceus - 2624)"
            ]
        },
        {
            "codepoint": "1F751",
            "name": "ALCHEMICAL SYMBOL FOR TRIDENT"
        },
        {
            "codepoint": "1F752",
            "name": "ALCHEMICAL SYMBOL FOR STARRED TRIDENT"
        },
        {
            "codepoint": "1F753",
            "name": "ALCHEMICAL SYMBOL FOR LODESTONE",
            "aliases": [
                "magnes"
            ]
        },
        {
            "codepoint": "1F754",
            "name": "ALCHEMICAL SYMBOL FOR SOAP",
            "crossReferences": [
                "(lozenge - 25CA)",
                "(white medium diamond - 2B26)"
            ]
        },
        {
            "codepoint": "1F755",
            "name": "ALCHEMICAL SYMBOL FOR URINE",
            "crossReferences": [
                "(squared dot operator - 22A1)"
            ]
        },
        {
            "codepoint": "1F756",
            "name": "ALCHEMICAL SYMBOL FOR HORSE DUNG",
            "aliases": [
                "fimus equinus"
            ]
        },
        {
            "codepoint": "1F757",
            "name": "ALCHEMICAL SYMBOL FOR ASHES",
            "aliases": [
                "cineres"
            ]
        },
        {
            "codepoint": "1F758",
            "name": "ALCHEMICAL SYMBOL FOR POT ASHES",
            "aliases": [
                "cineres clavellati, alumen"
            ]
        },
        {
            "codepoint": "1F759",
            "name": "ALCHEMICAL SYMBOL FOR BRICK"
        },
        {
            "codepoint": "1F75A",
            "name": "ALCHEMICAL SYMBOL FOR POWDERED BRICK",
            "aliases": [
                "later cibratus, farina laterum"
            ]
        },
        {
            "codepoint": "1F75B",
            "name": "ALCHEMICAL SYMBOL FOR AMALGAM"
        },
        {
            "codepoint": "1F75C",
            "name": "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM"
        },
        {
            "codepoint": "1F75D",
            "name": "ALCHEMICAL SYMBOL FOR STRATUM SUPER STRATUM-2"
        },
        {
            "codepoint": "1F75E",
            "name": "ALCHEMICAL SYMBOL FOR SUBLIMATION",
            "crossReferences": [
                "(ascending node - 260A)",
                "(libra - 264E)"
            ]
        },
        {
            "codepoint": "1F75F",
            "name": "ALCHEMICAL SYMBOL FOR PRECIPITATE"
        },
        {
            "codepoint": "1F760",
            "name": "ALCHEMICAL SYMBOL FOR DISTILL",
            "aliases": [
                "sublimate"
            ]
        },
        {
            "codepoint": "1F761",
            "name": "ALCHEMICAL SYMBOL FOR DISSOLVE"
        },
        {
            "codepoint": "1F762",
            "name": "ALCHEMICAL SYMBOL FOR DISSOLVE-2",
            "aliases": [
                "water, aqua"
            ]
        },
        {
            "codepoint": "1F763",
            "name": "ALCHEMICAL SYMBOL FOR PURIFY",
            "crossReferences": [
                "(descending node - 260B)"
            ]
        },
        {
            "codepoint": "1F764",
            "name": "ALCHEMICAL SYMBOL FOR PUTREFACTION"
        },
        {
            "codepoint": "1F765",
            "name": "ALCHEMICAL SYMBOL FOR CRUCIBLE",
            "aliases": [
                "tigellum"
            ],
            "crossReferences": [
                "(alchemical symbol for vinegar - 1F70A)"
            ]
        },
        {
            "codepoint": "1F766",
            "name": "ALCHEMICAL SYMBOL FOR CRUCIBLE-2"
        },
        {
            "codepoint": "1F767",
            "name": "ALCHEMICAL SYMBOL FOR CRUCIBLE-3"
        },
        {
            "codepoint": "1F768",
            "name": "ALCHEMICAL SYMBOL FOR CRUCIBLE-4",
            "crossReferences": [
                "(down tack - 22A4)"
            ]
        },
        {
            "codepoint": "1F769",
            "name": "ALCHEMICAL SYMBOL FOR CRUCIBLE-5"
        },
        {
            "codepoint": "1F76A",
            "name": "ALCHEMICAL SYMBOL FOR ALEMBIC"
        },
        {
            "codepoint": "1F76B",
            "name": "ALCHEMICAL SYMBOL FOR BATH OF MARY",
            "aliases": [
                "balneum mariae"
            ]
        },
        {
            "codepoint": "1F76C",
            "name": "ALCHEMICAL SYMBOL FOR BATH OF VAPOURS",
            "aliases": [
                "balneum vaporis"
            ]
        },
        {
            "codepoint": "1F76D",
            "name": "ALCHEMICAL SYMBOL FOR RETORT",
            "crossReferences": [
                "(alembic - 2697)"
            ]
        },
        {
            "codepoint": "1F76E",
            "name": "ALCHEMICAL SYMBOL FOR HOUR",
            "crossReferences": [
                "(hourglass - 231B)"
            ]
        },
        {
            "codepoint": "1F76F",
            "name": "ALCHEMICAL SYMBOL FOR NIGHT"
        },
        {
            "codepoint": "1F770",
            "name": "ALCHEMICAL SYMBOL FOR DAY-NIGHT"
        },
        {
            "codepoint": "1F771",
            "name": "ALCHEMICAL SYMBOL FOR MONTH",
            "aliases": [
                "mensis"
            ],
            "crossReferences": [
                "(squared times - 22A0)"
            ]
        },
        {
            "codepoint": "1F772",
            "name": "ALCHEMICAL SYMBOL FOR HALF DRAM",
            "aliases": [
                "drachma semis"
            ],
            "comments": [
                "handwritten ligature of 0292 + 00DF, typically spelled out as ʒss"
            ],
            "crossReferences": [
                "(latin small letter ezh - 0292)"
            ]
        },
        {
            "codepoint": "1F773",
            "name": "ALCHEMICAL SYMBOL FOR HALF OUNCE",
            "aliases": [
                "uncia semis"
            ],
            "comments": [
                "handwritten ligature of 2125 + 00DF, typically spelled out as 2125 ss"
            ],
            "crossReferences": [
                "(ounce sign - 2125)"
            ]
        },
        {
            "codepoint": "1F774",
            "name": "LOT OF FORTUNE",
            "aliases": [
                "pars fortunae"
            ],
            "crossReferences": [
                "(circled times - 2297)"
            ]
        },
        {
            "codepoint": "1F775",
            "name": "OCCULTATION",
            "crossReferences": [
                "(conjunction - 260C)"
            ]
        },
        {
            "codepoint": "1F776",
            "name": "LUNAR ECLIPSE",
            "crossReferences": [
                "(opposition - 260D)"
            ]
        },
        {
            "codepoint": "1F77B",
            "name": "HAUMEA"
        },
        {
            "codepoint": "1F77C",
            "name": "MAKEMAKE"
        },
        {
            "codepoint": "1F77D",
            "name": "GONGGONG"
        },
        {
            "codepoint": "1F77E",
            "name": "QUAOAR"
        },
        {
            "codepoint": "1F77F",
            "name": "ORCUS"
        },
        {
            "codepoint": "1F780",
            "name": "BLACK LEFT-POINTING ISOSCELES RIGHT TRIANGLE",
            "crossReferences": [
                "(black medium left-pointing triangle - 23F4)"
            ]
        },
        {
            "codepoint": "1F781",
            "name": "BLACK UP-POINTING ISOSCELES RIGHT TRIANGLE",
            "crossReferences": [
                "(black medium up-pointing triangle - 23F6)"
            ]
        },
        {
            "codepoint": "1F782",
            "name": "BLACK RIGHT-POINTING ISOSCELES RIGHT TRIANGLE",
            "crossReferences": [
                "(black medium right-pointing triangle - 23F5)"
            ]
        },
        {
            "codepoint": "1F783",
            "name": "BLACK DOWN-POINTING ISOSCELES RIGHT TRIANGLE",
            "crossReferences": [
                "(black medium down-pointing triangle - 23F7)"
            ]
        },
        {
            "codepoint": "1F784",
            "name": "BLACK SLIGHTLY SMALL CIRCLE"
        },
        {
            "codepoint": "1F785",
            "name": "MEDIUM BOLD WHITE CIRCLE",
            "crossReferences": [
                "(medium white circle - 26AA)"
            ]
        },
        {
            "codepoint": "1F786",
            "name": "BOLD WHITE CIRCLE"
        },
        {
            "codepoint": "1F787",
            "name": "HEAVY WHITE CIRCLE"
        },
        {
            "codepoint": "1F788",
            "name": "VERY HEAVY WHITE CIRCLE"
        },
        {
            "codepoint": "1F789",
            "name": "EXTREMELY HEAVY WHITE CIRCLE"
        },
        {
            "codepoint": "1F78A",
            "name": "WHITE CIRCLE CONTAINING BLACK SMALL CIRCLE"
        },
        {
            "codepoint": "1F78B",
            "name": "ROUND TARGET",
            "crossReferences": [
                "(bullseye - 25CE)",
                "(circled white bullet - 29BE)",
                "(heavy circle with circle inside - 2B57)"
            ]
        },
        {
            "codepoint": "1F78C",
            "name": "BLACK TINY SQUARE"
        },
        {
            "codepoint": "1F78D",
            "name": "BLACK SLIGHTLY SMALL SQUARE"
        },
        {
            "codepoint": "1F78E",
            "name": "LIGHT WHITE SQUARE"
        },
        {
            "codepoint": "1F78F",
            "name": "MEDIUM WHITE SQUARE"
        },
        {
            "codepoint": "1F790",
            "name": "BOLD WHITE SQUARE",
            "aliases": [
                "heavy white square"
            ]
        },
        {
            "codepoint": "1F791",
            "name": "HEAVY WHITE SQUARE"
        },
        {
            "codepoint": "1F792",
            "name": "VERY HEAVY WHITE SQUARE"
        },
        {
            "codepoint": "1F793",
            "name": "EXTREMELY HEAVY WHITE SQUARE"
        },
        {
            "codepoint": "1F794",
            "name": "WHITE SQUARE CONTAINING BLACK VERY SMALL SQUARE"
        },
        {
            "codepoint": "1F795",
            "name": "WHITE SQUARE CONTAINING BLACK MEDIUM SQUARE"
        },
        {
            "codepoint": "1F796",
            "name": "SQUARE TARGET"
        },
        {
            "codepoint": "1F797",
            "name": "BLACK TINY DIAMOND"
        },
        {
            "codepoint": "1F798",
            "name": "BLACK VERY SMALL DIAMOND"
        },
        {
            "codepoint": "1F799",
            "name": "BLACK MEDIUM SMALL DIAMOND"
        },
        {
            "codepoint": "1F79A",
            "name": "WHITE DIAMOND CONTAINING BLACK VERY SMALL DIAMOND"
        },
        {
            "codepoint": "1F79B",
            "name": "WHITE DIAMOND CONTAINING BLACK MEDIUM DIAMOND"
        },
        {
            "codepoint": "1F79C",
            "name": "DIAMOND TARGET"
        },
        {
            "codepoint": "1F79D",
            "name": "BLACK TINY LOZENGE"
        },
        {
            "codepoint": "1F79E",
            "name": "BLACK VERY SMALL LOZENGE"
        },
        {
            "codepoint": "1F79F",
            "name": "BLACK MEDIUM SMALL LOZENGE"
        },
        {
            "codepoint": "1F7A0",
            "name": "WHITE LOZENGE CONTAINING BLACK SMALL LOZENGE"
        },
        {
            "codepoint": "1F7A1",
            "name": "THIN GREEK CROSS"
        },
        {
            "codepoint": "1F7A2",
            "name": "LIGHT GREEK CROSS"
        },
        {
            "codepoint": "1F7A3",
            "name": "MEDIUM GREEK CROSS"
        },
        {
            "codepoint": "1F7A4",
            "name": "BOLD GREEK CROSS"
        },
        {
            "codepoint": "1F7A5",
            "name": "VERY BOLD GREEK CROSS",
            "crossReferences": [
                "(heavy greek cross - 271A)"
            ]
        },
        {
            "codepoint": "1F7A6",
            "name": "VERY HEAVY GREEK CROSS"
        },
        {
            "codepoint": "1F7A7",
            "name": "EXTREMELY HEAVY GREEK CROSS"
        },
        {
            "codepoint": "1F7A8",
            "name": "THIN SALTIRE",
            "crossReferences": [
                "(multiplication x - 2715)"
            ]
        },
        {
            "codepoint": "1F7A9",
            "name": "LIGHT SALTIRE",
            "crossReferences": [
                "(saltire - 2613)"
            ]
        },
        {
            "codepoint": "1F7AA",
            "name": "MEDIUM SALTIRE"
        },
        {
            "codepoint": "1F7AB",
            "name": "BOLD SALTIRE"
        },
        {
            "codepoint": "1F7AC",
            "name": "HEAVY SALTIRE"
        },
        {
            "codepoint": "1F7AD",
            "name": "VERY HEAVY SALTIRE"
        },
        {
            "codepoint": "1F7AE",
            "name": "EXTREMELY HEAVY SALTIRE",
            "crossReferences": [
                "(heavy multiplication x - 2716)"
            ]
        },
        {
            "codepoint": "1F7AF",
            "name": "LIGHT FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B0",
            "name": "MEDIUM FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B1",
            "name": "BOLD FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B2",
            "name": "HEAVY FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B3",
            "name": "VERY HEAVY FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B4",
            "name": "EXTREMELY HEAVY FIVE SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B5",
            "name": "LIGHT SIX SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B6",
            "name": "MEDIUM SIX SPOKED ASTERISK",
            "comments": [
                "may represent the \"star\" symbol devised in ITU-T E.161 for use on telephony devices"
            ]
        },
        {
            "codepoint": "1F7B7",
            "name": "BOLD SIX SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7B8",
            "name": "HEAVY SIX SPOKED ASTERISK",
            "crossReferences": [
                "(heavy asterisk - 2731)"
            ]
        },
        {
            "codepoint": "1F7B9",
            "name": "VERY HEAVY SIX SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7BA",
            "name": "EXTREMELY HEAVY SIX SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7BB",
            "name": "LIGHT EIGHT SPOKED ASTERISK",
            "crossReferences": [
                "(eight spoked asterisk - 2733)"
            ]
        },
        {
            "codepoint": "1F7BC",
            "name": "MEDIUM EIGHT SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7BD",
            "name": "BOLD EIGHT SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7BE",
            "name": "HEAVY EIGHT SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7BF",
            "name": "VERY HEAVY EIGHT SPOKED ASTERISK"
        },
        {
            "codepoint": "1F7C0",
            "name": "LIGHT THREE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7C1",
            "name": "MEDIUM THREE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7C2",
            "name": "THREE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7C3",
            "name": "MEDIUM THREE POINTED PINWHEEL STAR"
        },
        {
            "codepoint": "1F7C4",
            "name": "LIGHT FOUR POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7C5",
            "name": "MEDIUM FOUR POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7C6",
            "name": "FOUR POINTED BLACK STAR",
            "comments": [
                "2726 is a cusp"
            ],
            "crossReferences": [
                "(black four pointed star - 2726)"
            ]
        },
        {
            "codepoint": "1F7C7",
            "name": "MEDIUM FOUR POINTED PINWHEEL STAR"
        },
        {
            "codepoint": "1F7C8",
            "name": "REVERSE LIGHT FOUR POINTED PINWHEEL STAR",
            "aliases": [
                "navigate"
            ]
        },
        {
            "codepoint": "1F7C9",
            "name": "LIGHT FIVE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7CA",
            "name": "HEAVY FIVE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7CB",
            "name": "MEDIUM SIX POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7CC",
            "name": "HEAVY SIX POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7CD",
            "name": "SIX POINTED PINWHEEL STAR"
        },
        {
            "codepoint": "1F7CE",
            "name": "MEDIUM EIGHT POINTED BLACK STAR",
            "crossReferences": [
                "(eight pointed rectilinear black star - 2737)"
            ]
        },
        {
            "codepoint": "1F7CF",
            "name": "HEAVY EIGHT POINTED BLACK STAR",
            "crossReferences": [
                "(heavy eight pointed rectilinear black star - 2738)"
            ]
        },
        {
            "codepoint": "1F7D0",
            "name": "VERY HEAVY EIGHT POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7D1",
            "name": "HEAVY EIGHT POINTED PINWHEEL STAR",
            "crossReferences": [
                "(eight pointed pinwheel star - 2735)"
            ]
        },
        {
            "codepoint": "1F7D2",
            "name": "LIGHT TWELVE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7D3",
            "name": "HEAVY TWELVE POINTED BLACK STAR"
        },
        {
            "codepoint": "1F7D4",
            "name": "HEAVY TWELVE POINTED PINWHEEL STAR"
        },
        {
            "codepoint": "1F7D5",
            "name": "CIRCLED TRIANGLE"
        },
        {
            "codepoint": "1F7D6",
            "name": "NEGATIVE CIRCLED TRIANGLE"
        },
        {
            "codepoint": "1F7D7",
            "name": "CIRCLED SQUARE"
        },
        {
            "codepoint": "1F7D8",
            "name": "NEGATIVE CIRCLED SQUARE"
        },
        {
            "codepoint": "1F7D9",
            "name": "NINE POINTED WHITE STAR",
            "comments": [
                "commonly used by members of the Bahá'í faith"
            ]
        },
        {
            "codepoint": "1F7E0",
            "name": "LARGE ORANGE CIRCLE"
        },
        {
            "codepoint": "1F7E1",
            "name": "LARGE YELLOW CIRCLE"
        },
        {
            "codepoint": "1F7E2",
            "name": "LARGE GREEN CIRCLE"
        },
        {
            "codepoint": "1F7E3",
            "name": "LARGE PURPLE CIRCLE"
        },
        {
            "codepoint": "1F7E4",
            "name": "LARGE BROWN CIRCLE"
        },
        {
            "codepoint": "1F7E5",
            "name": "LARGE RED SQUARE"
        },
        {
            "codepoint": "1F7E6",
            "name": "LARGE BLUE SQUARE"
        },
        {
            "codepoint": "1F7E7",
            "name": "LARGE ORANGE SQUARE"
        },
        {
            "codepoint": "1F7E8",
            "name": "LARGE YELLOW SQUARE"
        },
        {
            "codepoint": "1F7E9",
            "name": "LARGE GREEN SQUARE"
        },
        {
            "codepoint": "1F7EA",
            "name": "LARGE PURPLE SQUARE"
        },
        {
            "codepoint": "1F7EB",
            "name": "LARGE BROWN SQUARE"
        },
        {
            "codepoint": "1F7F0",
            "name": "HEAVY EQUALS SIGN",
            "comments": [
                "symbol of equality"
            ],
            "crossReferences": [
                "(equals sign - 003D)",
                "(heavy multiplication x - 2716)",
                "(heavy plus sign - 2795)",
                "(geta mark - 3013)",
                "(roman sextans sign - 10190)"
            ]
        },
        {
            "codepoint": "1F800",
            "name": "LEFTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F801",
            "name": "UPWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F802",
            "name": "RIGHTWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F803",
            "name": "DOWNWARDS ARROW WITH SMALL TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F804",
            "name": "LEFTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F805",
            "name": "UPWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F806",
            "name": "RIGHTWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F807",
            "name": "DOWNWARDS ARROW WITH MEDIUM TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F808",
            "name": "LEFTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F809",
            "name": "UPWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F80A",
            "name": "RIGHTWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F80B",
            "name": "DOWNWARDS ARROW WITH LARGE TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F810",
            "name": "LEFTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F811",
            "name": "UPWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F812",
            "name": "RIGHTWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F813",
            "name": "DOWNWARDS ARROW WITH SMALL EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F814",
            "name": "LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F815",
            "name": "UPWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F816",
            "name": "RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F817",
            "name": "DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F818",
            "name": "HEAVY LEFTWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F819",
            "name": "HEAVY UPWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81A",
            "name": "HEAVY RIGHTWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81B",
            "name": "HEAVY DOWNWARDS ARROW WITH EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81C",
            "name": "HEAVY LEFTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81D",
            "name": "HEAVY UPWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81E",
            "name": "HEAVY RIGHTWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F81F",
            "name": "HEAVY DOWNWARDS ARROW WITH LARGE EQUILATERAL ARROWHEAD"
        },
        {
            "codepoint": "1F820",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT"
        },
        {
            "codepoint": "1F821",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT"
        },
        {
            "codepoint": "1F822",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT"
        },
        {
            "codepoint": "1F823",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH NARROW SHAFT"
        },
        {
            "codepoint": "1F824",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT"
        },
        {
            "codepoint": "1F825",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT"
        },
        {
            "codepoint": "1F826",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT"
        },
        {
            "codepoint": "1F827",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH MEDIUM SHAFT"
        },
        {
            "codepoint": "1F828",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT"
        },
        {
            "codepoint": "1F829",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT"
        },
        {
            "codepoint": "1F82A",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT"
        },
        {
            "codepoint": "1F82B",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH BOLD SHAFT"
        },
        {
            "codepoint": "1F82C",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT"
        },
        {
            "codepoint": "1F82D",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT"
        },
        {
            "codepoint": "1F82E",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT"
        },
        {
            "codepoint": "1F82F",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH HEAVY SHAFT"
        },
        {
            "codepoint": "1F830",
            "name": "LEFTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT"
        },
        {
            "codepoint": "1F831",
            "name": "UPWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT"
        },
        {
            "codepoint": "1F832",
            "name": "RIGHTWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT"
        },
        {
            "codepoint": "1F833",
            "name": "DOWNWARDS TRIANGLE-HEADED ARROW WITH VERY HEAVY SHAFT"
        },
        {
            "codepoint": "1F834",
            "name": "LEFTWARDS FINGER-POST ARROW"
        },
        {
            "codepoint": "1F835",
            "name": "UPWARDS FINGER-POST ARROW"
        },
        {
            "codepoint": "1F836",
            "name": "RIGHTWARDS FINGER-POST ARROW"
        },
        {
            "codepoint": "1F837",
            "name": "DOWNWARDS FINGER-POST ARROW"
        },
        {
            "codepoint": "1F838",
            "name": "LEFTWARDS SQUARED ARROW"
        },
        {
            "codepoint": "1F839",
            "name": "UPWARDS SQUARED ARROW"
        },
        {
            "codepoint": "1F83A",
            "name": "RIGHTWARDS SQUARED ARROW"
        },
        {
            "codepoint": "1F83B",
            "name": "DOWNWARDS SQUARED ARROW"
        },
        {
            "codepoint": "1F83C",
            "name": "LEFTWARDS COMPRESSED ARROW"
        },
        {
            "codepoint": "1F83D",
            "name": "UPWARDS COMPRESSED ARROW"
        },
        {
            "codepoint": "1F83E",
            "name": "RIGHTWARDS COMPRESSED ARROW"
        },
        {
            "codepoint": "1F83F",
            "name": "DOWNWARDS COMPRESSED ARROW"
        },
        {
            "codepoint": "1F840",
            "name": "LEFTWARDS HEAVY COMPRESSED ARROW"
        },
        {
            "codepoint": "1F841",
            "name": "UPWARDS HEAVY COMPRESSED ARROW"
        },
        {
            "codepoint": "1F842",
            "name": "RIGHTWARDS HEAVY COMPRESSED ARROW",
            "crossReferences": [
                "(squat black rightwards arrow - 27A7)"
            ]
        },
        {
            "codepoint": "1F843",
            "name": "DOWNWARDS HEAVY COMPRESSED ARROW"
        },
        {
            "codepoint": "1F844",
            "name": "LEFTWARDS HEAVY ARROW"
        },
        {
            "codepoint": "1F845",
            "name": "UPWARDS HEAVY ARROW"
        },
        {
            "codepoint": "1F846",
            "name": "RIGHTWARDS HEAVY ARROW"
        },
        {
            "codepoint": "1F847",
            "name": "DOWNWARDS HEAVY ARROW"
        },
        {
            "codepoint": "1F850",
            "name": "LEFTWARDS SANS-SERIF ARROW",
            "crossReferences": [
                "(leftwards arrow - 2190)"
            ]
        },
        {
            "codepoint": "1F851",
            "name": "UPWARDS SANS-SERIF ARROW",
            "crossReferences": [
                "(upwards arrow - 2191)"
            ]
        },
        {
            "codepoint": "1F852",
            "name": "RIGHTWARDS SANS-SERIF ARROW",
            "crossReferences": [
                "(rightwards arrow - 2192)"
            ]
        },
        {
            "codepoint": "1F853",
            "name": "DOWNWARDS SANS-SERIF ARROW",
            "crossReferences": [
                "(downwards arrow - 2193)"
            ]
        },
        {
            "codepoint": "1F854",
            "name": "NORTH WEST SANS-SERIF ARROW",
            "crossReferences": [
                "(north west arrow - 2196)"
            ]
        },
        {
            "codepoint": "1F855",
            "name": "NORTH EAST SANS-SERIF ARROW",
            "crossReferences": [
                "(north east arrow - 2197)"
            ]
        },
        {
            "codepoint": "1F856",
            "name": "SOUTH EAST SANS-SERIF ARROW",
            "crossReferences": [
                "(south east arrow - 2198)"
            ]
        },
        {
            "codepoint": "1F857",
            "name": "SOUTH WEST SANS-SERIF ARROW",
            "crossReferences": [
                "(south west arrow - 2199)"
            ]
        },
        {
            "codepoint": "1F858",
            "name": "LEFT RIGHT SANS-SERIF ARROW",
            "crossReferences": [
                "(left right arrow - 2194)"
            ]
        },
        {
            "codepoint": "1F859",
            "name": "UP DOWN SANS-SERIF ARROW",
            "crossReferences": [
                "(up down arrow - 2195)"
            ]
        },
        {
            "codepoint": "1F860",
            "name": "WIDE-HEADED LEFTWARDS LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F861",
            "name": "WIDE-HEADED UPWARDS LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F862",
            "name": "WIDE-HEADED RIGHTWARDS LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F863",
            "name": "WIDE-HEADED DOWNWARDS LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F864",
            "name": "WIDE-HEADED NORTH WEST LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F865",
            "name": "WIDE-HEADED NORTH EAST LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F866",
            "name": "WIDE-HEADED SOUTH EAST LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F867",
            "name": "WIDE-HEADED SOUTH WEST LIGHT BARB ARROW"
        },
        {
            "codepoint": "1F868",
            "name": "WIDE-HEADED LEFTWARDS BARB ARROW"
        },
        {
            "codepoint": "1F869",
            "name": "WIDE-HEADED UPWARDS BARB ARROW"
        },
        {
            "codepoint": "1F86A",
            "name": "WIDE-HEADED RIGHTWARDS BARB ARROW"
        },
        {
            "codepoint": "1F86B",
            "name": "WIDE-HEADED DOWNWARDS BARB ARROW"
        },
        {
            "codepoint": "1F86C",
            "name": "WIDE-HEADED NORTH WEST BARB ARROW"
        },
        {
            "codepoint": "1F86D",
            "name": "WIDE-HEADED NORTH EAST BARB ARROW"
        },
        {
            "codepoint": "1F86E",
            "name": "WIDE-HEADED SOUTH EAST BARB ARROW"
        },
        {
            "codepoint": "1F86F",
            "name": "WIDE-HEADED SOUTH WEST BARB ARROW"
        },
        {
            "codepoint": "1F870",
            "name": "WIDE-HEADED LEFTWARDS MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F871",
            "name": "WIDE-HEADED UPWARDS MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F872",
            "name": "WIDE-HEADED RIGHTWARDS MEDIUM BARB ARROW",
            "crossReferences": [
                "(heavy wide-headed rightwards arrow - 2794)"
            ]
        },
        {
            "codepoint": "1F873",
            "name": "WIDE-HEADED DOWNWARDS MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F874",
            "name": "WIDE-HEADED NORTH WEST MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F875",
            "name": "WIDE-HEADED NORTH EAST MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F876",
            "name": "WIDE-HEADED SOUTH EAST MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F877",
            "name": "WIDE-HEADED SOUTH WEST MEDIUM BARB ARROW"
        },
        {
            "codepoint": "1F878",
            "name": "WIDE-HEADED LEFTWARDS HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F879",
            "name": "WIDE-HEADED UPWARDS HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87A",
            "name": "WIDE-HEADED RIGHTWARDS HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87B",
            "name": "WIDE-HEADED DOWNWARDS HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87C",
            "name": "WIDE-HEADED NORTH WEST HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87D",
            "name": "WIDE-HEADED NORTH EAST HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87E",
            "name": "WIDE-HEADED SOUTH EAST HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F87F",
            "name": "WIDE-HEADED SOUTH WEST HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F880",
            "name": "WIDE-HEADED LEFTWARDS VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F881",
            "name": "WIDE-HEADED UPWARDS VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F882",
            "name": "WIDE-HEADED RIGHTWARDS VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F883",
            "name": "WIDE-HEADED DOWNWARDS VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F884",
            "name": "WIDE-HEADED NORTH WEST VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F885",
            "name": "WIDE-HEADED NORTH EAST VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F886",
            "name": "WIDE-HEADED SOUTH EAST VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F887",
            "name": "WIDE-HEADED SOUTH WEST VERY HEAVY BARB ARROW"
        },
        {
            "codepoint": "1F890",
            "name": "LEFTWARDS TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F891",
            "name": "UPWARDS TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F892",
            "name": "RIGHTWARDS TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F893",
            "name": "DOWNWARDS TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F894",
            "name": "LEFTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F895",
            "name": "UPWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F896",
            "name": "RIGHTWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F897",
            "name": "DOWNWARDS WHITE ARROW WITHIN TRIANGLE ARROWHEAD"
        },
        {
            "codepoint": "1F898",
            "name": "LEFTWARDS ARROW WITH NOTCHED TAIL"
        },
        {
            "codepoint": "1F899",
            "name": "UPWARDS ARROW WITH NOTCHED TAIL"
        },
        {
            "codepoint": "1F89A",
            "name": "RIGHTWARDS ARROW WITH NOTCHED TAIL",
            "crossReferences": [
                "(notched lower right-shadowed white rightwards arrow - 27AF)"
            ]
        },
        {
            "codepoint": "1F89B",
            "name": "DOWNWARDS ARROW WITH NOTCHED TAIL"
        },
        {
            "codepoint": "1F89C",
            "name": "HEAVY ARROW SHAFT WIDTH ONE"
        },
        {
            "codepoint": "1F89D",
            "name": "HEAVY ARROW SHAFT WIDTH TWO THIRDS"
        },
        {
            "codepoint": "1F89E",
            "name": "HEAVY ARROW SHAFT WIDTH ONE HALF"
        },
        {
            "codepoint": "1F89F",
            "name": "HEAVY ARROW SHAFT WIDTH ONE THIRD"
        },
        {
            "codepoint": "1F8A0",
            "name": "LEFTWARDS BOTTOM-SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A1",
            "name": "RIGHTWARDS BOTTOM SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A2",
            "name": "LEFTWARDS TOP SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A3",
            "name": "RIGHTWARDS TOP SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A4",
            "name": "LEFTWARDS LEFT-SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A5",
            "name": "RIGHTWARDS RIGHT-SHADED WHITE ARROW",
            "crossReferences": [
                "(right-shaded white rightwards arrow - 27A9)"
            ]
        },
        {
            "codepoint": "1F8A6",
            "name": "LEFTWARDS RIGHT-SHADED WHITE ARROW"
        },
        {
            "codepoint": "1F8A7",
            "name": "RIGHTWARDS LEFT-SHADED WHITE ARROW",
            "crossReferences": [
                "(left-shaded white rightwards arrow - 27AA)"
            ]
        },
        {
            "codepoint": "1F8A8",
            "name": "LEFTWARDS BACK-TILTED SHADOWED WHITE ARROW"
        },
        {
            "codepoint": "1F8A9",
            "name": "RIGHTWARDS BACK-TILTED SHADOWED WHITE ARROW",
            "crossReferences": [
                "(back-tilted shadowed white rightwards arrow - 27AB)"
            ]
        },
        {
            "codepoint": "1F8AA",
            "name": "LEFTWARDS FRONT-TILTED SHADOWED WHITE ARROW"
        },
        {
            "codepoint": "1F8AB",
            "name": "RIGHTWARDS FRONT-TILTED SHADOWED WHITE ARROW",
            "crossReferences": [
                "(front-tilted shadowed white rightwards arrow - 27AC)"
            ]
        },
        {
            "codepoint": "1F8AC",
            "name": "WHITE ARROW SHAFT WIDTH ONE"
        },
        {
            "codepoint": "1F8AD",
            "name": "WHITE ARROW SHAFT WIDTH TWO THIRDS"
        },
        {
            "codepoint": "1F8B0",
            "name": "ARROW POINTING UPWARDS THEN NORTH WEST"
        },
        {
            "codepoint": "1F8B1",
            "name": "ARROW POINTING RIGHTWARDS THEN CURVING SOUTH WEST"
        },
        {
            "codepoint": "1F8B2",
            "name": "RIGHTWARDS ARROW WITH LOWER HOOK"
        },
        {
            "codepoint": "1F8B3",
            "name": "DOWNWARDS BLACK ARROW TO BAR"
        },
        {
            "codepoint": "1F8B4",
            "name": "NEGATIVE SQUARED LEFTWARDS ARROW"
        },
        {
            "codepoint": "1F8B5",
            "name": "NEGATIVE SQUARED UPWARDS ARROW"
        },
        {
            "codepoint": "1F8B6",
            "name": "NEGATIVE SQUARED RIGHTWARDS ARROW"
        },
        {
            "codepoint": "1F8B7",
            "name": "NEGATIVE SQUARED DOWNWARDS ARROW"
        },
        {
            "codepoint": "1F8B8",
            "name": "NORTH WEST ARROW FROM BAR"
        },
        {
            "codepoint": "1F8B9",
            "name": "NORTH EAST ARROW FROM BAR"
        },
        {
            "codepoint": "1F8BA",
            "name": "SOUTH EAST ARROW FROM BAR"
        },
        {
            "codepoint": "1F8BB",
            "name": "SOUTH WEST ARROW FROM BAR"
        },
        {
            "codepoint": "1F8C0",
            "name": "LEFTWARDS ARROW FROM DOWNWARDS ARROW",
            "comments": [
                "indicates writing in columns, hieroglyphs facing left (reading direction LTR)"
            ]
        },
        {
            "codepoint": "1F8C1",
            "name": "RIGHTWARDS ARROW FROM DOWNWARDS ARROW",
            "comments": [
                "indicates writing in columns, hieroglyphs facing right (reading direction RTL)"
            ]
        },
        {
            "codepoint": "1F900",
            "name": "CIRCLED CROSS FORMEE WITH FOUR DOTS"
        },
        {
            "codepoint": "1F901",
            "name": "CIRCLED CROSS FORMEE WITH TWO DOTS"
        },
        {
            "codepoint": "1F902",
            "name": "CIRCLED CROSS FORMEE",
            "crossReferences": [
                "(maltese cross - 2720)"
            ]
        },
        {
            "codepoint": "1F903",
            "name": "LEFT HALF CIRCLE WITH FOUR DOTS"
        },
        {
            "codepoint": "1F904",
            "name": "LEFT HALF CIRCLE WITH THREE DOTS"
        },
        {
            "codepoint": "1F905",
            "name": "LEFT HALF CIRCLE WITH TWO DOTS"
        },
        {
            "codepoint": "1F906",
            "name": "LEFT HALF CIRCLE WITH DOT"
        },
        {
            "codepoint": "1F907",
            "name": "LEFT HALF CIRCLE"
        },
        {
            "codepoint": "1F908",
            "name": "DOWNWARD FACING HOOK"
        },
        {
            "codepoint": "1F909",
            "name": "DOWNWARD FACING NOTCHED HOOK"
        },
        {
            "codepoint": "1F90A",
            "name": "DOWNWARD FACING HOOK WITH DOT"
        },
        {
            "codepoint": "1F90B",
            "name": "DOWNWARD FACING NOTCHED HOOK WITH DOT"
        },
        {
            "codepoint": "1F90C",
            "name": "PINCHED FINGERS"
        },
        {
            "codepoint": "1F90D",
            "name": "WHITE HEART"
        },
        {
            "codepoint": "1F90E",
            "name": "BROWN HEART"
        },
        {
            "codepoint": "1F90F",
            "name": "PINCHING HAND"
        },
        {
            "codepoint": "1F910",
            "name": "ZIPPER-MOUTH FACE"
        },
        {
            "codepoint": "1F911",
            "name": "MONEY-MOUTH FACE"
        },
        {
            "codepoint": "1F912",
            "name": "FACE WITH THERMOMETER"
        },
        {
            "codepoint": "1F913",
            "name": "NERD FACE"
        },
        {
            "codepoint": "1F914",
            "name": "THINKING FACE"
        },
        {
            "codepoint": "1F915",
            "name": "FACE WITH HEAD-BANDAGE"
        },
        {
            "codepoint": "1F916",
            "name": "ROBOT FACE",
            "crossReferences": [
                "(alien monster - 1F47E)"
            ]
        },
        {
            "codepoint": "1F917",
            "name": "HUGGING FACE"
        },
        {
            "codepoint": "1F918",
            "name": "SIGN OF THE HORNS"
        },
        {
            "codepoint": "1F919",
            "name": "CALL ME HAND"
        },
        {
            "codepoint": "1F91A",
            "name": "RAISED BACK OF HAND"
        },
        {
            "codepoint": "1F91B",
            "name": "LEFT-FACING FIST",
            "crossReferences": [
                "(leftwards hand - 1FAF2)"
            ]
        },
        {
            "codepoint": "1F91C",
            "name": "RIGHT-FACING FIST",
            "crossReferences": [
                "(rightwards hand - 1FAF1)"
            ]
        },
        {
            "codepoint": "1F91D",
            "name": "HANDSHAKE"
        },
        {
            "codepoint": "1F91E",
            "name": "HAND WITH INDEX AND MIDDLE FINGERS CROSSED",
            "crossReferences": [
                "(hand with index finger and thumb crossed - 1FAF0)"
            ]
        },
        {
            "codepoint": "1F91F",
            "name": "I LOVE YOU HAND SIGN",
            "comments": [
                "can be abbreviated ILY"
            ]
        },
        {
            "codepoint": "1F920",
            "name": "FACE WITH COWBOY HAT"
        },
        {
            "codepoint": "1F921",
            "name": "CLOWN FACE"
        },
        {
            "codepoint": "1F922",
            "name": "NAUSEATED FACE"
        },
        {
            "codepoint": "1F923",
            "name": "ROLLING ON THE FLOOR LAUGHING",
            "aliases": [
                "rofl, rotfl"
            ]
        },
        {
            "codepoint": "1F924",
            "name": "DROOLING FACE"
        },
        {
            "codepoint": "1F925",
            "name": "LYING FACE"
        },
        {
            "codepoint": "1F926",
            "name": "FACE PALM",
            "aliases": [
                "frustration, disbelief"
            ]
        },
        {
            "codepoint": "1F927",
            "name": "SNEEZING FACE",
            "aliases": [
                "Gesundheit"
            ]
        },
        {
            "codepoint": "1F928",
            "name": "FACE WITH ONE EYEBROW RAISED"
        },
        {
            "codepoint": "1F929",
            "name": "GRINNING FACE WITH STAR EYES"
        },
        {
            "codepoint": "1F92A",
            "name": "GRINNING FACE WITH ONE LARGE AND ONE SMALL EYE"
        },
        {
            "codepoint": "1F92B",
            "name": "FACE WITH FINGER COVERING CLOSED LIPS"
        },
        {
            "codepoint": "1F92C",
            "name": "SERIOUS FACE WITH SYMBOLS COVERING MOUTH"
        },
        {
            "codepoint": "1F92D",
            "name": "SMILING FACE WITH SMILING EYES AND HAND COVERING MOUTH"
        },
        {
            "codepoint": "1F92E",
            "name": "FACE WITH OPEN MOUTH VOMITING"
        },
        {
            "codepoint": "1F92F",
            "name": "SHOCKED FACE WITH EXPLODING HEAD"
        },
        {
            "codepoint": "1F930",
            "name": "PREGNANT WOMAN",
            "crossReferences": [
                "(pregnant person - 1FAC4)"
            ]
        },
        {
            "codepoint": "1F931",
            "name": "BREAST-FEEDING"
        },
        {
            "codepoint": "1F932",
            "name": "PALMS UP TOGETHER",
            "comments": [
                "used for prayer in some cultures"
            ]
        },
        {
            "codepoint": "1F933",
            "name": "SELFIE",
            "comments": [
                "typically used with face or human figure on the left"
            ]
        },
        {
            "codepoint": "1F934",
            "name": "PRINCE",
            "crossReferences": [
                "(princess - 1F478)"
            ]
        },
        {
            "codepoint": "1F935",
            "name": "MAN IN TUXEDO",
            "comments": [
                "appearance for groom, may be paired with 1F470"
            ],
            "crossReferences": [
                "(bride with veil - 1F470)"
            ]
        },
        {
            "codepoint": "1F936",
            "name": "MOTHER CHRISTMAS",
            "aliases": [
                "Mrs. Claus"
            ],
            "crossReferences": [
                "(father christmas - 1F385)"
            ]
        },
        {
            "codepoint": "1F937",
            "name": "SHRUG"
        },
        {
            "codepoint": "1F938",
            "name": "PERSON DOING CARTWHEEL",
            "aliases": [
                "gymnastics"
            ]
        },
        {
            "codepoint": "1F939",
            "name": "JUGGLING"
        },
        {
            "codepoint": "1F93A",
            "name": "FENCER",
            "aliases": [
                "fencing"
            ],
            "crossReferences": [
                "(crossed swords - 2694)"
            ]
        },
        {
            "codepoint": "1F93B",
            "name": "MODERN PENTATHLON"
        },
        {
            "codepoint": "1F93C",
            "name": "WRESTLERS",
            "aliases": [
                "wrestling"
            ]
        },
        {
            "codepoint": "1F93D",
            "name": "WATER POLO"
        },
        {
            "codepoint": "1F93E",
            "name": "HANDBALL"
        },
        {
            "codepoint": "1F93F",
            "name": "DIVING MASK"
        },
        {
            "codepoint": "1F940",
            "name": "WILTED FLOWER",
            "crossReferences": [
                "(rose - 1F339)"
            ]
        },
        {
            "codepoint": "1F941",
            "name": "DRUM WITH DRUMSTICKS"
        },
        {
            "codepoint": "1F942",
            "name": "CLINKING GLASSES",
            "aliases": [
                "celebration, formal toasting"
            ],
            "crossReferences": [
                "(clinking beer mugs - 1F37B)"
            ]
        },
        {
            "codepoint": "1F943",
            "name": "TUMBLER GLASS",
            "aliases": [
                "whisky"
            ],
            "comments": [
                "typically shown with ice"
            ],
            "crossReferences": [
                "(cocktail glass - 1F378)"
            ]
        },
        {
            "codepoint": "1F944",
            "name": "SPOON",
            "crossReferences": [
                "(fork and knife - 1F374)"
            ]
        },
        {
            "codepoint": "1F945",
            "name": "GOAL NET"
        },
        {
            "codepoint": "1F946",
            "name": "RIFLE",
            "aliases": [
                "marksmanship, shooting, hunting"
            ]
        },
        {
            "codepoint": "1F947",
            "name": "FIRST PLACE MEDAL",
            "aliases": [
                "gold medal"
            ],
            "crossReferences": [
                "(sports medal - 1F3C5)"
            ]
        },
        {
            "codepoint": "1F948",
            "name": "SECOND PLACE MEDAL",
            "aliases": [
                "silver medal"
            ]
        },
        {
            "codepoint": "1F949",
            "name": "THIRD PLACE MEDAL",
            "aliases": [
                "bronze medal"
            ]
        },
        {
            "codepoint": "1F94A",
            "name": "BOXING GLOVE",
            "aliases": [
                "boxing"
            ]
        },
        {
            "codepoint": "1F94B",
            "name": "MARTIAL ARTS UNIFORM",
            "aliases": [
                "judo, karate, taekwondo"
            ]
        },
        {
            "codepoint": "1F94C",
            "name": "CURLING STONE"
        },
        {
            "codepoint": "1F94D",
            "name": "LACROSSE STICK AND BALL"
        },
        {
            "codepoint": "1F94E",
            "name": "SOFTBALL"
        },
        {
            "codepoint": "1F94F",
            "name": "FLYING DISC"
        },
        {
            "codepoint": "1F950",
            "name": "CROISSANT"
        },
        {
            "codepoint": "1F951",
            "name": "AVOCADO"
        },
        {
            "codepoint": "1F952",
            "name": "CUCUMBER",
            "aliases": [
                "pickle"
            ]
        },
        {
            "codepoint": "1F953",
            "name": "BACON"
        },
        {
            "codepoint": "1F954",
            "name": "POTATO"
        },
        {
            "codepoint": "1F955",
            "name": "CARROT"
        },
        {
            "codepoint": "1F956",
            "name": "BAGUETTE BREAD",
            "aliases": [
                "French bread"
            ]
        },
        {
            "codepoint": "1F957",
            "name": "GREEN SALAD"
        },
        {
            "codepoint": "1F958",
            "name": "SHALLOW PAN OF FOOD",
            "aliases": [
                "paella, casserole"
            ]
        },
        {
            "codepoint": "1F959",
            "name": "STUFFED FLATBREAD",
            "aliases": [
                "döner kebab, falafel, gyro, shawarma"
            ]
        },
        {
            "codepoint": "1F95A",
            "name": "EGG",
            "aliases": [
                "chicken egg"
            ]
        },
        {
            "codepoint": "1F95B",
            "name": "GLASS OF MILK",
            "aliases": [
                "milk"
            ],
            "crossReferences": [
                "(pouring liquid - 1FAD7)"
            ]
        },
        {
            "codepoint": "1F95C",
            "name": "PEANUTS"
        },
        {
            "codepoint": "1F95D",
            "name": "KIWIFRUIT"
        },
        {
            "codepoint": "1F95E",
            "name": "PANCAKES",
            "aliases": [
                "hotcakes, crêpes, blini"
            ],
            "comments": [
                "sweet or savory"
            ]
        },
        {
            "codepoint": "1F95F",
            "name": "DUMPLING",
            "aliases": [
                "potsticker, gyooza, jiaozi, pierogi, empanada"
            ]
        },
        {
            "codepoint": "1F960",
            "name": "FORTUNE COOKIE"
        },
        {
            "codepoint": "1F961",
            "name": "TAKEOUT BOX",
            "aliases": [
                "take-away box, oyster pail"
            ]
        },
        {
            "codepoint": "1F962",
            "name": "CHOPSTICKS",
            "aliases": [
                "kuaizi, hashi, jeotgarak"
            ]
        },
        {
            "codepoint": "1F963",
            "name": "BOWL WITH SPOON",
            "comments": [
                "can indicate breakfast, cereal, congee, etc."
            ]
        },
        {
            "codepoint": "1F964",
            "name": "CUP WITH STRAW",
            "comments": [
                "can indicate soda, juice, etc."
            ]
        },
        {
            "codepoint": "1F965",
            "name": "COCONUT"
        },
        {
            "codepoint": "1F966",
            "name": "BROCCOLI"
        },
        {
            "codepoint": "1F967",
            "name": "PIE",
            "comments": [
                "may be sweet or savory"
            ]
        },
        {
            "codepoint": "1F968",
            "name": "PRETZEL",
            "comments": [
                "can indicate twistiness, intricacy"
            ]
        },
        {
            "codepoint": "1F969",
            "name": "CUT OF MEAT",
            "aliases": [
                "porkchop, chop, steak"
            ]
        },
        {
            "codepoint": "1F96A",
            "name": "SANDWICH"
        },
        {
            "codepoint": "1F96B",
            "name": "CANNED FOOD"
        },
        {
            "codepoint": "1F96C",
            "name": "LEAFY GREEN",
            "comments": [
                "intended to represent cooked green vegetables such as bok choy, kale, etc."
            ]
        },
        {
            "codepoint": "1F96D",
            "name": "MANGO"
        },
        {
            "codepoint": "1F96E",
            "name": "MOON CAKE"
        },
        {
            "codepoint": "1F96F",
            "name": "BAGEL"
        },
        {
            "codepoint": "1F970",
            "name": "SMILING FACE WITH SMILING EYES AND THREE HEARTS"
        },
        {
            "codepoint": "1F971",
            "name": "YAWNING FACE"
        },
        {
            "codepoint": "1F972",
            "name": "SMILING FACE WITH TEAR"
        },
        {
            "codepoint": "1F973",
            "name": "FACE WITH PARTY HORN AND PARTY HAT"
        },
        {
            "codepoint": "1F974",
            "name": "FACE WITH UNEVEN EYES AND WAVY MOUTH"
        },
        {
            "codepoint": "1F975",
            "name": "OVERHEATED FACE"
        },
        {
            "codepoint": "1F976",
            "name": "FREEZING FACE"
        },
        {
            "codepoint": "1F977",
            "name": "NINJA"
        },
        {
            "codepoint": "1F978",
            "name": "DISGUISED FACE"
        },
        {
            "codepoint": "1F979",
            "name": "FACE HOLDING BACK TEARS"
        },
        {
            "codepoint": "1F97A",
            "name": "FACE WITH PLEADING EYES"
        },
        {
            "codepoint": "1F97B",
            "name": "SARI"
        },
        {
            "codepoint": "1F97C",
            "name": "LAB COAT"
        },
        {
            "codepoint": "1F97D",
            "name": "GOGGLES"
        },
        {
            "codepoint": "1F97E",
            "name": "HIKING BOOT"
        },
        {
            "codepoint": "1F97F",
            "name": "FLAT SHOE"
        },
        {
            "codepoint": "1F980",
            "name": "CRAB",
            "comments": [
                "used for Cancer"
            ],
            "crossReferences": [
                "(cancer - 264B)"
            ]
        },
        {
            "codepoint": "1F981",
            "name": "LION FACE",
            "comments": [
                "used for Leo"
            ],
            "crossReferences": [
                "(leo - 264C)"
            ]
        },
        {
            "codepoint": "1F982",
            "name": "SCORPION",
            "comments": [
                "used for Scorpio"
            ],
            "crossReferences": [
                "(scorpius - 264F)"
            ]
        },
        {
            "codepoint": "1F983",
            "name": "TURKEY"
        },
        {
            "codepoint": "1F984",
            "name": "UNICORN FACE"
        },
        {
            "codepoint": "1F985",
            "name": "EAGLE"
        },
        {
            "codepoint": "1F986",
            "name": "DUCK"
        },
        {
            "codepoint": "1F987",
            "name": "BAT"
        },
        {
            "codepoint": "1F988",
            "name": "SHARK"
        },
        {
            "codepoint": "1F989",
            "name": "OWL"
        },
        {
            "codepoint": "1F98A",
            "name": "FOX FACE"
        },
        {
            "codepoint": "1F98B",
            "name": "BUTTERFLY"
        },
        {
            "codepoint": "1F98C",
            "name": "DEER"
        },
        {
            "codepoint": "1F98D",
            "name": "GORILLA"
        },
        {
            "codepoint": "1F98E",
            "name": "LIZARD"
        },
        {
            "codepoint": "1F98F",
            "name": "RHINOCEROS"
        },
        {
            "codepoint": "1F990",
            "name": "SHRIMP"
        },
        {
            "codepoint": "1F991",
            "name": "SQUID"
        },
        {
            "codepoint": "1F992",
            "name": "GIRAFFE FACE"
        },
        {
            "codepoint": "1F993",
            "name": "ZEBRA FACE"
        },
        {
            "codepoint": "1F994",
            "name": "HEDGEHOG"
        },
        {
            "codepoint": "1F995",
            "name": "SAUROPOD",
            "comments": [
                "includes Brontosaurus, Diplodocus, Brachiosaurus"
            ]
        },
        {
            "codepoint": "1F996",
            "name": "T-REX",
            "aliases": [
                "Tyrannosaurus rex"
            ]
        },
        {
            "codepoint": "1F997",
            "name": "CRICKET"
        },
        {
            "codepoint": "1F998",
            "name": "KANGAROO"
        },
        {
            "codepoint": "1F999",
            "name": "LLAMA"
        },
        {
            "codepoint": "1F99A",
            "name": "PEACOCK"
        },
        {
            "codepoint": "1F99B",
            "name": "HIPPOPOTAMUS"
        },
        {
            "codepoint": "1F99C",
            "name": "PARROT"
        },
        {
            "codepoint": "1F99D",
            "name": "RACCOON"
        },
        {
            "codepoint": "1F99E",
            "name": "LOBSTER"
        },
        {
            "codepoint": "1F99F",
            "name": "MOSQUITO"
        },
        {
            "codepoint": "1F9A0",
            "name": "MICROBE",
            "comments": [
                "microorganism, intended to cover bacteria, viruses, amoebas, etc."
            ]
        },
        {
            "codepoint": "1F9A1",
            "name": "BADGER"
        },
        {
            "codepoint": "1F9A2",
            "name": "SWAN"
        },
        {
            "codepoint": "1F9A3",
            "name": "MAMMOTH",
            "comments": [
                "indicates great size"
            ]
        },
        {
            "codepoint": "1F9A4",
            "name": "DODO",
            "comments": [
                "indicates extinction"
            ]
        },
        {
            "codepoint": "1F9A5",
            "name": "SLOTH"
        },
        {
            "codepoint": "1F9A6",
            "name": "OTTER"
        },
        {
            "codepoint": "1F9A7",
            "name": "ORANGUTAN"
        },
        {
            "codepoint": "1F9A8",
            "name": "SKUNK"
        },
        {
            "codepoint": "1F9A9",
            "name": "FLAMINGO"
        },
        {
            "codepoint": "1F9AA",
            "name": "OYSTER"
        },
        {
            "codepoint": "1F9AB",
            "name": "BEAVER"
        },
        {
            "codepoint": "1F9AC",
            "name": "BISON"
        },
        {
            "codepoint": "1F9AD",
            "name": "SEAL"
        },
        {
            "codepoint": "1F9AE",
            "name": "GUIDE DOG"
        },
        {
            "codepoint": "1F9AF",
            "name": "PROBING CANE"
        },
        {
            "codepoint": "1F9B0",
            "name": "EMOJI COMPONENT RED HAIR"
        },
        {
            "codepoint": "1F9B1",
            "name": "EMOJI COMPONENT CURLY HAIR"
        },
        {
            "codepoint": "1F9B2",
            "name": "EMOJI COMPONENT BALD"
        },
        {
            "codepoint": "1F9B3",
            "name": "EMOJI COMPONENT WHITE HAIR"
        },
        {
            "codepoint": "1F9B4",
            "name": "BONE"
        },
        {
            "codepoint": "1F9B5",
            "name": "LEG"
        },
        {
            "codepoint": "1F9B6",
            "name": "FOOT"
        },
        {
            "codepoint": "1F9B7",
            "name": "TOOTH"
        },
        {
            "codepoint": "1F9B8",
            "name": "SUPERHERO"
        },
        {
            "codepoint": "1F9B9",
            "name": "SUPERVILLAIN"
        },
        {
            "codepoint": "1F9BA",
            "name": "SAFETY VEST"
        },
        {
            "codepoint": "1F9BB",
            "name": "EAR WITH HEARING AID"
        },
        {
            "codepoint": "1F9BC",
            "name": "MOTORIZED WHEELCHAIR"
        },
        {
            "codepoint": "1F9BD",
            "name": "MANUAL WHEELCHAIR"
        },
        {
            "codepoint": "1F9BE",
            "name": "MECHANICAL ARM"
        },
        {
            "codepoint": "1F9BF",
            "name": "MECHANICAL LEG"
        },
        {
            "codepoint": "1F9C0",
            "name": "CHEESE WEDGE"
        },
        {
            "codepoint": "1F9C1",
            "name": "CUPCAKE"
        },
        {
            "codepoint": "1F9C2",
            "name": "SALT SHAKER"
        },
        {
            "codepoint": "1F9C3",
            "name": "BEVERAGE BOX"
        },
        {
            "codepoint": "1F9C4",
            "name": "GARLIC"
        },
        {
            "codepoint": "1F9C5",
            "name": "ONION"
        },
        {
            "codepoint": "1F9C6",
            "name": "FALAFEL"
        },
        {
            "codepoint": "1F9C7",
            "name": "WAFFLE"
        },
        {
            "codepoint": "1F9C8",
            "name": "BUTTER"
        },
        {
            "codepoint": "1F9C9",
            "name": "MATE DRINK"
        },
        {
            "codepoint": "1F9CA",
            "name": "ICE CUBE"
        },
        {
            "codepoint": "1F9CB",
            "name": "BUBBLE TEA"
        },
        {
            "codepoint": "1F9CC",
            "name": "TROLL"
        },
        {
            "codepoint": "1F9CD",
            "name": "STANDING PERSON"
        },
        {
            "codepoint": "1F9CE",
            "name": "KNEELING PERSON"
        },
        {
            "codepoint": "1F9CF",
            "name": "DEAF PERSON"
        },
        {
            "codepoint": "1F9D0",
            "name": "FACE WITH MONOCLE"
        },
        {
            "codepoint": "1F9D1",
            "name": "ADULT",
            "comments": [
                "no specified gender"
            ],
            "crossReferences": [
                "(man - 1F468)",
                "(woman - 1F469)"
            ]
        },
        {
            "codepoint": "1F9D2",
            "name": "CHILD",
            "comments": [
                "no specified gender"
            ],
            "crossReferences": [
                "(boy - 1F466)",
                "(girl - 1F467)"
            ]
        },
        {
            "codepoint": "1F9D3",
            "name": "OLDER ADULT",
            "comments": [
                "no specified gender"
            ],
            "crossReferences": [
                "(older man - 1F474)",
                "(older woman - 1F475)"
            ]
        },
        {
            "codepoint": "1F9D4",
            "name": "BEARDED PERSON"
        },
        {
            "codepoint": "1F9D5",
            "name": "PERSON WITH HEADSCARF",
            "aliases": [
                "woman's headscarf, hijab"
            ]
        },
        {
            "codepoint": "1F9D6",
            "name": "PERSON IN STEAMY ROOM",
            "aliases": [
                "sauna, steam room"
            ]
        },
        {
            "codepoint": "1F9D7",
            "name": "PERSON CLIMBING"
        },
        {
            "codepoint": "1F9D8",
            "name": "PERSON IN LOTUS POSITION",
            "aliases": [
                "yoga, meditation"
            ]
        },
        {
            "codepoint": "1F9D9",
            "name": "MAGE",
            "aliases": [
                "wizard, witch, sorcerer, sorceress"
            ]
        },
        {
            "codepoint": "1F9DA",
            "name": "FAIRY"
        },
        {
            "codepoint": "1F9DB",
            "name": "VAMPIRE"
        },
        {
            "codepoint": "1F9DC",
            "name": "MERPERSON",
            "aliases": [
                "mermaid, merman"
            ]
        },
        {
            "codepoint": "1F9DD",
            "name": "ELF"
        },
        {
            "codepoint": "1F9DE",
            "name": "GENIE"
        },
        {
            "codepoint": "1F9DF",
            "name": "ZOMBIE"
        },
        {
            "codepoint": "1F9E0",
            "name": "BRAIN"
        },
        {
            "codepoint": "1F9E1",
            "name": "ORANGE HEART",
            "crossReferences": [
                "(blue heart - 1F499)",
                "(white heart - 1F90D)"
            ]
        },
        {
            "codepoint": "1F9E2",
            "name": "BILLED CAP",
            "aliases": [
                "baseball cap"
            ]
        },
        {
            "codepoint": "1F9E3",
            "name": "SCARF"
        },
        {
            "codepoint": "1F9E4",
            "name": "GLOVES"
        },
        {
            "codepoint": "1F9E5",
            "name": "COAT"
        },
        {
            "codepoint": "1F9E6",
            "name": "SOCKS"
        },
        {
            "codepoint": "1F9E7",
            "name": "RED GIFT ENVELOPE",
            "comments": [
                "contains a monetary gift in East and Southeast Asia"
            ]
        },
        {
            "codepoint": "1F9E8",
            "name": "FIRECRACKER"
        },
        {
            "codepoint": "1F9E9",
            "name": "JIGSAW PUZZLE PIECE"
        },
        {
            "codepoint": "1F9EA",
            "name": "TEST TUBE"
        },
        {
            "codepoint": "1F9EB",
            "name": "PETRI DISH"
        },
        {
            "codepoint": "1F9EC",
            "name": "DNA DOUBLE HELIX"
        },
        {
            "codepoint": "1F9ED",
            "name": "COMPASS"
        },
        {
            "codepoint": "1F9EE",
            "name": "ABACUS"
        },
        {
            "codepoint": "1F9EF",
            "name": "FIRE EXTINGUISHER"
        },
        {
            "codepoint": "1F9F0",
            "name": "TOOLBOX"
        },
        {
            "codepoint": "1F9F1",
            "name": "BRICK"
        },
        {
            "codepoint": "1F9F2",
            "name": "MAGNET"
        },
        {
            "codepoint": "1F9F3",
            "name": "LUGGAGE"
        },
        {
            "codepoint": "1F9F4",
            "name": "LOTION BOTTLE"
        },
        {
            "codepoint": "1F9F5",
            "name": "SPOOL OF THREAD"
        },
        {
            "codepoint": "1F9F6",
            "name": "BALL OF YARN"
        },
        {
            "codepoint": "1F9F7",
            "name": "SAFETY PIN"
        },
        {
            "codepoint": "1F9F8",
            "name": "TEDDY BEAR"
        },
        {
            "codepoint": "1F9F9",
            "name": "BROOM"
        },
        {
            "codepoint": "1F9FA",
            "name": "BASKET"
        },
        {
            "codepoint": "1F9FB",
            "name": "ROLL OF PAPER"
        },
        {
            "codepoint": "1F9FC",
            "name": "BAR OF SOAP"
        },
        {
            "codepoint": "1F9FD",
            "name": "SPONGE"
        },
        {
            "codepoint": "1F9FE",
            "name": "RECEIPT"
        },
        {
            "codepoint": "1F9FF",
            "name": "NAZAR AMULET"
        },
        {
            "codepoint": "1FA00",
            "name": "NEUTRAL CHESS KING",
            "crossReferences": [
                "(white chess king - 2654)"
            ]
        },
        {
            "codepoint": "1FA01",
            "name": "NEUTRAL CHESS QUEEN"
        },
        {
            "codepoint": "1FA02",
            "name": "NEUTRAL CHESS ROOK"
        },
        {
            "codepoint": "1FA03",
            "name": "NEUTRAL CHESS BISHOP"
        },
        {
            "codepoint": "1FA04",
            "name": "NEUTRAL CHESS KNIGHT"
        },
        {
            "codepoint": "1FA05",
            "name": "NEUTRAL CHESS PAWN"
        },
        {
            "codepoint": "1FA06",
            "name": "WHITE CHESS KNIGHT ROTATED FORTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA07",
            "name": "BLACK CHESS KNIGHT ROTATED FORTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA08",
            "name": "NEUTRAL CHESS KNIGHT ROTATED FORTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA09",
            "name": "WHITE CHESS KING ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0A",
            "name": "WHITE CHESS QUEEN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0B",
            "name": "WHITE CHESS ROOK ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0C",
            "name": "WHITE CHESS BISHOP ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0D",
            "name": "WHITE CHESS KNIGHT ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0E",
            "name": "WHITE CHESS PAWN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA0F",
            "name": "BLACK CHESS KING ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA10",
            "name": "BLACK CHESS QUEEN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA11",
            "name": "BLACK CHESS ROOK ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA12",
            "name": "BLACK CHESS BISHOP ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA13",
            "name": "BLACK CHESS KNIGHT ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA14",
            "name": "BLACK CHESS PAWN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA15",
            "name": "NEUTRAL CHESS KING ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA16",
            "name": "NEUTRAL CHESS QUEEN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA17",
            "name": "NEUTRAL CHESS ROOK ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA18",
            "name": "NEUTRAL CHESS BISHOP ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA19",
            "name": "NEUTRAL CHESS KNIGHT ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA1A",
            "name": "NEUTRAL CHESS PAWN ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA1B",
            "name": "WHITE CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA1C",
            "name": "BLACK CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA1D",
            "name": "NEUTRAL CHESS KNIGHT ROTATED ONE HUNDRED THIRTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA1E",
            "name": "WHITE CHESS TURNED KING"
        },
        {
            "codepoint": "1FA1F",
            "name": "WHITE CHESS TURNED QUEEN",
            "aliases": [
                "white grasshopper"
            ]
        },
        {
            "codepoint": "1FA20",
            "name": "WHITE CHESS TURNED ROOK"
        },
        {
            "codepoint": "1FA21",
            "name": "WHITE CHESS TURNED BISHOP"
        },
        {
            "codepoint": "1FA22",
            "name": "WHITE CHESS TURNED KNIGHT",
            "aliases": [
                "white nightrider"
            ]
        },
        {
            "codepoint": "1FA23",
            "name": "WHITE CHESS TURNED PAWN"
        },
        {
            "codepoint": "1FA24",
            "name": "BLACK CHESS TURNED KING"
        },
        {
            "codepoint": "1FA25",
            "name": "BLACK CHESS TURNED QUEEN",
            "aliases": [
                "black grasshopper"
            ]
        },
        {
            "codepoint": "1FA26",
            "name": "BLACK CHESS TURNED ROOK"
        },
        {
            "codepoint": "1FA27",
            "name": "BLACK CHESS TURNED BISHOP"
        },
        {
            "codepoint": "1FA28",
            "name": "BLACK CHESS TURNED KNIGHT",
            "aliases": [
                "black nightrider"
            ]
        },
        {
            "codepoint": "1FA29",
            "name": "BLACK CHESS TURNED PAWN"
        },
        {
            "codepoint": "1FA2A",
            "name": "NEUTRAL CHESS TURNED KING"
        },
        {
            "codepoint": "1FA2B",
            "name": "NEUTRAL CHESS TURNED QUEEN",
            "aliases": [
                "neutral grasshopper"
            ]
        },
        {
            "codepoint": "1FA2C",
            "name": "NEUTRAL CHESS TURNED ROOK"
        },
        {
            "codepoint": "1FA2D",
            "name": "NEUTRAL CHESS TURNED BISHOP"
        },
        {
            "codepoint": "1FA2E",
            "name": "NEUTRAL CHESS TURNED KNIGHT",
            "aliases": [
                "neutral nightrider"
            ]
        },
        {
            "codepoint": "1FA2F",
            "name": "NEUTRAL CHESS TURNED PAWN"
        },
        {
            "codepoint": "1FA30",
            "name": "WHITE CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA31",
            "name": "BLACK CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA32",
            "name": "NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED TWENTY-FIVE DEGREES"
        },
        {
            "codepoint": "1FA33",
            "name": "WHITE CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA34",
            "name": "WHITE CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA35",
            "name": "WHITE CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA36",
            "name": "WHITE CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA37",
            "name": "WHITE CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA38",
            "name": "WHITE CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA39",
            "name": "BLACK CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3A",
            "name": "BLACK CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3B",
            "name": "BLACK CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3C",
            "name": "BLACK CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3D",
            "name": "BLACK CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3E",
            "name": "BLACK CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA3F",
            "name": "NEUTRAL CHESS KING ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA40",
            "name": "NEUTRAL CHESS QUEEN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA41",
            "name": "NEUTRAL CHESS ROOK ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA42",
            "name": "NEUTRAL CHESS BISHOP ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA43",
            "name": "NEUTRAL CHESS KNIGHT ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA44",
            "name": "NEUTRAL CHESS PAWN ROTATED TWO HUNDRED SEVENTY DEGREES"
        },
        {
            "codepoint": "1FA45",
            "name": "WHITE CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES"
        },
        {
            "codepoint": "1FA46",
            "name": "BLACK CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES"
        },
        {
            "codepoint": "1FA47",
            "name": "NEUTRAL CHESS KNIGHT ROTATED THREE HUNDRED FIFTEEN DEGREES"
        },
        {
            "codepoint": "1FA48",
            "name": "WHITE CHESS EQUIHOPPER"
        },
        {
            "codepoint": "1FA49",
            "name": "BLACK CHESS EQUIHOPPER"
        },
        {
            "codepoint": "1FA4A",
            "name": "NEUTRAL CHESS EQUIHOPPER"
        },
        {
            "codepoint": "1FA4B",
            "name": "WHITE CHESS EQUIHOPPER ROTATED NINETY DEGREES",
            "crossReferences": [
                "(hourglass - 231B)"
            ]
        },
        {
            "codepoint": "1FA4C",
            "name": "BLACK CHESS EQUIHOPPER ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA4D",
            "name": "NEUTRAL CHESS EQUIHOPPER ROTATED NINETY DEGREES"
        },
        {
            "codepoint": "1FA4E",
            "name": "WHITE CHESS KNIGHT-QUEEN",
            "aliases": [
                "amazon, terror, omnipotent queen, superqueen"
            ]
        },
        {
            "codepoint": "1FA4F",
            "name": "WHITE CHESS KNIGHT-ROOK",
            "aliases": [
                "chancellor, marshall, empress"
            ]
        },
        {
            "codepoint": "1FA50",
            "name": "WHITE CHESS KNIGHT-BISHOP",
            "aliases": [
                "cardinal, princess"
            ],
            "comments": [
                "may have the form of a mitre or biretta"
            ]
        },
        {
            "codepoint": "1FA51",
            "name": "BLACK CHESS KNIGHT-QUEEN"
        },
        {
            "codepoint": "1FA52",
            "name": "BLACK CHESS KNIGHT-ROOK"
        },
        {
            "codepoint": "1FA53",
            "name": "BLACK CHESS KNIGHT-BISHOP"
        },
        {
            "codepoint": "1FA60",
            "name": "XIANGQI RED GENERAL",
            "aliases": [
                "hóng shuài"
            ],
            "comments": [
                "design typically shows 5E25 or 5E05",
                "design sometimes shows 5C07 (Yuan dynasty)"
            ]
        },
        {
            "codepoint": "1FA61",
            "name": "XIANGQI RED MANDARIN",
            "aliases": [
                "hóng shì"
            ],
            "comments": [
                "design typically shows 4ED5",
                "design sometimes shows 58EB"
            ]
        },
        {
            "codepoint": "1FA62",
            "name": "XIANGQI RED ELEPHANT",
            "aliases": [
                "hóng xiàng"
            ],
            "comments": [
                "design typically shows 76F8",
                "design sometimes shows 8C61 (Yuan dynasty)"
            ]
        },
        {
            "codepoint": "1FA63",
            "name": "XIANGQI RED HORSE",
            "aliases": [
                "hóng mǎ"
            ],
            "comments": [
                "design typically shows 99AC or 9A6C",
                "design sometimes shows 508C"
            ]
        },
        {
            "codepoint": "1FA64",
            "name": "XIANGQI RED CHARIOT",
            "aliases": [
                "hóng jū"
            ],
            "comments": [
                "design typically shows 8ECA or 8F66",
                "design sometimes shows 4FE5"
            ]
        },
        {
            "codepoint": "1FA65",
            "name": "XIANGQI RED CANNON",
            "aliases": [
                "hóng pào"
            ],
            "comments": [
                "design typically shows 70AE or 792E",
                "design sometimes shows 7832",
                "design sometimes shows 5305 (Ming dynasty)"
            ]
        },
        {
            "codepoint": "1FA66",
            "name": "XIANGQI RED SOLDIER",
            "aliases": [
                "hóng bīng"
            ],
            "comments": [
                "design typically shows 5175",
                "design sometimes shows 5352 (Yuan and Ming dynasties)"
            ]
        },
        {
            "codepoint": "1FA67",
            "name": "XIANGQI BLACK GENERAL",
            "aliases": [
                "hēi jiàng"
            ],
            "comments": [
                "design typically shows 5C07 or 5C06"
            ]
        },
        {
            "codepoint": "1FA68",
            "name": "XIANGQI BLACK MANDARIN",
            "aliases": [
                "hēi shì"
            ],
            "comments": [
                "design typically shows 58EB"
            ]
        },
        {
            "codepoint": "1FA69",
            "name": "XIANGQI BLACK ELEPHANT",
            "aliases": [
                "hēi xiàng"
            ],
            "comments": [
                "design typically shows 8C61"
            ]
        },
        {
            "codepoint": "1FA6A",
            "name": "XIANGQI BLACK HORSE",
            "aliases": [
                "hēi mǎ"
            ],
            "comments": [
                "design typically shows 99AC or 9A6C"
            ]
        },
        {
            "codepoint": "1FA6B",
            "name": "XIANGQI BLACK CHARIOT",
            "aliases": [
                "hēi jū"
            ],
            "comments": [
                "design typically shows 8ECA or 8F66"
            ]
        },
        {
            "codepoint": "1FA6C",
            "name": "XIANGQI BLACK CANNON",
            "aliases": [
                "hēi pào"
            ],
            "comments": [
                "design typically shows 7832",
                "design sometimes shows 70AE"
            ]
        },
        {
            "codepoint": "1FA6D",
            "name": "XIANGQI BLACK SOLDIER",
            "aliases": [
                "hēi zú"
            ],
            "comments": [
                "design typically shows 5352",
                "design sometimes shows 5175 (Yuan and Ming dynasties)"
            ]
        },
        {
            "codepoint": "1FA70",
            "name": "BALLET SHOES"
        },
        {
            "codepoint": "1FA71",
            "name": "ONE-PIECE SWIMSUIT"
        },
        {
            "codepoint": "1FA72",
            "name": "BRIEFS"
        },
        {
            "codepoint": "1FA73",
            "name": "SHORTS"
        },
        {
            "codepoint": "1FA74",
            "name": "THONG SANDAL",
            "aliases": [
                "flip flop"
            ]
        },
        {
            "codepoint": "1FA75",
            "name": "LIGHT BLUE HEART"
        },
        {
            "codepoint": "1FA76",
            "name": "GREY HEART"
        },
        {
            "codepoint": "1FA77",
            "name": "PINK HEART"
        },
        {
            "codepoint": "1FA78",
            "name": "DROP OF BLOOD",
            "crossReferences": [
                "(droplet - 1F4A7)"
            ]
        },
        {
            "codepoint": "1FA79",
            "name": "ADHESIVE BANDAGE"
        },
        {
            "codepoint": "1FA7A",
            "name": "STETHOSCOPE"
        },
        {
            "codepoint": "1FA7B",
            "name": "X-RAY"
        },
        {
            "codepoint": "1FA7C",
            "name": "CRUTCH"
        },
        {
            "codepoint": "1FA80",
            "name": "YO-YO"
        },
        {
            "codepoint": "1FA81",
            "name": "KITE"
        },
        {
            "codepoint": "1FA82",
            "name": "PARACHUTE"
        },
        {
            "codepoint": "1FA83",
            "name": "BOOMERANG"
        },
        {
            "codepoint": "1FA84",
            "name": "MAGIC WAND"
        },
        {
            "codepoint": "1FA85",
            "name": "PINATA"
        },
        {
            "codepoint": "1FA86",
            "name": "NESTING DOLLS"
        },
        {
            "codepoint": "1FA87",
            "name": "MARACAS"
        },
        {
            "codepoint": "1FA88",
            "name": "FLUTE"
        },
        {
            "codepoint": "1FA89",
            "name": "HARP"
        },
        {
            "codepoint": "1FA8F",
            "name": "SHOVEL"
        },
        {
            "codepoint": "1FA90",
            "name": "RINGED PLANET"
        },
        {
            "codepoint": "1FA91",
            "name": "CHAIR"
        },
        {
            "codepoint": "1FA92",
            "name": "RAZOR"
        },
        {
            "codepoint": "1FA93",
            "name": "AXE"
        },
        {
            "codepoint": "1FA94",
            "name": "DIYA LAMP"
        },
        {
            "codepoint": "1FA95",
            "name": "BANJO"
        },
        {
            "codepoint": "1FA96",
            "name": "MILITARY HELMET"
        },
        {
            "codepoint": "1FA97",
            "name": "ACCORDION"
        },
        {
            "codepoint": "1FA98",
            "name": "LONG DRUM"
        },
        {
            "codepoint": "1FA99",
            "name": "COIN"
        },
        {
            "codepoint": "1FA9A",
            "name": "CARPENTRY SAW"
        },
        {
            "codepoint": "1FA9B",
            "name": "SCREWDRIVER"
        },
        {
            "codepoint": "1FA9C",
            "name": "LADDER"
        },
        {
            "codepoint": "1FA9D",
            "name": "HOOK"
        },
        {
            "codepoint": "1FA9E",
            "name": "MIRROR"
        },
        {
            "codepoint": "1FA9F",
            "name": "WINDOW"
        },
        {
            "codepoint": "1FAA0",
            "name": "PLUNGER"
        },
        {
            "codepoint": "1FAA1",
            "name": "SEWING NEEDLE"
        },
        {
            "codepoint": "1FAA2",
            "name": "KNOT"
        },
        {
            "codepoint": "1FAA3",
            "name": "BUCKET"
        },
        {
            "codepoint": "1FAA4",
            "name": "MOUSE TRAP"
        },
        {
            "codepoint": "1FAA5",
            "name": "TOOTHBRUSH"
        },
        {
            "codepoint": "1FAA6",
            "name": "HEADSTONE"
        },
        {
            "codepoint": "1FAA7",
            "name": "PLACARD"
        },
        {
            "codepoint": "1FAA8",
            "name": "ROCK"
        },
        {
            "codepoint": "1FAA9",
            "name": "MIRROR BALL"
        },
        {
            "codepoint": "1FAAA",
            "name": "IDENTIFICATION CARD",
            "aliases": [
                "ID"
            ]
        },
        {
            "codepoint": "1FAAB",
            "name": "LOW BATTERY",
            "crossReferences": [
                "(battery - 1F50B)"
            ]
        },
        {
            "codepoint": "1FAAC",
            "name": "HAMSA"
        },
        {
            "codepoint": "1FAAD",
            "name": "FOLDING HAND FAN"
        },
        {
            "codepoint": "1FAAE",
            "name": "HAIR PICK"
        },
        {
            "codepoint": "1FAAF",
            "name": "KHANDA",
            "crossReferences": [
                "(adi shakti - 262C)"
            ]
        },
        {
            "codepoint": "1FAB0",
            "name": "FLY"
        },
        {
            "codepoint": "1FAB1",
            "name": "WORM"
        },
        {
            "codepoint": "1FAB2",
            "name": "BEETLE"
        },
        {
            "codepoint": "1FAB3",
            "name": "COCKROACH"
        },
        {
            "codepoint": "1FAB4",
            "name": "POTTED PLANT"
        },
        {
            "codepoint": "1FAB5",
            "name": "WOOD"
        },
        {
            "codepoint": "1FAB6",
            "name": "FEATHER"
        },
        {
            "codepoint": "1FAB7",
            "name": "LOTUS"
        },
        {
            "codepoint": "1FAB8",
            "name": "CORAL"
        },
        {
            "codepoint": "1FAB9",
            "name": "EMPTY NEST"
        },
        {
            "codepoint": "1FABA",
            "name": "NEST WITH EGGS"
        },
        {
            "codepoint": "1FABB",
            "name": "HYACINTH"
        },
        {
            "codepoint": "1FABC",
            "name": "JELLYFISH"
        },
        {
            "codepoint": "1FABD",
            "name": "WING"
        },
        {
            "codepoint": "1FABE",
            "name": "LEAFLESS TREE"
        },
        {
            "codepoint": "1FABF",
            "name": "GOOSE"
        },
        {
            "codepoint": "1FAC0",
            "name": "ANATOMICAL HEART"
        },
        {
            "codepoint": "1FAC1",
            "name": "LUNGS"
        },
        {
            "codepoint": "1FAC2",
            "name": "PEOPLE HUGGING"
        },
        {
            "codepoint": "1FAC3",
            "name": "PREGNANT MAN"
        },
        {
            "codepoint": "1FAC4",
            "name": "PREGNANT PERSON",
            "crossReferences": [
                "(pregnant woman - 1F930)"
            ]
        },
        {
            "codepoint": "1FAC5",
            "name": "PERSON WITH CROWN",
            "crossReferences": [
                "(princess - 1F478)"
            ]
        },
        {
            "codepoint": "1FAC6",
            "name": "FINGERPRINT"
        },
        {
            "codepoint": "1FACE",
            "name": "MOOSE"
        },
        {
            "codepoint": "1FACF",
            "name": "DONKEY"
        },
        {
            "codepoint": "1FAD0",
            "name": "BLUEBERRIES"
        },
        {
            "codepoint": "1FAD1",
            "name": "BELL PEPPER"
        },
        {
            "codepoint": "1FAD2",
            "name": "OLIVE"
        },
        {
            "codepoint": "1FAD3",
            "name": "FLATBREAD"
        },
        {
            "codepoint": "1FAD4",
            "name": "TAMALE"
        },
        {
            "codepoint": "1FAD5",
            "name": "FONDUE"
        },
        {
            "codepoint": "1FAD6",
            "name": "TEAPOT"
        },
        {
            "codepoint": "1FAD7",
            "name": "POURING LIQUID",
            "crossReferences": [
                "(glass of milk - 1F95B)"
            ]
        },
        {
            "codepoint": "1FAD8",
            "name": "BEANS"
        },
        {
            "codepoint": "1FAD9",
            "name": "JAR"
        },
        {
            "codepoint": "1FADA",
            "name": "GINGER ROOT"
        },
        {
            "codepoint": "1FADB",
            "name": "PEA POD"
        },
        {
            "codepoint": "1FADC",
            "name": "ROOT VEGETABLE"
        },
        {
            "codepoint": "1FADF",
            "name": "SPLATTER"
        },
        {
            "codepoint": "1FAE0",
            "name": "MELTING FACE"
        },
        {
            "codepoint": "1FAE1",
            "name": "SALUTING FACE"
        },
        {
            "codepoint": "1FAE2",
            "name": "FACE WITH OPEN EYES AND HAND OVER MOUTH"
        },
        {
            "codepoint": "1FAE3",
            "name": "FACE WITH PEEKING EYE"
        },
        {
            "codepoint": "1FAE4",
            "name": "FACE WITH DIAGONAL MOUTH"
        },
        {
            "codepoint": "1FAE5",
            "name": "DOTTED LINE FACE"
        },
        {
            "codepoint": "1FAE6",
            "name": "BITING LIP",
            "crossReferences": [
                "(lips - 1F5E2)"
            ]
        },
        {
            "codepoint": "1FAE7",
            "name": "BUBBLES"
        },
        {
            "codepoint": "1FAE8",
            "name": "SHAKING FACE"
        },
        {
            "codepoint": "1FAE9",
            "name": "FACE WITH BAGS UNDER EYES"
        },
        {
            "codepoint": "1FAF0",
            "name": "HAND WITH INDEX FINGER AND THUMB CROSSED",
            "crossReferences": [
                "(hand with index and middle fingers crossed - 1F91E)"
            ]
        },
        {
            "codepoint": "1FAF1",
            "name": "RIGHTWARDS HAND"
        },
        {
            "codepoint": "1FAF2",
            "name": "LEFTWARDS HAND"
        },
        {
            "codepoint": "1FAF3",
            "name": "PALM DOWN HAND"
        },
        {
            "codepoint": "1FAF4",
            "name": "PALM UP HAND"
        },
        {
            "codepoint": "1FAF5",
            "name": "INDEX POINTING AT THE VIEWER"
        },
        {
            "codepoint": "1FAF6",
            "name": "HEART HANDS"
        },
        {
            "codepoint": "1FAF7",
            "name": "LEFTWARDS PUSHING HAND"
        },
        {
            "codepoint": "1FAF8",
            "name": "RIGHTWARDS PUSHING HAND"
        },
        {
            "codepoint": "1FB00",
            "name": "BLOCK SEXTANT-1"
        },
        {
            "codepoint": "1FB01",
            "name": "BLOCK SEXTANT-2"
        },
        {
            "codepoint": "1FB02",
            "name": "BLOCK SEXTANT-12",
            "comments": [
                "upper one third block"
            ]
        },
        {
            "codepoint": "1FB03",
            "name": "BLOCK SEXTANT-3"
        },
        {
            "codepoint": "1FB04",
            "name": "BLOCK SEXTANT-13"
        },
        {
            "codepoint": "1FB05",
            "name": "BLOCK SEXTANT-23"
        },
        {
            "codepoint": "1FB06",
            "name": "BLOCK SEXTANT-123"
        },
        {
            "codepoint": "1FB07",
            "name": "BLOCK SEXTANT-4"
        },
        {
            "codepoint": "1FB08",
            "name": "BLOCK SEXTANT-14"
        },
        {
            "codepoint": "1FB09",
            "name": "BLOCK SEXTANT-24"
        },
        {
            "codepoint": "1FB0A",
            "name": "BLOCK SEXTANT-124"
        },
        {
            "codepoint": "1FB0B",
            "name": "BLOCK SEXTANT-34",
            "comments": [
                "middle one third block"
            ]
        },
        {
            "codepoint": "1FB0C",
            "name": "BLOCK SEXTANT-134"
        },
        {
            "codepoint": "1FB0D",
            "name": "BLOCK SEXTANT-234"
        },
        {
            "codepoint": "1FB0E",
            "name": "BLOCK SEXTANT-1234",
            "comments": [
                "upper two thirds block"
            ]
        },
        {
            "codepoint": "1FB0F",
            "name": "BLOCK SEXTANT-5"
        },
        {
            "codepoint": "1FB10",
            "name": "BLOCK SEXTANT-15"
        },
        {
            "codepoint": "1FB11",
            "name": "BLOCK SEXTANT-25"
        },
        {
            "codepoint": "1FB12",
            "name": "BLOCK SEXTANT-125"
        },
        {
            "codepoint": "1FB13",
            "name": "BLOCK SEXTANT-35"
        },
        {
            "codepoint": "1FB14",
            "name": "BLOCK SEXTANT-235"
        },
        {
            "codepoint": "1FB15",
            "name": "BLOCK SEXTANT-1235"
        },
        {
            "codepoint": "1FB16",
            "name": "BLOCK SEXTANT-45"
        },
        {
            "codepoint": "1FB17",
            "name": "BLOCK SEXTANT-145"
        },
        {
            "codepoint": "1FB18",
            "name": "BLOCK SEXTANT-245"
        },
        {
            "codepoint": "1FB19",
            "name": "BLOCK SEXTANT-1245"
        },
        {
            "codepoint": "1FB1A",
            "name": "BLOCK SEXTANT-345"
        },
        {
            "codepoint": "1FB1B",
            "name": "BLOCK SEXTANT-1345"
        },
        {
            "codepoint": "1FB1C",
            "name": "BLOCK SEXTANT-2345"
        },
        {
            "codepoint": "1FB1D",
            "name": "BLOCK SEXTANT-12345"
        },
        {
            "codepoint": "1FB1E",
            "name": "BLOCK SEXTANT-6"
        },
        {
            "codepoint": "1FB1F",
            "name": "BLOCK SEXTANT-16"
        },
        {
            "codepoint": "1FB20",
            "name": "BLOCK SEXTANT-26"
        },
        {
            "codepoint": "1FB21",
            "name": "BLOCK SEXTANT-126"
        },
        {
            "codepoint": "1FB22",
            "name": "BLOCK SEXTANT-36"
        },
        {
            "codepoint": "1FB23",
            "name": "BLOCK SEXTANT-136"
        },
        {
            "codepoint": "1FB24",
            "name": "BLOCK SEXTANT-236"
        },
        {
            "codepoint": "1FB25",
            "name": "BLOCK SEXTANT-1236"
        },
        {
            "codepoint": "1FB26",
            "name": "BLOCK SEXTANT-46"
        },
        {
            "codepoint": "1FB27",
            "name": "BLOCK SEXTANT-146"
        },
        {
            "codepoint": "1FB28",
            "name": "BLOCK SEXTANT-1246"
        },
        {
            "codepoint": "1FB29",
            "name": "BLOCK SEXTANT-346"
        },
        {
            "codepoint": "1FB2A",
            "name": "BLOCK SEXTANT-1346"
        },
        {
            "codepoint": "1FB2B",
            "name": "BLOCK SEXTANT-2346"
        },
        {
            "codepoint": "1FB2C",
            "name": "BLOCK SEXTANT-12346"
        },
        {
            "codepoint": "1FB2D",
            "name": "BLOCK SEXTANT-56",
            "comments": [
                "lower one third block"
            ]
        },
        {
            "codepoint": "1FB2E",
            "name": "BLOCK SEXTANT-156"
        },
        {
            "codepoint": "1FB2F",
            "name": "BLOCK SEXTANT-256"
        },
        {
            "codepoint": "1FB30",
            "name": "BLOCK SEXTANT-1256",
            "comments": [
                "upper and lower one third block"
            ]
        },
        {
            "codepoint": "1FB31",
            "name": "BLOCK SEXTANT-356"
        },
        {
            "codepoint": "1FB32",
            "name": "BLOCK SEXTANT-1356"
        },
        {
            "codepoint": "1FB33",
            "name": "BLOCK SEXTANT-2356"
        },
        {
            "codepoint": "1FB34",
            "name": "BLOCK SEXTANT-12356"
        },
        {
            "codepoint": "1FB35",
            "name": "BLOCK SEXTANT-456"
        },
        {
            "codepoint": "1FB36",
            "name": "BLOCK SEXTANT-1456"
        },
        {
            "codepoint": "1FB37",
            "name": "BLOCK SEXTANT-2456"
        },
        {
            "codepoint": "1FB38",
            "name": "BLOCK SEXTANT-12456"
        },
        {
            "codepoint": "1FB39",
            "name": "BLOCK SEXTANT-3456",
            "comments": [
                "lower two thirds block"
            ]
        },
        {
            "codepoint": "1FB3A",
            "name": "BLOCK SEXTANT-13456"
        },
        {
            "codepoint": "1FB3B",
            "name": "BLOCK SEXTANT-23456"
        },
        {
            "codepoint": "1FB3C",
            "name": "LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB3D",
            "name": "LOWER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB3E",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB3F",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB40",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB41",
            "name": "LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB42",
            "name": "LOWER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB43",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB44",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB45",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB46",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB47",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB48",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB49",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB4A",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB4B",
            "name": "LOWER RIGHT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB4C",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB4D",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB4E",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB4F",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB50",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB51",
            "name": "LOWER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB52",
            "name": "UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB53",
            "name": "UPPER RIGHT BLOCK DIAGONAL LOWER MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB54",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB55",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB56",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FB57",
            "name": "UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB58",
            "name": "UPPER LEFT BLOCK DIAGONAL UPPER MIDDLE LEFT TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB59",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB5A",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB5B",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER CENTRE"
        },
        {
            "codepoint": "1FB5C",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER MIDDLE LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB5D",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB5E",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB5F",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB60",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB61",
            "name": "UPPER LEFT BLOCK DIAGONAL LOWER CENTRE TO UPPER RIGHT"
        },
        {
            "codepoint": "1FB62",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB63",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO UPPER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB64",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB65",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB66",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FB67",
            "name": "UPPER RIGHT BLOCK DIAGONAL UPPER MIDDLE LEFT TO LOWER MIDDLE RIGHT"
        },
        {
            "codepoint": "1FB68",
            "name": "UPPER AND RIGHT AND LOWER TRIANGULAR THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "1FB69",
            "name": "LEFT AND LOWER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "1FB6A",
            "name": "UPPER AND LEFT AND LOWER TRIANGULAR THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "1FB6B",
            "name": "LEFT AND UPPER AND RIGHT TRIANGULAR THREE QUARTERS BLOCK"
        },
        {
            "codepoint": "1FB6C",
            "name": "LEFT TRIANGULAR ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FB6D",
            "name": "UPPER TRIANGULAR ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FB6E",
            "name": "RIGHT TRIANGULAR ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FB6F",
            "name": "LOWER TRIANGULAR ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FB70",
            "name": "VERTICAL ONE EIGHTH BLOCK-2",
            "crossReferences": [
                "(left one eighth block - 258F)"
            ]
        },
        {
            "codepoint": "1FB71",
            "name": "VERTICAL ONE EIGHTH BLOCK-3"
        },
        {
            "codepoint": "1FB72",
            "name": "VERTICAL ONE EIGHTH BLOCK-4"
        },
        {
            "codepoint": "1FB73",
            "name": "VERTICAL ONE EIGHTH BLOCK-5"
        },
        {
            "codepoint": "1FB74",
            "name": "VERTICAL ONE EIGHTH BLOCK-6"
        },
        {
            "codepoint": "1FB75",
            "name": "VERTICAL ONE EIGHTH BLOCK-7",
            "crossReferences": [
                "(right one eighth block - 2595)"
            ]
        },
        {
            "codepoint": "1FB76",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-2",
            "crossReferences": [
                "(upper one eighth block - 2594)"
            ]
        },
        {
            "codepoint": "1FB77",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-3"
        },
        {
            "codepoint": "1FB78",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-4"
        },
        {
            "codepoint": "1FB79",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-5"
        },
        {
            "codepoint": "1FB7A",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-6"
        },
        {
            "codepoint": "1FB7B",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-7",
            "crossReferences": [
                "(lower one eighth block - 2581)"
            ]
        },
        {
            "codepoint": "1FB7C",
            "name": "LEFT AND LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FB7D",
            "name": "LEFT AND UPPER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FB7E",
            "name": "RIGHT AND UPPER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FB7F",
            "name": "RIGHT AND LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FB80",
            "name": "UPPER AND LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FB81",
            "name": "HORIZONTAL ONE EIGHTH BLOCK-1358"
        },
        {
            "codepoint": "1FB82",
            "name": "UPPER ONE QUARTER BLOCK",
            "crossReferences": [
                "(lower one quarter block - 2582)"
            ]
        },
        {
            "codepoint": "1FB83",
            "name": "UPPER THREE EIGHTHS BLOCK",
            "crossReferences": [
                "(lower three eighths block - 2583)"
            ]
        },
        {
            "codepoint": "1FB84",
            "name": "UPPER FIVE EIGHTHS BLOCK",
            "crossReferences": [
                "(lower five eighths block - 2585)"
            ]
        },
        {
            "codepoint": "1FB85",
            "name": "UPPER THREE QUARTERS BLOCK",
            "crossReferences": [
                "(lower three quarters block - 2586)"
            ]
        },
        {
            "codepoint": "1FB86",
            "name": "UPPER SEVEN EIGHTHS BLOCK",
            "crossReferences": [
                "(lower seven eighths block - 2587)"
            ]
        },
        {
            "codepoint": "1FB87",
            "name": "RIGHT ONE QUARTER BLOCK",
            "crossReferences": [
                "(left one quarter block - 258E)"
            ]
        },
        {
            "codepoint": "1FB88",
            "name": "RIGHT THREE EIGHTHS BLOCK",
            "crossReferences": [
                "(left three eighths block - 258D)"
            ]
        },
        {
            "codepoint": "1FB89",
            "name": "RIGHT FIVE EIGHTHS BLOCK",
            "crossReferences": [
                "(left five eighths block - 258B)"
            ]
        },
        {
            "codepoint": "1FB8A",
            "name": "RIGHT THREE QUARTERS BLOCK",
            "crossReferences": [
                "(left three quarters block - 258A)"
            ]
        },
        {
            "codepoint": "1FB8B",
            "name": "RIGHT SEVEN EIGHTHS BLOCK",
            "crossReferences": [
                "(left seven eighths block - 2589)"
            ]
        },
        {
            "codepoint": "1FB8C",
            "name": "LEFT HALF MEDIUM SHADE"
        },
        {
            "codepoint": "1FB8D",
            "name": "RIGHT HALF MEDIUM SHADE"
        },
        {
            "codepoint": "1FB8E",
            "name": "UPPER HALF MEDIUM SHADE"
        },
        {
            "codepoint": "1FB8F",
            "name": "LOWER HALF MEDIUM SHADE"
        },
        {
            "codepoint": "1FB90",
            "name": "INVERSE MEDIUM SHADE",
            "crossReferences": [
                "(medium shade - 2592)"
            ]
        },
        {
            "codepoint": "1FB91",
            "name": "UPPER HALF BLOCK AND LOWER HALF INVERSE MEDIUM SHADE"
        },
        {
            "codepoint": "1FB92",
            "name": "UPPER HALF INVERSE MEDIUM SHADE AND LOWER HALF BLOCK"
        },
        {
            "codepoint": "1FB94",
            "name": "LEFT HALF INVERSE MEDIUM SHADE AND RIGHT HALF BLOCK"
        },
        {
            "codepoint": "1FB95",
            "name": "CHECKER BOARD FILL",
            "crossReferences": [
                "(quadrant upper left and lower right - 259A)",
                "(reverse checker board - 1F67F)"
            ]
        },
        {
            "codepoint": "1FB96",
            "name": "INVERSE CHECKER BOARD FILL",
            "crossReferences": [
                "(quadrant upper right and lower left - 259E)",
                "(checker board - 1F67E)"
            ]
        },
        {
            "codepoint": "1FB97",
            "name": "HEAVY HORIZONTAL FILL",
            "comments": [
                "upper middle and lower one quarter block"
            ],
            "crossReferences": [
                "(geta mark - 3013)",
                "(block octant-3478 - 1CDB7)"
            ]
        },
        {
            "codepoint": "1FB98",
            "name": "UPPER LEFT TO LOWER RIGHT FILL",
            "crossReferences": [
                "(square with upper left to lower right fill - 25A7)"
            ]
        },
        {
            "codepoint": "1FB99",
            "name": "UPPER RIGHT TO LOWER LEFT FILL",
            "crossReferences": [
                "(square with upper right to lower left fill - 25A8)"
            ]
        },
        {
            "codepoint": "1FB9A",
            "name": "UPPER AND LOWER TRIANGULAR HALF BLOCK",
            "crossReferences": [
                "(black hourglass - 29D7)"
            ]
        },
        {
            "codepoint": "1FB9B",
            "name": "LEFT AND RIGHT TRIANGULAR HALF BLOCK",
            "crossReferences": [
                "(black bowtie - 29D3)"
            ]
        },
        {
            "codepoint": "1FB9C",
            "name": "UPPER LEFT TRIANGULAR MEDIUM SHADE",
            "crossReferences": [
                "(black upper left triangle - 25E4)"
            ]
        },
        {
            "codepoint": "1FB9D",
            "name": "UPPER RIGHT TRIANGULAR MEDIUM SHADE",
            "crossReferences": [
                "(black upper right triangle - 25E5)"
            ]
        },
        {
            "codepoint": "1FB9E",
            "name": "LOWER RIGHT TRIANGULAR MEDIUM SHADE",
            "crossReferences": [
                "(black lower right triangle - 25E2)"
            ]
        },
        {
            "codepoint": "1FB9F",
            "name": "LOWER LEFT TRIANGULAR MEDIUM SHADE",
            "crossReferences": [
                "(black lower left triangle - 25E3)"
            ]
        },
        {
            "codepoint": "1FBA0",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT"
        },
        {
            "codepoint": "1FBA1",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT"
        },
        {
            "codepoint": "1FBA2",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBA3",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBA4",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBA5",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBA6",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT"
        },
        {
            "codepoint": "1FBA7",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT"
        },
        {
            "codepoint": "1FBA8",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT AND MIDDLE RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBA9",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT AND MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBAA",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE TO MIDDLE LEFT"
        },
        {
            "codepoint": "1FBAB",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE TO MIDDLE RIGHT"
        },
        {
            "codepoint": "1FBAC",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO UPPER CENTRE TO MIDDLE RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBAD",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO UPPER CENTRE TO MIDDLE LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBAE",
            "name": "BOX DRAWINGS LIGHT DIAGONAL DIAMOND",
            "crossReferences": [
                "(white diamond - 25C7)"
            ]
        },
        {
            "codepoint": "1FBAF",
            "name": "BOX DRAWINGS LIGHT HORIZONTAL WITH VERTICAL STROKE",
            "crossReferences": [
                "(box drawings light horizontal - 2500)"
            ]
        },
        {
            "codepoint": "1FBB0",
            "name": "ARROWHEAD-SHAPED POINTER",
            "crossReferences": [
                "(black rightwards arrowhead - 27A4)"
            ]
        },
        {
            "codepoint": "1FBB1",
            "name": "INVERSE CHECK MARK",
            "crossReferences": [
                "(check mark - 2713)"
            ]
        },
        {
            "codepoint": "1FBB2",
            "name": "LEFT HALF RUNNING MAN",
            "comments": [
                "paired with 1FBB3, faces to the right",
                "the Apple II documentation refers to these characters as \"Running Man\""
            ],
            "crossReferences": [
                "(runner - 1F3C3)"
            ]
        },
        {
            "codepoint": "1FBB3",
            "name": "RIGHT HALF RUNNING MAN"
        },
        {
            "codepoint": "1FBB4",
            "name": "INVERSE DOWNWARDS ARROW WITH TIP LEFTWARDS",
            "crossReferences": [
                "(downwards arrow with tip leftwards - 21B2)",
                "(downwards arrow with corner leftwards - 21B5)"
            ]
        },
        {
            "codepoint": "1FBB5",
            "name": "LEFTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FBB6",
            "name": "RIGHTWARDS ARROW AND UPPER AND LOWER ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FBB7",
            "name": "DOWNWARDS ARROW AND RIGHT ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FBB8",
            "name": "UPWARDS ARROW AND RIGHT ONE EIGHTH BLOCK"
        },
        {
            "codepoint": "1FBB9",
            "name": "LEFT HALF FOLDER",
            "comments": [
                "paired with 1FBBA"
            ],
            "crossReferences": [
                "(file folder - 1F4C1)",
                "(folder - 1F5C0)"
            ]
        },
        {
            "codepoint": "1FBBA",
            "name": "RIGHT HALF FOLDER"
        },
        {
            "codepoint": "1FBBB",
            "name": "VOIDED GREEK CROSS",
            "crossReferences": [
                "(number sign - 0023)",
                "(box drawings double vertical and horizontal - 256C)",
                "(outlined greek cross - 2719)",
                "(heavy greek cross - 271A)",
                "(medium greek cross - 1F7A3)"
            ]
        },
        {
            "codepoint": "1FBBC",
            "name": "RIGHT OPEN SQUARED DOT",
            "crossReferences": [
                "(squared dot operator - 22A1)"
            ]
        },
        {
            "codepoint": "1FBBD",
            "name": "NEGATIVE DIAGONAL CROSS",
            "comments": [
                "diagonals extend past the corners of the box, unlike in 274E"
            ],
            "crossReferences": [
                "(box drawings light diagonal cross - 2573)",
                "(negative squared cross mark - 274E)"
            ]
        },
        {
            "codepoint": "1FBBE",
            "name": "NEGATIVE DIAGONAL MIDDLE RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBBF",
            "name": "NEGATIVE DIAGONAL DIAMOND"
        },
        {
            "codepoint": "1FBC0",
            "name": "WHITE HEAVY SALTIRE WITH ROUNDED CORNERS",
            "crossReferences": [
                "(cross mark - 274C)",
                "(cancellation x - 1F5D9)",
                "(heavy saltire - 1F7AC)"
            ]
        },
        {
            "codepoint": "1FBC1",
            "name": "LEFT THIRD WHITE RIGHT POINTING INDEX",
            "comments": [
                "glyph part, combined with 1FBC2 and 1FBC3"
            ],
            "crossReferences": [
                "(white right pointing index - 261E)"
            ]
        },
        {
            "codepoint": "1FBC2",
            "name": "MIDDLE THIRD WHITE RIGHT POINTING INDEX"
        },
        {
            "codepoint": "1FBC3",
            "name": "RIGHT THIRD WHITE RIGHT POINTING INDEX"
        },
        {
            "codepoint": "1FBC4",
            "name": "NEGATIVE SQUARED QUESTION MARK",
            "comments": [
                "glyph does not necessarily extend to the edges of the character cell"
            ],
            "crossReferences": [
                "(question mark - 003F)",
                "(uncertainty sign - 2BD1)",
                "(replacement character - FFFD)"
            ]
        },
        {
            "codepoint": "1FBC5",
            "name": "STICK FIGURE",
            "crossReferences": [
                "(mens symbol - 1F6B9)"
            ]
        },
        {
            "codepoint": "1FBC6",
            "name": "STICK FIGURE WITH ARMS RAISED"
        },
        {
            "codepoint": "1FBC7",
            "name": "STICK FIGURE LEANING LEFT"
        },
        {
            "codepoint": "1FBC8",
            "name": "STICK FIGURE LEANING RIGHT"
        },
        {
            "codepoint": "1FBC9",
            "name": "STICK FIGURE WITH DRESS",
            "crossReferences": [
                "(womens symbol - 1F6BA)"
            ]
        },
        {
            "codepoint": "1FBCA",
            "name": "WHITE UP-POINTING CHEVRON",
            "crossReferences": [
                "(upwards white arrow - 21E7)",
                "(house - 2302)",
                "(upwards finger-post arrow - 1F835)"
            ]
        },
        {
            "codepoint": "1FBCB",
            "name": "WHITE CROSS MARK"
        },
        {
            "codepoint": "1FBCC",
            "name": "RAISED SMALL LEFT SQUARE BRACKET"
        },
        {
            "codepoint": "1FBCD",
            "name": "BLACK SMALL UP-POINTING CHEVRON"
        },
        {
            "codepoint": "1FBCE",
            "name": "LEFT TWO THIRDS BLOCK"
        },
        {
            "codepoint": "1FBCF",
            "name": "LEFT ONE THIRD BLOCK"
        },
        {
            "codepoint": "1FBD0",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER LEFT"
        },
        {
            "codepoint": "1FBD1",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE LEFT"
        },
        {
            "codepoint": "1FBD2",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE RIGHT"
        },
        {
            "codepoint": "1FBD3",
            "name": "BOX DRAWINGS LIGHT DIAGONAL MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBD4",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBD5",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBD6",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO LOWER CENTRE"
        },
        {
            "codepoint": "1FBD7",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER CENTRE TO LOWER LEFT"
        },
        {
            "codepoint": "1FBD8",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO UPPER RIGHT"
        },
        {
            "codepoint": "1FBD9",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBDA",
            "name": "BOX DRAWINGS LIGHT DIAGONAL LOWER LEFT TO MIDDLE CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBDB",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO LOWER LEFT"
        },
        {
            "codepoint": "1FBDC",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO LOWER CENTRE TO UPPER RIGHT"
        },
        {
            "codepoint": "1FBDD",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER RIGHT TO MIDDLE LEFT TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBDE",
            "name": "BOX DRAWINGS LIGHT DIAGONAL LOWER LEFT TO UPPER CENTRE TO LOWER RIGHT"
        },
        {
            "codepoint": "1FBDF",
            "name": "BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE RIGHT TO LOWER LEFT"
        },
        {
            "codepoint": "1FBE0",
            "name": "TOP JUSTIFIED LOWER HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1FBE1",
            "name": "RIGHT JUSTIFIED LEFT HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1FBE2",
            "name": "BOTTOM JUSTIFIED UPPER HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1FBE3",
            "name": "LEFT JUSTIFIED RIGHT HALF WHITE CIRCLE"
        },
        {
            "codepoint": "1FBE4",
            "name": "UPPER CENTRE ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FBE5",
            "name": "LOWER CENTRE ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FBE6",
            "name": "MIDDLE LEFT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FBE7",
            "name": "MIDDLE RIGHT ONE QUARTER BLOCK"
        },
        {
            "codepoint": "1FBE8",
            "name": "TOP JUSTIFIED LOWER HALF BLACK CIRCLE"
        },
        {
            "codepoint": "1FBE9",
            "name": "RIGHT JUSTIFIED LEFT HALF BLACK CIRCLE"
        },
        {
            "codepoint": "1FBEA",
            "name": "BOTTOM JUSTIFIED UPPER HALF BLACK CIRCLE"
        },
        {
            "codepoint": "1FBEB",
            "name": "LEFT JUSTIFIED RIGHT HALF BLACK CIRCLE"
        },
        {
            "codepoint": "1FBEC",
            "name": "TOP RIGHT JUSTIFIED LOWER LEFT QUARTER BLACK CIRCLE"
        },
        {
            "codepoint": "1FBED",
            "name": "BOTTOM LEFT JUSTIFIED UPPER RIGHT QUARTER BLACK CIRCLE"
        },
        {
            "codepoint": "1FBEE",
            "name": "BOTTOM RIGHT JUSTIFIED UPPER LEFT QUARTER BLACK CIRCLE"
        },
        {
            "codepoint": "1FBEF",
            "name": "TOP LEFT JUSTIFIED LOWER RIGHT QUARTER BLACK CIRCLE"
        },
        {
            "codepoint": "1FBF0",
            "name": "SEGMENTED DIGIT ZERO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0030",
                    "digit",
                    "zero"
                ]
            ]
        },
        {
            "codepoint": "1FBF1",
            "name": "SEGMENTED DIGIT ONE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0031",
                    "digit",
                    "one"
                ]
            ]
        },
        {
            "codepoint": "1FBF2",
            "name": "SEGMENTED DIGIT TWO",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0032",
                    "digit",
                    "two"
                ]
            ]
        },
        {
            "codepoint": "1FBF3",
            "name": "SEGMENTED DIGIT THREE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0033",
                    "digit",
                    "three"
                ]
            ]
        },
        {
            "codepoint": "1FBF4",
            "name": "SEGMENTED DIGIT FOUR",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0034",
                    "digit",
                    "four"
                ]
            ]
        },
        {
            "codepoint": "1FBF5",
            "name": "SEGMENTED DIGIT FIVE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0035",
                    "digit",
                    "five"
                ]
            ]
        },
        {
            "codepoint": "1FBF6",
            "name": "SEGMENTED DIGIT SIX",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0036",
                    "digit",
                    "six"
                ]
            ]
        },
        {
            "codepoint": "1FBF7",
            "name": "SEGMENTED DIGIT SEVEN",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0037",
                    "digit",
                    "seven"
                ]
            ]
        },
        {
            "codepoint": "1FBF8",
            "name": "SEGMENTED DIGIT EIGHT",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0038",
                    "digit",
                    "eight"
                ]
            ]
        },
        {
            "codepoint": "1FBF9",
            "name": "SEGMENTED DIGIT NINE",
            "compatibilityMappings": [
                [
                    "<font>",
                    "0039",
                    "digit",
                    "nine"
                ]
            ]
        },
        {
            "codepoint": "1FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "1FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "2F800",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F800",
            "decompositions": [
                [
                    "4E3D"
                ]
            ]
        },
        {
            "codepoint": "2F801",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F801",
            "decompositions": [
                [
                    "4E38"
                ]
            ]
        },
        {
            "codepoint": "2F802",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F802",
            "decompositions": [
                [
                    "4E41"
                ]
            ]
        },
        {
            "codepoint": "2F803",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F803",
            "decompositions": [
                [
                    "20122"
                ]
            ]
        },
        {
            "codepoint": "2F804",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F804",
            "decompositions": [
                [
                    "4F60"
                ]
            ]
        },
        {
            "codepoint": "2F805",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F805",
            "decompositions": [
                [
                    "4FAE"
                ]
            ]
        },
        {
            "codepoint": "2F806",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F806",
            "decompositions": [
                [
                    "4FBB"
                ]
            ]
        },
        {
            "codepoint": "2F807",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F807",
            "decompositions": [
                [
                    "5002"
                ]
            ]
        },
        {
            "codepoint": "2F808",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F808",
            "decompositions": [
                [
                    "507A"
                ]
            ]
        },
        {
            "codepoint": "2F809",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F809",
            "decompositions": [
                [
                    "5099"
                ]
            ]
        },
        {
            "codepoint": "2F80A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80A",
            "decompositions": [
                [
                    "50E7"
                ]
            ]
        },
        {
            "codepoint": "2F80B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80B",
            "decompositions": [
                [
                    "50CF"
                ]
            ]
        },
        {
            "codepoint": "2F80C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80C",
            "decompositions": [
                [
                    "349E"
                ]
            ]
        },
        {
            "codepoint": "2F80D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80D",
            "crossReferences": [
                "5145"
            ],
            "decompositions": [
                [
                    "2063A"
                ]
            ]
        },
        {
            "codepoint": "2F80E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80E",
            "decompositions": [
                [
                    "514D"
                ]
            ]
        },
        {
            "codepoint": "2F80F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F80F",
            "decompositions": [
                [
                    "5154"
                ]
            ]
        },
        {
            "codepoint": "2F810",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F810",
            "decompositions": [
                [
                    "5164"
                ]
            ]
        },
        {
            "codepoint": "2F811",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F811",
            "decompositions": [
                [
                    "5177"
                ]
            ]
        },
        {
            "codepoint": "2F812",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F812",
            "decompositions": [
                [
                    "2051C"
                ]
            ]
        },
        {
            "codepoint": "2F813",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F813",
            "decompositions": [
                [
                    "34B9"
                ]
            ]
        },
        {
            "codepoint": "2F814",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F814",
            "crossReferences": [
                "5185"
            ],
            "decompositions": [
                [
                    "5167"
                ]
            ]
        },
        {
            "codepoint": "2F815",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F815",
            "decompositions": [
                [
                    "518D"
                ]
            ]
        },
        {
            "codepoint": "2F816",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F816",
            "decompositions": [
                [
                    "2054B"
                ]
            ]
        },
        {
            "codepoint": "2F817",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F817",
            "decompositions": [
                [
                    "5197"
                ]
            ]
        },
        {
            "codepoint": "2F818",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F818",
            "decompositions": [
                [
                    "51A4"
                ]
            ]
        },
        {
            "codepoint": "2F819",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F819",
            "decompositions": [
                [
                    "4ECC"
                ]
            ]
        },
        {
            "codepoint": "2F81A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81A",
            "decompositions": [
                [
                    "51AC"
                ]
            ]
        },
        {
            "codepoint": "2F81B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81B",
            "decompositions": [
                [
                    "51B5"
                ]
            ]
        },
        {
            "codepoint": "2F81C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81C",
            "decompositions": [
                [
                    "291DF"
                ]
            ]
        },
        {
            "codepoint": "2F81D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81D",
            "decompositions": [
                [
                    "51F5"
                ]
            ]
        },
        {
            "codepoint": "2F81E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81E",
            "decompositions": [
                [
                    "5203"
                ]
            ]
        },
        {
            "codepoint": "2F81F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F81F",
            "decompositions": [
                [
                    "34DF"
                ]
            ]
        },
        {
            "codepoint": "2F820",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F820",
            "decompositions": [
                [
                    "523B"
                ]
            ]
        },
        {
            "codepoint": "2F821",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F821",
            "decompositions": [
                [
                    "5246"
                ]
            ]
        },
        {
            "codepoint": "2F822",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F822",
            "decompositions": [
                [
                    "5272"
                ]
            ]
        },
        {
            "codepoint": "2F823",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F823",
            "decompositions": [
                [
                    "5277"
                ]
            ]
        },
        {
            "codepoint": "2F824",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F824",
            "decompositions": [
                [
                    "3515"
                ]
            ]
        },
        {
            "codepoint": "2F825",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F825",
            "decompositions": [
                [
                    "52C7"
                ]
            ]
        },
        {
            "codepoint": "2F826",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F826",
            "decompositions": [
                [
                    "52C9"
                ]
            ]
        },
        {
            "codepoint": "2F827",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F827",
            "decompositions": [
                [
                    "52E4"
                ]
            ]
        },
        {
            "codepoint": "2F828",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F828",
            "decompositions": [
                [
                    "52FA"
                ]
            ]
        },
        {
            "codepoint": "2F829",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F829",
            "decompositions": [
                [
                    "5305"
                ]
            ]
        },
        {
            "codepoint": "2F82A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82A",
            "decompositions": [
                [
                    "5306"
                ]
            ]
        },
        {
            "codepoint": "2F82B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82B",
            "decompositions": [
                [
                    "5317"
                ]
            ]
        },
        {
            "codepoint": "2F82C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82C",
            "crossReferences": [
                "20984"
            ],
            "decompositions": [
                [
                    "5349"
                ]
            ]
        },
        {
            "codepoint": "2F82D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82D",
            "decompositions": [
                [
                    "5351"
                ]
            ]
        },
        {
            "codepoint": "2F82E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82E",
            "decompositions": [
                [
                    "535A"
                ]
            ]
        },
        {
            "codepoint": "2F82F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F82F",
            "decompositions": [
                [
                    "5373"
                ]
            ]
        },
        {
            "codepoint": "2F830",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F830",
            "decompositions": [
                [
                    "537D"
                ]
            ]
        },
        {
            "codepoint": "2F831",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F831",
            "decompositions": [
                [
                    "537F"
                ]
            ]
        },
        {
            "codepoint": "2F832",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F832",
            "decompositions": [
                [
                    "537F"
                ]
            ]
        },
        {
            "codepoint": "2F833",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F833",
            "decompositions": [
                [
                    "537F"
                ]
            ]
        },
        {
            "codepoint": "2F834",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F834",
            "decompositions": [
                [
                    "20A2C"
                ]
            ]
        },
        {
            "codepoint": "2F835",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F835",
            "decompositions": [
                [
                    "7070"
                ]
            ]
        },
        {
            "codepoint": "2F836",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F836",
            "decompositions": [
                [
                    "53CA"
                ]
            ]
        },
        {
            "codepoint": "2F837",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F837",
            "decompositions": [
                [
                    "53DF"
                ]
            ]
        },
        {
            "codepoint": "2F838",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F838",
            "decompositions": [
                [
                    "20B63"
                ]
            ]
        },
        {
            "codepoint": "2F839",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F839",
            "decompositions": [
                [
                    "53EB"
                ]
            ]
        },
        {
            "codepoint": "2F83A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83A",
            "decompositions": [
                [
                    "53F1"
                ]
            ]
        },
        {
            "codepoint": "2F83B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83B",
            "crossReferences": [
                "4DB8"
            ],
            "decompositions": [
                [
                    "5406"
                ]
            ]
        },
        {
            "codepoint": "2F83C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83C",
            "decompositions": [
                [
                    "549E"
                ]
            ]
        },
        {
            "codepoint": "2F83D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83D",
            "decompositions": [
                [
                    "5438"
                ]
            ]
        },
        {
            "codepoint": "2F83E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83E",
            "decompositions": [
                [
                    "5448"
                ]
            ]
        },
        {
            "codepoint": "2F83F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F83F",
            "decompositions": [
                [
                    "5468"
                ]
            ]
        },
        {
            "codepoint": "2F840",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F840",
            "decompositions": [
                [
                    "54A2"
                ]
            ]
        },
        {
            "codepoint": "2F841",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F841",
            "decompositions": [
                [
                    "54F6"
                ]
            ]
        },
        {
            "codepoint": "2F842",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F842",
            "decompositions": [
                [
                    "5510"
                ]
            ]
        },
        {
            "codepoint": "2F843",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F843",
            "decompositions": [
                [
                    "5553"
                ]
            ]
        },
        {
            "codepoint": "2F844",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F844",
            "decompositions": [
                [
                    "5563"
                ]
            ]
        },
        {
            "codepoint": "2F845",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F845",
            "decompositions": [
                [
                    "5584"
                ]
            ]
        },
        {
            "codepoint": "2F846",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F846",
            "decompositions": [
                [
                    "5584"
                ]
            ]
        },
        {
            "codepoint": "2F847",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F847",
            "decompositions": [
                [
                    "5599"
                ]
            ]
        },
        {
            "codepoint": "2F848",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F848",
            "decompositions": [
                [
                    "55AB"
                ]
            ]
        },
        {
            "codepoint": "2F849",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F849",
            "decompositions": [
                [
                    "55B3"
                ]
            ]
        },
        {
            "codepoint": "2F84A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84A",
            "decompositions": [
                [
                    "55C2"
                ]
            ]
        },
        {
            "codepoint": "2F84B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84B",
            "decompositions": [
                [
                    "5716"
                ]
            ]
        },
        {
            "codepoint": "2F84C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84C",
            "decompositions": [
                [
                    "5606"
                ]
            ]
        },
        {
            "codepoint": "2F84D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84D",
            "decompositions": [
                [
                    "5717"
                ]
            ]
        },
        {
            "codepoint": "2F84E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84E",
            "decompositions": [
                [
                    "5651"
                ]
            ]
        },
        {
            "codepoint": "2F84F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F84F",
            "decompositions": [
                [
                    "5674"
                ]
            ]
        },
        {
            "codepoint": "2F850",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F850",
            "decompositions": [
                [
                    "5207"
                ]
            ]
        },
        {
            "codepoint": "2F851",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F851",
            "decompositions": [
                [
                    "58EE"
                ]
            ]
        },
        {
            "codepoint": "2F852",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F852",
            "decompositions": [
                [
                    "57CE"
                ]
            ]
        },
        {
            "codepoint": "2F853",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F853",
            "decompositions": [
                [
                    "57F4"
                ]
            ]
        },
        {
            "codepoint": "2F854",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F854",
            "decompositions": [
                [
                    "580D"
                ]
            ]
        },
        {
            "codepoint": "2F855",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F855",
            "decompositions": [
                [
                    "578B"
                ]
            ]
        },
        {
            "codepoint": "2F856",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F856",
            "decompositions": [
                [
                    "5832"
                ]
            ]
        },
        {
            "codepoint": "2F857",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F857",
            "decompositions": [
                [
                    "5831"
                ]
            ]
        },
        {
            "codepoint": "2F858",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F858",
            "decompositions": [
                [
                    "58AC"
                ]
            ]
        },
        {
            "codepoint": "2F859",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F859",
            "decompositions": [
                [
                    "214E4"
                ]
            ]
        },
        {
            "codepoint": "2F85A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85A",
            "crossReferences": [
                "58F3"
            ],
            "decompositions": [
                [
                    "58F2"
                ]
            ]
        },
        {
            "codepoint": "2F85B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85B",
            "crossReferences": [
                "21533"
            ],
            "decompositions": [
                [
                    "58F7"
                ]
            ]
        },
        {
            "codepoint": "2F85C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85C",
            "decompositions": [
                [
                    "5906"
                ]
            ]
        },
        {
            "codepoint": "2F85D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85D",
            "decompositions": [
                [
                    "591A"
                ]
            ]
        },
        {
            "codepoint": "2F85E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85E",
            "decompositions": [
                [
                    "5922"
                ]
            ]
        },
        {
            "codepoint": "2F85F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F85F",
            "decompositions": [
                [
                    "5962"
                ]
            ]
        },
        {
            "codepoint": "2F860",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F860",
            "crossReferences": [
                "216A7"
            ],
            "decompositions": [
                [
                    "216A8"
                ]
            ]
        },
        {
            "codepoint": "2F861",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F861",
            "decompositions": [
                [
                    "216EA"
                ]
            ]
        },
        {
            "codepoint": "2F862",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F862",
            "decompositions": [
                [
                    "59EC"
                ]
            ]
        },
        {
            "codepoint": "2F863",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F863",
            "decompositions": [
                [
                    "5A1B"
                ]
            ]
        },
        {
            "codepoint": "2F864",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F864",
            "decompositions": [
                [
                    "5A27"
                ]
            ]
        },
        {
            "codepoint": "2F865",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F865",
            "decompositions": [
                [
                    "59D8"
                ]
            ]
        },
        {
            "codepoint": "2F866",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F866",
            "decompositions": [
                [
                    "5A66"
                ]
            ]
        },
        {
            "codepoint": "2F867",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F867",
            "decompositions": [
                [
                    "36EE"
                ]
            ]
        },
        {
            "codepoint": "2F868",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F868",
            "decompositions": [
                [
                    "36FC"
                ]
            ]
        },
        {
            "codepoint": "2F869",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F869",
            "decompositions": [
                [
                    "5B08"
                ]
            ]
        },
        {
            "codepoint": "2F86A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86A",
            "decompositions": [
                [
                    "5B3E"
                ]
            ]
        },
        {
            "codepoint": "2F86B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86B",
            "decompositions": [
                [
                    "5B3E"
                ]
            ]
        },
        {
            "codepoint": "2F86C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86C",
            "decompositions": [
                [
                    "219C8"
                ]
            ]
        },
        {
            "codepoint": "2F86D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86D",
            "decompositions": [
                [
                    "5BC3"
                ]
            ]
        },
        {
            "codepoint": "2F86E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86E",
            "decompositions": [
                [
                    "5BD8"
                ]
            ]
        },
        {
            "codepoint": "2F86F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F86F",
            "decompositions": [
                [
                    "5BE7"
                ]
            ]
        },
        {
            "codepoint": "2F870",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F870",
            "decompositions": [
                [
                    "5BF3"
                ]
            ]
        },
        {
            "codepoint": "2F871",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F871",
            "decompositions": [
                [
                    "21B18"
                ]
            ]
        },
        {
            "codepoint": "2F872",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F872",
            "decompositions": [
                [
                    "5BFF"
                ]
            ]
        },
        {
            "codepoint": "2F873",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F873",
            "decompositions": [
                [
                    "5C06"
                ]
            ]
        },
        {
            "codepoint": "2F874",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F874",
            "crossReferences": [
                "22450"
            ],
            "decompositions": [
                [
                    "5F53"
                ]
            ]
        },
        {
            "codepoint": "2F875",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F875",
            "decompositions": [
                [
                    "5C22"
                ]
            ]
        },
        {
            "codepoint": "2F876",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F876",
            "decompositions": [
                [
                    "3781"
                ]
            ]
        },
        {
            "codepoint": "2F877",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F877",
            "decompositions": [
                [
                    "5C60"
                ]
            ]
        },
        {
            "codepoint": "2F878",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F878",
            "crossReferences": [
                "4DB9"
            ],
            "decompositions": [
                [
                    "5C6E"
                ]
            ]
        },
        {
            "codepoint": "2F879",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F879",
            "decompositions": [
                [
                    "5CC0"
                ]
            ]
        },
        {
            "codepoint": "2F87A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87A",
            "decompositions": [
                [
                    "5C8D"
                ]
            ]
        },
        {
            "codepoint": "2F87B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87B",
            "decompositions": [
                [
                    "21DE4"
                ]
            ]
        },
        {
            "codepoint": "2F87C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87C",
            "decompositions": [
                [
                    "5D43"
                ]
            ]
        },
        {
            "codepoint": "2F87D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87D",
            "decompositions": [
                [
                    "21DE6"
                ]
            ]
        },
        {
            "codepoint": "2F87E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87E",
            "decompositions": [
                [
                    "5D6E"
                ]
            ]
        },
        {
            "codepoint": "2F87F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F87F",
            "decompositions": [
                [
                    "5D6B"
                ]
            ]
        },
        {
            "codepoint": "2F880",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F880",
            "decompositions": [
                [
                    "5D7C"
                ]
            ]
        },
        {
            "codepoint": "2F881",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F881",
            "decompositions": [
                [
                    "5DE1"
                ]
            ]
        },
        {
            "codepoint": "2F882",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F882",
            "decompositions": [
                [
                    "5DE2"
                ]
            ]
        },
        {
            "codepoint": "2F883",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F883",
            "decompositions": [
                [
                    "382F"
                ]
            ]
        },
        {
            "codepoint": "2F884",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F884",
            "decompositions": [
                [
                    "5DFD"
                ]
            ]
        },
        {
            "codepoint": "2F885",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F885",
            "decompositions": [
                [
                    "5E28"
                ]
            ]
        },
        {
            "codepoint": "2F886",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F886",
            "decompositions": [
                [
                    "5E3D"
                ]
            ]
        },
        {
            "codepoint": "2F887",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F887",
            "decompositions": [
                [
                    "5E69"
                ]
            ]
        },
        {
            "codepoint": "2F888",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F888",
            "decompositions": [
                [
                    "3862"
                ]
            ]
        },
        {
            "codepoint": "2F889",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F889",
            "decompositions": [
                [
                    "22183"
                ]
            ]
        },
        {
            "codepoint": "2F88A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88A",
            "decompositions": [
                [
                    "387C"
                ]
            ]
        },
        {
            "codepoint": "2F88B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88B",
            "decompositions": [
                [
                    "5EB0"
                ]
            ]
        },
        {
            "codepoint": "2F88C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88C",
            "decompositions": [
                [
                    "5EB3"
                ]
            ]
        },
        {
            "codepoint": "2F88D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88D",
            "decompositions": [
                [
                    "5EB6"
                ]
            ]
        },
        {
            "codepoint": "2F88E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88E",
            "decompositions": [
                [
                    "5ECA"
                ]
            ]
        },
        {
            "codepoint": "2F88F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F88F",
            "decompositions": [
                [
                    "2A392"
                ]
            ]
        },
        {
            "codepoint": "2F890",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F890",
            "decompositions": [
                [
                    "5EFE"
                ]
            ]
        },
        {
            "codepoint": "2F891",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F891",
            "decompositions": [
                [
                    "22331"
                ]
            ]
        },
        {
            "codepoint": "2F892",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F892",
            "decompositions": [
                [
                    "22331"
                ]
            ]
        },
        {
            "codepoint": "2F893",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F893",
            "decompositions": [
                [
                    "8201"
                ]
            ]
        },
        {
            "codepoint": "2F894",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F894",
            "decompositions": [
                [
                    "5F22"
                ]
            ]
        },
        {
            "codepoint": "2F895",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F895",
            "decompositions": [
                [
                    "5F22"
                ]
            ]
        },
        {
            "codepoint": "2F896",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F896",
            "decompositions": [
                [
                    "38C7"
                ]
            ]
        },
        {
            "codepoint": "2F897",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F897",
            "decompositions": [
                [
                    "232B8"
                ]
            ]
        },
        {
            "codepoint": "2F898",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F898",
            "decompositions": [
                [
                    "261DA"
                ]
            ]
        },
        {
            "codepoint": "2F899",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F899",
            "decompositions": [
                [
                    "5F62"
                ]
            ]
        },
        {
            "codepoint": "2F89A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89A",
            "decompositions": [
                [
                    "5F6B"
                ]
            ]
        },
        {
            "codepoint": "2F89B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89B",
            "decompositions": [
                [
                    "38E3"
                ]
            ]
        },
        {
            "codepoint": "2F89C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89C",
            "crossReferences": [
                "22505"
            ],
            "decompositions": [
                [
                    "5F9A"
                ]
            ]
        },
        {
            "codepoint": "2F89D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89D",
            "decompositions": [
                [
                    "5FCD"
                ]
            ]
        },
        {
            "codepoint": "2F89E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89E",
            "decompositions": [
                [
                    "5FD7"
                ]
            ]
        },
        {
            "codepoint": "2F89F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F89F",
            "decompositions": [
                [
                    "5FF9"
                ]
            ]
        },
        {
            "codepoint": "2F8A0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A0",
            "decompositions": [
                [
                    "6081"
                ]
            ]
        },
        {
            "codepoint": "2F8A1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A1",
            "decompositions": [
                [
                    "393A"
                ]
            ]
        },
        {
            "codepoint": "2F8A2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A2",
            "decompositions": [
                [
                    "391C"
                ]
            ]
        },
        {
            "codepoint": "2F8A3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A3",
            "decompositions": [
                [
                    "6094"
                ]
            ]
        },
        {
            "codepoint": "2F8A4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A4",
            "decompositions": [
                [
                    "226D4"
                ]
            ]
        },
        {
            "codepoint": "2F8A5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A5",
            "decompositions": [
                [
                    "60C7"
                ]
            ]
        },
        {
            "codepoint": "2F8A6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A6",
            "decompositions": [
                [
                    "6148"
                ]
            ]
        },
        {
            "codepoint": "2F8A7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A7",
            "decompositions": [
                [
                    "614C"
                ]
            ]
        },
        {
            "codepoint": "2F8A8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A8",
            "decompositions": [
                [
                    "614E"
                ]
            ]
        },
        {
            "codepoint": "2F8A9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8A9",
            "decompositions": [
                [
                    "614C"
                ]
            ]
        },
        {
            "codepoint": "2F8AA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AA",
            "decompositions": [
                [
                    "617A"
                ]
            ]
        },
        {
            "codepoint": "2F8AB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AB",
            "decompositions": [
                [
                    "618E"
                ]
            ]
        },
        {
            "codepoint": "2F8AC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AC",
            "decompositions": [
                [
                    "61B2"
                ]
            ]
        },
        {
            "codepoint": "2F8AD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AD",
            "decompositions": [
                [
                    "61A4"
                ]
            ]
        },
        {
            "codepoint": "2F8AE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AE",
            "decompositions": [
                [
                    "61AF"
                ]
            ]
        },
        {
            "codepoint": "2F8AF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8AF",
            "decompositions": [
                [
                    "61DE"
                ]
            ]
        },
        {
            "codepoint": "2F8B0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B0",
            "decompositions": [
                [
                    "61F2"
                ]
            ]
        },
        {
            "codepoint": "2F8B1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B1",
            "decompositions": [
                [
                    "61F6"
                ]
            ]
        },
        {
            "codepoint": "2F8B2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B2",
            "decompositions": [
                [
                    "6210"
                ]
            ]
        },
        {
            "codepoint": "2F8B3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B3",
            "decompositions": [
                [
                    "621B"
                ]
            ]
        },
        {
            "codepoint": "2F8B4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B4",
            "decompositions": [
                [
                    "625D"
                ]
            ]
        },
        {
            "codepoint": "2F8B5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B5",
            "decompositions": [
                [
                    "62B1"
                ]
            ]
        },
        {
            "codepoint": "2F8B6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B6",
            "decompositions": [
                [
                    "62D4"
                ]
            ]
        },
        {
            "codepoint": "2F8B7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B7",
            "decompositions": [
                [
                    "6350"
                ]
            ]
        },
        {
            "codepoint": "2F8B8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B8",
            "decompositions": [
                [
                    "22B0C"
                ]
            ]
        },
        {
            "codepoint": "2F8B9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8B9",
            "decompositions": [
                [
                    "633D"
                ]
            ]
        },
        {
            "codepoint": "2F8BA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BA",
            "decompositions": [
                [
                    "62FC"
                ]
            ]
        },
        {
            "codepoint": "2F8BB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BB",
            "decompositions": [
                [
                    "6368"
                ]
            ]
        },
        {
            "codepoint": "2F8BC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BC",
            "decompositions": [
                [
                    "6383"
                ]
            ]
        },
        {
            "codepoint": "2F8BD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BD",
            "decompositions": [
                [
                    "63E4"
                ]
            ]
        },
        {
            "codepoint": "2F8BE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BE",
            "decompositions": [
                [
                    "22BF1"
                ]
            ]
        },
        {
            "codepoint": "2F8BF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8BF",
            "decompositions": [
                [
                    "6422"
                ]
            ]
        },
        {
            "codepoint": "2F8C0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C0",
            "decompositions": [
                [
                    "63C5"
                ]
            ]
        },
        {
            "codepoint": "2F8C1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C1",
            "decompositions": [
                [
                    "63A9"
                ]
            ]
        },
        {
            "codepoint": "2F8C2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C2",
            "decompositions": [
                [
                    "3A2E"
                ]
            ]
        },
        {
            "codepoint": "2F8C3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C3",
            "decompositions": [
                [
                    "6469"
                ]
            ]
        },
        {
            "codepoint": "2F8C4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C4",
            "decompositions": [
                [
                    "647E"
                ]
            ]
        },
        {
            "codepoint": "2F8C5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C5",
            "decompositions": [
                [
                    "649D"
                ]
            ]
        },
        {
            "codepoint": "2F8C6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C6",
            "decompositions": [
                [
                    "6477"
                ]
            ]
        },
        {
            "codepoint": "2F8C7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C7",
            "decompositions": [
                [
                    "3A6C"
                ]
            ]
        },
        {
            "codepoint": "2F8C8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C8",
            "decompositions": [
                [
                    "654F"
                ]
            ]
        },
        {
            "codepoint": "2F8C9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8C9",
            "decompositions": [
                [
                    "656C"
                ]
            ]
        },
        {
            "codepoint": "2F8CA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CA",
            "decompositions": [
                [
                    "2300A"
                ]
            ]
        },
        {
            "codepoint": "2F8CB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CB",
            "decompositions": [
                [
                    "65E3"
                ]
            ]
        },
        {
            "codepoint": "2F8CC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CC",
            "decompositions": [
                [
                    "66F8"
                ]
            ]
        },
        {
            "codepoint": "2F8CD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CD",
            "decompositions": [
                [
                    "6649"
                ]
            ]
        },
        {
            "codepoint": "2F8CE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CE",
            "decompositions": [
                [
                    "3B19"
                ]
            ]
        },
        {
            "codepoint": "2F8CF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8CF",
            "decompositions": [
                [
                    "6691"
                ]
            ]
        },
        {
            "codepoint": "2F8D0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D0",
            "decompositions": [
                [
                    "3B08"
                ]
            ]
        },
        {
            "codepoint": "2F8D1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D1",
            "decompositions": [
                [
                    "3AE4"
                ]
            ]
        },
        {
            "codepoint": "2F8D2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D2",
            "decompositions": [
                [
                    "5192"
                ]
            ]
        },
        {
            "codepoint": "2F8D3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D3",
            "decompositions": [
                [
                    "5195"
                ]
            ]
        },
        {
            "codepoint": "2F8D4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D4",
            "decompositions": [
                [
                    "6700"
                ]
            ]
        },
        {
            "codepoint": "2F8D5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D5",
            "decompositions": [
                [
                    "669C"
                ]
            ]
        },
        {
            "codepoint": "2F8D6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D6",
            "decompositions": [
                [
                    "80AD"
                ]
            ]
        },
        {
            "codepoint": "2F8D7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D7",
            "decompositions": [
                [
                    "43D9"
                ]
            ]
        },
        {
            "codepoint": "2F8D8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D8",
            "decompositions": [
                [
                    "6717"
                ]
            ]
        },
        {
            "codepoint": "2F8D9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8D9",
            "decompositions": [
                [
                    "671B"
                ]
            ]
        },
        {
            "codepoint": "2F8DA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DA",
            "decompositions": [
                [
                    "6721"
                ]
            ]
        },
        {
            "codepoint": "2F8DB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DB",
            "decompositions": [
                [
                    "675E"
                ]
            ]
        },
        {
            "codepoint": "2F8DC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DC",
            "decompositions": [
                [
                    "6753"
                ]
            ]
        },
        {
            "codepoint": "2F8DD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DD",
            "decompositions": [
                [
                    "233C3"
                ]
            ]
        },
        {
            "codepoint": "2F8DE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DE",
            "decompositions": [
                [
                    "3B49"
                ]
            ]
        },
        {
            "codepoint": "2F8DF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8DF",
            "decompositions": [
                [
                    "67FA"
                ]
            ]
        },
        {
            "codepoint": "2F8E0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E0",
            "decompositions": [
                [
                    "6785"
                ]
            ]
        },
        {
            "codepoint": "2F8E1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E1",
            "decompositions": [
                [
                    "6852"
                ]
            ]
        },
        {
            "codepoint": "2F8E2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E2",
            "decompositions": [
                [
                    "6885"
                ]
            ]
        },
        {
            "codepoint": "2F8E3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E3",
            "decompositions": [
                [
                    "2346D"
                ]
            ]
        },
        {
            "codepoint": "2F8E4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E4",
            "decompositions": [
                [
                    "688E"
                ]
            ]
        },
        {
            "codepoint": "2F8E5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E5",
            "decompositions": [
                [
                    "681F"
                ]
            ]
        },
        {
            "codepoint": "2F8E6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E6",
            "decompositions": [
                [
                    "6914"
                ]
            ]
        },
        {
            "codepoint": "2F8E7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E7",
            "decompositions": [
                [
                    "3B9D"
                ]
            ]
        },
        {
            "codepoint": "2F8E8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E8",
            "decompositions": [
                [
                    "6942"
                ]
            ]
        },
        {
            "codepoint": "2F8E9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8E9",
            "decompositions": [
                [
                    "69A3"
                ]
            ]
        },
        {
            "codepoint": "2F8EA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8EA",
            "decompositions": [
                [
                    "69EA"
                ]
            ]
        },
        {
            "codepoint": "2F8EB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8EB",
            "decompositions": [
                [
                    "6AA8"
                ]
            ]
        },
        {
            "codepoint": "2F8EC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8EC",
            "decompositions": [
                [
                    "236A3"
                ]
            ]
        },
        {
            "codepoint": "2F8ED",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8ED",
            "decompositions": [
                [
                    "6ADB"
                ]
            ]
        },
        {
            "codepoint": "2F8EE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8EE",
            "decompositions": [
                [
                    "3C18"
                ]
            ]
        },
        {
            "codepoint": "2F8EF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8EF",
            "decompositions": [
                [
                    "6B21"
                ]
            ]
        },
        {
            "codepoint": "2F8F0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F0",
            "crossReferences": [
                "4DBE"
            ],
            "decompositions": [
                [
                    "238A7"
                ]
            ]
        },
        {
            "codepoint": "2F8F1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F1",
            "decompositions": [
                [
                    "6B54"
                ]
            ]
        },
        {
            "codepoint": "2F8F2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F2",
            "decompositions": [
                [
                    "3C4E"
                ]
            ]
        },
        {
            "codepoint": "2F8F3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F3",
            "decompositions": [
                [
                    "6B72"
                ]
            ]
        },
        {
            "codepoint": "2F8F4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F4",
            "decompositions": [
                [
                    "6B9F"
                ]
            ]
        },
        {
            "codepoint": "2F8F5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F5",
            "decompositions": [
                [
                    "6BBA"
                ]
            ]
        },
        {
            "codepoint": "2F8F6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F6",
            "decompositions": [
                [
                    "6BBB"
                ]
            ]
        },
        {
            "codepoint": "2F8F7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F7",
            "decompositions": [
                [
                    "23A8D"
                ]
            ]
        },
        {
            "codepoint": "2F8F8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F8",
            "decompositions": [
                [
                    "21D0B"
                ]
            ]
        },
        {
            "codepoint": "2F8F9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8F9",
            "decompositions": [
                [
                    "23AFA"
                ]
            ]
        },
        {
            "codepoint": "2F8FA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FA",
            "decompositions": [
                [
                    "6C4E"
                ]
            ]
        },
        {
            "codepoint": "2F8FB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FB",
            "decompositions": [
                [
                    "23CBC"
                ]
            ]
        },
        {
            "codepoint": "2F8FC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FC",
            "decompositions": [
                [
                    "6CBF"
                ]
            ]
        },
        {
            "codepoint": "2F8FD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FD",
            "crossReferences": [
                "2DC09"
            ],
            "decompositions": [
                [
                    "6CCD"
                ]
            ]
        },
        {
            "codepoint": "2F8FE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FE",
            "decompositions": [
                [
                    "6C67"
                ]
            ]
        },
        {
            "codepoint": "2F8FF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F8FF",
            "decompositions": [
                [
                    "6D16"
                ]
            ]
        },
        {
            "codepoint": "2F900",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F900",
            "decompositions": [
                [
                    "6D3E"
                ]
            ]
        },
        {
            "codepoint": "2F901",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F901",
            "decompositions": [
                [
                    "6D77"
                ]
            ]
        },
        {
            "codepoint": "2F902",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F902",
            "decompositions": [
                [
                    "6D41"
                ]
            ]
        },
        {
            "codepoint": "2F903",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F903",
            "decompositions": [
                [
                    "6D69"
                ]
            ]
        },
        {
            "codepoint": "2F904",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F904",
            "decompositions": [
                [
                    "6D78"
                ]
            ]
        },
        {
            "codepoint": "2F905",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F905",
            "crossReferences": [
                "23D40"
            ],
            "decompositions": [
                [
                    "6D85"
                ]
            ]
        },
        {
            "codepoint": "2F906",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F906",
            "decompositions": [
                [
                    "23D1E"
                ]
            ]
        },
        {
            "codepoint": "2F907",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F907",
            "decompositions": [
                [
                    "6D34"
                ]
            ]
        },
        {
            "codepoint": "2F908",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F908",
            "decompositions": [
                [
                    "6E2F"
                ]
            ]
        },
        {
            "codepoint": "2F909",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F909",
            "decompositions": [
                [
                    "6E6E"
                ]
            ]
        },
        {
            "codepoint": "2F90A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90A",
            "decompositions": [
                [
                    "3D33"
                ]
            ]
        },
        {
            "codepoint": "2F90B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90B",
            "decompositions": [
                [
                    "6ECB"
                ]
            ]
        },
        {
            "codepoint": "2F90C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90C",
            "decompositions": [
                [
                    "6EC7"
                ]
            ]
        },
        {
            "codepoint": "2F90D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90D",
            "decompositions": [
                [
                    "23ED1"
                ]
            ]
        },
        {
            "codepoint": "2F90E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90E",
            "crossReferences": [
                "23F1C"
            ],
            "decompositions": [
                [
                    "6DF9"
                ]
            ]
        },
        {
            "codepoint": "2F90F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F90F",
            "decompositions": [
                [
                    "6F6E"
                ]
            ]
        },
        {
            "codepoint": "2F910",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F910",
            "decompositions": [
                [
                    "23F5E"
                ]
            ]
        },
        {
            "codepoint": "2F911",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F911",
            "decompositions": [
                [
                    "23F8E"
                ]
            ]
        },
        {
            "codepoint": "2F912",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F912",
            "decompositions": [
                [
                    "6FC6"
                ]
            ]
        },
        {
            "codepoint": "2F913",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F913",
            "decompositions": [
                [
                    "7039"
                ]
            ]
        },
        {
            "codepoint": "2F914",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F914",
            "decompositions": [
                [
                    "701E"
                ]
            ]
        },
        {
            "codepoint": "2F915",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F915",
            "decompositions": [
                [
                    "701B"
                ]
            ]
        },
        {
            "codepoint": "2F916",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F916",
            "decompositions": [
                [
                    "3D96"
                ]
            ]
        },
        {
            "codepoint": "2F917",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F917",
            "decompositions": [
                [
                    "704A"
                ]
            ]
        },
        {
            "codepoint": "2F918",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F918",
            "decompositions": [
                [
                    "707D"
                ]
            ]
        },
        {
            "codepoint": "2F919",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F919",
            "decompositions": [
                [
                    "7077"
                ]
            ]
        },
        {
            "codepoint": "2F91A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91A",
            "decompositions": [
                [
                    "70AD"
                ]
            ]
        },
        {
            "codepoint": "2F91B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91B",
            "decompositions": [
                [
                    "20525"
                ]
            ]
        },
        {
            "codepoint": "2F91C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91C",
            "crossReferences": [
                "242B3"
            ],
            "decompositions": [
                [
                    "7145"
                ]
            ]
        },
        {
            "codepoint": "2F91D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91D",
            "decompositions": [
                [
                    "24263"
                ]
            ]
        },
        {
            "codepoint": "2F91E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91E",
            "decompositions": [
                [
                    "719C"
                ]
            ]
        },
        {
            "codepoint": "2F91F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F91F",
            "decompositions": [
                [
                    "243AB"
                ]
            ]
        },
        {
            "codepoint": "2F920",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F920",
            "decompositions": [
                [
                    "7228"
                ]
            ]
        },
        {
            "codepoint": "2F921",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F921",
            "decompositions": [
                [
                    "7235"
                ]
            ]
        },
        {
            "codepoint": "2F922",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F922",
            "decompositions": [
                [
                    "7250"
                ]
            ]
        },
        {
            "codepoint": "2F923",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F923",
            "decompositions": [
                [
                    "24608"
                ]
            ]
        },
        {
            "codepoint": "2F924",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F924",
            "decompositions": [
                [
                    "7280"
                ]
            ]
        },
        {
            "codepoint": "2F925",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F925",
            "decompositions": [
                [
                    "7295"
                ]
            ]
        },
        {
            "codepoint": "2F926",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F926",
            "decompositions": [
                [
                    "24735"
                ]
            ]
        },
        {
            "codepoint": "2F927",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F927",
            "crossReferences": [
                "2AEC5"
            ],
            "decompositions": [
                [
                    "24814"
                ]
            ]
        },
        {
            "codepoint": "2F928",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F928",
            "decompositions": [
                [
                    "737A"
                ]
            ]
        },
        {
            "codepoint": "2F929",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F929",
            "decompositions": [
                [
                    "738B"
                ]
            ]
        },
        {
            "codepoint": "2F92A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92A",
            "decompositions": [
                [
                    "3EAC"
                ]
            ]
        },
        {
            "codepoint": "2F92B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92B",
            "decompositions": [
                [
                    "73A5"
                ]
            ]
        },
        {
            "codepoint": "2F92C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92C",
            "decompositions": [
                [
                    "3EB8"
                ]
            ]
        },
        {
            "codepoint": "2F92D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92D",
            "decompositions": [
                [
                    "3EB8"
                ]
            ]
        },
        {
            "codepoint": "2F92E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92E",
            "decompositions": [
                [
                    "7447"
                ]
            ]
        },
        {
            "codepoint": "2F92F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F92F",
            "decompositions": [
                [
                    "745C"
                ]
            ]
        },
        {
            "codepoint": "2F930",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F930",
            "decompositions": [
                [
                    "7471"
                ]
            ]
        },
        {
            "codepoint": "2F931",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F931",
            "decompositions": [
                [
                    "7485"
                ]
            ]
        },
        {
            "codepoint": "2F932",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F932",
            "decompositions": [
                [
                    "74CA"
                ]
            ]
        },
        {
            "codepoint": "2F933",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F933",
            "decompositions": [
                [
                    "3F1B"
                ]
            ]
        },
        {
            "codepoint": "2F934",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F934",
            "decompositions": [
                [
                    "7524"
                ]
            ]
        },
        {
            "codepoint": "2F935",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F935",
            "decompositions": [
                [
                    "24C36"
                ]
            ]
        },
        {
            "codepoint": "2F936",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F936",
            "decompositions": [
                [
                    "753E"
                ]
            ]
        },
        {
            "codepoint": "2F937",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F937",
            "decompositions": [
                [
                    "24C92"
                ]
            ]
        },
        {
            "codepoint": "2F938",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F938",
            "decompositions": [
                [
                    "7570"
                ]
            ]
        },
        {
            "codepoint": "2F939",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F939",
            "decompositions": [
                [
                    "2219F"
                ]
            ]
        },
        {
            "codepoint": "2F93A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93A",
            "decompositions": [
                [
                    "7610"
                ]
            ]
        },
        {
            "codepoint": "2F93B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93B",
            "decompositions": [
                [
                    "24FA1"
                ]
            ]
        },
        {
            "codepoint": "2F93C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93C",
            "decompositions": [
                [
                    "24FB8"
                ]
            ]
        },
        {
            "codepoint": "2F93D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93D",
            "decompositions": [
                [
                    "25044"
                ]
            ]
        },
        {
            "codepoint": "2F93E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93E",
            "decompositions": [
                [
                    "3FFC"
                ]
            ]
        },
        {
            "codepoint": "2F93F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F93F",
            "decompositions": [
                [
                    "4008"
                ]
            ]
        },
        {
            "codepoint": "2F940",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F940",
            "decompositions": [
                [
                    "76F4"
                ]
            ]
        },
        {
            "codepoint": "2F941",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F941",
            "decompositions": [
                [
                    "250F3"
                ]
            ]
        },
        {
            "codepoint": "2F942",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F942",
            "decompositions": [
                [
                    "250F2"
                ]
            ]
        },
        {
            "codepoint": "2F943",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F943",
            "crossReferences": [
                "2511A"
            ],
            "decompositions": [
                [
                    "25119"
                ]
            ]
        },
        {
            "codepoint": "2F944",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F944",
            "decompositions": [
                [
                    "25133"
                ]
            ]
        },
        {
            "codepoint": "2F945",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F945",
            "decompositions": [
                [
                    "771E"
                ]
            ]
        },
        {
            "codepoint": "2F946",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F946",
            "decompositions": [
                [
                    "771F"
                ]
            ]
        },
        {
            "codepoint": "2F947",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F947",
            "decompositions": [
                [
                    "771F"
                ]
            ]
        },
        {
            "codepoint": "2F948",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F948",
            "decompositions": [
                [
                    "774A"
                ]
            ]
        },
        {
            "codepoint": "2F949",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F949",
            "decompositions": [
                [
                    "4039"
                ]
            ]
        },
        {
            "codepoint": "2F94A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94A",
            "decompositions": [
                [
                    "778B"
                ]
            ]
        },
        {
            "codepoint": "2F94B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94B",
            "crossReferences": [
                "25271"
            ],
            "decompositions": [
                [
                    "4046"
                ]
            ]
        },
        {
            "codepoint": "2F94C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94C",
            "decompositions": [
                [
                    "4096"
                ]
            ]
        },
        {
            "codepoint": "2F94D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94D",
            "decompositions": [
                [
                    "2541D"
                ]
            ]
        },
        {
            "codepoint": "2F94E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94E",
            "decompositions": [
                [
                    "784E"
                ]
            ]
        },
        {
            "codepoint": "2F94F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F94F",
            "decompositions": [
                [
                    "788C"
                ]
            ]
        },
        {
            "codepoint": "2F950",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F950",
            "decompositions": [
                [
                    "78CC"
                ]
            ]
        },
        {
            "codepoint": "2F951",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F951",
            "decompositions": [
                [
                    "40E3"
                ]
            ]
        },
        {
            "codepoint": "2F952",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F952",
            "decompositions": [
                [
                    "25626"
                ]
            ]
        },
        {
            "codepoint": "2F953",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F953",
            "decompositions": [
                [
                    "7956"
                ]
            ]
        },
        {
            "codepoint": "2F954",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F954",
            "decompositions": [
                [
                    "2569A"
                ]
            ]
        },
        {
            "codepoint": "2F955",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F955",
            "decompositions": [
                [
                    "256C5"
                ]
            ]
        },
        {
            "codepoint": "2F956",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F956",
            "decompositions": [
                [
                    "798F"
                ]
            ]
        },
        {
            "codepoint": "2F957",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F957",
            "decompositions": [
                [
                    "79EB"
                ]
            ]
        },
        {
            "codepoint": "2F958",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F958",
            "decompositions": [
                [
                    "412F"
                ]
            ]
        },
        {
            "codepoint": "2F959",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F959",
            "decompositions": [
                [
                    "7A40"
                ]
            ]
        },
        {
            "codepoint": "2F95A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95A",
            "decompositions": [
                [
                    "7A4A"
                ]
            ]
        },
        {
            "codepoint": "2F95B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95B",
            "decompositions": [
                [
                    "7A4F"
                ]
            ]
        },
        {
            "codepoint": "2F95C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95C",
            "decompositions": [
                [
                    "2597C"
                ]
            ]
        },
        {
            "codepoint": "2F95D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95D",
            "decompositions": [
                [
                    "25AA7"
                ]
            ]
        },
        {
            "codepoint": "2F95E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95E",
            "decompositions": [
                [
                    "25AA7"
                ]
            ]
        },
        {
            "codepoint": "2F95F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F95F",
            "decompositions": [
                [
                    "7AEE"
                ]
            ]
        },
        {
            "codepoint": "2F960",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F960",
            "decompositions": [
                [
                    "4202"
                ]
            ]
        },
        {
            "codepoint": "2F961",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F961",
            "decompositions": [
                [
                    "25BAB"
                ]
            ]
        },
        {
            "codepoint": "2F962",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F962",
            "decompositions": [
                [
                    "7BC6"
                ]
            ]
        },
        {
            "codepoint": "2F963",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F963",
            "decompositions": [
                [
                    "7BC9"
                ]
            ]
        },
        {
            "codepoint": "2F964",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F964",
            "decompositions": [
                [
                    "4227"
                ]
            ]
        },
        {
            "codepoint": "2F965",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F965",
            "decompositions": [
                [
                    "25C80"
                ]
            ]
        },
        {
            "codepoint": "2F966",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F966",
            "decompositions": [
                [
                    "7CD2"
                ]
            ]
        },
        {
            "codepoint": "2F967",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F967",
            "decompositions": [
                [
                    "42A0"
                ]
            ]
        },
        {
            "codepoint": "2F968",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F968",
            "decompositions": [
                [
                    "7CE8"
                ]
            ]
        },
        {
            "codepoint": "2F969",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F969",
            "decompositions": [
                [
                    "7CE3"
                ]
            ]
        },
        {
            "codepoint": "2F96A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96A",
            "decompositions": [
                [
                    "7D00"
                ]
            ]
        },
        {
            "codepoint": "2F96B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96B",
            "decompositions": [
                [
                    "25F86"
                ]
            ]
        },
        {
            "codepoint": "2F96C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96C",
            "decompositions": [
                [
                    "7D63"
                ]
            ]
        },
        {
            "codepoint": "2F96D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96D",
            "decompositions": [
                [
                    "4301"
                ]
            ]
        },
        {
            "codepoint": "2F96E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96E",
            "decompositions": [
                [
                    "7DC7"
                ]
            ]
        },
        {
            "codepoint": "2F96F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F96F",
            "decompositions": [
                [
                    "7E02"
                ]
            ]
        },
        {
            "codepoint": "2F970",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F970",
            "decompositions": [
                [
                    "7E45"
                ]
            ]
        },
        {
            "codepoint": "2F971",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F971",
            "decompositions": [
                [
                    "4334"
                ]
            ]
        },
        {
            "codepoint": "2F972",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F972",
            "decompositions": [
                [
                    "26228"
                ]
            ]
        },
        {
            "codepoint": "2F973",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F973",
            "decompositions": [
                [
                    "26247"
                ]
            ]
        },
        {
            "codepoint": "2F974",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F974",
            "decompositions": [
                [
                    "4359"
                ]
            ]
        },
        {
            "codepoint": "2F975",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F975",
            "decompositions": [
                [
                    "262D9"
                ]
            ]
        },
        {
            "codepoint": "2F976",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F976",
            "decompositions": [
                [
                    "7F7A"
                ]
            ]
        },
        {
            "codepoint": "2F977",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F977",
            "decompositions": [
                [
                    "2633E"
                ]
            ]
        },
        {
            "codepoint": "2F978",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F978",
            "decompositions": [
                [
                    "7F95"
                ]
            ]
        },
        {
            "codepoint": "2F979",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F979",
            "decompositions": [
                [
                    "7FFA"
                ]
            ]
        },
        {
            "codepoint": "2F97A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97A",
            "decompositions": [
                [
                    "8005"
                ]
            ]
        },
        {
            "codepoint": "2F97B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97B",
            "decompositions": [
                [
                    "264DA"
                ]
            ]
        },
        {
            "codepoint": "2F97C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97C",
            "decompositions": [
                [
                    "26523"
                ]
            ]
        },
        {
            "codepoint": "2F97D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97D",
            "decompositions": [
                [
                    "8060"
                ]
            ]
        },
        {
            "codepoint": "2F97E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97E",
            "decompositions": [
                [
                    "265A8"
                ]
            ]
        },
        {
            "codepoint": "2F97F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F97F",
            "decompositions": [
                [
                    "8070"
                ]
            ]
        },
        {
            "codepoint": "2F980",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F980",
            "decompositions": [
                [
                    "2335F"
                ]
            ]
        },
        {
            "codepoint": "2F981",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F981",
            "decompositions": [
                [
                    "43D5"
                ]
            ]
        },
        {
            "codepoint": "2F982",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F982",
            "decompositions": [
                [
                    "80B2"
                ]
            ]
        },
        {
            "codepoint": "2F983",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F983",
            "decompositions": [
                [
                    "8103"
                ]
            ]
        },
        {
            "codepoint": "2F984",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F984",
            "decompositions": [
                [
                    "440B"
                ]
            ]
        },
        {
            "codepoint": "2F985",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F985",
            "decompositions": [
                [
                    "813E"
                ]
            ]
        },
        {
            "codepoint": "2F986",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F986",
            "decompositions": [
                [
                    "5AB5"
                ]
            ]
        },
        {
            "codepoint": "2F987",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F987",
            "decompositions": [
                [
                    "267A7"
                ]
            ]
        },
        {
            "codepoint": "2F988",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F988",
            "decompositions": [
                [
                    "267B5"
                ]
            ]
        },
        {
            "codepoint": "2F989",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F989",
            "decompositions": [
                [
                    "23393"
                ]
            ]
        },
        {
            "codepoint": "2F98A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98A",
            "decompositions": [
                [
                    "2339C"
                ]
            ]
        },
        {
            "codepoint": "2F98B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98B",
            "decompositions": [
                [
                    "8201"
                ]
            ]
        },
        {
            "codepoint": "2F98C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98C",
            "decompositions": [
                [
                    "8204"
                ]
            ]
        },
        {
            "codepoint": "2F98D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98D",
            "decompositions": [
                [
                    "8F9E"
                ]
            ]
        },
        {
            "codepoint": "2F98E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98E",
            "decompositions": [
                [
                    "446B"
                ]
            ]
        },
        {
            "codepoint": "2F98F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F98F",
            "decompositions": [
                [
                    "8291"
                ]
            ]
        },
        {
            "codepoint": "2F990",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F990",
            "decompositions": [
                [
                    "828B"
                ]
            ]
        },
        {
            "codepoint": "2F991",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F991",
            "decompositions": [
                [
                    "829D"
                ]
            ]
        },
        {
            "codepoint": "2F992",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F992",
            "decompositions": [
                [
                    "52B3"
                ]
            ]
        },
        {
            "codepoint": "2F993",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F993",
            "decompositions": [
                [
                    "82B1"
                ]
            ]
        },
        {
            "codepoint": "2F994",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F994",
            "decompositions": [
                [
                    "82B3"
                ]
            ]
        },
        {
            "codepoint": "2F995",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F995",
            "decompositions": [
                [
                    "82BD"
                ]
            ]
        },
        {
            "codepoint": "2F996",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F996",
            "decompositions": [
                [
                    "82E6"
                ]
            ]
        },
        {
            "codepoint": "2F997",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F997",
            "decompositions": [
                [
                    "26B3C"
                ]
            ]
        },
        {
            "codepoint": "2F998",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F998",
            "decompositions": [
                [
                    "82E5"
                ]
            ]
        },
        {
            "codepoint": "2F999",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F999",
            "decompositions": [
                [
                    "831D"
                ]
            ]
        },
        {
            "codepoint": "2F99A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99A",
            "decompositions": [
                [
                    "8363"
                ]
            ]
        },
        {
            "codepoint": "2F99B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99B",
            "decompositions": [
                [
                    "83AD"
                ]
            ]
        },
        {
            "codepoint": "2F99C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99C",
            "decompositions": [
                [
                    "8323"
                ]
            ]
        },
        {
            "codepoint": "2F99D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99D",
            "decompositions": [
                [
                    "83BD"
                ]
            ]
        },
        {
            "codepoint": "2F99E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99E",
            "decompositions": [
                [
                    "83E7"
                ]
            ]
        },
        {
            "codepoint": "2F99F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F99F",
            "decompositions": [
                [
                    "8457"
                ]
            ]
        },
        {
            "codepoint": "2F9A0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A0",
            "decompositions": [
                [
                    "8353"
                ]
            ]
        },
        {
            "codepoint": "2F9A1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A1",
            "decompositions": [
                [
                    "83CA"
                ]
            ]
        },
        {
            "codepoint": "2F9A2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A2",
            "decompositions": [
                [
                    "83CC"
                ]
            ]
        },
        {
            "codepoint": "2F9A3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A3",
            "decompositions": [
                [
                    "83DC"
                ]
            ]
        },
        {
            "codepoint": "2F9A4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A4",
            "decompositions": [
                [
                    "26C36"
                ]
            ]
        },
        {
            "codepoint": "2F9A5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A5",
            "decompositions": [
                [
                    "26D6B"
                ]
            ]
        },
        {
            "codepoint": "2F9A6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A6",
            "decompositions": [
                [
                    "26CD5"
                ]
            ]
        },
        {
            "codepoint": "2F9A7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A7",
            "decompositions": [
                [
                    "452B"
                ]
            ]
        },
        {
            "codepoint": "2F9A8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A8",
            "decompositions": [
                [
                    "84F1"
                ]
            ]
        },
        {
            "codepoint": "2F9A9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9A9",
            "decompositions": [
                [
                    "84F3"
                ]
            ]
        },
        {
            "codepoint": "2F9AA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AA",
            "decompositions": [
                [
                    "8516"
                ]
            ]
        },
        {
            "codepoint": "2F9AB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AB",
            "decompositions": [
                [
                    "273CA"
                ]
            ]
        },
        {
            "codepoint": "2F9AC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AC",
            "decompositions": [
                [
                    "8564"
                ]
            ]
        },
        {
            "codepoint": "2F9AD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AD",
            "decompositions": [
                [
                    "26F2C"
                ]
            ]
        },
        {
            "codepoint": "2F9AE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AE",
            "decompositions": [
                [
                    "455D"
                ]
            ]
        },
        {
            "codepoint": "2F9AF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9AF",
            "decompositions": [
                [
                    "4561"
                ]
            ]
        },
        {
            "codepoint": "2F9B0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B0",
            "decompositions": [
                [
                    "26FB1"
                ]
            ]
        },
        {
            "codepoint": "2F9B1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B1",
            "decompositions": [
                [
                    "270D2"
                ]
            ]
        },
        {
            "codepoint": "2F9B2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B2",
            "crossReferences": [
                "5914",
                "270CD",
                "270F0"
            ],
            "decompositions": [
                [
                    "456B"
                ]
            ]
        },
        {
            "codepoint": "2F9B3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B3",
            "decompositions": [
                [
                    "8650"
                ]
            ]
        },
        {
            "codepoint": "2F9B4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B4",
            "decompositions": [
                [
                    "865C"
                ]
            ]
        },
        {
            "codepoint": "2F9B5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B5",
            "decompositions": [
                [
                    "8667"
                ]
            ]
        },
        {
            "codepoint": "2F9B6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B6",
            "crossReferences": [
                "27205"
            ],
            "decompositions": [
                [
                    "8669"
                ]
            ]
        },
        {
            "codepoint": "2F9B7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B7",
            "decompositions": [
                [
                    "86A9"
                ]
            ]
        },
        {
            "codepoint": "2F9B8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B8",
            "decompositions": [
                [
                    "8688"
                ]
            ]
        },
        {
            "codepoint": "2F9B9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9B9",
            "decompositions": [
                [
                    "870E"
                ]
            ]
        },
        {
            "codepoint": "2F9BA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BA",
            "decompositions": [
                [
                    "86E2"
                ]
            ]
        },
        {
            "codepoint": "2F9BB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BB",
            "decompositions": [
                [
                    "8779"
                ]
            ]
        },
        {
            "codepoint": "2F9BC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BC",
            "decompositions": [
                [
                    "8728"
                ]
            ]
        },
        {
            "codepoint": "2F9BD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BD",
            "decompositions": [
                [
                    "876B"
                ]
            ]
        },
        {
            "codepoint": "2F9BE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BE",
            "decompositions": [
                [
                    "8786"
                ]
            ]
        },
        {
            "codepoint": "2F9BF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9BF",
            "decompositions": [
                [
                    "45D7"
                ]
            ]
        },
        {
            "codepoint": "2F9C0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C0",
            "decompositions": [
                [
                    "87E1"
                ]
            ]
        },
        {
            "codepoint": "2F9C1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C1",
            "decompositions": [
                [
                    "8801"
                ]
            ]
        },
        {
            "codepoint": "2F9C2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C2",
            "decompositions": [
                [
                    "45F9"
                ]
            ]
        },
        {
            "codepoint": "2F9C3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C3",
            "decompositions": [
                [
                    "8860"
                ]
            ]
        },
        {
            "codepoint": "2F9C4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C4",
            "decompositions": [
                [
                    "8863"
                ]
            ]
        },
        {
            "codepoint": "2F9C5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C5",
            "decompositions": [
                [
                    "27667"
                ]
            ]
        },
        {
            "codepoint": "2F9C6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C6",
            "decompositions": [
                [
                    "88D7"
                ]
            ]
        },
        {
            "codepoint": "2F9C7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C7",
            "decompositions": [
                [
                    "88DE"
                ]
            ]
        },
        {
            "codepoint": "2F9C8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C8",
            "decompositions": [
                [
                    "4635"
                ]
            ]
        },
        {
            "codepoint": "2F9C9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9C9",
            "decompositions": [
                [
                    "88FA"
                ]
            ]
        },
        {
            "codepoint": "2F9CA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CA",
            "decompositions": [
                [
                    "34BB"
                ]
            ]
        },
        {
            "codepoint": "2F9CB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CB",
            "crossReferences": [
                "4695"
            ],
            "decompositions": [
                [
                    "278AE"
                ]
            ]
        },
        {
            "codepoint": "2F9CC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CC",
            "decompositions": [
                [
                    "27966"
                ]
            ]
        },
        {
            "codepoint": "2F9CD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CD",
            "decompositions": [
                [
                    "46BE"
                ]
            ]
        },
        {
            "codepoint": "2F9CE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CE",
            "decompositions": [
                [
                    "46C7"
                ]
            ]
        },
        {
            "codepoint": "2F9CF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9CF",
            "decompositions": [
                [
                    "8AA0"
                ]
            ]
        },
        {
            "codepoint": "2F9D0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D0",
            "decompositions": [
                [
                    "8AED"
                ]
            ]
        },
        {
            "codepoint": "2F9D1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D1",
            "decompositions": [
                [
                    "8B8A"
                ]
            ]
        },
        {
            "codepoint": "2F9D2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D2",
            "decompositions": [
                [
                    "8C55"
                ]
            ]
        },
        {
            "codepoint": "2F9D3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D3",
            "decompositions": [
                [
                    "27CA8"
                ]
            ]
        },
        {
            "codepoint": "2F9D4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D4",
            "decompositions": [
                [
                    "8CAB"
                ]
            ]
        },
        {
            "codepoint": "2F9D5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D5",
            "decompositions": [
                [
                    "8CC1"
                ]
            ]
        },
        {
            "codepoint": "2F9D6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D6",
            "crossReferences": [
                "25AD4"
            ],
            "decompositions": [
                [
                    "8D1B"
                ]
            ]
        },
        {
            "codepoint": "2F9D7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D7",
            "decompositions": [
                [
                    "8D77"
                ]
            ]
        },
        {
            "codepoint": "2F9D8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D8",
            "decompositions": [
                [
                    "27F2F"
                ]
            ]
        },
        {
            "codepoint": "2F9D9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9D9",
            "decompositions": [
                [
                    "20804"
                ]
            ]
        },
        {
            "codepoint": "2F9DA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DA",
            "decompositions": [
                [
                    "8DCB"
                ]
            ]
        },
        {
            "codepoint": "2F9DB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DB",
            "decompositions": [
                [
                    "8DBC"
                ]
            ]
        },
        {
            "codepoint": "2F9DC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DC",
            "decompositions": [
                [
                    "8DF0"
                ]
            ]
        },
        {
            "codepoint": "2F9DD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DD",
            "decompositions": [
                [
                    "208DE"
                ]
            ]
        },
        {
            "codepoint": "2F9DE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DE",
            "decompositions": [
                [
                    "8ED4"
                ]
            ]
        },
        {
            "codepoint": "2F9DF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9DF",
            "decompositions": [
                [
                    "8F38"
                ]
            ]
        },
        {
            "codepoint": "2F9E0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E0",
            "decompositions": [
                [
                    "285D2"
                ]
            ]
        },
        {
            "codepoint": "2F9E1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E1",
            "decompositions": [
                [
                    "285ED"
                ]
            ]
        },
        {
            "codepoint": "2F9E2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E2",
            "decompositions": [
                [
                    "9094"
                ]
            ]
        },
        {
            "codepoint": "2F9E3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E3",
            "decompositions": [
                [
                    "90F1"
                ]
            ]
        },
        {
            "codepoint": "2F9E4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E4",
            "decompositions": [
                [
                    "9111"
                ]
            ]
        },
        {
            "codepoint": "2F9E5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E5",
            "decompositions": [
                [
                    "2872E"
                ]
            ]
        },
        {
            "codepoint": "2F9E6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E6",
            "decompositions": [
                [
                    "911B"
                ]
            ]
        },
        {
            "codepoint": "2F9E7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E7",
            "decompositions": [
                [
                    "9238"
                ]
            ]
        },
        {
            "codepoint": "2F9E8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E8",
            "decompositions": [
                [
                    "92D7"
                ]
            ]
        },
        {
            "codepoint": "2F9E9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9E9",
            "decompositions": [
                [
                    "92D8"
                ]
            ]
        },
        {
            "codepoint": "2F9EA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9EA",
            "decompositions": [
                [
                    "927C"
                ]
            ]
        },
        {
            "codepoint": "2F9EB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9EB",
            "decompositions": [
                [
                    "93F9"
                ]
            ]
        },
        {
            "codepoint": "2F9EC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9EC",
            "decompositions": [
                [
                    "9415"
                ]
            ]
        },
        {
            "codepoint": "2F9ED",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9ED",
            "decompositions": [
                [
                    "28BFA"
                ]
            ]
        },
        {
            "codepoint": "2F9EE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9EE",
            "decompositions": [
                [
                    "958B"
                ]
            ]
        },
        {
            "codepoint": "2F9EF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9EF",
            "decompositions": [
                [
                    "4995"
                ]
            ]
        },
        {
            "codepoint": "2F9F0",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F0",
            "decompositions": [
                [
                    "95B7"
                ]
            ]
        },
        {
            "codepoint": "2F9F1",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F1",
            "decompositions": [
                [
                    "28D77"
                ]
            ]
        },
        {
            "codepoint": "2F9F2",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F2",
            "decompositions": [
                [
                    "49E6"
                ]
            ]
        },
        {
            "codepoint": "2F9F3",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F3",
            "decompositions": [
                [
                    "96C3"
                ]
            ]
        },
        {
            "codepoint": "2F9F4",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F4",
            "decompositions": [
                [
                    "5DB2"
                ]
            ]
        },
        {
            "codepoint": "2F9F5",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F5",
            "decompositions": [
                [
                    "9723"
                ]
            ]
        },
        {
            "codepoint": "2F9F6",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F6",
            "decompositions": [
                [
                    "29145"
                ]
            ]
        },
        {
            "codepoint": "2F9F7",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F7",
            "decompositions": [
                [
                    "2921A"
                ]
            ]
        },
        {
            "codepoint": "2F9F8",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F8",
            "decompositions": [
                [
                    "4A6E"
                ]
            ]
        },
        {
            "codepoint": "2F9F9",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9F9",
            "decompositions": [
                [
                    "4A76"
                ]
            ]
        },
        {
            "codepoint": "2F9FA",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FA",
            "decompositions": [
                [
                    "97E0"
                ]
            ]
        },
        {
            "codepoint": "2F9FB",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FB",
            "decompositions": [
                [
                    "2940A"
                ]
            ]
        },
        {
            "codepoint": "2F9FC",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FC",
            "decompositions": [
                [
                    "4AB2"
                ]
            ]
        },
        {
            "codepoint": "2F9FD",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FD",
            "decompositions": [
                [
                    "29496"
                ]
            ]
        },
        {
            "codepoint": "2F9FE",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FE",
            "decompositions": [
                [
                    "980B"
                ]
            ]
        },
        {
            "codepoint": "2F9FF",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2F9FF",
            "decompositions": [
                [
                    "980B"
                ]
            ]
        },
        {
            "codepoint": "2FA00",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA00",
            "decompositions": [
                [
                    "9829"
                ]
            ]
        },
        {
            "codepoint": "2FA01",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA01",
            "decompositions": [
                [
                    "295B6"
                ]
            ]
        },
        {
            "codepoint": "2FA02",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA02",
            "decompositions": [
                [
                    "98E2"
                ]
            ]
        },
        {
            "codepoint": "2FA03",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA03",
            "decompositions": [
                [
                    "4B33"
                ]
            ]
        },
        {
            "codepoint": "2FA04",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA04",
            "decompositions": [
                [
                    "9929"
                ]
            ]
        },
        {
            "codepoint": "2FA05",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA05",
            "decompositions": [
                [
                    "99A7"
                ]
            ]
        },
        {
            "codepoint": "2FA06",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA06",
            "decompositions": [
                [
                    "99C2"
                ]
            ]
        },
        {
            "codepoint": "2FA07",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA07",
            "decompositions": [
                [
                    "99FE"
                ]
            ]
        },
        {
            "codepoint": "2FA08",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA08",
            "decompositions": [
                [
                    "4BCE"
                ]
            ]
        },
        {
            "codepoint": "2FA09",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA09",
            "decompositions": [
                [
                    "29B30"
                ]
            ]
        },
        {
            "codepoint": "2FA0A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0A",
            "decompositions": [
                [
                    "9B12"
                ]
            ]
        },
        {
            "codepoint": "2FA0B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0B",
            "decompositions": [
                [
                    "9C40"
                ]
            ]
        },
        {
            "codepoint": "2FA0C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0C",
            "decompositions": [
                [
                    "9CFD"
                ]
            ]
        },
        {
            "codepoint": "2FA0D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0D",
            "decompositions": [
                [
                    "4CCE"
                ]
            ]
        },
        {
            "codepoint": "2FA0E",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0E",
            "decompositions": [
                [
                    "4CED"
                ]
            ]
        },
        {
            "codepoint": "2FA0F",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA0F",
            "decompositions": [
                [
                    "9D67"
                ]
            ]
        },
        {
            "codepoint": "2FA10",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA10",
            "decompositions": [
                [
                    "2A0CE"
                ]
            ]
        },
        {
            "codepoint": "2FA11",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA11",
            "decompositions": [
                [
                    "4CF8"
                ]
            ]
        },
        {
            "codepoint": "2FA12",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA12",
            "decompositions": [
                [
                    "2A105"
                ]
            ]
        },
        {
            "codepoint": "2FA13",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA13",
            "decompositions": [
                [
                    "2A20E"
                ]
            ]
        },
        {
            "codepoint": "2FA14",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA14",
            "decompositions": [
                [
                    "2A291"
                ]
            ]
        },
        {
            "codepoint": "2FA15",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA15",
            "decompositions": [
                [
                    "9EBB"
                ]
            ]
        },
        {
            "codepoint": "2FA16",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA16",
            "decompositions": [
                [
                    "4D56"
                ]
            ]
        },
        {
            "codepoint": "2FA17",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA17",
            "decompositions": [
                [
                    "9EF9"
                ]
            ]
        },
        {
            "codepoint": "2FA18",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA18",
            "decompositions": [
                [
                    "9EFE"
                ]
            ]
        },
        {
            "codepoint": "2FA19",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA19",
            "decompositions": [
                [
                    "9F05"
                ]
            ]
        },
        {
            "codepoint": "2FA1A",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA1A",
            "decompositions": [
                [
                    "9F0F"
                ]
            ]
        },
        {
            "codepoint": "2FA1B",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA1B",
            "decompositions": [
                [
                    "9F16"
                ]
            ]
        },
        {
            "codepoint": "2FA1C",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA1C",
            "decompositions": [
                [
                    "9F3B"
                ]
            ]
        },
        {
            "codepoint": "2FA1D",
            "name": "CJK COMPATIBILITY IDEOGRAPH-2FA1D",
            "decompositions": [
                [
                    "2A600"
                ]
            ]
        },
        {
            "codepoint": "2FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "2FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "3FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "3FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "4FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "4FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "5FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "5FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "6FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "6FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "7FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "7FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "8FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "8FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "9FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "9FFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "AFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "AFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "BFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "BFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "CFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "CFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "DFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "DFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "E0001",
            "name": "LANGUAGE TAG",
            "comments": [
                "This character is deprecated, and its use is strongly discouraged."
            ]
        },
        {
            "codepoint": "E0020",
            "name": "TAG SPACE"
        },
        {
            "codepoint": "E0021",
            "name": "TAG EXCLAMATION MARK"
        },
        {
            "codepoint": "E0022",
            "name": "TAG QUOTATION MARK"
        },
        {
            "codepoint": "E0023",
            "name": "TAG NUMBER SIGN"
        },
        {
            "codepoint": "E0024",
            "name": "TAG DOLLAR SIGN"
        },
        {
            "codepoint": "E0025",
            "name": "TAG PERCENT SIGN"
        },
        {
            "codepoint": "E0026",
            "name": "TAG AMPERSAND"
        },
        {
            "codepoint": "E0027",
            "name": "TAG APOSTROPHE"
        },
        {
            "codepoint": "E0028",
            "name": "TAG LEFT PARENTHESIS"
        },
        {
            "codepoint": "E0029",
            "name": "TAG RIGHT PARENTHESIS"
        },
        {
            "codepoint": "E002A",
            "name": "TAG ASTERISK"
        },
        {
            "codepoint": "E002B",
            "name": "TAG PLUS SIGN"
        },
        {
            "codepoint": "E002C",
            "name": "TAG COMMA"
        },
        {
            "codepoint": "E002D",
            "name": "TAG HYPHEN-MINUS"
        },
        {
            "codepoint": "E002E",
            "name": "TAG FULL STOP"
        },
        {
            "codepoint": "E002F",
            "name": "TAG SOLIDUS"
        },
        {
            "codepoint": "E0030",
            "name": "TAG DIGIT ZERO"
        },
        {
            "codepoint": "E0031",
            "name": "TAG DIGIT ONE"
        },
        {
            "codepoint": "E0032",
            "name": "TAG DIGIT TWO"
        },
        {
            "codepoint": "E0033",
            "name": "TAG DIGIT THREE"
        },
        {
            "codepoint": "E0034",
            "name": "TAG DIGIT FOUR"
        },
        {
            "codepoint": "E0035",
            "name": "TAG DIGIT FIVE"
        },
        {
            "codepoint": "E0036",
            "name": "TAG DIGIT SIX"
        },
        {
            "codepoint": "E0037",
            "name": "TAG DIGIT SEVEN"
        },
        {
            "codepoint": "E0038",
            "name": "TAG DIGIT EIGHT"
        },
        {
            "codepoint": "E0039",
            "name": "TAG DIGIT NINE"
        },
        {
            "codepoint": "E003A",
            "name": "TAG COLON"
        },
        {
            "codepoint": "E003B",
            "name": "TAG SEMICOLON"
        },
        {
            "codepoint": "E003C",
            "name": "TAG LESS-THAN SIGN"
        },
        {
            "codepoint": "E003D",
            "name": "TAG EQUALS SIGN"
        },
        {
            "codepoint": "E003E",
            "name": "TAG GREATER-THAN SIGN"
        },
        {
            "codepoint": "E003F",
            "name": "TAG QUESTION MARK"
        },
        {
            "codepoint": "E0040",
            "name": "TAG COMMERCIAL AT"
        },
        {
            "codepoint": "E0041",
            "name": "TAG LATIN CAPITAL LETTER A"
        },
        {
            "codepoint": "E0042",
            "name": "TAG LATIN CAPITAL LETTER B"
        },
        {
            "codepoint": "E0043",
            "name": "TAG LATIN CAPITAL LETTER C"
        },
        {
            "codepoint": "E0044",
            "name": "TAG LATIN CAPITAL LETTER D"
        },
        {
            "codepoint": "E0045",
            "name": "TAG LATIN CAPITAL LETTER E"
        },
        {
            "codepoint": "E0046",
            "name": "TAG LATIN CAPITAL LETTER F"
        },
        {
            "codepoint": "E0047",
            "name": "TAG LATIN CAPITAL LETTER G"
        },
        {
            "codepoint": "E0048",
            "name": "TAG LATIN CAPITAL LETTER H"
        },
        {
            "codepoint": "E0049",
            "name": "TAG LATIN CAPITAL LETTER I"
        },
        {
            "codepoint": "E004A",
            "name": "TAG LATIN CAPITAL LETTER J"
        },
        {
            "codepoint": "E004B",
            "name": "TAG LATIN CAPITAL LETTER K"
        },
        {
            "codepoint": "E004C",
            "name": "TAG LATIN CAPITAL LETTER L"
        },
        {
            "codepoint": "E004D",
            "name": "TAG LATIN CAPITAL LETTER M"
        },
        {
            "codepoint": "E004E",
            "name": "TAG LATIN CAPITAL LETTER N"
        },
        {
            "codepoint": "E004F",
            "name": "TAG LATIN CAPITAL LETTER O"
        },
        {
            "codepoint": "E0050",
            "name": "TAG LATIN CAPITAL LETTER P"
        },
        {
            "codepoint": "E0051",
            "name": "TAG LATIN CAPITAL LETTER Q"
        },
        {
            "codepoint": "E0052",
            "name": "TAG LATIN CAPITAL LETTER R"
        },
        {
            "codepoint": "E0053",
            "name": "TAG LATIN CAPITAL LETTER S"
        },
        {
            "codepoint": "E0054",
            "name": "TAG LATIN CAPITAL LETTER T"
        },
        {
            "codepoint": "E0055",
            "name": "TAG LATIN CAPITAL LETTER U"
        },
        {
            "codepoint": "E0056",
            "name": "TAG LATIN CAPITAL LETTER V"
        },
        {
            "codepoint": "E0057",
            "name": "TAG LATIN CAPITAL LETTER W"
        },
        {
            "codepoint": "E0058",
            "name": "TAG LATIN CAPITAL LETTER X"
        },
        {
            "codepoint": "E0059",
            "name": "TAG LATIN CAPITAL LETTER Y"
        },
        {
            "codepoint": "E005A",
            "name": "TAG LATIN CAPITAL LETTER Z"
        },
        {
            "codepoint": "E005B",
            "name": "TAG LEFT SQUARE BRACKET"
        },
        {
            "codepoint": "E005C",
            "name": "TAG REVERSE SOLIDUS"
        },
        {
            "codepoint": "E005D",
            "name": "TAG RIGHT SQUARE BRACKET"
        },
        {
            "codepoint": "E005E",
            "name": "TAG CIRCUMFLEX ACCENT"
        },
        {
            "codepoint": "E005F",
            "name": "TAG LOW LINE"
        },
        {
            "codepoint": "E0060",
            "name": "TAG GRAVE ACCENT"
        },
        {
            "codepoint": "E0061",
            "name": "TAG LATIN SMALL LETTER A"
        },
        {
            "codepoint": "E0062",
            "name": "TAG LATIN SMALL LETTER B"
        },
        {
            "codepoint": "E0063",
            "name": "TAG LATIN SMALL LETTER C"
        },
        {
            "codepoint": "E0064",
            "name": "TAG LATIN SMALL LETTER D"
        },
        {
            "codepoint": "E0065",
            "name": "TAG LATIN SMALL LETTER E"
        },
        {
            "codepoint": "E0066",
            "name": "TAG LATIN SMALL LETTER F"
        },
        {
            "codepoint": "E0067",
            "name": "TAG LATIN SMALL LETTER G"
        },
        {
            "codepoint": "E0068",
            "name": "TAG LATIN SMALL LETTER H"
        },
        {
            "codepoint": "E0069",
            "name": "TAG LATIN SMALL LETTER I"
        },
        {
            "codepoint": "E006A",
            "name": "TAG LATIN SMALL LETTER J"
        },
        {
            "codepoint": "E006B",
            "name": "TAG LATIN SMALL LETTER K"
        },
        {
            "codepoint": "E006C",
            "name": "TAG LATIN SMALL LETTER L"
        },
        {
            "codepoint": "E006D",
            "name": "TAG LATIN SMALL LETTER M"
        },
        {
            "codepoint": "E006E",
            "name": "TAG LATIN SMALL LETTER N"
        },
        {
            "codepoint": "E006F",
            "name": "TAG LATIN SMALL LETTER O"
        },
        {
            "codepoint": "E0070",
            "name": "TAG LATIN SMALL LETTER P"
        },
        {
            "codepoint": "E0071",
            "name": "TAG LATIN SMALL LETTER Q"
        },
        {
            "codepoint": "E0072",
            "name": "TAG LATIN SMALL LETTER R"
        },
        {
            "codepoint": "E0073",
            "name": "TAG LATIN SMALL LETTER S"
        },
        {
            "codepoint": "E0074",
            "name": "TAG LATIN SMALL LETTER T"
        },
        {
            "codepoint": "E0075",
            "name": "TAG LATIN SMALL LETTER U"
        },
        {
            "codepoint": "E0076",
            "name": "TAG LATIN SMALL LETTER V"
        },
        {
            "codepoint": "E0077",
            "name": "TAG LATIN SMALL LETTER W"
        },
        {
            "codepoint": "E0078",
            "name": "TAG LATIN SMALL LETTER X"
        },
        {
            "codepoint": "E0079",
            "name": "TAG LATIN SMALL LETTER Y"
        },
        {
            "codepoint": "E007A",
            "name": "TAG LATIN SMALL LETTER Z"
        },
        {
            "codepoint": "E007B",
            "name": "TAG LEFT CURLY BRACKET"
        },
        {
            "codepoint": "E007C",
            "name": "TAG VERTICAL LINE"
        },
        {
            "codepoint": "E007D",
            "name": "TAG RIGHT CURLY BRACKET"
        },
        {
            "codepoint": "E007E",
            "name": "TAG TILDE"
        },
        {
            "codepoint": "E007F",
            "name": "CANCEL TAG"
        },
        {
            "codepoint": "E0100",
            "name": "VARIATION SELECTOR-17",
            "comments": [
                "these are abbreviated VS17, and so on"
            ]
        },
        {
            "codepoint": "E0101",
            "name": "VARIATION SELECTOR-18"
        },
        {
            "codepoint": "E0102",
            "name": "VARIATION SELECTOR-19"
        },
        {
            "codepoint": "E0103",
            "name": "VARIATION SELECTOR-20"
        },
        {
            "codepoint": "E0104",
            "name": "VARIATION SELECTOR-21"
        },
        {
            "codepoint": "E0105",
            "name": "VARIATION SELECTOR-22"
        },
        {
            "codepoint": "E0106",
            "name": "VARIATION SELECTOR-23"
        },
        {
            "codepoint": "E0107",
            "name": "VARIATION SELECTOR-24"
        },
        {
            "codepoint": "E0108",
            "name": "VARIATION SELECTOR-25"
        },
        {
            "codepoint": "E0109",
            "name": "VARIATION SELECTOR-26"
        },
        {
            "codepoint": "E010A",
            "name": "VARIATION SELECTOR-27"
        },
        {
            "codepoint": "E010B",
            "name": "VARIATION SELECTOR-28"
        },
        {
            "codepoint": "E010C",
            "name": "VARIATION SELECTOR-29"
        },
        {
            "codepoint": "E010D",
            "name": "VARIATION SELECTOR-30"
        },
        {
            "codepoint": "E010E",
            "name": "VARIATION SELECTOR-31"
        },
        {
            "codepoint": "E010F",
            "name": "VARIATION SELECTOR-32"
        },
        {
            "codepoint": "E0110",
            "name": "VARIATION SELECTOR-33"
        },
        {
            "codepoint": "E0111",
            "name": "VARIATION SELECTOR-34"
        },
        {
            "codepoint": "E0112",
            "name": "VARIATION SELECTOR-35"
        },
        {
            "codepoint": "E0113",
            "name": "VARIATION SELECTOR-36"
        },
        {
            "codepoint": "E0114",
            "name": "VARIATION SELECTOR-37"
        },
        {
            "codepoint": "E0115",
            "name": "VARIATION SELECTOR-38"
        },
        {
            "codepoint": "E0116",
            "name": "VARIATION SELECTOR-39"
        },
        {
            "codepoint": "E0117",
            "name": "VARIATION SELECTOR-40"
        },
        {
            "codepoint": "E0118",
            "name": "VARIATION SELECTOR-41"
        },
        {
            "codepoint": "E0119",
            "name": "VARIATION SELECTOR-42"
        },
        {
            "codepoint": "E011A",
            "name": "VARIATION SELECTOR-43"
        },
        {
            "codepoint": "E011B",
            "name": "VARIATION SELECTOR-44"
        },
        {
            "codepoint": "E011C",
            "name": "VARIATION SELECTOR-45"
        },
        {
            "codepoint": "E011D",
            "name": "VARIATION SELECTOR-46"
        },
        {
            "codepoint": "E011E",
            "name": "VARIATION SELECTOR-47"
        },
        {
            "codepoint": "E011F",
            "name": "VARIATION SELECTOR-48"
        },
        {
            "codepoint": "E0120",
            "name": "VARIATION SELECTOR-49"
        },
        {
            "codepoint": "E0121",
            "name": "VARIATION SELECTOR-50"
        },
        {
            "codepoint": "E0122",
            "name": "VARIATION SELECTOR-51"
        },
        {
            "codepoint": "E0123",
            "name": "VARIATION SELECTOR-52"
        },
        {
            "codepoint": "E0124",
            "name": "VARIATION SELECTOR-53"
        },
        {
            "codepoint": "E0125",
            "name": "VARIATION SELECTOR-54"
        },
        {
            "codepoint": "E0126",
            "name": "VARIATION SELECTOR-55"
        },
        {
            "codepoint": "E0127",
            "name": "VARIATION SELECTOR-56"
        },
        {
            "codepoint": "E0128",
            "name": "VARIATION SELECTOR-57"
        },
        {
            "codepoint": "E0129",
            "name": "VARIATION SELECTOR-58"
        },
        {
            "codepoint": "E012A",
            "name": "VARIATION SELECTOR-59"
        },
        {
            "codepoint": "E012B",
            "name": "VARIATION SELECTOR-60"
        },
        {
            "codepoint": "E012C",
            "name": "VARIATION SELECTOR-61"
        },
        {
            "codepoint": "E012D",
            "name": "VARIATION SELECTOR-62"
        },
        {
            "codepoint": "E012E",
            "name": "VARIATION SELECTOR-63"
        },
        {
            "codepoint": "E012F",
            "name": "VARIATION SELECTOR-64"
        },
        {
            "codepoint": "E0130",
            "name": "VARIATION SELECTOR-65"
        },
        {
            "codepoint": "E0131",
            "name": "VARIATION SELECTOR-66"
        },
        {
            "codepoint": "E0132",
            "name": "VARIATION SELECTOR-67"
        },
        {
            "codepoint": "E0133",
            "name": "VARIATION SELECTOR-68"
        },
        {
            "codepoint": "E0134",
            "name": "VARIATION SELECTOR-69"
        },
        {
            "codepoint": "E0135",
            "name": "VARIATION SELECTOR-70"
        },
        {
            "codepoint": "E0136",
            "name": "VARIATION SELECTOR-71"
        },
        {
            "codepoint": "E0137",
            "name": "VARIATION SELECTOR-72"
        },
        {
            "codepoint": "E0138",
            "name": "VARIATION SELECTOR-73"
        },
        {
            "codepoint": "E0139",
            "name": "VARIATION SELECTOR-74"
        },
        {
            "codepoint": "E013A",
            "name": "VARIATION SELECTOR-75"
        },
        {
            "codepoint": "E013B",
            "name": "VARIATION SELECTOR-76"
        },
        {
            "codepoint": "E013C",
            "name": "VARIATION SELECTOR-77"
        },
        {
            "codepoint": "E013D",
            "name": "VARIATION SELECTOR-78"
        },
        {
            "codepoint": "E013E",
            "name": "VARIATION SELECTOR-79"
        },
        {
            "codepoint": "E013F",
            "name": "VARIATION SELECTOR-80"
        },
        {
            "codepoint": "E0140",
            "name": "VARIATION SELECTOR-81"
        },
        {
            "codepoint": "E0141",
            "name": "VARIATION SELECTOR-82"
        },
        {
            "codepoint": "E0142",
            "name": "VARIATION SELECTOR-83"
        },
        {
            "codepoint": "E0143",
            "name": "VARIATION SELECTOR-84"
        },
        {
            "codepoint": "E0144",
            "name": "VARIATION SELECTOR-85"
        },
        {
            "codepoint": "E0145",
            "name": "VARIATION SELECTOR-86"
        },
        {
            "codepoint": "E0146",
            "name": "VARIATION SELECTOR-87"
        },
        {
            "codepoint": "E0147",
            "name": "VARIATION SELECTOR-88"
        },
        {
            "codepoint": "E0148",
            "name": "VARIATION SELECTOR-89"
        },
        {
            "codepoint": "E0149",
            "name": "VARIATION SELECTOR-90"
        },
        {
            "codepoint": "E014A",
            "name": "VARIATION SELECTOR-91"
        },
        {
            "codepoint": "E014B",
            "name": "VARIATION SELECTOR-92"
        },
        {
            "codepoint": "E014C",
            "name": "VARIATION SELECTOR-93"
        },
        {
            "codepoint": "E014D",
            "name": "VARIATION SELECTOR-94"
        },
        {
            "codepoint": "E014E",
            "name": "VARIATION SELECTOR-95"
        },
        {
            "codepoint": "E014F",
            "name": "VARIATION SELECTOR-96"
        },
        {
            "codepoint": "E0150",
            "name": "VARIATION SELECTOR-97"
        },
        {
            "codepoint": "E0151",
            "name": "VARIATION SELECTOR-98"
        },
        {
            "codepoint": "E0152",
            "name": "VARIATION SELECTOR-99"
        },
        {
            "codepoint": "E0153",
            "name": "VARIATION SELECTOR-100"
        },
        {
            "codepoint": "E0154",
            "name": "VARIATION SELECTOR-101"
        },
        {
            "codepoint": "E0155",
            "name": "VARIATION SELECTOR-102"
        },
        {
            "codepoint": "E0156",
            "name": "VARIATION SELECTOR-103"
        },
        {
            "codepoint": "E0157",
            "name": "VARIATION SELECTOR-104"
        },
        {
            "codepoint": "E0158",
            "name": "VARIATION SELECTOR-105"
        },
        {
            "codepoint": "E0159",
            "name": "VARIATION SELECTOR-106"
        },
        {
            "codepoint": "E015A",
            "name": "VARIATION SELECTOR-107"
        },
        {
            "codepoint": "E015B",
            "name": "VARIATION SELECTOR-108"
        },
        {
            "codepoint": "E015C",
            "name": "VARIATION SELECTOR-109"
        },
        {
            "codepoint": "E015D",
            "name": "VARIATION SELECTOR-110"
        },
        {
            "codepoint": "E015E",
            "name": "VARIATION SELECTOR-111"
        },
        {
            "codepoint": "E015F",
            "name": "VARIATION SELECTOR-112"
        },
        {
            "codepoint": "E0160",
            "name": "VARIATION SELECTOR-113"
        },
        {
            "codepoint": "E0161",
            "name": "VARIATION SELECTOR-114"
        },
        {
            "codepoint": "E0162",
            "name": "VARIATION SELECTOR-115"
        },
        {
            "codepoint": "E0163",
            "name": "VARIATION SELECTOR-116"
        },
        {
            "codepoint": "E0164",
            "name": "VARIATION SELECTOR-117"
        },
        {
            "codepoint": "E0165",
            "name": "VARIATION SELECTOR-118"
        },
        {
            "codepoint": "E0166",
            "name": "VARIATION SELECTOR-119"
        },
        {
            "codepoint": "E0167",
            "name": "VARIATION SELECTOR-120"
        },
        {
            "codepoint": "E0168",
            "name": "VARIATION SELECTOR-121"
        },
        {
            "codepoint": "E0169",
            "name": "VARIATION SELECTOR-122"
        },
        {
            "codepoint": "E016A",
            "name": "VARIATION SELECTOR-123"
        },
        {
            "codepoint": "E016B",
            "name": "VARIATION SELECTOR-124"
        },
        {
            "codepoint": "E016C",
            "name": "VARIATION SELECTOR-125"
        },
        {
            "codepoint": "E016D",
            "name": "VARIATION SELECTOR-126"
        },
        {
            "codepoint": "E016E",
            "name": "VARIATION SELECTOR-127"
        },
        {
            "codepoint": "E016F",
            "name": "VARIATION SELECTOR-128"
        },
        {
            "codepoint": "E0170",
            "name": "VARIATION SELECTOR-129"
        },
        {
            "codepoint": "E0171",
            "name": "VARIATION SELECTOR-130"
        },
        {
            "codepoint": "E0172",
            "name": "VARIATION SELECTOR-131"
        },
        {
            "codepoint": "E0173",
            "name": "VARIATION SELECTOR-132"
        },
        {
            "codepoint": "E0174",
            "name": "VARIATION SELECTOR-133"
        },
        {
            "codepoint": "E0175",
            "name": "VARIATION SELECTOR-134"
        },
        {
            "codepoint": "E0176",
            "name": "VARIATION SELECTOR-135"
        },
        {
            "codepoint": "E0177",
            "name": "VARIATION SELECTOR-136"
        },
        {
            "codepoint": "E0178",
            "name": "VARIATION SELECTOR-137"
        },
        {
            "codepoint": "E0179",
            "name": "VARIATION SELECTOR-138"
        },
        {
            "codepoint": "E017A",
            "name": "VARIATION SELECTOR-139"
        },
        {
            "codepoint": "E017B",
            "name": "VARIATION SELECTOR-140"
        },
        {
            "codepoint": "E017C",
            "name": "VARIATION SELECTOR-141"
        },
        {
            "codepoint": "E017D",
            "name": "VARIATION SELECTOR-142"
        },
        {
            "codepoint": "E017E",
            "name": "VARIATION SELECTOR-143"
        },
        {
            "codepoint": "E017F",
            "name": "VARIATION SELECTOR-144"
        },
        {
            "codepoint": "E0180",
            "name": "VARIATION SELECTOR-145"
        },
        {
            "codepoint": "E0181",
            "name": "VARIATION SELECTOR-146"
        },
        {
            "codepoint": "E0182",
            "name": "VARIATION SELECTOR-147"
        },
        {
            "codepoint": "E0183",
            "name": "VARIATION SELECTOR-148"
        },
        {
            "codepoint": "E0184",
            "name": "VARIATION SELECTOR-149"
        },
        {
            "codepoint": "E0185",
            "name": "VARIATION SELECTOR-150"
        },
        {
            "codepoint": "E0186",
            "name": "VARIATION SELECTOR-151"
        },
        {
            "codepoint": "E0187",
            "name": "VARIATION SELECTOR-152"
        },
        {
            "codepoint": "E0188",
            "name": "VARIATION SELECTOR-153"
        },
        {
            "codepoint": "E0189",
            "name": "VARIATION SELECTOR-154"
        },
        {
            "codepoint": "E018A",
            "name": "VARIATION SELECTOR-155"
        },
        {
            "codepoint": "E018B",
            "name": "VARIATION SELECTOR-156"
        },
        {
            "codepoint": "E018C",
            "name": "VARIATION SELECTOR-157"
        },
        {
            "codepoint": "E018D",
            "name": "VARIATION SELECTOR-158"
        },
        {
            "codepoint": "E018E",
            "name": "VARIATION SELECTOR-159"
        },
        {
            "codepoint": "E018F",
            "name": "VARIATION SELECTOR-160"
        },
        {
            "codepoint": "E0190",
            "name": "VARIATION SELECTOR-161"
        },
        {
            "codepoint": "E0191",
            "name": "VARIATION SELECTOR-162"
        },
        {
            "codepoint": "E0192",
            "name": "VARIATION SELECTOR-163"
        },
        {
            "codepoint": "E0193",
            "name": "VARIATION SELECTOR-164"
        },
        {
            "codepoint": "E0194",
            "name": "VARIATION SELECTOR-165"
        },
        {
            "codepoint": "E0195",
            "name": "VARIATION SELECTOR-166"
        },
        {
            "codepoint": "E0196",
            "name": "VARIATION SELECTOR-167"
        },
        {
            "codepoint": "E0197",
            "name": "VARIATION SELECTOR-168"
        },
        {
            "codepoint": "E0198",
            "name": "VARIATION SELECTOR-169"
        },
        {
            "codepoint": "E0199",
            "name": "VARIATION SELECTOR-170"
        },
        {
            "codepoint": "E019A",
            "name": "VARIATION SELECTOR-171"
        },
        {
            "codepoint": "E019B",
            "name": "VARIATION SELECTOR-172"
        },
        {
            "codepoint": "E019C",
            "name": "VARIATION SELECTOR-173"
        },
        {
            "codepoint": "E019D",
            "name": "VARIATION SELECTOR-174"
        },
        {
            "codepoint": "E019E",
            "name": "VARIATION SELECTOR-175"
        },
        {
            "codepoint": "E019F",
            "name": "VARIATION SELECTOR-176"
        },
        {
            "codepoint": "E01A0",
            "name": "VARIATION SELECTOR-177"
        },
        {
            "codepoint": "E01A1",
            "name": "VARIATION SELECTOR-178"
        },
        {
            "codepoint": "E01A2",
            "name": "VARIATION SELECTOR-179"
        },
        {
            "codepoint": "E01A3",
            "name": "VARIATION SELECTOR-180"
        },
        {
            "codepoint": "E01A4",
            "name": "VARIATION SELECTOR-181"
        },
        {
            "codepoint": "E01A5",
            "name": "VARIATION SELECTOR-182"
        },
        {
            "codepoint": "E01A6",
            "name": "VARIATION SELECTOR-183"
        },
        {
            "codepoint": "E01A7",
            "name": "VARIATION SELECTOR-184"
        },
        {
            "codepoint": "E01A8",
            "name": "VARIATION SELECTOR-185"
        },
        {
            "codepoint": "E01A9",
            "name": "VARIATION SELECTOR-186"
        },
        {
            "codepoint": "E01AA",
            "name": "VARIATION SELECTOR-187"
        },
        {
            "codepoint": "E01AB",
            "name": "VARIATION SELECTOR-188"
        },
        {
            "codepoint": "E01AC",
            "name": "VARIATION SELECTOR-189"
        },
        {
            "codepoint": "E01AD",
            "name": "VARIATION SELECTOR-190"
        },
        {
            "codepoint": "E01AE",
            "name": "VARIATION SELECTOR-191"
        },
        {
            "codepoint": "E01AF",
            "name": "VARIATION SELECTOR-192"
        },
        {
            "codepoint": "E01B0",
            "name": "VARIATION SELECTOR-193"
        },
        {
            "codepoint": "E01B1",
            "name": "VARIATION SELECTOR-194"
        },
        {
            "codepoint": "E01B2",
            "name": "VARIATION SELECTOR-195"
        },
        {
            "codepoint": "E01B3",
            "name": "VARIATION SELECTOR-196"
        },
        {
            "codepoint": "E01B4",
            "name": "VARIATION SELECTOR-197"
        },
        {
            "codepoint": "E01B5",
            "name": "VARIATION SELECTOR-198"
        },
        {
            "codepoint": "E01B6",
            "name": "VARIATION SELECTOR-199"
        },
        {
            "codepoint": "E01B7",
            "name": "VARIATION SELECTOR-200"
        },
        {
            "codepoint": "E01B8",
            "name": "VARIATION SELECTOR-201"
        },
        {
            "codepoint": "E01B9",
            "name": "VARIATION SELECTOR-202"
        },
        {
            "codepoint": "E01BA",
            "name": "VARIATION SELECTOR-203"
        },
        {
            "codepoint": "E01BB",
            "name": "VARIATION SELECTOR-204"
        },
        {
            "codepoint": "E01BC",
            "name": "VARIATION SELECTOR-205"
        },
        {
            "codepoint": "E01BD",
            "name": "VARIATION SELECTOR-206"
        },
        {
            "codepoint": "E01BE",
            "name": "VARIATION SELECTOR-207"
        },
        {
            "codepoint": "E01BF",
            "name": "VARIATION SELECTOR-208"
        },
        {
            "codepoint": "E01C0",
            "name": "VARIATION SELECTOR-209"
        },
        {
            "codepoint": "E01C1",
            "name": "VARIATION SELECTOR-210"
        },
        {
            "codepoint": "E01C2",
            "name": "VARIATION SELECTOR-211"
        },
        {
            "codepoint": "E01C3",
            "name": "VARIATION SELECTOR-212"
        },
        {
            "codepoint": "E01C4",
            "name": "VARIATION SELECTOR-213"
        },
        {
            "codepoint": "E01C5",
            "name": "VARIATION SELECTOR-214"
        },
        {
            "codepoint": "E01C6",
            "name": "VARIATION SELECTOR-215"
        },
        {
            "codepoint": "E01C7",
            "name": "VARIATION SELECTOR-216"
        },
        {
            "codepoint": "E01C8",
            "name": "VARIATION SELECTOR-217"
        },
        {
            "codepoint": "E01C9",
            "name": "VARIATION SELECTOR-218"
        },
        {
            "codepoint": "E01CA",
            "name": "VARIATION SELECTOR-219"
        },
        {
            "codepoint": "E01CB",
            "name": "VARIATION SELECTOR-220"
        },
        {
            "codepoint": "E01CC",
            "name": "VARIATION SELECTOR-221"
        },
        {
            "codepoint": "E01CD",
            "name": "VARIATION SELECTOR-222"
        },
        {
            "codepoint": "E01CE",
            "name": "VARIATION SELECTOR-223"
        },
        {
            "codepoint": "E01CF",
            "name": "VARIATION SELECTOR-224"
        },
        {
            "codepoint": "E01D0",
            "name": "VARIATION SELECTOR-225"
        },
        {
            "codepoint": "E01D1",
            "name": "VARIATION SELECTOR-226"
        },
        {
            "codepoint": "E01D2",
            "name": "VARIATION SELECTOR-227"
        },
        {
            "codepoint": "E01D3",
            "name": "VARIATION SELECTOR-228"
        },
        {
            "codepoint": "E01D4",
            "name": "VARIATION SELECTOR-229"
        },
        {
            "codepoint": "E01D5",
            "name": "VARIATION SELECTOR-230"
        },
        {
            "codepoint": "E01D6",
            "name": "VARIATION SELECTOR-231"
        },
        {
            "codepoint": "E01D7",
            "name": "VARIATION SELECTOR-232"
        },
        {
            "codepoint": "E01D8",
            "name": "VARIATION SELECTOR-233"
        },
        {
            "codepoint": "E01D9",
            "name": "VARIATION SELECTOR-234"
        },
        {
            "codepoint": "E01DA",
            "name": "VARIATION SELECTOR-235"
        },
        {
            "codepoint": "E01DB",
            "name": "VARIATION SELECTOR-236"
        },
        {
            "codepoint": "E01DC",
            "name": "VARIATION SELECTOR-237"
        },
        {
            "codepoint": "E01DD",
            "name": "VARIATION SELECTOR-238"
        },
        {
            "codepoint": "E01DE",
            "name": "VARIATION SELECTOR-239"
        },
        {
            "codepoint": "E01DF",
            "name": "VARIATION SELECTOR-240"
        },
        {
            "codepoint": "E01E0",
            "name": "VARIATION SELECTOR-241"
        },
        {
            "codepoint": "E01E1",
            "name": "VARIATION SELECTOR-242"
        },
        {
            "codepoint": "E01E2",
            "name": "VARIATION SELECTOR-243"
        },
        {
            "codepoint": "E01E3",
            "name": "VARIATION SELECTOR-244"
        },
        {
            "codepoint": "E01E4",
            "name": "VARIATION SELECTOR-245"
        },
        {
            "codepoint": "E01E5",
            "name": "VARIATION SELECTOR-246"
        },
        {
            "codepoint": "E01E6",
            "name": "VARIATION SELECTOR-247"
        },
        {
            "codepoint": "E01E7",
            "name": "VARIATION SELECTOR-248"
        },
        {
            "codepoint": "E01E8",
            "name": "VARIATION SELECTOR-249"
        },
        {
            "codepoint": "E01E9",
            "name": "VARIATION SELECTOR-250"
        },
        {
            "codepoint": "E01EA",
            "name": "VARIATION SELECTOR-251"
        },
        {
            "codepoint": "E01EB",
            "name": "VARIATION SELECTOR-252"
        },
        {
            "codepoint": "E01EC",
            "name": "VARIATION SELECTOR-253"
        },
        {
            "codepoint": "E01ED",
            "name": "VARIATION SELECTOR-254"
        },
        {
            "codepoint": "E01EE",
            "name": "VARIATION SELECTOR-255"
        },
        {
            "codepoint": "E01EF",
            "name": "VARIATION SELECTOR-256"
        },
        {
            "codepoint": "EFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "EFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "FFFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "FFFFF",
            "name": "<not a character>"
        },
        {
            "codepoint": "10FFFE",
            "name": "<not a character>"
        },
        {
            "codepoint": "10FFFF",
            "name": "<not a character>"
        }
    ]
}